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

.wrap {
  width: 72.92%;
  margin-right: auto;
  margin-left: auto;
}

.wrap_top {
  width: 90%;
  margin: 0 auto;
}

.wrap_left {
  box-sizing: border-box;
  padding-left: 13.54%;
}
.wrap_right {
  box-sizing: border-box;
  padding-right: 13.54%;
}

@media screen and (max-width: 1600px) {
  .wrap {
    width: 88%;
  }
  .wrap_left {
    padding-left: 6%;
  }
  .wrap_right {
    padding-right: 6%;
  }
  .wrap_top {
    width: 92%;
  }
}
@media screen and (max-width: 1440px) {
  .wrap {
    width: 90%;
  }
  .wrap_left {
    padding-left: 5%;
  }
  .wrap_right {
    padding-right: 5%;
  }
  .wrap_top {
    width: 94%;
  }
}
@media screen and (max-width: 1366px) {
  .wrap_top {
    width: 96%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 94%;
  }
  .wrap_top {
    position: initial;
  }
  .wrap_left {
    padding-left: 3%;
  }
  .wrap_right {
    padding-right: 3%;
  }
}

:root {
  --i_color: #00bfb3;
  /* 全局颜色 */
  --i_color2: #f4e629;
  /* 副颜色 */
  --header_height: 0.8rem;
  /* 头部高度 */
  --border_color: rgba(0, 0, 0, 0.1);
  /* 默认边框颜色 */
  --f_menu_height: 50px;
  /* 移动端底部菜单 */
  --linear-gradien: linear-gradient(
    135deg,
    rgba(31, 99, 157, 1),
    rgba(37, 55, 155, 1)
  );
}

@media screen and (max-width: 1024px) {
  :root,
  header {
    --header_height: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}

@font-face {
  font-family: "Poppins";
  src: url("https://lingju.global/fonts/poppins-regular.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("https://lingju.global/fonts/poppins-semibold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("https://lingju.global/fonts/poppins-bold.woff2") format("woff2");
  font-weight: bold;
}

body {
  font-family:
    "Microsoft YaHei",
    "微软雅黑",
    system-ui,
    -apple-system,
    Helvetica,
    Tahoma,
    sans-serif;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background-color: #fff;
}
/* header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
	z-index: 2014;
} */

.top_cont {
  position: relative;
  z-index: 2013;
  transition: all 0.3s ease;
}
.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}

.TopHeader .top_cont {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  header {
    top: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  header {
    border-radius: 0;
  }
  /* .top_cont {
		background: #333 !important;
	} */
  .top::after {
    display: none;
  }
}

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo img {
  height: 0.39rem;
}

@media screen and (max-width: 1440px) {
  .logo img {
    height: 0.35rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .logo img {
    height: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .logo img {
    height: 0.25rem;
  }
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    z-index: 2014;
    margin-left: 4%;
    box-sizing: border-box;
  }

  .i_nav > li {
    position: relative;
    margin: 0 0.4rem;
  }

  .i_nav > li > a {
    display: block;
    font-size: 0.16rem;
    color: #333;
    line-height: var(--header_height);
    white-space: nowrap;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    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,
  .i_nav > li:hover > a,
  .i_nav .curr > a {
    transition: all 0.3s ease;
    position: relative;
    color: var(--i_color);
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    border-top: 2px solid var(--i_color);
    background: #fff;
    width: 2.4rem;
  }
  .i_nav .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu li::before,
  .i_nav .sub-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
  }
  .i_nav .sub-menu li::before {
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 8%);
  }
  .i_nav .sub-menu li::after {
    right: 0;
    width: 0;
    background: var(--i_color);
  }

  .i_nav .sub-menu > li > a {
    display: block;
    padding: 0 0.2rem 0 0.2rem;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 0;
  }
  .i_nav .sub-menu > li > a::before {
    content: "\f324";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -0.16rem;
    font-size: 0.14rem;
    color: var(--i_color);
  }
  .i_nav .sub-menu > li:hover::after {
    right: initial;
    left: 0;
    width: 100%;
  }
  .i_nav .sub-menu > li:hover > a {
    left: 0.16rem;
  }
  .i_nav .sub-menu > li:hover > a {
    color: var(--i_color);
  }
  .i_nav .sub-menu > li:hover > a::before {
    left: 0;
  }
  .i_nav .sub-menu > li,
  .i_nav .sub-menu > li::after,
  .i_nav .sub-menu > li > a,
  .i_nav .sub-menu > li > a::before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu .sub-menu {
    position: absolute;
    top: -2px;
    right: -2.4rem;
    border-left: 1px solid rgb(0 0 0 / 8%);
  }
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
  .i_nav > li {
    margin: 0 0.2rem;
  }
  .i_nav > li > a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li {
    margin: 0 0.16rem;
  }
  .i_nav > li > a {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav > li {
    margin: 0 0.14rem;
  }
  .i_nav > li > a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }

  .i_nav li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav .menu-item-has-children > i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    background: #f1f1f1;
  }
  .i_nav .menu-item-has-children > i::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.26rem;
    color: #222;
  }

  .i_nav .menu-item-has-children > i.on::before {
    content: "\f106";
  }

  .i_nav li > a {
    padding: 0 0.2rem;
    font-size: 0.15rem;
    color: #222;
    line-height: 0.44rem;
    text-transform: uppercase;
  }

  .i_nav li > .sub-menu {
    display: none;
  }
  .i_nav li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.14rem;
    color: #555;
    line-height: 0.44rem;
    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/imgs/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav li > .sub-menu b.on {
    background: url(static/imgs/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;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
  margin-left: 0.2rem;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background: #333;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  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;
  }
}

.top_r {
  --size: 0.26rem;
}
.top_r {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.25rem;
  height: var(--header_height);
  margin-left: auto;
}

.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  position: relative;
}
/* .top_search_ico::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -0.15rem;
	transform: translate(0,-50%);
	width: 0.01rem;
	height: 0.22rem;
	background-color: #D8D8D8;
} */

.top_search_ico iconify-icon {
  font-size: var(--size);
  color: white;
  cursor: pointer;
}
.top_search_ico.on iconify-icon {
  color: var(--i_color);
}

.top_language {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  position: relative;
}
.top_language_all {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  gap: 0.02rem;
  transition: all 0.3s ease;
}

.top_language_all iconify-icon {
  font-size: 0.22rem;
  cursor: pointer;
  color: #666;
  line-height: 100%;
  transition: all 0.3s ease;
}
.top_language_all p {
  font-size: 0.16rem;
  color: #666;
}

.top_language.on .top_language_all iconify-icon,
.top_language.on .top_language_all 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 0 0.1rem rgb(0 0 0 / 10%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--header_height);
}

.language_list dt > h6 {
  margin-bottom: 0.08rem;
  font-size: 0.15rem;
  font-weight: 600;
  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: 0.14rem;
  position: relative;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

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

@media screen and (max-width: 1440px) {
  .top_language_all p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}

.top_language,
.top_language > iconify-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .top_search_ico i {
    width: 0.4rem;
    height: 0.4rem;
  }
  .top_language_all p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .top_search_ico i {
    width: 0.35rem;
    height: 0.35rem;
  }
}
@media screen and (max-width: 560px) {
}

header,
.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
}
.top_search form {
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #eeeeee;
}
.top_form {
  width: 2.2rem;
}
.top_search_ipt {
  width: calc(100% - var(--search_height));
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
  background-color: transparent;
  color: #666;
}
.top_search_btn {
  font-size: 0;
  width: calc(var(--search_height));
  height: var(--search_height);
  background: url(static/imgs/search.svg) no-repeat center;
  background-size: 0.2rem;
  cursor: pointer;
  background-color: var(--i_color);
  border-radius: 50%;
}

.top_search_ipt::-webkit-input-placeholder {
  color: #666;
  font-size: 0.16rem;
}
.top_search_ipt::-moz-placeholder {
  color: #666;
  font-size: 0.16rem;
}
.top_search_ipt::-moz-placeholder {
  color: #666;
  font-size: 0.16rem;
}
.top_search_ipt::-ms-input-placeholder {
  color: #666;
  font-size: 0.16rem;
}

@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_search {
    padding: 0.12rem 0;
  }
  .top_form {
    width: unset;
  }
  .top_search form {
    width: 2.5rem;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 2rem;
  }
  .top_search_btn {
  }
  .top_r {
    gap: 0 0.2rem;
  }
}
@media screen and (max-width: 425px) {
  .top_search form {
    width: 1.5rem;
  }
}

/* 导航下拉 */
/* products */

@media screen and (min-width: 1025px) {
}

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

/* pc导航下拉菜单 */

.nav_list_show {
  display: none;
  border-top: 2px solid var(--i_color);
  position: absolute;
  top: calc(var(--header_height) + var(--header_heights));
  left: 0;
  box-sizing: border-box;
  padding: 0.4rem 0;
  width: 100%;
  background: rgb(255 255 255 / 96%);
  z-index: 2013;
}

/* pc端 产品导航下拉 */
.nav_list_box {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.nav_list_show ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  gap: 0.3rem;
}
/*滚动条*/
.nav_list_show ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.nav_list_show ul::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--i_color);
}
.nav_list_show ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
}

.nav_list_show li {
  width: calc((100% - 1.2rem) / 5);
  background: #f2f3f7;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.nav_list_show li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
}

.nav_list_show li a {
  display: block;
  overflow: hidden;
}
.nav_list_show li:hover::after {
  width: calc(100% - 0.16rem * 2);
}

