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

:root {
  /* Global Color */
  --i_color: #56b300;

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

  --header_top_height: 0.48rem;

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

.banner__ {
  position: relative;
  padding-bottom: 27.5%;
}

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

.banner__ .wrap {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner__ .banner__txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.banner__ .banner__txt p {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 1024px) {
  .banner__ .banner__txt p {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .banner__ .banner__txt p {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 560px) {
  .banner__ .banner__txt p {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }
}

/* Breadcrumb */
.in_position {
  position: relative;
}
.in_position .ip_box {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 0.16rem;
  position: relative;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.in_position a:first-child::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(static/imgs/home.webp) no-repeat center;
  background-size: contain;
  margin-top: -2px;
  margin-right: 8px;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: var(--txt_color);
}
.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 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 13px;
  }
}

/* 通用 */

/* 标题 */
.title {
}

.title h2 {
  width: max-content;
  font-size: 0.36rem;
  position: relative;
}

.title h2::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.6rem;
  position: absolute;
  left: -0.25rem;
  top: 50%;
  transform: translate(0, -50%);
  background-color: rgb(86, 179, 0, 20%);
  z-index: -1;
}

.title h2 i {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .title h2 {
    font-size: 0.26rem;
  }
  .title h2::before {
    width: 16%;
    height: 100%;
    left: 0;
  }
}

@media screen and (max-width: 560px) {
  .title h2 {
    font-size: 0.2rem;
  }
  .title p {
    font-size: 0.15rem;
    margin-top: 0.12rem;
  }
}

/* --- --- */

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

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

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2014;
}

header.fixedHeader {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}
.header_bottom {
  background: transparent;
}

