/*
Theme Name: Wuxin
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";

@font-face {
  font-family: "Popping";
  src: url("./static/fonts/Poppins-Light.otf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: "Popping";
  src: url("./static/fonts/Poppins-Regular.otf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Popping";
  src: url("./static/fonts/Poppins-Bold.otf") format("truetype");
  font-weight: bold;
}

* {
  font-family: "Popping", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  line-height: 150%;
  font-size: 18px;
}

main {
  overflow: hidden;
}

:root {
  --i_color: #004176;
  --i_color2: #0084cb;
  --bc_color: #f7f7f7;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --header_height: 0.9rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
}

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

@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}

.wrap {
  width: 83.33%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1600px) {
  .wrap {
    width: 86%;
  }
}

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

.wrap_l {
  padding-left: 8.335%;
}

.wrap_r {
  padding-right: 8.335%;
}

@media screen and (max-width: 1600px) {
  .wrap_l {
    padding-left: 7%;
  }

  .wrap_r {
    padding-right: 7%;
  }
}

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

  .wrap_l,
  .wrap_r {
    padding-left: 4%;
    padding-right: 4%;
  }
}

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

@media screen and (max-width: 1600px) {
  .wrap_top {
    width: 88%;
  }
}

@media screen and (max-width: 1366px) {
  .wrap_top {
    width: 96%;
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  box-shadow: 0px 0px 4px var(--border_color);
  background: #fff;
}

.top_top {
  height: 5px;
  background: linear-gradient(to right, #004076, #0084cb, #51b6ed);
}

.pre_head {
  background-color: var(--i_color);
  position: relative;
}

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

.pre_head .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
}

.pre_l {
  display: flex;
}

.pre_l a {
  color: #fff;
  font-size: 14px;
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
}

.pre_l iconify-icon {
  margin-right: 8px;
  font-size: 0.2rem;
}

.pre_r {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}

.pre_media {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pre_media li {
  margin-right: 0.1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pre_media a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pre_media iconify-icon {
  font-size: 0.18rem;
}

.top_quote {
  display: table;
  padding: 6px 0.2rem;
  background: var(--i_color);
  font-size: 16px;
  border-radius: 4px;
  margin-left: 0.1rem;
}

.top_language {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  position: relative;
}

.language p {
  position: relative;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
}

.language p.on {
  color: var(--i_color);
}

.language p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.24rem;
  height: 0.24rem;
  background: url(static/images/language.svg) no-repeat center;
  background-size: contain;
  color: #f0f0f0;
}

.language p.on::before {
  border-top-color: var(--i_color);
}

.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: #fff;
  z-index: 2016;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}

.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--header_height);
}

.language_list dt>h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}

.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}

.lang_list a {
  display: block;
  padding: 0.06rem 0;
}

.lang_list span img {
  display: none;
}

.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}

.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
  display: block;
}

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

.top_cont {
  position: relative;
  height: auto;
}

.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.full_header {
  height: calc(var(--header_height) + 5px);
}

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}

.logo img {
  height: 0.67rem;
}

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

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

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.4rem;
  }

  .i_nav>li {
    position: relative;
  }

  .i_nav>li>a {
    display: block;
    font-size: 17px;
    color: #333;
    white-space: nowrap;
    line-height: var(--header_height);
    position: relative;
    padding-right: 20px;
  }

  .i_nav>li>a::after {
    content: "";
    width: 0%;
    height: 2px;
    background: var(--i_color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .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 {
    width: 100%;
  }

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

  .i_nav>li.menu-item-has-children>a {
    padding-right: 24px;
  }

  .i_nav>.menu-item-has-children>a::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url("static/images/arrow_down_hollow_hei.svg") no-repeat center;
    background-size: 100%;
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    text-align: center;
  }

  .i_nav .drop_p .sub-menu {
    display: none !important;
  }

  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }

  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

  .i_nav .sub-menu>li:hover {
    background: var(--i_color);
  }

  .i_nav .sub-menu>li:hover>a {
    color: #fff;
  }

  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }

  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.4rem;
  }

  .i_nav>li>a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  .i_nav {
    gap: 0 0.3rem;
  }
}

@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;
  }

  .i_nav a {
    display: block;
  }

  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }

  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }

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

  .i_nav>li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }

  .i_nav>.menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    box-sizing: border-box;
    background: url(static/images/arrow_down_hollow_hei.svg) no-repeat center;
    background-size: 0.18rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .i_nav>.menu-item-has-children span.on {
    transform: rotate(180deg);
  }

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

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

  .i_nav>li>.sub-menu li {
    position: relative;
  }

  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.15rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }

  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
}

/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}

.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}

.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}

.nav_menu::before {
  top: 0;
}

.nav_menu::after {
  bottom: 0;
}

.nav_menu.on i {
  opacity: 0;
}

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

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

@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
    margin-left: 0.2rem;
  }
}

.top_r {
  margin-left: auto;
  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.2rem;
  position: relative;
}

.top_i {
  display: block;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background-color: var(--i_color);
}

.far {
  font-weight: 400;
}

.top_search_ico iconify-icon {
  font-size: var(--size);
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
}

:host {
  display: inline-block;
  vertical-align: 0;
}

/* search main */
.top_search {
  --search_height: 0.38rem;
}

.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}

.top_search.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
  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;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}

.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}

.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}

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

@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--header_height);
  }

  .top_r {
    margin-left: auto;
  }

  .top_search_ico {
    margin-right: 0.2rem;
  }

  .top_search_ico::before {
    display: none;
  }
}

@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%;
  }
}

@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;
}

/* home_about */
.home_about_bac {
  box-sizing: border-box;
  padding: 1rem 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .home_about_bac {
    padding: 0.6rem 0;
  }
}

@media screen and (max-width: 1440px) {
  .home_about_bac {
    padding: 0.8rem 0;
  }
}

.home_about_box {
  display: flex;
  flex-wrap: wrap;
}

.home_about_title {
  width: 70.5%;
  box-sizing: border-box;
  padding-right: 15%;
}

.title {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}

.title_left {
  align-items: flex-start;
}

.title p {
  font-family: "bold";
  font-size: 0.42rem;
  text-transform: capitalize;
  color: #333;
  text-align: center;
}

.title i {
  width: 0.85rem;
  height: 0.02rem;
  background-color: var(--i_color);
  border-radius: 0.02rem;
  position: relative;
  display: block;
  margin-top: 0.2rem;
}

.title i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 0.1rem;
  background-color: var(--i_color);
  border-radius: 50%;
}

@media screen and (max-width: 1440px) {
  .title p {
    font-size: 0.38rem;
  }
}

@media screen and (max-width: 1200px) {
  .title p {
    font-size: 0.35rem;
  }
}

@media screen and (max-width: 1200px) {
  .title span {
    font-size: 0.16rem;
  }
}

.title span {
  font-size: 0.18rem;
  color: #666;
  line-height: 166%;
  text-align: center;
  display: block;
  margin-top: 0.1rem;
}

.title_left span {
  text-align: left;
}

.home_about_title .home_btn {
  margin-top: 0.6rem;
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight .animation {
  transform: translateX(0px);
  visibility: visible;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home_about_img {
  position: relative;
  overflow: hidden;
  border-radius: 0.08rem;
  margin-top: 0.5rem;
}

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

.home_about_youtube i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 12s ease-in-out infinite alternate-reverse;
  z-index: 3;
  width: 0.28rem;
  height: 0.32rem;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .home_about_youtube i img {
    width: 0.24rem 18.72px;
    height: 0.28rem;
  }
}

.home_about_youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 12s ease-in-out infinite alternate;
}

.home_about_youtube i {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(255, 255, 255, 0.3);
  transition: border-radius 1s ease-out;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph 8s ease-in-out infinite both alternate;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .home_about_youtube i {
    width: 1rem;
    height: 1rem;
  }
}

.home_about_youtube i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  transition: border-radius 1.4s ease-out;
  border-radius: 23% 65% 20% 70% / 23% 50% 41% 62%;
  animation: morph2 12s ease-in-out infinite both alternate;
}

.home_about_img::after {
  content: "";
  display: block;
  padding-bottom: 37.15%;
}

/* -------------------底部-------------------------- */
footer {
  display: block;
  unicode-bidi: isolate;
}

/* .footer_contact_bac {
  box-sizing: border-box;
  padding: 0.6rem 0;
  background: url(static/images/footer_contact.webp) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.footer_contact_bac::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(3px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
}
.footer_contact h3 {
  font-family: "bold";
  font-size: 0.4rem;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  line-height: 125%;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .footer_contact h3 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer_contact h3 {
    font-size: 0.35rem;
  }
}
.footer_contact h4 {
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  margin: 0.1rem 0 0.2rem 0;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .footer_contact h4 {
    font-size: 0.16rem;
  }
} */
.footer_contact_bac {
  background: url("static/images/footer_contact.jpg") center no-repeat;
  box-sizing: border-box;
  padding: 0.6rem 0;
  background-size: cover;
  background-attachment: fixed;
}

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

.footer_contact_left {
  width: calc(100% - 2.1rem);
}

.footer_contact_left img {
  height: 0.47rem;
}

.footer_contact_left h4 {
  font-size: 0.32rem;
  color: #fff;
  font-family: "med";
  margin-top: 0.05rem;
}

@media screen and (max-width: 1440px) {
  .footer_contact_left h4 {
    font-size: 0.28rem;
  }

  .footer_contact_left img {
    height: 0.44rem;
  }
}

@media screen and (max-width: 1366px) {
  .footer_contact_left h4 {
    font-size: 0.26rem;
  }
}

@media screen and (max-width: 1200px) {
  .footer_contact_left h4 {
    font-size: 0.24rem;
  }

  .footer_contact_left img {
    height: 0.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .footer_contact_left h4 {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 960px) {
  .footer_contact_left h4 {
    font-size: 0.2rem;
  }

  .footer_contact_left {
    width: 100%;
  }

  .footer_contact {
    gap: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_contact_left h4 {
    font-size: 0.18rem;
  }

  .footer_contact_bac {
    background-attachment: unset;
  }
}

@media screen and (max-width: 560px) {
  .footer_contact_left h4 {
    font-size: 0.16rem;
  }

  .footer_contact_left img {
    height: 0.35rem;
  }

  .footer_contact_bac {
    padding: 0.4rem 0;
  }
}

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

.footer_bac {
  box-sizing: border-box;
  padding: 0.3rem 0 0.4rem 0;
  position: relative;
  z-index: 2;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.02rem solid rgba(51, 51, 51, 0.1);
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
}

.footer_top img {
  width: 1.8rem;
  object-fit: contain;
}

@media screen and (max-width: 1440px) {
  .footer_top img {
    width: 1.6rem;
  }
}

.footer_list {
  display: flex;
  gap: 0.5rem;
}

@media screen and (max-width: 1440px) {
  .footer_list {
    gap: 0.4rem;
  }
}

.footer_list li a {
  display: inline-block;
  font-size: 0.18rem;
  color: #333;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.footer_center {
  display: flex;
}

.footer_1 {
  width: 59%;
  box-sizing: border-box;
  padding-right: 11%;
}

@media screen and (max-width: 1200px) {
  .footer_1 {
    padding-right: 6%;
  }
}

@media screen and (max-width: 1440px) {
  .footer_1 {
    padding-right: 8%;
  }
}

@media screen and (max-width: 1200px) {
  .footer_h3 {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
}

.footer_h3 {
  font-size: 0.26rem;
  color: var(--i_color);
  font-family: "bold";
  margin-bottom: 0.2rem;
}

.footer_call {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.footer_call dt {
  display: flex;
  gap: 0.1rem;
  width: calc((100% - 0.2rem) / 2);
  flex-grow: 1;
}

@media screen and (max-width: 1200px) {
  .footer_call dt iconify-icon {
    font-size: 0.22rem;
  }
}

.footer_call dt iconify-icon {
  font-size: 0.25rem;
  color: var(--i_color);
}

:host {
  display: inline-block;
  vertical-align: 0;
}

.footer_call dt p {
  font-size: 0.18rem;
  color: #666;
}

@media screen and (max-width: 1200px) {
  .footer_call dt p {
    font-size: 0.16rem;
  }
}

.footer_share {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.3rem;
}

.footer_share dt a {
  display: block;
}

.footer_share dt a iconify-icon {
  font-size: 0.3rem;
  color: rgba(102, 102, 102, 0.5);
  transition: all 0.3s ease;
}

.footer_2 {
  width: 19%;
  box-sizing: border-box;
  padding-right: 0.1rem;
}

.footer_h3 {
  font-size: 0.26rem;
  color: var(--i_color);
  font-family: "bold";
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 1200px) {
  .footer_h3 {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
}

.footer_ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.footer_ul li a {
  display: inline-block;
  font-size: 0.18rem;
  color: #666;
  position: relative;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

@media screen and (max-width: 1200px) {
  .footer_ul li a {
    font-size: 0.16rem;
  }
}

.footer_3 {
  width: 22%;
}

.footer_h3 {
  font-size: 0.26rem;
  color: var(--i_color);
  font-family: "bold";
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 1200px) {
  .footer_h3 {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
}

.footer_bac::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  right: 0;
  width: 9.63rem;
  height: 1.32rem;
  background: url(static/images/category_img_logo.png) center no-repeat;
  background-size: contain;
  z-index: -2;
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .footer_bac::after {
    width: 6rem;
    height: 1rem;
  }
}

@media screen and (max-width: 1440px) {
  .footer_bac::after {
    width: 8rem;
    height: 1.2rem;
  }
}

.footer_down_bac {
  box-sizing: border-box;
  padding: 0.2rem 0;
  background-color: var(--i_color);
}

.footer_down p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.16rem;
}

.footer_down p a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.16rem;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.i_tit>h4 {
  font-size: 0.36rem;
  color: var(--i_color);
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0.1rem;
}

.i_tit>h5 {
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  color: #222;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .i_tit>h4 {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .i_tit>h4 {
    font-size: 0.24rem;
  }

  .i_tit>h5 {
    font-size: 14px;
    width: 90%;
  }
}

.i_tit.left {
  text-align: left;
}

.i_tit.left h5 {
  margin-left: 0;
}

.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.i_more {
  display: table;
}

.i_more.center {
  margin-left: auto;
  margin-right: auto;
}

.i_more b {
  background: rgb(255, 255, 255);
  padding: 14px 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(51, 51, 51);
  font-size: 0.16rem;
  gap: 0px 0.1rem;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_more iconify-icon {
  font-size: 0.2rem;
}

@media screen and (max-width: 1440px) {
  .i_more b {
    padding: 12px 0.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .i_more b {
    padding: 10px 0.3rem;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .i_more b {
    padding: 8px 0.3rem;
    font-size: 13px;
  }

  .i_more iconify-icon {
    font-size: 0.18rem;
  }
}

.i_more.center {
  margin-left: auto;
  margin-right: auto;
}

.i_more:hover b {
  background: var(--i_color);
  color: #fff;
}

.i_more2 b {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.i_more2:hover b {
  border-color: var(--i_color);
  background: var(--i_color2);
}

.i_more3 b {
  border: 1px solid var(--i_color);
  color: var(--i_color);
}

.i_more_list {
  display: flex;
  justify-content: center;
  gap: 0.1rem 0.2rem;
}

.i_more_list.left {
  justify-content: flex-start;
}

.more {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-size: 0.2rem;
  color: var(--i_color);
  position: relative;
  z-index: 2;
}

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

.more_fill {
  background: var(--i_color);
  color: #fff;
}

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

@media screen and (max-width: 1024px) {
  .more {
    width: 0.36rem;
    height: 0.36rem;
    font-size: 0.16rem;
  }
}

.bc {
  background: var(--bc_color);
}

.bc_gradient {
  background: linear-gradient(var(--bc_color), #fff);
}

/* 下拉 */
.drop {
  position: fixed;
  box-shadow: var(--i_shadow);
  left: 0;
  top: calc(var(--header_height) + 0.5rem);
  z-index: 99;
  width: 100%;
  background: #fff;
  display: none;
}

.drop::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.drop::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.drop::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

.drop_list {
  padding: 0.4rem 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}

.drop_list li {
  width: calc((100% - 0.6rem) / 4);
}

.drop_list .img {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  background: var(--bc_color);
}

.drop_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.8%;
}

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

.drop_list h6 {
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
  margin: 0.16rem 0;
  text-align: center;
}

.drop_list .img img,
.drop_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drop_list li:hover img {
  width: 100%;
  height: 100%;
}

.drop_list li:hover h6 {
  color: var(--i_color);
}

/* ----------------------------首页------------------------------------- */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* margin-top: calc(var(--header_height) + 5px); */
}

.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 - 5px - 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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.banner .swiper-slide video {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 102% !important;
  object-fit: cover;
  z-index: 2;
}

.banner-button-prev,
.banner-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 0.3rem;
  color: #fff;
}

.banner-button-prev {
  left: -0.5rem;
}

.banner-button-next {
  right: -0.5rem;
}

.banner:hover .banner-button-prev {
  left: 3%;
}

.banner:hover .banner-button-next {
  right: 3%;
}

.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}

.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.4rem;
  text-align: center;
  z-index: 2;
}

.banner-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.banner-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.banner-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}

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

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

  .banner-button-prev,
  .banner-button-next {
    display: none;
  }

  .banner-pagination {
    bottom: 0.2rem;
  }

  .banner .swiper-slide {
    padding-bottom: 56%;
  }
}

.hot_products .title {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .hot_products .title p {
    font-size: 0.35rem;
  }
}

@media screen and (max-width: 1440px) {
  .hot_products .title p {
    font-size: 0.38rem;
  }
}

.hot_products .title p {
  font-family: "bold";
  font-size: 0.42rem;
  text-transform: capitalize;
  color: #333;
  text-align: center;
}

.hot_products .hot_partner_list li {
  height: 400px;
  /* background-color: red; */
  margin-bottom: 0.2rem;
}

/* banner上文字 */
.banner .wrap {
  position: absolute;
  top: 35%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.b_txt {
  width: 70%;
  color: #fff;
}

.b_txt.center {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20%;
}

.b_txt h6 {
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.b_txt p {
  font-size: 0.26rem;
  margin: 0.2rem 0;
}

.b_txt2 {
  color: #fff;
}

.b_txt2 h6 {
  font-size: 0.9rem;
  font-weight: bolder;
  letter-spacing: 2px;
}

.b_txt2 p {
  font-size: 0.2rem;
  margin: 0.2rem 0;
}

.b_txt2 span {
  font-size: 0.25rem;
  display: block;
  padding-left: 0.2rem;
  position: relative;
  margin: 0.14rem 0;
}

.b_txt2 span::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--i_color);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
  .b_txt h6 {
    font-size: 0.4rem;
    letter-spacing: 0px;
  }

  .b_txt p {
    font-size: 0.2rem;
    margin: 0.14rem 0;
  }

  .b_txt2 h6 {
    font-size: 0.8rem;
    letter-spacing: 0px;
    font-weight: bolder;
  }

  .b_txt2 p {
    font-size: 0.18rem;
    margin: 0.14rem 0;
  }

  .b_txt2 span {
    font-size: 0.16rem;
    margin: 0.14rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .b_txt h6 {
    font-size: 0.32rem;
  }

  .b_txt p {
    font-size: 0.18rem;
    margin: 0.1rem 0;
  }

  .b_txt2 h6 {
    font-size: 0.24rem;
    letter-spacing: 0px;
  }

  .b_txt2 p {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }

  .b_txt2 span {
    font-size: 0.16rem;
    margin: 6px 0;
  }
}

@media screen and (max-width: 768px) {
  .b_txt h6 {
    font-size: 0.24rem;
  }
}

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

  .b_txt h6 {
    font-size: 0.2rem;
  }

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

  .b_txt2 h6 {
    font-size: 0.2rem;
  }

  .b_txt2 p {
    font-size: 0.14rem;
  }

  .b_txt2 span {
    display: none;
  }
}

.line {
  width: 100%;
  height: 60px;
  background: var(--i_color);
}

.b_border {
  border-bottom: 4px solid var(--i_color);
}

.btn {
  display: table;
  padding: 0.1rem 0.2rem;
  background: var(--i_color);
  color: #fff;
  font-size: 0.16rem;
  margin: 0.1rem auto;
}

.btn:hover {
  background: var(--i_color2);
}

/* product category */
.category_bac {
  box-sizing: border-box;
  padding: 0.8rem 0 1rem 0;
  overflow: hidden;
  position: relative;
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 1200px) {
  .category_bac {
    padding: 0.6rem 0 0.8rem 0;
  }
}

.category {
  position: relative;
  z-index: 2;
}

.product_categories .title p {
  font-family: "bold";
  font-size: 0.42rem;
  text-transform: capitalize;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .title p {
    font-size: 0.35rem;
  }
}

@media screen and (max-width: 1440px) {
  .title p {
    font-size: 0.38rem;
  }
}

.product_categories .title span {
  font-size: 0.18rem;
  color: #666;
  line-height: 166%;
  text-align: center;
  display: block;
  margin-top: 0.1rem;
}

.category_box {
  display: flex;
  display: -webkit-flex;
  margin-top: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
}

.category_area {
  width: 29.5%;
}

.category_area dt {
  box-sizing: border-box;
  padding-right: 0.4rem;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 1200px) {
  .category_area dt {
    margin-bottom: 0.2rem;
  }
}

.category_area h3 {
  font-size: 0.36rem;
  font-family: "bold";
  color: var(--i_color);
  text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
  .category_area h3 {
    font-size: 0.34rem;
  }
}

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

.category_area dt h4,
.category_area dt .home_btn {
  animation: opPrevIn 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) alternate;
}

@keyframes opPrevIn {
  0% {
    opacity: 0;
    transform: translate(-10%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.category_area h4 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  margin: 0.2rem 0 0.8rem 0;
  height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

@media screen and (max-width: 1200px) {
  .category_area h4 {
    font-size: 0.16rem;
    line-height: 0.25rem;
    margin: 0.2rem 0 0.6rem 0;
    height: 1rem;
    -webkit-line-clamp: 4;
  }
}

.home_btn {}

.home_btn a,
.home_btn span {
  display: inline-block;
  background: linear-gradient(to bottom, #004176, #0185cb, #2d9edb);
  box-sizing: border-box;
  padding: 0.15rem 0.3rem;
  border-radius: 0.3rem;
  transition: all 0.5s ease;
}

.home_btn a:hover,
.home_btn span:hover {
  transform: translateY(-5px);
}

.home_btn_text {
  display: flex;
  display: -webkit-flex;
  gap: 0.15rem;
  align-items: center;
}

.home_btn_text p {
  font-size: 0.18rem;
  color: #fff;
  text-transform: capitalize;
}

.home_btn_text i {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.home_btn_text i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  animation: btn 1.2s linear infinite forwards;
}

@keyframes btn {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

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

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

@media screen and (max-width: 1200px) {
  .home_btn_text p {
    font-size: 0.16rem;
  }

  .home_btn a,
  .home_btn span {
    padding: 0.12rem 0.25rem;
    border-radius: 0.25rem;
  }

  .home_btn_text i {
    width: 0.08rem;
    height: 0.08rem;
  }
}

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

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

@media screen and (max-width: 767px) {
  .home_btn_text p {
    font-size: 0.14rem;
  }

  .home_btn a,
  .home_btn span {
    padding: 0.1rem 0.2rem;
    border-radius: 0.2rem;
  }
}

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

  .home_btn a,
  .home_btn span {
    padding: 0.08rem 0.2rem;
  }
}

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

.category_img {
  width: 46.2%;
  height: 400px;
}

.category_img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .category_img::before {
    bottom: -0.3rem;
    width: 8rem;
    height: 0.8rem;
  }
}

@media screen and (max-width: 1440px) {
  .category_img::before {
    bottom: -0.3rem;
    width: 9rem;
    height: 1rem;
  }
}

.category_img::before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 9.63rem;
  height: 1.32rem;
  /* background: url(static/images/category_img_logo.png) center no-repeat; */
  background-size: contain;
  z-index: -2;
}

.category_img li {
  position: relative;
  width: 100%;
  height: 100%;
}

.category_img li img {
  animation: opNextIn 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) alternate;
}

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

.category_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80.4%;
  height: 95.7%;
  background: url(static/images/category_img_bac.png) center no-repeat;
  background-size: contain;
  z-index: -1;
}

.category_tit {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  position: relative;
  z-index: 2;
}

.category_tit {
  width: 23.3%;
}

@media screen and (max-width: 1200px) {
  .category_tit {
    gap: 1rem;
  }
}

@media screen and (max-width: 1440px) {
  .category_tit {
    gap: 1.2rem;
  }
}

.category_tit dt {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.category_tit dt.current p {
  color: var(--i_color) !important;
}

.category_tit dt p {
  font-family: "bold";
  font-size: 0.26rem;
  color: #333;
  text-transform: capitalize;
  transition: all 0.3s ease;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .category_tit dt p {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 1440px) {
  .category_tit dt p {
    font-size: 0.24rem;
  }
}

.category_tit dt.current i {
  background-color: var(--i_color);
}

.category_tit dt i {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: #666;
  position: relative;
  transition: all 0.3s ease;
}

.category_tit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.06rem;
  transform: translate(0, -50%);
  width: 1px;
  height: 90%;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: -1;
}

.category_ul li.on {
  animation: category_img 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) alternate;
  animation-fill-mode: both;
}

.category_ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes category_img {
  0% {
    opacity: 0;
    transform: translate(100%);
  }

  100% {
    opacity: 1;
    transform: none;
    z-index: 1;
  }
}

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

/* Solutions */
@media screen and (max-width: 1200px) {
  .home_solutions_bac {
    padding: 0.6rem 0;
  }
}

.home_solutions_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
  background: linear-gradient(to top, #f0f0f0, rgba(255, 255, 255, 0));
}

.solutions .title {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}

.solutions .title p {
  font-family: "bold";
  font-size: 0.42rem;
  text-transform: capitalize;
  color: #333;
  text-align: center;
}

.solutions .title span {
  font-size: 0.18rem;
  color: #666;
  line-height: 166%;
  text-align: center;
  display: block;
  margin-top: 0.1rem;
}

.home_solutions_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.home_solutions_img {
  width: 61.6%;
}

@media screen and (max-width: 1440px) {
  .home_solutions_img {
    width: 56.6%;
  }
}

.home_solutions_img dt {
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
}

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

.home_solutions_img dt::after {
  content: "";
  display: block;
  padding-bottom: 65.7%;
}

.home_solutions_text {
  width: 38.4%;
  box-sizing: border-box;
  padding-left: 4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_solutions_dl dt h3 {
  font-family: "bold";
  font-size: 0.34rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 1200px) {
  .home_solutions_dl dt h3 {
    font-size: 0.28rem;
  }
}

@media screen and (max-width: 1440px) {
  .home_solutions_dl dt h3 {
    font-size: 0.3rem;
  }
}

.home_solutions_dl dt h4 {
  animation: opPrevIn 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) alternate;
}

.home_solutions_dl dt h4 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin: 0.1rem 0 0.4rem 0;
}

@media screen and (max-width: 1200px) {
  .home_solutions_dl dt h4 {
    -webkit-line-clamp: 4;
  }
}

@media screen and (max-width: 1440px) {
  .home_solutions_dl dt h4 {
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin: 0.1rem 0 0.3rem 0;
  }
}

.home_solutions_ul {
  display: flex;
  gap: 0.2rem;
}

.home_solutions_ul li {
  width: calc((100% - 0.4rem) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.home_solutions_ul li.current i {
  background: url(static/images/home_solutions_cricle2.png) center no-repeat;
  background-size: contain;
}

.home_solutions_i {
  display: block;
  width: 1.03rem;
  height: 0.97rem;
  background: url(static/images/home_solutions_cricle1.png) center no-repeat;
  background-size: contain;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_solutions_ul li.current p {
  color: var(--i_color) !important;
}

.home_solutions_ul li p {
  font-family: "bold";
  font-size: 0.16rem;
  color: #333;
  line-height: 133%;
  margin-top: 0.15rem;
  text-align: center;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.i_n_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
}

.i_n_list li {
  width: calc((100% - 0.8rem) / 3);
}

@media screen and (max-width: 768px) {
  .i_n_list {
    gap: 0.3rem 0;
  }

  .i_n_list li {
    width: 100%;
  }
}

.i_n_list a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.i_n_list .img {
  position: relative;
  overflow: hidden;
}

.i_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 61.92%;
}

.i_n_list .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
}

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

.i_n_list .txt {
  overflow: hidden;
  text-align: center;
  padding: 0 0.2rem;
}

.i_n_list h6 {
  font-size: 0.22rem;
  color: #333;
  line-height: 150%;
  padding-bottom: 0.1rem;
  position: relative;
}

.i_n_list h6::after {
  content: "";
  width: 50px;
  height: 1px;
  background: var(--i_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.i_n_list p {
  margin: 0.2rem 0;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.i_n_list span {
  font-size: 16px;
  color: #888;
  display: block;
  margin: 0.2rem 0;
}

.i_n_list .img::after,
.i_n_list .img img,
.i_n_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_n_list li:hover h6 {
  color: var(--i_color);
}

.i_n_list li:hover .img::after {
  opacity: 1;
}

.i_n_list li:hover .img img {
  width: 110%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .i_n_list h6 {
    font-size: 0.18rem;
  }

  .i_n_list p {
    font-size: 14px;
  }
}

.com_form {
  background: url(static/images/bc_form.webp) no-repeat right top;
  background-size: cover;
}

.com_form .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.com_form .img {
  width: 40%;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}

.com_form .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.com_form .img::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

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

.com_form .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  bottom: 0.3rem;
  z-index: 2;
}

.com_form .txt a,
.com_form .txt p {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-top: 0.2rem;
}

.com_form .form {
  width: 55%;
}

@media screen and (max-width: 1024px) {
  .com_form .form {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0.3rem 0.2rem;
  }

  .com_form .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
  }

  .com_form .txt {
    display: none;
  }
}

#wpforms-292 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}

#wpforms-292 {
  margin: 0;
  padding: 0;
}

#wpforms-form-37 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#wpforms-292 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}

#wpforms-292 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}

#wpforms-292 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}

#wpforms-292 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

#wpforms-292 .wpforms-field-container>div {
  width: 100%;
  position: relative;
}

#wpforms-292 .wpforms-field-container input,
#wpforms-292 textarea,
#wpforms-292 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: none !important;
  background: var(--bc_color);
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
}

