/*

Theme Name: YiHe

Version: 1.0

Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。

Author: 版权所有：安徽领聚

*/

@charset "utf-8";

:root {
  /* Global Color */
  --i_color: #ff6300;

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

  --txt_color1: #333;
  --txt_color2: #666;

  --border_color: #d8d8d8;
}

@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
  }
}

/* ----  通用  ---- */

/* 按钮 */
#btnBox,
#btnBox2 {
  display: table;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

#btnBox2 {
  border: 1px solid var(--i_color);
}

#btnBox::before,
#btnBox2::before {
  content: "";
  display: block;
  width: 0.03rem;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translate(0, -50%);
  background: #fff;
  transition: all 0.6s;
  z-index: -1;
}

#btnBox2::before {
  background: var(--i_color);
}

#btnBox .flc_zy,
#btnBox2 .flc_zy {
  display: flex;
  padding: 0.1rem 0.2rem;
}

#btnBox .flc_zy span,
#btnBox2 .flc_zy span {
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
}

#btnBox2 .flc_zy span {
  color: var(--i_color);
}

#btnBox .flc_zy .iconfont,
#btnBox2 .flc_zy .iconfont {
  color: #fff;
  font-size: 0.2rem;
  margin-left: 0.15rem;
}

#btnBox2 .flc_zy .iconfont {
  color: var(--i_color);
}

#btnBox:hover .flc_zy span {
  color: var(--i_color);
}

#btnBox:hover::before,
#btnBox2:hover::before {
  width: 98%;
}

#btnBox:hover .flc_zy span {
  color: var(--i_color);
}

#btnBox2:hover .flc_zy span {
  color: #fff;
}

#btnBox:hover .flc_zy .iconfont {
  color: var(--i_color);
}

#btnBox2:hover .flc_zy .iconfont {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #btnBox .flc_zy,
  #btnBox2 .flc_zy {
    padding: 0.07rem 0.1rem;
  }

  #btnBox .flc_zy span,
  #btnBox2 .flc_zy span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  #btnBox .flc_zy,
  #btnBox2 .flc_zy {
    padding: 0.05rem 0.1rem;
  }
  #btnBox .flc_zy span,
  #btnBox2 .flc_zy span {
    font-size: 0.14rem;
    font-weight: 300;
  }
  #btnBox .flc_zy .iconfont,
  #btnBox2 .flc_zy .iconfont {
    margin-left: 0rem;
  }
}

/* 标题 */
.title_box {
  /* width: max-content; */
}

.title_box .tb_top {
  display: flex;
  align-items: center;
}

.tb_top .tbt_img {
  width: 5%;
  position: relative;
  padding-bottom: 5%;
}

.tb_top .tbt_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tb_top h3 {
  color: var(--txt_color1);
  font-size: 0.4rem;
  font-weight: bold;
  margin-left: 0.1rem;
}

.title_box p {
  color: var(--txt_color2);
  font-size: 0.18rem;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .tb_top h3 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .tb_top .tbt_img {
    width: 8%;
  }
  .tb_top h3 {
    font-size: 0.24rem;
  }
  .title_box p {
    font-size: 0.16rem;
  }
}

/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: #f1f1f1;
  position: relative;
}
.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
}
.in_position a:first-child {
  padding-left: 0.26rem;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="currentColor" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: contain;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}

/* -------------- */

.wrap {
  width: 94vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  box-sizing: border-box;
  padding-left: 8.4vw;
}
.wrap_r {
  box-sizing: border-box;
  padding-right: 8.4vw;
}
@media screen and (max-width: 1440px) {
  .wrap_l {
    padding-left: 3vw;
  }
  .wrap_r {
    padding-right: 3vw;
  }
}

/* header */
.header_h {
  width: 100%;
  height: var(--header_height);
  display: none;
}
@media screen and (max-width: 1024px) {
  .header_h {
    display: block;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20250611;
}
header .wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}

header::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255 255 255 / 20%);
}
header.fixedHeader {
  background: #333333;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

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

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

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

  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

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

  /* .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  .i_nav > li:hover::before,
  .i_nav > li.active::before {
    right: initial;
    left: 0;
    width: 100%;
  } */

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .i_nav {
    opacity: 0;
    position: fixed;
    top: var(--header_height);
    left: 101%;
    width: 100%;
    width: 100vw;
    height: calc(100vh - var(--header_height));
    margin: 0 0;
    background: #fff;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
  }
  .i_nav.active {
    opacity: 1;
    left: 0;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }

  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 8px;
    right: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.2rem;
  }
  .i_nav > .menu-item-has-children span.on {
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.2rem;
  }

  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
    text-transform: uppercase;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a {
    color: var(--i_color) !important;
  }

  .i_nav > li > .sub-menu {
    display: none;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.15rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }

  .i_nav > li > .sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav > li > .sub-menu b.on {
    background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }

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

  .i_nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;
    font-size: 0.13rem;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }

  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

/* 移动端导航按钮 */
.nav_menu {
  display: none;
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: #fff;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}
.nav_menu.on i {
  opacity: 0;
}
.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}
.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
    margin-left: 0.2rem;
  }
}

.top_r {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto;
  gap: 0 0.3rem;
}

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

.search_cont {
  --search_height: 0.32rem;
}
.search_cont form {
  width: 2.1rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  border: 1px solid #cecece;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
.search_ipt {
  width: calc(100% - var(--search_height));
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0.2rem 0.1rem 0.2rem 0.12rem;
  background: none;
  font-size: 14px;
  color: #fff;
}

.search_ipt::placeholder {
  color: white;
  opacity: 1;
}

.search_btn {
  font-size: 0;
  color: #fff;
  width: var(--search_height);
  height: var(--search_height);
  background: 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.28rem;
  cursor: pointer;
  margin-right: 0.2rem;
}

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

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

.top_language {
  position: relative;
}

.top_language_btn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: var(--header_height);
  padding-right: 0.2rem;
  cursor: pointer;
  position: relative;
}

.top_language_btn .icon-quanqiu {
  font-size: 0.32rem;
  color: #fff;
  margin-right: 0.06rem;
}

.top_language_btn p {
  font-size: 0.18rem;
  color: #fff;
}

.top_language_btn .icon-xiala {
  font-size: 0.22rem;
  color: #fff;
}

.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: 1200px) {
  .top_language_btn p {
    display: none;
  }
  .top_language_btn iconify-icon {
    display: block;
    font-size: 0.24rem;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .top_language_btn iconify-icon {
    font-size: 22px;
  }

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

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

/* banner */
.i_banner {
  width: 100%;
  position: relative;
}

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

.i_ba03_img {
  width: 31%;
  position: absolute;
  left: 8%;
  bottom: 5%;
}

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

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

.i_banner01 h2 {
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
}

.i_banner01 h3 {
  width: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 0.3rem;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}

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

/* -------------------------- */
.i_banner-pagination {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateX(-50%);
}
.i_banner-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.02rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  outline: none;
  cursor: pointer;
}
.i_banner-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1440px) {
  .i_ba03_img {
    width: 25%;
    left: 3%;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .i_ba03_img {
    width: 30%;
    left: 66%;
    bottom: 10%;
  }
}

@media screen and (max-width: 1024px) {
  .i_banner01 h2 {
    font-size: 0.36rem;
  }
  .i_banner01 h3 {
    width: 90%;
    font-size: 0.2rem;
    margin-top: 0.15rem;
    margin-bottom: 0.3rem;
  }
  .i_banner-prev,
  .i_banner-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .i_banner-pagination .swiper-pagination-bullet {
    width: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .i_banner_list .swiper-slide {
    padding-bottom: 70%;
  }
  .i_banner01 h2 {
    font-size: 0.2rem;
  }
  .i_banner01 h3 {
    width: 100%;
    font-size: 0.16rem;
    font-weight: 300;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
}

/* 客户喜欢 */
.i_customerLike {
  width: 100%;
}

.i_customerLike .ic_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.i_customerLike .ic_top .title_box {
  width: 75%;
}

/* 轮播内容 */
.ic_content {
  width: 100%;
  position: relative;
}
.ic_c_list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.ic_c_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}
.ic_c_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.ic_c_list .ic_c_item {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.24rem;
  background: linear-gradient(to bottom, #fffaf7, #fddac3);
  transition: all 0.6s;
}
.ic_c_item_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ic_c_item_img::before {
  content: "";
  display: block;
  padding-bottom: 68%;
}
.ic_c_item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.ic_c_list .ic_c_item h4 {
  font-size: 0.18rem;
  color: var(--txt_color2);
  margin: 0.2rem 0 0.1rem 0;
}

.ic_c_list .ic_c_item h3 {
  font-size: 0.24rem;
  color: var(--txt_color1);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.ic_c_list .ic_c_item h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  background: rgba(0, 0, 0, 0.1);
  margin: 0.1rem 0;
}

.ic_c_list .ic_c_item p {
  color: var(--txt_color2);
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}

.ic_c_list .ic_c_item p::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: var(--txt_color2);
  margin-right: 0.1rem;
}

.ic_c_list .ic_c_item #btnBox2 {
  z-index: 2;
  margin-top: 0.2rem;
}

.ic_c_list .swiper-slide-active .ic_c_item {
  width: 100%;
  background: var(--i_color);
}

.ic_c_list .swiper-slide-active .ic_c_item h4 {
  color: rgba(255, 255, 255, 0.6);
}

.ic_c_list .swiper-slide-active .ic_c_item h3 {
  color: #fff;
}

.ic_c_list .swiper-slide-active .ic_c_item h3::after {
  background: rgba(255, 255, 255, 0.4);
}

.ic_c_list .swiper-slide-active .ic_c_item p {
  color: #fff;
}

.ic_c_list .swiper-slide-active .ic_c_item p::before {
  background: #fff;
}

.ic_c_list .swiper-slide-active #btnBox2 {
  border: 1px solid #fff;
}

