/*Theme Name:kunjue
Version:1.0Description:安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。Author:版权所有：安徽领聚*/
@charset "utf-8";
:root {
  --i_color: #fdb700;
  --i_color3: #0553b0;
  /* 全局颜色 */
  --i_color2: #fff;
  --bjs: #f9f9f9;
  --btn_color2: #fdb700;
  --liner_color: linear-gradient(to right, #fdb700, #f4941e);
  /* 副颜色 */
  --top_h: 1rem;
  --header_height: 1rem;
  /* 顶部高度 */
  --border_color: rgba(51, 51, 51, 0.2);
  /* 默认边框颜色 */
}
@media screen and (max-width: 1024px) {
  :root {
    --top_h: 0.5rem;
    --header_height: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}
.c3 {
  color: var(--i_color3);
}
.wrap {
  width: 1600px;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}

.wrap02 {
  width: 1755px;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  display: block;
  box-sizing: border-box;
  padding-left: 10.5vw;
}
.wrap_r {
  display: block;
  box-sizing: border-box;
  padding-left: 13.5vw;
}
.wrap_r2 {
  display: block;
  box-sizing: border-box;
  padding-left: 1vw;
  padding-right: 8vw;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .wrap_l {
    padding-left: 3.4vw;
  }
  .wrap_r {
    padding-right: 3.4vw;
  }
}
@media screen and (max-width: 1440px) {
  .wrap_l {
    padding-left: 3.2vw;
  }
  .wrap_r {
    padding-right: 3.2vw;
  }
}
@media screen and (max-width: 1200px) {
  .wrap_l {
    padding-left: 3vw;
  }
  .wrap_r {
    padding-right: 3vw;
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  height: var(--top_h);
}

.top_cont {
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_cont .top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* @media screen and (max-width:1024px) {
	.top_cont{background: #373737;}
} */
/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.logo img {
  max-height: 0.8rem;
}
@media screen and (max-width: 1440px) {
  .logo img {
    max-height: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 0.4rem;
  }
}

@media screen and (max-width: 560px) {
  .logo img {
    max-height: 0.38rem;
  }
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: 3.15rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    gap: 0 0.4rem;
    z-index: 2014;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.1rem;
    width: 0;
    height: 3px;
    transform: translateX(-50%);
    background: var(--i_color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .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 > .active::before {
    width: 70%;
  }
  .i_nav > li > a {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: var(--top_h);
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 0.3rem;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav > .active > a {
    background-color: var(--i_color);
    color: #fff;
  }
  .i_nav > li > .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    min-width: 1.6rem;
    background: var(--i_color2);
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
    font-size: 0;
  }
  .nav_dropdown_menu1 > .sub-menu,
  .nav_dropdown_menu2 > .sub-menu,
  .nav_dropdown_menu3 > .sub-menu,
  .nav_dropdown_menu4 > .sub-menu {
    display: none !important;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav > li > .sub-menu a {
    display: block;
    padding: 0 0.16rem;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .i_nav > li > .sub-menu > li:hover > a {
    background: var(--i_color);
    color: #fff;
  }
  .i_nav .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background: var(--i_color);
    min-width: 1.4rem;
  }
  .i_nav .sub-menu .sub-menu li {
    border-bottom-color: rgb(255 255 255 / 15%);
  }
  .i_nav .sub-menu .sub-menu a {
    font-size: 14px;
    color: #fff;
  }
  .i_nav .sub-menu .sub-menu li:hover {
    background: rgb(255 255 255 / 15%);
  }
}
@media screen and (max-width: 1440px) {
  .i_nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav {
    gap: 0 0.38rem;
  }
  .i_nav > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--top_h);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--top_h));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
  }
  /*滚动条*/
  .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: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 48 48"%3E%3Cpath fill="none" stroke="%23555" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 18L24 30L12 18"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.24rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > .menu-item-has-children span.on {
    transform: rotate(180deg);
    background-size: 0.24rem;
  }
  .i_nav > li > a {
    padding: 0 3%;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
    text-transform: uppercase;
  }
  .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: 16px;
    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: 15px;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }
  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}
.nav_menu.on i {
  opacity: 0;
}
.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}
.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
  }
}
/* 导航下拉 */
.nav_dropdown {
  position: fixed;
  top: var(--top_h);
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2013;
}
.nav_dropdown_item {
  display: none;
  padding: 0.4rem 0;
}
.nav_dropdown_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 3%;
}
.nav_dropdown_list dt {
  width: 100%;
  max-width: 3.8rem;
}
.nav_p_cat_name a {
  font-size: 0.2rem;
  color: var(--i_color);
  font-weight: 900;
}
.nav_dropdown_list ul {
  margin-top: 0.2rem;
}
.nav_dropdown_list li {
  position: relative;
  padding-left: 0.24rem;
}
.nav_dropdown_list li::before {
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 24 24"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M24 0v24H0V0h24ZM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01l-.184-.092Z"%2F%3E%3Cpath fill="currentColor" d="M15.707 11.293a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 1 1-1.414-1.414l4.95-4.95l-4.95-4.95a1 1 0 0 1 1.414-1.414l5.657 5.657Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: contain;
}
.nav_dropdown_list li a {
  display: block;
  padding: 0.06rem 0;
  font-size: 0.15rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav_dropdown_list li:hover a {
  margin-left: 8px;
  color: var(--i_color);
}

.top_r {
  --size: 0.24rem;
}
.top_r {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
    margin-right: 0.3rem;
  }
  .top_language_btn > p {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .top_r {
    margin-right: 0.3rem;
    gap: 0 0.1rem;
  }
}

.search_cont,
.top_language {
  height: var(--header_height);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  position: relative;
}
.top_search_ico iconify-icon,
.top_language_btn iconify-icon {
  font-size: var(--size);
  color: #222;
  cursor: pointer;
}

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

.top_language {
  position: relative;
}
.top_language_btn {
  padding: 0.1rem 0.18rem 0.1rem 0;
  gap: 0 8%;
  position: relative;
  cursor: pointer;
}
.top_language_btn::before {
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #777;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

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

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

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

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

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

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

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

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

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

/* banner */

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner_list {
  position: relative;
  overflow: hidden;
}
.banner_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.banner_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.banner_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 42%;
}
.banner_list li > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* -------------------- */
.banner-prev,
.banner-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background: rgb(255 255 255 / 30%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.banner-prev {
  left: 0;
}
.banner-next {
  right: 0;
}
.banner-prev iconify-icon,
.banner-next iconify-icon {
  font-size: 0.25rem;
  color: #fff;
}
.banner_list .swiper-button-disabled {
  cursor: not-allowed;
}
.banner-prev:hover,
.banner-next:hover {
  background: var(--i_color);
}
/* -------------------- */
.banner-pagination {
  display: block;
  text-align: center;
  bottom: 0.2rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 0.06rem;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .banner_list .swiper-slide::before {
    padding-bottom: 40%;
  }
  .banner-prev,
  .banner-next {
    display: none;
  }
  .banner-pagination {
    /* display: none; */
  }
}
@media screen and (max-width: 768px) {
  .banner_list .swiper-slide::before {
    padding-bottom: 44%;
  }
}
@media screen and (max-width: 560px) {
  .banner_list .swiper-slide::before {
    padding-bottom: 54%;
  }
  .banner-pagination {
    bottom: 0.2rem;
  }
  .banner-pagination .swiper-pagination-bullet {
    margin: 0 0.06rem;
    font-size: 14px;
  }
}

.poreated .btn {
  box-shadow: #69450f 4px 4px 1px 0px;
}

.banner_text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.banner_text p {
}
.banner_text h6 {
  font-size: 52px;
  /* font-weight: bold; */
  font-style: oblique;
  text-shadow: 0.02rem 0.02rem 0.05rem rgba(0, 0, 0, 0.3);
}
.va {
  color: var(--i_color);
}
.banner_text1 {
}
.banner_text1 p {
  display: inline-block;
  position: relative;
  border: 0.01rem solid #fff;
  padding: 10px 30px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.br5 {
  border-radius: 5px;
}
.banner_text1 h6 {
  position: relative;
}

.banner_text2 p {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.banner_text1 .txt {
  background: url(static/imgs/jx.png) no-repeat center;
  background-size: 100% 100%;
  width: 25%;
  padding: 0.4rem;
}

.banner_text1 .txt h6 {
  text-wrap: nowrap;
}

.fff {
  color: #fff !important;
}
.fb {
  /* font-weight: bold; */
}
.redbox {
  position: relative;
  z-index: 2;
}
.redbox::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -60%;
  width: 100%;
  height: 120%;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 1440px) {
  .banner_text h6 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .banner_text h6 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .banner_text h6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .banner_text1 {
    top: 50%;
    transform: translate(0, -50%);
  }

  .banner_text1 .txt {
    padding: 0;
    background: none;
    width: 100%;
  }
  .banner_text1 h6 img {
    height: 30px;
  }
  .redbox {
    display: none;
  }
  .banner_text1 h4 {
    display: none;
  }
  .banner_text1 h6::before {
    display: none;
  }
  .banner_text1 p {
    padding: 0;
    border: none;
  }
  .banner_text1 .btn b {
    /* display: none; */
  }
  .banner_text1 p {
    margin-bottom: 0;
  }
  .banner_text h6 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .banner_text1 p img {
    height: 10px;
  }
  .banner_text2 p::before {
    width: 80%;
  }
  .banner_text1 .imgbox h5 {
    display: none;
  }
  .banner_text1 .imgbox .img {
    height: 30px;
    width: 30px;
  }
  .banner_text h6 {
    font-size: 25px;
  }
  .banner_text h6 br {
    display: none;
  }
  .banner_text p br {
    display: none;
  }
  .banner_text2 p span {
    align-items: center;
  }
  .banner_text2 p span .i2 {
    display: none;
  }
  .banner_text1 p img {
    display: none;
  }
  .banner_text1 .imgbox {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner_text3 p {
    padding-left: 0;
  }
  .banner_text2 p img {
    display: none;
  }
  .banner_text p::before {
    width: 100%;
    display: none;
  }
  .banner_text1 p {
    gap: 10px;
  }
  .banner_text1 p {
  }
  .banner_text h6 {
    font-size: 20px;
  }
  .banner_text3 p i {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .banner_text1 .fz18 {
    font-size: 0.14rem;
  }
  .banner_text h6 {
    color: #fff;
    font-size: 0.16rem;
  }
}
.mb10 {
  margin-bottom: 0.1rem;
}
.btn {
  display: table;
  position: relative;
  background: var(--liner_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  box-shadow: #9d8868 4px 4px 1px 0px;
}
.btn b {
  display: block;
  padding: 15px 30px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  align-items: center;
  gap: 0 10px;
  text-transform: capitalize;
}
.btn b iconify-icon {
  font-size: 22px;
}
.btn.fff {
  background: #fff;
}
.btn.fff b {
  color: var(--i_color);
}
.btn.fff:hover {
  background: var(--i_color);
}
.btn.fff:hover b {
  color: #fff;
}
.btn.black {
  border-color: var(--i_color2);
}
.btn.black::before {
  background: #000;
}
.btn.black b {
  color: var(--i_color2);
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn.nb:hover {
  background: var(--i_color);
  -webkit-transform: skew(-20deg) translate(0, -0.08rem);
  transform: skew(-20deg) translate(0, -0.08rem);
}
.btn:hover {
  -webkit-transform: translate(0, -0.08rem);
  transform: translate(0, -0.08rem);
}
.btn:hover b {
}
.btn.black:hover b {
  color: #fff;
}
.btn.hb {
  border: 0.01rem solid var(--i_color);
  background: transparent;
}
.btn.hb:hover {
  background: var(--i_color);
}
.btn.hb:hover b {
  color: #fff;
}
.btn.hb b {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .btn {
    box-shadow: none;
  }
  .btn b iconify-icon {
    font-size: 20px;
  }
  .btn.mt60 {
    margin-top: 10px;
  }
  .btn b {
    padding: 0.08rem 0.2rem;
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 768px) {
  .btn b {
    margin-right: auto;
  }
}
@media screen and (max-width: 560px) {
}
/* 公共标题 */
.tfff {
  color: #fff !important;
}
.tit {
}
.tit p {
}
.tit h3 {
  font-size: 44px;
  margin-bottom: 0.1rem;
  font-weight: bold;
  position: relative;
  z-index: 22;
  text-transform: capitalize;
}

.tit h6 {
  font-size: 18px;
  color: #666;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  gap: 0 10px;
  align-items: center;
  /* text-transform: capitalize; */
}
.tit.h3topb h6 {
  color: #666;
  width: 30%;
  margin: 0.3rem 0;
  width: 100%;
}
.tit.dis {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tit.center h6 {
  justify-content: center;
}
.wz999 {
  color: #999;
}
.wz666 {
  color: #666;
}
.tit h3 i {
  color: var(--i_color);
  font-weight: inherit;
}
.tit.center h3,
.tit.center h6,
.tit.center h5 {
  text-align: center;
}
.tit.center h5 {
  color: #999;
}
.tit.center h3 {
  margin: 20px 0;
}
.tit.dis2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tit.dis2 h6 {
  margin-bottom: 5px;
}
.tit span {
  width: 87%;
}
.tit h5 {
  color: #333;
}
.tit.black {
}
.tit.black h6 {
  color: var(--i_color2);
  width: 40%;
}
.tit.black h3 {
  color: var(--i_color2);
  width: 100%;
}
.tit.black p {
  color: var(--i_color2);
}
@media screen and (max-width: 1440px) {
  .tit h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .tit h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .tit i {
  }

  .tit i img {
    height: 0.12rem;
  }
  .tit h3 br {
    display: none;
  }
  .tit.dis2 h6 br {
    display: none;
  }
  .tit.dis2 h6 {
    margin-bottom: 15px;
  }
  .tit h3 img {
    height: 30px;
  }
  .tit span {
    width: 100%;
    /* margin-bottom: 20px; */
  }
  .tit.dis2 {
    flex-wrap: wrap;
  }
  .tit.center h3 {
    margin: 10px 0;
  }
  .tit.dis2 h6 {
    gap: 0 10px;
  }
  .tit h6 img {
    height: 18px;
  }
  .tit p {
    font-size: 0.16rem;
  }
  .tit h3 {
    font-size: 0.2rem;
  }
  .tit h6 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .tit.dis {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .tit.dis span {
    width: 100%;
  }
  .tit.dis h6 {
    padding: 0.1rem 0;
    width: 100%;
  }
  .tit {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .tit.dis {
    display: block;
  }
}
.mb10 {
  margin-bottom: 0.1rem;
}

.pub {
  margin-bottom: 0.1rem;
}
.pub .swiper-pagination-bullet {
  width: 0.1rem !important;
  height: 0.1rem !important;
  background: #999 !important;
  border-radius: 0 !important;
  position: relative;
  flex-shrink: 0;
}
.pub .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 130%;
  height: 130%;
  border: 0.01rem solid var(--i_color);
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  flex-shrink: 0;
}
.pub .swiper-pagination-bullet-active {
  background: var(--i_color) !important;
}
.pub .swiper-pagination-bullet-active::before {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .pub .swiper-pagination-bullet-active::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pub .swiper-pagination-bullet {
    width: 0.07rem !important;
    height: 0.07rem !important;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* 指示器 */
.p-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.p-pagination.wh196 {
  width: 196px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1000px;
}

.p-pagination {
  background: #d8d8d8;
  position: relative;
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 1000px;
  margin-top: 0.2rem;
}

.p-pagination span {
  background-color: var(--i_color);

  position: absolute;

  left: 0;

  top: -2px;

  width: 100%;

  height: 8px;

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);

  -webkit-transform-origin: left top;

  -ms-transform-origin: left top;

  transform-origin: left top;

  border-radius: 1000px;

  overflow: hidden;
}

.line {
  width: 100%;
  background: var(--border_color);
  height: 2px;
  position: relative;
}

.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: var(--i_color);
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .p-pagination.wh196 {
    width: 100px;
  }
  .p-pagination span {
    height: 4px;
  }
  .p-pagination {
    height: 4px;
  }

  .p-pagination span {
    top: 0;
  }
  .p-pagination {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* main */

.pcates_swipers {
  position: relative;
}
.pcates_swipers .pcates_list {
  position: relative;
  overflow: hidden;
}
.pcates_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.pcates_list .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  padding-bottom: 31.5%;
}
.pcates_list .swiper-slide a {
  display: block;
}

.pcates_list .swiper-slide .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 85%;
  width: 87%;
  box-sizing: border-box;
}

.pcates_list .swiper-slide .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
}

.pcates_list .swiper-slide .img 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;
  z-index: -1;
}

.pcates_list .swiper-slide .txtimg {
  box-sizing: border-box;

  position: absolute;
  bottom: 0%;
  right: 0%;
}

.pcates_list .swiper-slide .txtimg img {
  height: 3.04rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pcates_list .swiper-slide p {
  position: relative;
  z-index: 3;
}

.pcates_list .swiper-slide h6 {
  position: relative;
  z-index: 3;
}

.pcates_list .swiper-slide:hover img {
}
.pcates_list .swiper-slide .zfx {
  opacity: 0;
}

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

.pcates_list .swiper-slide:hover p {
  color: var(--i_color);
}

.pcates_list .swiper-slide:hover .zfx {
  opacity: 1;
}

.pcates_list .swiper-slide:hover .txtimg img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

.pcates-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.pcates-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;
}
.pcates-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) {
  .pcates_list .swiper-slide {
    padding-bottom: 40%;
  }

  .pcates_list .swiper-slide .txtimg img {
    height: 3.5rem;
  }
  .pcates-prev,
  .pcates-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcates_list .swiper-slide .txtbox {
    width: 100%;
  }
  .pcates_list .swiper-slide .txtimg img {
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .pcates_list .swiper-slide .txtimg img {
    height: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .pcates_list .swiper-slide {
    padding-bottom: 60%;
  }
}

/* .zfx */
.zfx {
  width: 38px;
  height: 32px;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.zfx iconify-icon {
  font-size: 0.24rem;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.zfx.br {
  border-radius: 1000px;
  overflow: hidden;
}

.zfx.line {
  background: transparent;
  border: 1px solid var(--i_color);
}

.zfx.line iconify-icon {
  color: var(--i_color);
}

.zfx.line:hover {
  background: var(--i_color);
}
.zfx.line:hover iconify-icon {
  color: #fff;
}

.zfx.center {
  margin: 0 auto;
}

.cr {
  color: #ff0000;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .zfx {
    width: 30px;
    height: 30px;
  }
  .zfx iconify-icon {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

.product1_swipers {
  position: relative;

  background: url(static/imgs/bj.webp) no-repeat center;
  background-size: cover;
}
.product1_swipers .product1_list {
  position: relative;
  overflow: hidden;
}
.product1_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  align-items: normal;
}
.product1_list .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
}

.product1_list .swiper-slide:nth-child(even) {
  margin-top: -60px;
}

.product1_list .swiper-slide .img {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  background: #fff;
}

.product1_list .swiper-slide .img .zfx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.product1_list .swiper-slide .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product1_list .swiper-slide:hover .zfx {
  opacity: 1;
}

.product1_list .swiper-slide:hover .img::before {
  height: 100%;
}

.product1_list .swiper-slide .img 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;
}

.product1_list .swiper-slide .txt {
  padding: 0.2rem;
  box-sizing: border-box;
}

.product1_list .swiper-slide .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product1_list .swiper-slide .txt h6 {
}

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

.product1_list .swiper-slide:hover {
}

.product1_list .swiper-slide:hover .txt {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}

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

.product1-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.product1-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;
}
.product1-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) {
  .product1_list .swiper-slide .txt {
    padding: 0.1rem;
  }

  .product1_list .swiper-slide .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .product1-prev,
  .product1-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .product1_swipers .product1_list {
    padding: 0;
  }

  .product1_list .swiper-slide:nth-child(even) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* ul>li左图右文 */
.abs {
}
.abs .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.abs .wrap .left {
  width: 43%;
}

.abs .wrap .right {
  width: 50%;
}

.abs .right {
  position: relative;
}

.abs .right > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.abs .right .imgs img {
  height: 0.91rem;
  animation: zoom2 1.5s infinite alternate;
}

.abs .left {
  position: relative;
}

.abs .left > h6 {
}

.abs .hf {
  padding: 0.2rem 1.2rem 0.2rem 0.6rem;
  width: 118%;
  box-sizing: border-box;
  background: var(--bjs);
  position: absolute;
  bottom: 20px;
  left: 0;
}

.abs .hf > div > p {
  font-size: 0.38rem;
}

@media screen and (max-width: 1440px) {
  .abs .hf {
    padding: 0.2rem;
  }
  .abs .hf > div > p {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .abs .left > h6 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
  .abs .hf {
    bottom: 0;
  }

  .abs .hf > div > p {
    font-size: 0.24rem;
  }

  .abs .left > h6 {
    padding-bottom: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .abs .hf {
    position: static;
    padding: 0.2rem;
    width: 100%;
  }

  .abs .hf .btn {
    margin-bottom: 0.15rem;
  }

  .abs .wrap .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .abs .wrap .right {
    width: 100%;
  }
  .abs .left > h6 {
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

@media screen and (max-width: 1024px) {
  .abs .wrap .imgs img {
    height: 0.35rem;
  }
}

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

.case_list .swiper-slide:hover .txt {
  background: #fff;
}

.i_case {
  background: url() no-repeat center;

  position: relative;
}

.i_case::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 40%;

  background: url(static/imgs/hb.webp) no-repeat center;

  background-size: cover;

  z-index: -1;
}

.case_list {
  position: relative;

  overflow: hidden;

  padding: 0.1rem;

  box-sizing: border-box;

  background: #fff;
}

.case_list .swiper-wrapper {
  display: -webkit-flex;

  display: flex;

  position: relative;

  width: 100%;
}

.case_list .swiper-slide {
  flex-shrink: 0;

  position: relative;

  background: #f0f0f0;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.case_list .swiper-slide:hover {
}

.case_list .swiper-slide .img {
  position: relative;

  width: 100%;

  overflow: hidden;

  padding-bottom: 72%;
}

.case_list .swiper-slide .img 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;
}

.case_list .swiper-slide .txt {
  padding: 20px 55px;

  box-sizing: border-box;

  text-align: center;

  position: relative;

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

.case_list .swiper-slide .txt::before {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0%;

  height: 0.03rem;

  background: var(--i_color);

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.case_list .swiper-slide .txt p {
  color: #333;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.case-prev,
.case-next {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 40px;

  height: 40px;

  background: rgb(0 0 0 / 60%);

  z-index: 3;

  cursor: pointer;

  outline: none;

  -webkit-user-select: none;

  user-select: none;
}

.case-prev {
  left: 0;
}

.case-next {
  right: 0;
}

.case-prev iconify-icon,
.case-next iconify-icon {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 30px;

  color: #fff;
}

.case_list .swiper-button-disabled {
  cursor: not-allowed;
}

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

.case-pagination {
  display: block;

  text-align: center;
}

.case-pagination .swiper-pagination-bullet {
  width: 12px;

  height: 12px;

  display: inline-block;

  margin: 0 0.06rem;

  background: #ccc;

  -webkit-clip-path: polygon(17% 0%, 100% 0%, 83% 100%, 0% 100%);

  clip-path: polygon(17% 0%, 100% 0%, 83% 100%, 0% 100%);

  outline: none;

  cursor: pointer;
}

.case-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.case_list .swiper-slide:hover .txt::before {
  width: 100%;
  left: initial;
  right: 0;
}

.case_list .swiper-slide:hover {
  box-shadow: rgba(0, 0, 0, 0.22) 0rem 0.1rem 0.24rem 0rem;
}

.case_list .swiper-slide:hover p {
  color: var(--i_color);
}

.case_list .swiper-slide:hover img {
  -webkit-transform: scale(1.15, 1.15);

  transform: scale(1.15, 1.15);
}

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

@media screen and (max-width: 1024px) {
  .case-pagination .swiper-pagination-bullet {
    width: 0.07rem;

    height: 0.07rem;
  }

  .case_list .swiper-slide .txt {
    padding: 10px;
  }

  .case_list .swiper-slide .txt p {
    line-height: 20px;
  }
}

.inews {
  background: url(static/imgs/new_bj.webp) no-repeat center;
  background-size: cover;
}
.inews .wraps {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.inews .wraps .img {
  /* border: 1px solid #d8d8d8; */
}
.inews .wraps .left {
  width: 48%;
}

.inews .wraps .left .imgs {
  position: relative;
  padding-bottom: 59%;

  overflow: hidden;
}

.inews .wraps .left .txt {
  background: #fff;
  padding: 0.2rem;
}

.inews .wraps .left 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;
}
.inews .wraps .right {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4%;
}

.inews .wraps .right .img {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.inews .wraps .right .img 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;
}
.inews .wraps .right li {
  width: 48%;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
}
.inews .wraps .right li a {
  margin-bottom: 0.3rem;

  box-sizing: border-box;
}

.inews .wraps .right li a .txt {
  padding: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inews .wraps .right li a .txt > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.inews .wraps .right li a .txt > h5 {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inews .wraps .right li a .txt > div {
  position: relative;
}

.inews .wraps .right li a .txt > div::before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -80%;
  border-bottom: 1px dashed #e8e8e8;
  background-color: transparent;
}

.inews .wraps .right li .zfx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.d4 {
  color: #4d4d4d;
}

.inews .txt p {
  /* color: var(--i_color); */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inews .txt h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.inews .wraps .right li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

.inews .wraps .left:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

.inews .wraps .right li:hover .zfx {
  opacity: 1;
}

.inews .wraps .right li:hover {
  border: 1px solid var(--i_color);
  box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}

.inews .wraps .right li:hover .txt {
}

@media screen and (max-width: 1024px) {
  .inews .wraps .left .txt {
    padding: 0.1rem;
  }
  .inews .wraps .right li a {
    margin-bottom: 0.15rem;
  }
  .inews .wraps .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .inews .wraps .right {
    width: 100%;
  }

  .inews .wraps .right li {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .inews .wraps .right li a .txt > div::before {
    top: -40%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* blogos */
.brand {
}
.i_blogs_list {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.i_blogs_list2 {
}
.i_blogs_list3 {
}
.i_blogs_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_blogs_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  padding-bottom: 5%;
  /* border: 1px solid #d8d8d8; */
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
  border: 0.01rem solid var(--border_color);
}
.i_blogs_list .swiper-slide:hover {
  border: 1px solid var(--i_color);
}
.i_blogs_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.i_blogs-prev,
.i_blogs-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_blogs-prev {
  left: 0;
}
.i_blogs-next {
  right: 0;
}
.i_blogs-prev iconify-icon,
.i_blogs-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.i_blogs_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_blogs-prev:hover,
.i_blogs-next:hover {
  background: var(--i_color);
}
.i_blogs-pagination {
  text-align: center;
}
.i_blogs-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 2px;
  background: #ccc;
  border-radius: 500px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_blogs-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
  width: 45px;
}
@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_blogs_list .swiper-slide {
    padding-bottom: 7%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .i_blogs-pagination {
    margin-top: 0;
  }
  .i_blogs_list .swiper-slide {
    padding-bottom: 16%;
  }
}

/* footer_contact */
.footer_contact_bac {
  box-sizing: border-box;
  padding: 0.6rem 0;
  background: url("https://lingjuimg.com/wp-content/uploads/yangrui/2025/03/footer_contact.webp")
    center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.footer_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_contact h3 {
  font-family: "bold";
  font-size: 0.4rem;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  line-height: 125%;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.footer_contact h4 {
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  margin: 0.1rem 0 0.2rem 0;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1440px) {
  .footer_contact h3 {
    font-size: 0.35rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .footer_contact h3 {
    font-size: 0.3rem;
  }
  .footer_contact h4 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer_contact h3 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 960px) {
  .footer_contact h3 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact_bac {
    background-attachment: unset;
  }
  .footer_contact h3 {
    font-size: 0.24rem;
  }
  .footer_contact h4 {
    font-size: 0.14rem;
  }
  .footer_contact h3 br {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .footer_contact h3 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 425px) {
  .footer_contact h3 {
    font-size: 0.2rem;
  }
}
/* footer */

footer {
  background: #000;
}
.footer_bac {
  box-sizing: border-box;
  padding: 0rem 0 0.4rem 0;
  position: relative;
  z-index: 2;
}
.footer {
}

.footer_list {
  display: flex;
  gap: 0.5rem;
}
.footer_list ul {
  display: none;
}
.footer_list li {
}
.footer_list li a {
  display: inline-block;
  font-size: 0.18rem;
  color: #333;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.footer_list li a:hover {
  color: var(--i_color);
  border-bottom: 1px solid var(--i_color);
}
.footer_center {
  display: flex;
}
.footer_1 {
  width: 59%;
  box-sizing: border-box;
  padding-right: 11%;
}
.footer_h3 {
  font-size: 0.26rem;
  color: #fff;
  margin-bottom: 0.3rem;
}
.footer_call {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer_call dt {
  display: flex;
  gap: 0.1rem;
  /* width: calc((100% - 0.2rem) / 2); */
  flex-grow: 1;
}
.footer_call dt iconify-icon {
  font-size: 0.25rem;
  color: rgba(255, 255, 255, 1);
}
.footer_call dt p {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer_call dt p a {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.footer_share {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.3rem;
}
.footer_share dt {
}
.footer_share dt a {
  display: block;
}
.footer_share dt a iconify-icon {
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.footer_share dt a iconify-icon:hover {
  color: var(--i_color);
  transform: translateY(-0.05rem);
}
.footer_call dt p a:hover {
  color: var(--i_color);
}
.footer_2 {
  width: 39%;
  box-sizing: border-box;
  padding-right: 0.1rem;
}
.footer_2 .footer_ul {
}
.footer_ul li {
  width: 45%;
}
.footer_ul li a {
  display: inline-block;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  transition: all 0.3s ease;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}
.footer_ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--i_color);
  transition: all 0.3s ease;
}
.footer_ul li a:hover {
  color: var(--i_color);
}
.footer_ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.footer_3 {
  width: 22%;
}

.f08 {
  color: rgba(255, 255, 255, 0.8);
}
.footer_down_bac {
  box-sizing: border-box;
  padding: 0.3rem 0;
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgb(255, 255, 255, 0.2);
}
.footer_down {
}
.footer_down p {
  font-size: 0.16rem;
}
.footer_down p a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.16rem;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.footer_down p a:hover {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1440px) {
  .footer_bac::after {
    width: 8rem;
    height: 1.2rem;
  }
  .footer_list {
    gap: 0.4rem;
  }
  .footer_top img {
    width: 1.6rem;
  }
  .footer_1 {
    padding-right: 8%;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .footer_bac::after {
    width: 6rem;
    height: 1rem;
  }
  .footer_1 {
    padding-right: 6%;
  }
  .footer_ul li a {
    font-size: 0.16rem;
  }
  .footer_call dt p a {
    font-size: 0.16rem;
  }
  .footer_call dt p {
    font-size: 0.16rem;
  }
  .footer_call dt iconify-icon {
    font-size: 0.22rem;
  }
  .footer_h3 {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .flogo img {
    height: 0.55rem;
  }
  .footer_1 {
    width: 100%;
    padding-right: 0%;
  }
  .footer_2,
  .footer_3 {
    display: none;
  }
  .footer_list {
    display: none;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
  .footer_down p {
    font-size: 0.14rem;
  }
  .footer_down p a {
    font-size: 0.14rem;
  }
  .footer_bac::after {
    width: 5rem;
    height: 0.9rem;
  }
  .footer_top {
    margin-bottom: 0.4rem;
  }
  .footer_top img {
    width: 1.4rem;
  }
  .footer_down_bac {
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .footer_call dt {
    width: 100%;
  }
  .footer_bac::after {
    width: 4rem;
    height: 0.8rem;
  }
  .footer_h3 {
    font-size: 0.2rem;
  }
  .footer_bac {
    padding: 0rem 0;
  }
}
@media screen and (max-width: 425px) {
  .footer_bac::after {
    width: 3rem;
    height: 0.7rem;
  }
}
.ftopbox {
  background: url(static/imgs/fbj.webp) no-repeat center;
  background-size: cover;
}
.ftopbox p {
  position: relative;
}
.ftopbox p::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -10px;
  width: 8%;
  height: 2px;
  background: var(--i_color);
  border-radius: 100px;
  overflow: hidden;
}
.ftopbox li p::before {
  height: 1px;
}

.numlist {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-around;
  gap: 10px 0;
}
.fz76 {
  font-size: 0.76rem;
}
.numlist p {
  font-style: italic;
  background: linear-gradient(to bottom, #fff 20%, transparent);
  -webkit-background-clip: text;
  color: transparent;
}

.numlist p i {
  font-style: italic;
}

.numlist h6 {
  font-style: italic;
}

.numlist li {
  width: 20%;
  box-sizing: border-box;
  padding: 0.2rem 0;
  text-align: center;
}

.numlist li p {
  margin-bottom: 0.1rem;
}

.numlist li img {
  height: 0.6rem;
}

@media screen and (max-width: 1440px) {
  .fz76 {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .fz76 {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .numlist {
    align-items: normal;
  }
  .numlist li img {
    height: 0.4rem;
  }

  .fz76 {
    font-size: 0.3rem;
  }
  .numlist li {
    width: 49%;
    border: 1px solid var(--border_color);
    box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
  }
}
@media screen and (max-width: 768px) {
  .fz76 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 560px) {
}

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

.banner__ {
  font-size: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 26%;
}

.banner__::before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

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

.banner__ .banner__text {
  width: 100%;
  height: 20%;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .banner__ {
    padding-bottom: 32%;
  }
}

@media screen and (max-width: 560px) {
  .banner__ {
    padding-bottom: 50%;
  }
}

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

/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  /* margin-top: -; */
  z-index: 10;
}
.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  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: #fff;
}
.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;
  }
}

/* Paging */
.in_paging {
  --size: 30px;
  --border_radius: 5px;
  --curr_color: #fdb700;
}
.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;
}

/* ---------------------------------- news页面 */

.news_box {
  background-color: #f9f9f9;
}

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

.nb_top div {
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 0.2rem 0 0.2rem 0;
  cursor: pointer;
}

.nb_top div a {
  display: block;
  padding: 0.14rem 0.65rem;
}

.nb_top div p {
  color: #999;
  font-size: 0.18rem;
}

.nb_top .nbt_active {
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
}

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

.nb_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 3%;
}

.nb_list li {
  width: 31.33%;
  display: block;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.nb_list li a {
  width: 100%;
  display: block;
  padding-bottom: 36%;
  position: relative;
  overflow: hidden;
}

.nb_list .nb_img {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.nb_list .nb_img .zfx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

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

.nb_list .nb_text {
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nb_list .nb_text p {
  margin-bottom: 0.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nb_list .nb_text_b {
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -100%;
  opacity: 0;
  transition: all 0.8s ease;
}

.nb_list .nb_text_b p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nb_list .nb_text_b span {
  display: block;
  color: #4d4d4d;
  padding: 0.16rem 0 0.6rem 0;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nb_list .nb_text_b span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nb_list .nb_text_b text {
  color: #666666;
  display: block;
  margin-top: 0.16rem;
}

.nb_list li:hover {
  border-color: var(--i_color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.nb_list li:hover .nb_text_b {
  opacity: 1;
  bottom: 0;
}

.nb_list li:hover .nb_img .zfx {
  opacity: 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) {
  .nb_top {
    margin-top: 0.2rem;
  }
  .nb_list {
    gap: 0.3rem 3%;
  }
  .nb_list .nb_text_b {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb_top div a {
    padding: 0.1rem 0.6rem;
  }
  .nb_top div p {
    font-size: 0.16rem;
  }
  .nb_list li {
    width: 48.5%;
  }
}
@media screen and (max-width: 560px) {
  .nb_top div a {
    padding: 0.05rem 0.35rem;
  }
  .nb_top div p {
    font-size: 0.15rem;
  }
  .nb_list {
    gap: 0.2rem 0;
  }
  .nb_list li {
    width: 100%;
  }
}

/* ---------------------------------- contact页面 */

.contact_from {
  background-color: #f9f9f9;
}

#wpforms-129 {
  --wpforms-field-size-input-height: 50px;
  --wpforms-field-border-size: 0;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
  --wpforms-label-error-color: #d63637;
}
#wpforms-129 {
  margin: 0;
  padding: 0;
}
#wpforms-form-129 {
  width: 100%;
  position: relative;
}

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

/* #wpforms-129 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0 0;
} */
#wpforms-129 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 15px;
  color: var(--i_color);
  font-weight: bold;
}

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

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

#wpforms-129 input::placeholder,
#wpforms-129 textarea::placeholder {
  color: #333;
  font-size: 0;
}

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

#wpforms-129 .wpforms-submit-container {
  width: 184px;
  padding: 0 0;
  margin-left: auto;
  margin-right: auto;
}
#wpforms-129 .wpforms-submit-container button {
  width: 100%;
  height: 0.5rem;
  font-size: 15px;
  color: #fff;
  background: var(--i_color);
  border-radius: 20px 0 20px 0;
  cursor: pointer;
  transition: all 0.6s ease;
}
#wpforms-129 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-129 .wpforms-submit-container button:hover {
  background: #000;
}

/* 联系方式 */

.contact_way {
}

.cw_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1%;
}

.cw_box li {
  width: 24.25%;
  box-sizing: border-box;
  border: 1px solid rgb(253, 183, 0, 0.2);
  transition: all 0.4s;
  padding: 0 0.2rem;
}

.cw_box li .cw_icon {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  background-color: #fef9eb;
  margin-top: 0.62rem;
  transition: all 0.4s;
}

.cw_box li .cw_icon iconify-icon {
  color: var(--i_color);
  font-size: 0.35rem;
  transition: all 0.4s;
}

.cw_box li span {
  display: block;
  color: #999;
  margin: 0.2rem 0;
}

.cw_box li p {
  margin-bottom: 1.16rem;
}

.cw_box li:hover {
  border-color: transparent;
  background: linear-gradient(to bottom right, #fff8e5, #ffeee5);
}

.cw_box li:hover .cw_icon {
  background-color: var(--i_color);
}

.cw_box li:hover .cw_icon iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .cw_box {
    gap: 0.2rem 2%;
  }
  .cw_box li {
    width: 49%;
  }
  .cw_box li .cw_icon {
    margin-top: 0.3rem;
  }
  .cw_box li p {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .cw_box li {
    width: 100%;
  }
  .cw_box li .cw_icon {
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.2rem;
  }
  .cw_box li .cw_icon iconify-icon {
    font-size: 0.25rem;
  }
  .cw_box li span {
    margin: 0.1rem 0;
  }
  .cw_box li p {
    margin-bottom: 0.25rem;
  }
}

.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: 1024px) {
  .c_map::before {
    padding-bottom: 46%;
  }
}
@media screen and (max-width: 560px) {
  .c_map::before {
    padding-bottom: 100%;
  }
}

/* -------------------------------  产品列表页 */
.products_list {
  background-color: #f9f9f9;
}
/* Category List */
.cat_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.cat_nav {
  width: 23%;
  position: relative;
  background-color: #fff;
}

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

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

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

.cat_fold_sub {
  display: none;
  box-sizing: border-box;
  padding: 0.1rem 0;
}
.cat_fold_sub dt {
  padding: 0 0.2rem;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.cat_fold_sub a {
  padding: 0.12rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.1rem;
}
.cat_fold_sub i {
  flex-shrink: 0;
  width: 0.1rem;
  height: 0.1rem;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.cat_fold_sub p {
  font-size: 0.16rem;
}

.cat_fold_sub iconify-icon {
  color: #fff;
  margin-left: auto;
}

.cat_fold_sub dt:hover,
.cat_fold_sub dt.active {
  background-color: var(--i_color);
  border-radius: 20px 0 20px 0;
}

.cat_fold_sub dt.active p {
  color: #fff;
}

/* .cat_fold_sub dt:hover i,
.cat_fold_sub dt.active i {
  border-color: var(--i_color);
} */

/* .cat_fold_sub dt:hover iconify-icon {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
} */
.cat_fold_sub dt:hover p {
  color: #fff;
}

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

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

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

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

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

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

.cat_info {
}
.cat_info h1 {
  font-weight: bold;
}
.cat_info span {
  display: block;
  margin-top: 0.1rem;
}

/* 产品展示列表 */

.p_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 2%;
}

.p_list li {
  width: 32%;
  box-sizing: border-box;
  overflow: hidden;
}

.p_list a {
  display: block;
  width: 100%;
  position: relative;
}

.pl_img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

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

.pl_info {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  background-color: #fff;
}

.pl_txt {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.pl_info p {
  /* display: -webkit-box; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.pl_info span {
  display: block;
}

.pl_txt text,
.pl_info text {
  color: red;
}

.pl_txt {
  bottom: -100%;
  opacity: 0;
  transition: all 0.6s ease;
}

.pl_txt p {
  color: var(--i_color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pl_txt span {
  display: block;
}

.pl_txt i,
.pl_txt span {
  color: #666;
}

.pl_txt .pl_t_btn {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.1rem;
}

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

.p_list li:hover .pl_txt {
  opacity: 1;
  bottom: 0;
}

.p_list li:hover .pl_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .p_list a {
    padding-bottom: 90%;
  }
  .pl_info {
    opacity: 0;
  }
  .pl_txt {
    opacity: 1;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p_list li {
    width: 49%;
  }
  .p_list a {
    padding-bottom: 70%;
  }
}

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

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

/* 服务优势 */

.service_introductionb {
  background-color: #f9f9f9;
}

.service_introductionb .wrap {
  background-color: #fff;
}

.serve_switchb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.2rem;
  box-sizing: border-box;
}

.service_introductionb .ss_imgBox {
  width: 45%;
  position: relative;
  padding-bottom: 33%;
  /* overflow: hidden; */
}

.service_introductionb .ss_imgBox::before {
  width: 40%;
  height: 100%;
  background-color: var(--i_color);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3%;
  border-radius: 1.5rem 0 1.5rem 0;
}

.service_introductionb .ss_imgBox img {
  width: 97%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 5%;
  left: 0;
  opacity: 0;
  transition: all 1s;
  border-radius: 1.5rem 0 1.5rem 0;
}

.service_introductionb .ss_imgBox .switchimg {
  top: 0;
  opacity: 1;
}

.service_introductionb .ss_textBoxb {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service_introductionb .ss_textBoxb ul {
  border-bottom: 1px solid #d7d7d7;
}
.service_introductionb .ss_textBoxb li {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000000;
  font-size: 0.26rem;
  font-weight: bold;
  transition: all 0.4s;
  padding: 0.5rem 0;
}

.service_introductionb .ss_textBoxb li i {
  font-size: 0.26rem;
  transition: all 0.4s;
  margin-right: 0.2rem;
  font-weight: bold;
}

.service_introductionb .ss_textBoxb li p {
  margin-top: 0.1rem;
}

.service_introductionb .ss_textBoxb .switchtxt {
  padding: 0.15rem 0;
  color: var(--i_color);
}
.service_introductionb .ss_textBoxb .switchtxt i {
  color: var(--i_color);
}

.service_introductionb .ss_textBoxb ul > p {
  font-size: 0.18rem;
  color: #222222;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 2s ease, opacity 0.6s ease, transform 0.6s ease;
  line-height: 0.3rem;
  padding-left: 0.5rem;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}
.service_introductionb .ss_textBoxb ul > p::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.28rem;
}
.service_introductionb .ss_textBoxb li.switchtxt + p {
  max-height: 10rem;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .service_introductionb .ss_textBoxb li {
    padding: 0.2rem 0;
  }
  .service_introductionb .ss_textBoxb ul > p::after {
    height: 0.1rem;
  }
  .service_introductionb .ss_textBoxb .switchtxt {
    font-size: 0.24rem;
    padding: 0.15rem 0;
  }
  .service_introductionb .ss_textBoxb ul > p {
    font-size: 0.16rem;
    line-height: 0.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .serve_switchb {
    padding-left: 0;
    padding: 0.2rem;
  }
  .service_introductionb .serve_switchb {
    flex-wrap: wrap;
  }
  .service_introductionb .ss_imgBox {
    width: 100%;
    padding-bottom: 40%;
  }
  .service_introductionb .ss_textBoxb {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.4rem;
  }
  .service_introductionb .ss_imgBox::before {
    display: none;
  }
  .service_introductionb .ss_imgBox img {
    width: 100%;
    border-radius: 0.5rem;
  }
  .pb60 {
    padding-bottom: 0.1rem;
  }
  .service_introductionb .ss_textBoxb li i,
  .service_introductionb .ss_textBoxb li,
  .service_introductionb .ss_textBoxb .switchtxt {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .service_introductionb .ss_textBoxb .switchtxt {
    font-size: 0.18rem;
    padding: 0.1rem 0;
  }
  .service_introductionb .ss_textBoxb li {
    font-size: 0.18rem;
  }
  .service_introductionb .ss_textBoxb li iconify-icon {
    font-size: 0.24rem;
  }
  .service_introductionb .ss_textBoxb {
    margin-bottom: 0.2rem;
  }
  .serve_switchb {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
  .service_introductionb .ss_imgBox img {
    border-radius: 0.2rem;
  }
}

/* 服务内容 */

.service_content {
}

.i_adv_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.2rem;
}

/* =================================================================== */
.adv_list_big {
  flex-shrink: 0;
  width: 44%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid var(--i_color);
  box-sizing: border-box;
}
.adv_list_big .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}

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

.adv_pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.adv_pic::before {
  content: "";
  display: block;
  padding-bottom: 64.75%;
}
.adv_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;
}

.adv_list_big figcaption {
  padding: 0.2rem;
  background: #fff;
}
.adv_list_big p {
  font-size: 0.22rem;
  font-weight: bold;
  color: var(--i_color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.adv_list_big h6 {
  border-top: 1px solid #ddd;
  margin-top: 0.1rem;
  padding-top: 0.1rem;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

/* =================================================================== */
.adv_list_thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.adv_list_thumbnail .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.adv_list_thumbnail .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.adv_list_thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adv_list_thumbnail figcaption {
  padding: 0.2rem;
  background: #f9f9f9;
}
.adv_list_thumbnail p {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.adv_list_thumbnail h6 {
  display: none;
}

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

.adv-prev,
.adv-next {
  float: left;
  margin: 0.3rem 0.16rem 0 0;
  width: 0.38rem;
  height: 0.32rem;
  background: none;
  box-sizing: border-box;
  border-radius: 0.1rem 0 0.1rem 0;
  background-color: #959595;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
.adv-prev iconify-icon,
.adv-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.15rem;
  color: #fff;
}
.adv-prev:hover,
.adv-next:hover {
  background: var(--i_color);
}
.adv-prev:hover iconify-icon,
.adv-next:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .i_advantages::before {
    bottom: -440px;
    left: -580px;
    width: 900px;
    height: 900px;
    border-width: 70px;
  }
  .adv_list_big p,
  .adv_list_thumbnail p {
    font-size: 18px;
  }

  .adv-prev,
  .adv-next {
    width: 40px;
    height: 40px;
  }
  .adv-prev iconify-icon,
  .adv-next iconify-icon {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .i_adv_cont {
    padding-right: 3vw;
  }
  .adv_list_big {
    display: none;
  }
  .adv_list_thumbnail h6 {
    margin-top: 4px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 560px) {
  .i_advantages::before {
    bottom: -480px;
    left: -510px;
  }
  .adv_list_thumbnail figcaption {
    padding: 18px;
  }
  .adv_list_thumbnail p {
    font-size: 16px;
  }
  .adv-prev,
  .adv-next {
    width: 30px;
    height: 30px;
  }
  .adv-prev iconify-icon,
  .adv-next iconify-icon {
    font-size: 14px;
  }
}

/* 购买流程 */
.buy_process {
}

.buy_list {
}

.buy_list_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4%;
  position: relative;
}

.buy_list_ul::before {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 35.5%;
  left: 0;
  border-top: 2px dashed #000;
}

.buy_list_ul li {
  width: 16.8%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.bp_icon {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
}

.bp_icon::before {
  width: 14px;
  height: 14px;
  background-color: var(--i_color);
  content: "";
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 2;
}

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

.bp_txt {
}

.bp_txt h3 {
  font-size: 0.68rem;
  color: #ebebeb;
  display: flex;
  align-items: baseline;
}

.bp_txt i {
  color: #333;
  text-align: center;
  margin-left: -0.15rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buy_list_ul p {
  color: #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.25rem 0.35rem;
  box-sizing: border-box;
  position: relative;
  transform: translateY(10px);
  transition: all 0.4s;
  opacity: 0;
}

.buy_list_ul p::before {
  content: "";
  display: block;
  position: absolute;
  top: -16%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 20px solid #fff;
}

@media screen and (min-width: 1025px) {
  .buy_list_ul .bl_active .bp_txt i {
    color: var(--i_color);
  }

  .buy_list_ul .bl_active p {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 1440px) {
  .buy_list_ul::before {
    top: 33.5%;
  }
}
@media screen and (max-width: 1366px) {
  .buy_list_ul::before {
    top: 32.8%;
  }
}
@media screen and (max-width: 1200px) {
  .bp_txt h3 {
    font-size: 0.4rem;
  }
  .bp_txt i {
    font-size: 0.2rem;
    margin-left: 0;
  }
  .buy_list_ul p {
    padding: 0.16rem 0.2rem;
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .buy_list_ul::before {
    display: none;
  }
  .buy_list_ul li {
    width: 48%;
  }
  .bp_icon {
    padding-bottom: 32%;
  }
  .buy_list_ul p {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .buy_list_ul li {
    width: 100%;
  }
  .bp_txt {
    margin-top: 0rem;
  }
  .bp_icon::before {
    display: none;
  }
  .bp_txt i {
    font-size: 0.16rem;
  }
}

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

.p_info_box {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  box-sizing: border-box;
}

/* atlas */

.p_atlas {
  width: 44%;

  height: 100%;
}

.p_atlas_list {
  position: relative;

  overflow: hidden;
}

.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;

  display: flex;

  position: relative;

  width: 100%;
}

.p_atlas_list .swiper-slide {
  flex-shrink: 0;

  position: relative;

  overflow: hidden;
}

.p_atlas_list .swiper-slide::before {
  content: "";

  display: block;

  padding-bottom: 75%;
}

.p_atlas_list .swiper-slide img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

/* thumbnail */

.p_thumbnail_list {
  width: calc(100% - 1rem);

  margin: 0.2rem auto 0;

  box-sizing: border-box;

  padding: 0 2px;

  position: relative;

  overflow: hidden;
}

.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;

  display: flex;

  position: relative;

  width: 100%;
}

.p_thumbnail_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #ccc;
  overflow: hidden;
  cursor: pointer;
}

.p_thumbnail_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.p_thumbnail_list .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

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

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

.p_thumbnail_list .swiper-slide-thumb-active::after {
  height: 0;
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.3rem;

  height: 0.5rem;

  z-index: 3;

  cursor: pointer;

  outline: none;

  -webkit-user-select: none;

  user-select: none;

  z-index: 3;
}

.thumbnail-prev {
  left: 0;
}

.thumbnail-next {
  right: 0;
}

.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 0.4rem;

  color: #666;
}

.p_thumbnail_list .swiper-button-disabled {
  cursor: not-allowed;
}

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

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

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

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

.p_cont {
  width: 50%;

  margin-left: auto;
}

h1.p_name {
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.16rem;
}

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

.p_pc {
  margin-top: 0.24rem;
}

.p_pc > article {
  color: #666;
}

.p_btn {
  display: flex;
  gap: 0.2rem 4%;
  position: relative;
  flex-wrap: wrap;
}

.p_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p_btn .btn {
  box-shadow: none;
  box-sizing: border-box;
}

.p_btn .btn:nth-of-type(2),
.p_btn .btn:nth-of-type(3) {
  background: transparent;
  border: 1px solid var(--i_color);
}

.p_btn .btn:nth-of-type(2) b,
.p_btn .btn:nth-of-type(3) b {
  color: var(--i_color);
}

.p_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 3%;
}

.p_share p {
  font-size: 0.2rem;
  font-weight: bold;
}

.p_share a {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p_share iconify-icon {
  font-size: 0.2rem;
  color: #fff;
}

.p_share a:hover {
  background: linear-gradient(to bottom right, #fdb700, #fd8b00);
}

@media screen and (max-width: 1024px) {
  .p_cont {
    width: 100%;
    margin: 0.4rem 0 0;
  }

  h1.p_name {
    font-size: 0.24rem;
  }

  .p_cont > h6,
  .p_cont > h6 i {
    font-size: 17px;
  }
}

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

@media screen and (max-width: 560px) {
  .p_cont {
    margin: 0.3rem 0 0;
  }

  h1.p_name {
    font-size: 0.2rem;
  }

  .p_cont > h6,
  .p_cont > h6 i {
    font-size: 16px;
  }
}

/* 产品详情 */

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

.p_bottom_info .nav_tit {
  margin-bottom: 0.15rem;
}

.p_bottom_info .pb_right {
  width: 70%;
}

.p_left {
  width: 22%;
}

.p_left .cat_nav {
  width: 100%;
}

.p_bottom_info .pb_right .pb_r_nav {
  width: 100%;
  display: flex;
  gap: 0 2.5%;
}

.p_bottom_info .pb_right .pb_r_nav li {
  font-size: 0.2rem;
  color: #333333;
  padding: 0.16rem 1.25rem;
  cursor: pointer;
  transition: all 0.4s;
  background-color: #f4f4f4;
  border-radius: 0.25rem 0 0.25rem 0;
  transition: all 0.4s ease;
}

.p_bottom_info .pb_right .pb_r_nav .pbr_ul_active {
  background: linear-gradient(to bottom right, #fdb700, #fd8b00);
  color: #fff;
}

.product_introduction_box,
.video_box,
.download_box {
  display: none;
  margin-top: 0.6rem;
}

.pbr_div_active {
  display: block;
}

.product_introduction_box {
  width: 100%;
}

.video_box {
}

@media screen and (max-width: 1024px) {
  .p_bottom_info .wrap {
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .p_bottom_info .pb_right {
    width: 100%;
    order: 2;
  }
  .p_left {
    width: 100%;
  }
  .active .cat_fold_tit a,
  .active .cat_fold_tit iconify-icon {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .p_bottom_info .wrap {
    gap: 0.15rem 0;
  }
  .p_bottom_info .pb_right .pb_r_nav li {
    padding: 0.1rem 0.5rem;
    font-size: 0.18rem;
  }
  .product_introduction_box,
  .video_box,
  .download_box {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .p_bottom_info .pb_right .pb_r_nav li {
    padding: 0.1rem 0.4rem;
    font-size: 0.15rem;
  }
  .product_introduction_box,
  .video_box,
  .download_box {
    margin-top: 0.2rem;
  }
}

/* tag标签 */
.p_tags {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.06rem 0;
}
.p_tags > p {
  margin-right: 12px;
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
  font-weight: bold;
}
.p_tags a {
  margin-right: 0.26rem;
  font-size: 0.14rem;
}
.p_tags a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
@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;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 4%;
  position: relative;
}

.p_view_other::before {
  width: 93%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.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.38rem;
  height: 0.32rem;
  box-sizing: border-box;
  border: 1px solid #959595;
  border-radius: 0.1rem 0 0.1rem 0;
  position: relative;
}
.p_view_other .arrow_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #959595;
}
.p_view_other a {
  font-size: 0.16rem;
}
.p_view_other a b {
  font-weight: bold;
}
.p_view_other .next {
  text-align: right;
}
.p_view_other li:hover .arrow_btn {
  background: var(--i_color);
  border-color: var(--i_color);
}
.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::before {
    width: 100%;
  }
  .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;
  }
}

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

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

/* -------------------------- */
.rp-pagination {
  display: block;
  width: 10%;
  height: 5px;
  position: relative;
  margin-top: 0.83rem;
}
.rp-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  height: 3px;
  background: #ddd;
}
.rp-pagination span {
  background: var(--i_color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  border-radius: 0.1rem;
}

.rp_list li:hover .pl_txt {
  opacity: 1;
  bottom: 0;
}

.rp_list li:hover .pl_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .rp_list .swiper-slide {
    padding-bottom: 18%;
  }
  .rp-pagination {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .rp_list .swiper-slide {
    padding-bottom: 25%;
  }
}
@media screen and (max-width: 560px) {
  .rp_list .swiper-slide {
    padding-bottom: 45%;
  }
}

/* 主页banner */
.banner_text2 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}

.banner_text2 h2 {
  font-weight: bold;
  color: #ffcf0b;
  font-size: 0.52rem;
  font-style: oblique;
  position: relative;
  padding-bottom: 0.2rem;
}

.banner_text2 h2::before {
  content: "";
  display: block;
  width: 24%;
  height: 4px;
  background-color: #ffcf0b;
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner_text2 .fz24 {
  color: #fff;
  width: 35%;
  margin: 0.25rem 0;
}

.bt2_list {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem 8%;
  margin-bottom: 0.5rem;
}

.bt2_list li {
  width: 46%;
  display: flex;
  align-items: center;
  gap: 0 3%;
}

.bt2_list li icon {
  color: #ffcf0b;
  font-size: 0.3rem;
}

.bt2_list li p {
  font-size: 0.24rem;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .banner_text2 h2 {
    font-size: 0.4rem;
    padding-bottom: 0.1rem;
  }
  .banner_text2 .fz24 {
    width: 100%;
    margin: 0.2rem 0;
  }
  .bt2_list {
    width: 65%;
    margin-bottom: 0.2rem;
  }
  .bt2_list li p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .banner_text2 h2 {
    font-size: 0.3rem;
  }
  .banner_text2 .fz24 {
    font-size: 0.18rem;
    margin: 0.1rem 0;
  }
  .bt2_list {
    margin-bottom: 0.1rem;
    gap: 0.1rem 2%;
  }
  .bt2_list li p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .banner_text2 h2 {
    font-size: 0.2rem;
  }
  .bt2_list {
    width: 100%;
    margin-top: 0.1rem;
  }
  .bt2_list li p {
    font-size: 0.14rem;
  }
  .banner_text2 .fz24 {
    display: none;
  }
}

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

.bt3_list,
.bt3_list02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.6rem;
}

.bt3_list icon {
  color: #fff;
  font-size: 1rem;
}

.bt3_list02 {
  gap: 0 0.2rem;
}

.bt3_list02 icon {
  color: #ffcf0b;
  font-size: 0.2rem;
}

.bt3_list02 .iconfont.icon-left_x:nth-child(2) {
  transform: scaleX(-1);
}

.banner_text3 p {
  color: #fff;
  margin: 0.32rem 0 0.2rem 0;
}

.banner_text3 h3 {
  color: #fff;
  font-weight: bold;
  font-size: 0.62rem;
  font-style: oblique;
}

@media screen and (max-width: 1024px) {
  .bt3_list icon {
    font-size: 0.5rem;
  }
  .bt3_list02 icon {
    font-size: 0.18rem;
  }
  .banner_text3 p {
    margin: 0.2rem 0 0 0;
  }
  .banner_text3 h3 {
    font-size: 0.34rem;
    margin: 0.1rem 0;
  }
  .banner_text3 .btn {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .banner_text3 h3 {
    font-size: 0.3rem;
    margin: 0 0 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .bt3_list icon {
    font-size: 0.36rem;
  }
  .bt3_list02 {
    display: none;
  }
  .banner_text3 p {
    font-size: 0.16rem;
    margin: 0;
  }
  .banner_text3 h3 {
    font-size: 0.2rem;
  }
}

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

/* 公司简介 */
.ab_introduction {
}

.ab_introduction .wrap .right {
  position: relative;
  width: 50%;
  padding-bottom: 38%;
}

.ab_introduction .wrap .right::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(70% 0, 100% 0%, 30% 100%, 0% 100%);
  background: -webkit-linear-gradient(top, #fdb700, #fd8b00);
}

.ab_introduction .wrap .right::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(static/imgs/ab_viotxt.webp) no-repeat center;
  background-size: contain;
}

.ab_introduction .right > img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

  .ab_introduction .wrap .right::after {
    display: none;
  }

  .ab_introduction .wrap .right::before {
    clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
    background: -webkit-linear-gradient(top, #fdb700, #fd8b00);
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .ab_introduction .left > h6 {
    font-size: 0.15rem;
  }
}

/* 优势展示 */
.ad_title {
  display: flex;
  align-items: center;
}

.ad_title p {
  width: 65%;
  color: #666;
}

.ad_list {
  width: 100%;
  display: flex;
  gap: 0 2%;
  align-items: stretch; /* 让所有 <li> 的高度一致 */
}

.ad_list li {
  width: 33%;
  display: flex;
  flex-direction: column; /* 确保子元素垂直排列 */
}

.ad_list li > p {
  color: #ebebeb;
  font-size: 0.68rem;
}

.ad_list li div {
  border: 1px solid #d8d8d8;
  padding: 0.3rem;
  box-sizing: border-box;
  transition: all 0.4s ease;
  flex-grow: 1; /* 让 div 占据剩余空间 */
}

.ad_list li icon {
  font-size: 0.4rem;
  color: #666666;
}

.ad_list li span {
  color: #3d3d3d;
  display: block;
  margin: 0.3rem 0;
}

.ad_list li text {
  color: #666666;
}

@media screen and (min-width: 1024px) {
  .ad_list li div:hover {
    border: 1px solid var(--i_color);
    background-color: var(--i_color);
  }

  .ad_list li div:hover * {
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .ad_title {
    flex-wrap: wrap;
    gap: 0.2rem 0;
    justify-content: center;
    align-items: center;
  }

  .ad_title > div > i {
    justify-content: center;
  }

  .ad_title p {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ad_list {
    flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .ad_list li {
    width: 100%;
  }
  .ad_list li > p {
    font-size: 0.4rem;
  }
  .ad_list li span {
    margin: 0.1rem 0;
  }
}

@media screen and (max-width: 560px) {
  .ad_list li div {
    padding: 0.15rem;
  }
  .ad_list li span {
    font-size: 0.16rem;
  }
  .ad_list li text {
    font-size: 0.15rem;
  }
}

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

.ed_box {
  width: 100%;
}

.ed_list {
  position: relative;
  overflow: hidden;
}
.ed_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.ed_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
}

.ed_list .swiper-slide div {
  display: block;
  padding-bottom: 70%;
  overflow: hidden;
  box-sizing: border-box;
}

.ed_list .swiper-slide div img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s;
}

.ed_list .swiper-slide div p {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0.35rem 0.2rem;
  border-bottom: 5px solid var(--i_color);
  color: var(--i_color);
  opacity: 0;
  transition: all 0.6s ease;
}

.ed_list .swiper-slide-active {
  overflow: hidden;
}

.ed_list .swiper-slide-active div img {
  height: 100%;
  transition: all 0.6s;
}

.ed_list .swiper-slide-active div p {
  bottom: 0;
  opacity: 1;
}

/* -------------------------- */
.ed-prev,
.ed-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.38rem;
  height: 0.32rem;
  background: #959595;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0.1rem 0 0.1rem 0;
}
.ed-prev {
  left: 10%;
}
.ed-next {
  right: 10%;
}
.ed-prev iconify-icon,
.ed-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: #fff;
}
.ed_list .swiper-button-disabled {
  cursor: not-allowed;
}
.ed-prev:hover,
.ed-next:hover {
  background: var(--i_color);
}

/* -------------------------- */
.ed-pagination {
  display: block;
  width: 10%;
  height: 5px;
  position: relative;
  margin-top: 0.5rem;
}
.ed-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  height: 3px;
  background: #ddd;
}
.ed-pagination span {
  background: var(--i_color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  border-radius: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .ed-prev,
  .ed-next {
    display: none;
  }
  .ed_list .swiper-slide div p {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ed-pagination {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .ed_list .swiper-slide div p {
    padding: 0.1rem;
    font-size: 0.15rem;
  }
}

/* FAQ */

.FAQ_box {
}

.FAQ_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}

.FAQ_list li {
  width: 49%;
  position: relative;
  cursor: pointer;
}

.FAQ_list .faq_num {
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.1rem 0 0.1rem 0;
  box-sizing: border-box;
  padding: 0.06rem 0.1rem;
  z-index: 10;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
}

.FAQ_list .faq_txt {
  width: 99%;
  background-color: #f0f0f0;
  border-radius: 0.3rem 0.3rem 0 0.3rem;
  box-sizing: border-box;
  padding-bottom: 0.55rem;
  margin-top: 0.2rem;
}

.FAQ_list .faq_txt p {
  width: 100%;
  padding: 0.2rem 0.6rem;
  border-radius: 0.3rem 0.3rem 0 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.FAQ_list .faq_txt span {
  width: 100%;
  display: block;
  padding: 0rem 0.6rem;
  box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
  .FAQ_list li:hover .faq_num {
    background-color: var(--i_color);
    color: #fff;
  }

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

@media screen and (max-width: 1024px) {
  .FAQ_list li {
    width: 100%;
  }
  .FAQ_list .faq_txt {
    padding-bottom: 0.2rem;
  }
  .FAQ_list .faq_txt p {
    margin-bottom: 0;
    padding: 0.2rem 0.4rem;
  }

  .FAQ_list .faq_txt span {
    padding: 0rem 0.4rem;
  }
}