#wpforms-292 input {
  line-height: var(--input_height);
}

#wpforms-292 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
  border: none;
}

#wpforms-292 input::-webkit-input-placeholder,
#wpforms-292 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

#wpforms-292 input::-moz-placeholder,
#wpforms-292 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

#wpforms-292 input::-ms-input-placeholder,
#wpforms-292 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

#wpforms-292-field_1-error,
#wpforms-292-field_2-error,
#wpforms-292-field_3-error,
#wpforms-292-field_4-error,
#wpforms-292-field_5-error,
#wpforms-292-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}

#wpforms-292 .wpforms-submit-container button {
  background: var(--i_color);
  display: block;
  width: 100%;
  padding: 10px 0;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wpforms-292 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}

#wpforms-292 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #wpforms-292 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}

/* ---------------------------内页------------------------------- */
.in_banner {
  width: 100%;
  position: relative;
}

.in_banner .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.in_banner .img::after {
  content: "";
  display: block;
  padding-bottom: 26.04%;
}

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

.in_banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.in_banner h4 {
  text-transform: capitalize;
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .in_banner h4 {
    font-size: 0.34rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_banner .wrap {
    top: 46%;
  }

  .in_banner h4 {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .in_banner .img::after {
    padding-bottom: 45.36%;
  }

  .in_banner h4 {
    font-size: 0.26rem;
  }
}

@media screen and (max-width: 560px) {
  .in_banner h4 {
    font-size: 0.2rem;
  }
}

.in_position {
  padding: 0.16rem 0;
  background: var(--bc_color);
}

.in_position .wrap {
  height: 20px;
}

.in_position a {
  display: block;
  float: left;
  font-size: 16px;
  color: #666;
  position: relative;
  line-height: 20px;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 6px;
  color: #666;
}

.in_position a:last-child {
  color: var(--i_color) !important;
}

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

@media screen and (max-width: 959px) {
  .in_position a {
    font-size: 15px;
  }

  .in_position {
    bottom: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .in_position a {
    font-size: 14px;
  }

  .in_position {
    bottom: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }

  .in_position {
    bottom: 0rem;
  }
}

/* ----------------------产品列表页---------------------------------- */
.products_bac {
  box-sizing: border-box;
  padding: 0.4rem 0 0.8rem 0;
}

@media screen and (max-width: 1200px) {
  .products_bac {
    padding: 0.4rem 0 0.6rem 0;
  }
}

.products {
  display: flex;
  flex-wrap: wrap;
}

.products_left {
  width: 3.43rem;
}

.products_right {
  width: calc(100% - 4rem);
}

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

  .products_right {
    width: 100%;
  }
}

.products_left_h2 {
  font-size: 0.32rem;
  text-transform: capitalize;
  box-sizing: border-box;
  color: #333;
  padding: 0 0 0.2rem 0rem;
  font-weight: bold;
  border-radius: 0.1rem;
  font-family: "bold";
}

@media screen and (max-width: 1200px) {
  .products_left_h2 {
    font-size: 0.28rem;
  }
}

.list {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 0.2rem;
}

.list li {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.04rem;
  overflow: hidden;
}

.list_a {
  box-sizing: border-box;
  padding: 0.1rem 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s ease;
}

.list .list_a a {
  font-size: 0.18rem;
  color: #333;
  box-sizing: border-box;
  line-height: 130%;
  transition: all 0.3s ease;
  font-weight: bold;
}

.list_active .list_a a {
  color: #fff;
}

.list .list_a i iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.25rem;
  color: #666;
  transition: all 0.3s ease;
}

:host {
  display: inline-block;
  vertical-align: 0;
}

.list_a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--i_color);
  width: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.list_active .list_a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.list_dl {
  padding: 0.2rem 0.2rem 0.3rem 0.2rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  gap: 0.2rem;
}

@media screen and (max-width: 1200px) {
  .list_dl {
    padding: 0.2rem 0.1rem;
  }
}

.list_dl dt {
  box-sizing: border-box;
  padding-right: 0.2rem;
  position: relative;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding-bottom: 0.1rem;
}

.list_dl dt a {
  font-size: 0.16rem;
  color: #666;
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
}

.list_dl dt::after {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.2rem;
  height: 0.2rem;
  background: url(static/images/products_right.png) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
  opacity: 0;
}

.list_dl_active::after,
.list_dl dt:hover::after {
  opacity: 1 !important;
  right: 0 !important;
}

.products_right .p_right h3 {
  font-size: 0.32rem;
  color: #333;
  font-family: "bold";
}

@media screen and (max-width: 1440px) {
  .products_right .p_right h3 {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .products_right .p_right h3 {
    font-size: 0.28rem;
  }
}

.products_right_ul {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .products_right_ul {
    gap: 0.2rem;
  }
}

.products_right_ul li {
  width: calc((100% - 0.8rem) / 3);
}

@media screen and (max-width: 1200px) {
  .products_right_ul li {
    width: calc((100% - 0.4rem) / 3);
  }
}

.products_right_ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.12rem 0.12rem 0.25rem 0.12rem;
  background-color: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.products_right_img {
  position: relative;
  overflow: hidden;
}

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

.products_right_img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.products_right_text {
  margin-top: 0.2rem;
}

.products_right_text h4 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-family: "bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .products_right_text h4 {
    font-size: 0.18rem;
  }
}

.products_right_text h5 {
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.products_right_text h6 {
  font-size: 0.16rem;
  color: var(--i_color);
  box-sizing: border-box;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  padding-top: 0.1rem;
  text-transform: capitalize;
  margin-top: 0.2rem;
  position: relative;
  transition: all 0.3s ease;
}

.products_right_text h6::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #004076, #0084cb, #51b6ed);
  transition: all 0.7s ease;
}

/* new */
.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p_nav {
  padding: 0.3rem 0.4rem;
  width: 28%;
  margin-right: auto;
  background-color: #fff;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}

.p_nav .tit h5 {
  font-size: 0.3rem;
}

.p_nav .tit {
  padding-bottom: 0.12rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 1440px) {
  .p_nav .tit h5 {
    font-size: 0.3rem;
  }

  .p_nav .tit {
    padding-bottom: 0.14rem;
    margin-bottom: 0.14rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav .tit h5 {
    font-size: 0.24rem;
  }

  .p_nav .tit {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}

/* 折叠面板 */
.p_menu_list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 0.5em;
  list-style: none;
}

.p_menu_list li {
  position: relative;
}

.p_menu_list li a {
  position: relative;
  line-height: 100%;
  font-size: 0.18rem;
  padding: 0.16rem 2%;
  display: block;
  box-sizing: border-box;
  text-transform: capitalize;
}

.p_menu_list ul {
  padding: 0;
  display: none;
  overflow: hidden;
}

.p_menu_list ul li {
  margin: 0;
  padding: 0;
  clear: both;
}

.p_menu_list ul li a {
  padding-left: 0.2rem;
  font-size: 0.16rem;
  outline: 0;
  color: var(--font_color);
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.p_menu_list ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  left: -8px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_menu_list>li:hover>a,
.p_menu_list>li.active>a {
  color: var(--i_color);
}

.p_menu_list>li.active>a {
  font-weight: bold;
}

.p_menu_list ul li:hover a,
.p_menu_list ul li.active a {
  color: var(--i_color);
  margin-left: 0.1rem;
}

.p_menu_list ul li:hover a::after,
.p_menu_list ul li.active a::after {
  left: 0;
  opacity: 1;
}

.p_menu_list ul ul li a {
  color: var(--font_color);
  padding-left: 40px;
}

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

.p_menu_list span {
  cursor: pointer;
  position: absolute;
  top: 0.16rem;
  right: 3%;
  z-index: 3;
  width: 20px;
  height: 20px;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p_menu_list>li:hover>span,
.p_menu_list>li.active>span {
  color: var(--i_color);
}

.p_menu_list ul li i {
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/ico_satr_p.png) no-repeat center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_menu_list ul li:hover i,
.p_menu_list ul li.active i {
  left: 0;
}

.p_nav .img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .p_nav {
    padding: 0.2rem 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
}

.in_c_name h6 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}

.in_c_name p {
  margin: 0.2rem 0 0.3rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 170%;
}

@media screen and (max-width: 1440px) {
  .in_c_name h6 {
    font-size: 0.28rem;
  }

  .in_c_name p {
    margin: 0.14rem 0 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_c_name h6 {
    font-size: 0.22rem;
  }

  .in_c_name p {
    margin: 0.1rem 0 0.14rem;
  }
}

.in_p_r {
  margin-left: auto;
  width: 68%;
}

.in_p_r a {
  position: relative;
}

.in_p_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.in_p_list li {
  width: calc((100% - 0.4rem) / 3);
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .in_p_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}

@media screen and (max-width: 560px) {
  .in_p_list li {
    width: 100%;
  }
}

.in_p_list .img {
  position: relative;
  overflow: hidden;
}

.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

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

.in_p_list .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--bc_color);
  padding: 0.1rem 0;
  border: none;
  border-radius: 0;
}

.in_p_list .more span {
  display: block;
  width: 50%;
  border-right: 1px solid #999;
  text-align: center;
  color: #333;
}

.in_p_list .more span:last-child {
  border: none;
}

.in_p_list .more iconify-icon {
  font-size: 0.2rem;
}

.in_p_list p {
  font-size: 0.16rem;
  font-weight: bold;
  color: var(--i_color);
}

.in_p_list b {
  font-size: 0.16rem;
  color: var(--i_color);
  text-decoration: underline;
  font-weight: normal;
  background: var(--bc_color);
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}

.in_p_list h6 {
  font-size: 0.18rem;
  color: #222;
  text-transform: capitalize;
  margin: 0.1rem 0;
}

.in_p_list .more,
.in_p_list b {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_p_list .more {
  transition-delay: 0.1s;
}

.in_p_list li:hover .more,
.in_p_list li:hover b {
  transform: translateY(0);
}

.in_p_list h6:hover,
.in_p_list span:hover {
  color: var(--i_color2);
}

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

@media screen and (max-width: 560px) {
  .in_p_list h6 {
    font-size: 16px;
  }

  .in_p_list p {
    font-size: 14px;
  }
}

/* Number of pages */
.in_page_box {
  margin: 0.3rem 0;
  text-align: center;
  overflow: hidden;
}

.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}

.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}

.in_page>i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}

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

@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }

  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}

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

.ip_contact h6 {
  font-size: 0.32rem;
  color: #222;
}

.ip_contact .txt p {
  font-size: 0.16rem;
  color: #888;
  margin: 10px 0;
}

@media screen and (max-width: 1440px) {
  .ip_contact {
    padding: 0.3rem 0.6rem;
  }

  .ip_contact h6 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .ip_contact {
    padding: 0.24rem 0.4rem;
  }
}

@media screen and (max-width: 560px) {
  .ip_contact {
    padding: 0.2rem 0.3rem;
  }

  .ip_contact h6 {
    font-size: 0.18rem;
  }
}

/* detail */
.pd_content .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 2;
}

.pd_brief {
  width: 46%;
}

.pd_content .gallery {
  width: 49%;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}

.pd_content h1 {
  font-size: 0.24rem;
  color: var(--i_color);
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 1440px) {
  .pd_content h1 {
    font-size: 0.24rem;
  }
}

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

  .pd_brief {
    width: 100%;
  }

  .pd_content .gallery {
    display: none;
  }
}

.p_atlas_show {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

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

.p_atlas_show .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.p_atlas_show .swiper-slide .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.p_atlas_show .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 80.45%;
}

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

.p_atlas_list {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0.1rem 0;
}

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

.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

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

.p_atlas_list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
}

.p_atlas_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_atlas_list .swiper-slide-thumb-active .img {
  border: 1px solid var(--i_color);
}

.atlas-prev,
.atlas-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  font-size: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid var(--i_color);
  color: var(--i_color);
}

.atlas-prev {
  left: 0;
}

.atlas-next {
  right: 0;
}

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

.atlas-prev:hover,
.atlas-next:hover {
  background: var(--i_color);
  color: #fff;
}

.atlas-pagination {
  text-align: center;
  margin-top: 0.2rem;
  display: none;
}

.atlas-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.atlas-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.atlas-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

.pd_brief .txt {
  font-size: 0.16rem;
  color: #333;
  line-height: 150%;
}

.pd_brief .but {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.1rem;
}

.pd_share p {
  font-size: 0.18rem;
  color: #333;
  font-family: "bold";
  margin-right: 0.15rem;
}

.pd_share {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}

.pd_share_dl {
  display: flex;
  gap: 0.3rem;
}

.pd_share_dl dt a {
  display: block;
  width: 100%;
}

.Product_features_bac {
  box-sizing: border-box;
  padding: 0.6rem 0;
}

.Product_features_ul {
  margin-top: 0.5rem;
  --Pf_white: 0.94rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

@media screen and (max-width: 1200px) {
  .Product_features_ul {
    --Pf_white: 0.8rem;
    gap: 0.25rem;
  }
}

.Product_features_ul li {
  background-color: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.4rem 2%;
  width: calc((100% - 0.8rem) / 3);
  border-radius: 0.08rem;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .Product_features_ul li {
    padding: 0.25rem 2%;
    width: calc((100% - 0.5rem) / 3);
  }
}

.tags {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.2rem;
  align-items: center;
  box-sizing: border-box;
  padding: 0.6rem 0 0.2rem 0;
  border-bottom: 1px solid rgba(30, 74, 179, 0.2);
  margin-bottom: 0.2rem;
}

.tags p {
  font-size: 0.18rem;
  color: #222;
  font-family: "bold";
}

.products_projects_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
  background: #f0f0f0;
}

.Production_process_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
}

.faq_bac {
  background-color: #f0f0f0;
  box-sizing: border-box;
  padding: 0.8rem 0;
}

@media screen and (max-width: 1440px) {
  .faq_bac {
    padding: 0.8rem 0;
  }
}

.title span a {
  font-size: 0.18rem;
  color: var(--i_color);
  line-height: 120%;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.faq_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.35rem;
}

.Related_products_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
}

.pd_tit span {
  display: table;
  font-size: 0.24rem;
  padding: 0.1rem 0;
  color: var(--i_color);
  font-weight: bold;
  border-bottom: 2px solid var(--i_color);
}

.pd_tit {
  border-bottom: 1px solid var(--border_color);
}

.detail {
  border-radius: 0.6rem 0.6rem 0 0;
}

.detail article {
  padding: 0.3rem 0;
  font-size: 0.16rem;
  color: #666;
}

.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}

.tag h6 {
  font-size: 0.18rem;
  color: #333;
}

