/*
Theme Name: Chaoyu
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";

@font-face {
  font-family: "Roboto";
  src: url("./static/font/Roboto-Light.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url("./static/font/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
}
/* @font-face {
  font-family: "Roboto";
  src: url("./static/font/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
} */
@font-face {
  font-family: "Roboto";
  src: url("./static/font/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
}
* {
  font-size: 18px;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 150%;
}
.wrap {
  width: 72.3%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_top {
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .wrap {
    width: 83%;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 88%;
  }
}
:root {
  --i_color: #cc0100;
  --i_color2: #e46609;
  --header_height: 1rem;
  --border_color: rgba(0, 0, 0, 0.1);
  --f_menu_height: 50px;
}
@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);
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2014;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 1s ease;
}

.top_cont {
  position: relative;
  z-index: 2013;
  margin: 0 auto;
  transition: all 0.7s ease;
}
.mouseHeader {
  top: -30%;
  transition: all 1s ease;
}
.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
/* .TopHeader .top_cont {
	background: #222;
} */

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  max-height: 70px;
}
@media screen and (max-width: 1440px) {
  .logo img {
    max-height: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 55px;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    z-index: 2014;
  }
  .i_nav > li {
    position: relative;
    margin: 0 0.26rem;
  }
  .i_nav > li > a {
    display: block;
    font-size: 0.18rem;
    color: #333;
    line-height: var(--header_height);
    white-space: nowrap;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    text-transform: capitalize;
    position: relative;
  }
  .i_nav > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0.04rem;
    border-radius: 2px;
    background-color: var(--i_color2);
    transition: all 0.4s ease;
  }
  .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 {
    color: #222 !important;
  }
  .i_nav > .current-menu-item > a::after,
  .i_nav > .current-category-ancestor > a::after,
  .i_nav > .current-post-ancestor > a::after,
  .i_nav > .current-menu-ancestor > a::after,
  .i_nav > .current-menu-parent > a::after,
  .i_nav > li:hover > a::after,
  .i_nav .curr > a::after {
    width: 100%;
    right: auto;
    left: 0;
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    border-top: 2px solid var(--i_color2);
    background: rgb(255 255 255 / 100%);
    min-width: 1.6rem;
    overflow: hidden;
  }
  .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_color2);
  }
  .i_nav .sub-menu a {
    display: block;
    padding: 0 0.8rem 0 0.2rem;
    font-size: 0.15rem;
    color: #444;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 0;
    text-transform: capitalize;
  }
  .i_nav .sub-menu 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_color2);
  }
  .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_color2);
  }
  .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 a,
  .i_nav .sub-menu a::before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav > li {
    margin: 0 0.2rem;
  }
}
@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.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav > li > .sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: url(static/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;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: #222;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #222;
  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.22rem;
}
.top_r {
  margin-left: 0.3rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
}
.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  margin-right: 0.3rem;
  position: relative;
}
.top_search_ico::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.15rem;
  transform: translate(0, -50%);
  width: 0.01rem;
  height: 0.2rem;
  background-color: #222;
}
.top_search_ico i {
  font-size: var(--size);
  cursor: pointer;
}
.top_search_ico.on i {
  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 > i {
  font-size: var(--size);
  cursor: pointer;
}
.top_language.on > i {
  color: var(--i_color);
}
.top_language_list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(var(--header_height) - 0.2rem);
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_language_list.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_height);
  box-shadow: 0.04rem 0.06rem 0.1rem rgb(0 0 0 / 10%);
}
.top_language_list ul {
  overflow: hidden;
}
.top_language_list li {
  background: #fff;
}
.top_language_list a > span {
  display: block;
  padding: 0 14px;
  min-width: 100px;
  overflow: hidden;
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 0.12rem;
  color: #666;
  line-height: 0.3rem;
}
.top_language_list li:hover {
  background: var(--i_color);
}
.top_language_list li:hover .trp-ls-language-name {
  color: #fff;
}
.top_language,
.top_language > i {
  -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_language {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@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 {
  position: fixed;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  top: var(--header_height);
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--i_color2);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height));
  height: var(--search_height);
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  width: calc(var(--search_height));
  height: var(--search_height);
  background: var(--i_color2) url(static/images/search.svg) no-repeat center;
  background-size: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .top_r {
    margin-left: 0.2rem;
  }
  .top_search_ico {
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin: 0 0.2rem;
  }
  .top_search_ico {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_search {
    padding: 0.12rem 0;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
  .top_search_btn {
  }
}
/* -------------------底部-------------------------- */
footer {
  z-index: 5;
  max-width: 100%;
  position: relative;
}

.footer_bac {
  border-bottom: 0.06rem solid var(--i_color);
  background-color: #1f1f1f;
}
.footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0.4rem 0;
}
.footer > div {
  min-width: 20%;
}
.footer_left {
  width: 40%;
}
.footer_left > img {
  height: 0.6rem;
}
.footer_left h2 {
  font-size: 0.16rem;
  color: white;
  font-weight: bold;
  margin: 0.14rem 0 0.4rem 0;
}
.footer_left_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.1rem 0;
}
.footer_left_ul li {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
}
.footer_left_ul li a {
  color: white;
  font-size: 14px;
  line-height: 0.3rem;
  transition: all 0.3s ease;
}
.footer_left_ul li a:hover {
  color: var(--i_color);
}
.footer_txt {
}
.footer_txt h2 {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.footer_txt_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.2rem 0;
  overflow: hidden;
  padding-right: 2%;
}
.footer_txt_ul li {
}
.footer_txt_ul li a {
  font-size: 14px;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
}
.footer_txt_ul li a::after {
  content: "";
  width: 0.14rem;
  height: 0.02rem;
  background-color: var(--i_color);
  position: absolute;
  left: -0.15rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}
.footer_txt_ul li a:hover {
  color: var(--i_color);
  padding-left: 0.18rem;
}
.footer_txt_ul li a:hover::after {
  left: 0;
}
.footer_last {
  padding: 0.4rem 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer_last p {
  font-size: 0.14rem;
  color: white;
}
.footer_last p a {
  font-size: 0.14rem;
  color: white;
  transition: all 0.3s ease;
}
.footer_last p a:hover {
  color: var(--i_color);
}
.footer_last_ul {
  display: flex;
  display: -webkit-flex;
  gap: 0 0.3rem;
}
.footer_last_ul li {
}
.footer_last_ul li a {
  display: block;
}
.footer_last_ul li a ion-icon {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.footer_last_ul li:hover ion-icon {
  transform: translateY(-5px);
  color: white;
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer_right {
    display: none;
  }
  .footer_center1 {
    width: 32.5%;
  }
  .footer_center2 {
    width: 26%;
  }
}
@media screen and (max-width: 960px) {
  .footer_center2 {
    display: none;
  }
  .footer_left {
    width: 60%;
    padding-right: 4%;
  }
  .footer_center1 {
    width: 40%;
  }
  .footer {
    padding-bottom: 0.6rem;
  }
  .footer_last p {
    width: 100%;
    text-align: center;
  }
  .footer_last {
    justify-content: center;
  }
  .footer_last_ul li {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_center1 {
    display: none;
  }
  .footer_left {
    width: 100%;
    padding-right: 0%;
  }
  .footer {
    padding-bottom: 0.4rem;
  }
  .footer_left h2 {
    font-size: 14px;
    margin: 0.14rem 0 0.2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .footer_last {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 425px) {
}
.aside_right {
  position: fixed;
  right: -50px;
  bottom: 20%;
  z-index: 999999;
  transition: all 0.5s ease;
}
.aside_right.on {
  right: 10px;
}
.aside_right ul {
}
.aside_right li {
  position: relative;
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  transition: all 0.3s ease;
  width: 48px;
  margin-top: 5px;
  border-radius: 0.05rem;
  height: 48px;
  background: #181816;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.aside_right em {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.aside_right li:nth-child(1) em {
  background: url(static/images/aside_ico_whatsapp.svg) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(2) em {
  background: url(static/images/aside_ico_tel.svg) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(3) em {
  background: url(static/images/email.svg) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(4) em {
  background: url(static/images/top1.svg) no-repeat center;
  background-size: contain;
}
.aside_right li > a:hover {
  background: var(--i_color2);
}
.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;
}
.side_tel_box {
  top: 7px;
  right: -300px;
  width: 180px;
  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_color2);
}
.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_mask_bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999999998;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0.6rem 0.4rem;
  border-radius: 0.2rem;
  background: #e2e2e2;
  z-index: 9999999999999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 40px;
}
#aside_sc_from .tit h6 {
  font-size: 26px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
}
#wpforms-41 {
  --input_font_size: 16px;
  --input_height: 42px;
}
#wpforms-41 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-41 {
  width: 100%;
  overflow: hidden;
}
#wpforms-41 input,
#wpforms-41 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-41 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-41 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-41 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-41 .wpforms-submit-container {
  padding: 0 !important;
  width: 170px;
  height: var(--input_height);
  background: var(--i_color);
  border-radius: 0.2rem;
  position: relative;
  margin: 0 auto;
}
#wpforms-41 .wpforms-field {
  position: relative;
}
#wpforms-41 .wpforms-field-label {
  font-size: 0;
}
#wpforms-41 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 0.14rem;
  color: red;
}
#wpforms-41 .wpforms-field {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}
#wpforms-41 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}
#wpforms-41 .wpforms-field:nth-child(1),
#wpforms-41 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}
#wpforms-41 input {
  height: var(--input_height);
}
#wpforms-41 textarea {
  min-height: 100px;
}
#wpforms-41 input,
#wpforms-41 textarea {
  width: 100%;
  border: 0;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  border-radius: 0.1rem;
  background-color: white;
  color: #222;

  line-height: var(--input_height);
  padding: 0 10px;
}
#wpforms-41 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-41 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-41 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-41 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-41 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-41 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-41 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-41 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-41 #wpforms-41-field_1-error,
#wpforms-41 #wpforms-41-field_2-error,
#wpforms-41 #wpforms-41-field_3-error,
#wpforms-41 #wpforms-41-field_4-error {
  position: absolute;
  font-size: 14px;
}
#wpforms-41 .wpforms-submit-container button {
  overflow: hidden;
  border-radius: 0.2rem;
  width: 100%;
  height: var(--input_height);
  font-size: 16px;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