.ic_c_list .swiper-slide-active #btnBox2::before {
  background: #fff;
}

.ic_c_list .swiper-slide-active #btnBox2 a span {
  color: #fff;
}

.ic_c_list .swiper-slide-active #btnBox2 a .iconfont {
  color: #fff;
}

.ic_c_list .swiper-slide-active #btnBox2:hover a span {
  color: var(--i_color);
}

.ic_c_list .swiper-slide-active #btnBox2:hover a .iconfont {
  color: var(--i_color);
}

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

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

/* -------------------------- */
.ic_c-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ic_c-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;
}
.ic_c-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .i_customerLike .ic_top {
    flex-wrap: wrap;
  }
  .i_customerLike .ic_top .title_box {
    width: 100%;
  }
  .i_customerLike .title_box p {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .ic_c_list {
    padding-bottom: 0.4rem;
  }
  .ic_c-prev,
  .ic_c-next {
    display: none;
  }
  .ic_c-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ic_c_list .ic_c_item {
    width: 100%;
  }
  .ic_c_list .ic_c_item h3 {
    font-size: 0.2rem;
  }
  .ic_c_list .ic_c_item p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .ic_c_list .ic_c_item #btnBox2 {
    margin-left: auto;
    margin-right: auto;
  }

  .ic_c_list .ic_c_item h3 {
    font-size: 0.18rem;
  }
}

/* 客户案例 */

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

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

.gd_item {
  width: 42%;
  flex-shrink: 0;
  list-style: none;
  cursor: pointer;
}

.gd_item a {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 65%;
}

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

.gd_item a p {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  font-size: 0.18rem;
  background-color: #fffaf6;
  padding: 0.1rem 0.2rem;
  color: var(--txt_color1);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .gd_item {
    width: 60%;
  }
  .gd_item a p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .gd_item {
    width: 100%;
  }
}

/* 产品分类 */
.i_productCategory {
  width: 100%;
  background: url(static/imgs/i_productCategory.webp) no-repeat center center;
  background-size: cover;
}

/* 首页产品分类 */
.ip_box {
  width: 100%;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 20px;
  height: 990px;
}

.box {
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  position: relative;
  background: white;
  transition: all 0.4s ease;
  overflow: hidden;
}

.box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box a #btnBox2 {
  display: none;
}

.box img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.title {
  font-size: 0.3rem;
  font-weight: bold;
  color: var(--txt_color1);
  transition: all 0.4s;
}

/* 盒子一 */
.grid > .box:nth-of-type(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.grid > .box:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.grid > .box:nth-of-type(1) .title {
  position: absolute;
  top: 0.6rem;
  right: 0.8rem;
  color: #fff;
  font-size: 0.4rem;
}

.grid > .box:nth-of-type(1) #btnBox2 {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 0.8rem;
}

/* 盒子二 */
.grid > .box:nth-of-type(2) {
  grid-column: 3;
  grid-row: 1 / span 2;
}

/* 盒子三 */
.grid > .box:nth-of-type(3) {
  grid-column: 1;
  grid-row: 3 / span 2;
}

/* 盒子四 */
.grid > .box:nth-of-type(4) {
  grid-column: 2;
  grid-row: 3 / span 2;
}

/* 盒子五 */
.grid > .box:nth-of-type(5) {
  grid-column: 3;
  grid-row: 3;
}

/* 盒子六 */
.grid > .box:nth-of-type(6) {
  grid-column: 3;
  grid-row: 4;
}

.grid > .box:nth-of-type(5) a,
.grid > .box:nth-of-type(6) a {
  flex-direction: row;
}

.grid > .box:nth-of-type(5) a img,
.grid > .box:nth-of-type(6) a img {
  width: 50%;
  margin-right: 0.3rem;
}

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

.box:hover .title {
  color: var(--i_color) !important;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .grid {
    all: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 2%;
  }
  .box {
    all: unset;
    width: 48%;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    background: white;
    transition: all 0.4s ease;
    overflow: hidden;
  }

  .box a {
    all: unset;
    position: relative;
    padding-bottom: 40%;
    display: block;
  }

  .box a #btnBox2 {
    display: none !important;
  }
  .box img {
    width: 100%;
    height: 90%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .grid > .box:nth-of-type(1) img {
    transform: none;
  }

  .box .title {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 0.26rem;
  }
  .grid > .box:nth-of-type(1) .title {
    all: unset;
    color: #fff;
    font-size: 0.26rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .box {
    width: 100%;
  }
  .box .title {
    font-size: 0.2rem;
  }
  .grid > .box:nth-of-type(1) .title {
    font-size: 0.2rem;
  }
}

/* 关于公司 */
.i_aboutCompany {
  width: 100%;
  background: linear-gradient(to right, transparent, #ffefe4);
}

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

.ia_box .ib_left {
  width: 48%;
}

.ia_box .ib_left h2 {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--txt_color1);
  position: relative;
}

.ia_box .ib_left h2::before {
  content: "";
  display: block;
  width: 35%;
  height: 130%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(static/imgs/i_about_logo.webp) no-repeat center center;
  background-size: contain;
}

.ia_box .ib_left h2::after {
  content: "";
  display: block;
  width: 21%;
  height: 4px;
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  bottom: -4%;
}

.ia_box .ib_left article {
  font-size: 0.18rem;
  color: var(--txt_color2);
}

.ia_box .ib_right {
  width: 48%;
}

.ia_box .ib_right .ib_video {
  width: 100%;
  position: relative;
  padding-bottom: 67%;
}

.ia_box .ib_right .ib_video::before {
  content: "";
  display: block;
  width: 20%;
  height: 20%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(static/imgs/video_btn.webp) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 2;
}

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

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .ia_box {
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .ia_box .ib_left {
    width: 100%;
  }
  .ia_box .ib_left h2 {
    font-size: 0.34rem;
  }
  .ia_box .ib_left h2::before {
    width: 15%;
  }
  .ia_box .ib_right {
    width: 100%;
  }
  .ia_box .ib_right .ib_video {
    padding-bottom: 45%;
  }
}

@media screen and (max-width: 768px) {
  .ia_box .ib_left h2 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .ia_box .ib_left h2 {
    font-size: 0.2rem;
  }
  .ia_box .ib_left article {
    font-size: 0.16rem;
  }
  .ia_box .ib_right .ib_video::before {
    height: 45%;
  }
}

/* 宣传数据 */

.i_data {
  width: 100%;
}

.i_data .wrap {
  position: relative;
}

.id_left {
  width: 15%;
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0.4rem 0.25rem 0.3rem 0.25rem;
}

.id_left h3 {
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1.4;
}

.id_left h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}

.id_left p {
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.5;
}

.id_right {
  width: 80%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

.id_right li {
  width: 20%;
}

.id_right li > .id_r_item {
  display: flex;
  align-items: center;
  gap: 0 10%;
}

.id_right li > .id_r_item .id_r_icon {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
}

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

.id_right li > .id_r_item > span {
  font-size: 0.18rem;
  color: var(--txt_color2);
  position: relative;
}

.id_right li > .id_r_item > span::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  position: absolute;
  top: 50%;
  left: -0.15rem;
  transform: translateY(-50%);
}

.id_right li .id_r_num {
  display: flex;
  align-items: flex-end;
}