.tag a {
  font-size: 0.16rem;
  color: #333;
  padding: 8px 0.2rem;
  border-radius: 0.3rem;
  background: #fff;
}

.tag a:hover {
  background: var(--i_color);
  color: #fff;
}

.pd_navigation {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--border_color);
}

.pd_navigation a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}

.pd_navigation h6 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin: 0 10px;
}

.pd_navigation p {
  font-size: 14px;
  color: #333;
}

.pd_n_btn {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid var(--i_color);
  color: var(--i_color);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.r_p {
  overflow: hidden;
}

.r_p .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}

.r_p .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.r_p .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.r_p-button-prev,
.r_p-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.r_p-button-prev {
  left: 0;
}

.r_p-button-next {
  right: 0;
}

.r_p-button-prev:hover,
.r_p-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}

.r_p-pagination {
  text-align: center;
  margin-top: 20px;
}

.r_p-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.r_p-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid 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;
}

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

.r_p-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 1;
}

.pd_app {
  overflow: hidden;
}

.pd_app .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 2px;
  z-index: 1;
}

.pd_app .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.pd_app .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.pd_app-button-prev,
.pd_app-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.pd_app-button-prev {
  left: 0;
}

.pd_app-button-next {
  right: 0;
}

.pd_app-button-prev:hover,
.pd_app-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}

.pd_app-pagination {
  text-align: center;
}

.pd_app-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.pd_app-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid 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;
}

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

.pd_app-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 1;
}

.pd_app li {
  border-radius: 0.1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}

.pd_app .img {
  position: relative;
  overflow: hidden;
}

.pd_app .img::before {
  content: "";
  display: block;
  padding-bottom: 70.59%;
}

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

.pd_app .txt {
  padding: 0.2rem;
}

.pd_app h6 {
  font-size: 0.22rem;
  color: #333;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.16rem;
  position: relative;
}

.pd_app h6::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--i_color);
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd_app .text {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.pd_app p {
  width: 70%;
  font-size: 0.16rem;
  color: #666;
}

.pd_app li:hover {
  border-color: #fff;
  box-shadow: var(--i_shadow);
}

.pd_app li:hover h6 {
  color: var(--i_color);
}

.pd_app li:hover h6::after {
  width: 100%;
  left: 0;
  right: initial;
}

@media screen and (max-width: 1024px) {
  .pd_app h6 {
    font-size: 0.18rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}

/* about */
.i_about .wrap {
  position: relative;
}

.i_about article {
  color: #808393;
  font-size: 0.16rem;
}

.ia_txt {
  width: 36%;
}

.ia_video {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0px 8px 10px rgb(0 0 0 / 30%);
}

.ia_video::before {
  content: "";
  display: block;
  padding-bottom: 78%;
}

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

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

  .ia_video,
  .ia_txt {
    width: 100%;
    position: relative;
  }
}

.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: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .vd_box {
    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;
  }
}

@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;
  }
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.i_why article {
  color: #999;
  font-size: 0.2rem;
  width: 40%;
  margin: 0.3rem 0;
}

@media screen and (max-width: 1440px) {
  .i_why article {
    width: 100%;
    font-size: 0.16rem;
  }
}

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

.in_about_list dt {
  width: 30%;
  position: relative;
  overflow: hidden;
}

.in_about_list img {
  display: block;
  margin: 0 auto;
  height: 1.5rem;
}

.in_about_list h4 {
  margin: 0.34rem 0 0.16rem;
  font-size: 0.2rem;
  color: #444;
  font-weight: 900;
}

.in_about_list h6 {
  font-size: 0.14rem;
  color: #363636;
  line-height: 0.24rem;
  font-weight: normal;
}

.in_about_list dt:hover img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.in_about_list 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;
}

@media screen and (max-width: 1366px) {
  .in_about_list img {
    height: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .in_about_list {
    flex-wrap: wrap;
  }

  .in_about_list dt {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .in_about_list dt:not(:last-child) {
    margin-bottom: 0.3rem;
  }

  .in_about_list img {
    width: 1rem;
    height: 1rem;
    margin: 0 0;
    object-fit: contain;
  }

  .in_about_list span {
    margin-left: auto;
    width: 50%;
    width: calc(100% - 1rem - 0.3rem);
  }

  .in_about_list h4 {
    margin-top: 0;
  }
}

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

  .in_about_list span {
    width: calc(100% - 0.7rem - 0.3rem);
  }
}

.in_ad {
  background: url(static/images/bc_in_ad.webp) no-repeat center;
  background-size: cover;
}

.in_ad_list .advantage {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.in_ad_list .img {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.in_ad_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.72%;
}

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

.in_ad_list .txt {
  width: 44%;
}

.in_ad_list span {
  color: #666;
  font-size: 0.2rem;
}

.in_ad_list span i {
  font-size: 0.32rem;
  color: var(--i_color);
}

.in_ad_list h6 {
  font-size: 0.3rem;
  color: var(--i_color);
  position: relative;
  padding-bottom: 0.16rem;
  margin: 0.2rem 0 0.3rem;
}

.in_ad_list h6::after {
  content: "";
  width: 0.55rem;
  height: 3px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.in_ad_list p {
  font-size: 0.18rem;
  color: #666;
}

@media screen and (max-width: 1440px) {
  .in_ad_list h6 {
    font-size: 0.24rem;
    margin: 0.14rem 0 0.2rem;
    padding-bottom: 0.1rem;
  }
}

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

  .in_ad_list .img,
  .in_ad_list .txt {
    width: 100%;
  }

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

.strength_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.strength_list li {
  width: 49%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.strength_list a {
  display: block;
  width: 100%;
  height: 100%;
}

.strength_list a::before {
  content: "";
  display: block;
  padding-bottom: 61.25%;
}

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

.strength_list .txt {
  width: 90%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
}

.strength_list h6 {
  font-size: 0.38rem;
  color: #fff;
}

.strength_list p {
  font-size: 0.16rem;
  margin: 0.1rem 0;
  color: #fff;
}

.strength_list .more {
  border-color: #fff;
  color: #fff;
  margin-left: auto;
}

.strength_list li:hover img {
  width: 110%;
  height: 110%;
}

@media screen and (max-width: 1440px) {
  .strength_list h6 {
    font-size: 0.3rem;
  }
}

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

  .strength_list h6 {
    font-size: 0.22rem;
  }

  .strength_list p {
    font-size: 0.14rem;
  }
}

.a_contact {
  text-align: center;
  background-color: var(--i_color);
}

.a_contact h6 {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  line-height: 120%;
}

.a_contact .i_but {
  width: 2rem;
  margin: 0.2rem auto 0;
}

@media screen and (max-width: 1440px) {
  .a_contact h6 {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .a_contact h6 {
    font-size: 0.2rem;
  }
}

.honor {
  overflow: hidden;
}

.honor .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}

.honor .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.honor .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.honor-button-prev,
.honor-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.honor-button-prev {
  left: 0;
}

.honor-button-next {
  right: 0;
}

.honor-button-prev:hover,
.honor-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}

.honor-pagination {
  text-align: center;
  margin-top: 20px;
}

.honor-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.honor-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid 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;
}

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

.honor-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 1;
}

.honor .img {
  position: relative;
  overflow: hidden;
}

.honor .img::before {
  content: "";
  display: block;
  padding-bottom: 68.42%;
}

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

.honor h6 {
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  font-weight: normal;
  margin: 0.1rem 0;
}

.patent_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.3rem;
}

.patent_list li {
  width: calc((100% - 1.2rem) / 5);
}

@media screen and (max-width: 1024px) {
  .patent_list {
    gap: 0.4rem 0.3rem;
  }

  .patent_list li {
    width: calc((100% - 0.9rem) / 4);
  }
}

@media screen and (max-width: 768px) {
  .patent_list {
    gap: 0.4rem 0.2rem;
  }

  .patent_list li {
    width: calc((100% - 0.4rem) / 2);
  }
}

.patent_list .img {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border_color);
  border-radius: 0.1rem;
}

.patent_list .img::before {
  content: "";
  display: block;
  padding-bottom: 142.97%;
}

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

.patent_list p {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  text-align: center;
}

.patent_list .img,
.patent_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.patent_list li:hover .img {
  box-shadow: var(--i_shadow);
}

.patent_list li:hover img {
  width: 100%;
  height: 100%;
}

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

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

.expand_btn {
  font-size: 0.2rem;
  color: #666;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

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

/*  */
.expand_btn .arrow {
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
}

.expand_btn .arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--i_color);
  border-right: 2px solid var(--i_color);
  transform: rotate(45deg);
  margin: -6px 0;
  animation: animate28797 2s infinite;
}

.expand_btn .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.expand_btn .arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate28797 {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-8px, -8px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(8px, 8px);
  }
}

.env_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.env_list li {
  width: calc((100% - 0.6rem) / 3);
}

.env_list .img {
  position: relative;
  overflow: hidden;
}

.env_list .img::before {
  content: "";
  display: block;
  padding-bottom: 66.27%;
}

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

.env_list p {
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  margin: 0.1rem 0;
}

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

/* Technology  Exchange */
.tec_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.tec_menu a {
  display: table;
  padding: 0.1rem 0.3rem;
  font-size: 0.18rem;
  border: 1px solid var(--i_color);
  border-radius: 0.3rem;
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tec_menu .curr a,
.tec_menu a:hover {
  background: var(--i_color);
  color: #fff;
}

.p_search {
  --p_search_height: 66px;
  --p_search_width: 66px;
  position: relative;
}

.p_search form {
  width: 52%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid var(--i_color);
  border-radius: 0.1rem;
}

@media screen and (max-width: 1440px) {
  .p_search {
    --p_search_height: 60px;
    --p_search_width: 140px;
  }
}

@media screen and (max-width: 1024px) {
  .p_search {
    --p_search_height: 44px;
    --p_search_width: 120px;
  }

  .p_search form {
    width: 100%;
  }
}

.p_search_ipt,
.p_search_btn {
  display: inline-block;
  vertical-align: middle;
}

.p_search_ipt {
  width: calc(100% - var(--p_search_width));
  height: var(--p_search_height);
  line-height: var(--p_search_height);
  padding-left: 16px;
  font-size: 16px;
  background: #fff;
}

.p_search_btn {
  width: var(--p_search_width);
  height: var(--p_search_height);
  font-size: 0;
  color: #fff;
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}

.download_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  padding: 0.16rem 0;
  border-bottom: 1px solid var(--border_color);
  overflow: hidden;
}

.download_list .tit {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 0 0.2rem;
  width: calc(100% - 1.8rem);
}

.download_list .tit iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
}

.download_list h6 {
  font-size: 0.18rem;
  color: #333;
}

.download_list .but {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.2rem;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  background: none;
  color: #333;
  font-size: 0.16rem;
}

.download_list .but iconify-icon {
  font-size: 0.3rem;
}

.download_list li,
.download_list .but,
.download_list .but iconify-icon,
.download_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.download_list li:hover .but {
  color: var(--i_color);
}

.download_list li:hover {
  box-shadow: var(--i_shadow);
  border-color: transparent;
  padding: 0.18rem 0.2rem;
  background: #fff url(static/images/bc_logo.png) no-repeat right;
  background-size: 4rem;
  border-radius: 0.1rem;
}

@media screen and (max-width: 1440px) {
  .download_list h6 {
    font-size: 0.16rem;
  }

  .download_list .but {
    font-size: 0.15rem;
  }
}

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

  .download_list .but iconify-icon,
  .download_list .tit iconify-icon {
    font-size: 0.3rem;
  }

  .download_list .but {
    padding: 2px 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .download_list .tit {
    width: 100%;
  }
}

.socia_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: var(--i_shadow);
  margin-bottom: 0.8rem;
}

.socia_list li>img {
  position: absolute;
  bottom: -1rem;
  left: 15%;
}

.socia_list li:nth-child(even) {
  flex-direction: row-reverse;
}

.socia_list li:nth-child(even)>img {
  left: 50%;
}

.socia_list .img {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.socia_list .img::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}

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

.socia_list .txt {
  width: 50%;
  padding: 0 0.7rem;
}

.socia_list h4 {
  display: table;
  font-size: 0.3rem;
  font-weight: 400;
  color: #333;
  padding-bottom: 0.1rem;
  position: relative;
  margin-bottom: 0.3rem;
}

.socia_list h4::after {
  content: "";
  width: 0.6rem;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.socia_list p {
  font-size: 0.16rem;
  color: #666;
}

.socia_list li>img,
.socia_list h4,
.socia_list h4::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.socia_list li:hover h4::after {
  width: 100%;
}

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

.socia_list li:hover>img {
  bottom: 0;
}

@media screen and (max-width: 1440px) {
  .socia_list h4 {
    margin: 0.5rem 0 0.1rem;
    font-size: 0.3rem;
  }

  .socia_list .txt {
    padding: 0 0.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .socia_list h4 {
    margin: 0.2rem 0 0.1rem;
    font-size: 0.24rem;
  }

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

  .socia_list .img,
  .socia_list .txt {
    width: 100%;
  }

  .socia_list .txt {
    padding: 0 0.3rem;
  }
}

.application_list li a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.application_list .txt {
  width: 30%;
  background: #fff;
  transform: translateX(-40%);
  padding: 0.3rem 0.7rem;
  box-shadow: var(--i_shadow);
}

.application_list li:nth-child(even) a {
  flex-direction: row-reverse;
}

.application_list li:nth-child(even) a .txt {
  transform: translateX(40%);
}

.application_list .img {
  width: 70%;
  position: relative;
  overflow: hidden;
}

.application_list .img::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}

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

.application_list .txt img {
  margin-top: 0.4rem;
  max-width: 0.56rem;
  object-fit: contain;
}

.application_list span {
  font-size: 0.18rem;
  color: #999;
  font-weight: bold;
  display: table;
  margin-left: auto;
}

.application_list h6 {
  margin: 0.12rem 0;
  font-size: 0.3rem;
  color: #333;
}

.application_list p {
  font-size: 0.16rem;
  color: #666;
}

.application_list .txt img,
.application_list li a,
.application_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.application_list li:hover .txt img {
  transform: rotateY(180deg);
}

.application_list li:hover h6 {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .application_list li {
    margin-bottom: 0.6rem;
  }

  .application_list .txt {
    width: 40%;
    padding: 0.2rem 0.5rem;
    transform: translateX(-25%);
  }

  .application_list .img {
    width: 60%;
  }

  .application_list .txt img {
    margin-top: 0.3rem;
    max-width: 0.5rem;
  }
}

@media screen and (max-width: 1366px) {
  .application_list .txt {
    padding: 0.2rem 0.3rem;
    transform: translateX(-15%);
  }

  .application_list h6 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .application_list li {
    margin-bottom: 0.4rem;
  }

  .application_list .img {
    width: 100%;
  }

  .application_list .txt {
    width: 90%;
    transform: translate(0, -10%) !important;
  }

  .application_list .txt img {
    margin-top: 0.2rem;
    max-width: 0.4rem;
  }

  .application_list h6 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .application_list li {
    margin-bottom: 0.2rem;
  }

  .application_list h6 {
    font-size: 0.18rem;
  }

  .application_list p {
    font-size: 0.14rem;
  }
}

.case_control {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.2rem;
}

.case-pagination {
  font-size: 0;
}

.case-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 2px;
  display: inline-block;
  margin: 0 0;
  background: #d6d6d6;
  outline: none;
  cursor: pointer;
  position: relative;
}

.case-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.case-pagination .swiper-pagination-bullet-active::before {
  right: initial;
  left: 0;
  width: 100%;
}

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

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

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

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

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

.case_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  border: 1px solid var(--border_color);
}

.case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 62.29%;
}

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

.case_list p {
  font-size: 0.18rem;
  color: #333;
  margin: 0.16rem 0;
  text-align: center;
}

.case_list img,
.case_list p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.case_list li:hover img {
  width: 105%;
  height: 105%;
}

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

@media screen and (max-width: 768px) {
  .case_list .img {
    border-radius: 0.1rem;
  }

  .case_list p {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
}

/* news */
.news_list_bac {
  box-sizing: border-box;
  padding: 0.4rem 0 0.6rem 0;
}

.news_list_ul {
  display: flex;
  gap: 0.2rem 0.7rem;
  border-bottom: 0.02rem solid rgba(51, 51, 51, 0.2);
  flex-wrap: wrap;
}

@media screen and (max-width: 1440px) {
  .news_list_ul {
    gap: 0.2rem 0.6rem;
  }
}

.in_n_list li {
  background: url(static/images/bc_logo.png) no-repeat right;
  background-size: 50%;
  margin-bottom: 0.5rem;
}

.in_n_list a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--bc_color);
  overflow: hidden;
  border-radius: 0.1rem;
  gap: 0.2rem 0;
}

.in_n_list .img {
  width: 30%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.in_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.1%;
}

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

.in_n_list .txt {
  width: 70%;
  padding: 0 0.3rem;
}

.in_n_list h6 {
  font-size: 0.24rem;
}

.in_n_list p {
  font-size: 0.16rem;
  margin: 0.1rem 0 0.2rem;
}

.in_n_list span {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  font-size: 0.16rem;
  color: #666;
}

.in_n_list a,
.in_n_list h6,
.in_n_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_n_list a:hover img {
  width: 105%;
  height: 105%;
}

.in_n_list a:hover {
  background: none;
  box-shadow: var(--i_shadow);
}

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

@media screen and (max-width: 1440px) {
  .in_n_list h6 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_n_list h6 {
    font-size: 0.18rem;
  }

  .in_n_list p {
    font-size: 0.14rem;
    margin: 0.1rem 0;
  }

  .in_n_list .img,
  .in_n_list .txt {
    width: 50%;
  }
}

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

  .in_n_list .img,
  .in_n_list .txt {
    width: 100%;
  }
}

/* contact */
.Contact_us_bac {
  box-sizing: border-box;
  padding: 0.4rem 0 0.8rem 0;
}

.Contact_us_ul {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.6rem;
  flex-wrap: wrap;
}

.Contact_us_ul li {
  background-color: #f0f0f0;
  width: calc((100% - 1.2rem) / 3);
  box-sizing: border-box;
  padding: 0.5rem 2.5% 0.3rem 2.5%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  overflow: hidden;
}

.Contact_us_ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0.03rem;
  background: var(--i_color);
  transition: all 0.5s ease;
}

.Contact_us_ul li h3 {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.1rem;
}

.Contact_us_ul li a {
  font-size: 0.28rem;
  color: #333;
  font-family: "bold";
  transition: all 0.3s ease;
}

@media screen and (max-width: 1440px) {
  .Contact_us_ul li a {
    font-size: 0.26rem;
  }
}

.Contact_us_ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.77rem;
  height: 0.77rem;
  border-radius: 50%;
  background-color: #fff;
  margin-left: auto;
  margin-top: 0.1rem;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1440px) {
  .Contact_us_ul li i {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.Contact_us_ul li::after {
  content: "";
  position: absolute;
  bottom: -0.35rem;
  left: -0.4rem;
  width: 2.03rem;
  height: 2.03rem;
  background: url(static/images/contact_us.png) center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}

.contact_map_bac {
  box-sizing: border-box;
  padding: 1rem 0;
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

@media screen and (max-width: 1440px) {
  .contact_map_bac {
    padding: 0.8rem 0;
  }
}

.contact_map_bac img {
  position: absolute;
  top: 3%;
  right: 0%;
  width: 36.5%;
  z-index: -1;
  transform: rotate(158deg);
}

.contact_map {
  padding: 0.4rem;
  background-color: #fff;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.contact_map_left {
  width: 50%;
}

.contact_map_box {
  height: 5.85rem;
}

@media screen and (max-width: 1440px) {
  .contact_map_box {
    height: 5rem;
  }
}

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

iframe {
  width: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

iframe {
  overflow-clip-margin: content-box !important;
  overflow: clip !important;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

.contact_map_add {
  display: flex;
  display: -webkit-flex;
  margin-top: 0.2rem;
}

@media screen and (max-width: 1440px) {
  .contact_map_add iconify-icon {
    font-size: 0.5rem 41.5px;
  }
}

.contact_map_add iconify-icon {
  font-size: 0.55rem;
  color: var(--i_color);
}

:host {
  display: inline-block;
  vertical-align: 0;
}

.contact_map_add p {
  width: calc(100% - 0.55rem);
  font-size: 0.18rem;
  color: #333;
  line-height: 155%;
  box-sizing: border-box;
  padding-left: 0.05rem;
}

@media screen and (max-width: 1440px) {
  .contact_map_add p {
    width: calc(100% - 0.5rem);
    font-size: 0.16rem;
  }
}

.contact_map_right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 4%;
}

.contact_map_right h3 {
  font-size: 0.42rem;
  color: #333;
  font-family: "bold";
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 1440px) {
  .contact_map_right h3 {
    font-size: 0.35rem;
  }
}

.contact_map_right h4 {
  font-size: 0.18rem;
  color: #666;
  line-height: 166%;
}

.contact .wrap_l {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.c_info {
  width: 45%;
}

.map {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.map::before {
  content: "";
  display: block;
  padding-bottom: 38.125%;
}

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

.c_info h4 {
  font-size: 0.3rem;
  color: var(--i_color);
}

.c_list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.1rem 0;
  gap: 0 0.1rem;
}

.c_list .ico {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: var(--i_color);
}

.c_list .info {
  width: calc(100% - 0.5rem);
}

.c_list .info a,
.c_list .info p {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333;
}

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

.c_list li,
.c_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
  .c_info h4 {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 1024px) {
  .c_info h4 {
    font-size: 0.18rem;
  }

  .c_info,
  .map {
    width: 100%;
  }

  .c_list .info a,
  .c_list .info p {
    font-size: 0.16rem;
  }
}

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

.c_ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2rem 2%;
}

.c_ad li {
  width: 49%;
  padding: 0.2rem;
  box-shadow: 0px 0px 8px #ddd;
}

.c_ad iconify-icon {
  font-size: 0.3rem;
  color: var(--i_color);
}

.c_ad p {
  font-size: 0.16rem;
  color: #222;
}

/* -------------------------------------- 侧边客服 -------------------------------------- */
.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: 0.48rem;
  margin-top: 5px;
  border-radius: 50%;
  height: 0.48rem;
  background: rgba(128, 128, 128, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.aside_right em {
  display: block;
  margin: 0 auto;
  width: 0.2rem;
  height: 0.2rem;
}

.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(3) em {
  background: url(static/images/mdi--form.svg) no-repeat center;
  background-size: contain;
}

.aside_right li:nth-child(2) 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:nth-child(3) .side_tel_box{width: 150px; }
.side_tel_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */
.aside_right li:nth-child(1)>a {
  background-color: var(--i_color2);
}

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

.aside_right li:nth-child(3)>a {
  background-color: #666;
}

.aside_right li:nth-child(4)>a {
  background-color: #333;
}

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

.side_tel_box,
.side_qr_box {
  position: absolute;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.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_color);
}

.side_qr_box img {
  width: 90%;
  height: 90%;
}

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

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

/* 侧边客服 表单 */
#aside_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.1rem;
  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: capitalize;
  font-weight: bold;
  line-height: 30px;
}

#wpforms-102 {
  --input_font_size: 16px;
  --input_height: 42px;
}

#wpforms-102 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#wpforms-form-102 {
  width: 100%;
  overflow: hidden;
}

#wpforms-102 input,
#wpforms-102 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#wpforms-102 .wpforms-field {
  padding: 0;
  margin: 0;
}