.header_bottom > .wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

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

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

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

  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0rem;
    transform: translate(50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--i_color);
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
  }

  .i_nav > li > a {
    display: block;
    font-size: 0.18rem;
    color: #333;
    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 {
    opacity: 1;
    bottom: 0.16rem;
  }

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

  .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.active > a {
    color: var(--i_color);
    font-weight: bold;
  }

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

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

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

  .i_nav .sub-menu li:hover a {
    color: var(--i_color);
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.54rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav {
    gap: 0 0.5rem;
  }
  .i_nav > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav {
    gap: 0 0.4rem;
  }
  .i_nav > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

@media screen and (max-width: 1024px) {
  .i_nav {
    opacity: 0;
    position: fixed;
    top: calc(var(--header_height) + var(--header_top_height));
    left: 101%;
    width: 100%;
    width: 100vw;
    height: calc(100vh - var(--header_height)+ var(--header_top_height));
    background: #fff;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-top: 1px solid rgb(86, 179, 0, 0.3);
    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 #f8f8f8;
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 8px;
    right: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.2rem;
  }
  .i_nav > .menu-item-has-children span.on {
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.2rem;
  }

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

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

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

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

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

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

/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}

.nav_menu.on i {
  opacity: 0;
}

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

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

@media screen and (max-width: 1024px) {
  .nav_menu {
    width: 20px;
    height: 15px;
    display: block !important;
    margin-left: 0.15rem;
  }
  .nav_menu i {
    margin-top: -1px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.full_header_height {
  height: calc(var(--header_height) + var(--header_top_height));
  background-color: transparent;
}

.header_top {
  height: var(--header_top_height);
  background-color: #f9f9f9;
}

.header_top .wrap {
  height: var(--header_top_height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_up_left {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 100%;
}
.top_up_left1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-right: 0.2rem;
}
.top_up_left1 iconify-icon {
  font-size: 0.22rem;
  object-fit: contain;
  margin-right: 0.05rem;
  color: var(--i_color);
}
.top_up_left1 a {
  font-size: 0.16rem;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.top_up_left1 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  background-color: var(--i_color);
}

.top_up_left1 a:hover {
  color: var(--i_color);
}
.top_up_left1 a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.footer_share {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
}
.footer_share dt {
}
.footer_share dt a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  width: 0.32rem;
  height: 0.32rem;
  transition: all 0.3s ease;
}
.footer_share dt a iconify-icon {
  font-size: 0.17rem;
  color: var(--txt_color);
  transition: all 0.3s ease;
}
.footer_share dt a:hover {
  background-color: var(--i_color);
  border-color: var(--i_color);
}
.footer_share dt a:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .top_up_left {
    display: none;
  }
  .footer_share {
    margin-left: auto;
    gap: 0 0.12rem;
  }
  .footer_share dt a {
    width: 0.2rem;
    height: 0.2rem;
  }
  .footer_share dt a iconify-icon {
    font-size: 0.1rem;
  }
}

/* banner */
.banner {
}

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

.iBa_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 41.5%;
}

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

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

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

@media screen and (max-width: 1024px) {
  .iBa-prev,
  .iBa-next {
    display: none;
  }
}

/* 热门产品 */
.hot_product {
  position: relative;
}

.hot_product::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(static/imgs/hot_productBa.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

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

.hot_product_list li {
  width: 32%;
  cursor: pointer;
  position: relative;
}

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

.hot_product_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

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

.hot_product_list p {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.25rem 0.2rem 0.65rem 0.2rem;
  opacity: 1;
  transition: all 0.4s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.learnBox {
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  background-color: var(--i_color);
  box-sizing: border-box;
  padding: 0.18rem 0.26rem 0.26rem 0.26rem;
  transition: all 0.4s ease;
  opacity: 0;
}

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

.learnBox h4 {
  color: rgb(255, 255, 255, 80%);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.learnBox h5 iconify-icon {
  font-size: 0.26rem;
  margin-left: 8px;
}

.hot_product_list li:hover .hot_product_img img {
  transform: scale(1.1);
}

.hot_product_list li:hover p {
  opacity: 0;
}

.hot_product_list li:hover .learnBox {
  opacity: 1;
  bottom: 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) {
  .hot_product_list p {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .hot_product_list li {
    width: 100%;
  }
  .hot_product_list p {
    opacity: 0;
  }
  .learnBox {
    width: 96%;
    opacity: 1;
    bottom: 0;
  }
  .learnBox h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .learnBox h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 560px) {
  .learnBox h3 {
    font-size: 0.14rem;
  }
  .learnBox h4 {
    font-size: 0.13rem;
  }
  .learnBox h5 span {
    font-size: 0.13rem;
  }
  .learnBox h5 iconify-icon {
    font-size: 0.17rem;
  }
}

/* 产品类别 */
.ProductCategories {
}

.ProductCategories_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1%;
}

.ProductCategories_list li {
  width: 24.25%;
  box-sizing: border-box;
  position: relative;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.4s ease;
}

.ProductCategories_list .active {
  border: 2px solid var(--i_color);
}

.ProductCategories_img {
  width: 100%;
  position: relative;
}
.ProductCategories_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 68%;
}
.ProductCategories_img img {
  width: 98%;
  height: 98%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ProductCategories_tit {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Pc_icon {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.28rem;
}
.Pc_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.Pc_product_active {
  display: flex;
}

.Pc_product li {
  width: 32%;
  padding-bottom: 0.6rem;
  cursor: pointer;
  position: relative;
}

.Pc_product_item {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding-bottom: 0.83rem;
  padding-top: 0.28rem;
}

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

.Pc_product_item p {
  box-sizing: border-box;
  padding: 0 0.2rem;
}

.Pc_product li:hover .Pc_product_img img {
  transform: scale(1.1);
}
.Pc_product li:hover p {
  opacity: 0;
}
.Pc_product li:hover .learnBox {
  opacity: 1;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .Pc_icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.1rem;
  }
  .ProductCategories_tit p {
    font-weight: normal;
    font-size: 0.14rem;
  }

  .Pc_product li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .Pc_product_item p {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .ProductCategories_list {
    gap: 0.15rem 1%;
  }
  .ProductCategories_list li {
    width: 49.5%;
  }
  .ProductCategories_img::before {
    padding-bottom: 45%;
  }
  .Pc_icon {
    display: none;
  }

  .Pc_product li {
    width: 100%;
  }
}

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

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

.Cu_left {
  width: 39.5%;
}

.Cu_left .title h2 {
  margin-left: 0.25rem;
}

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

.Cu_left_list li {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--i_color);
}

.Cu_icon {
  width: 0.6rem;
  position: relative;
}
.Cu_icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.Cu_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.Cu_left_list h4 {
  display: flex;
}
.Cu_left_list h4 i {
  font-size: 0.36rem;
}

.btn01 {
  display: table;
  cursor: pointer;
  transition: all 0.4s ease;
}
.btnBox {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  box-sizing: border-box;
  padding: 0.1rem 0.25rem;
  background-color: var(--i_color);
}

.btnBox::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/imgs/button01.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -0.12rem;
  top: -0.15rem;
}

.btnBox::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/imgs/button02.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -0.12rem;
  bottom: -0.15rem;
}

.btnBox iconify-icon {
  font-size: 0.24rem;
  margin-left: 0.24rem;
}

.Choose_Us .btn01 {
  margin-left: 0.12rem;
}

.btn01:hover {
  transform: translateY(-10px);
}

.Cu_right {
  width: 57.69%;
  position: relative;
}

.Cu_right::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 78.5%;
}

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

@media screen and (max-width: 1024px) {
  .Choose_UsBox {
    gap: 0.4rem 0;
  }
  .Cu_left {
    width: 100%;
  }
  .Cu_right {
    width: 100%;
  }
  .Cu_icon {
    width: 0.4rem;
  }
  .Cu_left_list h4 i {
    font-size: 0.3rem;
  }
  .btnBox {
    padding: 0.06rem 0.18rem;
  }
  .btnBox::before,
  .btnBox::after {
    width: 0.15rem;
    height: 0.15rem;
  }
  .btnBox span {
    font-size: 0.14rem;
  }
  .btnBox iconify-icon {
    font-size: 0.2rem;
    margin-left: 0.1rem;
  }
}

@media screen and (max-width: 560px) {
  .Cu_left_list h4 i {
    font-size: 0.17rem;
  }
  .Cu_left_list li P {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 320px) {
  .Cu_left_list {
    gap: 0.12rem 0;
  }
  .Cu_left_list li {
    width: 100%;
  }
}

/* 我们的产品 */
.segmentation {
}

.segmentationBox {
  width: 100%;
  position: relative;
}
.segmentationBox::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 20%;
}
.se_bj {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.car {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -24%;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
}

.se_txt {
  width: 50%;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  color: #fff;
}
.se_txt p {
  width: 70%;
  margin-top: 0.37rem;
  margin-bottom: 0.43rem;
}

@media screen and (max-width: 1440px) {
  .se_txt {
    width: 80%;
    right: -3%;
  }
}
@media screen and (max-width: 1024px) {
  .se_txt {
    width: 100%;
    right: 0;
  }
  .se_txt h3 {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }
  .se_txt p {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .segmentationBox::before {
    padding-bottom: 45%;
  }
}

/* 最新新闻 */
.i_news {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f3f3f3 45%);
}

.i_newsBox {
}

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

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

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

.n_txt {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.24rem;
}

.n_txt h3 {
  display: flex;
  align-items: flex-end;
}

.n_txt h3 span {
  font-size: 0.42rem;
  display: block;
  display: flex;
}
.n_txt h3 span::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/imgs/time.webp) no-repeat center;
  background-size: contain;
  margin-right: -0.12rem;
}
.n_txt h3 i {
  display: block;
  margin-left: 0.085rem;
  margin-bottom: 0.03rem;
}

.n_more {
  display: flex;
  align-items: center;
}
.n_more iconify-icon {
  font-size: 0.24rem;
  margin-left: 0.15rem;
}

.i_news_list li:hover .n_img img {
  transform: scale(1.1);
}
.i_news_list li:hover .n_txt h2 {
  color: var(--i_color);
}
.i_news_list li:hover .n_more p,
.i_news_list li:hover .n_more iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .i_news_list li {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .n_txt h3 span {
    font-size: 0.3rem;
  }
  .n_more {
    margin-top: 0.1rem;
  }
}

/* footer */
.footerImg {
  width: 100%;
}

.footerConnect {
  margin-top: -22%;
  position: relative;
  z-index: 20;
  background: #e4f6ff;
  border-radius: 0.24rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.6rem 0.4rem;
}

.fc_left {
  width: 50%;
}
.fc_left h2 {
  font-size: 0.54rem;
}
.fc_left img {
  width: 100%;
  border-radius: 0.14rem;
}

.fc_right {
  width: 47.5%;
  background: url(static/imgs/footerConnectBa.webp) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding: 0.4rem 0.4rem 0.6rem;
  border-radius: 0.15rem;
}
.fc_right h2 {
  font-size: 0.54rem;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .footerImg {
    display: none;
  }
  .footerConnect {
    padding: 0;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .fc_left {
    display: none;
  }
  .fc_right {
    width: 100%;
    padding: 0.2rem;
  }
  .fc_right h2 {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .fc_right h2 {
    font-size: 0.2rem;
  }
}

.footerBox {
  background: url(static/imgs/footerba.webp) no-repeat center;
  background-size: cover;
}

.fCont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.fLeft {
  flex-shrink: 0;
  width: 32.5%;
}
.fLogo img {
  height: 1.19rem;
}
.fLeft > p {
  font-size: 0.18rem;
  line-height: 1.8;
}

.fMedia {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
.fMedia li {
  transition: all 0.5s ease;
}
.fMedia a {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  position: relative;
}
.fMedia iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #333;
}
.fMedia li:hover {
  transform: translate(0, -6px);
}
.fMedia li:hover a {
  background: var(--i_color);
  border-color: var(--i_color);
}
.fMedia li:hover a iconify-icon {
  color: #fff;
}

.fTit {
  margin-bottom: 0.26rem;
  font-size: 0.24rem;
  font-weight: bold;
}

.fNav ul {
}
.fNav li {
}
.fNav li a {
  display: block;
  padding: 0.1rem 0;
  font-size: 0.18rem;
}
.fNav li a:hover {
  color: var(--i_color);
}

.f_contact {
  width: 20%;
}
.f_contact dl {
}
.f_contact dt {
  margin-bottom: 0.16rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.1rem;
}
.f_contact dt:last-child {
  margin-bottom: 0;
}
.f_contact a,
.f_contact p {
  font-size: 0.18rem;
  line-height: 1.5;
}
.f_contact iconify-icon {
  font-size: 0.24rem;
}
.f_contact a:hover {
  color: var(--i_color);
}
.f_contact dt:hover iconify-icon {
  color: var(--i_color);
}

.f_cr {
  background-color: var(--i_color);
}
.f_cr p,
.f_cr a {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.f_cr a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .f_contact a,
  .f_contact p {
    font-size: 0.16rem;
  }
  .fLeft > p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_contact dl {
    flex-wrap: wrap;
    gap: 24px 4%;
  }
  .f_contact {
    width: 100%;
    margin-top: 0.3rem;
  }
  .f_contact i {
    width: 44px;
    height: 44px;
  }
  .f_contact iconify-icon {
    font-size: 22px;
  }

  .fLeft {
    width: 100%;
  }
  .fLogo img {
    height: 70px;
  }
  .fNav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .f_contact a,
  .f_contact p {
    font-size: 15px;
  }

  .fMedia a {
    width: 40px;
    height: 40px;
  }
  .fMedia iconify-icon {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .f_contact dl {
    gap: 20px 0;
  }
  .f_contact dt {
    width: 100%;
  }
  .f_contact i {
    width: 20px;
    height: 20px;
    border: none;
  }
  .f_contact iconify-icon {
    font-size: 20px;
  }
  .f_contact h6 {
    font-size: 13px;
  }

  .fLogo img {
    height: 50px;
  }
  .fLeft > p {
    font-size: 14px;
    line-height: 1.5;
  }
  .fMedia {
    gap: 0 20px;
  }
  .fMedia a {
    width: 34px;
    height: 34px;
  }
  .fMedia iconify-icon {
    font-size: 18px;
  }

  .f_cr p,
  .f_cr a {
    font-size: 14px;
  }
}

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

/* 表单 */
.contact_form {
}

.contact_form_box {
  width: 100%;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 1024px) {
  #wpforms-125-field_1-container,
  #wpforms-125-field_2-container,
  #wpforms-125-field_3-container {
    width: 100% !important;
  }
}

/* 联系方式 */
.contact_list {
  background-color: #f7f9f8;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.58rem 0.8rem 0.96rem 0.8rem;
  justify-content: space-between;
  position: relative;
  margin-bottom: -10%;
  z-index: 20;
}

.contact_list li {
  width: 19%;
}

.cl_icon {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #fff;
}
.cl_icon iconify-icon {
  color: var(--i_color);
  font-size: 0.35rem;
}

.contact_list p {
  margin-top: 0.2rem;
  margin-bottom: 0.13rem;
}

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

@media screen and (max-width: 1024px) {
  .contact_list {
    padding: 0.2rem;
    margin-bottom: 0.3rem;
    gap: 0.2rem 0;
  }
  .contact_list li {
    width: 48%;
  }
  .cl_icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  .cl_icon iconify-icon {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .contact_list li {
    width: 100%;
  }
}

/* 地图 */
.map {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  padding-bottom: 32.5%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .map::before {
    padding-bottom: 44%;
  }
}
@media screen and (max-width: 560px) {
  .map::before {
    padding-bottom: 80%;
  }
}

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

/* 服务内容 */
.ServiceContent {
}

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

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

.Sc_txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0.32rem 0.4rem;
  opacity: 1;
  transition: all 0.4s ease;
}
.Sc_txt img {
  width: 0.48rem;
}
.Sc_txt p {
  margin-top: 0.24rem;
}

.Sc_Mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(86, 179, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease;
}
.Sc_Mask img {
  width: 0.48rem;
}
.Sc_Mask p {
  margin-top: 0.12rem;
  margin-bottom: 0.16rem;
}
.Sc_Mask span {
  width: 90%;
}

.ServiceContent_list li:hover .Sc_txt {
  opacity: 0;
}
.ServiceContent_list li:hover .Sc_Mask {
  opacity: 1;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .Sc_txt img,
  .Sc_Mask img {
    width: 0.3rem;
  }
  .Sc_txt p {
    margin-top: 0.1rem;
    font-size: 0.14rem;
  }
  .Sc_Mask p {
    margin: 0.1rem 0;
    font-size: 0.14rem;
  }
  .Sc_Mask span {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 768px) {
  .ServiceContent_list li {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .Sc_txt {
    padding: 0.2rem;
  }
}

/* 服务优势 */
.ServiceAdvantages {
  background: linear-gradient(
    0deg,
    rgb(86, 179, 0, 0.2) 0%,
    rgba(255, 90, 0, 0) 78%
  );
}

.adv_service_ul {
  display: flex;

  gap: 0.12rem;

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

.adv_service_ul li {
  flex-grow: 1;
  width: 25%;
  height: 5.4rem;
  position: relative;
  transition: all 0.7s ease;
  z-index: 2;
}

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

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

.adv_service_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.48rem 0.32rem;
  z-index: 3;
}

.adv_service_text h3 {
  font-size: 0.8rem;
  font-weight: bold;
  color: transparent;
  text-stroke: 1px white;
  -webkit-text-stroke: 1px white;
  text-align: center;
  transition: all 0.4s ease;
}

.adv_service_text h4 {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.adv_service_Mask {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0.89rem 0.32rem;
  opacity: 0;
  transition: all 0.4s ease;
}

.adv_service_Mask h3 {
  font-size: 0.8rem;
  font-weight: bold;
  background: linear-gradient(180deg, #56b300 24%, rgba(86, 179, 0, 0) 81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.adv_service_ul li.adv_service_active .adv_service_text {
  display: none;
}

.adv_service_ul li.adv_service_active .adv_service_Mask {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .adv_service_text h3,
  .adv_service_Mask h3 {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .adv_service_ul {
    flex-wrap: wrap;
  }
  .adv_service_ul li {
    width: 100%;
  }
  .adv_service_text,
  .adv_service_Mask {
    padding: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .adv_service_ul li {
    height: 3rem;
  }
  .adv_service_text h3,
  .adv_service_Mask h3 {
    font-size: 0.3rem;
  }
  .adv_service_text h4,
  .adv_service_Mask p {
    font-weight: normal;
    font-size: 0.14rem;
  }
}

/* 服务流程 */

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

.ServiceProcess_list li {
  width: 32%;
  position: relative;
  box-sizing: border-box;
  background-color: #f7f9f8;
  padding: 0 0.4rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sp_icon {
  width: 2.18rem;
  position: absolute;
  right: -4%;
  bottom: -8%;
}

.sp_img {
  width: 0.55rem;
  padding-top: 0.8rem;
}

.ServiceProcess_list p {
  font-size: 0.32rem;
  margin-top: 0.48rem;
  margin-bottom: 0.4rem;
}

.ServiceProcess_list span {
  display: block;
}

.ServiceProcess_list p,
.ServiceProcess_list span {
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1024px) {
  .ServiceProcess_list li {
    width: 100%;
    padding-bottom: 0.4rem;
  }
}

@media screen and (max-width: 560px) {
  .sp_icon {
    width: 0.4rem;
    bottom: 0.1rem;
    right: 0.1rem;
  }
  .sp_img {
    width: 0.3rem;
    padding-top: 0.4rem;
  }
  .ServiceProcess_list p {
    font-size: 0.16rem;
    margin: 0.15rem 0;
  }
  .ServiceProcess_list span {
    font-size: 0.14rem;
  }
}

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

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

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

.CpBox_left {
  width: 55%;
  position: relative;
}

.CpBox_left img {
  width: 100%;
}

.CpBox_right {
  width: 39.5%;
}

.Cp_content {
  max-height: 3.8rem;
  overflow-y: auto;
  padding-right: 0.3rem;
}

.Cp_content::-webkit-scrollbar {
  width: 4px;
}

/* 滚动条的轨道部分 */
.Cp_content::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 20px;
}

/* 滚动条的滑块部分 */
.Cp_content::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 20px;
}

/* 滚动条滑块的悬停状态 */
.Cp_content::-webkit-scrollbar-thumb:hover {
  background: transparent !important;
}

@media screen and (max-width: 1024px) {
  .CpBox_left,
  .CpBox_right {
    width: 100%;
  }
  .CpBox_right {
    order: -1;
  }
}

@media screen and (max-width: 560px) {
  .Cp_content {
    max-height: 3rem;
    padding-right: 0.12rem;
  }
}

/* 我们的优势 */
.AdvantageBox {
  display: flex;
  align-items: center;
  position: relative;
}

.ab_left {
  width: 65.8%;
  background: #f7f9f8;
  box-sizing: border-box;
  padding: 0.4rem 0.32rem 1.2rem 0.32rem;
}

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

.ab_list li {
  width: 30%;
  box-sizing: border-box;
  padding: 0.18rem 0.24rem 0.4rem 0.24rem;
  transition: all 0.4s ease;
}

.ab_list li img {
  width: 0.48rem;
}

.ab_list h3 {
  margin-top: 0.34rem;
  margin-bottom: 0.28rem;
}

.ab_list p {
  position: relative;
  padding-bottom: 0.42rem;
}

.ab_list p::before {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.ab_list li:hover {
  background-color: #fff;
}

.ab_right {
  width: 12rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .ab_left {
    width: 71%;
  }
  .ab_list li img {
    width: 0.3rem;
  }
  .ab_list h3 {
    font-size: 0.17rem;
    margin: 0.1rem 0;
  }
  .ab_list p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .Advantage .wrap_l {
    padding-right: 3vw;
  }
  .ab_left {
    width: 100%;
    padding: 0.2rem;
  }
  .ab_right {
    display: none;
  }
  .ab_list li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .ab_list {
    gap: 0.2rem 0;
  }
  .ab_list li {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 560px) {
  .ab_list p {
    padding-bottom: 0.12rem;
  }
}

/* 工厂环境 */

.FactoryEnvBox {
}

.gol_partner {
  position: relative;
}
.gol_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.gol_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.gol_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  flex-direction: column;
  transition: width 0.3s ease;
  overflow: hidden;
  width: 20% !important;
}
.gol_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 4.8rem;
}
.gol_partner_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.gol_partner_list p {
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateX(-50%);
  z-index: 12;
  opacity: 0;
  transition: all 0.3s ease;
}

.gol_partner_list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: linear-gradient(
    180deg,
    rgba(86, 179, 0, 0) 30%,
    rgba(86, 179, 0, 0.8) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s ease;
}

.gol_partner_list .swiper-slide-active {
  width: 48% !important;
}

.gol_partner_list .swiper-slide-active p {
  opacity: 1;
}

.gol_partner_list .swiper-slide-active::before {
  height: 30%;
}

/* 指示器 */
.gol_partner .pt-pagination {
  display: block;
  text-align: center;
  margin: 0.6rem auto 0;
}
.gol_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  border-radius: 0%;
  outline: none;
  transition: all 0.4s ease;
}
.gol_partner .pt-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  position: relative;
  background: var(--i_color);
}

/* 左右箭头 */
.gol_partner .pt-button-prev,
.gol_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  z-index: 999;
  cursor: pointer;
  outline: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.gol_partner .pt-button-prev iconify-icon,
.gol_partner .pt-button-next iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}
.gol_partner .pt-button-prev {
  left: -5%;
}
.gol_partner .pt-button-next {
  right: -5%;
}

.gol_partner .pt-button-prev:hover,
.gol_partner .pt-button-next:hover {
  background-color: var(--i_color);
}
.gol_partner .pt-button-prev:hover iconify-icon,
.gol_partner .pt-button-next:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .gol_partner_list .img {
    height: 5rem;
  }
  .golbal_bac {
    padding: 0.8rem 0;
    margin-top: -0.8rem;
    border-radius: 1rem 0 0 0;
  }
}
@media screen and (max-width: 1366px) {
  .gol_partner_list .img {
    height: 4.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .gol_partner .pt-button-prev,
  .gol_partner .pt-button-next {
    display: none;
  }

  .gol_partner_list .img {
    height: 4.5rem;
  }
  .golbal_bac {
    padding: 0.6rem 0;
    margin-top: -0.6rem;
    border-radius: 0.8rem 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .gol_partner_list .img {
    height: 4rem;
  }
  .golbal_bac {
    border-radius: 0.6rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .gol_partner_box {
    margin-top: 0.4rem;
  }
  .gol_partner_list .img {
    height: 3.5rem;
  }
  .gol_partner_list li {
    width: 100% !important;
  }
  .gol_partner_list .swiper-slide-active {
    width: 100% !important;
  }
  .gol_partner_box {
    box-sizing: border-box;
    padding: 0 3%;
  }
  .golbal_bac {
    border-radius: 0.4rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .gol_partner_list .img {
    height: 3rem;
  }
  .gol_partner .pt-pagination {
    margin: 0.2rem auto 0;
  }
  .gol_partner .pt-pagination .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
  }
}

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

.PartnerBox {
  width: 100%;
}

.Partner_list {
  position: relative;
  overflow: hidden;
}
.Partner_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Partner_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
}

.Partner_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}

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

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

@media screen and (max-width: 1024px) {
  .Partner-pagination {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .Partner-pagination {
    margin-top: 0.2rem;
  }
}

/* 资质证书 */

.Certificate {
  background: url(https://lingjuimg.com/wp-content/uploads/QiaoHai/2025/09/Certificate.webp)
    no-repeat center center;
  background-size: cover;
}

.CertificateBox {
  position: relative;
}

.Certificate_left {
  width: 34%;
  padding-bottom: 4rem;
  padding-top: 1rem;
}

.btn02 {
  display: table;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  padding: 0.1rem 0.38rem;
  transition: all 0.4s ease;
}

.btn02 p {
  color: var(--i_color);
  transition: all 0.4s ease;
}

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

.CertificateImg {
  width: 72%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .Certificate_left {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .Certificate_left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .CertificateImg {
    width: 100%;
    position: relative;
    margin-top: 0.4rem;
  }

  .btn02 {
    padding: 0.06rem 0.18rem;
  }
  .btn02 p {
    font-size: 0.14rem;
  }
}

/* 成功案例 */
.SuccessStories {
  background: url(static/imgs/SuccessStoriesBa.webp) no-repeat center center;
  background-size: cover;
}

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

.Ss_left {
  width: 53%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem 2%;
}

.Ss_left li:nth-child(1),
.Ss_left li:nth-child(2),
.Ss_left li:nth-child(3) {
  width: 32%;
}

.Ss_left li:nth-child(1)::before,
.Ss_left li:nth-child(2)::before,
.Ss_left li:nth-child(3)::before {
  content: "";
  display: block;
  padding-bottom: 64%;
}

.Ss_left li:nth-child(4) {
  width: 49%;
}

.Ss_left li:nth-child(5) {
  width: 49%;
}
.Ss_left li:nth-child(4)::before,
.Ss_left li:nth-child(5)::before {
  content: "";
  display: block;
  padding-bottom: 88%;
}

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

.Ss_right {
  width: 42.25%;
}

@media screen and (max-width: 1024px) {
  .Ss_left,
  .Ss_right {
    width: 100%;
  }
  .Ss_right {
    order: -1;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .SuccessStoriesBox {
    gap: 0.2rem 0;
  }
}

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

.ProductList {
  background-color: #f7f9f8;
}

/* Category List */
.cat_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.cat_nav {
  width: 22.5%;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.37rem 0.3rem 0.54rem 0.25rem;
  border-radius: 50px 0px 0px 0px;
  border-bottom: 5px solid var(--i_color);
}

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

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

.cat_fold_tit {
  padding: 0 0.1rem 0 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  background: #f3f3f3;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.05rem;
  position: relative;
}
.cat_fold_tit a {
  width: 100%;
  padding: 0.11rem 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 {
  background: var(--i_color) !important;
}
.active .cat_fold_tit a,
.active .cat_fold_tit iconify-icon {
  color: #fff;
}
.active .cat_fold_tit iconify-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cat_fold_sub {
  display: none;
  box-sizing: border-box;
  padding: 0.16rem;
  background: #f4f4f4;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.cat_fold_sub dt {
  /* border-bottom: 1px solid #ddd; */
}
.cat_fold_sub a {
  padding: 0.12rem 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.1rem;
  border-radius: 5px;
  box-sizing: border-box;
}

.cat_fold_sub i {
  flex-shrink: 0;
  width: 0.16rem;
  height: 0.16rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.cat_fold_sub iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.1rem;
  color: #555;
}
.cat_fold_sub p {
  font-size: 0.16rem;
}
.cat_fold_sub dt:hover i,
.cat_fold_sub dt.active i {
  border-color: var(--i_color);
}
.cat_fold_sub dt:hover iconify-icon,
.cat_fold_sub dt.active iconify-icon {
  color: var(--i_color);
}
.cat_fold_sub dt:hover iconify-icon {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_fold_sub dt:hover a {
  color: var(--i_color);
}

.cat_fold_sub dt.active a {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

.p_list li {
  width: 32%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}

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

.p_list .Pc_product_item {
  box-shadow: none;
  box-sizing: border-box;
  padding-bottom: 0.38rem;
  padding-top: 0rem;
}

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

.p_list .Pc_product_item p {
  box-sizing: border-box;
  padding: 0 0.2rem;
  padding-top: 0.2rem;
}

.p_list li:hover .Pc_product_img img {
  transform: scale(1.1);
}
.p_list li:hover p {
  opacity: 0;
}
.p_list li:hover .learnBox {
  opacity: 1;
  bottom: 0;
}

.p_list .learnBox {
  width: 96%;
  padding: 0.2rem 0.2rem 0.24rem 0.2rem;
}

@media screen and (max-width: 768px) {
  .p_list {
    gap: 24px 2%;
  }
  .p_list li {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .p_list li {
    width: 100%;
  }
  .p_list {
    gap: 16px 2%;
  }
}

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

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

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

/* thumbnail */
.p_thumbnail {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 18.5%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.p_thumbnail_list {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.p_thumbnail_list .swiper-wrapper {
  flex-direction: column;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

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

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

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

.thumbnail-pagination {
  display: none;
}

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

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #333;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.thumbnail-prev {
  left: 0;
}
.thumbnail-next {
  right: 0;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #333;
}
.thumbnail_list .swiper-button-disabled {
  cursor: not-allowed;
}
.thumbnail-prev:hover,
.thumbnail-next:hover {
  background: var(--i_color);
  border-color: var(--i_color);
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .p_atlas {
    width: 100%;
    margin: 0 auto;
    max-width: 5rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .p_atlas::before {
    display: none;
  }
  .p_thumbnail {
    margin-top: 0.2rem;
    position: relative;
    transform: none;
    width: 100%;
  }
  .p_thumbnail_list {
    position: initial;
    top: initial;
    transform: none;
    height: auto;
  }
  .p_thumbnail_list .swiper-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: initial;
  }
  .p_thumbnail_list .swiper-slide::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

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

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

.p_title {
  width: 100%;
}
.p_title h1 {
  font-weight: bold;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.p_title_cont > p {
  color: var(--i_color);
  margin: 0.16rem 0;
}

.pDes {
  background: rgba(86, 179, 0, 0.03);
  box-sizing: border-box;
  padding: 0.29rem 0.24rem 0.49rem 0.24rem;
}

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

.pd_btnBox .btnBox::before,
.pd_btnBox .btnBox::after {
  display: none;
}

.single_grid_share {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.single_grid_share h4 {
  margin-right: 0.1rem;
}

.single_grid_dl {
  display: flex;
  display: -webkit-flex;
  gap: 0.18rem;
}
.single_grid_dl dt {
}
.single_grid_dl dt a {
  display: flex;
  width: 0.42rem;
  height: 0.42rem;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.single_grid_dl dt a iconify-icon {
  font-size: 0.18rem;
  color: #333;
  transition: all 0.3s ease;
}
.single_grid_dl dt a:hover {
  background-color: var(--i_color);
  border-color: var(--i_color);
}
.single_grid_dl dt a:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .p_title h1 {
    font-size: 18px;
  }
  .pDes {
    padding: 0.2rem;
  }
}

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

/* 产品详情信息介绍 */
.p_bottom_info {
  background-color: #f7f9f8;
}

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

.p_bottom_info .pb_right {
  width: 70%;
}

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

.p_bottom_info .pb_right .pb_r_nav li {
  box-sizing: border-box;
  background: rgba(86, 179, 0, 0.1);
  font-size: 0.2rem;
  font-weight: bold;
  padding: 0.11rem 0.8rem;
  cursor: pointer;
  transition: all 0.4s;
}

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

.p_bottom_info .pb_right .pb_r_nav li:not(:last-child) {
  margin-right: 0.24rem;
}

.p_bottom_info .pb_right .pb_r_nav .pbr_ul_active {
  background-color: var(--i_color);
  color: #fff;
  position: relative;
}

.p_bottom_info .pb_right .pb_r_nav .pbr_ul_active::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  bottom: -1px;
  left: 0;
}

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

.pbr_div_active {
  display: block;
}

.product_introduction_box {
  width: 100%;
}

.video_box {
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .p_bottom_info .pb_right {
    width: 100%;
  }
  .p_bottom_info .cat_nav {
    order: -1;
  }
  .p_bottom_info .pb_right .pb_r_nav li {
    font-size: 0.16rem;
    padding: 0.1rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* Related */

.p_tags {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.16rem 0;
}
.p_tags > p {
  margin-right: 0.24rem;
  font-size: 0.18rem;
}
.p_tags a {
  margin-right: 1.1rem;
  font-size: 16px;
}
.p_tags a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 768px) {
  .p_tags {
    gap: 12px 0;
  }
  .p_tags > p {
    font-size: 17px;
  }
  .p_tags a {
    margin-right: 16px;
    font-size: 13px;
  }
}

.p_view_other {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 4%;
}
.p_view_other li {
  max-width: 46%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.14rem;
  align-items: center;
}
.p_view_other a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_view_other span {
  flex-shrink: 0;
  width: 0.38rem;
  height: 0.32rem;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #959595;
}
.p_view_other span iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #959595;
}
.p_view_other p {
  font-size: 0.16rem;
}
.p_view_other p b {
  font-size: 0.18rem;
  font-weight: bold;
}

.p_view_other li:hover span {
  border-color: var(--i_color);
  background: var(--i_color);
}
.p_view_other li:hover span iconify-icon {
  color: #fff;
}
.p_view_other a:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_view_other span {
    width: 30px;
    height: 30px;
  }
  .p_view_other span iconify-icon {
    font-size: 20px;
  }
  .p_view_other p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p_view_other {
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .p_view_other li {
    max-width: 100%;
  }
  .p_view_other span {
    order: -1;
  }
  .p_view_other p {
    font-size: 14px;
  }
  .p_view_other p b {
    font-size: 17px;
  }
}

/* 相关产品 */
.Related_products {
  background-color: #f7f9f8;
}

.Rp_Box {
}

.title h2 b {
  position: relative;
  z-index: 2;
}

.Rp_Box .title h2::before {
  z-index: 1;
}

.Rp_list {
}

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

.Rp_list .Pc_product_item {
  box-shadow: none;
  padding: 0;
}

.Rp_list .Pc_product_img {
  width: 100%;
}

.Rp_list .Pc_product_item p {
  padding-top: 0.2rem;
  padding-bottom: 0.38rem;
}

.Rp_list li:hover .Pc_product_img img {
  transform: scale(1.1);
}
.Rp_list li:hover p {
  opacity: 0;
}
.Rp_list li:hover .learnBox {
  opacity: 1;
  bottom: 0;
}

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

@media screen and (max-width: 768px) {
  .Related_list .swiper-slide {
    padding-bottom: 0.8rem;
  }
}

/* FAQ问答 */

.fold_list {
  margin-left: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem 0;
}
.fold_list li {
  position: relative;
  overflow: hidden;
}

.fold_list li > img {
  width: 36%;
  object-fit: contain;
  position: absolute;
  bottom: -150%;
  right: 5%;
}

.fold_list .tit {
  padding: 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.14rem;
  cursor: pointer;
  background-color: #f6f8f5;
}

.fold_list .qa {
  flex-shrink: 0;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.18rem;
  color: var(--i_color);
}
.fold_list .qa {
  background: #e6f1dc;
}

.fold_list .tit p {
  color: var(--txt_color);
}

.fold_list .tit.active {
  /* background: var(--i_color); */
}

.fold_list .tit.active p {
  /* color: #fff; */
}

.fold_list .tit.active .qa {
  background-color: var(--i_color);
  color: #fff;
}

.fold_list .tit b {
  width: 0.26rem;
  height: 0.26rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 13H5v-2h6V5h2v6h6v2h-6v6h-2z'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
  margin-left: auto;
  position: relative;
  z-index: 20;
}
.fold_list .tit.active b {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E")
    no-repeat center;
  position: relative;
  z-index: 20;
}

.fold_list .txt {
  display: none;
  padding: 0.26rem 0.2rem 0.14rem 0.2rem;
  /* background-color: var(--i_color); */
  color: #fff;
}
.fold_list .txt span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.14rem;
  align-items: baseline;
}

.fold_list .txt span .qa {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .fold_list li > img {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .fold_list .tit {
    gap: 0.15rem 0;
  }
  .fold_list .tit > .qa {
    margin-right: 90%;
  }
  .fold_list .txt span .qa {
    display: none;
  }
}

/* 宣传视频 */
.video_content {
}

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

.video_con::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 36.5%;
}

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

.videoBtn {
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  cursor: pointer;
  transition: all 0.4s ease;
}

.videoBtn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

@media screen and (max-width: 560px) {
  .videoBtn {
    width: 1rem;
  }
}

.homeAbout_video {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.homeAbout_video {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* border: 1px solid #e5e5e5; */
  box-sizing: border-box;
}
.homeAbout_video::before {
  content: "";
  display: block;
  padding-bottom: 47%;
}

.video_box .homeAbout_video::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.video_box .homeAbout_video .pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.homeAbout_video .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  object-fit: cover;
}

.vio_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.icon iconify-icon {
  font-size: 0.5rem;
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .homeAbout_video::before {
    padding-bottom: 53%;
  }
}
@media screen and (max-width: 1366px) {
  .homeAbout_video::before {
    padding-bottom: 55%;
  }
}

@media screen and (max-width: 1024px) {
  .homeAbout_video {
    -webkit-border-radius: 14px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 768px) {
  .homeAbout_video::before {
    padding-bottom: 48%;
  }
}