#wpforms-41 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(static/images/close_1_hei.svg) no-repeat center;
  background-size: contain;
}
.close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.close {
  -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) {
}
@media screen and (max-width: 1200px) {
  .aside_right a {
    width: 42px;
    height: 42px;
  }
  .aside_right em {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 959px) {
  /* .aside_right{display:none} */
  #aside_sc_from {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
  }
}
/* ç§»åŠ¨ç«¯åº•éƒ¨ */
.footer_phone_show {
  display: none;
}
.footer_phone {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
}
.footer_phone {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
}
.footer_phone li {
  width: 32%;
  padding: 13px;
  border-right: 1px solid rgba(211, 211, 211, 1);
  border-top: 1px solid rgba(211, 211, 211, 1);
}
.footer_phone li:nth-child(3) {
  border-right: 0px;
}
.footer_phone a {
  display: block;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.footer_phone ion-icon {
  font-size: 23px;
}
.footer_phone p {
  font-size: 12px;
  color: #333333;
  font-family: Arial;
  line-height: 23px;
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .footer_phone_show {
    display: block;
  }
  footer {
    margin-bottom: 50px;
  }
}
/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
}
.i_tit > h4 {
  display: table;
  margin: 0 auto;
  font-size: 0.48rem;
  color: #333;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 0.1rem;
}
.i_tit > h4::after {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--i_color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.i_tit > p {
  font-size: 16px;
  color: #666;
  width: 70%;
  margin: 18px auto 0;
  text-align: center;
}
.i_tit.left h4 {
  margin-left: 0;
}
.i_tit.left h4::after {
  left: 0;
  transform: translateX(0);
}
.i_tit.left > p {
  margin-left: 0;
  text-align: left;
}
.i_tit.white > h4 {
  color: #fff;
}
.i_tit.white > h4::after {
  background-color: #fff;
}
.i_tit.white > p {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_tit > h4 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit > h4 {
    font-size: 0.3rem;
  }
  .i_tit > h4::after {
    width: 40px;
    height: 3px;
  }
  .i_tit > p {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .i_tit > h4 {
    font-size: 0.26rem;
  }
  .i_tit > h4::after {
    width: 30px;
    height: 2px;
  }
}
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.row_tit .i_tit {
  max-width: 70%;
}
@media screen and (max-width: 560px) {
  .row_tit .i_tit {
    max-width: 100%;
  }
}
.i_more {
  display: table;
  padding: 6px 0.32rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--i_color);
  background: #fff;
  position: relative;
  overflow: hidden;
}
.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.17rem;
  font-weight: normal;
  color: #333;
  position: relative;
  z-index: 2;
}
.i_more i {
  width: 0.4rem;
  height: 0.4rem;
  transform: translateX(0.2rem);
  border-radius: 50%;
  background: var(--i_color);
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.i_more::after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
}
.i_more b,
.i_more i,
.i_more::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_more:hover {
  border-color: #fff;
}
.i_more:hover b {
  color: #fff;
}
.i_more:hover i {
  background: #fff;
  color: var(--i_color);
  transform: translateX(0.22rem) rotateX(180deg);
}
.i_more:hover::after {
  width: 5rem;
  height: 5rem;
}
.i_more.center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .i_more {
    padding: 8px 0.3rem;
  }
  .i_more i {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_more {
    padding: 6px 0.24rem;
  }
  .i_more b {
    font-size: 0.16rem;
  }
  .i_more i {
    width: 0.36rem;
    height: 0.36rem;
    transform: translateX(0.18rem);
  }
}
@media screen and (max-width: 560px) {
  .i_more {
    padding: 4px 0.2rem;
  }
  .i_more b {
    font-size: 0.14rem;
  }
  .i_more i {
    width: 0.3rem;
    height: 0.3rem;
    transform: translateX(0.16rem);
  }
}
.bc {
  background: var(--bc_color);
}
.bc_gradient {
  background: linear-gradient(var(--bc_color), #fff);
}
/* 头部 contact按钮 */
.top_contact {
  margin-left: 0.2rem;
}
@media screen and (max-width: 560px) {
  .top_contact {
    display: none;
  }
}
/* -------------------波浪按钮------------- */
.wave_button {
}
.wave_button a {
  display: block;
}
.wave_button .c-button {
  font-size: 0.18rem;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  vertical-align: middle;
  position: relative;
  background-color: var(--i_color);
  overflow: hidden;
  z-index: 1;
  padding: 0.08rem 0.22rem;
}
.wave_button .c-button--gooey {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  transition: all 700ms ease;
}
.wave_button .c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}
.wave_button .c-button--gooey .c-button__blobs div {
  background-color: var(--i_color2);
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}
.wave_button .c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}
.wave_button .c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}
.wave_button .c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}
.wave_button .c-button--gooey:hover {
  color: #fff;
}
.wave_button .c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_search_ico::after {
    display: none;
  }
  .top_contact {
    margin-left: auto;
  }
  .wave_button .c-button {
    height: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.full_header {
  height: var(--header_height);
}
/* ----------------------------首页------------------------------------- */
.banner {
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: calc(100vh - var(--header_height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide > img,
.banner .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-button-prev,
.banner-button-next {
  position: absolute;
  top: 48%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: rgb(0 0 0 / 30%);
  z-index: 999;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-button-prev {
  left: -0.6rem;
}
.banner-button-next {
  right: -0.6rem;
}
.banner-button-prev i,
.banner-button-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #fff;
}
.banner:hover .banner-button-prev {
  left: 0.3rem;
}
.banner:hover .banner-button-next {
  right: 0.3rem;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: var(--i_color2);
}
.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.4rem;
  width: auto;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}
.banner-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.16rem;
  height: 0.12rem;
  margin: 0 0.08rem;
  background: rgb(255 255 255 / 50%);
  position: relative;
  outline: none;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.banner-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--i_color);
}
.banner-pagination .swiper-pagination-bullet-active::before {
  animation: w100 0.3s ease;
}
@keyframes w100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: var(--header_height);
    position: relative;
    top: initial;
    height: auto;
  }
  .banner .swiper-slide {
    padding-bottom: 46%;
  }
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* .banner .swiper-slide {
		padding-bottom: 64%
	} */
  .banner-pagination {
    bottom: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .banner-pagination {
    bottom: 0.2rem;
  }
}