#wpforms-102 .wpforms-error-container {
  line-height: 16px;
}

#wpforms-102 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#wpforms-102 .wpforms-submit-container {
  padding: 0 !important;
  width: 170px;
  height: var(--input_height);
  background: var(--i_color);
  border-radius: 0.1rem;
  position: relative;
  margin: 0 auto;
}

#wpforms-102 .wpforms-field {
  position: relative;
}

#wpforms-102 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}

#wpforms-102 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 14px;
  color: red;
}

#wpforms-102 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 12px !important;
}

#wpforms-102 .wpforms-field {
  width: 100%;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}

#wpforms-102 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}

#wpforms-102 .wpforms-field:nth-child(1),
#wpforms-102 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}

#wpforms-102 input {
  height: var(--input_height);
}

#wpforms-102 textarea {
  min-height: 100px;
}

#wpforms-102 input,
#wpforms-102 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;
  box-shadow: 0 0 0 0 !important;
}

#wpforms-102 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-102 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-102 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-102 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-102 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-102 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-102 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-102 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-102 #wpforms-30-field_1-error,
#wpforms-102 #wpforms-30-field_2-error,
#wpforms-102 #wpforms-30-field_3-error,
#wpforms-102 #wpforms-30-field_4-error {
  position: absolute;
  font-size: 14px;
}

#wpforms-102 .wpforms-submit-container button {
  overflow: hidden;
  border-radius: 0.1rem;
  width: 100%;
  height: var(--input_height);
  font-size: 16px;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

#wpforms-102 .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;
}

#wpforms-102 .wpforms-submit-container:hover {
  background-color: var(--i_color2);
  animation: a 0.5s 1 linear;
  animation-delay: 0.01s;
}

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

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

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

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

  /* .aside_right{display:none} */
  #aside_sc_from {
    width: 80%;
  }

  .aside_right li:nth-child(1),
  .aside_right li:nth-child(2),
  .aside_right li:nth-child(3) {
    display: none;
  }
}

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

@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
  }

  #aside_sc_from .tit h6 {
    font-size: 24px;
  }
}

/* solutions */
.solutions_bac {
  box-sizing: border-box;
  padding: 0.4rem 0 1rem 0;
}

@media screen and (max-width: 1440px) {
  .solutions_bac {
    padding: 0.4rem 0 0.8rem 0;
  }
}

@media screen and (max-width: 1200px) {
  .solutions_bac {
    padding: 0.4rem 0 0.6rem 0;
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.solutions_ul {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.6rem;
  flex-wrap: wrap;
}

.solutions_ul li {
  width: 100%;
}

.solutions_ul li a {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 0.08rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s ease;
}

.solutions_img {
  position: relative;
  width: 57.55%;
}

.solutions_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
}

.solutions_img::after {
  content: "";
  display: block;
  padding-bottom: 65.55%;
}

.solutions_text {
  width: 42.45%;
  box-sizing: border-box;
  padding: 0.4rem 4%;
}

.home_solutions_i {
  display: block;
  width: 1.03rem;
  height: 0.97rem;
  background: url(static/images/home_solutions_cricle1.png) center no-repeat;
  background-size: contain;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_solutions_cricle {
  width: 0.79rem;
  height: 0.79rem;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.home_solutions_i img {
  width: 0.48rem;
  height: 0.48rem;
  object-fit: contain;
}

.home_solutions_cricle::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--i_color);
  z-index: -1;
  transition: all 0.8s ease;
}

.solutions_text h3 {
  font-family: "bold";
  color: #333;
  font-size: 0.3rem;
  margin: 0.2rem 0;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
  .solutions_text h3 {
    font-size: 0.28rem;
  }
}

@media screen and (max-width: 1366px) {
  .solutions_text h3 {
    font-size: 0.26rem;
  }
}

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

.solutions_text h4 {
  font-size: 0.18rem;
  color: #666;
  line-height: 166%;
  margin-bottom: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

@media screen and (max-width: 1200px) {
  .solutions_text h4 {
    font-size: 0.16rem;
    -webkit-line-clamp: 5;
  }
}

.solutions_ul li a:hover {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
}

.solutions_ul li a:hover::after {
  opacity: 1;
}

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

/* .solutions_ul li a:hover i {
  background: url("static/images/home_solutions_cricle2.png") center no-repeat;
  background-size: contain;
} */
.solutions_ul li a:hover .home_solutions_cricle::after {
  bottom: 0 !important;
}

.solutions_ul li a:hover i img {
  filter: brightness(1000) !important;
}

/* Rec_projects */
.Recc_projects_bac {
  background-color: #f0f0f0;
  box-sizing: border-box;
  padding: 0.8rem 0;
}

.Rec_projects {}

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

.recc_partner {
  position: relative;
}

.recc_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.recc_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.recc_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  border-radius: 0.08rem;
  box-sizing: border-box;
  padding: 0.14rem 0.14rem 0.5rem 0.14rem;
  width: calc((100% - 0.5rem) / 2);
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 2;
  background-color: #fff;
}

.recc_partner_list li::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  width: 2.02rem;
  height: 2.02rem;
  background: url(static/images/home_news_bac.png) center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.recc_partner_list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.03rem;
  background: linear-gradient(to right, #fb5e41, #fb8a3a, #f7b648);
  transition: all 0.7s ease;
}

.recc_partner_list li a {
  display: block;
  width: 100%;
}

.recc_partner_list li:hover {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
}

.recc_partner_list li:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.recc_partner_list li:hover::before {
  opacity: 1;
  right: -0.3rem;
}

.recc_partner_list li:hover h5 {
  color: var(--i_color);
}

.recc_partner_list li:hover img {
  width: 110%;
  height: 110%;
}

/* æŒ‡ç¤ºå™¨ */
.recc_partner .pt-pagination {
  text-align: center;
  margin: 0.4rem auto 0;
}

.recc_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.05rem;
  background: #bbb;
  border-radius: 50%;
  outline: none;
}

.recc_partner .pt-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) {
  .Recc_projects_bac {
    padding: 0.6rem 0;
  }
}

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

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

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

/* Residential_solutions */
.Res_solutions_bac {
  box-sizing: border-box;
  padding: 0.4rem 0 0.8rem 0;
  position: relative;
  z-index: 1;
}

.Res_solutions_bac::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.9rem;
  background-color: #f0f0f0;
  z-index: -1;
}

.Res_solutions {}

.Res_solutions_text {
  font-size: 0.18rem;
  color: #333;
  line-height: 166%;
  margin: 0.4rem 0;
}

.Res_solutions_img {
  position: relative;
  overflow: hidden;
}

.Res_solutions_img::after {
  content: "";
  display: block;
  padding-bottom: 30.1%;
}

.Res_solutions_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
}

@media screen and (max-width: 1440px) {
  .Res_solutions_bac::after {
    height: 3.5rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .Res_solutions_bac {
    padding: 0.4rem 0 0.6rem 0;
  }

  .Res_solutions_bac::after {
    height: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .Res_solutions_bac::after {
    height: 2.5rem;
  }
}

@media screen and (max-width: 960px) {
  .Res_solutions_bac::after {
    height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .Res_solutions_bac::after {
    height: 1.5rem;
  }

  .Res_solutions_text {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 560px) {
  .Res_solutions_bac::after {
    height: 1.2rem;
  }
}

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

.projects_gary {
  background-color: #f0f0f0;
}

.projects_bac {
  box-sizing: border-box;
  padding-bottom: 1rem;
}

.projects {}

.projects_ul {
  display: flex;
  gap: 0.6rem 0.5rem;
  flex-wrap: wrap;
}

.projects_ul li {
  border-radius: 0.08rem;
  box-sizing: border-box;
  padding: 0.14rem 0.14rem 0.5rem 0.14rem;
  width: calc((100% - 0.5rem) / 2);
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 2;
}

.projects_ul li::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  width: 2.02rem;
  height: 2.02rem;
  background: url(static/images/home_news_bac.png) center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.projects_ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.03rem;
  background: linear-gradient(to right, #fb5e41, #fb8a3a, #f7b648);
  transition: all 0.7s ease;
}

.projects_ul li a {
  display: block;
  width: 100%;
}

.projects_img {
  position: relative;
  overflow: hidden;
  border-radius: 0.08rem;
}

.projects_img::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.projects_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
  transition: all 0.3s ease;
}

.projects_h5 {
  font-size: 0.24rem;
  color: #333;
  font-family: "bold";
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  margin: 0.2rem 0;
  transition: all 0.3s ease;
}

.projects_text {
  display: flex;
  gap: 0 15%;
}

.projects_text dt {}

.projects_text dt h3 {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0.05rem;
}

.projects_text dt h4 {
  font-size: 0.18rem;
  color: #333;
}

.projects_ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
}

.projects_ul li:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.projects_ul li:hover::before {
  opacity: 1;
  right: -0.3rem;
}

.projects_ul li:hover h5 {
  color: var(--i_color);
}

.projects_ul li:hover img {
  width: 110%;
  height: 110%;
}

@media screen and (max-width: 1440px) {
  .projects_h5 {
    font-size: 0.22rem;
  }

  .projects_bac {
    padding-bottom: 0.8rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .projects_h5 {
    font-size: 0.2rem;
  }

  .projects_ul {
    gap: 0.5rem 0.4rem;
  }

  .projects_ul li {
    padding: 0.14rem 0.14rem 0.4rem 0.14rem;
    width: calc((100% - 0.4rem) / 2);
  }

  .projects_bac {
    padding-bottom: 0.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .projects_h5 {
    font-size: 0.18rem;
  }

  .projects_ul {
    gap: 0.4rem 0.3rem;
  }

  .projects_ul li {
    padding: 0.1rem 0.1rem 0.35rem 0.1rem;
    width: calc((100% - 0.3rem) / 2);
  }

  .projects_text dt h4 {
    font-size: 0.16rem;
  }
}

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

@media screen and (max-width: 767px) {
  .projects_h5 {
    font-size: 0.16rem;
  }

  .projects_ul li {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .projects_ul {
    gap: 0.2rem;
  }
}

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

/* about_us */
.about_parallax {
  overflow: hidden;
}

.about_us_bac {
  position: relative;
  box-sizing: border-box;
  padding: 0.4rem 0 0.8rem 0;
}

.about_us {}

.about_us_box {
  display: flex;
  flex-wrap: wrap;
}

.about_us_box .title {
  width: 30.8%;
}

.about_us_box h3 {
  width: 69.2%;
  font-size: 0.38rem;
  color: #333;
  line-height: 166%;
}

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

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

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

  .about_us_bac {
    padding: 0.4rem 0 0.6rem 0;
  }
}

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

  .about_us_box h3 {
    width: 100%;
    margin-top: 0.2rem;
  }
}

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

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

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

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

/* about_two */
.about_two_bac {
  margin-top: 1rem;
  overflow: hidden;
}

.about_two {
  position: relative;
}

.about_two_left {
  width: 55%;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0 3rem 3rem 0;
  box-sizing: border-box;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 13%;
}

.about_two_left h3 {
  font-family: "bold";
  font-size: 0.42rem;
  color: var(--i_color);
  text-transform: capitalize;
  margin-bottom: 0.2rem;
  margin-left: 3.2rem;
}

.about_two_left h4 {
  font-size: 0.18rem;
  line-height: 166%;
  color: #666;
  margin-left: 3.2rem;
}

.about_two_right {
  position: absolute;
  width: 55%;
  right: 0;
  height: 100%;
  top: 0;
  border-radius: 3rem 0 0 3rem;
  background: url("static/images/about_two.webp") center no-repeat;
  display: flex;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
}

.about_two_right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 0;
  width: 70%;
}

.about_two_right ul li {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.about_two_right ul li h5 {
  font-size: 0.56rem;
  font-family: "bold";
  color: #333;
}

.about_two_right ul li h5 span {
  font-size: 0.56rem;
  font-family: "bold";
  color: #333;
}

.about_two_right ul li h6 {
  font-size: 0.16rem;
  color: #666;
}

@media screen and (max-width: 1440px) {
  .about_two_left h3 {
    font-size: 0.35rem;
  }

  .about_two_left h4 {
    font-size: 0.16rem;
  }

  .about_two_right ul li h5 span,
  .about_two_right ul li h5 {
    font-size: 0.5rem;
  }

  .about_two_left {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .about_two_bac {
    margin-top: 0.8rem;
  }
}

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

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

  .about_two_right ul li h5 span,
  .about_two_right ul li h5 {
    font-size: 0.45rem;
  }

  .about_two_left {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .about_two_right ul {
    gap: 0.5rem 0;
  }

  .about_two_bac {
    margin-top: 0.6rem;
  }
}

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

  .about_two_right ul li h5 span,
  .about_two_right ul li h5 {
    font-size: 0.4rem;
  }
}

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

  .about_two_right ul li h5 span,
  .about_two_right ul li h5 {
    font-size: 0.35rem;
  }
}

@media screen and (max-width: 767px) {
  .about_two_left {
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-right: 3%;
    border-radius: 0 1rem 1rem 0;
    margin-bottom: 0.4rem;
  }

  .about_two_right {
    position: relative;
    width: 100%;
    right: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    top: 0;
    border-radius: 1rem 0 0 1rem;
  }
}

@media screen and (max-width: 560px) {
  .about_two_right ul {
    gap: 0.4rem 0;
    width: 78%;
  }

  .about_two_left h3 {
    font-size: 0.25rem;
  }

  .about_two_right ul li h5 span,
  .about_two_right ul li h5 {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 425px) {
  .about_two_right ul li h6 {
    font-size: 0.14rem;
  }
}

/* about_factory */
.about_factory_bac {
  background-color: #f0f0f0;
  box-sizing: border-box;
  padding: 0.8rem 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.about_factory_bac>img {
  position: absolute;
  top: 16%;
  left: -5%;
  width: 36.5%;
  z-index: -1;
}

.about_factory {}

/* =================================================================== */
.adv_list_big {
  flex-shrink: 0;
  width: 50.4%;
  overflow: hidden;
}

.adv_list_big .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}

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

.adv_list_big .swiper-slide-active {
  z-index: 3;
}

.adv_pic {
  width: 100%;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
}

.adv_pic::before {
  content: "";
  display: block;
  padding-bottom: 60.75%;
}

.adv_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0.08rem;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.adv_pic p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1.2rem 4% 0.4rem 4%;
  font-size: 0.24rem;
  font-family: "bold";
  color: #fff;
  text-transform: capitalize;
}

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

/* =================================================================== */
.adv_list_thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0.6rem 0;
}

.adv_list_thumbnail .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.adv_list_thumbnail .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.adv_list_thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.adv-pagination {
  margin: 0.4rem auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.adv-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

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

.factory_box_LR {
  display: flex;
  gap: 0.1rem;
}

.adv-prev,
.adv-next {
  width: 0.5rem;
  height: 0.5rem;
  background: none;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}

.adv-prev iconify-icon,
.adv-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.25rem;
  color: var(--i_color);
}

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

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

@media screen and (max-width: 1200px) {
  .about_factory_bac {
    padding: 0.6rem 0;
  }
}

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

  .adv-prev,
  .adv-next {
    width: 40px;
    height: 40px;
  }

  .adv-prev iconify-icon,
  .adv-next iconify-icon {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .i_adv_cont {
    padding-right: 3vw;
  }

  .factory_box {
    margin-top: 0.4rem;
    align-items: center;
  }
}

@media screen and (max-width: 560px) {
  .i_advantages::before {
    bottom: -480px;
    left: -510px;
  }

  .adv-prev,
  .adv-next {
    width: 30px;
    height: 30px;
  }

  .adv-prev iconify-icon,
  .adv-next iconify-icon {
    font-size: 14px;
  }
}

/* Certificate */
.Certificate_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
}

.Certificate {}

.cer_partner_box {
  margin-top: 0.4rem;
}

.cer_partner {
  position: relative;
}

.cer_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cer_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cer_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  border: 1px solid rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
  border-radius: 0.08rem;
  padding: 0.3rem;
  overflow: hidden;
}

.cer_partner_list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.03rem;
  background-color: var(--i_color);
  transition: all 0.5s ease;
}

.cer_partner_list li:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.cer_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.cer_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 151%;
}

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

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

.cer_partner_list li p {
  text-transform: capitalize;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  padding: 0.25rem 5% 0 5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

/* æŒ‡ç¤ºå™¨ */
.cer_partner .pt-pagination {
  background: #666;
  position: relative;
  width: 2rem;
  height: 0.03rem;
  display: block;
  margin-top: 0.6rem;
  margin-left: auto;
  margin-right: auto;
}

.cer_partner .pt-pagination span {
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  top: -0.03rem;
  width: 100%;
  border-radius: 0.03rem;
  height: 0.08rem;
  transform: translate(0, -50%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* å·¦å³ç®­å¤´ */
.cer_partner .pt-button-prev,
.cer_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  z-index: 999;
  cursor: pointer;
  outline: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.cer_partner .pt-button-prev iconify-icon,
.cer_partner .pt-button-next iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}

.cer_partner .pt-button-prev {
  left: -5%;
}

.cer_partner .pt-button-next {
  right: -5%;
}

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

.cer_partner .pt-button-prev:hover iconify-icon,
.cer_partner .pt-button-next:hover iconify-icon {
  color: #fff;
}

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

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

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

  .cer_partner .pt-button-prev,
  .cer_partner .pt-button-next {
    display: none;
  }

  .cer_partner .pt-pagination {
    display: block;
  }

  .cer_partner .pt-pagination span {
    top: -0.02rem;
    border-radius: 0.02rem;
    height: 0.06rem;
  }

  .cer_partner_list li p {
    font-size: 0.16rem;
  }

  .Certificate_bac {
    padding: 0.6rem 0;
  }
}

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

@media screen and (max-width: 767px) {
  .cer_partner .pt-pagination span {
    top: -0.02rem;
    height: 0.04rem;
  }

  .cer_partner_list li {
    padding: 0.25rem;
  }
}

@media screen and (max-width: 560px) {
  .cer_partner_list li {
    padding: 0.2rem;
  }
}

/* home_about */
.home_about_bac {
  box-sizing: border-box;
  padding: 1rem 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.home_about_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgba(0, 132, 203, 0.1);
  border-radius: 50% 50% 0% 0% / 16% 14% 24% 24%;
  z-index: -1;
}

.home_about {}

.home_about_box {
  display: flex;
  flex-wrap: wrap;
}

.home_about_title {
  width: 70.5%;
  box-sizing: border-box;
  padding-right: 15%;
}

.home_about_title .home_btn {
  margin-top: 0.6rem;
}

.index-about-point {
  --color_img: linear-gradient(37deg,
      rgba(0, 132, 203, 1),
      rgba(220, 241, 205, 0.08));
}

.index-about-point {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  /* overflow-x: hidden; */
  z-index: -1;
}

.about-point-content {
  width: 100%;
  height: 100%;
}

.circular {
  position: absolute;
  left: -1.5rem;
  top: 0.3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-image: var(--color_img);
  opacity: 0.2;
  z-index: 5;
}

.circular-xiao1,
.circular-xiao2,
.circular-xiao3,
.circular-xiao4,
.circular-xiao5,
.circular-xiao6,
.circular-xiao7,
.circular-xiao8,
.circular-xiao9,
.circular-xiao0 {
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.circular-xiao1 {
  border: 1px solid var(--i_color);
  width: 0.46rem;
  height: 0.46rem;
  opacity: 0.5;
  margin-left: 16%;
  margin-top: 14%;
}

.circular-xiao2 {
  background-image: var(--color_img);
  width: 0.2rem;
  height: 0.2rem;
  opacity: 0.7;
  margin-left: 7%;
  margin-top: 19%;
}

.circular-xiao3 {
  background-image: var(--color_img);
  border-width: 1px;
  width: 0.4rem;
  height: 0.4rem;
  opacity: 0.6;
  margin-left: 49%;
  margin-top: 13%;
}

.circular-xiao4 {
  border: 1px solid var(--i_color);
  width: 0.22rem;
  height: 0.22rem;
  opacity: 0.9;
  margin-left: 65%;
  margin-top: 11%;
}

.circular-xiao5 {
  background-image: var(--color_img);
  width: 0.16rem;
  height: 0.16rem;
  opacity: 1;
  margin-left: 83%;
  margin-top: 19%;
}

.circular-xiao6 {
  border: 1px solid var(--i_color);
  width: 1rem;
  height: 1rem;
  opacity: 0.4;
  margin-left: 93%;
  margin-top: 3%;
}

.home_about_img {
  position: relative;
  overflow: hidden;
  border-radius: 0.08rem;
  margin-top: 0.5rem;
}

.home_about_img::after {
  content: "";
  display: block;
  padding-bottom: 37.15%;
}

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

.home_about_youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 12s ease-in-out infinite alternate;
}

.home_about_youtube i {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(255, 255, 255, 0.3);
  transition: border-radius 1s ease-out;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph 8s ease-in-out infinite both alternate;
  position: relative;
  cursor: pointer;
}

.home_about_youtube i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  transition: border-radius 1.2s ease-out;
  border-radius: 23% 67% 20% 73% / 66% 25% 65% 24%;
  animation: morph1 10s ease-in-out infinite both alternate;
}

.home_about_youtube i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  transition: border-radius 1.4s ease-out;
  border-radius: 23% 65% 20% 70% / 23% 50% 41% 62%;
  animation: morph2 12s ease-in-out infinite both alternate;
}

.home_about_youtube i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 12s ease-in-out infinite alternate-reverse;
  z-index: 3;
  width: 0.28rem;
  height: 0.32rem;
  object-fit: contain;
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
  }

  100% {
    border-radius: 40% 60%;
  }
}