.id_right li .id_r_num > p {
  color: var(--i_color);
  font-size: 0.64rem;
  font-weight: bold;
  margin-top: 0.2rem;
}

.id_right li .id_r_num > i {
  font-size: 0.4rem;
  margin-left: 0.1rem;
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .id_left h3 {
    font-size: 0.2rem;
    line-height: 1;
  }
  .id_left h3::after {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .id_left p {
    font-size: 0.18rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .id_left {
    display: none;
  }
  .id_right {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .id_right li {
    width: 48%;
  }
  .id_right li .id_r_num > p {
    font-size: 0.32rem;
  }
  .id_right li .id_r_num > i {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .i_data {
    padding: 0.2rem 0;
  }
  .id_right li > .id_r_item {
    flex-wrap: wrap;
  }
  .id_right li > .id_r_item .id_r_icon {
    width: 0.35rem;
    height: 0.35rem;
  }
  .id_right li > .id_r_item > span {
    width: 100%;
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }

  .id_right li > .id_r_item > span::before {
    display: none;
  }
  .id_right li .id_r_num > p {
    margin-top: 0;
  }
}

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

.i_c_box {
  width: 100%;
  display: flex;
}

.i_c_box li {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #d4d4d4;
  padding: 0.4rem 0.2rem 0.6rem 0.2rem;
  position: relative;
  transition: all 0.6s;
}

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

.i_c_box li > h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: var(--txt_color1);
}

.i_c_box li > p {
  font-size: 0.18rem;
  color: var(--txt_color2);
  line-height: 1.3;
}

.i_c_box li #btnBox {
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.i_c_box li #btnBox::before {
  width: 98%;
}

.i_c_box li #btnBox a span {
  color: var(--i_color);
}

.i_c_box li #btnBox a .iconfont {
  color: var(--i_color);
}

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

.i_c_box li:hover > h3 {
  color: #fff;
}

.i_c_box li:hover > p {
  color: #fff;
}

.i_c_box li:hover #btnBox {
  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) {
  .i_c_box {
    flex-wrap: wrap;
  }
  .i_c_box li {
    width: 50%;
    border-right: none;
    padding: 0.2rem;
  }
  .i_c_box li #btnBox {
    opacity: 1;
    border: 1px solid var(--i_color);
  }
}
@media screen and (max-width: 768px) {
  .i_c_box li > h3 {
    font-size: 0.19rem;
    margin-bottom: 0.2rem;
  }
  .i_c_box li > p {
    font-size: 0.15rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .i_c_box li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}

/* 成功案例 */
.i_successCase {
  width: 100%;
  background: url(static/imgs/i_ba2.webp) no-repeat center center;
  background-size: cover;
}

.i_successCase .explore_list {
  position: relative;
  overflow: hidden;
}

.explore_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

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

.explore_list .swiper-slide .img {
  position: relative;
  padding-bottom: 92%;
  /* overflow: hidden; */
}
.explore_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;
}

.explore_list .swiper-slide .txt {
  padding: 0.2rem;
  box-sizing: border-box;
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 90%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.explore_list .swiper-slide .txt p {
  display: flex;
  align-items: center;
  gap: 0 4%;
}

.explore_list .swiper-slide .txt h6 {
}

.explore_list .swiper-slide:hover img {
}

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

.explore-prev,
.explore-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;
}
.explore-prev {
  left: 5%;
}

.explore-next {
  right: 5%;
}

.explore-prev iconify-icon,
.explore-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}

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

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

/* -------------------------- */
.explore-pagination {
  display: block;
  text-align: center;
}

.explore-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.01rem;
  display: inline-block;
  background: #ccc;
  outline: none;
  cursor: pointer;
}