/* banner 文字 */
.banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_text1 {
  width: 50%;
  color: white;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.banner_text1 h2 {
  font-size: 0.6rem;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}
.banner_text1 h3 {
  font-size: 0.24rem;
  text-transform: capitalize;
  margin: 0.2rem 0;
}

@media screen and (max-width: 1440px) {
  .banner_text1 h2 {
    font-size: 0.45rem;
  }
  .banner_text1 h3 {
    font-size: 0.2rem;
  }
}
.banner_text1.right {
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .banner_text1 {
    width: 70%;
  }
  .banner_text1 h2 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  .banner_text1 h2 {
    font-size: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .banner_text1 h2 {
    font-size: 0.3rem;
  }
  .banner_text1 h3 br {
    display: none;
  }
  .banner_text1 h3 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .banner_text1 h2 {
    font-size: 0.25rem;
  }
  .banner_text1 h2 br {
    display: none;
  }
  .banner_text1 h3 {
    font-size: 0.14rem;
  }
  .banner_text1 {
    width: 94%;
  }
}
@media screen and (max-width: 425px) {
  .banner_text1 h2 {
    font-size: 0.22rem;
  }
}
/* home_products */

.title {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  padding: 10px;
}
.title p {
  display: inline-block;
  font-size: 0.5rem;
  font-weight: bold;
  color: #1a1919;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  text-align: center;
}
.title.left p {
  text-align: left;
}
.title.white p {
  color: #fff;
}
.title p i {
  position: absolute;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  top: -10px;
  right: -10px;
  background: url(static/images/bc_tit.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .title p {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  .title p {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 425px) {
  .title p {
    font-size: 0.25rem;
  }
}

/* 首页产品 */

.HomeGrid_partner {
  position: relative;
}
.HomeGrid_partner_list {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.HomeGrid_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.HomeGrid_partner_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.2;
  transform: scale(95%);
}
.HomeGrid_partner_list .swiper-slide a {
  display: block;
  width: 100%;
  background-color: white;
}
.HomeGrid_partner_list li.swiper-slide-active {
  transform: scale(110%);
  z-index: 2;
  opacity: 1;
}
.HomeGrid_partner_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.HomeGrid_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.HomeGrid_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.HomeGrid_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;
}
.HomeGrid_partner_text {
  margin-top: 0.3rem;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.HomeGrid_partner_text h2 {
  font-size: 0.3rem;
  width: 49%;
  font-weight: bold;
  color: var(--i_color);
  padding-bottom: 0.2rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.HomeGrid_partner_text h2::after {
  content: "";
  width: 10px;
  height: 2px;
  background: var(--i_color);
}
.HomeGrid_partner_text h2:hover::after {
  width: 100%;
}
.HomeGrid_partner_text .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 49%;
  color: #666;
  font-size: 0.16rem;
}

/* 指示器 */
.HomeGrid-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.HomeGrid-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: block;
  margin: 20px 0;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.HomeGrid-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.HomeGrid-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.HomeGrid-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}

/* 左右箭头 */

.HomeGrid-button-prev,
.HomeGrid-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #333;
  border: 1px solid #666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
  outline: none;
  z-index: 4;
}

.HomeGrid-button-prev {
  left: 0;
}
.HomeGrid-button-next {
  right: 0;
}
.HomeGrid-button-prev:hover,
.HomeGrid-button-next:hover {
  border-color: transparent;
  background: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .HomeGrid_partner_text h2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .HomeGrid_partner_text h2 {
    font-size: 0.18rem;
  }
  .HomeGrid-button-prev,
  .HomeGrid-button-next {
    display: none;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
.i_why {
  background: url(static/images/bc_ia2.webp) no-repeat center;
  background-size: cover;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}
.i_why::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 561px) {
  .i_why {
    background-attachment: fixed;
  }
}
.i_num {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  position: relative;
  z-index: 2;
}
.i_num dt {
  width: 30%;
  color: #fff;
}
.i_num dt h4 span {
  font-size: 0.6rem;
  font-weight: bold;
}
.i_num dt h4 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
}
.i_num dt h4 i {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.i_num dt h5 {
  font-size: 0.2rem;
  font-weight: normal;
}
@media screen and (max-width: 1440px) {
  .i_num dt h4 span {
    font-size: 0.5rem;
  }
  .i_num dt h4 i {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .i_num dt h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_num dt h4 span {
    font-size: 0.4rem;
  }
  .i_num dt h4 i {
    font-size: 0.18rem;
  }
  .i_num dt h5 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .i_num dt h4 span {
    font-size: 0.3rem;
  }
  .i_num dt h4 i {
    font-size: 0.16rem;
  }
  .i_num dt h5 {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .i_num dt {
    width: 100%;
  }
}

.i_ad {
  margin-top: -1.4rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.i_ad_menu {
  width: 35%;
  background: var(--i_color);
  padding: 0.4rem 0.1rem;
}
.i_ad_menu li {
  font-size: 0.2rem;
  color: #fff;
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_ad_menu li.current,
.i_ad_menu li:hover {
  background: #fff;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .i_ad_menu {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.1rem 0.2rem;
    padding: 0.2rem 0.1rem;
  }
  .i_ad_menu li {
    padding: 8px 0.2rem;
    font-size: 0.18rem;
  }
}
.i_ad_cont {
  width: 65%;
  position: relative;
}
.i_ad_cont .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_ad_cont .img {
  position: relative;
  overflow: hidden;
}
.i_ad_cont .img::before {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.i_ad_cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_ad_cont .txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.3rem 0.2rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.i_ad_cont h6 {
  font-size: 0.24rem;
}
.i_ad_cont .text {
  color: #ddd;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1024px) {
  .i_ad_cont {
    width: 100%;
  }
  .i_ad_cont .txt {
    padding: 0.2rem 0.1rem;
  }
  .i_ad_cont h6 {
    font-size: 0.2rem;
  }
}
.i_about {
  position: relative;
  overflow: hidden;
}
.i_about > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  opacity: 0.2;
  z-index: -1;
  transform: rotate(-20deg);
}
.i_about .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  gap: 0.2rem 0;
}
.i_about .b_img {
  position: absolute;
  left: 40%;
  bottom: -20%;
  width: 40%;
  border: 6px solid #fff;
}
.i_about .b_img img {
  width: 100%;
  height: 100%;
}
.ia_img {
  width: 45%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.ia_img::before {
  content: "";
  display: block;
  padding-bottom: 130%;
}
.ia_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ia_txt {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .i_about .b_img {
    display: none;
  }
  .ia_img::before {
    padding-bottom: 100%;
  }
  .ia_img,
  .ia_txt {
    width: 100%;
  }
}

.ia_txt article {
  margin: 0.3rem 0;
  color: #666;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 6);
  overflow-y: auto;
  padding-right: 2%;
}
.ia_txt article * {
  margin: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.ia_txt article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.ia_txt article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.ia_txt article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .ia_txt article {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }
  .ia_txt article * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .ia_txt article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
  .ia_txt article * {
    font-size: 14px;
    line-height: 20px;
  }
}
.i_project {
  background: linear-gradient(to bottom, #fff, #e5e5e5);
}
.i_project .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.i_project .tit .i_tit {
  width: 25%;
}
.i_project .tit .txt {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_project .tit .txt p {
  width: 80%;
  font-size: 0.18rem;
}
@media screen and (max-width: 1024px) {
  .i_project .tit .i_tit,
  .i_project .tit .txt {
    width: 100%;
  }
}
.i_case {
  width: 100%;
  overflow: hidden;
}
.i_case .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.i_case .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.i_case .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.i_case_but {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.i_case-button-prev,
.i_case-button-next {
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  background: var(--i_color);
  color: #fff;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_case-button-prev iconify-icon,
.i_case-button-next iconify-icon {
  font-size: 0.26rem;
}
.i_case-button-prev:hover,
.i_case-button-next:hover {
  background-color: var(--i_color2);
}
.i_case-pagination {
  margin-top: 0.4rem;
  text-align: center;
  display: none;
}
.i_case-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  outline: none;
  cursor: pointer;
}
.i_case-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .i_case_but {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 560px) {
  .i_case-button-prev,
  .i_case-button-next {
    width: 0.3rem;
    height: 0.3rem;
  }
  .i_case-button-prev iconify-icon,
  .i_case-button-next iconify-icon {
    font-size: large.2rem;
  }
}
.i_case .swiper-slide a {
  display: block;
  width: 100%;
}
.i_case .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.i_case .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.i_case .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_case .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_case li:hover img {
  width: 105%;
  height: 105%;
}
.i_case .txt {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 100%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_case h6 {
  font-size: 0.2rem;
}
.i_case li:hover .txt {
  top: 50%;
  opacity: 1;
}

/* 合作伙伴 */
.hz_partner_box {
}
.hz_partner {
  position: relative;
}
.hz_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hz_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.hz_partner_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.hz_partner_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}
.hz_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.hz_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.hz_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;
}
/* 指示器 */
.hz_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 20px auto 0;
}
.hz_partner .pt-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.hz_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
/* 左右箭头 */
.hz_partner .pt-button-prev,
.hz_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.hz_partner .pt-button-prev:before,
.hz_partner .pt-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-family: -apple-system, simsun, system-ui, sans-serif;
  letter-spacing: -2px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hz_partner .pt-button-prev {
  left: 1px;
}
.hz_partner .pt-button-prev:before {
  content: "<";
}
.hz_partner .pt-button-next {
  right: 1px;
}
.hz_partner .pt-button-next:before {
  content: ">";
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .hz_partner .pt-button-prev,
  .hz_partner .pt-button-next {
    display: none;
  }
  .hz_partner .pt-pagination {
    display: block;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .hz_partner .pt-pagination {
    margin: 14px auto 0;
  }
  .hz_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
/* home_news */
.i_n_menu li {
  cursor: pointer;
  margin-bottom: 0.3rem;
  font-size: 0.2rem;
  color: #666;
  font-weight: bold;
  padding-left: 0.6rem;
  position: relative;
}
.i_n_menu li::after {
  content: "";
  width: 0;
  height: 3px;
  background: var(--i_color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_n_menu li.current::after,
.i_n_menu li:hover::after {
  width: 0.5rem;
}
.i_n_menu li.current,
.i_n_menu li:hover {
  color: var(--i_color);
}
.home_news_bac {
  background: url(static/images/bc_news.webp) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.home_news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}
.home_news .txt {
  width: 25%;
}
.home_news_all {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .home_news .txt,
  .home_news_all {
    width: 100%;
  }
}
/* 合作伙伴 */
.Hnews_partner_box {
}
.Hnews_partner {
  position: relative;
}
.Hnews_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.Hnews_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.Hnews_partner_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.Hnews_partner_list .swiper-slide a {
  display: block;
  width: 100%;
}
.Hnews_partner_list .img {
  width: 100%;

  position: relative;
  overflow: hidden;
}
.Hnews_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 47%;
}
.Hnews_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Hnews_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;
}

.Hnews_partner_text h3 {
  font-size: 0.16rem;
  color: var(--i_color);
  margin: 0.2rem 0;
}
.Hnews_partner_text h2 {
  margin: 0.2rem 0;
  font-size: 0.2rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Hnews_partner_text p {
  font-size: 0.18rem;
  color: #666;
}
.Hnews_partner_text span {
  display: block;
  font-size: 0.16rem;
  font-weight: bold;
  margin-top: 0.3rem;
  color: var(--i_color);
}
/* 指示器 */
.Hnews_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 20px auto 0;
}
.Hnews_partner .pt-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.Hnews_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
.Hnews_but {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.Hnews-button-prev,
.Hnews-button-next {
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  background: var(--i_color);
  color: #fff;
  font-size: 0.26rem;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.Hnews-button-prev:hover,
.Hnews-button-next:hover {
  background-color: var(--i_color2);
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .Hnews_partner_text h2 {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
  .home_news_all {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .Hnews_partner .pt-pagination {
    margin: 14px auto 0;
  }
  .Hnews_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
/* ----------内页------------ */

.about_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about_banner::before {
  content: "";
  display: block;
  padding-bottom: 40vh;
}
.about_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  z-index: 2;
}
.about_banner_text h2 {
  font-size: 0.4rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .about_banner_text h2 {
    font-size: 0.35rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .about_banner {
    margin-top: var(--header_height);
    position: relative;
    top: initial;
    height: auto;
  }
  .about_banner::after {
    content: "";
    display: block;
    padding-bottom: 45.5%;
  }
}
@media screen and (max-width: 960px) {
  .about_banner_text h2 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .about_banner_text h2 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}
.in_position {
  padding: 0.14rem 0;
}
.in_position .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.in_position a {
  display: block;
  float: left;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  position: relative;
  line-height: 20px;
  text-transform: capitalize;
}
.in_position a:first-child {
  background: url(static/imgs/home_b.svg) no-repeat left center;
  background-size: 16px;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #fff;
}
.in_position a:last-child {
  color: #fff !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 959px) {
  .in_position a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .in_position a {
    font-size: 14px;
  }
  .in_position {
    padding: 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }
}
/* -------contact------ */
.contact_us_bac {
  background-color: #f9f9f9;

  padding: 1rem 0;
}
.contact_us {
}
.contact_us_ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin-bottom: 1rem;
}
.contact_us_ul li {
  width: calc((100% - 0.2rem) / 3);
  background-color: white;

  padding: 0.36rem 0.3rem;
}
.contact_us_img {
  display: flex;
  display: -webkit-flex;
  align-items: center;

  padding-bottom: 0.2rem;
  border-bottom: 1px solid #bfbebe;
  position: relative;
}
.contact_us_img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30%;
  height: 2px;
  background-color: var(--i_color2);
  transition: all 0.5s ease;
}
.contact_us_img img {
  width: 0.36rem;
  height: 0.36rem;
  object-fit: contain;
}
.contact_us_img h2 {
  font-size: 0.24rem;
  color: #000;
  font-weight: bold;
  margin-left: 0.2rem;
  transition: all 0.3s ease;
}
.contact_us_text {
  margin-top: 0.2rem;
}
.contact_us_text h3 {
  font-size: 0.18rem;
  color: #000;
  margin-bottom: 0.1rem;
}
.contact_us_text a {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  transition: all 0.3s ease;
}
.contact_us_ul li:hover h2 {
  color: var(--i_color2);
}
.contact_us_ul li:hover .contact_us_img::after {
  width: 100%;
}
.contact_us_text a:hover {
  color: var(--i_color2);
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
  .contact_us_text a {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .contact_us_bac {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .contact_us_img h2 {
    font-size: 0.22rem;
  }
  .contact_us_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  .contact_us_img h2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_us_ul li {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}
/* @media screen and (max-width:1600px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1366px) {
}
@media screen and (max-width:1200px) {
}
@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) {
} */
/* contact_form */
.contact_form_all {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.contact_form_all > div {
  width: 50%;
}
.contact_form_left {
  padding-right: 4%;
}
.contact_form_left h2 {
  font-size: 0.5rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.contact_form_left h3 {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
  position: relative;
  z-index: 2;
}
.contact_form_left h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  top: 33%;
  left: 0%;
  transform: translate(0%, -50%);
  background: linear-gradient(
    104deg,
    rgba(204, 1, 0, 1) 0%,
    rgba(129, 255, 255, 0) 85%
  );
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
.contact_form_right {
}
.contact_form_right .faq_text {
  width: 100%;
  padding-right: 0;
}
.contact_form_right .faq_ul li:nth-child(1) {
  padding-top: 0;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
  .contact_form_left h2 {
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .contact_form_left h2 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  .contact_form_all > div {
    width: 100%;
  }
  .contact_form_left {
    padding-right: 0%;
    margin-bottom: 0.4rem;
  }
  .contact_form_left h2 {
    font-size: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}
/* ä¾§è¾¹å®¢æœ è¡¨å• */
#wpforms-46 {
  --input_font_size: 16px;
  --input_height: 42px;
}
#wpforms-46 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-46 {
  width: 100%;
  overflow: hidden;
}
#wpforms-46 input,
#wpforms-46 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-46 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-46 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-46 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-46 .wpforms-submit-container {
  padding: 0 !important;
  width: 170px;
  height: var(--input_height);
  background: var(--i_color);
  position: relative;
  overflow: hidden;
}
#wpforms-46 .wpforms-field {
  position: relative;
}
#wpforms-46 .wpforms-field-label {
  font-size: 0;
}
#wpforms-46 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 0.14rem;
  color: red;
}
#wpforms-46 .wpforms-field {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}
#wpforms-46 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}
#wpforms-46 .wpforms-field:nth-child(1),
#wpforms-46 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}
#wpforms-46 input {
  height: var(--input_height);
}
#wpforms-46 textarea {
  height: 1.3rem;
}
#wpforms-46 input,
#wpforms-46 textarea {
  width: 100%;
  border: 0;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  background-color: white;
  color: #222;

  line-height: var(--input_height);
  padding: 0 10px;
}
#wpforms-46 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-46 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-46 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-46 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-46 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-46 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-46 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-46 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-46 #wpforms-46-field_1-error,
#wpforms-46 #wpforms-46-field_2-error,
#wpforms-46 #wpforms-46-field_3-error,
#wpforms-46 #wpforms-46-field_4-error {
  position: absolute;
  font-size: 14px;
}
#wpforms-46 .wpforms-submit-container button {
  overflow: hidden;
  width: 100%;
  height: var(--input_height);
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  line-height: var(--input_height);
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
#wpforms-46 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-46 .wpforms-submit-container:hover::before {
  left: 150%;
}
#wpforms-46 .wpforms-submit-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -80%;
  width: 0.5rem;
  height: 1.4rem;
  background: rgb(255 255 255 / 30%);
  -webkit-transform: translate(0, -50%) rotate(130deg);
  transform: translate(0, -50%) rotate(130deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
/* contact_map */
.contact_map {
  width: 100%;
  height: 7.3rem;
}
.contact_map #simpleMap,
.contact_map .fluid-width-video-wrapper,
.contact_map iframe {
  width: 100%;
  height: 100% !important;
}
.contact_main {
  padding-bottom: 0;
}
@media screen and (max-width: 1025px) {
  .contact_main {
    padding-bottom: 2.6rem;
  }
  .contact_map {
    height: 5rem;
    margin-bottom: 0.6rem;
  }
}
/* faq */
.faq {
  padding-bottom: 1rem;
}
.title_border {
}
.title_border p {
  font-size: 0.5rem;
  color: #1a1919;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);

  padding-bottom: 0.1rem;
  z-index: 2;
  text-transform: capitalize;
}
.title_border p::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background: linear-gradient(
    104deg,
    rgba(204, 1, 0, 1) 0%,
    rgba(129, 255, 255, 0) 85%
  );
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
  .title_border p {
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .title_border p {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  .title_border p {
    font-size: 0.35rem;
  }
  .title_border p::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title_border p {
    font-size: 0.3rem;
  }
  .title_border p::after {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}
.faq_ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
}
.faq_text {
}
.faq_text_txt {
  display: flex;
  display: -webkit-flex;
}
.faq_text_txt span {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.28rem;
}
.faq_text_txt p {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.28rem;
}
.faq_text_A p {
  color: #777;
}

.i_btn {
  display: flex;
  gap: 0.1rem 0.2rem;
}
.i_btn.center {
  justify-content: center;
}
.i_btn a {
  padding: 0.12rem 0.5rem;
  font-size: 0.18rem;
  color: #fff;
  text-transform: capitalize;
  display: table;
  background-color: var(--i_color);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.i_btn a:nth-child(2) {
  background: var(--i_color2);
}
.i_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -80%;
  width: 0.5rem;
  height: 1.4rem;
  background: rgb(255 255 255 / 30%);
  -webkit-transform: translate(0, -50%) rotate(130deg);
  transform: translate(0, -50%) rotate(130deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.i_btn a:hover::after {
  left: 150%;
}
@media screen and (max-width: 959px) {
  .i_btn a {
    padding: 0.1rem 0.3rem;
    font-size: 0.16rem;
  }
}
/* ----------products---------------- */
.products_all {
  background-color: #f9f9f9;

  padding: 1rem 0;
}
.products_all_two {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;

  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(21, 21, 21, 0.2);
  justify-content: space-between;
  align-items: center;
  gap: 0.3rem 0;
}
.products_all_two h2 {
  font-size: 0.5rem;
  color: #1a1919;
  font-weight: bold;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.products_all_two h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background: linear-gradient(
    104deg,
    rgba(204, 1, 0, 1) 0%,
    rgba(129, 255, 255, 0) 85%
  );
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
.products_all_ul {
  display: flex;
  display: -webkit-flex;
  gap: 0 0.5rem;
}
.products_all_ul li {
}
.products_all_ul li a {
  font-size: 0.2rem;
  color: #333;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.products_two_active {
}
.products_two_active a {
  color: #000 !important;
}
.products_two_active a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  top: 50%;
  left: -6%;
  transform: translate(0%, -50%);
  background: linear-gradient(
    104deg,
    rgba(204, 1, 0, 1) 0%,
    rgba(129, 255, 255, 0) 85%
  );
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
.products_three {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
  flex-wrap: wrap;
}
.products_three li {
}
.products_three li a {
  font-size: 0.18rem;
  color: #333;

  padding: 0.1rem 0.2rem;
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: block;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.products_three li:hover a {
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
  color: #fff;
}
.products_three_active {
}
.products_three_active a {
  background-color: var(--i_color) !important;
  border: 1px solid var(--i_color) !important;
  color: #fff !important;
}
.products_h3 {
  font-size: 0.18rem;
  color: #474747;
  line-height: 0.32rem;
  margin-bottom: 0.5rem;
}
.products_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.products_list li {
  width: calc((100% - 0.9rem) / 4);
  background-color: white;
  transition: all 0.3s ease;
}
.products_list li a {
  display: block;
  width: 100%;
}
.products_list_img {
  position: relative;
  overflow: hidden;
}
.products_list_img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.products_list_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products_list_text {
  width: 100%;

  padding: 0.2rem 2%;
}
.products_list_text h4 {
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  width: 100%;
}

.products_list li:hover h4 {
  color: var(--i_color2);
}
.products_list li:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
  .products_h3 {
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-bottom: 0.4rem;
  }
  .products_all {
    padding: 0.8rem 0;
  }
  .products_all_two h2 {
    font-size: 0.45rem;
  }
  .products_all_ul li a {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .products_all {
    padding: 0.6rem 0;
  }
  .products_list_text h4 {
    font-size: 0.22rem;
  }
  .products_all_two h2 {
    font-size: 0.4rem;
  }
  .products_all_ul li a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .products_list {
    gap: 0.2rem;
  }
  .products_list li {
    width: calc((100% - 0.6rem) / 4);
  }
}
@media screen and (max-width: 960px) {
  #products_all_two {
    display: none;
  }
  #products_three {
    display: none;
  }
  .products_list_text h4 {
    font-size: 0.2rem;
  }
  .products_all_two h2 {
    font-size: 0.35rem;
  }
  .products_all_ul li a {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .products_list li {
    width: calc((100% - 0.2rem) / 2);
  }
  .products_h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .products_list_text h4 {
    font-size: 0.18rem;
  }
  .products_all_two h2 {
    font-size: 0.3rem;
  }
  .products_all_ul li a {
    font-size: 0.16rem;
  }
  .products_all_ul {
    gap: 0 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .products_list_text h4 {
    font-size: 0.16rem;
  }
  .products_three li a {
    font-size: 0.16rem;
  }
  .products_all_ul {
    gap: 0 0.3rem;
  }
}
@media screen and (max-width: 425px) {
  .products_all_ul {
    gap: 0 0.2rem;
  }
}
.products_move {
  display: none;
  margin-bottom: 0.4rem;
}
.products_move_h2 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;

  padding: 0.14rem;
  background-color: var(--i_color2);
  cursor: pointer;
}
.products_move_h2 h2 {
  font-size: 0.2rem;
  color: #fff;
  margin-right: 0.1rem;
}
.products_move_h2 ion-icon {
  font-size: 0.22rem;
  color: #fff;
}
.products_move_ul {
  padding: 0 2%;
  display: none;
}
.products_move_ul li {
  position: relative;

  padding-right: 0.4rem;
}
.products_move_ul li > a {
  font-size: 0.2rem;
  color: #222;

  padding: 0.12rem 0;
  display: block;
}
.products_move_dl {
  display: none;
}
.products_move_dl dt {
}
.products_move_dl dt a {
  display: block;
  font-size: 0.18rem;
  color: #333;

  padding: 0.12rem 0.2rem;
}
.products_move_ul i {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0.04rem;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.products_move_ul i ion-icon {
  font-size: 0.22rem;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .products_two,
  .products_dl {
    display: none;
  }
  .products_move {
    display: block;
  }
}
/* Number of pages */
.in_paging {
  text-align: center;
  overflow: hidden;
}
.in_paging ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.in_paging li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.in_paging a,
.in_paging span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}
.in_paging i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}
.in_paging a:hover,
.in_paging span.current {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .in_paging_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .in_paging li {
    min-width: 0.28rem;
  }
  .in_paging a,
  .in_paging span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .in_paging_box {
    margin-top: 0.3rem;
  }
}
/* --------------news------------- */
.news_all .products_all_ul .products_two_active a::after {
  left: 50%;
}
.news_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  --width_news: 4.3rem;
}
.news_list_left {
  width: calc(100% - var(--width_news));

  padding-right: 4%;
}
.news_list_ul {
}
.news_list_ul li {
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.news_list_ul li a {
  display: block;
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.news_list_img {
  width: 40%;
  position: relative;
}
.news_list_img::after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.news_list_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list_text {
  width: 60%;

  padding: 0.2rem 0 0.2rem 3%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_list_text h2 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.64rem;
  font-weight: bold;
}
.news_list_text h3 {
  font-size: 0.18rem;
  color: #333;

  padding-left: 0.2rem;
  position: relative;
  z-index: 2;
}
.news_list_text h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background: linear-gradient(
    104deg,
    rgba(204, 1, 0, 1) 0%,
    rgba(129, 255, 255, 0) 85%
  );
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
.news_page_box .in_page {
  justify-content: flex-start;
}
.news_list_right {
  width: var(--width_news);
}

.news_partner_box {
  margin-top: 0.45rem;
}
.news_partner {
  position: relative;
}
.news_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.news_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.news_partner_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.news_partner_list .swiper-slide a {
  display: block;
  width: 100%;
}
.news_partner_list .img {
  width: 100%;

  position: relative;
  overflow: hidden;
}
.news_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 42%;
}
.news_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_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;
}
.news_partner_text {
  padding: 0.2rem 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_partner_text h2 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.64rem;
  font-weight: bold;
}
.news_partner_text h3 {
  font-size: 0.18rem;
  color: #333;

  padding-left: 0.2rem;
  position: relative;
  z-index: 2;
  margin-top: 0.2rem;
}
.news_partner_text h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background: linear-gradient(
    104deg,
    rgba(204, 1, 0, 1) 0%,
    rgba(129, 255, 255, 0) 85%
  );
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
/* æŒ‡ç¤ºå™¨ */
.news_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 20px auto 0;
}
.news_partner .pt-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.news_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
/* å·¦å³ç®­å¤´ */
.news_partner .pt-button-prev,
.news_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.news_partner .pt-button-prev:before,
.news_partner .pt-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-family: -apple-system, simsun, system-ui, sans-serif;
  letter-spacing: -2px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news_partner .pt-button-prev {
  left: 1px;
}
.news_partner .pt-button-prev:before {
  content: "<";
}
.news_partner .pt-button-next {
  right: 1px;
}
.news_partner .pt-button-next:before {
  content: ">";
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .news_partner .pt-button-prev,
  .news_partner .pt-button-next {
    display: none;
  }
  .news_partner .pt-pagination {
    display: block;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .news_partner .pt-pagination {
    margin: 14px auto 0;
  }
  .news_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
/* news_tag */
.news_tag {
  margin-top: 0.4rem;
}
.news_tag h2 {
  font-size: 0.18rem;
  color: #222;
  font-weight: bold;
}
.news_tag_ul {
  margin-top: 0.2rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.news_tag_ul li {
}
.news_tag_ul li a {
  display: inline-block;

  padding: 0.12rem 0.2rem;
  font-size: 0.16rem;
  color: #333;
  text-transform: capitalize;
  border: 1px solid rgba(51, 51, 51, 0.2);
  transition: all 0.3s ease;
}
.news_tag_ul li a:hover {
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
}
@media screen and (max-width: 1600px) {
  .news_list {
    --width_news: 4rem;
  }
}
@media screen and (max-width: 1440px) {
  .news_list {
    --width_news: 3.8rem;
  }
}
@media screen and (max-width: 1366px) {
  .news_list {
    --width_news: 3.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .news_list {
    --width_news: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .news_list_left {
    width: 100%;
    padding-right: 0%;
  }
  .news_list {
    flex-direction: column-reverse;
  }
  .news_list_right {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}
/* --------------------------project---------------------- */
.project_ul {
  display: flex;
  display: -webkit-flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.project_ul li {
  width: calc((100% - 0.4rem) / 2);
  transition: all 0.3s ease;
}
.project_ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.project_ul li a {
  display: block;
  width: 100%;
  background-color: white;
}
.project_ul_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.project_ul_img::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.project_ul_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project_ul_text {
  display: flex;
  display: -webkit-flex;
  align-items: center;

  padding: 0.25rem 2%;
}
.project_ul_text h2 {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  width: calc(100% - 0.36rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  padding-right: 0.1rem;
  transition: all 0.3s ease;
}
.project_ul_text i {
  display: block;
  width: 0.36rem;
  height: 0.17rem;
  background: url(static/imgs/right.webp) center no-repeat;
  background-size: contain;
}
.project_ul li:hover .project_ul_text h2 {
  color: var(--i_color2);
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
  .project_ul {
    gap: 0.2rem;
  }
  .project_ul li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .project_ul li {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
}
/* about_us */
.about_us {
  padding: 1rem 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}
.about_us_left {
  width: 50%;
}
.about_us_left h2 {
  font-size: 0.5rem;

  position: relative;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.about_us_left h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  background: linear-gradient(
    104deg,
    rgba(204, 1, 0, 1) 0%,
    rgba(129, 255, 255, 0) 85%
  );
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}

.about_us_right {
  width: 50%;

  padding-left: 0.2rem;
}
.about_us_right img {
  width: 100%;
}
.about_us_ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;

  padding-bottom: 1rem;
}
.about_us_ul li {
}
.about_us_ul li h3 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
}
.about_us_ul li h3 span {
  font-size: 0.6rem;
  color: #222;
  font-weight: bold;
}
.about_us_ul li h3 i {
  color: #222;
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.about_us_ul li h4 {
  font-size: 0.16rem;
  color: #1a1919;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
  .about_us_left h2 {
    font-size: 0.45rem;
  }

  .about_us_text {
    gap: 0.2rem 0;
  }
  .about_us {
    padding: 0.8rem 0;
  }
  .about_us_ul {
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .about_us_left h2 {
    font-size: 0.4rem;
  }
  .about_us {
    padding: 0.6rem 0;
  }
  .about_us_ul {
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  .about_us_left h2 {
    font-size: 0.35rem;
  }
  .about_us_left {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .about_us_right {
    width: 70%;
    padding-left: 0;
    margin: 0 auto;
  }
  .about_us_left h2 br {
    display: none;
  }
  .about_us_ul li h3 {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about_us_right {
    width: 90%;
  }
  .about_us_ul li h4 {
    font-size: 14px;
  }
  .about_us_ul li {
    width: 50%;
  }
  .about_us_ul {
    gap: 0.2rem 0;
  }
  .about_us {
    padding: 0.4rem 0;
  }
}
@media screen and (max-width: 560px) {
  .about_us_right {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
}

.about_us_text {
  color: #666;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 10);
  overflow-y: auto;
  padding-right: 2%;
}
.about_us_text * {
  margin: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.about_us_text::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.about_us_text::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.about_us_text::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .about_us_text {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }
  .about_us_text * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .about_us_text {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
  .about_us_text * {
    font-size: 14px;
    line-height: 20px;
  }
}

.about_us_video {
  border-radius: 0.2rem;
  background: url("static/images/bc_in_a1.webp") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.about_us_video::after {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.about_us_i {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff url("static/images/right.png") center no-repeat;
  background-size: 26px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.about_us_i::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  background-color: rgba(255, 255, 255, 0.3);
  animation: yuan 1.9s ease-in-out infinite;
  z-index: -1;
}
.about_us_i::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  background-color: rgba(255, 255, 255, 0.2);
  animation: yuans 1.5s ease-in-out infinite;
  z-index: -1;
}
@keyframes yuan {
  0% {
    width: 110%;
    height: 110%;
  }
  50% {
    width: 120%;
    height: 120%;
  }
  100% {
    width: 110%;
    height: 110%;
  }
}
@keyframes yuans {
  0% {
    width: 130%;
    height: 130%;
  }
  50% {
    width: 150%;
    height: 150%;
  }
  100% {
    width: 130%;
    height: 130%;
  }
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
  .about_us_video::after {
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .about_us_video::after {
    padding-bottom: 35%;
  }
  .about_us_i {
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  .about_us_video::after {
    padding-bottom: 40%;
  }
  .about_us_i {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .about_us_video::after {
    padding-bottom: 45%;
  }
}
@media screen and (max-width: 560px) {
  .about_us_i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 425px) {
}
/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 45%;
  left: 55%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}
/* about_history */
.about_history {
  padding: 1rem 0 1.3rem 0;
  background: url("static/imgs/mountain.webp") center no-repeat;
  background-size: cover;
  position: relative;
}
.about_history > h2 {
  font-size: 0.4rem;
  color: #222;
  text-align: center;
  text-transform: uppercase;

  padding-bottom: 0.8rem;
}
/* 企业文化 */
.in_culture {
}
.in_culture_cont {
  margin: 1.2rem auto 2.6rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_culture_text {
  width: 22%;
}
.in_culture_text span {
  display: block;
  padding-left: 1rem;
  position: relative;
}
.in_culture_text span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.62rem;
  height: 0.62rem;
  background: url(static/images/quotes.png) no-repeat center;
  background-size: contain;
}
.in_culture_text i {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--i_color);
}
.in_culture_text h4 {
  margin: 0.34rem 0 0.1rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #3e3a39;
}

.in_culture_text p {
  color: #666;
  font-size: 0.14rem;
  line-height: 0.2rem;
  max-height: calc(0.2rem * 5);
  overflow-y: auto;
  padding-right: 2%;
}
.in_culture_text p * {
  margin: 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.in_culture_text p::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.in_culture_text p::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.in_culture_text p::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

/*动画*/
.fadeInRight {
  animation: fadeInRight 0.5s;
}
@keyframes fadeInRight {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation: fadeInLeft 0.4s;
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.in_culture_list {
  padding: 0.2rem;
  width: 68%;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.in_culture_list li {
  display: block;
  width: 23%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 15%);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  cursor: pointer;
}
.in_culture_list li::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_culture_list li::after {
  content: "";
  position: absolute;
  right: -0.3rem;
  bottom: -0.3rem;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--i_color);
}
.in_culture_list li:nth-child(odd) {
  top: 1.2rem;
}
/* .in_culture_list li:not(:first-child) {
	margin-left: -0.8rem;
} */
.in_culture_list span {
  position: absolute;
  top: 52%;
  left: 52%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.in_culture_list .ico {
  width: 1.2rem;
  height: 1.2rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.in_culture_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56%;
  height: 56%;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -o-filter: brightness(100);
  -ms-filter: brightness(100);
  filter: brightness(100);
  object-fit: cover;
}
.in_culture_list p {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #3e3a39;
  font-weight: bold;
}
.in_culture_list .current {
  background: var(--i_color);
}
.in_culture_list .current::after {
  width: 0;
  height: 0;
}
.in_culture_list .current .ico {
  background: #fff;
}
.in_culture_list .current img {
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  filter: brightness(1);
}
.in_culture_list .current p {
  color: #fff;
}
.in_culture_list li,
.in_culture_list li::after,
.in_culture_list .ico,
.in_culture_list p {
  -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) {
  .in_culture_cont {
    margin: 0.9rem auto 2.6rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_culture_text {
    width: 28%;
  }
  .in_culture_list {
    width: 60%;
  }
  .in_culture_list .ico {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .in_culture_text span::before {
    width: 0.4rem;
    height: 0.4rem;
  }
  .in_culture_text span {
    padding-left: 0.7rem;
  }
  .in_culture_cont {
    margin: 0.8rem auto 2.2rem;
  }
  .in_culture_list {
    width: 54%;
  }
  .in_culture_list li {
    width: 25%;
  }
  .in_culture_list .ico {
    width: 0.8rem;
    height: 0.8rem;
  }
  .in_culture_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 959px) {
  .in_culture_cont {
    margin: 0.5rem auto 0.6rem;
  }
  .in_culture_text {
    order: 2;
    margin-top: 0.2rem;
    width: 100%;
  }
  .in_culture_list {
    order: 1;
    width: 100%;
  }
  .in_culture_list li {
    width: 23%;
    top: 0 !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .in_culture_list li::after {
    display: none;
  }
  .in_culture_list span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .in_culture_text i {
    width: 12px;
    height: 12px;
  }
  .in_culture_text h4 {
    margin: 0.16rem 0 0.08rem;
  }
  .in_culture_text p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .in_culture_list {
    padding: 0.1rem;
  }
  .in_culture_list .ico {
    width: 0.54rem;
    height: 0.54rem;
  }
  .in_culture_list p {
    margin-top: 0.1rem;
  }
}

/* History of the company */
.in_history {
  margin-top: 0.1rem;
}
.in_history_cont {
  max-width: 100%;
  overflow: hidden;
}
.gallery-top {
  width: 100%;
  margin: 0 auto;

  overflow: hidden;
  position: relative;
}
.gallery-top .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
.gallery-top .swiper-slide {
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.2rem;
}
.history_text {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding-top: 0.2rem;
}
.history_text h2 {
  font-size: 1.2rem;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 0.3rem;
  color: var(--i_color2);
  font-weight: bold;
}
.history_text h2 {
}
/* .history_text{
	filter: url('#filter');
}
.history_text h2{
	animation: blurChange 2s ease-out forwards;
}
@keyframes blurChange {
    100% {
        filter: blur(16px) contrast(200%);
		-webkit-filter:blur(16px) contrast(200%) ;
    }
} */
.gallery-top .swiper-slide-active {
  position: relative;
  z-index: 10;
}
.history-button-prev,
.history-button-next {
  position: absolute;
  top: 111.6%;
  transform: translate(0, -50%);

  z-index: 999;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.history-button-prev i,
.history-button-next i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  object-fit: contain;
}
.history-button-prev {
  left: 0;
}
.history-button-next {
  right: 0;
}
.history-button-prev i {
  margin-left: 0.4rem;
  background: #fff url(static/imgs/history_left1.png) no-repeat center;
}
.history-button-next i {
  margin-right: 0.4rem;
  background: #fff url(static/imgs/history_right1.png) no-repeat center;
}
.history-button-prev i:hover {
  background: url(static/imgs/history_left.png) no-repeat center;
}
.history-button-next i:hover {
  background: url(static/imgs/history_right.png) no-repeat center;
}
.in_honor_year .swiper-button-disabled {
  opacity: 0.1 !important;
  cursor: not-allowed;
}
.history-button-prev h6,
.history-button-next h6 {
  font-size: 0.3rem;
  color: #6a6a6a;
  font-weight: bold;
}
.in_honor_year {
  position: relative;
  z-index: 3;
}
.in_honor_year::after {
  content: "";
  width: 74%;
  height: 0.02rem;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #dcdfe0;
}
.in_honor_year span::after {
  content: "";
  width: 12%;
  height: 0.02rem;
  position: absolute;
  top: 0.2rem;
  left: -15%;
  background-color: #dcdfe0;
}
.in_honor_year span::before {
  content: "";
  width: 12%;
  height: 0.02rem;
  position: absolute;
  top: 0.2rem;
  right: -15%;
  background-color: #dcdfe0;
}
.gallery-thumbs {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;

  padding-top: 0.1rem;
}
.gallery-thumbs .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  display: flex;
}
.gallery-thumbs .swiper-slide {
  text-align: center;
  flex-shrink: 0;
  position: relative;

  padding: 0.6rem 26% 0 26%;
}
.gallery-thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0.04rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-color: #999999;
}
.gallery-thumbs p {
  font-size: 0.16rem;
  color: #6a6a6a;
  line-height: 0.24rem;

  padding-right: 2%;
  max-height: 0.96rem;
  overflow: auto;
}
/*滚动条*/
.gallery-thumbs p::-webkit-scrollbar {
  width: 2px;
  height: 8px;
}
.gallery-thumbs p::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--i_color);
}
.gallery-thumbs p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #f1f1f1;
}
.gallery-thumbs .swiper-slide p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-thumbs .swiper-slide-active::after {
  background-color: var(--i_color);
}
.gallery-thumbs .swiper-slide-active::before {
  content: "";
  position: absolute;
  top: 0.04rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-color: var(--i_color);
  z-index: 2;
  animation: circle 1.5s linear infinite;
}
@keyframes circle {
  0% {
    transform: translate(-50%, 0) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, 0) scale(2);
    opacity: 0;
  }
}

@media screen and (max-width: 1600px) {
  .gallery-thumbs .swiper-slide {
    padding: 0.6rem 20% 0 20%;
  }
}
@media screen and (max-width: 1440px) {
  .gallery-thumbs .swiper-slide {
    padding: 0.6rem 16% 0 16%;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .gallery-thumbs .swiper-slide {
    padding: 0.6rem 12% 0 12%;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 959px) {
  .gallery-thumbs .swiper-slide {
    padding: 0.6rem 8% 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .gallery-thumbs .swiper-slide {
    padding: 0.6rem 5% 0 5%;
  }
  .history-button-prev i,
  .history-button-next i {
    width: 0.4rem;
    height: 0.4rem;
  }
  .history-button-prev i {
    margin-left: 0.2rem;
  }
  .history-button-next i {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .in_honor_year::after {
    width: 40%;
  }
}
/* about_zs */
.about_zs_bac {
  padding: 1rem 0;
  position: relative;
  margin-top: 0.6rem;
}
.about_zs {
}
.about_zs h2 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
  text-align: center;
  margin-top: 0.4rem;
}
.about_zs_i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(204, 1, 0, 0.4) 0%,
    rgba(204, 1, 0, 0.3) 5%,
    rgba(204, 1, 0, 0.2) 10%,
    rgba(204, 1, 0, 0) 60%
  );
}
/* about_zs */
.hhhs_partner_box {
  padding-top: 0.7rem;
}
.hhhs_partner {
  position: relative;
}
.hhhs_partner_list {
  width: 100%;
  padding: 0.1rem 0 !important;

  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hhhs_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.hhhs_partner_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transform: scale(0.75);
  transition: all 0.3s ease;
}
.hhhs_partner_list .img {
  width: 100%;

  position: relative;
  overflow: hidden;
  border-radius: 0.04rem;
  background-color: white;

  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.hhhs_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 130%;
}
.hhhs_partner_list .img img {
  position: absolute;

  padding: 0.07rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hhhs_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;
}
.hhhs_partner_list .swiper-slide-active {
  transform: scale(1);
}
.hhhs_partner_list .swiper-slide-next,
.hhhs_partner_list .swiper-slide-prev {
  transform: scale(0.9);
}
/* 指示器 */
.hhhs_partner .pt-pagination {
  display: block;
  text-align: center;
  margin: 0px auto 0;
  margin-top: 0.6rem;
}
.hhhs_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.12rem;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  border-radius: 0;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  outline: none;
}
.hhhs_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
/* 左右箭头 */
.hhhs_partner .pt-button-prev,
.hhhs_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.hhhs_partner .pt-button-prev:before,
.hhhs_partner .pt-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-family: -apple-system, simsun, system-ui, sans-serif;
  letter-spacing: -2px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hhhs_partner .pt-button-prev {
  left: 1px;
}
.hhhs_partner .pt-button-prev:before {
  content: "<";
}
.hhhs_partner .pt-button-next {
  right: 1px;
}
.hhhs_partner .pt-button-next:before {
  content: ">";
}
@media screen and (max-width: 1440px) {
  .hhhs_partner_box {
    padding-top: 0.6rem;
  }
  .about_zs_bac {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .hhhs_partner .pt-button-prev,
  .hhhs_partner .pt-button-next {
    display: none;
  }
  .hhhs_partner .pt-pagination {
    display: block;
  }
  .about_zs_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 959px) {
  .about_zs h2 {
    font-size: 0.16rem;
    line-height: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .hhhs_partner_box {
    padding-top: 0.4rem;
  }
  .hhhs_partner .pt-pagination {
    margin: 0px auto 0;
    margin-top: 0.4rem;
  }
  .about_zs h2 {
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-top: 0.2rem;
  }
  .about_zs h2 br {
    display: none;
  }
}
@media screen and (max-width: 560px) {
}
/* about_environments */
.about_environments {
  padding-bottom: 1rem;
}
/* 合作伙伴 */
.en_partner_box {
  margin-top: 0.7rem;
}
.en_partner {
  position: relative;
}
.en_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.en_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.en_partner_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  position: relative;
}
.en_partner_list .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.05rem;
  background-color: var(--i_color2);
  transition: all 0.5s ease;
  z-index: 3;
}
.en_partner_list .img {
  width: 100%;

  position: relative;
  overflow: hidden;
}
.en_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.en_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;

  padding-top: 0.8rem;
}
.en_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;
}
.en_partner_list .swiper-slide-active::after {
  right: auto;
  width: 100%;
  left: 0;
}
.en_partner_list .swiper-slide-active img {
  padding-top: 0 !important;
}
.en_partner_text {
  padding: 1.3rem 0 0.4rem 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: all 1s ease;
}
.en_partner_text h2 {
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #fff;

  padding: 0 2%;
  text-align: center;
}
.en_partner_list .swiper-slide-active .en_partner_text {
  bottom: 0;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
  .about_environments {
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .about_environments {
    padding-bottom: 0.6rem;
  }
  .en_partner_list .img img {
    padding-top: 0.6rem;
  }
  .en_partner_text h2 {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  .en_partner_text h2 {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .en_partner_list .img img {
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}
/* 指示器 */
/* 指示器 */
.en_partner .pt-pagination {
  display: block;
  text-align: center;
  margin: 0px auto 0;
  margin-top: 0.6rem;
}
.en_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.12rem;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  border-radius: 0;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  outline: none;
}
.en_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
/* 左右箭头 */
.en_partner .pt-button-prev,
.en_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.en_partner .pt-button-prev:before,
.en_partner .pt-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.en_partner .pt-button-prev {
  left: 6%;
}
.en_partner .pt-button-prev:before {
  content: "";
  background: url("static/imgs/history_left1.png") center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.en_partner .pt-button-next {
  right: 6%;
}
.en_partner .pt-button-next:before {
  content: "";
  background: url("static/imgs/history_right1.png") center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.en_partner .pt-button-prev:hover::before {
  background: url("static/imgs/history_left.png") center no-repeat;
}
.en_partner .pt-button-next:hover::before {
  background: url("static/imgs/history_right.png") center no-repeat;
}
@media screen and (max-width: 1440px) {
  .en_partner_text {
    padding: 1rem 0 0.3rem 0;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .en_partner .pt-button-prev,
  .en_partner .pt-button-next {
    display: none;
  }
  .en_partner .pt-pagination {
    display: block;
  }
  .en_partner_box {
    margin-top: 0.6rem;
  }
  .en_partner_text {
    padding: 0.8rem 0 0.2rem 0;
  }
}
@media screen and (max-width: 959px) {
  .en_partner_text {
    padding: 0.6rem 0 0.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .en_partner_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .en_partner .pt-pagination {
    margin: 14px auto 0;
  }
  .en_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
/* ------------------------------single-grid ---------------------------*/
.single_grid_all {
  background-color: #f9f9f9;

  padding: 1rem 0;
}
.single_grid {
  padding-top: 0.5rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.single_grid_left {
  position: relative;
  width: 47.5%;
}
.single_grid_right {
  width: 52.5%;

  padding-left: 3%;
}
.single_grid_text {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);

  padding-bottom: 0.3rem;
}
.single_grid_text h1 {
  font-size: 0.3rem;
  color: #222;
  font-weight: bold;
}
.single_grid_text h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
}
.single_grid_des {
  font-size: 0.18rem;
  color: #474747;
  position: relative;
}

.single_grid_share {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0.2rem 0 0.4rem 0;
}
.single_grid_share h4 {
  font-size: 0.18rem;
  color: #222;
  font-weight: bold;
}
.single_grid_share ul {
  display: flex;
  display: -webkit-flex;
  gap: 0 0.24rem;
  align-items: center;
  margin-left: 0.15rem;
}
.single_grid_share ul li {
}
.single_grid_share ul li a {
  display: block;
}
.single_grid_share ul li a ion-icon {
  color: #d8d8d8;
  font-size: 0.24rem;
  transition: all 0.3s ease;
}
.single_grid_share ul li a ion-icon:hover {
  transform: translateY(-5px);
  color: var(--i_color2);
}
.single_grid_tag {
  display: flex;
  display: -webkit-flex;
}
.single_grid_tag h5 {
  font-size: 0.18rem;
  color: #222;
  font-weight: bold;
}
.single_grid_tag ul {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
  align-items: center;
  margin-left: 0.15rem;
  flex-wrap: wrap;
}
.single_grid_tag ul li {
}
.single_grid_tag ul li a {
  color: #666666;
  font-size: 0.18rem;
  transition: all 0.3s ease;
}
.single_grid_tag ul li a:hover {
  color: var(--i_color2);
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
  .single_grid_all {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .single_grid_all {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  .single_grid_right {
    width: 100%;
    padding-left: 0%;
    margin-top: 0.4rem;
  }
  .single_grid {
    padding-top: 0rem;
  }
  .single_grid_left {
    width: 50%;
  }
  .single_grid_ul {
    margin: 0.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .single_grid_left {
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  .single_grid_left {
    width: 90%;
  }
  .single_grid_share {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 425px) {
  .single_grid_left {
    width: 100%;
  }
}
/* é¥å‰§å¢–éŒãƒ§æ¹…é–ï¿½ */
.in_factory_cont {
  --sm_pic_width: 20%;
}
.in_factory_cont {
  position: relative;
  overflow: hidden;
}
.in_factory_cont:before {
  content: "";
  display: block;
  padding-bottom: 77.4%;
}
/* ç¼‚â•ƒæšé¥ï¿½ */
.in_factory_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;

  padding: 40px 0;
}
.in_factory_list {
  height: 100%;
  overflow: hidden;
}
.in_factory_list .swiper-slide {
  cursor: pointer;
}
.in_factory_list .img {
  width: 100%;
  height: 100%;

  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.in_factory_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_factory_list .swiper-slide-thumb-active .img {
  border: 3px solid var(--i_color2);
}
.in_factory_list .swiper-slide-thumb-active img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
.infactory-button-prev,
.infactory-button-next {
  opacity: 0.7;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 30px;
  background: #000;
  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;
}
.infactory-button-prev {
  top: 4px;
  background: url(static/imgs/arrow_up_hollow_hei.svg) no-repeat center;
  background-size: contain;
}
.infactory-button-next {
  bottom: 4px;
  background: url(static/imgs/arrow_down_hollow_hei.svg) no-repeat center;
  background-size: contain;
}
.infactory-button-prev.swiper-button-disabled,
.infactory-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.1;
}
.in_factory_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;

  padding: 0 0;
  margin: 0 auto;
}
.in_factory_show {
  width: 100%;
  height: 100%;

  position: relative;
  overflow: hidden;
}
.in_factory_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.in_factory_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.in_factory_show .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.in_factory_show .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infactory-pagination {
  display: none;
  margin: 16px auto 0;
}
.infactory-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;
}
.infactory-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
  .in_factory_cont:before {
    display: none;
  }
  .in_factory_show_box {
    position: initial;
    width: 100%;
  }
  .in_factory_show .img {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .in_factory_show .img:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .in_factory_show .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .in_factory_list_box {
    margin-top: 10px;
    padding: 0 0;
    position: relative;
    width: 100%;
    height: initial;
  }
  .in_factory_list {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .in_factory_list_box .swiper-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .in_factory_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_factory_list .img {
    height: auto;
  }
  .in_factory_list .img:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .in_factory_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .infactory-button-prev,
  .infactory-button-next {
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 100%;
  }
  .infactory-button-prev {
    left: 0;
    background: url(static/imgs/arrow_left_hollow_hei.svg) no-repeat center;
    background-size: 18px;
  }
  .infactory-button-next {
    left: initial;
    right: 0;
    background: url(static/imgs/arrow_right_hollow_hei.svg) no-repeat center;
    background-size: 18px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
.single_bjj {
  padding: 1rem 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  --width_from: 4.3rem;
}
.single_bjj_left {
  width: calc(100% - var(--width_from));

  padding-right: 4%;
}
.single_bjj_ul {
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #d8d8d8;
  gap: 0 0.6rem;
}
.single_bjj_ul li {
}
.single_bjj_ul li a {
  font-size: 0.24rem;
  color: #222;
  text-transform: capitalize;
  display: inline-block;
  position: relative;

  padding-bottom: 0.1rem;
}
.single_bjj_ul li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 0.03rem;
  background-color: var(--i_color2);
  transition: all 0.3s ease;
}
.single_bjj_ul li:hover a::after {
  right: auto;
  left: 0;
  width: 100%;
}
.single_bjj_right {
  width: var(--width_from);
}
.single_bjj_form {
  background-color: #f9f9f9;

  padding: 0.4rem 0.3rem;
  width: 100%;
}
.single_bjj_form h2 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.single_bjj_dl {
}
.single_bjj_dl > dt {
  padding: 0.4rem 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
  overflow: auto;
}
/*æ»šåŠ¨æ¡*/
.single_bjj_dl > dt::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.single_bjj_dl > dt::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--i_color);
}
.single_bjj_dl > dt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #f1f1f1;
}
.single_bjj_dl > dt table,
.single_bjj_dl > dt th,
.single_bjj_dl > dt td {
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.single_bjj_dl > dt > h2 {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.2rem;
  font-weight: bold;
  text-transform: capitalize;
}
.single_bjj_dl > dt > article {
}
.single_bjj_dl > dt > article p {
  min-height: 20px;
}
/* contact è¡¨å• */
#wpforms-94 {
  --input_font_size: 16px;
  --input_height: 0.4rem;
}
#wpforms-form-54 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-94 input,
#wpforms-94 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-94 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-94 .wpforms-field-label {
  font-size: 0;
}
#wpforms-94 .wpforms-required-label {
  position: absolute;
  top: 0.14rem;
  left: 0.05rem;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-94 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-94 .wpforms-field-container input,
#wpforms-94 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);

  background: #fff;
  padding: 0 0.2rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}
#wpforms-94 .wpforms-field-container input:hover,
#wpforms-94 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-94 input {
  line-height: var(--input_height);
  border-radius: 0.04rem;
}
#wpforms-94 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.08rem 0.16rem;
  border-radius: 0.04rem;
}
#wpforms-94 input::-webkit-input-placeholder,
#wpforms-94 textarea::-webkit-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-94 input::-moz-placeholder,
#wpforms-94 textarea::-moz-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-94 input::-ms-input-placeholder,
#wpforms-94 textarea::-ms-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-94-field_1-error,
#wpforms-94-field_2-error,
#wpforms-94-field_3-error,
#wpforms-94-field_4-error,
#wpforms-94-field_5-error,
#wpforms-94-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-94 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-94 .wpforms-submit-container {
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
#wpforms-94 .wpforms-submit-container button {
  width: 2rem;
  height: 0.42rem;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
  background: var(--i_color);
  line-height: 0.42rem;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  z-index: 2;
  transition: all 0.3s ease;
}
#wpforms-94 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-94 .wpforms-submit-container button {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .single_bjj {
    --width_from: 4rem;
  }
}
@media screen and (max-width: 1440px) {
  .single_bjj {
    --width_from: 3.8rem;
  }
  .single_bjj {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 1366px) {
  .single_bjj {
    --width_from: 3.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .single_bjj {
    --width_from: 3.4rem;
  }
  .single_bjj {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1025px) {
  .single_bjj_right {
    width: 100%;
  }
  .single_bjj_left {
    width: 100%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 959px) {
  .single_bjj_ul li a {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .single_bjj_ul {
    gap: 0 0.2rem;
  }
  .single_bjj_ul li a {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 425px) {
  .single_bjj_ul li a {
    font-size: 0.16rem;
  }
}
/* hot_products */
.hot_products_bac {
  padding: 1rem 0;
  background-color: #f9f9f9;
}
.hot_products {
}
.hot_products_list {
  margin-top: 0.5rem;
}
/* åˆä½œä¼™ä¼´ */
.hot_partner_box {
}
.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 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  background-color: white;
}
.hot_partner_list .swiper-slide a {
  display: block;
  width: 100%;
}
.hot_partner_list .img {
  width: 100%;

  position: relative;
  overflow: hidden;
}
.hot_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hot_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hot_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;
}
.hot_partner_text {
  width: 100%;
  padding: 0 2% 0.2rem 2%;
}
.hot_partner_text h2 {
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  transition: all 0.3s ease;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hot_partner_list .swiper-slide a:hover h2 {
  color: var(--i_color2);
}
.hot_partner .pt-pagination {
  display: block;
  text-align: center;
  margin: 0.4rem auto 0;
}
.hot_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.12rem;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.hot_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
/* å·¦å³ç®­å¤´ */
.hot_partner .pt-button-prev,
.hot_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.hot_partner .pt-button-prev:before,
.hot_partner .pt-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-family: -apple-system, simsun, system-ui, sans-serif;
  letter-spacing: -2px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hot_partner .pt-button-prev {
  left: 1px;
}
.hot_partner .pt-button-prev:before {
  content: "<";
}
.hot_partner .pt-button-next {
  right: 1px;
}
.hot_partner .pt-button-next:before {
  content: ">";
}
@media screen and (max-width: 1440px) {
  .hot_products_bac {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 1366px) {
}
@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: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .hot_partner .pt-pagination {
    margin: 14px auto 0;
  }
  .hot_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

/* ---案例----- */
.bc {
  background: #f7f7f7;
}
.more {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_case_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.15rem;
}
.in_case_list li {
  width: calc((100% - 0.3rem) / 3);
}
@media screen and (max-width: 768px) {
  .in_case_list {
    gap: 0.3rem 0;
  }
  .in_case_list li {
    width: 100%;
  }
}
.in_case_list a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
}
.in_case_list a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: -2px;
}
.in_case_list .img {
  position: relative;
  overflow: hidden;
}
.in_case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 61.92%;
}
.in_case_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_case_list .txt {
  padding: 0.2rem;
  overflow: hidden;
}
.in_case_list h6 {
  font-size: 0.2rem;
  color: #333;
  font-weight: 400;
  line-height: 150%;
}
.in_case_list p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.in_case_list .date {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.in_case_list .date span {
  font-size: 0.16rem;
}
.in_case_list .more {
  transform: translateX(0.36rem);
  opacity: 0;
}
.in_case_list li,
.in_case_list a::after,
.in_case_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_case_list li:hover {
  box-shadow: var(--i_shadow);
}
.in_case_list li:hover .more {
  transform: translateX(0);
  opacity: 1;
}
.in_case_list li:hover h6 {
  color: var(--i_color);
}
.in_case_list li:hover span {
  color: var(--i_color);
}
.in_case_list li:hover a::after {
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .in_case_list h6 {
    font-size: 0.18rem;
  }
  .in_case_list p {
    font-size: 14px;
  }
}