@keyframes morph1 {
  0% {
    border-radius: 23% 67% 20% 73% / 66% 25% 65% 24%;
  }

  100% {
    border-radius: 23% 67%;
  }
}

@keyframes morph2 {
  0% {
    border-radius: 23% 65% 20% 70% / 23% 50% 41% 62%;
  }

  100% {
    border-radius: 23% 65%;
  }
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.vd_box_area {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}

.vd_box_area::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.close_v::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}

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

  .close_v::before {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .vd_box_area {
    width: 88%;
  }

  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }

  .close_v::before {
    font-size: 0.3rem;
  }
}

/* home_news */
.home_news_bac {
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 0.8rem 0;
}

.home_news {}

/*  */
.HN_partner_box {
  margin-top: 0.6rem;
}

.HN_partner {
  position: relative;
}

.HN_partner_list {
  width: 100%;
  padding: 0.1rem;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.HN_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.HN_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}

.HN_partner_list li a {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.HN_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
}

.HN_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 58.3%;
}

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

.HN_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;
}

.HN_partner_list .img i {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.1rem 0.22rem;
  border-radius: 0 0.2rem 0 0.08rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 132, 203, 0.8);
  font-size: 0.16rem;
  color: #fff;
}

.HN_text {
  box-sizing: border-box;
  padding: 0.35rem 5% 0.4rem 5%;
  position: relative;
  z-index: 2;
}

.HN_text::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: -0.4rem;
  width: 2.02rem;
  height: 2.02rem;
  background: url("static/images/home_news_bac.png") center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: all 0.7s ease;
}

.HN_text h3 {
  font-size: 0.14rem;
  color: var(--i_color);
  text-transform: capitalize;
}

.HN_text h4 {
  font-family: "bold";
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease;
}

.HN_partner_list li a:hover {
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
}

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

.HN_partner_list li a:hover .HN_text::after {
  opacity: 1;
}

/* æŒ‡ç¤ºå™¨ */
.HN_partner .pt-pagination {
  background: #666;
  position: relative;
  width: 2rem;
  height: 0.03rem;
  display: block;
  margin-top: 0.6rem;
  margin-left: auto;
  margin-right: auto;
}

.HN_partner .pt-pagination span {
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  top: -0.03rem;
  width: 100%;
  border-radius: 0.03rem;
  height: 0.08rem;
  transform: translate(0, -50%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* å·¦å³ç®­å¤´ */
.HN_partner .pt-button-prev,
.HN_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  z-index: 999;
  cursor: pointer;
  outline: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.HN_partner .pt-button-prev iconify-icon,
.HN_partner .pt-button-next iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}

.HN_partner .pt-button-prev {
  left: -5%;
}

.HN_partner .pt-button-next {
  right: -5%;
}

.HN_partner .pt-button-prev:hover,
.HN_partner .pt-button-next:hover {
  background-color: var(--i_color);
}

.HN_partner .pt-button-prev:hover iconify-icon,
.HN_partner .pt-button-next:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .HN_text h4 {
    font-size: 0.22rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .HN_text h4 {
    font-size: 0.2rem;
  }

  .home_news_bac {
    padding: 0.6rem 0;
  }

  .HN_partner_box {
    margin-top: 0.3rem;
  }

  .HN_partner .pt-pagination {
    height: 0.03rem;
    margin-top: 0.4rem;
  }

  .HN_partner .pt-pagination span {
    top: -0.02rem;
    border-radius: 0.02rem;
    height: 0.06rem;
  }
}

@media screen and (max-width: 959px) {
  .HN_text h4 {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 767px) {
  .HN_text h4 {
    font-size: 0.16rem;
  }

  .HN_partner .pt-pagination {
    height: 0.01rem;
  }

  .HN_partner .pt-pagination span {
    top: -0.02rem;
    height: 0.04rem;
  }

  .HN_text {
    padding: 0.3rem 5%;
  }

  .HN_partner_list .img i {
    padding: 0.1rem 0.2rem;
    font-size: 0.14rem;
  }

  .HN_text::after {
    display: none;
  }
}

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

/* news */
.news_bac {
  box-sizing: border-box;
  padding-bottom: 1rem;
}

.news {}

.news_ul {
  display: flex;
  gap: 0.6rem 0.4rem;
  flex-wrap: wrap;
}

.news_ul li {
  width: calc((100% - 0.8rem) / 3);
}

.news_ul li a {
  display: block;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 0.08rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.news_img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
}

.news_img::after {
  content: "";
  display: block;
  padding-bottom: 58.3%;
}

.news_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.news_img i {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.1rem 0.22rem;
  border-radius: 0 0.2rem 0 0.08rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 132, 203, 0.8);
  font-size: 0.16rem;
  color: #fff;
}

.news_text {
  box-sizing: border-box;
  padding: 0.35rem 5% 0.4rem 5%;
  position: relative;
  z-index: 2;
}

.news_text::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: -0.4rem;
  width: 2.02rem;
  height: 2.02rem;
  background: url(static/images/home_news_bac.png) center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: all 0.7s ease;
}

.news_text h3 {
  font-size: 0.14rem;
  color: var(--i_color);
  text-transform: capitalize;
}

.news_text h4 {
  font-family: "bold";
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease;
}

.news_ul li a:hover {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
}

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

.news_ul li a:hover .news_text::after {
  opacity: 1;
}

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

@media screen and (max-width: 1440px) {
  .news_text h4 {
    font-size: 0.22rem;
  }

  .news_ul {
    gap: 0.4rem;
  }

  .news_bac {
    padding-bottom: 0.8rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .news_text h4 {
    font-size: 0.2rem;
  }

  .news_text {
    padding: 0.35rem 5%;
  }

  .news_bac {
    padding-bottom: 0.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .news_text h4 {
    font-size: 0.18rem;
  }

  .news_ul {
    gap: 0.2rem;
  }

  .news_ul li {
    width: calc((100% - 0.4rem) / 3);
  }
}

@media screen and (max-width: 960px) {
  .news_text h4 {
    font-size: 0.16rem;
  }
}

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

@media screen and (max-width: 560px) {
  .news_ul li {
    width: calc((100% - 0.2rem) / 2);
  }
}

@media screen and (max-width: 425px) {
  .news_img i {
    padding: 0.05rem 0.15rem;
    font-size: 0.14rem;
  }
}

/* Number of pages */
.in_page_box {
  text-align: center;
  overflow: hidden;
  margin-top: 0.7rem;
}

.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.in_page_right .in_page {
  justify-content: flex-end;
}

.in_page_left .in_page {
  justify-content: flex-start;
}

.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}

.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
  transition: all 0.3s ease;
}

.in_page>i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
  display: none;
}

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

@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.6rem;
  }
}

@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }

  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }

  .in_page_box {
    margin-top: 0.4rem;
  }
}

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

/* news_list */
.news_list_bac {
  box-sizing: border-box;
  padding: 0.4rem 0 0.6rem 0;
}

.news_list {}

.news_list_ul {
  display: flex;
  gap: 0.2rem 0.7rem;
  border-bottom: 0.02rem solid rgba(51, 51, 51, 0.2);
  flex-wrap: wrap;
}

.news_list_ul li {}

.news_list_ul li a {
  font-size: 0.2rem;
  color: #666;
  box-sizing: border-box;
  padding-bottom: 0.25rem;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.news_list_ul li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 0.03rem;
  width: 0;
  background-color: var(--i_color);
  transition: all 0.3s ease;
}

.news_list_ul li a:hover,
.news_list_active a {
  color: var(--i_color) !important;
}

.news_list_ul li a:hover::after,
.news_list_active a::after {
  width: 100% !important;
  right: auto !important;
  left: 0 !important;
}

@media screen and (max-width: 1440px) {
  .news_list_ul {
    gap: 0.2rem 0.6rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .news_list_ul li a {
    font-size: 0.18rem;
    padding-bottom: 0.2rem;
  }

  .news_list_ul {
    gap: 0.2rem 0.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .news_list_ul {
    gap: 0.2rem 0.4rem;
  }
}

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

@media screen and (max-width: 767px) {
  .news_list_ul li a {
    font-size: 0.16rem;
    padding-bottom: 0.15rem;
  }

  .news_list_ul {
    gap: 0.2rem 0.3rem;
  }

  .news_list_bac {
    padding: 0.4rem 0;
  }
}

@media screen and (max-width: 560px) {
  .news_list_ul li a {
    font-size: 0.14rem;
    padding-bottom: 0.1rem;
  }

  .news_list_ul {
    gap: 0.2rem;
  }
}

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

/* projects */
.projects_gary {
  background-color: #f0f0f0;
}

.projects_bac {
  box-sizing: border-box;
  padding-bottom: 1rem;
}

.projects {}

.projects_ul {
  display: flex;
  gap: 0.6rem 0.5rem;
  flex-wrap: wrap;
}

.projects_ul li {
  border-radius: 0.08rem;
  box-sizing: border-box;
  padding: 0.14rem 0.14rem 0.5rem 0.14rem;
  width: calc((100% - 0.5rem) / 2);
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 2;
}

.projects_ul li::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  width: 2.02rem;
  height: 2.02rem;
  background: url(static/images/home_news_bac.png) center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.projects_ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.03rem;
  background: linear-gradient(to right, #fb5e41, #fb8a3a, #f7b648);
  transition: all 0.7s ease;
}

.projects_ul li a {
  display: block;
  width: 100%;
}

.projects_img {
  position: relative;
  overflow: hidden;
  border-radius: 0.08rem;
}

.projects_img::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.projects_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
  transition: all 0.3s ease;
}

.projects_h5 {
  font-size: 0.24rem;
  color: #333;
  font-family: "bold";
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  margin: 0.2rem 0;
  transition: all 0.3s ease;
}

.projects_text {
  display: flex;
  gap: 0 15%;
}

.projects_text dt {}

.projects_text dt h3 {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0.05rem;
}

.projects_text dt h4 {
  font-size: 0.18rem;
  color: #333;
}

.projects_ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
}

.projects_ul li:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.projects_ul li:hover::before {
  opacity: 1;
  right: -0.3rem;
}

.projects_ul li:hover h5 {
  color: var(--i_color);
}

.projects_ul li:hover img {
  width: 110%;
  height: 110%;
}

@media screen and (max-width: 1440px) {
  .projects_h5 {
    font-size: 0.22rem;
  }

  .projects_bac {
    padding-bottom: 0.8rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .projects_h5 {
    font-size: 0.2rem;
  }

  .projects_ul {
    gap: 0.5rem 0.4rem;
  }

  .projects_ul li {
    padding: 0.14rem 0.14rem 0.4rem 0.14rem;
    width: calc((100% - 0.4rem) / 2);
  }

  .projects_bac {
    padding-bottom: 0.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .projects_h5 {
    font-size: 0.18rem;
  }

  .projects_ul {
    gap: 0.4rem 0.3rem;
  }

  .projects_ul li {
    padding: 0.1rem 0.1rem 0.35rem 0.1rem;
    width: calc((100% - 0.3rem) / 2);
  }

  .projects_text dt h4 {
    font-size: 0.16rem;
  }
}

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

@media screen and (max-width: 767px) {
  .projects_h5 {
    font-size: 0.16rem;
  }

  .projects_ul li {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .projects_ul {
    gap: 0.2rem;
  }
}

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

/* projects */
.projects_gary {
  background-color: #f0f0f0;
}

.projects_bac {
  box-sizing: border-box;
  padding-bottom: 1rem;
}

.projects {}

.projects_ul {
  display: flex;
  gap: 0.6rem 0.5rem;
  flex-wrap: wrap;
}

.projects_ul li {
  border-radius: 0.08rem;
  box-sizing: border-box;
  padding: 0.14rem 0.14rem 0.5rem 0.14rem;
  width: calc((100% - 0.5rem) / 2);
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 2;
}

.projects_ul li::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  width: 2.02rem;
  height: 2.02rem;
  background: url(static/images/home_news_bac.png) center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.projects_ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.03rem;
  background: linear-gradient(to right, #fb5e41, #fb8a3a, #f7b648);
  transition: all 0.7s ease;
}

.projects_ul li a {
  display: block;
  width: 100%;
}

.projects_img {
  position: relative;
  overflow: hidden;
  border-radius: 0.08rem;
}

.projects_img::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.projects_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
  transition: all 0.3s ease;
}

.projects_h5 {
  font-size: 0.24rem;
  color: #333;
  font-family: "bold";
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  margin: 0.2rem 0;
  transition: all 0.3s ease;
}

.projects_text {
  display: flex;
  gap: 0 15%;
}

.projects_text dt {}

.projects_text dt h3 {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0.05rem;
}

.projects_text dt h4 {
  font-size: 0.18rem;
  color: #333;
}

.projects_ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
}

.projects_ul li:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.projects_ul li:hover::before {
  opacity: 1;
  right: -0.3rem;
}

.projects_ul li:hover h5 {
  color: var(--i_color);
}

.projects_ul li:hover img {
  width: 110%;
  height: 110%;
}

@media screen and (max-width: 1440px) {
  .projects_h5 {
    font-size: 0.22rem;
  }

  .projects_bac {
    padding-bottom: 0.8rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .projects_h5 {
    font-size: 0.2rem;
  }

  .projects_ul {
    gap: 0.5rem 0.4rem;
  }

  .projects_ul li {
    padding: 0.14rem 0.14rem 0.4rem 0.14rem;
    width: calc((100% - 0.4rem) / 2);
  }

  .projects_bac {
    padding-bottom: 0.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .projects_h5 {
    font-size: 0.18rem;
  }

  .projects_ul {
    gap: 0.4rem 0.3rem;
  }

  .projects_ul li {
    padding: 0.1rem 0.1rem 0.35rem 0.1rem;
    width: calc((100% - 0.3rem) / 2);
  }

  .projects_text dt h4 {
    font-size: 0.16rem;
  }
}

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

@media screen and (max-width: 767px) {
  .projects_h5 {
    font-size: 0.16rem;
  }

  .projects_ul li {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .projects_ul {
    gap: 0.2rem;
  }
}

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

/* single_grid */
.single_grid_bac {
  box-sizing: border-box;
  padding: 0.2rem 0 0.6rem 0;
}

.single_grid {
  display: flex;
  flex-wrap: wrap;
}

.single_grid_left {
  width: 40%;
}

/* é¥å‰§å¢–éŒãƒ§æ¹…é–ï¿½ */
.in_grid_cont {
  --sm_pic_width: 17%;
}

.in_grid_cont {
  position: relative;
  overflow: hidden;
}

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

/* ç¼‚â•ƒæšé¥ï¿½ */
.in_grid_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}

.in_grid_list {
  height: 100%;
}

.in_grid_list .swiper-slide {
  cursor: pointer;
}

.in_grid_list .img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0.08rem;
  position: relative;
  overflow: hidden;
}

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

.in_grid_list .swiper-slide-thumb-active .img {
  border: 2px solid var(--i_color);
}

.in_grid_list .swiper-slide-thumb-active img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}

.ingrid-button-prev,
.ingrid-button-next {
  position: absolute;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

/* æ¾¶Ñƒæµ˜ */
.in_grid_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  box-sizing: border-box;
  padding: 0 0;
  margin: 0 auto;
}

.in_grid_show {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.in_grid_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.in_grid_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  padding: 1px;
}

.in_grid_show .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.in_grid_show .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ingrid-pagination {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0rem;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #f0f0f0;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 0.18rem;
  color: var(--i_color);
  z-index: 2;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  box-sizing: border-box;
  padding: 0.1rem;
}

.ingrid-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}

.ingrid-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

.in_grid_cont:before {
  display: none;
}

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

.in_grid_show .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.in_grid_show .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.in_grid_show .img img {
  position: absolute;
  top: 50%;
  border-radius: 0.08rem;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.in_grid_list_box {
  margin-top: 0.1rem;
  padding: 0.05rem;
  position: relative;
  width: 100%;
  height: initial;
}

.in_grid_list {
  width: 100%;
  margin: 0 auto;
}

.in_grid_list_box .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.in_grid_list_box .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.in_grid_list .img {
  height: auto;
}

.in_grid_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

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

.ingrid-button-prev,
.ingrid-button-next {
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.ingrid-button-prev {
  left: 0.1rem;
}

.ingrid-button-next {
  right: 0.1rem;
}

.ingrid-button-prev iconify-icon,
.ingrid-button-next iconify-icon {
  font-size: 0.2rem;
  color: #fff;
}

.ingrid-button-prev:hover,
.ingrid-button-next:hover {
  background-color: var(--i_color);
}

.single_grid_right {
  width: 60%;
  box-sizing: border-box;
  padding-left: 4%;
}

.single_grid_right h3 {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 0.18rem;
  color: #333;
}

.single_grid_right h1 {
  font-size: 0.26rem;
  color: var(--i_color);
  font-family: "bold";
  margin: 0.1rem 0;
}

.single_grid_right h2 {
  font-size: 0.16rem;
  color: #333;
  line-height: 150%;
}

.single_grid_ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  margin: 0.3rem 0;
}

.single_grid_ul li {
  box-sizing: border-box;
  padding: 0.2rem 0.2rem 0.2rem 0;
  width: 50%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.single_grid_ul li .on {
  color: var(--i_color);
}

.single_grid_ul li h4 {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0.1rem;
}

.single_grid_ul li h5 {
  font-size: 0.24rem;
  color: #333;
}

.single_share {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}

.single_share p {
  font-size: 0.18rem;
  color: #333;
  font-family: "bold";
  margin-right: 0.15rem;
}

.single_share_dl {
  display: flex;
  gap: 0.3rem;
}

.single_share_dl dt {}

.single_share_dl dt a {
  display: block;
  width: 100%;
}

.single_share_dl dt a iconify-icon {
  font-size: 0.25rem;
  color: #666;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.single_share_dl dt a iconify-icon:hover {
  opacity: 1;
  color: var(--i_color);
  transform: translateY(-5px);
}

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

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

@media screen and (max-width: 1200px) {
  .single_grid_right h1 {
    font-size: 0.24rem;
  }

  .single_grid_right h2 {
    font-size: 0.14rem;
  }

  .single_grid_right h3 {
    padding: 0.1rem 0.2rem;
    font-size: 0.16rem;
  }

  .single_grid_ul li h5 {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 1024px) {
  .single_grid_bac {
    padding: 0.4rem 0 0.6rem 0;
  }
}

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

@media screen and (max-width: 767px) {
  .single_grid_right {
    width: 100%;
    padding-left: 0%;
  }

  .single_grid_left {
    width: 50%;
  }

  .single_grid {
    gap: 0.4rem;
    justify-content: center;
  }

  .single_grid_right h1 {
    font-size: 0.2rem;
    margin: 0.15rem 0;
  }

  .single_grid_ul li h5 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .single_grid_left {
    width: 80%;
  }

  .single_grid_ul li h4 {
    font-size: 0.14rem;
  }

  .single_grid_ul li h5 {
    font-size: 0.18rem;
  }

  .single_grid_right h3 {
    padding: 0.06rem 0.15rem;
  }
}

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

/* Product_features */
.Product_features_bac {
  box-sizing: border-box;
  padding: 0.6rem 0;
}

.Product_features {}

.Product_features_ul {
  margin-top: 0.5rem;
  --Pf_white: 0.94rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.Product_features_ul li {
  background-color: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.4rem 2%;
  width: calc((100% - 0.8rem) / 3);
  border-radius: 0.08rem;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  align-items: center;
}

.Product_features_ul li::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: -0.4rem;
  width: 2.02rem;
  height: 2.02rem;
  background: url(static/images/home_news_bac.png) center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: all 0.7s ease;
}

.Product_features_img {
  position: relative;
}

.Product_features_img1 {
  width: var(--Pf_white);
  height: var(--Pf_white);
  object-fit: contain;
}

.Product_features_img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.7s ease;
}

.Product_features_img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.4rem;
  color: var(--i_color);
  font-family: "bold";
  line-height: 100%;
  transition: all 0.3s ease;
}

.Product_features_ul li p {
  width: calc(100% - var(--Pf_white));
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  max-height: 0.9rem;
  overflow: auto;
  box-sizing: border-box;
  padding: 0 0.1rem 0 0.2rem;
}

/*æ»šåŠ¨æ¡*/
.Product_features_ul li p::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

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

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

.Product_features_ul li:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.Product_features_ul li:hover::after {
  opacity: 1;
}

.Product_features_ul li:hover .Product_features_img2 {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.Product_features_ul li:hover i {
  color: #fff;
}

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

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

@media screen and (max-width: 1200px) {
  .Product_features_ul li p {
    font-size: 0.16rem;
    line-height: 0.25rem;
    max-height: 0.75rem;
  }

  .Product_features_ul li {
    padding: 0.25rem 2%;
    width: calc((100% - 0.5rem) / 3);
  }

  .Product_features_ul {
    --Pf_white: 0.8rem;
    gap: 0.25rem;
  }

  .Product_features_img i {
    font-size: 0.35rem;
  }
}

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

@media screen and (max-width: 960px) {
  .Product_features_ul li {
    width: calc((100% - 0.25rem) / 2);
  }
}

@media screen and (max-width: 767px) {
  .Product_features_ul {
    --Pf_white: 0.6rem;
    gap: 0.2rem;
  }

  .Product_features_ul li {
    width: calc((100% - 0.2rem) / 2);
  }

  .Product_features_img i {
    font-size: 0.25rem;
  }

  .Product_features_ul {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 560px) {
  .Product_features_ul li {
    width: 100%;
  }
}

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

.editor_bac {
  box-sizing: border-box;
  padding-bottom: 0.6rem;
}

.editor_box {
  margin-top: 0.4rem;
}

.tags {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.2rem;
  align-items: center;
  box-sizing: border-box;
  padding: 0.6rem 0 0.2rem 0;
  border-bottom: 1px solid rgba(30, 74, 179, 0.2);
  margin-bottom: 0.2rem;
}

.tags p {
  font-size: 0.18rem;
  color: #222;
  font-family: "bold";
}

.tags a {
  display: inline-block;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 0.1rem 0.3rem;
  font-size: 0.16rem;
  color: #333;
  text-transform: capitalize;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
}

.tags a:hover {
  background-color: var(--i_color);
  color: #fff;
}

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

.sx>div {
  width: 48%;
}

.sx_left {}

.sx a {
  display: block;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.sx i {
  width: 0.45rem;
  height: 0.45rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  transition: all 0.3s ease;
}

.sx i iconify-icon {
  font-size: 0.14rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}

.sx p {
  font-size: 0.18rem;
  color: #333;
  font-family: "bold";
  text-transform: capitalize;
}

.sx span {
  font-size: 0.16rem;
  color: #333;
  transition: all 0.3s ease;
}

.sx_right a {
  justify-content: flex-end;
}

.sx_left i {
  margin-right: 0.1rem;
}

.sx_right i {
  margin-left: 0.1rem;
}

.sx a:hover i {
  background-color: var(--i_color);
}

.sx a:hover i iconify-icon {
  color: #fff;
}

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

@media screen and (max-width: 1440px) {
  .editor_all {
    border-radius: 0.8rem 0.8rem 0 0;
  }
}

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

@media screen and (max-width: 1200px) {
  .editor_all {
    border-radius: 0.6rem 0.6rem 0 0;
  }
}

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

  .editor_left {
    width: 100%;
  }

  .editor_ul li {
    font-size: 0.18rem;
    padding: 0.12rem 0.4rem;
  }
}

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

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

@media screen and (max-width: 560px) {
  .editor_ul li {
    font-size: 0.16rem;
    padding: 0.1rem 0.3rem;
  }

  .editor_all {
    border-radius: 0.4rem 0.4rem 0 0;
  }

  .sx>div {
    width: 100%;
  }

  .editor_all {
    padding: 0.6rem 0;
  }

  .tags {
    padding: 0.4rem 0 0.2rem 0;
  }

  .sx i {
    width: 0.4rem;
    height: 0.4rem;
  }
}

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

/* products_projects */
.products_projects_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
  background: #f0f0f0;
}

.products_projects {}

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

.PP_partner {
  position: relative;
}

.PP_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.PP_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.PP_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  border-radius: 0.08rem;
  box-sizing: border-box;
  padding: 0.14rem 0.14rem 0.5rem 0.14rem;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 2;
  background-color: #fff;
}

.PP_partner_list li::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  width: 2.02rem;
  height: 2.02rem;
  background: url(static/images/home_news_bac.png) center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.PP_partner_list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.03rem;
  background: linear-gradient(to right, #fb5e41, #fb8a3a, #f7b648);
  transition: all 0.7s ease;
}

.PP_partner_list li a {
  display: block;
  width: 100%;
}

.PP_partner_list li:hover {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
}

.PP_partner_list li:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.PP_partner_list li:hover::before {
  opacity: 1;
  right: -0.3rem;
}

.PP_partner_list li:hover h5 {
  color: var(--i_color);
}

.PP_partner_list li:hover img {
  width: 110%;
  height: 110%;
}

/* æŒ‡ç¤ºå™¨ */
.PP_partner .pt-pagination {
  text-align: center;
  margin: 0.4rem auto 0;
}

.PP_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.05rem;
  background: #bbb;
  border-radius: 50%;
  outline: none;
}