.nav_list_show .img {
  width: 100%;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.nav_list_show .img:before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.nav_list_show .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav_list_show .txt {
  padding: 0.16rem;
}
.nav_list_show .txt > a {
  font-size: 0.16rem;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav_solutions_show .txt > a {
  text-align: center;
}
.nav_list_show dl {
  margin-top: 0.1rem;
}
.nav_list_show dt {
  position: relative;
  overflow: hidden;
}
.nav_list_show dt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -0.2rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url(static/images/arrow_right_hollow_nav.svg) no-repeat center;
  background-size: contain;
}
.nav_list_show dt a {
  max-width: calc(100% - 0.4rem);
  font-size: 0.15rem;
  color: #666;
  line-height: 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav_list_show li:hover .txt > a {
  color: var(--i_color);
}
.nav_list_show dt:hover::after {
  right: 0;
}
.nav_list_show dt a:hover {
  margin-left: 0.14rem;
  color: var(--i_color);
}
.nav_list_show li::after,
.nav_list_show dt::after,
.nav_list_show dt a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .nav_list_show .txt > a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 1200px) {
}

/* -=---------------------banner--------------------------- */
/* banner */
.banner {
  margin-top: var(--header_height);
  position: relative;
  width: 100%;
}
.banner .swiper-slide {
  padding-bottom: 41.8%;
}
.banner .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: 2;
}
.banner .swiper-slide {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  overflow: hidden;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  z-index: 999;
  outline: none;
  cursor: pointer;
  border-radius: 0.1rem;
  transition: all 0.3s ease;
}
.banner .swiper-button-prev {
  left: -60px;
  background: rgba(0, 0, 0, 0.2) url(static/imgs/arrow_left_kx_bai.svg)
    no-repeat center;
  background-size: 0.2rem;
}
.banner .swiper-button-next {
  right: -60px;
  background: rgba(0, 0, 0, 0.2) url(static/imgs/arrow_right_kx_bai.svg)
    no-repeat center;
  background-size: 0.2rem;
}
.banner:hover .swiper-button-prev {
  left: 4%;
}
.banner:hover .swiper-button-next {
  right: 4%;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background-color: var(--i_color);
}

.banner .pagination-all {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 10;
}
.banner .swiper-pagination {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  text-align: left;
}
.banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
  background: #e1e1e1;
  opacity: 1;
  margin: 0 10px;
  position: relative;
  z-index: 4;
  transition: all 0.5s ease;
}
.banner .swiper-pagination-bullet-active {
  width: 1rem;
  background-color: #fff;
}
.banner .swiper-container {
  position: relative;
}