.explore-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) {
  .explore-prev,
  .explore-next {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .explore_list .swiper-slide .txt {
    right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .explore-pagination .swiper-pagination-bullet {
    width: 0.5rem;
  }
}

@media screen and (max-width: 560px) {
  .explore-pagination .swiper-pagination-bullet {
    width: 0.25rem;
  }
}

/* 新闻 */
.i_news {
  width: 100%;
}

.i_news .ic_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.i_news .ic_top .title_box {
  width: 75%;
}

.ic_news_list {
  width: 100%;
  display: flex;
}

.ic_news_list .in_lift {
  width: 45%;
  background: -webkit-linear-gradient(top, transparent, rgba(255, 99, 0, 0.9));
  position: relative;
  padding-bottom: 40%;
}

.ic_news_list .in_lift img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ic_news_list .if_txtBox {
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateX(-50%);
}

.ic_news_list .if_txtBox .if_t_time p {
  color: #fff;
  font-size: 0.6rem;
}

.ic_news_list .if_txtBox .if_t_time span {
  color: #fff;
  font-size: 0.18rem;
}

.ic_news_list .if_txtBox > p {
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0.25rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.ic_news_list .if_txtBox > span {
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ic_news_list .in_right {
  width: 51%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ic_news_list .in_right li {
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  padding: 0.6rem 0.5rem;
  display: flex;
  align-items: center;
}

.ic_news_list .in_right li .ir_time p {
  color: var(--txt_color1);
  font-size: 0.84rem;
}

.ic_news_list .in_right li .ir_time span {
  color: var(--txt_color1);
  font-size: 0.24rem;
}

.ir_txtBox {
  margin-left: auto;
  width: 75%;
  position: relative;
}

.ir_txtBox::before {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #d4d4d4;
  position: absolute;
  top: 50%;
  left: -0.35rem;
  transform: translateY(-50%);
}

.ir_txtBox p {
  color: var(--txt_color1);
  font-size: 0.24rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  transition: all 0.4s;
}

.ir_txtBox > span {
  color: var(--txt_color2);
  font-size: 0.18rem;
  line-height: 1.5;
  display: block;
  margin: 0.2rem 0 0.3rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ic_news_list .in_right li:hover .ir_txtBox p {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .i_news .ic_top {
    flex-wrap: wrap;
  }
  .i_news .ic_top .title_box {
    width: 100%;
  }
  .i_news .title_box p {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .ic_news_list {
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .ic_news_list .in_lift {
    width: 100%;
  }
  .ic_news_list .in_right {
    width: 100%;
    gap: 0.3rem 0;
  }
  .ic_news_list .in_right li .ir_time p {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .ic_news_list .in_lift {
    padding-bottom: 55%;
  }

  .ir_txtBox::before {
    display: none;
  }
  .ic_news_list .if_txtBox .if_t_time p {
    font-size: 0.34rem;
  }
  .ic_news_list .if_txtBox > p {
    margin: 0.1rem 0;
  }
  .ic_news_list .if_txtBox > span {
    margin-bottom: 0.2rem;
  }

  .ic_news_list .in_right li {
    padding: 0.3rem 0.25rem;
  }
  .ir_txtBox {
    width: 86%;
  }
  .ic_news_list .in_right li .ir_time p {
    font-size: 0.26rem;
  }
  .ic_news_list .in_right li .ir_time span {
    font-size: 0.16rem;
  }
  .ir_txtBox > span {
    margin: 0.1rem 0 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .if_t_time {
    display: flex;
    align-items: center;
    gap: 0 2%;
  }
  .ic_news_list .if_txtBox .if_t_time p {
    font-size: 0.18rem;
    order: 2;
  }
  .ic_news_list .if_txtBox > p {
    font-size: 0.18rem;
  }
  .ic_news_list .if_txtBox > span {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }

  .ic_news_list .in_right li {
    flex-wrap: wrap;
  }
  .ir_time {
    display: flex;
    align-items: center;
    gap: 0 2%;
    width: 100%;
  }
  .ic_news_list .in_right li .ir_time p {
    font-size: 0.18rem;
    font-weight: 300;
    order: 2;
  }
  .ic_news_list .in_right li .ir_time span {
    font-size: 0.18rem;
  }
  .ir_txtBox {
    width: 100%;
    margin-top: 0.1rem;
  }
  .ir_txtBox p {
    font-size: 0.18rem;
  }
  .ir_txtBox > span {
    font-size: 0.16rem;
  }
}

/* 页脚 */

.footer_bottom {
  width: 100%;
  background-color: #1b1b1b;
}

.fw_top {
  width: 100%;
  background: url(static/imgs/footer_top.webp) no-repeat center center;
  background-size: cover;
}

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

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

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

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

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

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

.fw_t_info a {
  width: 0.45rem;
  height: 0.45rem;
  background-color: rgba(232, 184, 154, 0.2);
  transition: all 0.5s;
}

.fw_t_info a iconify-icon {
  font-size: 0.28rem;
  color: #e8b89a;
  transition: all 0.4s;
}

.fw_t_info a:hover {
  background-color: rgba(255, 99, 0, 0.2);
}

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

/* 页脚中间部分 */
.fw_middle {
  width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  position: relative;
}

.fw_middle .wrap {
  display: flex;
}

.fw_m_info {
  width: 25%;
}

.fw_m_info h6 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}

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

.fw_m_info > li > icon {
  font-size: 0.22rem;
  color: #fff;
  transition: all 0.4s;
}

.fw_m_info > li p {
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.4s;
  margin-left: 0.1rem;
}

.fw_m_info .add_box {
  line-height: 28px;
  margin-top: 0.2rem;
  display: flex;
}

.fw_m_info .add_box icon {
  font-size: 0.22rem;
  color: #fff;
}

.fw_m_info .add_box p {
  font-size: 0.18rem;
  color: #fff;
  margin-left: 0.1rem;
}

.fw_m_info .QR_codeBox {
  width: 100%;
  padding-left: 0.25rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
}
.f_qr {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.3rem;
  position: relative;
}
.f_qr p {
  margin-bottom: 4px;
  font-size: 16px;
  color: #fff;
}
.f_qr img {
  height: 1rem;
}

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

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

.fw_m_nav {
  margin-left: auto;
  display: flex;
}

.fw_m_nav ul {
}

.fw_m_nav ul h6 {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.12rem;
}

.fw_m_nav li a {
  font-size: 0.18rem;
  color: #fff;
  padding-top: 0.2rem;
  display: block;
}

.fw_m_nav li a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

.fw_m_nav li p {
  font-size: 0.18rem;
  color: #fff;
  padding-top: 0.2rem;
}

.fw_m_nav li p:hover {
  color: var(--i_color);
  text-decoration: underline;
}

.fw_nav_productsBox {
  box-sizing: border-box;
  margin: 0 2rem;
}

.fw_nav_productsBox h6 {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.12rem;
}

.fw_nav_products {
}

.fw_nav_products a {
}

.f_cr {
  width: 100%;
  border-top: 1px solid rgb(255 255 255 / 20%);
  background-color: #1b1b1b;
}
.f_cr p,
.f_cr a {
  font-size: 0.16rem;
  color: #999;
}
.f_cr a:hover {
  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) {
  .fw_top .wrap {
    flex-wrap: wrap;
  }
  .fw_t_logoBox span {
    max-width: 100%;
  }
  .fw_t_info {
    width: 30%;
    margin-left: 0;
    margin-top: 0.3rem;
  }
  .fw_m_nav {
    display: none;
  }
  .fw_middle {
    padding-bottom: 0.5rem;
  }
  .fw_m_info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fw_t_info {
    width: 50%;
  }
  .fw_t_logoBox span {
    font-size: 0.2rem;
    padding-left: 0.1rem;
  }
}
@media screen and (max-width: 595px) {
}

@media screen and (max-width: 560px) {
  .fw_t_info {
    width: 90%;
  }
  .fw_t_logoBox span {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
  .footer_top .more_btn {
    max-width: 30%;
  }
  .f_cr p,
  .f_cr a {
    font-size: 13px;
  }
}

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

.news_box {
}

.news_box .wrap .news_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.news_box .nc_left {
  width: 20%;
}

.news_box .ncl_top {
  width: 100%;
  background-color: #f6f6f6;
  padding: 0.3rem 0.15rem;
  box-sizing: border-box;
}

.news_box .ncl_top h3 {
  color: var(--i_color);
  font-weight: bold;
  font-size: 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #cfcfcf;
}

.news_box .ncl_top li {
  padding: 0.15rem 0;
  border-bottom: 1px solid #cfcfcf;
  color: var(--txt_color1);
}

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

.news_box .ncl_top li .news_active {
  color: var(--i_color);
}

.ncl_bottom {
  width: 100%;
  background: url(static/imgs/new_connect.webp) no-repeat center center;
  background-size: cover;
  padding: 0.3rem 0.15rem;
  box-sizing: border-box;
}

.ncl_bottom h3 {
  color: #fff;
  font-weight: bold;
  font-size: 0.22rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #cfcfcf;
}

.ncl_bottom p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.16rem;
  line-height: 1.5;
  margin: 0.2rem 0 0.3rem 0;
}

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

.ncl_bottom li iconify-icon {
  color: var(--i_color);
  font-size: 0.26rem;
  border: 1px solid var(--i_color);
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0.06rem;
}

.ncl_bottom li a {
  color: #fff;
  font-size: 0.18rem;
  margin-left: 0.2rem;
  transition: all 0.3s;
}

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

.news_box .nc_right {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}

.news_box .nc_right > li {
  width: 49%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  padding: 0.2rem;
  transition: all 0.4s;
}

.news_box .nc_right > li .if_t_time p {
  color: var(--txt_color2);
  font-size: 0.6rem;
}

.news_box .nc_right > li .if_t_time span {
  color: var(--txt_color2);
  font-size: 0.18rem;
}

.news_box .nc_right > li h4 {
  color: var(--txt_color1);
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0.1rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s;
}

.news_box .nc_right > li p {
  color: var(--txt_color2);
  font-size: 0.16rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_box .nc_right > li .news_btn {
  display: flex;
  align-items: center;
}

.news_box .nc_right > li .news_btn span,
.news_box .nc_right > li .news_btn icon {
  color: #222222;
  transition: all 0.3s;
}

.news_box .nc_right > li .news_btn span {
  font-weight: bold;
  font-size: 0.18rem;
}

.news_box .nc_right > li .news_btn icon {
  font-size: 0.24rem;
  margin-left: 0.1rem;
  padding: 0.3rem 0;
}

.news_box .nc_right > li .if_t_img {
  width: 100%;
  position: relative;
  padding-bottom: 62%;
}

.news_box .nc_right > li .if_t_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

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

.news_box .nc_right > li:hover h4 {
  color: var(--i_color);
}

.news_box .nc_right > li:hover .news_btn span,
.news_box .nc_right > li:hover .news_btn icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .news_box .wrap .news_content {
    flex-wrap: wrap;
    gap: 0.4rem 0;
  }

  .news_box .nc_left {
    width: 100%;
  }

  .news_box .nc_right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news_box .nc_right {
    gap: 0.3rem 0;
  }
  .news_box .nc_right > li {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .news_box .ncl_top {
    padding: 0.2rem 0.1rem;
  }
  .news_box .ncl_top h3 {
    font-size: 0.18rem;
  }
  .news_box .ncl_bottom h3 {
    font-size: 0.18rem;
  }
  .news_box .ncl_bottom p {
    margin: 0.1rem 0 0.1rem 0;
  }
  .news_box .ncl_bottom li {
    margin-top: 0.1rem;
  }
  .news_box .ncl_bottom li iconify-icon {
    font-size: 0.18rem;
  }
  .news_box .ncl_bottom li a {
    margin-left: 0.1rem;
  }
  .news_box .nc_right > li .if_t_time p {
    font-size: 0.3rem;
  }
  .news_box .nc_right > li h4 {
    font-size: 0.18rem;
  }
  .news_box .nc_right > li .news_btn icon {
    padding: 0.15rem 0;
  }
}

/* ---------------------------------- contact页面 */
/* contact */
.contact {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.c_info {
  width: 42%;
  position: relative;
}

.c_info > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  z-index: -1;
}
.c_info h4 {
  font-size: 0.32rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: 1.5;
}
.c_list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--border_color);
}
.mt10 {
  margin-top: 0.1rem;
}
.c_list .ico {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 2px;
  background: #f6f6f6;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.c_list .ico iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
}
.c_list .info {
  width: calc(100% - 0.78rem);
}
.c_list .info h6 {
  color: #666;
  font-size: 0.16rem;
  margin-bottom: 0.05rem;
}
.c_list .info a,
.c_list .info p {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333;
}
.c_list a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.c_list li,
.c_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c_list li:hover {
  border-color: var(--i_color);
}
.c_list li:hover .ico {
  background: var(--i_color);
}
.c_list li:hover .ico iconify-icon {
  color: #fff;
}
.c_info .f_media iconify-icon {
  color: #d1d1d1;
}
.c_info .f_media a:hover iconify-icon {
  color: var(--i_color);
}

.c_info .imgbox {
  gap: 0 0.3rem;
}

.c_info .imgbox .img {
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  position: relative;
  width: 1rem;
  padding-bottom: 100%;
}

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

/* form表单 */
.c_form {
  background: url(static/imgs/contactForm.webp) no-repeat center;
  background-size: cover;
  width: 54%;
  padding: 0.65rem 0.4rem;
  box-sizing: border-box;
}

.c_form .tit > h3 {
  color: var(--i_color);
  font-weight: bold;
  font-size: 0.32rem;
}

.c_form .tit > h6 {
  font-size: 0.16rem;
  color: var(--txt_color1);
  text-align: center;
  margin-top: 0.3rem;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .contact {
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .c_info {
    width: 100%;
  }
  .c_form {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c_info h4 {
    font-size: 0.28rem;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .c_info h4 {
    font-size: 0.2rem;
  }
  .c_list .ico {
    width: 0.45rem;
    height: 0.45rem;
  }
  .c_list .ico iconify-icon {
    font-size: 0.3rem;
  }
  .c_list .info a,
  .c_list .info p {
    font-size: 0.16rem;
  }
  .c_info .imgbox {
    margin-bottom: 0.2rem;
  }
  .c_form .tit > h3 {
    font-size: 0.26rem;
  }
  #wpforms-45-field_1-container,
  #wpforms-45-field_2-container,
  #wpforms-45-field_3-container,
  #wpforms-45-field_4-container {
    width: 100% !important;
  }
}

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

.c_carousel {
  width: 100%;
}
.c_carousel_list {
  position: relative;
  overflow: hidden;
}
.c_carousel_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.c_carousel_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding-bottom: 5%;
  transition: all 0.4s;
}

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

.c_carousel_list .swiper-slide:hover {
  border-color: var(--i_color);
}

/* -------------------------- */
.c_carousel-pagination {
  display: block;
  margin-top: 0.2rem;
  text-align: center;
}
.c_carousel-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.01rem;
  display: inline-block;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.c_carousel-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .c_carousel_list .swiper-slide {
    padding-bottom: 8%;
  }
  .c_carousel-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.01rem;
  }
}
@media screen and (max-width: 768px) {
  .c_carousel_list .swiper-slide {
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 560px) {
  .c_carousel_list .swiper-slide {
    padding-bottom: 20%;
  }
}

/* ---------------------------------- 产品分类页面 */
.p_categories {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.cat_nav {
  width: 23%;
  position: relative;
  background-color: #f6f6f6;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}

.cat_nav_tit {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.24rem;
}
.cat_nav_tit h4 {
  font-size: 0.3rem;
  font-weight: bold;
  color: var(--i_color);
}
.cat_nav_tit iconify-icon {
  display: none;
}

.cat_nav_list {
}

.cat_nav_list li {
  /* margin: 0 0 0.2rem; */
  border-bottom: 1px solid #ddd;
}

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

.cat_fold_tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  position: relative;
}
.cat_fold_tit a {
  width: 100%;
  padding: 0.18rem 0;
  font-size: 0.18rem;
}
.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 {
}
.active .cat_fold_tit a,
.active .cat_fold_tit iconify-icon {
  color: var(--i_color);
}
.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;
  margin-top: -0.16rem;
}
.cat_fold_sub dt {
}
.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.16rem;
  height: 0.16rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  position: relative;
}
.cat_fold_sub iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.12rem;
  display: none;
}
.cat_fold_sub p {
  font-size: 0.18rem;
  color: var(--txt_color2);
}
.cat_fold_sub dt:hover i,
.cat_fold_sub dt.active i {
  border-color: var(--i_color);
  background-color: var(--i_color);
}
.cat_fold_sub dt:hover iconify-icon,
.cat_fold_sub dt.active iconify-icon {
  color: #fff;
  display: block;
}

.cat_fold_sub dt:hover p,
.cat_fold_sub dt.active p {
  color: var(--txt_color1);
}

@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;
    background-color: transparent;
  }
  .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 {
    margin-bottom: 0.2rem;
  }
  .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_list {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .cat_list {
    width: 71%;
  }
}
@media screen and (max-width: 1024px) {
  .cat_list {
    width: 100%;
  }
}

/* 标题 */
.cat_list_tit {
  width: 100%;
}

.cat_list_tit h2 {
  font-size: 0.36rem;
  color: var(--txt_color1);
  font-weight: bold;
}

.cat_list_tit p {
  font-size: 0.18rem;
  color: var(--txt_color2);
  line-height: 1.5;
  margin: 0.2rem 0 0.3rem 0;
}

/* 列表 */
.cat_list .ic_c_list {
  display: flex;
  gap: 0.3rem 3%;
  flex-wrap: wrap;
  padding-bottom: 0;
}

.cat_list .ic_c_list li {
  width: 31.33%;
  transition: all 0.3s;
}

.cat_list .ic_c_list .ic_c_item {
  width: 100%;
  display: block;
}

.cat_list .ic_c_item_img::before {
  padding-bottom: 78%;
}

.cat_list .ic_c_list .ic_c_item h4 {
  font-size: 0.16rem;
}

.cat_list .ic_c_list .ic_c_item h3 {
  font-size: 0.18rem;
}

.cat_list .ic_c_list li:hover .ic_c_item {
  background: var(--i_color);
}

.cat_list .ic_c_list li:hover .ic_c_item_img img {
  transform: scale(1.1);
}

.cat_list .ic_c_list li:hover .ic_c_item h4 {
  color: rgba(255, 255, 255, 0.8);
}

.cat_list .ic_c_list li:hover .ic_c_item h3 {
  color: #fff;
}

.cat_list .ic_c_list li:hover .ic_c_item p {
  color: #fff;
}

.cat_list .ic_c_list li:hover .ic_c_item p::before {
  background-color: #fff;
}

.cat_list .ic_c_list li:hover #btnBox2 {
  border-color: #fff;
}

.cat_list .ic_c_list li:hover #btnBox2::before {
  background: #fff;
}

.cat_list .ic_c_list li:hover #btnBox2 .flc_zy span {
  color: #fff;
}

.cat_list .ic_c_list li:hover #btnBox2 .flc_zy .iconfont {
  color: #fff;
}

.cat_list .ic_c_list li #btnBox2:hover .flc_zy .iconfont {
  color: var(--i_color);
}