.PP_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

/* å·¦å³ç®­å¤´ */
.PP_partner .pt-button-prev,
.PP_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  z-index: 999;
  cursor: pointer;
  outline: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.PP_partner .pt-button-prev iconify-icon,
.PP_partner .pt-button-next iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}

.PP_partner .pt-button-prev {
  left: -5%;
}

.PP_partner .pt-button-next {
  right: -5%;
}

.PP_partner .pt-button-prev:hover,
.PP_partner .pt-button-next:hover {
  background-color: var(--i_color);
}

.PP_partner .pt-button-prev:hover iconify-icon,
.PP_partner .pt-button-next:hover iconify-icon {
  color: #fff;
}

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

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

@media screen and (max-width: 1200px) {
  .products_projects_bac {
    padding: 0.6rem 0;
  }
}

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

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

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

/* Production_process */
.Production_process_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
}

.Production_process {}

.Production_process_ul {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  align-items: flex-start;
}

.Production_process_ul li {
  width: calc((100% - 1.4rem) / 5);
  border-radius: 0.08rem;
  transition: all 0.3s ease;
}

.Production_process_img {
  position: relative;
  overflow: hidden;
}

.Production_process_img::after {
  content: "";
  display: block;
  padding-bottom: 68.5%;
}

.Production_process_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
}

.Production_process_text {
  box-sizing: border-box;
  padding: 0.2rem 2%;
}

.Production_process_text h3 {
  font-size: 0.18rem;
  color: var(--i_color);
  font-family: "bold";
  text-align: center;
}

.Production_process_text h4 {
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0.1rem;
  transition: all 0.3s ease;
}

.Production_process_ul li:hover {
  box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.2);
}

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

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

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

@media screen and (max-width: 1200px) {
  .Production_process_bac {
    padding: 0.6rem 0;
  }

  .Production_process_ul {
    gap: 0.3rem;
  }

  .Production_process_ul li {
    width: calc((100% - 1.2rem) / 5);
  }

  .Production_process_text h4 {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 1024px) {
  .Production_process_ul {
    gap: 0.2rem;
  }

  .Production_process_ul li {
    width: calc((100% - 0.6rem) / 4);
  }
}

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

@media screen and (max-width: 767px) {
  .Production_process_ul li {
    width: calc((100% - 0.4rem) / 3);
  }
}

@media screen and (max-width: 560px) {
  .Production_process_ul li {
    width: calc((100% - 0.2rem) / 2);
  }
}

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

/* faq */
.faq_bac {
  background-color: #f0f0f0;
  box-sizing: border-box;
  padding: 0.8rem 0;
}

.faq {}

.faq_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.35rem;
}

.faq_ul li {}

.faq_q {
  box-sizing: border-box;
  padding: 0.25rem 0.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.faq_ul i {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.22rem;
  border-radius: 0.04rem;
  line-height: 100%;
}

.faq_q i {
  background-color: #666;
}

.faq_a i {
  background-color: var(--i_color);
}

.faq_q h2 {
  font-size: 0.22rem;
  color: #222;
  width: calc(100% - 0.8rem);
  box-sizing: border-box;
  padding: 0 0.2rem;
}

.faq_a {
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 0rem 0.4rem 0.3rem 0.4rem;
  background-color: #fff;
}

.faq_a p {
  width: calc(100% - 0.36rem);
  padding-left: 0.2rem;
  font-size: 0.2rem;
  color: #666;
  line-height: 0.28rem;
}

.faq_q h3 {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  border: 1px solid #222;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.faq_q h3 iconify-icon {
  font-size: 0.15rem;
  color: #222;
  transition: all 0.3s ease;
}

.faq_active .faq_q {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.faq_active h3 {
  background-color: var(--i_color);
  transform: rotate(180deg);
  border: 1px solid var(--i_color);
}

.faq_active h3 iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .faq_bac {
    padding: 0.8rem 0;
  }
}

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

@media screen and (max-width: 1200px) {
  .faq_bac {
    padding: 0.6rem 0;
  }

  .faq_q h2 {
    font-size: 0.2rem;
  }

  .faq_a p {
    font-size: 0.18rem;
  }

  .faq_q {
    padding: 0.2rem 0.3rem;
  }

  .faq_a {
    padding: 0rem 0.3rem 0.3rem 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .faq_q h2 {
    font-size: 0.18rem;
  }

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

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

@media screen and (max-width: 767px) {
  .faq_ul {
    margin-top: 0.4rem;
  }

  .faq_q {
    padding: 0.2rem;
  }

  .faq_a {
    padding: 0rem 0.2rem 0.2rem 0.2rem;
  }

  .faq_q h3 {
    width: 0.3rem;
    height: 0.3rem;
  }

  .faq_q h2 {
    width: calc(100% - 0.7rem);
  }
}

@media screen and (max-width: 560px) {
  .faq_q h2 {
    font-size: 0.16rem;
  }

  .faq_a p {
    font-size: 0.14rem;
  }
}

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

/* Related_products */
.Related_products_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
}

.Related_products {}

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

.RP_partner {
  position: relative;
}

.RP_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.RP_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.RP_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}

.RP_partner_list li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.12rem 0.12rem 0.25rem 0.12rem;
  background-color: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(51, 51, 51, 0.2);
}

.RP_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.RP_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

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

.RP_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;
}

.RP_text {
  margin-top: 0.2rem;
}

.RP_text h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-family: "bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.6rem;
  transition: all 0.3s ease;
}

.RP_text h4 {
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.1rem;
}

.RP_text h5 {
  font-size: 0.16rem;
  color: var(--i_color);
  box-sizing: border-box;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  padding-top: 0.1rem;
  text-transform: capitalize;
  margin-top: 0.2rem;
  position: relative;
  transition: all 0.3s ease;
}

.RP_text h5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #004076, #0084cb, #51b6ed);
  transition: all 0.7s ease;
}

.RP_partner_list li a:hover {
  border: 1px solid var(--i_color);
}

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

.RP_partner_list li a:hover h5 {
  border-top: 1px solid transparent;
}

.RP_partner_list li a:hover h5::after {
  width: 100%;
  right: auto;
  left: 0;
}

/* æŒ‡ç¤ºå™¨ */
.RP_partner .pt-pagination {
  background: #666;
  position: relative;
  width: 2rem;
  height: 0.03rem;
  display: block;
  margin-top: 0.6rem;
  margin-left: auto;
  margin-right: auto;
}

.RP_partner .pt-pagination span {
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  top: -0.03rem;
  width: 100%;
  border-radius: 0.03rem;
  height: 0.08rem;
  transform: translate(0, -50%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* å·¦å³ç®­å¤´ */
.RP_partner .pt-button-prev,
.RP_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  z-index: 999;
  cursor: pointer;
  outline: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.RP_partner .pt-button-prev iconify-icon,
.RP_partner .pt-button-next iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}

.RP_partner .pt-button-prev {
  left: -5%;
}

.RP_partner .pt-button-next {
  right: -5%;
}

.RP_partner .pt-button-prev:hover,
.RP_partner .pt-button-next:hover {
  background-color: var(--i_color);
}

.RP_partner .pt-button-prev:hover iconify-icon,
.RP_partner .pt-button-next:hover iconify-icon {
  color: #fff;
}

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

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

@media screen and (max-width: 1200px) {
  .RP_partner .pt-pagination {
    height: 0.03rem;
    margin-top: 0.4rem;
  }

  .RP_partner .pt-pagination span {
    top: -0.02rem;
    border-radius: 0.02rem;
    height: 0.06rem;
  }

  .Related_products_bac {
    padding: 0.6rem 0;
  }
}

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

@media screen and (max-width: 767px) {
  .RP_partner .pt-pagination {
    height: 0.01rem;
  }

  .RP_partner .pt-pagination span {
    top: -0.02rem;
    height: 0.04rem;
  }

  .RP_text h3 {
    font-size: 0.18rem;
    line-height: 0.25rem;
    height: 0.5rem;
  }

  .RP_text h4 {
    font-size: 0.14rem;
  }

  .RP_text h5 {
    font-size: 0.14rem;
    padding-top: 0.1rem;
    margin-top: 0.1rem;
  }
}

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

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

.hot_products {}

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

.hot_partner {
  position: relative;
}

.hot_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hot_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hot_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}

.hot_partner_list li a {
  display: block;
  width: 100%;
}

.hot_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
  background: linear-gradient(to top,
      #f0f0f0,
      rgba(240, 240, 240, 0.12),
      #f0f0f0);
  border: 1px solid rgba(51, 51, 51, 0.1);
}

.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: cover;
}

.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_list h3 {
  font-size: 0.22rem;
  font-family: "bold";
  color: #333;
  line-height: 145%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.2rem;
  transition: all 0.3s ease;
}

.hot_partner_list h4 {
  font-size: 0.18rem;
  color: #333;
  box-sizing: border-box;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 0.25rem;
  margin-top: 0.1rem;
}

.hot_partner_list h5 {
  font-size: 0.18rem;
  color: var(--i_color);
  text-transform: capitalize;
}

.hot_partner_list li:hover h3 {
  color: var(--i_color);
}

/* æŒ‡ç¤ºå™¨ */
.hot_partner .pt-pagination {
  background: #666;
  position: relative;
  width: 2rem;
  height: 0.03rem;
  display: block;
  margin-top: 0.6rem;
  margin-left: auto;
  margin-right: auto;
}

.hot_partner .pt-pagination span {
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  top: -0.03rem;
  width: 100%;
  border-radius: 0.03rem;
  height: 0.08rem;
  transform: translate(0, -50%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

@media screen and (max-width: 1440px) {
  .hot_partner_list h3 {
    font-size: 0.2rem;
  }
}

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

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

  .hot_partner_list h4 {
    font-size: 0.16rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .hot_partner_list h5 {
    font-size: 0.16rem;
  }

  .hot_partner .pt-pagination {
    height: 0.03rem;
    margin-top: 0.4rem;
  }

  .hot_partner .pt-pagination span {
    top: -0.02rem;
    border-radius: 0.02rem;
    height: 0.06rem;
  }

  .hot_products_bac {
    padding: 0.6rem 0;
  }
}

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

@media screen and (max-width: 767px) {
  .hot_partner_list h4 {
    font-size: 0.14rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .hot_partner_list h5 {
    font-size: 0.14rem;
  }

  .hot_partner_list h3 {
    font-size: 0.16rem;
  }

  .hot_partner .pt-pagination {
    height: 0.01rem;
  }

  .hot_partner .pt-pagination span {
    top: -0.02rem;
    height: 0.04rem;
  }

  .HN_partner_list .img i {
    padding: 0.1rem 0.2rem;
    font-size: 0.14rem;
  }
}

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

/* Contact_us */
.Contact_us_bac {
  box-sizing: border-box;
  padding: 0.4rem 0 0.8rem 0;
}

.Contact_us {}

.Contact_us_ul {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.6rem;
  flex-wrap: wrap;
}

.Contact_us_ul li {
  background-color: #f0f0f0;
  width: calc((100% - 1.2rem) / 3);
  box-sizing: border-box;
  padding: 0.5rem 2.5% 0.3rem 2.5%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  overflow: hidden;
}

.Contact_us_ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0.03rem;
  background: var(--i_color);
  transition: all 0.5s ease;
}

.Contact_us_ul li:hover::before {
  width: 100%;
}

.Contact_us_ul li::after {
  content: "";
  position: absolute;
  bottom: -0.35rem;
  left: -0.4rem;
  width: 2.03rem;
  height: 2.03rem;
  background: url("static/imgs/contact_us.png") center no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}

.Contact_us_ul li h3 {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.1rem;
}

.Contact_us_ul li a {
  font-size: 0.28rem;
  color: #333;
  font-family: "bold";
  transition: all 0.3s ease;
}

.Contact_us_ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.77rem;
  height: 0.77rem;
  border-radius: 50%;
  background-color: #fff;
  margin-left: auto;
  margin-top: 0.1rem;
  transition: all 0.3s ease;
}

.Contact_us_ul li i iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}

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

.Contact_us_ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
}

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

.Contact_us_ul li:hover i iconify-icon {
  color: #fff;
}

.Contact_us_ul li:hover::after {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .Contact_us_ul li a {
    font-size: 0.26rem;
  }

  .Contact_us_ul li i {
    width: 0.7rem;
    height: 0.7rem;
  }

  .Contact_us_ul li i iconify-icon {
    font-size: 0.38rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .Contact_us_ul li a {
    font-size: 0.24rem;
  }

  .Contact_us_ul li i {
    width: 0.6rem;
    height: 0.6rem;
  }

  .Contact_us_ul li i iconify-icon {
    font-size: 0.3rem;
  }

  .Contact_us_ul {
    gap: 0.4rem;
    margin-top: 0.4rem;
  }

  .Contact_us_ul li {
    width: calc((100% - 0.8rem) / 3);
    padding: 0.4rem 2.5% 0.3rem 2.5%;
  }

  .Contact_us_bac {
    padding: 0.4rem 0 0.6rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .Contact_us_ul li a {
    font-size: 0.22rem;
  }

  .Contact_us_ul {
    gap: 0.2rem;
  }

  .Contact_us_ul li {
    width: calc((100% - 0.4rem) / 3);
  }

  .Contact_us_ul li i {
    width: 0.5rem;
    height: 0.5rem;
  }

  .Contact_us_ul li i iconify-icon {
    font-size: 0.25rem;
  }
}

@media screen and (max-width: 960px) {
  .Contact_us_ul li a {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .Contact_us_ul li {
    width: 100%;
  }

  .Contact_us_ul li {
    padding: 0.4rem 4%;
  }
}

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

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

/* contact_map */
.contact_map_bac {
  box-sizing: border-box;
  padding: 1rem 0;
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.contact_map_bac img {
  position: absolute;
  top: 3%;
  right: 0%;
  width: 36.5%;
  z-index: -1;
  transform: rotate(158deg);
}

.contact_map {
  padding: 0.4rem;
  background-color: #fff;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.contact_map_left {
  width: 50%;
}

.contact_map_box {
  height: 5.85rem;
}

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

.contact_map_add {
  display: flex;
  display: -webkit-flex;
  margin-top: 0.2rem;
}

.contact_map_add iconify-icon {
  font-size: 0.55rem;
  color: var(--i_color);
}

.contact_map_add p {
  width: calc(100% - 0.55rem);
  font-size: 0.18rem;
  color: #333;
  line-height: 155%;
  box-sizing: border-box;
  padding-left: 0.05rem;
}

.contact_map_right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 4%;
}

.contact_map_right h3 {
  font-size: 0.42rem;
  color: #333;
  font-family: "bold";
  margin-bottom: 0.1rem;
}

.contact_map_right h4 {
  font-size: 0.18rem;
  color: #666;
  line-height: 166%;
}

.contact_map_form {}

@media screen and (max-width: 1440px) {
  .contact_map_right h3 {
    font-size: 0.35rem;
  }

  .contact_map_add p {
    width: calc(100% - 0.5rem);
    font-size: 0.16rem;
  }

  .contact_map_add iconify-icon {
    font-size: 0.5rem;
  }

  .contact_map_bac {
    padding: 0.8rem 0;
  }

  .contact_map_box {
    height: 5rem;
  }
}

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

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

  .contact_map_add p {
    width: calc(100% - 0.4rem);
  }

  .contact_map_add iconify-icon {
    font-size: 0.4rem;
  }

  .contact_map_right h4 {
    font-size: 0.16rem;
  }

  .contact_map_bac {
    padding: 0.6rem 0;
  }

  .contact_map_box {
    height: 4.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .contact_map_box {
    height: 4rem;
  }
}

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

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

  .contact_map_right {
    width: 100%;
    margin-top: 0.4rem;
    padding-left: 0;
  }
}

@media screen and (max-width: 560px) {
  .contact_map {
    padding: 0.3rem;
  }
}

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

#wpforms-34 {
  --input_font_size: 0.18rem;
  --input_height: 0.6rem;
}

#wpforms-34 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 0.3rem;
}

#wpforms-form-34 {
  width: 100%;
  overflow: hidden;
}

#wpforms-34 input,
#wpforms-34 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#wpforms-34 .wpforms-field {
  padding: 0;
  margin: 0;
}

#wpforms-34 .wpforms-error-container {
  line-height: 16px;
}

#wpforms-34 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#wpforms-34 .wpforms-submit-container {
  padding: 0 !important;
  width: 100%;
  position: relative;
}

#wpforms-34 .wpforms-field {
  position: relative;
}

#wpforms-34 .wpforms-field-label {
  font-size: 0;
}

#wpforms-34 .wpforms-field-label span {
  position: absolute;
  top: 12px;
  left: 3px;
  font-size: 0.14rem;
  color: red;
}

#wpforms-34 .wpforms-error {
  font-size: 0;
}

#wpforms-34 .wpforms-field {
  width: 100%;
  margin-bottom: 0.2rem;
  background: transparent;
  overflow: hidden;
}

#wpforms-34 input {
  height: var(--input_height);
}

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

#wpforms-34 textarea {
  height: 1.6rem;
  line-height: 150%;
  padding: 10px;
}

#wpforms-34 input::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-34 input::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-34 input::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-34 input::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-34 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-34 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-34 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-34 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-34 .wpforms-submit-container button {
  overflow: hidden;
  width: 100%;
  height: 0.6rem;
  font-size: 0.2rem;
  font-family: "bold";
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right,
      rgba(0, 132, 203, 1),
      rgb(25, 166, 242),
      rgb(112, 215, 157));
  border-radius: 0.3rem;
  margin-top: 0.2rem;
}

#wpforms-34 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}

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

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

@media screen and (max-width: 1200px) {
  #wpforms-34 .wpforms-submit-container button {
    height: 0.55rem;
    margin-top: 0rem;
  }
}

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

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

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

  #wpforms-34 .wpforms-field:nth-child(1),
  #wpforms-34 .wpforms-field:nth-child(2) {
    margin-right: 0rem;
  }

  #wpforms-34 .wpforms-field:nth-child(1),
  #wpforms-34 .wpforms-field:nth-child(2),
  #wpforms-34 .wpforms-field:nth-child(3) {
    width: 100%;
  }

  #wpforms-34 {
    --input_height: 0.5rem;
  }

  .contact_us_left {
    width: 100%;
    padding-right: 0%;
    margin-top: 0.4rem;
  }

  .contact_us_right {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }

  .contact_us {
    flex-direction: column-reverse;
  }
}

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

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

#wpforms-34-field_5-container,
#wpforms-34-field_6-container,
#altEmail_container {
  display: none;
}

.footer_bac {
  box-sizing: border-box;
  padding: 0.3rem 0 0.4rem 0;
  position: relative;
  z-index: 2;
}

.footer_bac::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  right: 0;
  width: 9.63rem;
  height: 1.32rem;
  background: url(static/imgs/category_img_logo.png) center no-repeat;
  background-size: contain;
  z-index: -2;
  opacity: 0.6;
}

.footer {}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.02rem solid rgba(51, 51, 51, 0.1);
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
}

.footer_top img {
  width: 1.8rem;
  object-fit: contain;
}

.footer_list {
  display: flex;
  gap: 0.5rem;
}

.footer_list ul {
  display: none;
}

.footer_list li {}

.footer_list li a {
  display: inline-block;
  font-size: 0.18rem;
  color: #333;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.footer_list li a:hover {
  color: var(--i_color);
  border-bottom: 1px solid var(--i_color);
}

.footer_center {
  display: flex;
}

.footer_1 {
  width: 59%;
  box-sizing: border-box;
  padding-right: 11%;
}

.footer_h3 {
  font-size: 0.26rem;
  color: var(--i_color);
  font-family: "bold";
  margin-bottom: 0.2rem;
}