@media screen and (max-width: 1440px) {
  .banner_i {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .banner_i {
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .banner .pagination-all {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .banner .pagination-all {
    bottom: 26px;
  }

  .banner .pagination-all {
    display: none;
  }
}
@media screen and (max-width: 425px) {
}

/* --------------------banner文字------------------- */
.banner_text1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_text1_box {
  width: 49%;
}
.banner_text1_text {
  box-sizing: border-box;
  padding: 0.7rem 0;
  position: relative;
  z-index: 2;
  margin-bottom: 0.6rem;
}
.banner_text1_text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 41%,
    rgba(255, 255, 255, 0.6) 99%
  );
}
.banner_text1_text h3 {
  font-size: 0.52rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.banner_text1_text h4 {
  line-height: 190%;
  font-size: 0.26rem;
  color: #666;
}

@media screen and (max-width: 1440px) {
  .banner_text1_text {
    padding: 0.6rem 0;
    margin-bottom: 0.4rem;
  }
  .banner_text1_text h3 {
    font-size: 0.45rem;
  }
  .banner_text1_text h4 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner_text1_text h3 {
    font-size: 0.4rem;
  }
  .banner_text1_text h4 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner_text1_text h3 {
    font-size: 0.3rem;
  }
  .banner_text1_text h4 {
    font-size: 0.18rem;
  }
  .banner_text1_text {
    padding: 0.4rem 0;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .banner_text1_text h3 {
    font-size: 0.25rem;
  }
  .banner_text1_text h4 {
    font-size: 0.16rem;
  }
  .banner_text1_text {
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .banner_text1_text h3 {
    font-size: 0.2rem;
    margin-bottom: 0.05rem;
  }
  .banner_text1_text h4 {
    font-size: 0.14rem;
    line-height: 140%;
  }
}
@media screen and (max-width: 425px) {
  .banner_text1_text {
    margin-bottom: 0.1rem;
  }
}

/* home_btn */
.home_btn {
  flex-shrink: 0;
}
.home_btn_a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.11rem 0.4rem;
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
  border-radius: 0.9rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.55s ease;
}

.home_btn_a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 0.9rem;
  background: #333;
  transition: all 0.7s ease;
  z-index: -1;
}
.home_btn_flex {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.home_btn_flex p {
  font-size: 0.18rem;
  color: #fff;
}
.home_btn_flex iconify-icon {
  font-size: 0.22rem;
  color: #fff;
}
.home_btn_a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.home_btn_transparent a {
  background: transparent;
  border: 1px solid var(--i_color);
  transition: all 0.3s ease;
}
.home_btn_transparent a p,
.home_btn_transparent a iconify-icon {
  color: var(--i_color);
}

.home_btn_transparent a:hover p,
.home_btn_transparent a:hover iconify-icon {
  color: #fff;
}

.home_btn_green a {
  background-color: var(--i_color2);
}
.home_btn_green a::after {
  background-color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .home_btn_a {
    padding: 0.1rem 0.25rem;
  }
  .home_btn_flex p {
    font-size: 0.16rem;
  }
  .home_btn_flex iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .home_btn_flex p {
    font-size: 0.14rem;
  }
  .home_btn_flex iconify-icon {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* hot_products */
.hot_products_bac {
  box-sizing: border-box;
  padding: 1rem 0;
}
.hot_products {
}

/*  */
.hot_partner_box {
  box-sizing: border-box;
  padding-top: 0.4rem;
  margin-top: 0.4rem;
  border-top: 1px solid #d8d8d8;
}

.hot_partner {
  position: relative;
}
.hot_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hot_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.hot_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}
.hot_a {
  display: block;
  width: 100%;
}
.hot_img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(52, 52, 52, 0.2);
}
.hot_img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hot_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hot_btn {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.hot_btn .home_btn_flex {
  gap: 0.3rem;
}
.hot_btn .home_btn_a {
  padding: 0.11rem 0.2rem;
}
.hot_text {
}
.hot_text h3 {
  font-size: 0.2rem;
  color: #222;
  margin-top: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s ease;
}
.hot_text h4 {
  font-size: 0.18rem;
  color: var(--i_color);
  font-weight: bold;
  margin-top: 0.2rem;
}

.hot_a:hover .hot_btn {
  top: 0;
}
.hot_a:hover h3 {
  color: var(--i_color);
}

/* 指示器 */
.hot_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.hot_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  cursor: pointer;
  display: inline-block;
  margin: 0 0.05rem;
  background: var(--i_color);
  border-radius: 2px;
  opacity: 1;
  outline: none;
}
.hot_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: transparent;
}

/* 左右箭头 */
.hot_partner .pt-button-prev,
.hot_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgba(153, 153, 153, 0.5);
  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;
}
.hot_partner .pt-button-prev iconify-icon,
.hot_partner .pt-button-next iconify-icon {
  font-size: 0.25rem;
  color: #333;
  transition: all 0.3s ease;
}
.hot_partner .pt-button-prev {
  left: -5%;
}
.hot_partner .pt-button-next {
  right: -5%;
}

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

@media screen and (max-width: 1440px) {
  .hot_text h3 {
    font-size: 0.18rem;
    margin-top: 0.15rem;
  }
  .hot_products_bac {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .hot_partner .pt-button-prev,
  .hot_partner .pt-button-next {
    display: none;
  }
  .hot_partner .pt-pagination {
    display: block;
  }
  .hot_products_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .hot_btn .home_btn_flex {
    gap: 0.2rem;
  }
  .hot_btn .home_btn_a {
    padding: 0.08rem 0.2rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* title */
.title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.2rem;
}
.title {
}
.title p {
  font-size: 0.46rem;
  color: #222;
  font-weight: 600;
}
.title p b {
  font-size: 0.46rem;
  color: var(--i_color);
  font-weight: 600;
}
.title span {
  font-size: 0.18rem;
  color: #666;
  line-height: 180%;
  display: block;
  margin-top: 0.1rem;
}
.title_center p,
.title_center p b,
.title_center span,
.title_center i {
  text-align: center;
}
.title i {
  display: block;
  font-size: 0.18rem;
  color: var(--i_color);
  margin-bottom: 0.1rem;
  text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
  .title p,
  .title p b {
    font-size: 0.4rem;
  }
  .title span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1200px) {
  .title p,
  .title p b {
    font-size: 0.35rem;
  }
}
@media screen and (max-width: 1024px) {
  .title p,
  .title p b {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .title p,
  .title p b {
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 560px) {
  .title_box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 425px) {
}

/* home_service */
.home_service_bac {
  box-sizing: border-box;
  padding: 1rem 0;
  background-color: #f7f7f7;
}
.home_service {
}
.home_service_ul {
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.home_service_ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_service_left {
  width: 70.62%;
  position: relative;
}
.home_service_left::after {
  content: "";
  display: block;
  padding-bottom: 45.5%;
}
.home_service_left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_service_right {
  width: 29.38%;
  box-sizing: border-box;
  padding-left: 4%;
}
.home_service_right img {
  width: 0.5rem;
}
.home_service_right h3 {
  font-size: 0.24rem;
  color: #222;
  font-weight: 600;
  margin: 0.1rem 0;
}
.home_service_right h4 {
  font-size: 0.16rem;
  color: #666;
  line-height: 162.5%;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 1440px) {
  .home_service_bac {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .home_service_bac {
    padding: 0.6rem 0;
  }
  .home_service_ul {
    margin-top: 0.4rem;
    gap: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .home_service_left {
    width: 100%;
  }
  .home_service_right {
    width: 100%;
    margin-top: 0.2rem;
    padding-left: 0%;
  }
}
@media screen and (max-width: 767px) {
  .home_service_right img {
    width: 0.4rem;
  }
  .home_service_right h3 {
    font-size: 0.22rem;
  }
  .home_service_right h4 {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* home_about */
.home_about_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
}
.home_about {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.home_about_left {
  width: 53.65%;
  box-sizing: border-box;
  padding-right: 4%;
  border-bottom: 0.2rem solid var(--i_color);
  padding-bottom: 0.5rem;
}
.home_about_left h3 {
  font-size: 0.16rem;
  line-height: 187.5%;
  color: #666;
  margin: 0.2rem 0 0.4rem 0;
}
.home_about_left h3 a {
  font-size: 0.16rem;
  line-height: 187.5%;
  color: var(--i_color);
  border-bottom: 1px solid var(--i_color);
}
.home_about_ul {
  display: flex;
  gap: 1.6rem;
}
.home_about_ul li {
}
.home_about_ul li h4 {
  display: flex;
  font-size: 0.18rem;
  color: #222;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.home_about_ul li h4::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -20%;
  width: 0.57rem;
  height: 0.57rem;
  background: linear-gradient(135deg, #f4e629 0%, #fff679 100%), #d5defa;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.home_about_ul li h4 span {
  font-size: 0.48rem;
  color: #222;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.3s ease;
}
.home_about_ul li h5 {
  font-size: 0.14rem;
  color: #666;
  margin-top: 0.1rem;
  position: relative;
  z-index: 2;
}
.home_about_right {
  position: relative;
  overflow: hidden;
  border-radius: 1rem 0 0 0;
  width: 46.35%;
}
.home_about_right::after {
  content: "";
  display: block;
  padding-bottom: 69.66%;
}
.home_about_right img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_about_ul li.active h4::after {
  opacity: 1;
  top: -23%;
  left: -11%;
}
.home_about_ul li.active h4,
.home_about_ul li.active h4 span {
  color: var(--i_color);
}

.i_v_btn {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  cursor: pointer;
  background: url("static/imgs/video.png") center no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 5;
}

.i_v_btn::before {
  animation: serv_one_border 2s 0s ease infinite;
}

.i_v_btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
}
.i_v_btn span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
}
.i_v_btn span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
}
.i_v_btn span::before {
  animation: serv_one_border 1.5s 0s ease infinite;
}
.i_v_btn span::after {
  animation: serv_one_border 2.5s 0s ease infinite;
}

@keyframes serv_one_border {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
  }
}

@media screen and (max-width: 1440px) {
  .home_about_ul li h4 span {
    font-size: 0.4rem;
  }
  .home_about_right {
    width: 55%;
  }
  .home_about_left {
    width: 45%;
  }
  .home_about_left h3 {
    line-height: 150%;
    margin: 0.2rem 0;
  }
  .home_about_left {
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .home_about_ul li h4 span {
    font-size: 0.35rem;
  }
  .home_about_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .home_about_ul li h4 span {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .home_about_right {
    width: 100%;
  }
  .home_about_left {
    width: 100%;
  }
  .home_about {
    gap: 0.4rem;
    flex-direction: column-reverse;
  }
  .home_about_left h3 {
    line-height: 180%;
  }
  .home_about_left {
    padding-right: 3%;
    border-bottom: 0.1rem solid var(--i_color);
  }
  .i_v_btn {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .home_about_ul {
    gap: 1rem;
  }
}
@media screen and (max-width: 425px) {
}

/* home_zs */
.home_zs_bac {
  position: relative;
}
.home_zs_img {
  width: 100%;
  height: auto;
}
.home_zs {
}
.home_zs_text {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 23%;
}

@media screen and (max-width: 1440px) {
  .home_zs_text {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .home_zs_text {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .home_zs_text .title span {
    display: none;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* home_news */
.home_news_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
}
.home_news {
}
.home_news_top {
  box-sizing: border-box;
  padding-top: 0.4rem;
  margin-top: 0.4rem;
  border-top: 1px solid #d8d8d8;
}
.home_news_top a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_news_left {
  width: 35.7%;
  position: relative;
  overflow: hidden;
}
.home_news_left::after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.home_news_left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.home_news_right {
  width: 64.3%;
  box-sizing: border-box;
  padding-left: 3%;
}
.home_news_right h3 {
  font-size: 0.16rem;
  color: #666;
}
.home_news_right h4 {
  font-size: 0.2rem;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  width: 100%;
  margin: 0.2rem 0 0.1rem 0;
  transition: all 0.3s ease;
}
.home_news_right h5 {
  font-size: 0.16rem;
  line-height: 162.5%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
}
.home_news_more {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-top: 0.6rem;
  position: relative;
  z-index: 2;
  padding-left: 0.12rem;
  box-sizing: border-box;
}
.home_news_more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #fff679 0%, #f4e629 100%);
  z-index: -1;
}
.home_news_more iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
}
.home_news_more h6 {
  font-size: 0.16rem;
  color: var(--i_color);
}

.home_news_top a:hover img {
  width: 110%;
  height: 110%;
}

.home_news_ul {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.4rem;
}
.home_news_ul li {
  width: calc((100% - 1rem) / 2);
  position: relative;
}
.home_news_ul li:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.58rem;
  background-color: #d8d8d8;
}
.home_news_ul li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.3rem 0;
  justify-content: space-between;
  width: 100%;
}
.home_news_text {
  box-sizing: border-box;
  padding-right: 3%;
  width: calc(100% - 0.48rem);
}
.home_news_text h3 {
  font-size: 0.2rem;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s ease;
}
.home_news_text h4 {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.15rem;
}
.home_news_ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 2px solid rgba(153, 153, 153, 0.5);
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.home_news_ul li a i iconify-icon {
  font-size: 0.2rem;
  color: #333;
  transition: all 0.3s ease;
}
.home_news_ul li a:hover h3 {
  color: var(--i_color);
}
.home_news_ul li a:hover i {
  background-color: var(--i_color);
  border: 2px solid #d8d8d8;
}
.home_news_ul li a:hover i iconify-icon {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .home_news_more {
    margin-top: 0.4rem;
  }
  .home_news_ul li a i {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid rgba(153, 153, 153, 0.5);
  }
  .home_news_text {
    width: calc(100% - 0.4rem);
  }
  .home_news_text h3 {
    font-size: 0.18rem;
  }
  .home_news_text h4 {
    margin-top: 0.1rem;
  }
  .home_news_ul li a:hover i {
    border: 1px solid #d8d8d8;
  }
}
@media screen and (max-width: 1200px) {
  .home_news_more {
    margin-top: 0.3rem;
  }
  .home_news_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .home_news_ul li {
    width: 100%;
  }
  .home_news_ul {
    gap: 0;
  }
  .home_news_ul li:nth-child(odd)::after {
    height: 0rem;
  }
  .home_news_ul li:not(:last-child) a {
    border-bottom: 1px solid #d8d8d8;
  }
}
@media screen and (max-width: 560px) {
  .home_news_left {
    width: 100%;
  }
  .home_news_right {
    width: 100%;
    padding-top: 0.3rem;
    padding-left: 0%;
  }
  .home_news_right h4 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 425px) {
}

/* footer */
.footer_bac {
  background-color: #222;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer_bac > img {
  position: absolute;
  bottom: 0.9rem;
  right: 0.75rem;
  width: 44%;
  z-index: -1;
}
.footer {
}
.footer_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0.3rem 0;
}
.footer_logo img {
  width: 2.08rem;
}
.footer_logo p {
  font-size: 0.26rem;
  color: #fff;
  font-weight: bold;
}
.footer_center {
  box-sizing: border-box;
  padding: 0.6rem 0;
  display: flex;
  position: relative;
  z-index: 2;
}

.footer_center::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 1px;
  background-color: #424243;
}
.footer_center::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 1px;
  background-color: #424243;
}
.footer_1 {
  width: 41.5%;
  box-sizing: border-box;
  padding-right: 2%;
}
.footer_1 h4 {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.footer_contact {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.2rem;
}
.footer_contact li {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.footer_contact li iconify-icon {
  font-size: 0.22rem;
  color: var(--i_color);
  flex-shrink: 0;
}
.footer_contact li a {
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.3s ease;
}
.footer_contact li a:hover {
  color: var(--i_color);
}
.footer_ewm {
}
.footer_ewm i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.24rem;
  height: 1.24rem;
  box-sizing: border-box;
  padding: 0.06rem;
  border: 1px solid var(--i_color);
  margin-bottom: 0.1rem;
}
.footer_ewm i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_ewm p {
  font-size: 0.16rem;
  color: #666;
}
.footer_2 {
  width: 30.6%;
  box-sizing: border-box;
  padding-right: 2%;
  position: relative;
}
.footer_2 h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.3rem;
}
.footer_ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.footer_ul li {
}
.footer_ul li a {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.footer_ul li a:hover {
  color: #fff;
}
.footer_3 {
  width: 27.9%;
}
.footer_3 h6 {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 166%;
  transition: all 0.3s ease;
}
.footer_3 h6:hover {
  color: #fff;
}
.footer_3 h6 span {
  font-size: 0.18rem;
  color: #fff;
  line-height: 166%;
}
.footer_share {
  display: flex;
  gap: 0.2rem;
  margin-top: 0.4rem;
  display: none;
}
.footer_share dt {
}
.footer_share dt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.footer_share dt a iconify-icon {
  font-size: 0.2rem;
  color: #fff;
  transition: all 0.3s ease;
}
.footer_share dt a:hover {
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
  transform: translateY(-0.05rem);
}
.footer_down {
  box-sizing: border-box;
  padding: 0.25rem 0;
}
.footer_down p {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer_down p a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.footer_down p a:hover {
  color: var(--i_color);
  border-bottom: 1px solid var(--i_color);
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .footer_logo p {
    display: none;
  }
  .footer_2 {
    display: none;
  }
  .footer_down {
    padding: 0.25rem 0 0.75rem 0;
  }
  .footer_bac > img {
    bottom: 1.4rem;
    right: 0.2rem;
  }
  .footer_1,
  .footer_3 {
    width: 50%;
  }
  .footer_logo img {
    width: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_1,
  .footer_3 {
    width: 100%;
    padding-right: 0;
  }
  .footer_center {
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .footer_logo img {
    width: 1.8rem;
  }
  .footer_center {
    padding: 0.4rem 0;
  }
  .footer_share {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 425px) {
  .footer_bac > img {
    bottom: 1.6rem;
  }
}

/* 当前位置 */
.in_position {
  padding: 0.14rem 0;
  background-color: #f7f7f7;
}

.in_position a {
  display: block;
  float: left;
  font-size: 0.14rem;
  color: #4c4c4c;
  position: relative;
  line-height: 0.2rem;
  text-transform: capitalize;
}
.in_position a:first-child {
  padding-left: 0.24rem;
  background: url(static/imgs/home_b.svg) no-repeat left center;
  background-size: 0.16rem;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 0.1rem;
  color: #4c4c4c;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 959px) {
  .in_position {
    display: none;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}

/* banner_about */
.banner_top {
  margin-top: var(--header_height);
}
.banner_about_bac {
}
.banner_about {
  position: relative;
}
.banner_about::after {
  content: "";
  display: block;
  padding-bottom: 33.85%;
}
.banner_about img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* about_us */
.about_us_bac {
  box-sizing: border-box;
  padding: 0.8rem 0 0 0;
}
.about_us > h3 {
  font-size: 0.16rem;
  line-height: 166%;
  color: #666;
  text-align: center;
  margin: 0.2rem 0 0.4rem 0;
}

.about_us_ul {
  display: flex;
  gap: 3.2rem;
  justify-content: center;
}
.about_us_ul li {
  width: 3.9rem;
}
.about_us_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_us_text h3 {
  font-size: 0.3rem;
  color: var(--i_color);
  font-weight: bold;
}
.about_us_text h3 span {
  font-size: 0.48rem;
  color: var(--i_color);
  font-weight: bold;
}
.about_us_text i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--i_color2);
  border-radius: 50%;
}
.about_us_text i img {
  height: 0.32rem;
}
.about_us_ul li h4 {
  font-size: 0.14rem;
  color: #666;
  box-sizing: border-box;
  padding-top: 0.15rem;
  margin-top: 0.15rem;
  border-top: 1px solid #d8d8d8;
}

.about_us_video {
  box-sizing: border-box;
  border-top: 0.2rem solid var(--i_color);
  position: relative;
  margin-top: 0.6rem;
}
.about_us_video img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .about_us_text h3 span {
    font-size: 0.4rem;
  }
  .about_us_text i {
    width: 0.5rem;
    height: 0.5rem;
  }
  .about_us_ul {
    gap: 3rem;
  }
  .about_us_ul li {
    width: 3.5rem;
  }
  .about_us_ul li h4 {
    padding-top: 0.1rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 1200px) {
  .about_us_bac {
    padding: 0.6rem 0 0 0;
  }
  .about_us_ul {
    gap: 2.5rem;
  }
  .about_us_text h3 span {
    font-size: 0.3rem;
  }
  .about_us_text i img {
    height: 0.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .about_us_ul {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .about_us_ul {
    gap: 0.4rem;
  }
  .about_us_ul li {
    width: calc((100% - 0.4rem) / 2);
  }
  .about_us_text h3 span {
    font-size: 0.25rem;
  }
  .about_us_video {
    border-top: 0.1rem solid var(--i_color);
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

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

/* our_adv */
.our_adv_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
  background-color: #f7f7f7;
}
.our_adv {
}
.our_adv_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 0.4rem;
}
.our_adv_ul li {
  box-sizing: border-box;
  padding: 0.5rem 0.2rem 0.2rem 0.2rem;
  width: calc((100% - 0.4rem) / 3);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease;
}
.our_adv_ul li i {
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  line-height: 100%;
  color: rgba(0, 191, 179, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
}
.our_adv_ul li h3 {
  font-size: 0.26rem;
  color: #222;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 0.2rem;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.our_adv_ul li h4 {
  font-size: 0.18rem;
  color: #444343;
  line-height: 166%;
  box-sizing: border-box;
  padding: 0 0.2rem;
  margin-top: 0.4rem;
}
.our_adv_ul li img {
  width: 100%;
  aspect-ratio: 414/280;
  object-fit: cover;
}
.our_adv_ul li:hover h3 {
  color: var(--i_color);
}
.our_adv_ul li:hover i {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .our_adv_ul li h3 {
    font-size: 0.24rem;
  }
  .our_adv_ul li h4 {
    font-size: 0.16rem;
    margin-top: 0.25rem;
  }
  .our_adv_ul li {
    padding: 0.4rem 0.2rem 0.2rem 0.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .our_adv_ul li h3 {
    font-size: 0.2rem;
  }
  .our_adv_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .our_adv_ul li {
    width: calc((100% - 0.2rem) / 2);
  }
  .our_adv_ul li h3 {
    padding: 0 0rem;
  }
  .our_adv_ul li h4 {
    padding: 0rem;
  }
}
@media screen and (max-width: 560px) {
  .our_adv_ul li {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
}

/* environmental */
.environmental_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
}
.environmental {
}

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

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

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

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

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

.adv_pic p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 4% 0.2rem 4%;
  font-size: 0.24rem;
  font-family: "bold";
  color: #fff;
  text-transform: capitalize;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.adv_list_big .adv_pic::before {
  padding-bottom: 66.5%;
}

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

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

.factory_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.2rem;
}
.adv-pagination {
  font-size: 0.16rem;
  color: #666;
  flex-shrink: 0;
}
.factory_box i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.2);
}
.adv-pagination .swiper-pagination-current {
  color: var(--i_color);
  font-size: 0.25rem;
  font-weight: bold;
}

.adv_list_thumbnail .swiper-notification {
  display: none;
}

.factory_box_LR {
  display: flex;
  gap: 0.1rem;
  flex-shrink: 0;
}

.adv-prev,
.adv-next {
  width: 0.5rem;
  height: 0.5rem;
  transition: all 0.3s ease;
  background: none;
  box-sizing: border-box;
  border: 1px solid rgba(153, 153, 153, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
.adv-prev iconify-icon,
.adv-next iconify-icon {
  position: absolute;
  transition: all 0.3s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #666;
}
.adv-prev:hover,
.adv-next:hover {
  background: var(--i_color);
}
.adv-prev:hover iconify-icon,
.adv-next:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .environmental_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .i_advantages::before {
    bottom: -440px;
    left: -580px;
    width: 900px;
    height: 900px;
    border-width: 70px;
  }

  .adv-prev,
  .adv-next {
    width: 40px;
    height: 40px;
  }
  .adv-prev iconify-icon,
  .adv-next iconify-icon {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .i_adv_cont {
    padding-right: 3vw;
  }
  .factory_box {
    margin-top: 0.4rem;
    align-items: center;
  }
}
@media screen and (max-width: 560px) {
  .i_advantages::before {
    bottom: -480px;
    left: -510px;
  }
  .adv_pic p {
    display: none;
  }
  .adv-prev,
  .adv-next {
    width: 30px;
    height: 30px;
  }
  .adv-prev iconify-icon,
  .adv-next iconify-icon {
    font-size: 14px;
  }
}

/* certificate */
.certificate_bac {
  box-sizing: border-box;
}
.certificate {
}

/*  */
.cer_partner_box {
  margin-top: 0.6rem;
  position: relative;
  z-index: 2;
}
.cer_partner_box::after {
  content: "";
  position: absolute;
  bottom: 0.92rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.2);
  z-index: -1;
}

.cer_partner {
  position: relative;
}
.cer_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cer_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cer_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.cer_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border: 2px solid var(--i_color);
  overflow: hidden;
}
.cer_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 141%;
}
.cer_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cer_partner_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cer_partner_list li p {
  font-size: 0.16rem;
  color: #444343;
  line-height: 166%;
  text-align: center;
  margin-top: 0.3rem;
  opacity: 0;
}

.cer_partner_list li.swiper-slide-active {
  transform: scale(1);
}
.cer_partner_list li.swiper-slide-active p {
  opacity: 1;
}

/* 指示器 */
.cer_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.cer_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  cursor: pointer;
  display: inline-block;
  margin: 0 0.05rem;
  background: var(--i_color);
  border-radius: 2px;
  opacity: 1;
  outline: none;
}
.cer_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: transparent;
}

/* 左右箭头 */
.cer_partner .pt-button-prev,
.cer_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;
}
.cer_partner .pt-button-prev iconify-icon,
.cer_partner .pt-button-next iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}
.cer_partner .pt-button-prev {
  left: -5%;
}
.cer_partner .pt-button-next {
  right: -5%;
}

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

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
  .cer_partner_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}

/* milestones */
.milestones_bac {
  box-sizing: border-box;
  padding: 0.8rem 0 1rem 0;
  background: url("static/imgs/milestones_bac.webp") center bottom no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.milestones {
}
.milestones_title {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}

/*  */
.historys_partner_box {
  position: relative;
  margin-top: 0.6rem;
}
.historys_partner_box::after {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: var(--i_color);
}
.historys_partner {
  position: relative;
}
.historys_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.historys_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.historys_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}

.historys_partner_list li h3 {
  font-size: 0.46rem;
  color: #222;
  font-weight: 600;
  transition: all 0.3s ease;
}
.historys_partner_list li i {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-color: var(--i_color);
  border-radius: 0.15rem;
  margin-bottom: 0.45rem;
  margin-left: 0.4rem;
  position: relative;
  transition: all 0.3s ease;
}
.historys_partner_list li i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.3;
  width: 0;
  height: 0;
  background: var(--i_color);
}
.historys_partner_list li:hover i::after {
  animation: dot 1.4s infinite ease;
}
.historys_text {
  background: rgba(247, 247, 247, 0.7);
  border-radius: 0.18rem;
  backdrop-filter: blur(6px);
  box-sizing: border-box;
  padding: 0.4rem;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.historys_text h4 {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.02rem solid var(--i_color);
  margin-bottom: 0.2rem;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.historys_text h4::after {
  content: "";
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 0.9rem;
  width: 1px;
  background: var(--i_color);
  z-index: -1;
}
.historys_text h5 {
  font-size: 0.18rem;
  color: #222;
  line-height: 0.25rem;
  height: 1.27rem;
  box-sizing: border-box;
  padding-right: 0.05rem;
  overflow: auto;
  position: relative;
  z-index: 2;
}
.historys_partner_list li:hover .historys_text {
  box-sizing: border-box;
  border: 1px solid var(--i_color);
}
.historys_partner_list li:hover h3 {
  color: var(--i_color);
}
.historys_partner_list li:hover i {
}
@keyframes dot {
  0% {
    width: 100%;
    height: 100%;
  }

  50% {
    width: 200%;
    height: 200%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

/*滚动条*/
.historys_text h5::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.historys_text h5::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--i_color);
}
.historys_text h5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #f1f1f1;
}

/* 指示器 */
.historys_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.historys_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.05rem;
  background: #bbb;
  border-radius: 50%;
  outline: none;
}
.historys_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

/* 左右箭头 */
.historys_LR {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 0.2rem;
  margin-top: 0.6rem;
}
.historys_LR .pt-button-prev,
.historys_LR .pt-button-next {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #999;
  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;
}
.historys_LR .pt-button-prev iconify-icon,
.historys_LR .pt-button-next iconify-icon {
  font-size: 0.2rem;
  color: #999;
  transition: all 0.3s ease;
}

.historys_LR .pt-button-prev:hover,
.historys_LR .pt-button-next:hover {
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
}
.historys_LR .pt-button-prev:hover iconify-icon,
.historys_LR .pt-button-next:hover iconify-icon {
  color: #fff;
}

.sky {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clouds_one {
  background: url("static/imgs/cloud_one.webp");
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_one 50s linear infinite;
  -moz-animation: cloud_one 50s linear infinite;
  -o-animation: cloud_one 50s linear infinite;
  animation: cloud_one 50s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clouds_two {
  background: url("static/imgs/cloud_two.webp");
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_two 75s linear infinite;
  -moz-animation: cloud_two 75s linear infinite;
  -o-animation: cloud_two 75s linear infinite;
  animation: cloud_two 75s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clouds_three {
  background: url("static/imgs/cloud_three.webp");
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_three 100s linear infinite;
  -moz-animation: cloud_three 100s linear infinite;
  -o-animation: cloud_three 100s linear infinite;
  animation: cloud_three 100s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes cloud_one {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-moz-keyframes cloud_one {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@keyframes cloud_one {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-webkit-keyframes cloud_two {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-moz-keyframes cloud_two {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@keyframes cloud_two {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-webkit-keyframes cloud_three {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-moz-keyframes cloud_three {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@keyframes cloud_three {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@media screen and (max-width: 1440px) {
  .historys_text {
    padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  }
  .historys_text h5 {
    font-size: 0.16rem;
    line-height: 0.2rem;
    height: 1.02rem;
  }
  .historys_partner_list li h3 {
    font-size: 0.3rem;
  }
  .historys_partner_box::after {
    top: 0.5rem;
  }
  .historys_partner_list li i {
    margin-bottom: 0.4rem;
    margin-left: 0.2rem;
  }
  .historys_text h4::after {
    height: 0.68rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .milestones_bac {
    padding: 0.6rem 0 0.8rem 0;
  }
  .historys_partner_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .historys_LR {
    margin-top: 0.4rem;
  }
  .milestones_title {
    gap: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .milestones_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 560px) {
}

/* cus_service */
.cus_service_bac {
  box-sizing: border-box;
  padding-top: 0.8rem;
}
.cus_service {
}
.cus_service_box {
  margin-top: 0.6rem;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 0.4rem 0;
}
.cus_service_ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.cus_service_ul li {
}
.cus_service_all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cus_service_left {
  width: 29.29%;
  box-sizing: border-box;
  padding-right: 4%;
}
.cus_service_left img {
  width: 0.52rem;
  height: 0.52rem;
  object-fit: contain;
}
.cus_service_left h3 {
  font-size: 0.24rem;
  color: #323232;
  font-weight: 600;
  margin: 0.1rem 0;
}
.cus_service_left h4 {
  line-height: 162.5%;
  font-size: 0.16rem;
  color: #666;
}
.cus_service_right {
  width: 70.71%;
  position: relative;
}
.cus_service_right::after {
  content: "";
  display: block;
  padding-bottom: 45.45%;
}
.cus_service_right img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cus_service_img {
  width: 100%;
  position: relative;
  margin-top: 0.45rem;
}
.cus_service_img::after {
  content: "";
  display: block;
  padding-bottom: 19.3%;
}
.cus_service_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
  .cus_service_bac {
    padding-top: 0.6rem;
  }
  .cus_service_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .cus_service_left {
    width: 100%;
    padding-right: 0%;
  }
  .cus_service_right {
    width: 100%;
  }
  .cus_service_all {
    flex-direction: column-reverse;
    gap: 0.4rem;
  }
  .cus_service_img {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cus_service_ul {
    gap: 0.6rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* oem_advantage */
.oem_advantage_bac {
  box-sizing: border-box;
  padding-top: 0.8rem;
}
.oem_advantage {
}
.oem_advantage_ul {
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.oem_advantage_ul li {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.25rem 0.35rem;
  background-color: #f7f7f7;
  align-items: center;
}
.oem_advantage_left {
  width: 50.74%;
  box-sizing: border-box;
  padding-right: 4%;
}
.oem_advantage_left h3 {
  font-size: 0.24rem;
  color: #222;
  line-height: 150%;
  margin-bottom: 0.2rem;
  font-weight: 600;
}
.oem_advantage_left h4 {
  font-size: 0.18rem;
  color: #666;
  line-height: 166%;
}
.oem_advantage_right {
  position: relative;
  width: 49.26%;
}
.oem_advantage_right::after {
  content: "";
  display: block;
  padding-bottom: 67.6%;
}
.oem_advantage_right img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oem_advantage_ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.oem_advantage_ul li:nth-child(even) .oem_advantage_left {
  padding-right: 0%;
  padding-left: 4%;
}

@media screen and (max-width: 1440px) {
  .oem_advantage_left h3 {
    font-size: 0.22rem;
  }
  .oem_advantage_left h4 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1200px) {
  .oem_advantage_ul li {
    padding: 0.2rem 0.3rem;
  }
  .oem_advantage_bac {
    padding-top: 0.6rem;
  }
  .oem_advantage_ul {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .oem_advantage_left {
    width: 100%;
    padding-right: 0%;
  }
  .oem_advantage_right {
    width: 100%;
  }
  .oem_advantage_ul li {
    padding: 0.3rem;
    gap: 0.3rem;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 560px) {
  .oem_advantage_ul li {
    padding: 0.2rem;
    gap: 0.2rem;
  }
}
@media screen and (max-width: 425px) {
}

/* oem_faq */
.oem_faq_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
}
.oem_faq {
}

.faq_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.4rem;
}
.faq_ul li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  overflow: hidden;
}
.faq_q {
  box-sizing: border-box;
  padding: 0.25rem 0.3rem 0.25rem 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  cursor: pointer;
}
.faq_ul i {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  border-radius: 0.02rem;
}
.faq_q i {
  background-color: #666666;
}
.faq_a i {
  background-color: var(--i_color);
}
.faq_q h4 {
  font-size: 0.2rem;
  color: #222;
  width: calc(100% - 0.32rem);
  box-sizing: border-box;
  padding: 0 0.2rem;
  font-family: "med";
}
.faq_a {
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 0rem 0.3rem 0.3rem 0.3rem;
}
.faq_a p {
  width: calc(100% - 0.36rem);
  padding-left: 0.2rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 166%;
}
.faq_q h3 {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  border: 1px solid #222;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.faq_q h3 iconify-icon {
  font-size: 0.15rem;
  color: #222;
  transition: all 0.3s ease;
}
.faq_active .faq_q,
.faq_active .faq_a {
  background-color: #f6f6f6;
}
.faq_active h3 {
  transform: rotate(180deg);
}
.faq_active {
  border-bottom: 1px solid transparent !important;
}
.faq_active::after {
  opacity: 1 !important;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .faq_q h4 {
    font-size: 0.2rem;
  }
  .faq_a p {
    font-size: 0.18rem;
  }
  .faq_bac {
    padding: 0.6rem 0;
  }
  .oem_faq_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .faq_q h4 {
    font-size: 0.18rem;
  }
  .faq_a p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
  .faq_ul {
    margin-top: 0.4rem;
  }
  .faq_q h4 {
    width: calc(100% - 0.32rem);
  }
}
@media screen and (max-width: 560px) {
  .faq_ul {
    gap: 0.2rem;
  }
  .faq_q {
    padding: 0.25rem 0.2rem 0.2rem 0.2rem;
  }
  .faq_a {
    padding: 0rem 0.2rem 0.3rem 0.2rem;
  }
  .faq_ul {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 425px) {
}

/* news_list */
.news_list_bac {
  box-sizing: border-box;
  padding-top: 0.6rem;
  overflow: hidden;
}
.news_list {
}
.news_list_ul {
  display: flex;
  gap: 0.5rem;
  position: relative;
}
.news_list_ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30rem;
  height: 1px;
  background: rgba(51, 51, 51, 0.2);
}
.news_list_ul li {
}
.news_list_ul li a {
  font-size: 0.18rem;
  color: #333;
  text-transform: capitalize;
  box-sizing: border-box;
  padding-bottom: 0.25rem;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.news_list_ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--i_color);
  transition: all 0.3s ease;
}
.news_list_ul li a:hover,
.news_list_active a {
  color: var(--i_color) !important;
}
.news_list_ul li a:hover::after,
.news_list_active a::after {
  width: 100% !important;
  right: auto !important;
  left: 0 !important;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
  .news_list_bac {
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* news */
.news_bac {
  box-sizing: border-box;
  padding: 0.4rem 0 1rem 0;
}
.news {
}
.news_ul {
}
.news_ul li {
}
.news_ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-origin: border-box;
  padding: 0.3rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.news_ul li a:hover h4,
.home_news_top a:hover h4 {
  color: var(--i_color);
}

.news_ul li a:hover img,
.home_news_top a:hover img {
  width: 110%;
  height: 110%;
}

@media screen and (max-width: 1440px) {
  .news_bac {
    padding: 0.4rem 0 0.8rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .news_bac {
    padding: 0.2rem 0 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* Number of pages */
.in_page_box {
  text-align: center;
  overflow: hidden;
  margin-top: 0.7rem;
}
.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.in_page_right .in_page {
  justify-content: flex-end;
}
.in_page_left .in_page {
  justify-content: flex-start;
}
.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
  transition: all 0.3s ease;
}
.in_page > i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
  display: none;
}

.in_page a:hover,
.in_page .curr_page a,
.in_page .curr_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }
  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
  .in_page_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
}

/* contact_us */
.contact_us_bac {
  box-sizing: border-box;
  padding: 0.6rem 0 1rem 0;
}
.contact_us {
}
.contact_us_box {
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 0.6rem 5%;
  margin-top: 0.6rem;
}
.contact_us_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  justify-content: center;
}
.contact_us_ul li {
  width: calc((100% - 2rem) / 3);
}
.contact_us_icon {
  display: flex;
  box-sizing: border-box;
  padding: 0.1rem 0.15rem;
  background-color: #fff;
  gap: 0.1rem;
  align-items: center;
}
.contact_us_icon iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
  flex-shrink: 0;
}
.contact_us_icon p {
  font-size: 0.16rem;
  color: #222;
  font-weight: 600;
}
.contact_us_text {
  box-sizing: border-box;
  padding: 0.2rem 0.15rem;
}
.contact_us_dl {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.contact_us_dl dt {
  font-size: 0.16rem;
  color: #222;
  line-height: 144%;
}
.contact_us_dl dt a {
  font-size: 0.16rem;
  color: #222;
  line-height: 144%;
  transition: all 0.3s ease;
}
.contact_us_dl dt a:hover {
  color: var(--i_color);
}
.contact_us_i {
  width: 1.24rem;
  height: 1.24rem;
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  padding: 0.06rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.15rem;
}
.contact_us_i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact_us_ul li h3 {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.1rem;
}
.contact_us_h4 {
  margin: 0.4rem 0;
  width: 100%;
  height: 1px;
  background-color: var(--i_color);
}

.contact_us_add {
  display: flex;
  box-sizing: border-box;
  padding: 0.12rem 0.2rem;
  background-color: #fff;
  gap: 0.1rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  margin-top: 0.4rem;
}
.contact_us_add iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
}
.contact_us_add h5 {
  font-size: 0.16rem;
  line-height: 162.5%;
  color: #222;
  font-weight: bold;
}
.contact_us_add h5 span {
  font-size: 0.16rem;
  line-height: 162.5%;
  color: #666;
  font-weight: 300;
}

@media screen and (max-width: 1440px) {
  .contact_us_ul {
    gap: 0.4rem 0.8rem;
  }
  .contact_us_ul li {
    width: calc((100% - 1.6rem) / 3);
  }
  .contact_us_bac {
    padding: 0.6rem 0 0.8rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .contact_us_ul {
    gap: 0.4rem 0.6rem;
  }
  .contact_us_ul li {
    width: calc((100% - 1.2rem) / 3);
  }
  .contact_us_bac {
    padding: 0.6rem 0 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .contact_us_ul {
    gap: 0.4rem 0.4rem;
  }
  .contact_us_ul li {
    width: calc((100% - 0.8rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .contact_us_ul {
    gap: 0.4rem 0.2rem;
  }
  .contact_us_ul li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .contact_us_ul li {
    width: 100%;
  }
  .contact_us_add {
    width: 100%;
    margin-top: 0.2rem;
  }
  .contact_us_box {
    padding: 0.4rem 5%;
    margin-top: 0.4rem;
  }
  .contact_us_h4 {
    margin: 0.2rem 0 0.4rem 0;
  }
  .contact_us_ul {
    gap: 0.2rem 0.2rem;
  }
}
@media screen and (max-width: 425px) {
}

/* contact_form */
.contact_form_bac {
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 0.8rem 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.contact_form_img {
  position: absolute;
  right: -12%;
  bottom: -21%;
  width: 47.5%;
  z-index: -1;
}
.contact_form {
}
.contact_form_box {
  margin-top: 0.6rem;
}

#wpforms-86 {
  --input_font_size: 0.16rem;
  --input_height: 0.55rem;
}
#wpforms-86 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-86 {
  width: 100%;
  overflow: hidden;
}

#wpforms-86 input,
#wpforms-86 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-86 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-86 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-86 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 0.2rem;
}
#wpforms-86 .wpforms-submit-container {
}

#wpforms-86 .wpforms-field {
  position: relative;
}
#wpforms-86 .wpforms-field-label {
  font-size: 0;
  color: #333;
  display: block;
}
#wpforms-86 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
  position: absolute;
  top: 0.16rem;
  left: 0.02rem;
}

#wpforms-86 .wpforms-field {
  width: 100%;
  background: transparent;
  overflow: hidden;
}

#wpforms-86-field_1-container,
#wpforms-86-field_2-container,
#wpforms-86-field_3-container,
#wpforms-86-field_4-container,
#wpforms-86-field_12-container,
#wpforms-86-field_6-container {
  width: calc((100% - 0.4rem) / 3) !important;
}

#wpforms-86-field_7-container {
  width: 100% !important;
}

#wpforms-86 input,
#wpforms-86 textarea,
#wpforms-86 select {
  width: 100%;
  border: 0;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  background-color: white;
  color: #222;
  box-sizing: border-box;
  line-height: var(--input_height);
  padding: 0 10px !important;
  height: var(--input_height);
  border-radius: 0rem;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
#wpforms-86 textarea {
  line-height: 160%;
  padding: 10px !important;
  height: 1.6rem;
}

#wpforms-86 input::-webkit-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-86 input::-moz-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-86 input::-moz-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-86 input::-ms-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-86 textarea::-webkit-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-86 textarea::-moz-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-86 textarea::-moz-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-86 textarea::-ms-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}

#wpforms-86 .wpforms-submit-container button {
  overflow: hidden;
  width: 2rem;
  height: 0.5rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: var(--i_color);
  border-radius: 0.4rem;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4rem;
}
#wpforms-86 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-86 .wpforms-submit-container button:hover {
  background-color: #333;
}

select#wpforms-86-field_7,
select#wpforms-86-field_8 {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  /* 强制移除默认箭头背景 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 10px !important;

  /* 确保背景色不被覆盖 */
  background-color: #fff !important;
  padding-right: 20px !important;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .contact_form_box {
    margin-top: 0.4rem;
  }
  .contact_form_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  #wpforms-86 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  #wpforms-86 {
    --input_height: 0.5rem;
  }
  #wpforms-86 .wpforms-field {
    width: 100% !important;
  }
  .contact_form_img {
    display: none;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

.contact_map {
  width: 100%;
  /* height: 6.7rem; */
}

.contact_map #simpleMap,
.contact_map .fluid-width-video-wrapper,
.contact_map iframe {
  width: 100%;
  height: 100% !important;
}

@media screen and (max-width: 1440px) {
  .contact_map {
    height: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact_map {
    height: 5rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .contact_map {
    height: 4rem;
  }
}
@media screen and (max-width: 425px) {
}

/* products */
.products_bac {
}
.products {
  display: flex;
  flex-wrap: wrap;
}
.products_left {
  width: 31.25%;
  box-sizing: border-box;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  padding-right: 0.2rem;
}
.products_right {
  width: 68.75%;
  box-sizing: border-box;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  padding-left: 0.3rem;
  background-color: #f7f7f7;
}

.products_left_all {
  box-sizing: border-box;
  padding-bottom: 0.4rem;
}
.products_left_h2 {
  font-size: 0.3rem;
  text-transform: capitalize;
  box-sizing: border-box;
  text-align: center;
  color: #222;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.products_left_h2 iconify-icon {
  color: #fff;
  font-size: 0.34rem;
  margin-left: 0.1rem;
  font-weight: bold;
  margin-bottom: 2px;
  display: none;
}

.list {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 0.2rem;
}
.list li {
  position: relative;
}
/* .list li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, 0.2);
} */

.list_a {
  box-sizing: border-box;
  padding: 0.2rem 0.2rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 0rem;
}
.list_a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--i_color);
  width: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.list .list_a a {
  font-size: 0.18rem;
  color: #222;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 110%;
  transition: all 0.3s ease;
}
.list .list_a i {
  width: 0.5rem;
  height: 0.55rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  cursor: pointer;
}
.list .list_a i iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #222;
  transition: all 0.3s ease;
}
.list_dl {
  padding: 0.2rem 0.08rem 0 0.08rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 0.2rem;
}

.list_dl dt {
  box-sizing: border-box;
}
.list_dl dt a {
  font-size: 0.16rem;
  color: #222;
  display: block;
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  padding: 0rem 0.2rem;
}
.list_dl dt a::after {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background-color: var(--i_color);
  opacity: 0;
  transition: all 0.3s ease;
}

.list_dl dt a:hover::after,
.list_dl dt a:hover::before {
  opacity: 1;
}
.list_active {
}
.list_active .list_a::after {
  width: 100%;
  left: 0;
  right: auto;
}
.list_active .list_a i iconify-icon {
  color: #fff;
  transform: translate(-50%, -50%) rotate(180deg);
}
.list_active .list_a a {
  color: #fff;
}
.list_dl_active a::after,
.list_dl_active a::before {
  opacity: 1 !important;
  left: 0 !important;
}
.list_dl dt a:hover::after {
  opacity: 1 !important;
  left: 0 !important;
}
.list_dl dt a:hover {
  color: var(--i_color);
}

.list_dl_active a {
  color: var(--i_color) !important;
}
.list_active .list_dl {
}

@media screen and (max-width: 1440px) {
  .products_left_h2 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .products_left {
    width: 100%;
  }
  .products_left_h2 iconify-icon {
    display: block;
  }
  .products_left_h2 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .products_left_h2 {
    margin-bottom: 0;
  }
  .list {
    margin-top: 0.2rem;
  }
  .products_left_h2 {
    color: #fff;
    background-color: var(--i_color);
    box-sizing: border-box;
    padding: 0.15rem 0;
  }
  .list {
    padding-bottom: 0.2rem;
  }
  .products_left_all {
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .products_left_h2 {
    font-size: 0.2rem;
  }
  .products_left_h2 iconify-icon {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .products_left_h2 {
    font-size: 0.18rem;
  }
  .products_left_h2 iconify-icon {
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 425px) {
}

.products_right > h3 {
  font-size: 0.26rem;
  color: #333;
  font-weight: 600;
  margin-top: 0.1rem;
}
.products_right > h4 {
  line-height: 150%;
  color: #666;
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
.products_right article {
  margin-top: 0.2rem;
}
.products_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.2rem;
  margin-top: 0.4rem;
}
.products_ul li {
  width: calc((100% - 0.4rem) / 3);
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
  .products_right {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
    padding-left: 2%;
  }
  .products_left {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .products_right {
    width: 100%;
    padding-left: 3%;
  }
  .products_left {
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .products_ul li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .products_ul {
    gap: 0.2rem 0.1rem;
  }
  .products_ul li {
    width: calc((100% - 0.1rem) / 2);
  }
}
@media screen and (max-width: 425px) {
}

/* single_grid */
.single_grid_bac {
  box-sizing: border-box;
  padding: 0.6rem 0;
}
.single_grid {
  display: flex;
  flex-wrap: wrap;
}
.single_grid_left {
  width: 40%;
}

/* 鍥剧墖鏌ョ湅鍖� */
.in_grid_cont {
  --sm_pic_width: 17%;
}
.in_grid_cont {
  position: relative;
  overflow: hidden;
}
.in_grid_cont:before {
  content: "";
  display: block;
  padding-bottom: 80.4%;
}

/* 缂╃暐鍥� */
.in_grid_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}
.in_grid_list {
  height: 100%;
}
.in_grid_list .swiper-slide {
  cursor: pointer;
}

.in_grid_list .img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  position: relative;
  overflow: hidden;
}
.in_grid_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_grid_list .swiper-slide-thumb-active .img {
  border: 2px solid var(--i_color);
}
.in_grid_list .swiper-slide-thumb-active img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
.ingrid-button-prev,
.ingrid-button-next {
  position: absolute;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ingrid-button-prev.swiper-button-disabled,
.ingrid-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.1;
}

/* 澶у浘 */
.in_grid_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  box-sizing: border-box;
  padding: 0 0;
  margin: 0 auto;
}
.in_grid_show {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.in_grid_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.in_grid_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  padding: 1px;
}

.in_grid_show .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.in_grid_show .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ingrid-pagination {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0rem;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #f0f0f0;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 0.18rem;
  color: var(--i_color);
  z-index: 2;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  box-sizing: border-box;
  padding: 0.1rem;
}
.ingrid-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.ingrid-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

.in_grid_cont:before {
  display: none;
}
.in_grid_show_box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.in_grid_show .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #cecece;
  box-sizing: border-box;
}
.in_grid_show .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_grid_show .img img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 1px;
}
.in_grid_list_box {
  margin-top: 0.2rem;
  padding: 0.05rem;
  position: relative;
  width: 100%;
  height: initial;
}
.in_grid_list {
  width: 100%;
  margin: 0 auto;
}
.in_grid_list_box .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.in_grid_list_box .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.in_grid_list .img {
  height: auto;
  border-radius: 0rem;
  display: block;
}
.in_grid_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_grid_list .img img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.ingrid-button-prev,
.ingrid-button-next {
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.ingrid-button-prev {
  left: 0.1rem;
}
.ingrid-button-next {
  right: 0.1rem;
}
.ingrid-button-prev iconify-icon,
.ingrid-button-next iconify-icon {
  font-size: 0.2rem;
  color: #fff;
}
.ingrid-button-prev:hover,
.ingrid-button-next:hover {
  background-color: var(--i_color);
}

/* single_grid_right */
.single_grid_right {
  width: 60%;
  box-sizing: border-box;
  padding-left: 4%;
}
.single_grid_right > h3 {
  font-size: 0.18rem;
  color: #999;
  margin-bottom: 0.15rem;
}
.single_grid_right > h1 {
  font-size: 0.28rem;
  color: var(--i_color);
  font-weight: 600;
  line-height: 142%;
  box-sizing: border-box;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.single_grid_right > h4 {
  font-size: 0.24rem;
  color: #222;
  font-weight: 600;
  margin: 0.3rem 0 0.2rem 0;
}
.single_grid_right article {
}
.single_grid_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0.4rem;
  margin-top: 0.4rem;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.single_grid_btn {
  display: flex;
  gap: 0.2rem;
}

.single_grid_share {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  display: none;
}
.single_grid_share p {
  font-size: 0.18rem;
  color: #333;
  margin-right: 0.15rem;
}
.single_grid_dl {
  display: flex;
  gap: 0.2rem;
}
.single_grid_dl dt {
}
.single_grid_dl dt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background-color: rgba(0, 191, 179, 0.2);
  transition: all 0.3s ease;
}
.single_grid_dl dt a iconify-icon {
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.3s ease;
}
.single_grid_dl dt a:hover {
  background-color: var(--i_color);
  transform: translateY(-5px);
}

@media screen and (max-width: 1440px) {
  .single_grid_right > h1 {
    font-size: 0.24rem;
  }
  .single_grid_right > h3 {
    font-size: 0.16rem;
  }
  .single_grid_right > h4 {
    font-size: 0.22rem;
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .single_grid_bac {
    padding: 0.4rem 0 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .single_grid_left {
    width: 100%;
  }
  .single_grid_right {
    width: 100%;
    margin-top: 0.4rem;
    padding-left: 0%;
  }
}
@media screen and (max-width: 560px) {
  .single_grid_area {
    flex-wrap: wrap;
    gap: 0.2rem;
    padding-top: 0.2rem;
    margin-top: 0.2rem;
  }
  .single_grid_right > h1 {
    font-size: 0.22rem;
  }
  .single_grid_right > h4 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 425px) {
}

/* editor_list */
.editor_list_bac {
  background-color: #f4f4f4;
}
.editor_list {
}
.editor_list_ul {
  display: flex;
  gap: 1.3rem;
  justify-content: center;
}
.editor_list_ul li {
  font-size: 0.18rem;
  color: #333;
  box-sizing: border-box;
  padding: 0.25rem 0;
  position: relative;
  transition: all 0.3s ease;
  text-transform: capitalize;
  cursor: pointer;
}
.editor_list_ul li::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--i_color);
  transition: all 0.3s ease;
}
.editor_list_ul li.current {
  color: var(--i_color);
}
.editor_list_ul li.current::after {
  width: 100%;
  right: auto;
  left: 0;
}

@media screen and (max-width: 1440px) {
  .editor_list_ul {
    gap: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .editor_list_ul li {
    padding: 0.2rem 0;
  }
  .editor_list_ul {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .editor_list_ul {
    gap: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .editor_list_ul {
    gap: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .editor_list_ul {
    gap: 0.3rem;
  }
}
@media screen and (max-width: 425px) {
}

/* editor */
.editor_bac {
  box-sizing: border-box;
  padding: 0.6rem 0 0.6rem 0;
}
.editor {
  display: flex;
}
.editor_left {
  width: 22.86%;
}
.editor_right {
  width: 77.14%;
  box-sizing: border-box;
  padding-left: 4%;
}
.editor_dl h2 {
  font-size: 0.26rem;
  color: var(--i_color);
  margin-bottom: 0.25rem;
}
.editor_download {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.editor_download li {
}
.editor_download li a {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  box-sizing: border-box;
  padding: 0.2rem 0.3rem;
  border-radius: 0.1rem;
  box-shadow: 5px 4px 14px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.editor_download li a p {
  font-size: 0.16rem;
  color: #333;
  width: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.editor_download li a iconify-icon {
  font-size: 0.3rem;
  color: var(--i_color);
  flex-shrink: 0;
}
.editor_download li a:hover {
  box-shadow: 5px 4px 14px 0px rgba(0, 191, 179, 0.2);
}
.editor_download li a:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .editor_dl h2 {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .editor_dl h2 {
    font-size: 0.22rem;
  }
  .editor_bac {
    padding: 0.4rem 0 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .editor_left {
    display: none;
  }
  .editor_right {
    width: 100%;
    padding-left: 0;
  }
  .editor_dl h2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

.editor_LR_bac {
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 0.4rem 0;
}
.single_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.25rem;
}

.single_tag p {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  line-height: 0.32rem;
}
.single_tag a {
  display: block;
  font-size: 0.16rem;
  color: #333;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  background-color: #fff;
  border-radius: 0.06rem;
  transition: all 0.3s ease;
}
.single_tag a:hover {
  background-color: var(--i_color);
  color: #fff;
}
.editor_LR {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 0.2rem;
  margin-top: 0.2rem;
  border-top: 1px solid #cecece;
}
.editor_LR > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 49%;
  gap: 0.1rem;
}
.editor_LR i {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  min-width: 0.4rem;
  height: 0.4rem;
  border-radius: 2px;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.5);
  transition: all 0.3s ease;
}
.editor_LR i iconify-icon {
  color: #666;
  font-size: 0.2rem;
  transition: all 0.3s ease;
}
.editor_LR p {
  font-size: 0.18rem;
  color: #333;
  font-weight: 600;
}
.editor_LR a {
  font-size: 0.18rem;
  color: #333;
  transition: all 0.3s ease;
}

.editor_R {
  justify-content: flex-end;
  margin-left: auto;
}
.editor_LR a:hover {
  color: var(--i_color);
}
.editor_LR div:hover i {
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
}
.editor_LR div:hover i iconify-icon {
  color: #fff;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .editor_L i {
    margin-right: 0.1rem;
  }
  .editor_R i {
    margin-left: 0.1rem;
  }
  .editor_LR a {
    font-size: 0.16rem;
  }
  .editor_LR i {
    width: 0.35rem;
    min-width: 0.35rem;
    height: 0.35rem;
  }
}
@media screen and (max-width: 1024px) {
  .deitor_left {
    display: none;
  }
  .deitor_right {
    width: 100%;
    padding-left: 0%;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .editor_LR {
    flex-direction: column;
  }
  .editor_LR > div {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* related_products */
.related_products_bac {
  box-sizing: border-box;
  padding-bottom: 1rem;
}
.related_products {
}

/*  */
.rela_partner_box {
  margin-top: 0.4rem;
}

.rela_partner {
  position: relative;
}
.rela_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rela_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.rela_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}

.rela_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.rela_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.rela_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rela_partner_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* 指示器 */
.rela_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.rela_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  cursor: pointer;
  display: inline-block;
  margin: 0 0.05rem;
  background: var(--i_color);
  border-radius: 2px;
  opacity: 1;
  outline: none;
}
.rela_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: transparent;
}

/* 左右箭头 */
.rela_partner .pt-button-prev,
.rela_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid rgba(153, 153, 153, 0.5);
  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;
}
.rela_partner .pt-button-prev iconify-icon,
.rela_partner .pt-button-next iconify-icon {
  font-size: 0.22rem;
  color: #666;
  transition: all 0.3s ease;
}
.rela_partner .pt-button-prev {
  left: -5%;
}
.rela_partner .pt-button-next {
  right: -5%;
}

.rela_partner .pt-button-prev:hover,
.rela_partner .pt-button-next:hover {
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
}
.rela_partner .pt-button-prev:hover iconify-icon,
.rela_partner .pt-button-next:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .related_products_bac {
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .rela_partner .pt-button-prev,
  .rela_partner .pt-button-next {
    display: none;
  }
  .rela_partner .pt-pagination {
    display: block;
  }
  .related_products_bac {
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* 感谢页面 */
.thanks {
  padding-top: 1rem;
  margin: 0px auto 1rem;
  text-align: center;
  box-sizing: border-box;
}
.thanks h2 {
  margin-bottom: 20px;
  font-size: 0.3rem;
  color: #222;
  font-weight: bold;
}
.thanks a {
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  position: relative;
  transition: all 1s ease;
}

.btns {
  height: 4em;
  width: 12em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0px solid black;
  cursor: pointer;
}
.btns:hover p {
  color: var(--i_color);
}
.wrapperss {
  height: 2em;
  width: 8em;
  position: relative;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks .text {
  font-size: 17px;
  z-index: 1;
  color: #000;
  padding: 4px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.5s ease;
}

.flower {
  display: grid;
  grid-template-columns: 1em 1em;
  position: absolute;
  transition: grid-template-columns 0.8s ease;
}

.flower1 {
  top: -12px;
  left: -13px;
  transform: rotate(5deg);
}

.flower2 {
  bottom: -5px;
  left: 8px;
  transform: rotate(35deg);
}

.flower3 {
  bottom: -15px;
  transform: rotate(0deg);
}

.flower4 {
  top: -14px;
  transform: rotate(15deg);
}

.flower5 {
  right: 11px;
  top: -3px;
  transform: rotate(25deg);
}

.flower6 {
  right: -15px;
  bottom: -15px;
  transform: rotate(30deg);
}

.petal {
  height: 1em;
  width: 1em;
  border-radius: 40% 70% / 7% 90%;
  background: linear-gradient(var(--i_color), #e8ffb3);
  border: 0.5px solid #ffffff;

  z-index: 0;
  transition:
    width 0.8s ease,
    height 0.8s ease;
}

.two {
  transform: rotate(90deg);
}

.three {
  transform: rotate(270deg);
}

.four {
  transform: rotate(180deg);
}

.btns:hover .petal {
  background: linear-gradient(#e870a5, #ffeff6);
  border: 0.5px solid #ffeff6;
}

.btns:hover .flower {
  grid-template-columns: 1.5em 1.5em;
}

.btns:hover .flower .petal {
  width: 1.5em;
  height: 1.5em;
}

.btns:hover .text {
  background: rgba(255, 255, 255, 0.4);
}

.btns:hover div.flower1 {
  animation: 15s linear 0s normal none infinite running flower1;
}

@keyframes flower1 {
  0% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(365deg);
  }
}

.btns:hover div.flower2 {
  animation: 13s linear 1s normal none infinite running flower2;
}

@keyframes flower2 {
  0% {
    transform: rotate(35deg);
  }

  100% {
    transform: rotate(-325deg);
  }
}

.btns:hover div.flower3 {
  animation: 16s linear 1s normal none infinite running flower3;
}

@keyframes flower3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btns:hover div.flower4 {
  animation: 17s linear 1s normal none infinite running flower4;
}

@keyframes flower4 {
  0% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(375deg);
  }
}

.btns:hover div.flower5 {
  animation: 20s linear 1s normal none infinite running flower5;
}

@keyframes flower5 {
  0% {
    transform: rotate(25deg);
  }

  100% {
    transform: rotate(-335deg);
  }
}

.btns:hover div.flower6 {
  animation: 15s linear 1s normal none infinite running flower6;
}

@keyframes flower6 {
  0% {
    transform: rotate(30deg);
  }

  100% {
    transform: rotate(390deg);
  }
}

@media screen and (max-width: 1200px) {
  .thanks {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .thanks {
    padding-top: 40px;
    margin: 0px auto 70px;
  }
}
@media screen and (max-width: 560px) {
}

/* 404 */
.in404 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.in404_text {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
.in404_text h1 {
  font-size: 220px;
  color: #bbb;
}
.in404_text h6 {
  margin: 10px auto 30px;
  font-size: 18px;
  color: #999;
}
.in404_text a {
  display: inline-block;
  padding: 0 40px;
  line-height: 32px;
  font-size: 15px;
  color: #999;
  border: 2px solid #ddd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

@media screen and (max-width: 959px) {
  .in404_text h1 {
    font-size: 180px;
  }
}
@media screen and (max-width: 767px) {
  .in404_text h1 {
    font-size: 140px;
  }
  .in404_text h6 {
    font-size: 16px;
  }
  .in404_text a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in404_text h1 {
    font-size: 70px;
  }
  .in404_text h6 {
    margin: 10px auto 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .in404_text a {
    font-size: 13px;
  }
}

/* 隐私政策 */
.privacy {
  box-sizing: border-box;
  padding: 0.8rem 0;
}
#header {
  background-color: rgb(0 0 0 / 57%) !important;
}
.privacy_cont {
}
.privacy_cont .tit {
  margin-bottom: 30px;
}
.privacy_cont .tit h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.privacy_cont article,
.privacy_cont article * {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  box-sizing: border-box;
  margin: 0 0.05rem;
}
.foot {
  top: 130px;
}
.privacy ol {
  padding: 0px;
}
@media screen and (max-width: 1200px) {
  .privacy {
    box-sizing: border-box;
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 959px) {
}

/* ---------------------- Aside Form ---------------------- */
.contactMenu {
  --menuColor: #333;
}
.contactMenu {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 340px;
  box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);
  z-index: 99999999999999999999;
}
.contactMenuBtn {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 3;
}
.contactMenuBtn dt {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.contactMenuBtn dt a,
.contactMenuBtn dt p {
  display: block;
  padding: 8px 10px;
  color: #fff;
}
.contactMenuBtnWA {
  display: none;
  background: #0aba28;
}
.contactMenuBtnForms {
  background: var(--i_color);
}

.contactMenu_Forms {
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  width: 100%;
  box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);
  z-index: 999;
}
.contactMenu_FormsTit {
  padding: 8px 50px;
  text-align: center;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
}
.contactMenu_FormsTit p {
  color: #fff;
}
.contactMenu_FormsTit iconify-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -20px;
  font-size: 24px;
  color: #fff;
}
.contactMenu_FormsTit.active iconify-icon {
  opacity: 1;
  right: 10px;
  -webkit-transition: all 0.6s 0.5s;
  transition: all 0.6s 0.5s;
}
.contactMenu_Forms > span {
  display: block;
  padding: 24px;
  background: #fff;
}

#wpforms-79 {
  --wpforms-field-size-input-height: 38px;
  --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-79 {
  margin: 0;
  padding: 0;
}
#wpforms-form-79 {
  width: 100%;
  position: relative;
}

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

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

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

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

#wpforms-79 .wpforms-submit-container {
  width: 100%;
  padding: 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
#wpforms-79 .wpforms-submit-container button {
  width: 100%;
  background: #ddd;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  padding: 0.1rem 0.2rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
#wpforms-79 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-79 .wpforms-submit-container button:hover {
  background: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .contactMenu {
    width: 100%;
  }
  .contactMenuBtnWA {
    display: block;
  }
  .contactMenuBtnWA a {
    display: block;
  }
}

/* aside */
.aside_right {
  position: fixed;
  right: 30px;
  bottom: 16%;
  z-index: 999999;
}

.aside_right ul {
}
.aside_right li {
  margin: 0.1rem 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  /* overflow: hidden; */
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(128, 128, 128, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.aside_right li:nth-child(1) > a {
  background: #389b0f;
}
.aside_right li:nth-child(2) > a {
  background: var(--i_color);
}

.aside_right li img {
  display: block;
  margin: 0 auto;
  width: 0.22rem;
  height: 0.22rem;
  object-fit: contain;
}

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

.side_tel_box,
.side_qr_box {
  position: absolute;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  border-radius: 0.3rem;
}
.side_tel_box {
  top: 0;
  right: -300px;
  width: 180px;
  min-height: 100%;
  background: #fff;
}
.side_qr_box {
  top: 50%;
  transform: translate(0, -50%);
  right: -180px;
  width: 120px;
  height: 120px;
  background: #fff;
}

.side_tel_box h6 {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}
.side_tel_box h6 a {
  line-height: 20px;
}
.side_tel_box a:hover {
  color: var(--i_color);
}
.side_qr_box img {
  width: 90%;
  height: 90%;
}

.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
  right: 48px;
}

.side_tel_box,
.side_qr_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.aside_close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/imgs/close_1_hei.svg) no-repeat center;
  background-size: 30px;
  cursor: pointer;
}
.aside_close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aside_close {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#aside_mask_bg {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 9999999999998;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  box-sizing: border-box;
  padding: 30px 30px 40px;
  background: rgb(255 255 255 / 100%);
  z-index: 9999999999999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 0.4rem;
}
#aside_sc_from .tit h3 {
  text-align: center;
  font-size: 0.26rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: 0.3rem;
}

#wpforms-82 {
  --input_font_color: rgb(0 0 0 / 50%);
  --input_font_size: 14px;
  --input_height: 42px;
}
#wpforms-82 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-82 {
  width: 100%;
  overflow: hidden;
}
#wpforms-82 input,
#wpforms-82 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-82 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-82 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-82 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-82 .wpforms-submit-container {
  padding: 0 !important;
  margin: 0 auto;
  width: 170px;
  height: 38px;
  background: var(--i_color);
  box-sizing: border-box;
  border: 2px solid var(--i_color);
  position: relative;
}
#wpforms-82 .wpforms-field-label {
  font-size: 0;
}
#wpforms-82 .wpforms-required-label {
  position: absolute;
  top: 16px;
  left: 5px;
  font-size: 16px;
  color: #f00;
}
#wpforms-82 .wpforms-field {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 18px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
#wpforms-82 input {
  height: var(--input_height);
}
#wpforms-82 textarea {
  min-height: 100px;
}
#wpforms-82 input,
#wpforms-82 textarea {
  width: 100%;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  color: #333;
  box-sizing: border-box;
  border: 1px solid rgb(0 0 0 / 30%);
  line-height: var(--input_height);
  padding: 0 16px;
}
#wpforms-82 input::-webkit-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-82 input::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-82 input::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-82 input::-ms-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-82 textarea::-webkit-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-82 textarea::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-82 textarea::-moz-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-82 textarea::-ms-input-placeholder {
  color: var(--input_font_color);
  font-size: var(--input_font_size);
}
#wpforms-82 #wpforms-82-field_1-error,
#wpforms-82 #wpforms-82-field_2-error,
#wpforms-82 #wpforms-82-field_3-error,
#wpforms-82 #wpforms-82-field_5-error {
  position: absolute;
  font-size: 13px;
}
#wpforms-82 .wpforms-submit-container button {
  width: 100%;
  height: 34px;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
#wpforms-82 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-82 .wpforms-submit-container:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
#wpforms-82 .wpforms-submit-container:hover:after {
  display: block;
}
#wpforms-82 .wpforms-submit-container:hover {
  background: #fff;
}
#wpforms-82 .wpforms-submit-container:hover button {
  color: var(--i_color);
}

@media screen and (max-width: 1366px) {
  .aside_right li > a {
    width: 0.4rem;
    height: 0.4rem;
  }
}

@media screen and (max-width: 1024px) {
  #aside_sc_from {
    width: 94%;
  }
}
@media screen and (max-width: 959px) {
  .aside_right {
    right: 22px;
    bottom: 160px;
  }
  .aside_right {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #aside_sc_from {
    padding: 20px 20px 30px;
  }
  #aside_sc_from .tit {
    margin-bottom: 0.3rem;
  }
  #wpforms-82 .wpforms-submit-container {
    height: 34px;
  }
  #wpforms-82 .wpforms-submit-container button {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  #aside_sc_from .tit h3 {
    font-size: 0.24rem;
  }
}

.form_hide {
  display: none;
}

/* @media screen and (max-width:1440px) {

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

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

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

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

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

} */

/* 产品详情iframe */
.editor_r_article iframe {
  width: 80%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 560px) {
  .editor_r_article iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}