.cat_list .ic_c_list li #btnBox2:hover .flc_zy span {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .cat_list .ic_c_list li {
    width: 48.5%;
  }
  .cat_list .ic_c_list li #btnBox2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cat_list_tit h2 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 560px) {
  .cat_list_tit h2 {
    font-size: 0.2rem;
  }
  .cat_list .ic_c_list li {
    width: 100%;
  }
}

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

.pd_header {
  background: #333333 !important;
}

.ul_list555 {
  position: relative;
  overflow: hidden;
}
.ul_list555 > .pd_wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.ul_list555 .wrap .left {
  width: 40%;
  position: relative;
}
.ul_list555 .wrap .right {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .ul_list555 .wrap .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .ul_list555 .wrap .right {
    width: 100%;
  }
}

/* atlas */
.p_atlas {
  width: 100%;
  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: 100%;
}
.p_atlas_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* thumbnail */
.p_thumbnail_list {
  width: 100%;
  margin: 20px auto 0;
  box-sizing: border-box;
  padding: 0 0.02rem;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 101%;
}
.p_thumbnail_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--border_color);
}
.p_thumbnail_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.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);
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 93%;
  transform: translate(0, -50%);
  width: 46px;
  height: 46px;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 3;
  background: transparent;
  border-radius: 1000px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumbnail-prev {
  left: 0.05rem;
}
.thumbnail-next {
  right: 0.05rem;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  font-size: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.prbox {
  width: 88%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }
  .p_atlas {
    width: 100%;
    height: auto;
  }
}

.details_des {
}
.details_des .dtopbox i {
  font-size: 0.16rem;
  color: var(--i_color);
  margin-bottom: 0.15rem;
  display: block;
}
.details_des h1 {
  font-size: 32px;
  font-weight: bold;
  color: #222;
  position: relative;
  border-top: 1px solid #cfcfcf;
}

.details_des .pd_btns {
  display: flex;
  align-items: center;
  gap: 0 3%;
}

.details_des .pd_btns .pd_btn02 {
  border-color: var(--txt_color1) !important;
}

.details_des .pd_btns .pd_btn02::before {
  background: var(--txt_color1) !important;
}

.details_des .pd_btns .pd_btn02 .flc_zy span {
  color: var(--txt_color1) !important;
}

.details_des .pd_btns .pd_btn02 .flc_zy .iconfont {
  color: var(--txt_color1) !important;
}

.details_des .pd_btns .pd_btn02:hover .flc_zy span {
  color: #fff !important;
}

.details_des .pd_btns .pd_btn02:hover .flc_zy .iconfont {
  color: #fff !important;
}