.footer_call {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.footer_call dt {
  display: flex;
  gap: 0.1rem;
  width: calc((100% - 0.2rem) / 2);
  flex-grow: 1;
}

.footer_call dt iconify-icon {
  font-size: 0.25rem;
  color: var(--i_color);
}

.footer_call dt p {
  font-size: 0.18rem;
  color: #666;
}

.footer_call dt p a {
  font-size: 0.18rem;
  color: #333;
  transition: all 0.3s ease;
}

.footer_share {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.3rem;
}

.footer_share dt {}

.footer_share dt a {
  display: block;
}

.footer_share dt a iconify-icon {
  font-size: 0.3rem;
  color: rgba(102, 102, 102, 0.5);
  transition: all 0.3s ease;
}

.footer_share dt a iconify-icon:hover {
  color: var(--i_color);
  transform: translateY(-0.05rem);
}

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

.footer_2 {
  width: 19%;
  box-sizing: border-box;
  padding-right: 0.1rem;
}

.footer_ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.footer_ul li {}

.footer_ul li a {
  display: inline-block;
  font-size: 0.18rem;
  color: #666;
  position: relative;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.footer_ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--i_color);
  transition: all 0.3s ease;
}

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

.footer_ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.footer_3 {
  width: 22%;
}

.footer_down_bac {
  box-sizing: border-box;
  padding: 0.2rem 0;
  background-color: var(--i_color);
}

.footer_down {}

.footer_down p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.16rem;
}

.footer_down p a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.16rem;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.footer_down p a:hover {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1440px) {
  .footer_bac::after {
    width: 8rem;
    height: 1.2rem;
  }

  .footer_list {
    gap: 0.4rem;
  }

  .footer_top img {
    width: 1.6rem;
  }

  .footer_1 {
    padding-right: 8%;
  }
}

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

@media screen and (max-width: 1200px) {
  .footer_bac::after {
    width: 6rem;
    height: 1rem;
  }

  .footer_1 {
    padding-right: 6%;
  }

  .footer_ul li a {
    font-size: 0.16rem;
  }

  .footer_call dt p a {
    font-size: 0.16rem;
  }

  .footer_call dt p {
    font-size: 0.16rem;
  }

  .footer_call dt iconify-icon {
    font-size: 0.22rem;
  }

  .footer_h3 {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
}

@media screen and (max-width: 1024px) {
  .footer_1 {
    width: 100%;
    padding-right: 0%;
  }

  .footer_2,
  .footer_3 {
    display: none;
  }

  .footer_list {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .footer_down p {
    font-size: 0.14rem;
  }

  .footer_down p a {
    font-size: 0.14rem;
  }

  .footer_bac::after {
    width: 5rem;
    height: 0.9rem;
  }

  .footer_top {
    margin-bottom: 0.4rem;
  }

  .footer_top img {
    width: 1.4rem;
  }

  .footer_down_bac {
    padding: 0.2rem 0 0.7rem 0;
  }
}

@media screen and (max-width: 560px) {
  .footer_call dt {
    width: 100%;
  }

  .footer_bac::after {
    width: 4rem;
    height: 0.8rem;
  }

  .footer_h3 {
    font-size: 0.2rem;
  }

  .footer_bac {
    padding: 0.4rem 0;
  }
}

@media screen and (max-width: 425px) {
  .footer_bac::after {
    width: 3rem;
    height: 0.7rem;
  }
}

/* category */
.category_bac {
  box-sizing: border-box;
  padding: 0.8rem 0 1rem 0;
  overflow: hidden;
  position: relative;
}

.category {
  position: relative;
  z-index: 2;
}

.category_ul {}

.category_ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.category_box {
  display: flex;
  display: -webkit-flex;
  margin-top: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
}

.category_area {
  width: 29.5%;
}

.category_img {
  width: 46.2%;
}

.category_tit {
  width: 23.3%;
}

.category_area {}

.category_area dt {
  box-sizing: border-box;
  padding-right: 0.4rem;
  margin-bottom: 0.4rem;
}

.category_area h3 {
  font-size: 0.36rem;
  font-family: "bold";
  color: var(--i_color);
  text-transform: capitalize;
}

.category_area h4 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  margin: 0.2rem 0 0.8rem 0;
  height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.category_tit {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  position: relative;
  z-index: 2;
}

.category_tit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.06rem;
  transform: translate(0, -50%);
  width: 1px;
  height: 90%;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: -1;
}

.category_tit dt {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.category_tit dt p {
  font-family: "bold";
  font-size: 0.26rem;
  color: #333;
  text-transform: capitalize;
  transition: all 0.3s ease;
  text-align: right;
}

.category_tit dt i {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: #666;
  position: relative;
  transition: all 0.3s ease;
}

.category_tit dt i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border-radius: 50%;
  animation: btn 1.2s linear infinite forwards;
  transition: all 0.3s ease;
}

.category_img {
  position: relative;
  z-index: 2;
}

.category_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80.4%;
  height: 95.7%;
  background: url("static/imgs/category_img_bac.png") center no-repeat;
  background-size: contain;
  z-index: -1;
}

.category_img::before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 9.63rem;
  height: 1.32rem;
  background: url("static/imgs/category_img_logo.png") center no-repeat;
  background-size: contain;
  z-index: -2;
}

.category_img li {
  position: relative;
  width: 100%;
}

.category_img li::after {
  content: "";
  display: block;
  padding-bottom: 84%;
}

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

/* active */
.category_tit dt.current p {
  color: var(--i_color) !important;
}

.category_tit dt.current i {
  background-color: var(--i_color);
}

.category_tit dt.current i::after {
  background: var(--i_color) !important;
}

.category_img li img {
  animation: opNextIn 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) alternate;
}

.category_area dt h4,
.category_area dt .home_btn {
  animation: opPrevIn 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) alternate;
}

.category_ul li {}

.category_ul li.on {
  animation: category_img 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) alternate;
  animation-fill-mode: both;
}

@keyframes opNextIn {
  0% {
    opacity: 0;
    transform: translate(-40%, -50%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes opNextOut {
  0% {
    opacity: 1;
    transform: none;
  }

  to {
    opacity: 0;
    transform: translate(-10%);
  }
}

@keyframes opPrevIn {
  0% {
    opacity: 0;
    transform: translate(-10%);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes category_img {
  0% {
    opacity: 0;
    transform: translate(100%);
  }

  to {
    opacity: 1;
    transform: none;
    z-index: 1;
  }
}

@media screen and (max-width: 1440px) {
  .category_area h3 {
    font-size: 0.34rem;
  }

  .category_tit dt p {
    font-size: 0.24rem;
  }

  .category_img::before {
    bottom: -0.3rem;
    width: 9rem;
    height: 1rem;
  }

  .category_tit {
    gap: 1.2rem;
  }
}

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

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

  .category_tit dt p {
    font-size: 0.22rem;
  }

  .category_img::before {
    bottom: -0.3rem;
    width: 8rem;
    height: 0.8rem;
  }

  .category_bac {
    padding: 0.6rem 0 0.8rem 0;
  }

  .category_tit {
    gap: 1rem;
  }

  .category_area h4 {
    font-size: 0.16rem;
    line-height: 0.25rem;
    margin: 0.2rem 0 0.6rem 0;
    height: 1rem;
    -webkit-line-clamp: 4;
  }

  .category_area dt {
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .category_area h3 {
    font-size: 0.28rem;
  }

  .category_tit dt p {
    font-size: 0.2rem;
  }

  .category_img::before {
    bottom: -0.3rem;
    width: 7rem;
    height: 0.6rem;
  }

  .category_tit {
    gap: 0.8rem;
  }
}

@media screen and (max-width: 960px) {
  .category_area h3 {
    font-size: 0.26rem;
  }

  .category_tit dt p {
    font-size: 0.18rem;
  }

  .category_tit {
    gap: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .category_area h3 {
    font-size: 0.24rem;
  }

  .category_area {
    width: 100%;
  }

  .category_img {
    width: 50%;
  }

  .category_tit {
    width: 100%;
  }

  .category_area h4 {
    margin: 0.2rem 0;
    height: unset;
  }

  .category_box {
    margin-top: 0.4rem;
  }

  .category_bac {
    padding: 0.6rem 0;
  }

  .category_box {
    justify-content: center;
  }
}

@media screen and (max-width: 560px) {
  .category_area h3 {
    font-size: 0.2rem;
  }

  .category_tit {
    gap: 0.4rem;
  }

  .category_img {
    width: 80%;
  }
}

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

/* home_solutions */
.home_solutions_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
  background: linear-gradient(to top, #f0f0f0, rgba(255, 255, 255, 0));
}

.home_solutions {}

.home_solutions_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.home_solutions_img {
  width: 61.6%;
}

.home_solutions_img dt {
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
}

.home_solutions_img dt::after {
  content: "";
  display: block;
  padding-bottom: 65.7%;
}

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

.home_solutions_text {
  width: 38.4%;
  box-sizing: border-box;
  padding-left: 4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_solutions_dl {}

.home_solutions_dl dt {}

.home_solutions_dl dt h3 {
  font-family: "bold";
  font-size: 0.34rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home_solutions_dl dt h4 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin: 0.1rem 0 0.4rem 0;
}

.home_solutions_ul {
  display: flex;
  gap: 0.2rem;
}

.home_solutions_ul li {
  width: calc((100% - 0.4rem) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.home_solutions_i {
  display: block;
  width: 1.03rem;
  height: 0.97rem;
  background: url("static/imgs/home_solutions_cricle1.png") center no-repeat;
  background-size: contain;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_solutions_cricle {
  width: 0.79rem;
  height: 0.79rem;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.home_solutions_cricle::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--i_color);
  z-index: -1;
  transition: all 0.8s ease;
}

.home_solutions_i img {
  width: 0.48rem;
  height: 0.48rem;
  object-fit: contain;
  filter: grayscale(100%);
}

.home_solutions_ul li p {
  font-family: "bold";
  font-size: 0.16rem;
  color: #333;
  line-height: 133%;
  margin-top: 0.15rem;
  text-align: center;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home_solutions_ul li.current i {
  background: url("static/imgs/home_solutions_cricle2.png") center no-repeat;
  background-size: contain;
}

.home_solutions_ul li.current .home_solutions_cricle::after {
  bottom: 0 !important;
}

.home_solutions_ul li.current img {
  filter: brightness(1000) !important;
}

.home_solutions_ul li.current p {
  color: var(--i_color) !important;
}

.home_solutions_dl dt h4 {
  animation: opPrevIn 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) alternate;
}

@media screen and (max-width: 1440px) {
  .home_solutions_dl dt h3 {
    font-size: 0.3rem;
  }

  .home_solutions_dl dt h4 {
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin: 0.1rem 0 0.3rem 0;
  }

  .home_solutions_img {
    width: 56.6%;
  }

  .home_solutions_text {
    width: 43.4%;
  }
}

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

@media screen and (max-width: 1200px) {
  .home_solutions_dl dt h3 {
    font-size: 0.28rem;
  }

  .home_solutions_dl dt h4 {
    -webkit-line-clamp: 4;
  }

  .home_solutions_bac {
    padding: 0.6rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .home_solutions_dl dt h3 {
    font-size: 0.26rem;
  }

  .home_solutions_dl dt h4 {
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 960px) {
  .home_solutions_dl dt h3 {
    font-size: 0.24rem;
  }

  .home_solutions_img {
    width: 100%;
  }

  .home_solutions_text {
    width: 100%;
    padding-left: 0;
    margin-top: 0.4rem;
  }

  .home_solutions_ul {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .home_solutions_dl dt h3 {
    font-size: 0.22rem;
  }

  .home_solutions_i img {
    width: 0.45rem;
    height: 0.45rem;
  }

  .home_solutions_cricle {
    width: 0.65rem;
    height: 0.65rem;
  }
}

@media screen and (max-width: 560px) {
  .home_solutions_dl dt h3 {
    font-size: 0.2rem;
  }

  .home_solutions_i img {
    width: 0.4rem;
    height: 0.4rem;
  }
}

@media screen and (max-width: 425px) {
  .home_solutions_i img {
    width: 0.3rem;
    height: 0.3rem;
  }
}

#ul_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  margin: 0.3rem 0;
}

#ul_grid li {
  box-sizing: border-box;
  padding: 0.2rem 0.2rem 0.2rem 0;
  width: 60%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  display: grid;
  /* grid-template-rows: auto auto; */
}

#ul_grid li h4 {
  font-size: 0.18rem;
  color: #133f70;
  margin-bottom: 0.1rem;
  word-break: break-all;
}

#ul_grid li h5 {
  color: #333;
  font-size: 0.15rem;
  font-weight: 100;
}

@media screen and (max-width: 1200px) {
  .single_grid_ul li h5 {
    font-size: 0.18rem;
  }
}

/* banner */
.banner {
  position: fixed;
  top: 0;
  left: 0;
  top: calc(var(--header_height) + 5px);
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.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 {
  height: 0;
  padding-bottom: 36.458%;
  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: 30%;
  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: 32%;
  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_color);
}

.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 6%;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}

.banner-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.7rem;
  height: 0.02rem;
  margin: 0 0.05rem;
  background: rgb(255 255 255 / 40%);
  position: relative;
  outline: none;
}

.banner-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .banner {
    margin-top: var(--header_height);
    position: relative;
    top: initial;
    height: auto;
    -webkit-border-radius: 0 0;
    border-radius: 0 0;
  }

  .banner .swiper-slide {
    padding-bottom: 49%;
  }

  .banner-button-prev,
  .banner-button-next {
    display: none;
  }

  .banner-pagination .swiper-pagination-bullet {
    width: 0.6rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-pagination {
    bottom: 0.3rem;
  }

  .banner-pagination .swiper-pagination-bullet {
    width: 0.5rem;
  }
}

@media screen and (max-width: 560px) {
  .banner-pagination {
    bottom: 0.2rem;
  }

  .banner-pagination .swiper-pagination-bullet {
    width: 0.4rem;
  }
}

.fullMask {
  width: 100%;
  height: 100vh;
  background: linear-gradient(to top,
      rgba(223, 226, 234, 1),
      rgba(237, 238, 242, 1));
}

.fullMask_about {
  width: 100%;
  height: 86.6vh;
}

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

  .fullMask,
  .fullMask_about {
    display: none;
  }
}

main {
  position: relative;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
}

footer {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background-color: white;
}

/* banner æ–‡å­— */
.banner_text1 {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_text1 h2 {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.2);
  line-height: 110%;
}

.banner_text1 h3 {
  line-height: 140%;
  font-size: 0.2rem;
  color: #fff;
  text-transform: capitalize;
  margin-top: 0.1rem;
  text-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1440px) {
  .banner_text1 h2 {
    font-size: 0.7rem;
  }

  .banner_text1 h3 {
    font-size: 0.28rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .banner_text1 h2 {
    font-size: 0.6rem;
  }

  .banner_text1 h3 {
    font-size: 0.26rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner_text1 h2 {
    font-size: 0.5rem;
  }

  .banner_text1 h3 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 960px) {
  .banner_text1 h2 {
    font-size: 0.4rem;
  }

  .banner_text1 h3 {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 767px) {
  .banner_text1 h2 {
    font-size: 0.3rem;
  }

  .banner_text1 h3 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .banner_text1 h2 {
    font-size: 0.25rem;
  }

  .banner_text1 h3 {
    font-size: 0.18rem;
  }

  .banner_text1 h2 br {
    display: none;
  }

  .banner_text1 h3 br {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .banner_text1 h3 {
    font-size: 0.16rem;
  }
}

/* home_products */
.home_products_bac {
  box-sizing: border-box;
  padding: 0.4rem 0 0.8rem 0;
  background: linear-gradient(to top,
      rgba(214, 218, 229, 1) 0%,
      rgba(228, 229, 233, 1) 25%,
      rgba(223, 224, 228, 1) 100%);
  position: relative;
  z-index: 2;
}

.home_products_bac::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31.4%;
  background: linear-gradient(to top,
      rgba(223, 226, 234, 1),
      rgba(237, 238, 242, 1));
}

.home_products {}

/* History of the company */
.in_history {}

.in_history_cont {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.in_honor_price {
  position: relative;
  width: 69%;
  z-index: 2;
}

.in_honor_price::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 9.24rem;
  max-width: 100%;
  height: 2.52rem;
  background: url("static/images/products-logonew.png") center no-repeat;
  background-size: contain;
  z-index: -1;
}

.gallery-top {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  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;
  position: relative;
  border-radius: 0.2rem;
  width: 100%;
}

.JDE_box {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}

.JDE_text {
  width: 59%;
  margin-top: 150px;
}

.JDE_text h3 {
  font-size: 0.44rem;
  color: #333;
  font-weight: bold;
  margin-top: 1.5rem;
}

.JDE_text h4 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.1rem;
  margin-bottom: 0.7rem;
  height: 2.16rem;
  overflow: auto;
}

/*æ»šåŠ¨æ¡*/
.JDE_text h4::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

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

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

.JDE_img {
  width: 41%;
  position: relative;
}

.JDE_img::after {
  content: "";
  display: block;
  padding-bottom: 128.5%;
}

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

.gallery-top .swiper-slide-active {
  position: relative;
  z-index: 10;
}

.history-button-prev,
.history-button-next {
  opacity: 0.4;
  position: absolute;
  top: 102.6%;
  transform: translate(0, -50%);
  width: 0.66rem;
  height: 0.66rem;
  box-sizing: border-box;
  border: 1px solid #7e7e7e;
  -webkit-border-radius: 50%;
  border-radius: 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;
}

.in_honor_year {
  width: 31%;
  height: 7.66rem;
  box-sizing: border-box;
  padding-left: 0.3rem;
  position: relative;
  z-index: 1;
}

.in_honor_year::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -5.4rem;
  width: 7.66rem;
  height: 7.66rem;
  background: url("static/images/circle.png") center no-repeat;
  background-size: contain;
  z-index: -2;
}

.gallery-thumbs {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.gallery-thumbs .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.gallery-thumbs .swiper-slide {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 100%;
}

.JDE_three {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 100%;
  transition: all 0.5s ease;
}

.JDE_img_min {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  background: linear-gradient(to top,
      rgba(214, 218, 229, 1) 0%,
      rgba(228, 229, 233, 1) 25%,
      rgba(223, 224, 228, 1) 100%);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.JDE_img_min::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top,
      rgba(223, 226, 234, 1),
      rgba(237, 238, 242, 1));
  z-index: -1;
}

.JDE_img_min img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.JDE_three p {
  width: calc(100% - 1.2rem);
  box-sizing: border-box;
  padding-left: 0.2rem;
  font-size: 0.2rem;
  color: #222;
  font-family: "med";
  transition: all 0.3s ease;
}

.gallery-thumbs .swiper-slide-active .JDE_three {
  box-sizing: border-box;
  padding-left: 1.4rem;
}

.gallery-thumbs .swiper-slide-active .JDE_img_min {
  border: 1px solid var(--i_color);
}

.gallery-thumbs .swiper-slide-active p {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .JDE_three p {
    width: calc(100% - 1rem);
    padding-left: 0.2rem;
    font-size: 0.18rem;
  }

  .JDE_img_min {
    width: 1rem;
    height: 1rem;
  }

  .JDE_img_min img {
    width: 0.8rem;
    height: 0.8rem;
  }

  .in_honor_year::after {
    left: -5.5rem;
  }

  .JDE_text h3 {
    font-size: 0.4rem;
    margin-top: 1.8rem;
  }

  .JDE_text h4 {
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 1.8rem;
    overflow: auto;
  }

  .in_honor_year {
    height: 7.2rem;
  }

  .in_honor_year::after {
    width: 7.2rem;
    height: 7.2rem;
  }

  .gallery-thumbs .swiper-slide-active .JDE_three {
    padding-left: 0.9rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .JDE_text h3 {
    font-size: 0.35rem;
    margin-top: 0.6rem;
  }
}

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

  .in_honor_year {
    width: 100%;
    height: auto;
    padding-left: 0rem;
  }

  .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }

  .in_honor_year::after {
    display: none;
  }

  .gallery-thumbs .swiper-slide-active .JDE_three {
    padding-left: 0rem;
  }

  .JDE_text h3 {
    font-size: 0.3rem;
    margin-top: 0.4rem;
  }

  .gallery-thumbs .swiper-wrapper {
    align-items: flex-start;
  }
}

@media screen and (max-width: 960px) {
  .JDE_text h3 {
    margin-top: 0.2rem;
  }

  .JDE_text h4 {
    margin-bottom: 0.4rem;
  }

  .in_honor_price::after {
    opacity: 0.5;
  }

  .JDE_three {
    flex-direction: column;
    gap: 0.2rem;
  }

  .JDE_three p {
    width: 100%;
    padding-left: 0rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .JDE_three p {
    font-size: 0.16rem;
  }

  .in_honor_year {
    margin-top: 0.4rem;
  }

  .JDE_text h3 {
    font-size: 0.25rem;
    margin-top: 0rem;
  }

  .in_honor_price::after {
    opacity: 0.3;
  }
}

@media screen and (max-width: 560px) {
  .JDE_text h3 {
    font-size: 0.2rem;
  }

  .JDE_text h4 {
    font-size: 0.14rem;
    line-height: 0.25rem;
    height: 1rem;
    margin-bottom: 0.2rem;
  }

  .in_honor_price::after {
    top: 0rem;
  }

  .JDE_three p {
    font-size: 0.14rem;
  }

  .home_products_bac {
    padding: 0.4rem 0 0.6rem 0;
  }
}

@media screen and (max-width: 425px) {
  .in_honor_year {
    margin-top: 0.2rem;
  }

  .JDE_text h3 {
    font-size: 0.18rem;
  }
}

/* home_solution */
.home_solution_bac {
  box-sizing: border-box;
  padding: 1rem 0;
}

.home_solution {}

.home_solution_title {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
  justify-content: space-between;
}

.home_solution_titleBox {
  width: calc(100% - 3rem);
}

.home_solution_titleBox h3 {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 200%;
}

.title {}

.title p {
  font-size: 0.44rem;
  color: #222;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 100%;
}

.title span {
  font-size: 0.2rem;
  color: #666666;
  display: block;
  margin-top: 0.1rem;
}

.title span p {
  font-size: 0.2rem;
  color: black;
  display: block;
  margin-top: 0.1rem;
}

.title span a {
  color: var(--i_color);
  font-size: 0.2rem;
}

.title_center {}

.title_center p {
  text-align: center;
}

.title_center span {
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .title p {
    font-size: 0.4rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .title p {
    font-size: 0.35rem;
  }

  .title span {
    font-size: 0.18rem;
  }

  .title span a {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 1024px) {
  .title p {
    font-size: 0.3rem;
  }

  .title span br {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .title p {
    font-size: 0.28rem;
  }

  .title span {
    font-size: 0.16rem;
  }

  .title span a {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 767px) {
  .title p {
    font-size: 0.26rem;
  }

  .title span {
    font-size: 0.14rem;
  }

  .title span a {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 560px) {
  .title p {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 425px) {
  .title p {
    font-size: 0.22rem;
  }
}

.home_solution_box {
  margin-top: 0.5rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.home_solution_ul {
  width: 52.9%;
  box-sizing: border-box;
  padding-right: 4%;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}

.home_solution_ul li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

.home_solution_ul li:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.home_solution_top {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.25rem 0.3rem;
  cursor: pointer;
  position: relative;
}

.home_solution_top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.02rem solid var(--i_color);
  background-color: var(--i_color);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.home_solution_top img {
  width: 0.78rem;
  height: 0.78rem;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease;
}

.home_solution_top p {
  font-size: 0.26rem;
  color: #222;
  width: calc(100% - 1.2rem);
  box-sizing: border-box;
  padding: 0 3%;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.home_solution_top i {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #999;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.home_solution_top i iconify-icon {
  font-size: 0.2rem;
  color: #999;
  transition: all 0.3s ease;
}

.home_solution_text {
  background-color: #f7f7f7;
  border-radius: 0.16rem;
  box-sizing: border-box;
  padding: 0.25rem 0.3rem;
  display: none;
}

.home_solution_text h6 {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #999;
  max-height: 1.12rem;
  overflow: auto;
  box-sizing: border-box;
  padding-right: 0.1rem;
}

/*æ»šåŠ¨æ¡*/
.home_solution_text h6::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

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

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

.home_solution_text a {
  display: inline-block;
  font-size: 0.18rem;
  line-height: 100%;
  color: var(--i_color);
  border-bottom: 1px solid var(--i_color);
}

.home_solution_dl {
  width: 47.1%;
  overflow: hidden;
}

.home_solution_dl dt {
  position: relative;
}

.home_solution_dl dt a {
  display: block;
  position: relative;
}

.home_solution_dl dt a::after {
  content: "";
  display: block;
  padding-bottom: 84%;
}

.home_solution_dl dt a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}

.home_solution_ul li.current {
  border-bottom: 1px solid transparent;
}

.home_solution_ul li.current .home_solution_top::after {
  background-color: #fff;
}

.home_solution_ul li.current .home_solution_top img {
  filter: grayscale(0%);
  opacity: 1;
  -webkit-filter: grayscale(0%);
}

.home_solution_ul li.current .home_solution_top p {
  color: var(--i_color);
}

.home_solution_ul li.current .home_solution_top i {
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
}

.home_solution_ul li.current .home_solution_top i iconify-icon {
  color: #fff;
}

.home_solution_dl dt {
  animation: abc 0.5s linear;
}

@keyframes abc {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@media screen and (max-width: 1440px) {
  .home_solution_bac {
    padding: 0.8rem 0;
  }

  .home_solution_titleBox h3 {
    margin-top: 0.25rem;
    font-size: 0.16rem;
  }

  .home_solution_top p {
    font-size: 0.22rem;
    width: calc(100% - 1.1rem);
  }

  .home_solution_top img {
    width: 0.7rem;
    height: 0.7rem;
  }

  .home_solution_top i {
    width: 0.4rem;
    height: 0.4rem;
  }

  .home_solution_text h6 {
    font-size: 0.16rem;
  }

  .home_solution_top,
  .home_solution_text {
    padding: 0.2rem 0.25rem;
  }

  .home_solution_text h6 a {
    font-size: 0.16rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .home_solution_bac {
    padding: 0.6rem 0;
  }

  .home_solution_top p {
    font-size: 0.18rem;
    width: calc(100% - 0.85rem);
  }

  .home_solution_top img {
    width: 0.5rem;
    height: 0.5rem;
  }

  .home_solution_top i {
    width: 0.35rem;
    height: 0.35rem;
  }

  .home_solution_text h6 {
    font-size: 0.14rem;
  }

  .home_solution_top i iconify-icon {
    font-size: 0.18rem;
  }

  .home_solution_text h6 a {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 1024px) {
  .home_solution_titleBox h3 {
    margin-top: 0.2rem;
    font-size: 0.14rem;
  }
}

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

@media screen and (max-width: 767px) {
  .home_solution_title {
    flex-direction: column;
  }

  .home_solution_titleBox {
    width: 100%;
  }

  .home_solution_box {
    margin-top: 0.4rem;
  }

  .home_solution_ul {
    width: 100%;
    padding-right: 0%;
  }

  .home_solution_dl {
    width: 100%;
    margin-top: 0.4rem;
  }

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

@media screen and (max-width: 560px) {
  .home_solution_top p {
    font-size: 0.14rem;
  }
}

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

/* home_about */
.home_about_bac {
  background: url("static/images/home_about1.webp") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding: 1rem 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.home_about_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.home_about_img img {
  width: 100%;
  height: auto;
}

.home_about {}

.home_about_box {
  position: relative;
  z-index: 4;
  box-sizing: border-box;
  padding-right: 55%;
}

.home_about_box h3 {
  font-size: 0.4rem;
  color: #222;
  font-weight: bold;
}

.home_about_box h4 {
  font-size: 0.18rem;
  color: #666;
  line-height: 200%;
  margin: 0.1rem 0 0.4rem 0;
}

.home_about_ul {
  margin-top: 2.9rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  position: relative;
  z-index: 4;
  background: rgba(255, 255, 255, 0.7);
}

.home_about_ul li {
  width: 25%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.4rem 3%;
  position: relative;
}

.home_about_ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 65%;
  background-color: #fff;
}

.home_about_ul li img {
  width: 0.78rem;
  height: 0.78rem;
  object-fit: contain;
}

.home_about_text {
  width: calc(100% - 0.78rem);
  box-sizing: border-box;
  padding-left: 0.3rem;
}

.home_about_text h5 {
  font-family: "din";
  font-size: 0.44rem;
  color: #222;
}

.home_about_text h5 span {
  font-family: "din";
  font-size: 0.44rem;
  color: #222;
}

.home_about_text h6 {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #222;
}

.i_round {
  position: absolute;
  top: -1rem;
  right: 0;
  width: 68.744%;
  --round_size: 0.24rem;
  z-index: -1;
}

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

.i_star1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(219 64 35 / 15%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  animation: round 56s linear infinite;
  -webkit-animation: round 56s linear infinite;
}

.i_star2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84%;
  height: 84%;
  box-sizing: border-box;
  border: 1px solid rgb(219 64 35 / 20%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  animation: round2 44s linear infinite;
  -webkit-animation: round2 44s linear infinite;
}

.i_round li {
  position: absolute;
  width: var(--round_size);
  height: var(--round_size);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: -webkit-linear-gradient(100deg,
      var(--i_color) 0%,
      var(--i_color) 100%);
  background: linear-gradient(100deg, var(--i_color) 0%, var(--i_color) 100%);
}

.i_star1 li:nth-child(1),
.i_star2 li:nth-child(1) {
  left: 50%;
  transform: translate(-50%, 0);
  top: calc(-1 * var(--round_size) / 2);
}

.i_star1 li:nth-child(2),
.i_star2 li:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
  right: calc(-1 * var(--round_size) / 2);
}

.i_star1 li:nth-child(3),
.i_star2 li:nth-child(3) {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: calc(-1 * var(--round_size) / 2);
}

.i_star1 li:nth-child(4),
.i_star2 li:nth-child(4) {
  top: 50%;
  transform: translate(0, -50%);
  left: calc(-1 * var(--round_size) / 2);
}

@-webkit-keyframes round {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

@keyframes round {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes round2 {
  from {
    transform: rotateZ(360deg);
  }

  to {
    transform: rotateZ(0deg);
  }
}

@keyframes round2 {
  from {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
}

.home_about_i {
  position: absolute;
  top: 0.7rem;
  right: 0;
  z-index: 5;
  width: 2rem;
  height: 0.45rem;
  background: url("static/images/youtube.png") center no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .home_about_box h3 {
    font-size: 0.35rem;
  }

  .home_about_ul li {
    padding: 0.3rem 2%;
  }

  .home_about_ul li img {
    width: 0.7rem;
    height: 0.7rem;
  }

  .home_about_text {
    width: calc(100% - 0.7rem);
    padding-left: 0.2rem;
  }

  .home_about_ul {
    margin-top: 2.5rem;
  }

  .home_about_box {
    padding-right: 37%;
  }

  .i_round {
    --round_size: 0.2rem;
  }

  .home_about_bac {
    padding: 0.8rem 0;
  }
}

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

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

  .home_about_box h4 {
    font-size: 0.16rem;
  }

  .home_about_text h5 {
    font-size: 0.4rem;
  }

  .home_about_text h5 span {
    font-size: 0.4rem;
  }

  .home_about_text h6 {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }

  .home_about_ul li img {
    width: 0.6rem;
    height: 0.6rem;
  }

  .home_about_text {
    width: calc(100% - 0.6rem);
  }

  .home_about_i {
    top: 0.5rem;
    width: 1.8rem;
  }

  .home_about_ul {
    margin-top: 2rem;
  }

  .home_about_bac {
    padding: 0.6rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .home_about_box h3 {
    font-size: 0.28rem;
  }

  .home_about_ul {
    margin-top: 1.8rem;
  }
}

@media screen and (max-width: 960px) {
  .home_about_box h3 {
    font-size: 0.26rem;
  }

  .home_about_ul li {
    width: 50%;
    justify-content: center;
  }

  .home_about_ul {
    flex-wrap: wrap;
  }

  .home_about_ul li {
    padding: 0.2rem 2%;
  }

  .home_about_ul {
    margin-top: 1.5rem;
  }

  .home_about_ul li:nth-child(even)::after {
    width: 0;
  }
}

@media screen and (max-width: 767px) {
  .home_about_box h3 {
    font-size: 0.24rem;
  }

  .home_about_text h5 {
    font-size: 0.3rem;
  }

  .home_about_text h5 span {
    font-size: 0.3rem;
  }

  .home_about_ul {
    margin-top: 1rem;
  }

  .home_about_box h4 {
    font-size: 0.14rem;
  }

  .home_about_i {
    top: 0.4rem;
    width: 1.5rem;
  }

  .home_about_text h6 {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }

  .i_round {
    --round_size: 0.1rem;
  }
}

@media screen and (max-width: 560px) {
  .home_about_box h3 {
    font-size: 0.22rem;
  }

  .home_about_box {
    padding-right: 0%;
  }

  .home_about_i {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 0.4rem;
    display: block;
  }

  .home_about_ul {
    margin-top: 0.4rem;
  }

  .home_about_ul li img {
    width: 0.5rem;
    height: 0.5rem;
  }

  .home_about_text {
    width: calc(100% - 0.5rem);
  }

  .home_about_i {
    width: 1.4rem;
  }
}

@media screen and (max-width: 425px) {
  .home_about_ul li img {
    width: 0.4rem;
    height: 0.4rem;
  }

  .home_about_text {
    width: calc(100% - 0.4rem);
  }
}

/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.vd_box_area {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}

.vd_box_area::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.close_v::before {
  content: "+";
  position: absolute;
  top: 49%;
  left: 45%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}

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

  .close_v::before {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .vd_box_area {
    width: 88%;
  }

  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }

  .close_v::before {
    font-size: 0.3rem;
  }
}

/* home_advantage */
.home_advantage_bac {
  box-sizing: border-box;
  padding: 1rem 0;
  background: url("static/imgs/home_advantage_bac.webp") center no-repeat;
  background-size: cover;
}

.home_advantage {}

.home_advantage_ul {
  margin-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  gap: 0.25rem;
  overflow: hidden;
}

.home_advantage_ulww {
  width: 30% !important;
}

.home_advantage_ul li {
  width: 10%;
  flex-grow: 1;
  height: 6.2rem;
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  transition: all 0.7s ease;
}

.img-text {
  position: absolute;
  left: 10px;
  font-size: 40px;
  color: #ff8a59;
}

.home_advantage_img {
  width: 100%;
  height: 100%;
}

.home_advantage_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1.2rem 4% 0.5rem 4%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}

.home_advantage_text img {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
}

.home_advantage_text h5 {
  font-size: 0.22rem;
  color: #fff;
  font-family: "med";
  text-align: center;
  text-transform: capitalize;
  margin: 10px 0;
  font-weight: bold;
}

.home_advantage_text h6 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 200%;
  display: none;
  width: 95%;
  margin-top: 0.1rem;
  font-weight: normal;
}

.home_advantage_active {
  flex-grow: 1000 !important;
}

.home_advantage_active h3 br {
  display: none;
}

.home_advantage_active h6 {
  display: block;
  animation: op 0.3s linear;
}

.home_advantage_active .home_advantage_text {
  align-items: flex-start;
}

.home_advantage_active>img,
.home_advantage_active .home_advantage_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes op {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1440px) {
  .home_advantage_text h5 {
    font-size: 0.24rem;
  }

  .home_advantage_ul li {
    height: 6rem;
  }

  .home_advantage_text img {
    width: 0.7rem;
    height: 0.7rem;
  }

  .home_advantage_text h6 {
    font-size: 0.16rem;
  }

  .home_advantage_bac {
    padding: 0.8rem 0;
  }

  .home_advantage_text h5 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1366px) {
  .home_advantage_text h5 {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 1200px) {
  .home_advantage_text h5 {
    font-size: 0.18rem;
  }

  .home_advantage_text {
    padding: 1rem 4% 0.4rem 4%;
  }

  .home_advantage_text img {
    width: 0.6rem;
    height: 0.6rem;
  }

  .home_advantage_ul {
    gap: 0.2rem;
  }

  .home_advantage_ul li {
    height: 5rem;
  }

  .home_advantage_bac {
    padding: 0.6rem 0;
  }
}

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

@media screen and (max-width: 960px) {
  .home_advantage_ul li {
    width: 100%;
  }

  .home_advantage_ul {
    flex-wrap: wrap;
  }

  .home_advantage_text h6 {
    width: 100%;
  }

  .home_advantage_ul li {
    height: 4.5rem;
  }

  .home_advantage_text h5 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .home_advantage_ul li {
    height: 4rem;
  }
}

@media screen and (max-width: 560px) {
  .home_advantage_text h6 {
    font-size: 0.14rem;
    line-height: 150%;
  }

  .home_advantage_text {
    padding: 0.4rem 4%;
  }

  .home_advantage_ul {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 425px) {
  .home_advantage_ul li {
    height: 3.5rem;
  }
}

/* home_news */
.home_news_bac {
  box-sizing: border-box;
  padding: 1rem 0;
  background: url("static/images/home_news.webp") center no-repeat;
  background-size: cover;
}

.home_news {}

.home_news_title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.home_news_ul {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.home_news_ul li {}

.home_news_ul li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.14rem 0.3rem;
  border-radius: 8rem;
  font-size: 0.18rem;
  color: #222;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 0 0.1rem rgba(240, 77, 43, 0.05);
  transition: all 0.3s ease;
}

.home_news_ul li a:hover {
  background: rgba(240, 77, 43, 0.15);
  color: var(--i_color);
}

.home_news_box {
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
}

/*  */
.HN_partner_box {}

.HN_partner {
  position: relative;
}

.HN_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.HN_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.HN_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}

.HN_partner_list li a {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.35rem;
  border-radius: 0.3rem;
}

.HN_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 0.18rem;
}

.HN_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 56%;
}

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

.HN_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;
}

.HN_data {
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  gap: 0.1rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 8rem;
  padding: 0.1rem 0.2rem 0.1rem 0.12rem;
  position: absolute;
  bottom: 0.25rem;
  left: 0.35rem;
}

.HN_data i {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url("static/imgs/HN_data.png") center no-repeat;
  background-size: contain;
}

.HN_data p {
  font-size: 0.18rem;
  color: #222;
}

.HN_text {
  margin-top: 0.3rem;
}

.HN_text h3 {
  font-size: 0.24rem;
  color: #222;
  font-family: "med";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.HN_text h4 {
  font-size: 0.18rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  margin-top: 0.05rem;
}

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

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

/* æŒ‡ç¤ºå™¨ */
.HN_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}

.HN_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  border-radius: 50%;
  outline: none;
}

.HN_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

/* å·¦å³ç®­å¤´ */
.HN_partner .pt-button-prev,
.HN_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  z-index: 999;
  cursor: pointer;
  outline: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.HN_partner .pt-button-prev iconify-icon,
.HN_partner .pt-button-next iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}

.HN_partner .pt-button-prev {
  left: -5%;
}

.HN_partner .pt-button-next {
  right: -5%;
}

.HN_partner .pt-button-prev:hover,
.HN_partner .pt-button-next:hover {
  background-color: var(--i_color);
}

.HN_partner .pt-button-prev:hover iconify-icon,
.HN_partner .pt-button-next:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .home_news_ul li a {
    padding: 0.12rem 0.25rem;
    font-size: 0.16rem;
  }

  .home_news_bac {
    padding: 0.8rem 0;
  }

  .HN_partner_list li a {
    padding: 0.3rem 0.25rem;
  }

  .HN_text h3 {
    font-size: 0.22rem;
  }

  .HN_text h4 {
    font-size: 0.16rem;
  }
}

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

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

  .HN_partner .pt-button-prev,
  .HN_partner .pt-button-next {
    display: none;
  }

  .HN_partner .pt-pagination {
    display: block;
  }

  .home_news_bac {
    padding: 0.6rem 0;
  }

  .HN_text h3 {
    font-size: 0.2rem;
  }

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

  .HN_data i {
    width: 0.3rem;
    height: 0.3rem;
  }
}

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

@media screen and (max-width: 767px) {
  .HN_text h3 {
    font-size: 0.18rem;
  }

  .HN_text h4 {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 560px) {
  .home_news_ul li a {
    padding: 0.1rem 0.2rem;
    font-size: 0.14rem;
  }

  .home_news_box {
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
  }

  .HN_partner_list li a {
    padding: 0.25rem 0.2rem;
  }

  .HN_data {
    padding: 0.08rem 0.2rem 0.08rem 0.12rem;
    bottom: 0.2rem;
    left: 0.3rem;
  }

  .HN_text {
    margin-top: 0.2rem;
  }

  .HN_partner_list li a {
    border-radius: 0.2rem;
  }
}

@media screen and (max-width: 425px) {
  .HN_partner_list li a {
    padding: 0.2rem 0.15rem;
  }

  .HN_data i {
    width: 0.25rem;
    height: 0.25rem;
  }

  .HN_data {
    bottom: 0.1rem;
    left: 0.1rem;
  }

  .HN_data p {
    font-size: 0.14rem;
  }
}

/* home_contact */
.home_contact_bac {
  box-sizing: border-box;
  padding: 1rem 0;
}

.home_contact {}

.home_contact h3 {
  font-size: 0.18rem;
  line-height: 200%;
  color: #666;
  text-align: center;
  margin: 0.4rem 0;
}

.home_contact_area {
  position: relative;
}

.home_contact_box {
  position: relative;
}

.home_img_box {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.home_img_box img {
  width: 100%;
  height: auto;
}

.home_contact_btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}

.home_contact_img {
  position: relative;
  overflow: hidden;
  border-radius: 0.3rem;
}

.home_contact_img::after {
  content: "";
  display: block;
  padding-bottom: 36%;
}

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

/* ------------------------------å›¾ç‰‡åˆ†è£‚---------------------- */
.wrapper {
  position: relative;
  width: 100%;
  object-fit: cover;
  background-color: #222;
  border-radius: 0.3rem;
  overflow: hidden;
}

.box {
  --box-width: 100%;
  --box-height: 5.97rem;
  --frag-width: calc(var(--box-width) / var(--col));
  --frag-height: calc(var(--box-height) / var(--row));
  --img-url: url("./static/images/bc_i_bottom.webp");
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: var(--box-width);
  height: var(--box-height);
  position: relative;
}

.box.hide::after {
  opacity: 0;
}

.box.hide:hover::after {
  opacity: 0;
}

.box:hover::after {
  background-image: initial;
  font-size: 0.18rem;
}

.fragment {
  --x-offset: calc(var(--x) * var(--frag-width) * -1);
  --y-offset: calc(var(--y) * var(--frag-height) * -1);
  --rotateX: rotateX(0);
  --rotateY: rotateY(0);
  width: var(--frag-width);
  height: var(--frag-height);
  background: var(--img-url) var(--x-offset) var(--y-offset) / var(--box-width) var(--box-height) no-repeat;
  backface-visibility: hidden;
  will-change: transform;
  transform: var(--rotateX) var(--rotateY) scale(0.8);
  animation: flip var(--duration) linear var(--delay) forwards;
  opacity: 0;
}

@keyframes flip {
  0% {
    transform: var(--rotateX) var(--rotateY) scale(0.8);
    opacity: 0;
  }

  15% {
    transform: var(--rotateX) var(--rotateY) scale(0.8);
    opacity: 0;
  }

  70% {
    transform: rotateX(0) rotateY(0) scale(0.8);
    opacity: 1;
  }

  100% {
    transform: rotateX(0) rotateY(0) scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 1440px) {
  .box {
    --box-height: 5.5rem;
  }

  .home_contact_bac {
    padding: 0.8rem 0;
  }
}

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

@media screen and (max-width: 1200px) {
  .box {
    --box-height: 5rem;
  }

  .home_contact h3 {
    font-size: 0.16rem;
  }

  .home_contact_bac {
    padding: 0.6rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .home_contact_btn {
    bottom: 15%;
  }

  .home_contact_img {
    border-radius: 0.25rem;
  }
}

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

@media screen and (max-width: 767px) {
  .home_contact_img {
    border-radius: 0.2rem;
  }

  .home_contact_btn {
    bottom: 10%;
  }

  .home_contact h3 {
    font-size: 0.14rem;
    margin: 0.25rem 0;
  }
}

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

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

.TopHeader .top_cont::after {
  opacity: 1;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
  header {
    top: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .top_cont {
    background: #fff !important;
  }
}

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

  /* .TopHeader .top_cont {
    box-sizing: border-box;
    margin: 0.2rem 0.2rem 0 0.2rem;
  } */
  .top_cont::after {
    border-radius: 0.2rem;
  }

  .top_cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
  }

  .top_cont:hover {
    margin: 0;
    box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
  }

  .top_cont:hover::after {
    border-radius: 0;
  }

  .top_cont:hover::before {
    opacity: 1;
  }
}