.ul_list555 .pShares {
  border-top: 1px solid #cfcfcf;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.2rem;
  padding-top: 0.1rem;
}
.pShares dt {
  font-size: 0.18rem;
  color: var(--txt_color1);
  font-weight: bold;
}
.pShares dd iconify-icon {
  font-size: 0.24rem;
  color: #666;
}
.pShares dd:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .details_des h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .details_des h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .details_des h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

.pd_segmentation {
  width: 100%;
  height: 0.55rem;
  background-color: #f1f1f1;
}

/* 产品详情描述 */
.pd_details {
}

.pdd_content {
  width: 100%;
  display: flex;
}

.pdd_content .pc_left {
  width: 77%;
}

.pc_left .xxk {
  margin: 0 auto;
}

.pc_left .tab-list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border_color);
  justify-content: start;
  gap: 0 40px;
}

.pc_left .tab {
  padding: 10px 25px;
  cursor: pointer;
  font-weight: bold;
}

.pc_left .tab.active {
  background-color: var(--i_color);
  color: #fff;
}

.pc_left .tab-content {
}

.pc_left .content {
  display: none;
}

.pc_left .content.active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .pc_left .tab-list {
    gap: 20px 4%;
  }
  .pc_left .tab {
    width: 48%;
    box-sizing: border-box;
  }

  .pc_left .tab-list {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .pc_left .tab-list {
    gap: 14px 4%;
  }
  .pc_left .tab {
    padding: 10px 16px;
    font-size: 15px;
  }
}

.pdd_content .pc_right {
  width: 20%;
  margin-left: auto;
}

.pdd_content .pc_right .cat_nav {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .pdd_content .pc_left {
    width: 74%;
  }
  .pdd_content .pc_right {
    width: 23%;
  }
}
@media screen and (max-width: 1024px) {
  .pdd_content {
    flex-wrap: wrap;
  }
  .pdd_content .pc_left {
    width: 100%;
  }
  .pdd_content .pc_right {
    width: 100%;
  }
  .cat_nav {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* 标签 */
.pd_label {
  background-color: #f6f6f6;
}
.p_tags {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.06rem 0;
}
.p_tags > p {
  margin-right: 12px;
  font-size: 0.18rem;
  font-weight: bold;
}
.p_tags a {
  margin-right: 0.26rem;
  font-size: 0.14rem;
}
.p_tags a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 768px) {
  .p_tags > p {
    font-size: 15px;
  }
  .p_tags a {
    font-size: 13px;
  }
}

.p_view_other {
  padding-top: 0.2rem;
  border-top: 1px solid #ddd;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 4%;
}
.p_view_other li {
  max-width: 46%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.14rem;
  align-items: center;
}
.p_view_other .arrow_btn {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
}
.p_view_other .arrow_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: var(--i_color);
}
.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 {
}
.p_view_other li:hover .arrow_btn iconify-icon {
  color: var(--i_color);
}
.p_view_other a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

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

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

.pd_list {
  width: 100%;
}

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

/* 66666666666666666666666 */

.pd_rp_list .ic_c_item {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.24rem;
  background: linear-gradient(to bottom, #fffaf7, #fddac3);
  transition: all 0.6s;
}
.pd_rp_list .ic_c_item_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pd_rp_list .ic_c_item_img::before {
  content: "";
  display: block;
  padding-bottom: 68%;
}
.pd_rp_list .ic_c_item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pd_rp_list .ic_c_item h4 {
  font-size: 0.18rem;
  color: var(--txt_color2);
  margin: 0.2rem 0 0.1rem 0;
}

.pd_rp_list .ic_c_item h3 {
  font-size: 0.24rem;
  color: var(--txt_color1);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.pd_rp_list .ic_c_item h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  background: rgba(0, 0, 0, 0.1);
  margin: 0.1rem 0;
}

.pd_rp_list .ic_c_item p {
  color: var(--txt_color2);
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}

.pd_rp_list .ic_c_item p::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: var(--txt_color2);
  margin-right: 0.1rem;
}

.pd_rp_list .ic_c_item #btnBox2 {
  z-index: 2;
  margin-top: 0.2rem;
}

.pd_rp_list .ic_c_item {
  width: 100%;
  display: block;
}

.pd_rp_list .ic_c_item_img::before {
  padding-bottom: 78%;
}

.pd_rp_list .ic_c_item h4 {
  font-size: 0.16rem;
}

.pd_rp_list .ic_c_item h3 {
  font-size: 0.18rem;
}

.pd_rp_list li:hover .ic_c_item {
  background: var(--i_color);
}

.pd_rp_list li:hover .ic_c_item h4 {
  color: rgba(255, 255, 255, 0.8);
}

.pd_rp_list li:hover .ic_c_item h3 {
  color: #fff;
}

.pd_rp_list li:hover .ic_c_item p {
  color: #fff;
}

.pd_rp_list li:hover .ic_c_item p::before {
  background-color: #fff;
}

.pd_rp_list li:hover #btnBox2 {
  border-color: #fff;
}

.pd_rp_list li:hover #btnBox2::before {
  background: #fff;
}

.pd_rp_list li:hover #btnBox2 .flc_zy span {
  color: #fff;
}

.pd_rp_list li:hover #btnBox2 .flc_zy .iconfont {
  color: #fff;
}

.pd_rp_list li #btnBox2:hover .flc_zy .iconfont {
  color: var(--i_color);
}

.pd_rp_list li #btnBox2:hover .flc_zy span {
  color: var(--i_color);
}

/* -------------------------- */
.pd_rp-prev,
.pd_rp-next {
  position: absolute;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.pd_rp-prev {
  left: 46%;
}
.pd_rp-next {
  right: 46%;
}
.pd_rp-prev iconify-icon,
.pd_rp-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.15rem;
  color: var(--i_color);
}
.pd_rp_list .swiper-button-disabled {
  cursor: not-allowed;
}
.pd_rp-prev:hover,
.pd_rp-next:hover {
  background: var(--i_color);
}

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

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

@media screen and (max-width: 1200px) {
  .pd_rp-prev {
    left: 44%;
  }
  .pd_rp-next {
    right: 44%;
  }
}
@media screen and (max-width: 1024px) {
  .pd_rp_list .swiper-wrapper {
    padding-bottom: 0;
  }
  .pd_rp-prev,
  .pd_rp-next {
    display: none;
  }
  .pd_rp-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pd_list {
    margin-top: 0.2rem;
  }
  .pd_rp_list .ic_c_item #btnBox2 {
    display: none;
  }
}

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

.s_we_serve {
}

/* 服务优势 */
.Service_Advantages {
  width: 100%;
  display: flex;
}

/* 文字描述盒子 */

.Service_Advantages .sa_left {
  width: 41%;
  background-color: #f6f6f6;
  box-shadow: 0 0 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 0.8rem 0.4rem 0.5rem 0.4rem;
}

.Service_Advantages .sal_top {
  width: 100%;
}

.Service_Advantages .sal_top li {
  position: relative;
  min-height: 2.5rem;
  display: none;
}

.Service_Advantages .sal_top .asT_active {
  display: block;
}

.Service_Advantages .sal_top li h3 {
  color: var(--txt_color1);
  font-size: 0.32rem;
}

.Service_Advantages .sal_top li p {
  color: var(--txt_color2);
  font-size: 0.18rem;
  line-height: 1.5;
}

.Service_Advantages .sal_top li p::before {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background-color: var(--i_color);
  margin: 0.25rem 0;
}

.Service_Advantages .sal_top li i {
  font-size: 0.2rem;
  color: #999;
  position: absolute;
  top: -25%;
  right: 0;
}

.Service_Advantages .sa_bottom {
  display: flex;
  gap: 0 6%;
  margin-top: 1.55rem;
}

.sab_left,
.sab_right {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border: 1px solid var(--i_color);
  cursor: pointer;
  transition: all 0.4s;
}

.sab_left iconify-icon,
.sab_right iconify-icon {
  font-size: 0.25rem;
  color: var(--i_color);
}

.sab_left:hover,
.sab_right:hover {
  background-color: var(--i_color);
}

.sab_left:hover iconify-icon,
.sab_right:hover iconify-icon {
  color: #fff;
}

/* 图片展示盒子 */

.Service_Advantages .sa_right {
  width: 56%;
  margin-left: auto;
  position: relative;
}

.Service_Advantages .sa_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: -5%;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.Service_Advantages .sa_right .asI_active {
  top: 0;
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .Service_Advantages {
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .Service_Advantages .sa_left {
    width: 100%;
    padding: 0.4rem;
  }
  .Service_Advantages .sa_bottom {
    margin-top: 0;
  }
  .Service_Advantages .sal_top li h3 {
    font-size: 0.26rem;
  }
  .Service_Advantages .sal_top li i {
    top: 0;
  }
  .sab_left,
  .sab_right {
    width: 0.45rem;
    height: 0.45rem;
  }
  .Service_Advantages .sa_right {
    width: 100%;
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 560px) {
  .Service_Advantages .sal_top li h3 {
    font-size: 0.2rem;
  }
  .Service_Advantages .sal_top li p {
    font-size: 0.16rem;
    line-height: 1.3;
  }
  .sab_left,
  .sab_right {
    width: 0.35rem;
    height: 0.35rem;
  }
}

/* 服务优势 */
.s_service_advantages {
  width: 100%;
  background: linear-gradient(to right, transparent, #ffeee4);
  box-sizing: border-box;
}

.s_service_advantages::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.08rem;
  background-color: var(--i_color);
}

.s_service_advantages .ssa_top {
  width: 100%;
  display: flex;
}

.s_service_advantages .ssa_t_img {
  width: 44%;
  position: relative;
  padding-bottom: 25%;
  margin-top: -9%;
}

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

.s_service_advantages .title_box {
  margin-left: auto;
  width: 52%;
}

.s_service_advantages .title_box .tb_top .tbt_img {
  width: 9%;
  padding-bottom: 9%;
}

.s_service_advantages .ssa_bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 9.5%;
}

.s_service_advantages .ssa_bottom li {
  width: 27%;
}

.s_service_advantages .ssa_bottom li .icon {
  width: 0.54rem;
  height: 0.54rem;
  position: relative;
}

.s_service_advantages .ssa_bottom li .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.s_service_advantages .ssa_bottom li h4 {
  font-size: 0.24rem;
  color: var(--txt_color1);
  margin: 0.12rem 0 0.3rem 0;
  transition: all 0.4s;
}

.s_service_advantages .ssa_bottom li p {
  font-size: 0.18rem;
  color: var(--txt_color2);
  line-height: 1.3;
}

.s_service_advantages .ssa_bottom li:hover h4 {
  color: var(--i_color);
}

.s_service_advantages .ssa_bottom li:hover .icon img {
  transform: translate(-50%, -50%) rotateY(180deg);
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .s_service_advantages .ssa_top {
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .s_service_advantages .ssa_t_img {
    width: 100%;
    margin-top: 0;
    order: 2;
    padding-bottom: 40%;
  }
  .s_service_advantages .title_box {
    width: 100%;
  }
  .s_service_advantages .title_box .tb_top .tbt_img {
    width: 5%;
    padding-bottom: 5%;
  }
  .s_service_advantages .ssa_bottom li .icon {
    width: 0.45rem;
    height: 0.45rem;
  }
  .s_service_advantages .ssa_bottom li h4 {
    font-size: 0.2rem;
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_service_advantages .ssa_bottom {
    gap: 0.3rem 9.5%;
  }
  .s_service_advantages .ssa_bottom li {
    width: 45.25%;
  }
}
@media screen and (max-width: 560px) {
  .s_service_advantages .title_box .tb_top .tbt_img {
    width: 8%;
  }
  .s_service_advantages .ssa_bottom li {
    width: 100%;
  }
  .s_service_advantages .ssa_bottom li .icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .s_service_advantages .ssa_bottom li h4 {
    font-size: 0.18rem;
  }
  .s_service_advantages .ssa_bottom li p {
    font-size: 0.16rem;
  }
}

/* 购买流程 */
.process_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4%;
}

.process_list dt {
  width: 100%;
  position: relative;
}

.process_list dt:nth-child(even) {
  margin-top: 0.8rem;
}

.process_list dt::before {
  content: "";
  position: absolute;
  right: -0.7rem;
  top: 0.2rem;
  width: 1rem;
  height: 0.5rem;
}

.process_list dt:nth-child(odd)::before {
  background: url(static/imgs/process_arrow1.webp) no-repeat center;
  background-size: contain;
}

.process_list dt:nth-child(even)::before {
  background: url(static/imgs/process_arrow2.webp) no-repeat center;
  background-size: contain;
}

.process_list dt:last-child::before {
  display: none;
}

.process_list .icon {
  margin: 0 auto;
  margin-bottom: 0.4rem;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.process_list .icon img {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.process_list .icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);

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

.process_list .icon iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  color: var(--i_color3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.process_list span {
}

.process_list span p {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
}

.process_list span h6 {
  margin-top: 0.18rem;
  font-size: 20px;
  color: #666;
}

.process_list dt:hover .icon img {
  filter: brightness(1000%) grayscale(100%);
}

.process_list dt:hover .icon::before {
  right: initial;
  left: 0;
  width: 100%;
}

.process_list dt:hover .icon iconify-icon {
  color: #fff;
}

.process_list dt:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .process_list dt .tc {
    text-align: start;
  }

  .process_list dt .icon img {
    height: 0.3rem;
  }

  .process_list {
    flex-wrap: wrap;
    gap: 0.24rem 0;
  }

  .process_list dt {
    margin-top: 0 !important;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .process_list dt::before {
    display: none;
  }

  .process_list .icon {
    flex-shrink: 0;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0;
  }

  .process_list .icon iconify-icon {
    font-size: 0.36rem;
  }

  .process_list span {
    margin-left: 0.2rem;
  }

  .process_list span h6 {
    margin-top: 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  .process_list span p {
    font-size: 17px;
  }
}

@media screen and (max-width: 560px) {
  .process_list .icon {
    width: 0.5rem;
    height: 0.5rem;
  }

  .process_list .icon iconify-icon {
    font-size: 0.26rem;
  }

  .process_list span p {
    font-size: 16px;
  }

  .process_list span h6 {
    font-size: 14px;
  }
}

/* FAQ问答 */
.s_faqBox {
  width: 100%;
  background-color: #f8f8f8;
}

.s_faqBox .faq_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 4%;
}

.s_faqBox .faq_list li {
  width: 48%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.4rem;
  display: flex;
  transition: all 0.3s;
}

.s_faqBox .faq_list li i {
  width: 0.3rem;
  height: 0.3rem;
  font-size: 0.2rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--txt_color2);
  transition: all 0.4s;
}

.s_faqBox .faq_list li .faq_txt {
  margin-left: auto;
  width: 92%;
}

.s_faqBox .faq_list li p {
  font-size: 0.2rem;
  font-weight: bold;
  color: var(--txt_color1);
  transition: all 0.4s;
}

.s_faqBox .faq_list li span {
  font-size: 0.18rem;
  display: block;
  color: var(--txt_color2);
  line-height: 1.5;
  margin-top: 0.24rem;
}

.s_faqBox .faq_list li:hover {
  box-shadow: 0px 0px 10px rgba(255, 99, 0, 0.3);
}

.s_faqBox .faq_list li:hover i {
  background-color: #ef8201;
}

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

@media screen and (max-width: 1024px) {
  .s_faqBox .faq_list li {
    width: 100%;
    padding: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .s_faqBox .faq_list li {
    flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .s_faqBox .faq_list li .faq_txt {
    width: 100%;
  }
  .s_faqBox .faq_list li p {
    font-size: 0.18rem;
  }
  .s_faqBox .faq_list li span {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }
}

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

/* 公司简介 */
.CompanyProfile {
  width: 100%;
  background: url(static/imgs/ab_topBa.webp) no-repeat center;
  background-size: cover;
}

.cp_content {
  width: 100%;
  display: flex;
  align-items: center;
}

.CompanyProfile .ia_box .ib_left {
  width: 53%;
}

.cp_content .id_right {
  all: unset;
  width: 42%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 10%;
}

.cp_content .id_right li {
  width: 45%;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .cp_content {
    flex-wrap: wrap;
  }
  .CompanyProfile .ia_box .ib_left {
    width: 100%;
  }
  .cp_content .id_right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* 宣传视频 */
.about_video {
  position: relative;
  padding-bottom: 34%;
}

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

.v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background: url(static/imgs/video_btn.webp) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 560px) {
  .v_btn {
    width: 0.7rem;
    height: 0.7rem;
  }
}

/* 公司优势 */
.Company_advantages {
  width: 100%;
  background: url(static/imgs/CompanyAdvantages.webp) no-repeat center;
  background-size: cover;
}

@keyframes ooo {
  0% {
    opacity: 0;
    transform: translateY(0.1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.strength_box {
  box-sizing: border-box;
  padding-top: 1.4rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.strength_left {
  width: 30%;
}

.strength_ul {
  margin-bottom: 0.5rem;
}

.strength_ul li {
  animation: ooo 0.7s ease;
}

.strength_ul li img {
  width: 0.55rem;

  height: 0.55rem;

  object-fit: contain;
}

.strength_ul li h3 {
  font-size: 0.3rem;
  color: var(--txt_color1);
  font-weight: bold;
  line-height: 120%;
  margin: 0.2rem 0 0.15rem 0;
}

.strength_ul li h4 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #666;
  box-sizing: border-box;
  padding-right: 2%;
  overflow: auto;
}

/*滚动条*/

.strength_ul li h4::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

.strength_ul li h4::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--i_color);
}

.strength_ul li h4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #f1f1f1;
}

.strength_right {
  box-sizing: border-box;

  padding-right: 1.8rem;

  position: relative;
}

.strength_right_dl {
  width: 5.3rem;
}

.strength_right_dl dt {
  position: relative;

  overflow: hidden;

  width: 100%;

  border-radius: 50%;
  animation: ooo 0.7s ease;
}

.strength_right_dl dt::after {
  content: "";

  display: block;

  padding-bottom: 100%;
}

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

.strength_right_box {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  width: 4.3rem;
}

.strength_right_ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1px dashed rgba(174, 174, 174, 0.8);
}

.strength_right_ul li {
  position: absolute;
  font-size: 0.2rem;
  color: #666666;
  line-height: 150%;
  font-weight: bold;
  text-transform: capitalize;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.strength_right_ul li:nth-child(1) {
  top: -0.25rem;

  left: 50%;

  padding-bottom: 0.18rem;
}

.strength_right_ul li:nth-child(2) {
  top: 50%;

  right: 0rem;

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

  padding-left: 0.18rem;
}

.strength_right_ul li:nth-child(3) {
  top: calc(100% + 0.25rem);

  left: 50%;

  padding-top: 0.18rem;
}

.strength_right_ul li:nth-child(4) {
  top: 50%;

  left: 0rem;

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

  padding-right: 0.18rem;
}

.strength_right_ul li::after {
  content: "";

  display: block;

  position: absolute;

  width: 0.15rem;

  height: 0.15rem;

  border: 0.02rem solid var(--i_color);

  box-sizing: border-box;

  border-radius: 50%;

  background-color: var(--i_color);
}

.strength_right_ul li:nth-child(1)::after {
  top: 100%;

  left: 50%;

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

.strength_right_ul li:nth-child(2)::after {
  top: 50%;

  left: 0%;

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

.strength_right_ul li:nth-child(3)::after {
  top: 0%;

  left: 50%;

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

.strength_right_ul li:nth-child(4)::after {
  top: 50%;

  left: 100%;

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

.quan {
  width: 125%;

  height: 125%;

  position: absolute;

  top: 50%;

  left: 50%;

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

.quan circle {
  fill: none;

  stroke-width: 1;

  transform: rotate(-90deg);

  stroke-dashoffset: 1414.5; /*  偏移 */

  transform-origin: center;

  stroke-dasharray: 1886;

  transition: stroke-dashoffset 1s linear; /* 平滑过渡 */
}

.strength_right_ul li.current {
  color: var(--i_color);
}

.strength_right_ul li.current::after {
  background-color: var(--i_color);
}

@media screen and (max-width: 1600px) {
  .strength_ul li h3 {
    font-size: 0.3rem;
  }

  .strength_right_box,
  .strength_right_dl {
    width: 4.5rem;
  }

  .strength_right_ul li {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 1440px) {
  .strength_right_box,
  .strength_right_dl {
    width: 3rem;
  }

  .strength_right_ul li {
    font-size: 0.16rem;
  }

  .strength_bac {
    padding: 0.8rem 0 1.4rem 0;
  }
}

@media screen and (max-width: 1200px) {
  .strength_ul li h3 {
    font-size: 0.25rem;
  }

  .strength_ul li h4 {
    font-size: 0.16rem;

    line-height: 0.3rem;
  }

  .strength_bac {
    padding: 0.8rem 0 1rem 0;
  }
}

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

  .strength_box {
    align-items: center;

    flex-direction: column-reverse;

    gap: 1.4rem;
  }

  .strength_right {
    padding-right: 0rem;
  }

  .strength_ul {
    margin-bottom: 0.4rem;
  }

  .strength_bac {
    padding: 0.8rem 0;
  }
}

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

@media screen and (max-width: 767px) {
  .strength_right_box,
  .strength_right_dl {
    width: 2.5rem;
  }

  .strength_right_ul li {
    font-size: 0.14rem;
  }

  .strength_ul li h3 {
    font-size: 0.22rem;
  }

  .strength_box {
    gap: 1rem;
  }

  .strength_box {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .strength_right_box,
  .strength_right_dl {
    width: 2rem;
  }

  .strength_right_ul li {
    font-size: 0.12rem;
  }

  .strength_box {
    gap: 0.8rem;
  }

  .strength_box {
    padding-top: 0.8rem;
  }

  .strength_bac {
    padding: 0.6rem 0;
  }
}

@media screen and (max-width: 425px) {
  .strength_right_box,
  .strength_right_dl {
    width: 1.2rem;
  }
  .strength_ul li img {
    width: 0.35rem;
    height: 0.35rem;
  }
}

/* 环境展示 */
.environment_box {
}
.environment_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.32rem;
}

/* =================================================================== */
.environment_list_big {
  flex-shrink: 0;
  width: 44%;
  overflow: hidden;
}
.environment_list_big .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}

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

.e_pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.e_pic::before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.e_pic::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, transparent, #000);
}
.e_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;
}

.environment_list_big figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.environment_list_big p {
  padding: 0.3rem 0.4rem;
  font-size: 0.24rem;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

/* =================================================================== */
.environment_list_thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.environment_list_thumbnail .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.environment_list_thumbnail .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.environment_list_thumbnail .e_pic::before {
  padding-bottom: 60%;
}
.environment_list_thumbnail .e_pic::after {
  display: none;
}
.environment_list_thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.environment_list_thumbnail figcaption {
  display: none;
}

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

.environment_control {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.3rem;
}
.environment_control > i {
  width: 5rem;
  height: 1px;
  background: #ccc;
}

.environment-pagination {
  font-size: 0.2rem;
  color: #999;
}
.environment-pagination .swiper-pagination-current {
  font-size: 0.28rem;
  color: var(--i_color);
}

.environment-navigation {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.22rem;
}
.environment-navigation > div {
  width: 0.44rem;
  height: 0.44rem;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
.environment-navigation > div iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.26rem;
  color: var(--txt_color2);
}

.environment-navigation > div:hover {
  background: var(--i_color);
  border-color: var(--i_color);
}

.environment-navigation > div:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .environment_control > i {
    width: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .environment_list_big p {
    padding: 20px;
    font-size: 16px;
  }

  .environment-pagination {
    font-size: 15px;
  }
  .environment-pagination .swiper-pagination-current {
    font-size: 20px;
  }
  .environment-navigation > div {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .environment_cont {
    flex-wrap: wrap;
    gap: 0 0;
  }
  .environment_list_big {
    display: none !important;
  }

  .environment_list_thumbnail {
    width: 97%;
  }
  .environment_list_thumbnail .e_pic::before {
    padding-bottom: 66%;
  }
  .environment_list_thumbnail .e_pic::after {
    display: block;
  }
  .environment_list_thumbnail figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .environment_list_thumbnail p {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .environment_control {
    position: relative;
    margin-top: 20px;
  }
  .environment_control > i {
    width: 20%;
  }
}
@media screen and (max-width: 560px) {
  .environment_control {
    gap: 0 20px;
  }
  .environment-navigation {
    gap: 0 10px;
  }
  .environment-navigation > div {
    width: 32px;
    height: 32px;
  }
}

/* 留言板块 */
.message_box {
  width: 100%;
  background: url(static/imgs/messageImg.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

/* from表单 */
#wpforms-45 {
  --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-45 {
  margin: 0;
  padding: 0;
}
#wpforms-form-45 {
  width: 100%;
  position: relative;
}

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

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

#wpforms-45 .wpforms-field-container .wpforms-field > input {
  height: 0.46rem;
}
#wpforms-45 .wpforms-field-container .wpforms-field > input,
#wpforms-45 .wpforms-field-container textarea {
  border: 1px solid #ccc;
  background: #fff;
}
#wpforms-45 .wpforms-form em.wpforms-error,
#wpforms-45 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  color: #f00;
}

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

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

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

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