/*
Theme Name: Xinke
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
@font-face {
  font-family: "roboto";
  src: url("./static/font/Roboto-Light.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "roboto";
  src: url("./static/font/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "roboto";
  src: url("./static/font/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
}

* {
  box-sizing: border-box;
  line-height: 170%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

:root {
  --i_color: #1aa9ff;
  --i_color2: #5b4cec;
  --font_color: #001831;
  --bc_color: #f2f5f5;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  --header_height: 1rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
  --linear-gradien: linear-gradient(to right top, #1575b5, #116db1);
}
@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: 68%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  padding-left: 16%;
}
.wrap_r {
  padding-right: 16%;
}

@media screen and (max-width: 1600px) {
  .wrap {
    width: 70%;
    max-width: 1400px;
  }
  .wrap_l {
    padding-left: 15%;
  }
  .wrap_r {
    padding-right: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 86%;
  }

  .wrap_l,
  .wrap_r {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.language {
  position: relative;
  height: var(--header_height);
  display: flex;
  align-items: center;
}
.language p {
  font-size: 16px;
  color: #333;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .language p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .language p {
    font-size: 14px;
  }
}
.language p.on {
  color: var(--i_color);
}
.language p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px; /* 这将创建一个朝下的三角形 */
  border-color: #333 transparent transparent transparent; /* 黑色在顶部，其余为透明 */
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: -14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.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);
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background-color: #fff;
  box-shadow: 0px 0px 4px #ddd;
}
.TopHeader {
  --header_height: 0.8rem;
}
.top_cont {
  position: relative;
}
.top {
  width: 88%;
  margin: 0 auto;
  max-width: 1700px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.full_header {
  margin-top: var(--header_height);
}
/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
  margin-right: 30px;
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo img {
  max-width: 2rem;
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-width: 1.8rem;
  }
}
/* 导航 */
@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.6rem;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li > a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    line-height: var(--header_height);
    position: relative;
  }
  .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;
    border-top: 2px solid var(--i_color);
  }
  .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: 17px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 16px;
  }
}
@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::-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: 0.7rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.top_email {
  color: var(--i_color);
  margin-right: 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.top_email iconify-icon {
  font-size: 0.22rem;
}
.top_search_ico {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top_search_ico {
    width: 36px;
    height: 36px;
  }
}
.top_search_ico iconify-icon {
  font-size: 0.22rem;
  color: #333;
}
/* 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;
}
:root {
  --radius_size: 2rem;
}
@media screen and (max-width: 1440px) {
  :root {
    --radius_size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --radius_size: 0.6rem;
  }
}
.com_path {
  position: relative;
  overflow: hidden;
  border-radius: 0 0.4rem;
}
.b_r_radius {
  border-bottom-right-radius: var(--radius_size);
}
.b_l_radius {
  border-bottom-left-radius: var(--radius_size);
}
.t_r_radius {
  border-top-right-radius: var(--radius_size);
}

/* 首页banner */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 2;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  height: 0;
  padding-bottom: calc(100vh - var(--header_height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .banner .swiper-slide {
    padding-bottom: 50vh;
  }
}
@media screen and (max-width: 560px) {
  .banner .swiper-slide {
    padding-bottom: 40vh;
  }
}
.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: contain;
  z-index: 2;
}
.banner-button-prev,
.banner-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  background: rgb(0 0 0 / 30%);
  font-size: 24px;
  color: #fff;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  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;
}
.banner-button-prev {
  left: -50px;
}
.banner-button-next {
  right: -50px;
}
.banner:hover .banner-button-prev {
  left: 0;
}
.banner:hover .banner-button-next {
  right: 0;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: var(--i_color);
}
.banner-pagination {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.2rem;
  text-align: center;
  z-index: 2;
}
.banner-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  display: inline-block;
  margin: 0 6px;
  background: #999;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    width: 42px;
    height: 42px;
  }
  .banner-button-prev iconify-icon,
  .banner-button-next iconify-icon {
    font-size: 20px;
  }
  .banner-pagination {
    display: block;
  }
}

/* ==========================================================================
   底部
   ========================================================================== */

div.wpforms-container-full input[type="text"]:focus {
  box-shadow: none !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
}
.wpforms-hidden {
  display: none;
}
/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
}
.i_tit.center {
  text-align: center;
}
.i_tit > h4 {
  font-size: 0.42rem;
  color: #333;
  position: relative;
  text-transform: capitalize;
  line-height: 120%;
}
.i_tit > p {
  font-size: 0.18rem;
  color: var(--i_color);
  font-weight: bold;
  text-transform: capitalize;
}
.i_tit.white > h4 {
  color: #fff;
}
.i_tit.color > h4 {
  color: var(--i_color2);
}
.i_tit.white > p {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_tit > h4 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit > h4 {
    font-size: 0.24rem;
    padding-bottom: 10px;
  }
  .i_tit > p {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .i_tit > h4 {
    font-size: 0.2rem;
  }
}
.i_more {
  display: table;
  padding: 8px 0.24rem;
  background: none;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
  background: var(--i_color);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.16rem;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: 0.5s ease;
}
.i_more b iconify-icon {
  font-size: 0.2rem;
}
.i_more::before {
  content: "";
  width: 0;
  height: 1000%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #333;
  transition: 0.5s ease;
  display: block;
  z-index: 1;
}
.i_more:hover::before {
  width: 180%;
}
.i_more_line {
  background: none;
  border: 1px solid var(--i_color);
}
.i_more_line::before {
  background: var(--i_color);
}
.i_more_line b {
  color: var(--i_color);
}
.i_more_line:hover b {
  color: #fff;
}
.i_more_w {
  background: none;
  border: 1px solid #fff;
}
.i_more_w b {
  color: #fff;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.i_more_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.3rem;
}

@media screen and (max-width: 1440px) {
  .i_more {
    padding: 6px 0.3rem;
  }
  .i_more b {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .i_more b {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .i_more_list a:nth-child(1) {
    margin-bottom: 0.1rem;
  }
}
.more {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more:hover {
  transform: translateY(-4px);
}
.bc {
  background: var(--bc_color);
}
.bc_deep {
  background: var(--font_color);
  color: #fff;
}
.gra_color {
  background: var(--linear-gradien);
}
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.bor {
  -webkit-border-radius: 0.6rem 0.6rem 0 0;
  border-radius: 0.6rem 0.6rem 0 0;
}
@media screen and (max-width: 1440px) {
  .bor {
    -webkit-border-radius: 0.4rem 0.4rem 0 0;
    border-radius: 0.4rem 0.4rem 0 0;
  }
}
.text_linear_color {
  display: table;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, var(--i_color2), var(--i_color));
  background: linear-gradient(to right, var(--i_color2), var(--i_color));
  background-clip: text;
  -webkit-background-clip: text;
}

/* ---------------------------内页------------------------------- */
.in_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_banner .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.in_banner .img::after {
  content: "";
  display: block;
  padding-bottom: 40vh;
}
.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;
  color: #fff;
  text-align: center;
}
.in_banner h4 {
  text-transform: capitalize;
  font-size: 0.4rem;
}
.in_banner p {
  font-size: 0.18rem;
  width: 60%;
  margin: 0.2rem auto 0;
}
@media screen and (max-width: 1200px) {
  .in_banner h4 {
    font-size: 0.34rem;
  }
  .in_banner p {
    font-size: 0.16rem;
    width: 80%;
  }
}
@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 p {
    font-size: 14px;
    width: 100%;
    margin-top: 0.1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 560px) {
  .in_banner h4 {
    font-size: 0.2rem;
  }
}
.in_position {
  padding: 0.16rem 0;
}
.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------------ */
.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p_nav {
  width: 28%;
  margin-right: auto;
  padding: 0.2rem;
  background-color: var(--bc_color);
}
.p_nav .tit h5 {
  font-size: 0.24rem;
}
.p_nav .tit {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .p_nav .tit h5 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_nav .tit h5 {
    font-size: 0.2rem;
  }
  .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.14rem 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: #333;
  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: #333;
  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.24rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
  .in_c_name h6 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_c_name h6 {
    font-size: 0.22rem;
  }
}

.in_c_name article {
  margin: 0.1rem 0 0.2rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: calc(0.24rem * 6);
  overflow-y: auto;
  padding-right: 2%;
}
.in_c_name article * {
  margin: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.in_c_name article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.in_c_name article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.in_c_name article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .in_c_name article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
  .in_c_name article * {
    font-size: 14px;
    line-height: 20px;
  }
}

.in_p_r {
  margin-left: auto;
  width: 68%;
}
.in_p_r a {
  position: relative;
}
.in_p_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_p_list li {
  width: calc(100% / 3 - 2%);
  margin-right: 3%;
  margin-bottom: 0.36rem;
  overflow: hidden;
}
.in_p_list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .in_p_list {
    justify-content: space-between;
  }
  .in_p_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.24rem;
  }
}
.in_p_list > a {
  display: block;
  width: 100%;
}
.in_p_list h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: normal;
  margin: 0.16rem 0.1rem;
  text-align: center;
}
.in_p_list .img {
  border: 1px solid var(--border_color);
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.84%;
}
.in_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_p_list li:hover .img {
  border-color: var(--i_color);
}
.in_p_list img,
.in_p_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list li:hover h6 {
  color: var(--i_color);
}
.in_p_list li:hover img {
  width: 105%;
  height: 105%;
}
@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: 15px;
  }
  .in_p_list p {
    font-size: 13px;
  }
}

/* ------------service--------------- */
.ser_menu .wrap {
  display: flex;
  gap: 0.1rem 0.4rem;
}
.ser_menu li {
  width: 33%;
  border-left: 1px solid #ddd;
}
.ser_menu li:last-child {
  border-right: 1px solid #ddd;
}
.ser_menu li a {
  padding: 0.2rem 0;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0.28rem;
  color: #89939e;
  cursor: pointer;
}
.ser_menu li.current a {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .ser_menu li a {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .ser_menu li a {
    padding: 0.12rem 0;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 959px) {
  .ser_menu li a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .ser_menu li a {
    font-size: 14px;
  }
}

.in_s_list {
  display: flex;
  justify-content: space-between;
  gap: 0 0.2rem;
}
.in_s_list li {
  max-width: 16%;
  color: var(--font_color);
  padding: 0.2rem;
}
.in_s_list li:first-child {
  background: var(--i_color);
}
.in_s_list li:nth-child(3) {
  background: #75d565;
}
.in_s_list li:nth-child(5) {
  background: #ffbc30;
}
.in_s_list li:nth-child(7) {
  background: #ff4154;
}
.in_s_list li:nth-child(9) {
  background: var(--i_color2);
}
.in_s_list .img {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.in_s_list img {
  width: 0.4rem;
  height: 0.4rem;
  object-fit: contain;
}
.in_s_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.in_s_list iconify-icon {
  color: #fff;
  font-size: 0.4rem;
}
.in_s_list h6 {
  font-size: 0.18rem;
  margin: 0.16rem 0;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .in_s_list {
    flex-wrap: wrap;
  }
  .in_s_list li {
    width: 33%;
  }
  .in_s_list img {
    display: none;
  }
  .in_s_list iconify-icon {
    font-size: 0.3rem;
  }
  .in_s_list h6 {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .in_s_list iconify-icon {
    font-size: 0.3rem;
  }
}

.in_tit {
  font-size: 0.2rem;
  text-align: center;
  font-weight: bold;
}

.workshop_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.workshop_list li {
  width: calc((100% - 0.6rem) / 3);
  position: relative;
  overflow: hidden;
}

.workshop_list li::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.workshop_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .workshop_list li {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .workshop_list li {
    width: 100%;
  }
}

.sp_list {
  position: relative;
  overflow: hidden;
}
.sp_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.sp_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.sp-prev,
.sp-next {
  position: absolute;
  top: 20%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.3rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
}
.sp-prev {
  left: 0;
}
.sp-next {
  right: 0;
}
.sp_list .swiper-button-disabled {
  cursor: not-allowed;
}
.sp-prev:hover,
.sp-next:hover {
  background: var(--font_color);
}
.sp-pagination {
  text-align: center;
}
.sp-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}
.sp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.sp_list .img {
  position: relative;
  overflow: hidden;
}
.sp_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.sp_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sp_list h6 {
  font-size: 0.2rem;
  text-align: center;
  margin: 0.1rem 0;
}
.sp_list .img img,
.sp_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sp_list li:hover img {
  width: 105%;
  height: 105%;
}
.sp_list li:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .sp_list li {
    width: calc((100% - 0.3rem) / 2);
  }
  .sp_list h6 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .sp_list li {
    width: 100%;
  }
  .sp_list h6 {
    font-size: 0.16rem;
  }
}

/* ----------------about---------------- */
.in_about .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}
.in_about .img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.in_about .img::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.in_about .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_about .txt {
  width: 45%;
}
.in_about h6 {
  font-size: 0.3rem;
  color: var(--i_color);
}
.in_about p {
  font-size: 0.16rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .in_about .img,
  .in_about .txt {
    width: 100%;
  }
  .in_about h6 {
    font-size: 0.24rem;
  }
}

.env_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列 */
  grid-auto-rows: auto; /* 自动行高 */
  gap: 20px; /* 间距，可调 */
}

.env_list li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.env_list li .img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; /* 保持图片比例 */
}

.env_list li:nth-child(n + 9) {
  display: none; /* 超过 8 个隐藏 */
}

@media (max-width: 1024px) {
  .env_list {
    grid-template-columns: repeat(3, 1fr); /* 平板：3列 */
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .env_list {
    grid-template-columns: repeat(2, 1fr); /* 手机：2列 */
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .env_list {
    grid-template-columns: 1fr; /* 小手机：1列 */
    gap: 10px;
  }
}
.zs_partner {
  position: relative;
}
.zs_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.zs_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.zs_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  transition: all 0.3s ease;
}

.zs_partner_list .img {
  width: 100%;

  border: 1px solid #dcdcdc;
  position: relative;
  overflow: hidden;
}
.zs_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 134%;
}
.zs_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;

  padding: 0.08rem;
  object-fit: contain;
}

.zs_partner_list .img img {
  transition: all 0.3s ease;
}

.zs_partner_list p {
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #333;
  text-align: center;
  margin-top: 0.15rem;
  transition: all 0.3s ease;
}
.zs_partner_list li:hover img {
  padding: 0;
}
.zs_partner_list li:hover p {
  color: var(--i_color);
}

/* 指示器 */
.zs-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.zs-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.zs-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

/* 左右箭头 */
.zs-button-prev,
.zs-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
  outline: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  color: var(--i_color);
  border-radius: 50%;
  border: 2px solid var(--i_color);
}
.zs-button-prev {
  left: 0;
}

.zs-button-next {
  right: 0;
}

@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .zs-button-prev,
  .zs-button-next {
    display: none;
  }
  .zs-pagination {
    display: block;
  }
}

/* ---------------------------------news-------------------- */
.mao_box {
  width: 100%;
  position: relative;
  z-index: 20;
}
.in_nav .wrap {
  border-bottom: 1px solid #89939e;
}
.menu_list {
  display: flex;
  display: -webkit-flex;
  position: relative;
  justify-content: space-between;
  gap: 0.1rem 0.4rem;
}
@media screen and (max-width: 959px) {
  .in_nav .i_tit {
    display: none;
  }
  .menu_list {
    width: 100%;
  }
  .in_nav .wrap {
    display: block;
  }
}
.menu_list > li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.35rem;
}
.menu_list > li a {
  position: relative;
  height: 100%;
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  line-height: 120%;
  font-size: 0.16rem;
  color: #fff;
  transition: all 0.5s ease;
  padding: 0.2rem 0;
  font-weight: bold;
}
.menu_list > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menu_list > li > a::after {
  width: 0%;
  height: 2px;
  background-color: var(--i_color2);
  bottom: -1px;
}
/* 锚点激活样式 */
.menu_list > li:hover a,
.menu_list .list.active a {
  color: var(--i_color2);
}
.menu_list li.active > a::after,
.menu_list > li:hover > a::after {
  width: 100%;
}
.mao_box .in_nav_tit {
  display: none;
}
.mao_box .navFix {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 0;
  top: 0.8rem;
  z-index: 2014;
  width: 100%;
  background-color: var(--i_color);
}
.mao_box .in_nav_tit {
  width: 100%;
  background-color: var(--i_color);
}
.mao_box .in_nav_tit h6 {
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .menu_list > li a {
    font-size: 0.14rem;
  }
  .menu_list > li {
    margin: 0 1%;
  }
}
@media screen and (max-width: 960px) {
  .mao_box .in_nav_tit h6 {
    font-size: 0.18rem;
  }
  .mao_box .in_nav_tit {
    display: block;
  }
  .menu_list {
    display: none;
  }
  .menu_list > li {
    width: 100%;
  }
  .mao_box .navFix {
    top: 0.6rem;
  }
  .in_nav {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .menu_list li {
    width: 100%;
  }
  .menu_list > li a {
    padding: 0.14rem 0;
  }
  .menu_list li:hover {
    background-color: var(--i_color);
    box-shadow: 0 0 0.2rem rgba(1, 158, 230, 0.3);
  }
  .menu_list li:hover a {
    color: white;
  }
}
.in_n_list a {
  display: block;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--border_color);
}
.in_n_list .img {
  width: 25%;
  position: relative;
  overflow: hidden;
}
.in_n_list .txt {
  width: 72%;
}
.in_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.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 .tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #ddd;
}
.in_n_list h6 {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.1rem;
}
.in_n_list p {
  font-size: 0.18rem;
  color: #666;
}
.in_n_list .date {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.in_n_list h6,
.in_n_list li {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_n_list li:hover {
  background: var(--bc_color);
}
.in_n_list li:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .in_n_list h6 {
    font-size: 0.2rem;
  }
  .in_n_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .in_n_list .img {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .in_n_list .txt {
    width: 100%;
  }
}
/* 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;
  background: var(--bc_color);
  color: #666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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;
  }
}
/* contact */
.contact .wrap_l {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.c_info {
  width: 40%;
}
.map {
  width: 54%;
  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.3rem 0;
  border-bottom: 1px solid var(--border_color);
}
.c_list .ico {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--bc_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.c_list .ico iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
}
.c_list .info {
  width: calc(100% - 0.85rem);
}
.c_list .info h6 {
  color: #666;
  font-size: 0.16rem;
  font-weight: normal;
}
.c_list .info a,
.c_list .info p {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333;
}
.c_list a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.c_list li,
.c_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c_list li:hover {
  border-color: var(--i_color);
}
.c_list li:hover .ico {
  background: var(--i_color);
}
.c_list li:hover .ico iconify-icon {
  color: #fff;
}
.c_info .f_media iconify-icon {
  color: #d1d1d1;
}
.c_info .f_media a:hover iconify-icon {
  color: var(--i_color);
}
@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_form {
  position: relative;
  overflow: hidden;
}
.c_form::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(static/images/bc_value.webp) no-repeat center;
  background-size: cover;
  opacity: 0.2;
}
.c_form .wrap {
  position: relative;
  z-index: 2;
}

/* -----------------------solution--------------------- */
.dot {
  position: relative;
  height: 60px;
  width: 100%;
}
.dot:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.4) 1px, transparent 1px),
    /* 小黑点 */
    radial-gradient(circle, rgba(255, 255, 255, 0.4) 1px, transparent 1px); /* 小黑点 */
  background-size: 20px 20px; /* 设置点的间距 */
  background-position:
    0 0,
    10px 10px; /* 设置点的交错位置 */
  z-index: 2;
}
.s_about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.s_about .tit {
  width: 30%;
}
.s_about .txt {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .s_about .tit,
  .s_about .txt {
    width: 100%;
  }
}
.s_about .txt .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.s_about .txt .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.s_about .txt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_v_btn {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 0.66rem;
  height: 0.66rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_v_btn iconify-icon {
  font-size: 38px;
  color: #fff;
}
.i_v_btn::before,
.i_v_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background: var(--i_color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: dot 2s infinite;
}
.i_v_btn::after {
  animation-delay: 0.3s;
}
@keyframes dot {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .i_v_btn {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.2rem;
  }
  .i_v_btn iconify-icon {
    font-size: 26px;
  }
}
/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 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;
  }
}
.img_cont {
  position: relative;
}
/* .img_cont::after {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.3) 1px,
      transparent 1px
    ),
      radial-gradient(circle, rgba(255, 255, 255, 0.3) 1px, transparent 1px); 
  background-size: 20px 20px; 
  background-position: 0 0, 10px 10px; 
  z-index: 2;
} */
.img_cont .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.img_cont .img {
  width: 45%;
  position: relative;
  overflow: hidden;
}
.img_cont .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.img_cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img_cont .txt {
  width: 50%;
}

.img_cont .text {
  padding: 0.2rem 0;
  border-bottom: 1px solid #ddd;
  margin: 0.2rem 0;
}
.img_cont .text h6 {
  font-size: 0.2rem;
}
.img_cont .text span {
  font-size: 0.16rem;
  display: block;
  position: relative;
  padding-left: 0.2rem;
}
.img_cont .text span::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .img_cont .img,
  .img_cont .txt {
    width: 100%;
  }
}
.rz_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rz_list li {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .rz_list li {
    width: 30%;
  }
}
.rz_list .img {
  width: 100%;
  margin: 0.1rem auto;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.rz_list .img span {
  display: block;
  font-size: 0.3rem;
  color: var(--i_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rz_list .img::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.rz_list .img img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rz_list p {
  font-size: 14px;
  text-align: center;
}
.com_cont {
  background: #fff;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.com_cont.reverse {
  flex-direction: row-reverse;
}
.com_cont .img {
  width: 35%;
  position: relative;
  overflow: hidden;
}
.com_cont .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.com_cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.com_cont .txt {
  width: 65%;
  color: var(--font_color);
  padding: 0.3rem;
}
.com_cont h6 {
  font-weight: normal;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.com_cont p {
  font-size: 0.16rem;
}
.com_cont dd {
  font-size: 0.14rem;
  padding-left: 0.2rem;
  position: relative;
}
.com_cont dd::after {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: var(--i_color);
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .com_cont .txt,
  .com_cont .img {
    width: 100%;
  }
}
.ss_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ss_list li {
  width: 48%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.15rem;
  overflow: hidden;
  padding: 0.3rem 0.2rem;
  border-bottom: 1px solid #ddd;
}
.ss_list .ico {
}
.ss_list img {
  max-width: 0.4rem;
  object-fit: contain;
}
.ss_list .txt {
  width: calc(100% - 0.84rem);
}
.ss_list h3 {
  padding: 6px 0.7rem 6px 0;
  font-size: 0.24rem;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  line-height: 150%;
}
.ss_list h3 i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(static/images/arrow_down_hollow_bai.svg) 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;
}
.ss_list .curr i {
  transform: translateY(-50%) rotate(180deg);
}
.ss_list p {
  display: none;
  margin: 0.1rem 0;
  font-size: 0.16rem;
  line-height: 160%;
}
@media screen and (max-width: 1024px) {
  .ss_list {
    width: 100%;
  }
  .ss_list h3 {
    font-size: 0.2rem;
  }
  .ss_list li {
    padding: 0.2rem 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .ss_list li {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .ss_list h3 {
    font-size: 0.18rem;
  }
  .ss_list p {
    font-size: 14px;
  }
}
.in_form .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}
.in_form .img {
  width: 100%;
}
.in_form .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.in_form .title {
  width: 45%;
}
.in_form .form {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .in_form .title,
  .in_form .form {
    width: 100%;
  }
}
#wpforms-68 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-68 {
  margin: 0;
  padding: 0;
}
#wpforms-form-68 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-68 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
#wpforms-68 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}
#wpforms-68 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-68 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-68 .wpforms-field-container > div {
  width: 49%;
}
#wpforms-68 .wpforms-field-container > div:nth-child(5) {
  width: 100%;
}
@media screen and (max-width: 560px) {
  #wpforms-68 .wpforms-field-container > div {
    width: 100%;
  }
}
#wpforms-68 .wpforms-field-container input,
#wpforms-68 textarea,
#wpforms-68 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  padding: 0 0.1rem 0 0.16rem;
  border: none;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ebf0f4;
}
#wpforms-68 input {
  line-height: var(--input_height);
}
#wpforms-68 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-68-field_1-container {
  border-top-left-radius: 20px;
}
#wpforms-68 input::-webkit-input-placeholder,
#wpforms-68 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-moz-placeholder,
#wpforms-68 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-ms-input-placeholder,
#wpforms-68 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68-field_1-error,
#wpforms-68-field_2-error,
#wpforms-68-field_3-error,
#wpforms-68-field_4-error,
#wpforms-68-field_5-error,
#wpforms-68-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-68 .wpforms-submit-container {
  width: 100%;
  margin: 0 auto;
}
#wpforms-68 .wpforms-submit-container button {
  width: 100%;
  padding: 10px 0;
  margin: 20px auto 0;
  font-size: 0.18rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: var(--i_color);
  z-index: 2;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-68 .wpforms-submit-container:hover button {
  background: var(--i_color2) !important;
}
#wpforms-68 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-68 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}

/* ---------------------详情页---------------- */
.pd_gallery_list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1rem;
}
.pd_gallery_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.pd_gallery_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_gallery_list .img {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.pd_gallery_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pd_gallery_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pd_gallery_list .img,
.pd_gallery_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_gallery_list li:hover img {
  width: 105%;
  height: 105%;
}
.pd_gallery-prev,
.pd_gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
  display: none;
}
.pd_gallery-prev {
  left: 0;
}
.pd_gallery-next {
  right: 0;
}
.pd_gallery_list .swiper-button-disabled {
  cursor: not-allowed;
}
.pd_gallery-prev:hover,
.pd_gallery-next:hover {
  opacity: 1;
}
.pd_gallery-pagination {
  text-align: center;
}
.pd_gallery-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.pd_gallery-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  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;
}
.pd_gallery-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.pd_gallery-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .pd_gallery-prev,
  .pd_gallery-next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .pd_gallery-pagination {
    margin-top: 0.22rem;
  }
}
.pd_det_cont .in_position {
  background: none;
}
.pd_det_cont {
  background: url(static/images/bc_pd_cont.webp) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.pd_det_cont > img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 26%;
  object-fit: contain;
}
.pd_det_cont .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.pd_gallery_list {
  width: 44%;
}
.pd_det {
  width: 49%;
  position: relative;
  z-index: 10;
}
.pd_det > h1 {
  font-size: 0.28rem;
  font-weight: 400;
  color: var(--i_color);
}
.pd_det > h6 {
  display: table;
  font-size: 0.2rem;
  color: #333;
  padding: 0.16rem 0;
  border-bottom: 1px solid var(--i_color);
}
.p_brief {
  font-size: 0.18rem;
  padding: 0.16rem 0;
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
}
.p_brief p {
  margin: 8px 0;
}
.pd_det .min {
  font-size: 0.16rem;
  color: #333;
  margin: 0.16rem 0;
}
.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}
.pd_share p {
  font-size: 0.16rem;
  color: #333;
  font-weight: 400;
}
.pd_share a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #c2c6c9;
}
.pd_share iconify-icon {
  font-size: 0.24rem;
}
.pd_share a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 959px) {
  .pd_gallery_list {
    width: 100%;
  }
  .pd_det {
    width: 100%;
    margin-top: 0.3rem;
  }
  .p_brief {
    font-size: 0.16rem;
  }
}
.pd_menu {
  display: flex;
  display: -webkit-flex;
  gap: 0 0.4rem;
  margin-top: 0.2rem;
  border-bottom: 1px solid var(--border_color);
}
.pd_menu li {
  text-align: center;
  padding: 0.2rem;
  font-size: 0.24rem;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.pd_menu li::after {
  content: "";
  width: 0;
  right: 0;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_menu li.current,
.pd_menu li:hover {
  color: var(--i_color);
}
.pd_menu li:hover::after,
.pd_menu li.current::after {
  width: 100%;
  right: initial;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .pd_menu li {
    padding: 0.12rem;
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .pd_menu li {
    padding: 0.1rem;
    font-size: 0.18rem;
  }
}
.pd_content {
  padding: 0.2rem 0;
}
.pd_content article {
  color: #333;
  font-size: 0.18rem;
  line-height: 150%;
}
.pd_content article h2,
.pd_content article h2 * {
  font-size: 0.24rem;
  font-weight: 400;
  margin: 0.2rem 0 0.1rem;
}
.pd_content article img,
.pd_content article iframe {
  max-width: 100%;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .pd_content article h2,
  .pd_content article h2 * {
    font-size: 0.2rem;
  }
}

.faq_list li {
  padding: 0.3rem;
  list-style: none;
}
.faq_list .txt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
.faq_list .faq_txt {
  display: none;
  margin-top: 0.2rem;
}
.faq_list span {
  display: block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 400;
}
.faq_list li > div:first-child span {
  background: #666;
}
.faq_list li > div:last-child span {
  background: var(--i_color);
}
.faq_list h6,
.faq_list p {
  width: calc(100% - 52px);
  font-weight: 300;
  color: #333;
}
.faq_list h6 {
  font-size: 0.2rem;
}
.faq_list p {
  font-size: 0.18rem;
}
.faq_list li.curr h6 {
  font-weight: 400;
}
.faq_list li.curr {
  border-top: 1px solid var(--i_color);
  background: var(--bc_color);
}
@media screen and (max-width: 1440px) {
  .faq_list li {
    padding: 0.2rem;
  }
  .faq_list h6 {
    font-size: 0.18rem;
  }
  .faq_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .faq_list li {
    padding: 0.2rem 0.1rem;
  }
}

.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
.tag h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: 400;
}
.tag a {
  font-size: 16px;
  color: #666;
  padding: 6px 0.1rem;
  border-radius: 4px;
}
.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.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.r_product {
  background: url(static/images/bc_factory.webp) no-repeat center;
  background-size: cover;
}
.rp {
  overflow: hidden;
  position: relative;
}
.rp .swiper-container {
  margin: 0 auto;
  z-index: 1;
}
.rp .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.rp .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.rp-button-prev,
.rp-button-next {
  border: 1px solid #666;
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rp-button-prev:hover,
.rp-button-next:hover {
  background: var(--linear-gradien);
  color: #fff;
  border-color: transparent;
}
.rp-button-prev {
  left: -8%;
}
.rp-button-next {
  right: -8%;
}
.rp-pagination {
  text-align: center;
}
.rp-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.rp-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  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;
}
.rp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.rp-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

.por_txt {
  width: 50%;
  margin: 0.2rem auto;
}
@media screen and (max-width: 1440px) {
  .por_txt {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .por_txt {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .por_txt {
    width: 95%;
  }
}
.b_por {
  font-size: 0.18rem;
  color: #666;
}
.s_por {
  font-size: 0.16rem;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .b_por {
    font-size: 0.16rem;
  }
  .s_por {
    font-size: 0.14rem;
  }
}

.por_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.por_list li {
  width: calc((100% - 0.9rem) / 4);
  background: #fff;
}
.por_list a {
  display: block;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 0.2rem;
}
.por_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.por_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.por_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.por_list h6 {
  font-size: 0.16rem;
  margin: 0.1rem 0;
  color: var(--i_color);
}

.por_list .img img,
.por_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.por_list li:hover img {
  width: 105%;
  height: 105%;
}
.por_list li:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1366px) {
  .por_list li {
    width: calc((100% - 0.6rem) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .por_list li {
    width: calc((100% - 0.3rem) / 2);
  }
  .por_list h6 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .por_list li {
    width: 100%;
  }
  .por_list h6 {
    font-size: 0.16rem;
  }
}

.portf_list {
  position: relative;
  overflow: hidden;
}
.portf_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.portf_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.portf-prev,
.portf-next {
  position: absolute;
  top: 20%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.3rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
}
.portf-prev {
  left: 0;
}
.portf-next {
  right: 0;
}
.portf_list .swiper-button-disabled {
  cursor: not-allowed;
}
.portf-prev:hover,
.portf-next:hover {
  background: var(--font_color);
}
.portf-pagination {
  display: none;
  text-align: center;
}
.portf-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}
.portf-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.portf_list .img {
  position: relative;
  overflow: hidden;
}
.portf_list .img::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.portf_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portf_list p {
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  margin: 0.2rem 0;
}
.portf_list .img,
.portf_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portf_list li:hover img {
  width: 105%;
  height: 105%;
}
.portf_list li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .portf-prev {
    left: 0;
  }
  .portf-next {
    right: 0;
  }
  .portf_list .swiper-slide {
    padding: 0.2rem;
  }
  .portf_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .portf-next,
  .portf-prev {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .portf-pagination {
    margin-top: 0.22rem;
  }
  .portf_list .swiper-slide {
    padding: 0.1rem;
  }
  .portf_list p {
    margin: 0.1rem 0;
  }
}

/* banner文字 */
.xinke-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.xinke-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.xinke-content-container1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.xinke-text-box {
  max-width: 600px;
  margin-top: 40px;
}

.xinke-main-title {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 30px 0;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.xinke-highlight {
  font-size: 54px;
}

.xinke-en-sub {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-left: 15px;
  vertical-align: bottom;
  opacity: 0.9;
}

.xinke-badge-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.xinke-badge {
  background-color: #2563eb;
  color: #ffffff;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
}

.xinke-meta-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

/* 底部安全提示 */
.xinke-footer-text {
  color: #ffffff;
  font-size: 16px;
  opacity: 0.85;
}

@media screen and (max-width: 992px) {
  .banner {
    height: 450px;
  }
  .xinke-content-container1 {
    padding: 40px 40px;
  }
  .xinke-main-title {
    font-size: 38px;
  }
  .xinke-highlight {
    font-size: 44px;
  }
}

@media screen and (max-width: 768px) {
  .xinke-content-container1 {
    position: relative;
    height: auto;
    background: #0b132b; /* 深蓝色背景，保证暗光下文字清晰 */
    padding: 30px 20px;
    gap: 30px;
  }

  .xinke-text-box {
    margin-top: 0;
  }

  .xinke-main-title {
    font-size: 32px;
  }

  .xinke-highlight {
    font-size: 36px;
  }

  .xinke-en-sub {
    display: block; /* 英文在手机端换行显示，避免拥挤 */
    margin-left: 0;
    margin-top: 10px;
  }

  .xinke-badge-row {
    flex-direction: column; /* 手机端标签与文字垂直排列 */
    align-items: flex-start;
    gap: 10px;
  }

  .xinke-meta-text {
    font-size: 15px;
  }
}
/* 第二张 */
.banner-content {
  position: absolute;
  left: 280px;
  top: 120px;
  z-index: 2;
  width: 520px;
}

/* 标题 */
.banner-content h2 {
  margin: 0;
  font-size: 68px;
  line-height: 1.05;
  font-weight: 800;
  color: #fff;
  letter-spacing: -2px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.banner-content h2 span {
  display: inline-block;
  margin-top: 10px;
  color: #2d8cff;
  font-size: inherit;
}

/* 文案框 */
.banner-content ul {
  margin: 40px 0 0;
  padding: 30px 34px;
  list-style: none;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 16px;
}

.banner-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
}

.banner-content ul li:last-child {
  margin-bottom: 0;
}

.banner-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1ea0ff;
}

/* 按钮 */
.data-center-banner .banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 68px;
  margin-top: 40px;
  border-radius: 12px;
  background: linear-gradient(90deg, #2d46ff, #20b6ff);
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.data-center-banner .banner-btn:hover {
  transform: translateY(-4px);
}

/* ====== 1440 ====== */
@media screen and (max-width: 1440px) {
  .banner-content {
    left: 180px;
    top: 90px;
    width: 460px;
  }

  .banner-content h2 {
    font-size: 72px;
  }

  .banner-content ul li {
    font-size: 24px;
  }
}

/* ====== 1024 ====== */
@media screen and (max-width: 1024px) {
  .banner-content {
    left: 60px;
    top: 80px;
    width: calc(100% - 120px);
  }

  .banner-content h2 {
    font-size: 64px;
  }

  .banner-content ul {
    margin-top: 30px;
    padding: 26px;
  }

  .banner-content ul li {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

/* ====== 768 ====== */
@media screen and (max-width: 768px) {
  .banner-content {
    position: absolute;
    left: 30px;
    top: 60px;
    width: calc(100% - 60px);
  }

  .banner-content h2 {
    font-size: 48px;
    line-height: 1.15;
  }

  .banner-content ul {
    padding: 22px;
    border-radius: 12px;
  }

  .banner-content ul li {
    font-size: 20px;
    line-height: 1.6;
    padding-left: 18px;
  }

  .banner-content ul li::before {
    top: 12px;
  }

  .data-center-banner .banner-btn {
    width: 200px;
    height: 58px;
    font-size: 22px;
    margin-top: 22px;
  }
}

/* ====== 480 ====== */
@media screen and (max-width: 480px) {
  .banner-content {
    left: 20px;
    top: 40px;
    width: calc(100% - 40px);
  }

  .banner-content h2 {
    font-size: 38px;
  }

  .banner-content ul {
    margin-top: 24px;
    padding: 18px;
  }

  .banner-content ul li {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .data-center-banner .banner-btn {
    width: 170px;
    height: 50px;
    font-size: 18px;
  }
}
/* 第三章 */
.industry-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.industry-content {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  z-index: 2;
  width: 1280px;
}

/* 标题 */
.industry-title {
  margin: 0;
  text-align: center;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.industry-title span {
  color: #1d7dff;
  font-size: inherit;
}

/* 数据盒子 */
.industry-data {
  margin-top: 40px;
  width: 100%;
  min-height: 120px;
  padding: 24px 20px;
  border-radius: 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow:
    inset 0 0 16px rgba(255, 255, 255, 0.1),
    0 8px 24px rgba(0, 0, 0, 0.12);
}

/* 单项 */
.industry-item {
  flex: 1;
  text-align: center;
}

.industry-item h3 {
  margin: 0;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  color: #1f7fff;
}

.industry-item p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}

/* 分隔线 */
.industry-line {
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.4);
}

/* ===== 1600 ===== */
@media screen and (max-width: 1600px) {
  .industry-content {
    width: calc(100% - 120px);
  }

  .industry-title {
    font-size: 50px;
  }

  .industry-item h3 {
    font-size: 38px;
  }

  .industry-item p {
    font-size: 15px;
  }
}

/* ===== 1200 ===== */
@media screen and (max-width: 1200px) {
  .industry-content {
    width: calc(100% - 80px);
    top: 70px;
  }

  .industry-title {
    font-size: 40px;
  }

  .industry-data {
    margin-top: 30px;
    min-height: 100px;
    padding: 20px 16px;
  }

  .industry-item h3 {
    font-size: 32px;
  }

  .industry-item p {
    font-size: 14px;
    margin-top: 8px;
  }

  .industry-line {
    height: 46px;
  }
}

/* ===== 768 ===== */
@media screen and (max-width: 768px) {
  .industry-content {
    width: calc(100% - 40px);
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .industry-title {
    font-size: 28px;
    line-height: 1.35;
  }

  .industry-data {
    margin-top: 24px;
    padding: 20px 16px;

    flex-wrap: wrap;
    gap: 20px;
  }

  .industry-item {
    width: calc(50% - 10px);
    flex: unset;
  }

  .industry-item h3 {
    font-size: 28px;
  }

  .industry-item p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 6px;
  }

  .industry-line {
    display: none;
  }
}

/* ===== 480 ===== */
@media screen and (max-width: 480px) {
  .industry-title {
    font-size: 22px;
  }

  .industry-data {
    padding: 18px 12px;
    border-radius: 14px;
    gap: 16px;
  }

  .industry-item {
    width: 100%;
  }

  .industry-item h3 {
    font-size: 24px;
  }

  .industry-item p {
    font-size: 12px;
  }
}
/* ==========================================================================
   首页
   ========================================================================== */
.about-home {
  position: relative;
  overflow: hidden;
  height: 900px;
}

/* 背景图 */
.about-home-bg {
  position: absolute;
  inset: 0;
}

.about-home-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 遮罩 */
.about-home-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.45)
  );
  z-index: 1;
}

/* 内容 */
.about-home-content {
  position: relative;
  z-index: 2;

  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}

/* 标题 */
.about-home-title {
  margin: 0;
  font-size: 96px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  letter-spacing: -2px;
}

/* 文案 */
.about-home-desc {
  width: 1200px;
  max-width: 100%;

  margin-top: 50px;
}

.about-home-desc p {
  margin: 0;
  font-size: 28px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
}

.about-home-desc p + p {
  margin-top: 10px;
}

.about-home-desc span {
  color: #13a8ff;
  font-weight: 700;
  font-size: inherit;
}

/* 按钮 */
.about-home-btn {
  margin-top: 60px;
  width: 220px;
  height: 48px;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;

  background: linear-gradient(90deg, #3050ff, #1eb8ff);

  transition: all 0.3s ease;
}

.about-home-btn:hover {
  transform: translateY(-4px);
}

/* ===== 1600 ===== */
@media screen and (max-width: 1600px) {
  .about-home {
    height: 760px;
  }

  .about-home-title {
    font-size: 72px;
  }

  .about-home-desc {
    width: 1000px;
  }

  .about-home-desc p {
    font-size: 22px;
  }
}

/* ===== 1200 ===== */
@media screen and (max-width: 1200px) {
  .about-home {
    height: 680px;
  }

  .about-home-title {
    font-size: 56px;
  }

  .about-home-desc {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .about-home-desc p {
    font-size: 18px;
    line-height: 1.8;
  }

  .about-home-btn {
    width: 180px;

    margin-top: 45px;
  }
}

/* ===== 768 ===== */
@media screen and (max-width: 768px) {
  .about-home {
    height: auto;
    padding: 120px 0;
  }

  .about-home-title {
    font-size: 42px;
  }

  .about-home-desc {
    margin-top: 30px;
    padding: 0 24px;
  }

  .about-home-desc p {
    font-size: 16px;
    line-height: 1.8;
  }

  .about-home-btn {
    width: 160px;
    font-size: 16px;
    margin-top: 36px;
  }
}

/* ===== 480 ===== */
@media screen and (max-width: 480px) {
  .about-home {
    padding: 90px 0;
  }

  .about-home-title {
    font-size: 34px;
  }

  .about-home-desc p {
    font-size: 15px;
    line-height: 1.9;
  }

  .about-home-btn {
    width: 150px;
    border-radius: 10px;
  }
}
.home-advantage {
  padding: 120px 0;
  background: #f7f8fa;
}

/* 标题 */
.home-advantage-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.home-advantage-head h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
}

/* 两侧线条 */
.line-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.line-group span {
  width: 4px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #19a7ff, #8fd6ff);
}

.line-group span:nth-child(1) {
  height: 20px;
  opacity: 0.3;
}

.line-group span:nth-child(2) {
  height: 30px;
  opacity: 0.5;
}

.line-group span:nth-child(3) {
  height: 42px;
}

.line-group span:nth-child(4) {
  height: 30px;
  opacity: 0.5;
}

.line-group span:nth-child(5) {
  height: 20px;
  opacity: 0.3;
}
@media screen and (max-width: 1600px) {
  .home-advantage-head {
    gap: 28px;
  }

  .home-advantage-head h2 {
    font-size: 48px;
  }

  .line-group {
    gap: 6px;
  }

  .line-group span:nth-child(1) {
    height: 18px;
  }

  .line-group span:nth-child(2) {
    height: 28px;
  }

  .line-group span:nth-child(3) {
    height: 38px;
  }

  .line-group span:nth-child(4) {
    height: 28px;
  }

  .line-group span:nth-child(5) {
    height: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .home-advantage-head {
    gap: 22px;
  }

  .home-advantage-head h2 {
    font-size: 42px;
  }

  .line-group span:nth-child(1) {
    height: 16px;
  }

  .line-group span:nth-child(2) {
    height: 24px;
  }

  .line-group span:nth-child(3) {
    height: 34px;
  }

  .line-group span:nth-child(4) {
    height: 24px;
  }

  .line-group span:nth-child(5) {
    height: 16px;
  }
}

@media screen and (max-width: 768px) {
  .home-advantage-head {
    flex-direction: column;
    gap: 16px;
  }

  .home-advantage-head h2 {
    font-size: 32px;
  }

  .line-group {
    gap: 5px;
  }

  .line-group span:nth-child(1) {
    height: 14px;
  }

  .line-group span:nth-child(2) {
    height: 20px;
  }

  .line-group span:nth-child(3) {
    height: 28px;
  }

  .line-group span:nth-child(4) {
    height: 20px;
  }

  .line-group span:nth-child(5) {
    height: 14px;
  }
}

@media screen and (max-width: 480px) {
  .home-advantage-head h2 {
    font-size: 24px;
  }

  .line-group span:nth-child(1) {
    height: 12px;
  }

  .line-group span:nth-child(2) {
    height: 16px;
  }

  .line-group span:nth-child(3) {
    height: 24px;
  }

  .line-group span:nth-child(4) {
    height: 16px;
  }

  .line-group span:nth-child(5) {
    height: 12px;
  }
}
/* 网格 */
.advantage-grid {
  margin-top: 70px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* 卡片 */
.advantage-card {
  position: relative;

  padding: 42px 38px;

  border-radius: 20px;
  background: #fff;

  border: 1px solid #e7e7e7;

  transition: all 0.3s ease;
  overflow: hidden;
}

.advantage-card:hover {
  transform: translateY(-8px);
  background: #f5f5f5;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

/* 顶部 */
.advantage-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* icon */
.advantage-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f4f4f4;
}

.advantage-icon iconify-icon {
  font-size: 42px;
  color: #111;
}

/* 编号 */
.advantage-num {
  font-size: 92px;
  line-height: 1;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.04);
}
.advantage-card h3 {
  margin: 30px 0 16px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}

.advantage-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

@media screen and (max-width: 1600px) {
  .advantage-grid {
    gap: 24px;
  }

  .advantage-card {
    padding: 34px 28px;
  }

  .advantage-icon {
    width: 64px;
    height: 64px;
  }

  .advantage-icon iconify-icon {
    font-size: 36px;
  }

  .advantage-num {
    font-size: 74px;
  }

  .advantage-card h3 {
    font-size: 24px;
  }

  .advantage-card p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .advantage-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .advantage-card {
    padding: 30px 24px;
    border-radius: 18px;
  }

  .advantage-icon {
    width: 58px;
    height: 58px;
  }

  .advantage-icon iconify-icon {
    font-size: 32px;
  }

  .advantage-num {
    font-size: 60px;
  }

  .advantage-card h3 {
    margin: 24px 0 14px;
    font-size: 22px;
  }

  .advantage-card p {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {
  .advantage-grid {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .advantage-card {
    padding: 26px 20px;
    border-radius: 16px;
  }

  .advantage-top {
    align-items: center;
  }

  .advantage-icon {
    width: 52px;
    height: 52px;
  }

  .advantage-icon iconify-icon {
    font-size: 28px;
  }

  .advantage-num {
    font-size: 48px;
  }

  .advantage-card h3 {
    margin: 20px 0 12px;
    font-size: 20px;
  }

  .advantage-card p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 480px) {
  .advantage-grid {
    gap: 16px;
  }

  .advantage-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .advantage-icon {
    width: 46px;
    height: 46px;
  }

  .advantage-icon iconify-icon {
    font-size: 24px;
  }

  .advantage-num {
    font-size: 40px;
  }

  .advantage-card h3 {
    margin: 18px 0 10px;
    font-size: 18px;
  }

  .advantage-card p {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* 产品 */
.home-product {
  padding: 120px 0;
}

.home-product-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

/* 卡片 */
.home-product-grid .product-card {
  position: relative;
}

/* 图片 */
.home-product-grid .product-img {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
}

.home-product-grid .product-img img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.home-product-grid .product-card:hover .product-img img {
  transform: scale(1.04);
}

/* 内容 */
.home-product-grid .product-info {
  padding-top: 34px;
}

.home-product-grid .product-info h3 {
  margin: 0;
}

.home-product-grid .product-info h3 a {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  text-decoration: none;

  transition: all 0.3s ease;
}

.home-product-grid .product-info h3 a:hover {
  color: #169dff;
}

.home-product-grid .product-info p {
  margin: 18px 0 0;

  font-size: 26px;
  color: #666;
  line-height: 1.6;
}

/* 底部 */
.home-product-grid .product-bottom {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}

/* 复用按钮后微调 */
.home-product-grid .product-bottom .about-home-btn {
  margin-top: 0;
  flex-shrink: 0;
}

/* 价格 */
.home-product-grid .product-price {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #000;
}

/* ===== 1600 ===== */
@media screen and (max-width: 1600px) {
  .home-product-grid .product-info p {
    font-size: 22px;
  }

  .home-product-grid .product-price {
    font-size: 22px;
  }
}

/* ===== 1200 ===== */
@media screen and (max-width: 1200px) {
  .home-product {
    padding: 90px 0;
  }

  .home-product-grid {
    gap: 28px;
  }

  .home-product-grid .product-info {
    padding-top: 26px;
  }

  .home-product-grid .product-info h3 a {
    font-size: 22px;
  }

  .home-product-grid .product-info p {
    margin-top: 12px;
    font-size: 18px;
  }

  .home-product-grid .product-bottom {
    margin-top: 30px;
  }

  .home-product-grid .product-bottom .about-home-btn {
    width: 180px;
    height: 56px;
    font-size: 18px;
  }

  .home-product-grid .product-price {
    font-size: 20px;
  }
}

/* ===== 768 ===== */
@media screen and (max-width: 768px) {
  .home-product {
    padding: 70px 0;
  }

  .home-product-grid {
    margin-top: 40px;

    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-product-grid .product-img {
    border-radius: 18px;
  }

  .home-product-grid .product-info {
    padding-top: 20px;
  }

  .home-product-grid .product-info h3 a {
    font-size: 20px;
  }

  .home-product-grid .product-info p {
    font-size: 16px;
  }

  .home-product-grid .product-bottom {
    margin-top: 24px;

    flex-direction: column;
    align-items: flex-start;
  }

  .home-product-grid .product-bottom .about-home-btn {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }

  .home-product-grid .product-price {
    font-size: 18px;
  }
}

/* ===== 480 ===== */
@media screen and (max-width: 480px) {
  .home-product-grid .product-info h3 a {
    font-size: 18px;
  }

  .home-product-grid .product-info p {
    font-size: 15px;
  }
}
.home-process {
  padding: 120px 0;
  background: #f7f8fa;
}

/* 副标题 */
.process-subtitle {
  margin-top: 30px;

  text-align: center;

  font-size: 34px;
  line-height: 1.5;
  color: #888;
  font-weight: 400;
}

.process-subtitle span {
  color: #1aa8ff;
  font-weight: 700;
  font-size: inherit;
}

/* 列表 */
.process-grid {
  margin-top: 70px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

/* 卡片 */
.process-card {
  border-radius: 24px;
  overflow: hidden;

  background: #efeff2;

  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* 图片 */
.process-img {
  position: relative;
  overflow: hidden;
}

.process-img img {
  width: 100%;
  aspect-ratio: 1 / 0.88;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}

.process-card:hover .process-img img {
  transform: scale(1.04);
}

/* 底部渐变 */
.process-img::after {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 120px;

  background: linear-gradient(to bottom, rgba(239, 239, 242, 0), #efeff2);
}

/* 内容 */
.process-info {
  padding: 0 38px 40px;
  margin-top: -10px;
  position: relative;
  z-index: 2;
}

.process-info h3 {
  margin: 0;

  font-size: 38px;
  line-height: 1.3;
  font-weight: 800;
  color: #111;
}

/* 蓝线 */
.process-line {
  width: 180px;
  height: 4px;

  margin-top: 18px;

  border-radius: 20px;

  background: linear-gradient(90deg, #149dff, #4fc3ff);
}

/* 文案 */
.process-info p {
  margin: 24px 0 0;

  font-size: 22px;
  line-height: 1.9;
  color: #444;
}

/* ===== 1600 ===== */
@media screen and (max-width: 1600px) {
  .process-subtitle {
    font-size: 28px;
  }

  .process-info {
    padding: 0 30px 34px;
  }

  .process-info h3 {
    font-size: 30px;
  }

  .process-info p {
    font-size: 18px;
  }
}

/* ===== 1200 ===== */
@media screen and (max-width: 1200px) {
  .home-process {
    padding: 90px 0;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .process-subtitle {
    font-size: 22px;
  }

  .process-info h3 {
    font-size: 26px;
  }

  .process-info p {
    font-size: 16px;
    line-height: 1.8;
  }

  .process-line {
    width: 140px;
    margin-top: 14px;
  }
}

/* ===== 768 ===== */
@media screen and (max-width: 768px) {
  .home-process {
    padding: 70px 0;
  }

  .process-grid {
    margin-top: 40px;

    grid-template-columns: 1fr;
    gap: 24px;
  }

  .process-subtitle {
    margin-top: 20px;

    font-size: 18px;
    line-height: 1.7;

    padding: 0 20px;
  }

  .process-card {
    border-radius: 18px;
  }

  .process-info {
    padding: 0 24px 28px;
  }

  .process-info h3 {
    font-size: 24px;
  }

  .process-info p {
    margin-top: 18px;
    font-size: 15px;
  }

  .process-line {
    width: 120px;
    height: 3px;
  }
}

/* ===== 480 ===== */
@media screen and (max-width: 480px) {
  .process-subtitle {
    font-size: 16px;
  }

  .process-info h3 {
    font-size: 20px;
  }

  .process-info p {
    font-size: 14px;
  }
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}

@media (max-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.team-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: default;
  height: 450px;
  background: #1a1a1a;
  min-width: 0;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(15, 176, 254, 0.28);
}

.card-front {
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s ease;
}

.team-card:hover .card-front {
  opacity: 0;
  pointer-events: none;
}

.card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover .card-front img {
  transform: scale(1.05);
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
  padding: 40px 20px 20px;
  color: white;
}

.card-overlay h3 {
  font-size: 24px;
  margin: 0 0 5px 0;
  font-weight: 700;
}

.card-overlay .role {
  font-size: 16px;
  color: #0fb0fe;
  margin: 0;
}

.card-expanded {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.team-card:hover .card-expanded {
  opacity: 1;
  pointer-events: auto;
}

.expanded-left {
  width: 100%;
  height: 48%;
  position: relative;
  overflow: hidden;
}

.expanded-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expanded-right {
  width: 100%;
  height: 62%;
  background: linear-gradient(135deg, #0fb0fe, #3243d7);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  position: relative;
  box-sizing: border-box;
}

.close-btn {
  display: none;
}

.expanded-right h3 {
  font-size: 24px;
  margin: 0 0 5px 0;
  font-weight: 700;
}

.expanded-right .role {
  font-size: 13px;
  margin: 0 0 18px 0;
  opacity: 0.95;
}

.info-item {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-word;
}

.info-item strong {
  display: block;
  font-weight: 700;
  margin-bottom: 3px;
  opacity: 0.95;
}

.info-item a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.info-item a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

.chat-btn {
  display: inline-block;
  background: white;
  color: #3243d7;
  padding: 10px 22px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  margin-top: 10px;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  align-self: flex-start;
}

.chat-btn:hover {
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200px) {
  .team-card {
    height: 430px;
  }
}

@media (max-width: 768px) {
  .team-card {
    height: 460px;
  }

  .expanded-right {
    padding: 28px 24px;
  }
}
.partner-section {
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* 左侧 */
.partner-left {
  position: relative;
  width: 50%;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-bg-shape {
  position: absolute;
  inset: 0;
}

.partner-bg-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-card {
  position: relative;
  z-index: 2;

  width: 430px;
  padding: 80px 50px;

  border-radius: 16px;

  background: linear-gradient(135deg, #4651dd 0%, #27b5f7 100%);
}

.partner-card h2 {
  margin-bottom: 120px;

  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.partner-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  line-height: 1.8;
  font-weight: 300;
}
/* logo区域 */
.partner-logo {
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

/* 单个logo */
.partner-logo-item {
  width: 120px;
  height: 120px;

  border-radius: 50%;

  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.partner-logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 右侧 */
.partner-right {
  width: 58%;
  display: flex;
  justify-content: center;
}
.partner-right > img {
  max-width: 700px;
}
.partner-circle-wrap {
  position: relative;
  width: 900px;
  height: 900px;
}

/* 圆环 */
.circle {
  position: absolute;
  border: 4px solid #18a8ff;
  border-radius: 50%;
}

.outer-circle {
  width: 760px;
  height: 760px;
  top: 70px;
  left: 70px;
}

.inner-circle {
  width: 450px;
  height: 450px;
  top: 225px;
  left: 225px;
}

/* logo */
.partner-item {
  position: absolute;

  width: 120px;
  height: 120px;

  background: #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.partner-item img {
  max-width: 68%;
  max-height: 68%;
  object-fit: contain;
}

/* 中心 */
.partner-section .center {
  width: 140px;
  height: 140px;

  top: 380px;
  left: 380px;

  border: 4px solid #d9f2ff;
}

/* 外圈 */
.p1 {
  top: 40px;
  left: 250px;
}

.p2 {
  top: 10px;
  left: 500px;
}

.p3 {
  top: 120px;
  right: 90px;
}

.p4 {
  top: 360px;
  right: 0;
}

.p5 {
  bottom: 170px;
  right: 70px;
}

.p6 {
  bottom: 30px;
  left: 480px;
}

.p7 {
  bottom: 130px;
  left: 140px;
}

.p8 {
  top: 380px;
  left: 0;
}

/* 内圈 */
.p9 {
  top: 250px;
  left: 180px;
}

.p10 {
  top: 120px;
  left: 390px;
}

.p11 {
  top: 260px;
  right: 170px;
}

.p12 {
  bottom: 230px;
  right: 170px;
}

.p13 {
  bottom: 110px;
  left: 390px;
}

.p14 {
  bottom: 240px;
  left: 180px;
}

/* =========================
   平板
========================= */
@media (max-width: 1200px) {
  .partner-section {
    flex-direction: column;
  }

  .partner-left,
  .partner-right {
    width: 100%;
  }
  .partner-logo {
    display: none;
  }

  .partner-left {
    min-height: auto;
  }

  .partner-card {
    width: 100%;
    max-width: 500px;
    padding: 60px 40px;
  }

  .partner-circle-wrap {
    transform: scale(0.78);
    transform-origin: center top;
    margin-top: -40px;
    height: 720px;
  }
}

/* =========================
   手机
========================= */
@media (max-width: 768px) {
  .partner-section {
    padding: 70px 0;
  }

  .partner-section .wrap {
    padding: 0 20px;
    gap: 30px;
  }

  .partner-card {
    padding: 50px 30px;
  }

  .partner-card h2 {
    margin-bottom: 60px;
    font-size: 36px;
  }

  .partner-card p {
    font-size: 22px;
  }

  .partner-circle-wrap {
    transform: scale(0.42);
    transform-origin: center top;

    width: 900px;
    height: 420px;
    margin-top: -20px;
  }
}
.home-certificate {
  padding: 120px 0;
  background: #f7f8fa url(static/images/bc_certy.webp) no-repeat center;
  background-size: cover;
}

/* 外层 */
.certificate-box {
  position: relative;

  margin-top: 70px;

  overflow: hidden;
}

/* 行 */
.certificate-row {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 38px;
}

/* 第一排 */
.certificate-row:first-child {
  margin-bottom: 24px;
}

/* 第二排 */
.certificate-row:last-of-type {
  margin-top: 90px;
}

/* 证书 */
.certificate-item {
  position: relative;

  width: 300px;

  transition: all 0.35s ease;
}

.certificate-item:hover {
  transform: translateY(-10px);
}

/* 横版 */
.certificate-item img {
  width: 100%;
  display: block;

  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.12));
}

/* 竖版 */
.certificate-item.vertical {
  width: 210px;
}

/* 层板 */
.certificate-shelf {
  position: relative;
  z-index: 1;

  width: 1380px;
  height: 34px;

  margin: 0 auto;

  border-radius: 2px;

  background: linear-gradient(to bottom, #ffffff, #e6e6e6);

  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.08);
}

/* ===== 1600 ===== */
@media screen and (max-width: 1600px) {
  .certificate-row {
    gap: 28px;
  }

  .certificate-item {
    width: 240px;
  }

  .certificate-item.vertical {
    width: 180px;
  }

  .certificate-shelf {
    width: 1120px;
  }
}

/* ===== 1200 ===== */
@media screen and (max-width: 1200px) {
  .home-certificate {
    padding: 90px 0;
  }

  .certificate-row {
    flex-wrap: wrap;
    gap: 24px;
  }

  .certificate-row:last-of-type {
    margin-top: 60px;
  }

  .certificate-item {
    width: calc(50% - 12px);
  }

  .certificate-item.vertical {
    width: calc(33.333% - 16px);
  }

  .certificate-shelf {
    width: 100%;
    height: 24px;
  }
}

/* ===== 768 ===== */
@media screen and (max-width: 768px) {
  .home-certificate {
    padding: 70px 0;
  }

  .certificate-box {
    margin-top: 40px;
  }

  .certificate-row {
    gap: 18px;
  }

  .certificate-item {
    width: calc(50% - 9px);
  }

  .certificate-item.vertical {
    width: calc(50% - 9px);
  }

  .certificate-row:last-of-type {
    margin-top: 40px;
  }
}

/* ===== 480 ===== */
@media screen and (max-width: 480px) {
  .certificate-item {
    width: 100%;
  }

  .certificate-item.vertical {
    width: 100%;
  }

  .certificate-row {
    gap: 20px;
  }

  .certificate-row:last-of-type {
    margin-top: 30px;
  }

  .certificate-shelf {
    display: none;
  }
}
.home-news,
.i_sol {
  position: relative;
  overflow: hidden;
}
.i_sol .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_sol .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.i_sol-prev,
.i_sol-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.24rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: #18a8ff;
  color: #fff;
}
.i_sol-prev {
  left: 0%;
}
.i_sol-next {
  right: 0%;
}
.i_sol .swiper-button-disabled {
  cursor: not-allowed;
}
.i_sol-prev:hover,
.i_sol-next:hover {
  background: var(--i_color2);
}
.i_sol-pagination {
  margin-top: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.i_sol-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}
.i_sol-pagination .swiper-pagination-bullet-active {
  background: #18a8ff;
}

@media screen and (max-width: 768px) {
  .i_sol-next,
  .i_sol-prev {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .i_sol-pagination {
    margin-top: 0.22rem;
  }
}
.news-card {
  max-width: 420px;
  margin: 0 auto;

  background: #f2f2f2;
  border-radius: 30px;

  overflow: hidden;

  transition: 0.35s;
}

/* hover 整体变蓝 */
.news-card:hover {
  background: #1ea4ee;
}

/* 图片 */
.news-thumb {
  display: block;

  width: calc(100% - 24px);
  height: 220px;

  margin: 12px auto 0;

  border-radius: 24px;

  overflow: hidden;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 内容 */
.news-content {
  padding: 26px 24px 30px;
}

/* 标题 */
.news-title {
  margin-bottom: 18px;
}

.news-title a {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;

  text-decoration: none;

  transition: 0.35s;
}

/* 描述 */
.news-desc {
  margin-bottom: 30px;

  color: #666;

  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;

  transition: 0.35s;
}

/* 按钮 */
.news-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
  font-weight: 500;

  text-decoration: none;

  transition: 0.35s;
}

/* hover 字体变白 */
.news-card:hover .news-title a,
.news-card:hover .news-desc,
.news-card:hover .news-btn {
  color: #fff;
}

/* 手机 */
@media (max-width: 767px) {
  .news-card {
    max-width: 100%;
    border-radius: 24px;
  }

  .news-thumb {
    height: 180px;
    border-radius: 18px;
  }

  .news-content {
    padding: 20px 18px 24px;
  }

  .news-title a {
    font-size: 16px;
  }

  .news-desc {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .news-btn {
    font-size: 15px;
  }
}
/* =========================
   联系我们
========================= */

.home-contact {
  padding: 120px 0 70px;
  background: #f7f8fa;
}

.contact-box {
  padding: 60px;

  border-radius: 24px;

  background: #ececef;

  display: flex;
  justify-content: space-between;
  gap: 80px;
}
/* 左侧 */
.contact-info {
  width: 46%;
}

.contact-info h2 {
  margin: 0 0 28px;

  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;

  color: #111;
}

.contact-item + .contact-item {
  margin-top: 20px;
}

.contact-item h3 {
  margin: 0 0 6px;

  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;

  color: #22a8ff;
}

.contact-item a,
.contact-item p {
  margin: 0;

  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;

  color: #333;
}
/* 右侧 */
.contact-form {
  flex: 1;
}

/* 提示 */
.contact-tips {
  margin-top: 40px;

  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;

  color: #555;
}
#wpforms-159 {
  --input_font_size: 16px;
  --input_height: 50px;
}
#wpforms-form-159 {
  width: 100%;
}
#wpforms-159 input,
#wpforms-159 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-159 .wpforms-field {
  display: grid;
  padding: 0;
  margin-bottom: 0.1rem;
  position: relative;
}
#wpforms-159 .wpforms-field-label {
  font-size: 0;
}
#wpforms-159 .wpforms-required-label {
  position: absolute;
  top: 0.1rem;
  left: 0.05rem;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-159 .wpforms-field-container input,
#wpforms-159 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  border: 1px solid #888;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  box-sizing: border-box;
  background: #fff;
  padding: 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 6px;
}
#wpforms-159 .wpforms-field-container input:hover,
#wpforms-159 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-159 input {
  line-height: var(--input_height);
}
#wpforms-159 textarea {
  min-height: 1rem;
  line-height: 0.22rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-159 input::-webkit-input-placeholder,
#wpforms-159 textarea::-webkit-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-159 input::-moz-placeholder,
#wpforms-159 textarea::-moz-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-159 input::-ms-input-placeholder,
#wpforms-159 textarea::-ms-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-159-field_1-error,
#wpforms-159-field_2-error,
#wpforms-159-field_3-error,
#wpforms-159-field_4-error,
#wpforms-159-field_5-error,
#wpforms-159-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-159 .wpforms-field-container {
  width: 100%;
}
#wpforms-159 .wpforms-submit-container button {
  display: block;
  width: 100%;
  padding: 0.12rem 0.5rem;
  margin-top: 0.2rem;
  font-size: 18px;
  color: #fff;
  background: #10a9ff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.5s ease;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-159 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-159 .wpforms-submit-container button::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 40%;
  transform: translateX(-50%);
  background: #3fb9ff;
  transition: 0.5s ease;
  z-index: -1;
}
#wpforms-159 .wpforms-submit-container button:hover::before {
  top: -10%;
}
@media screen and (max-width: 1024px) {
  #wpforms-form-54 {
    flex-wrap: wrap;
  }
  #wpforms-159 .wpforms-field {
    width: 100%;
    position: relative;
  }
  #wpforms-159 .wpforms-field-container {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #wpforms-159-field_1-container,
  #wpforms-159-field_3-container {
    width: 100% !important;
  }
  #wpforms-159 .wpforms-submit-container {
    margin: 0 auto;
  }
}

@media screen and (max-width: 560px) {
  #wpforms-159-field_1-container,
  #wpforms-159-field_2-container,
  #wpforms-159-field_3-container {
    width: 100% !important;
  }
}
/* =========================
   footer
========================= */

.home-footer {
  padding: 40px 0;
  overflow: hidden;
  background: linear-gradient(90deg, #1ea6ff, #1caeff);
}

.footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* 左侧 */
.footer-left {
  width: 50%;
}

.footer-logo img {
  width: 170px;
  display: block;
}

.footer-left p {
  margin: 40px 0 0;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;

  color: #fff;
}

/* 二维码 */
.footer-qrcode {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-qrcode-item {
  text-align: center;
}

.footer-qrcode-img {
  width: 140px;
  height: 140px;

  padding: 14px;

  border-radius: 14px;

  background: #fff;
}

.footer-qrcode-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-qrcode-item span {
  display: block;
  margin-top: 18px;

  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;

  color: #fff;
}

/* ===== 1600 ===== */
@media screen and (max-width: 1600px) {
  .contact-box {
    gap: 50px;
  }

  .contact-info h2 {
    font-size: 42px;
  }

  .contact-item h3 {
    font-size: 22px;
  }

  .contact-item a,
  .contact-item p {
    font-size: 20px;
  }

  .contact-input input,
  .contact-input textarea {
    font-size: 20px;
    height: 78px;
  }

  .contact-input textarea {
    height: 110px;
  }

  .footer-logo img {
    width: 150px;
  }

  .footer-left p {
    font-size: 20px;
  }

  .footer-qrcode-img {
    width: 130px;
    height: 130px;
  }

  .footer-qrcode-item span {
    font-size: 18px;
  }
}

/* ===== 1200 ===== */
@media screen and (max-width: 1200px) {
  .home-contact {
    padding: 90px 0 60px;
  }

  .contact-box {
    padding: 40px;

    flex-direction: column;
  }

  .contact-info {
    width: 100%;
  }

  .footer-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-left {
    width: 100%;
  }
}

/* ===== 768 ===== */
@media screen and (max-width: 768px) {
  .home-contact {
    padding: 70px 0 50px;
  }

  .contact-box {
    padding: 28px;

    border-radius: 18px;
  }

  .contact-info h2 {
    margin-bottom: 28px;

    font-size: 34px;
  }

  .contact-item + .contact-item {
    margin-top: 22px;
  }

  .contact-item h3 {
    font-size: 18px;
  }

  .contact-item a,
  .contact-item p {
    font-size: 16px;
    line-height: 1.7;
  }

  .contact-input input,
  .contact-input textarea {
    height: 60px;

    padding: 0 18px;

    font-size: 16px;

    border-radius: 12px;
  }

  .contact-input textarea {
    height: 100px;
    padding-top: 18px;
  }

  .contact-tips {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8;
  }

  .home-footer {
    padding: 20px 0;
  }

  .footer-logo img {
    width: 140px;
  }

  .footer-left p {
    margin-top: 24px;
    font-size: 18px;
  }

  .footer-qrcode {
    margin-top: 36px;

    gap: 20px;
  }

  .footer-qrcode-img {
    width: 120px;
    height: 120px;

    padding: 8px;
  }

  .footer-qrcode-item span {
    margin-top: 10px;

    font-size: 16px;
  }
}

/* ===== 480 ===== */
@media screen and (max-width: 480px) {
  .contact-box {
    padding: 22px;
  }

  .footer-qrcode {
    width: 100%;
    justify-content: space-between;
  }

  .footer-qrcode-img {
    width: 110px;
    height: 110px;
  }

  .footer-left p {
    font-size: 16px;
  }
}

/* --- 顶部工具栏样式 --- */
.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* 屏幕太小时自动换行 */
  gap: 15px;
  font-size: 14px;
  color: #333;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}
.breadcrumb span {
  font-weight: bold;
}

.filter-options {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.display-count span {
  cursor: pointer;
  color: #999;
}
.display-count span.active {
  color: #333;
  font-weight: bold;
}

.view-icons {
  display: flex;
  gap: 8px;
  font-size: 18px;
  cursor: pointer;
  color: #ccc;
}
.view-icons .active {
  color: #666;
}

.sort-select select {
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  color: #333;
  background-color: #fff;
}

.divider {
  border: 0;
  border-top: 1px solid #eee;
  margin: 15px 0 25px 0;
}

/* --- 产品网格自适应核心 (CSS Grid) --- */
.product-grid {
  display: grid;
  /* 核心：利用 minmax 自动计算列数，主图标准大屏为3列 */
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px; /* 卡片之间的间距 */
}

/* --- 产品卡片样式 --- */
.product-card {
  background-color: #ffffff;
  text-align: center;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

/* 图片灰色背景包围圈 */
.card-img-wrapper {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  aspect-ratio: 4 / 3; /* 保持固定的宽高比，防止图片变形 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* 保证机柜图片比例不失真且完整显示 */
}

/* 文字信息 */
.card-info {
  padding: 15px 10px 5px 10px;
}

.product-title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 6px;
}

.product-category {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
}

.product-price {
  font-size: 16px;
  color: #00a0e9; /* 对应图中的天蓝色价格 */
  font-weight: bold;
}

/* --- 移动端体验优化媒体查询 --- */
@media (max-width: 768px) {
  .toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-options {
    width: 100%;
    justify-content: space-between;
  }

  .product-grid {
    /* 手机端如果感觉320px太宽，可以调小到 1fr 铺满 */
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 15px;
  }
}

#wpforms-159 .wpforms-submit-container button:hover::before {
  top: -10%;
}
@media screen and (max-width: 1024px) {
  #wpforms-form-54 {
    flex-wrap: wrap;
  }
  #wpforms-159 .wpforms-field {
    width: 100%;
    position: relative;
  }
  #wpforms-159 .wpforms-field-container {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #wpforms-159-field_1-container,
  #wpforms-159-field_3-container {
    width: 100% !important;
  }
  #wpforms-159 .wpforms-submit-container {
    margin: 0 auto;
  }
}

@media screen and (max-width: 560px) {
  #wpforms-159-field_1-container,
  #wpforms-159-field_2-container,
  #wpforms-159-field_3-container {
    width: 100% !important;
  }
}
/* =========================
   footer
========================= */

.home-footer {
  padding: 40px 0;
  overflow: hidden;
  background: linear-gradient(90deg, #1ea6ff, #1caeff);
}

.footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* 左侧 */
.footer-left {
  width: 50%;
}

.footer-logo img {
  width: 170px;
  display: block;
}

.footer-left p {
  margin: 40px 0 0;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;

  color: #fff;
}

/* 二维码 */
.footer-qrcode {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-qrcode-item {
  text-align: center;
}

.footer-qrcode-img {
  width: 140px;
  height: 140px;

  padding: 14px;

  border-radius: 14px;

  background: #fff;
}

.footer-qrcode-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-qrcode-item span {
  display: block;
  margin-top: 18px;

  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;

  color: #fff;
}

/* ===== 1600 ===== */
@media screen and (max-width: 1600px) {
  .contact-box {
    gap: 50px;
  }

  .contact-info h2 {
    font-size: 42px;
  }

  .contact-item h3 {
    font-size: 22px;
  }

  .contact-item a,
  .contact-item p {
    font-size: 20px;
  }

  .contact-input input,
  .contact-input textarea {
    font-size: 20px;
    height: 78px;
  }

  .contact-input textarea {
    height: 110px;
  }

  .footer-logo img {
    width: 150px;
  }

  .footer-left p {
    font-size: 20px;
  }

  .footer-qrcode-img {
    width: 130px;
    height: 130px;
  }

  .footer-qrcode-item span {
    font-size: 18px;
  }
}

/* ===== 1200 ===== */
@media screen and (max-width: 1200px) {
  .home-contact {
    padding: 90px 0 60px;
  }

  .contact-box {
    padding: 40px;

    flex-direction: column;
  }

  .contact-info {
    width: 100%;
  }

  .footer-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-left {
    width: 100%;
  }
}

/* ===== 768 ===== */
@media screen and (max-width: 768px) {
  .home-contact {
    padding: 70px 0 50px;
  }

  .contact-box {
    padding: 28px;

    border-radius: 18px;
  }

  .contact-info h2 {
    margin-bottom: 28px;

    font-size: 34px;
  }

  .contact-item + .contact-item {
    margin-top: 22px;
  }

  .contact-item h3 {
    font-size: 18px;
  }

  .contact-item a,
  .contact-item p {
    font-size: 16px;
    line-height: 1.7;
  }

  .contact-input input,
  .contact-input textarea {
    height: 60px;

    padding: 0 18px;

    font-size: 16px;

    border-radius: 12px;
  }

  .contact-input textarea {
    height: 100px;
    padding-top: 18px;
  }

  .contact-tips {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8;
  }

  .home-footer {
    padding: 20px 0;
  }

  .footer-logo img {
    width: 140px;
  }

  .footer-left p {
    margin-top: 24px;
    font-size: 18px;
  }

  .footer-qrcode {
    margin-top: 36px;

    gap: 20px;
  }

  .footer-qrcode-img {
    width: 120px;
    height: 120px;

    padding: 8px;
  }

  .footer-qrcode-item span {
    margin-top: 10px;

    font-size: 16px;
  }
}

/* ===== 480 ===== */
@media screen and (max-width: 480px) {
  .contact-box {
    padding: 22px;
  }

  .footer-qrcode {
    width: 100%;
    justify-content: space-between;
  }

  .footer-qrcode-img {
    width: 110px;
    height: 110px;
  }

  .footer-left p {
    font-size: 16px;
  }
}

/* --- 顶部工具栏样式 --- */
.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* 屏幕太小时自动换行 */
  gap: 15px;
  font-size: 14px;
  color: #333;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}
.breadcrumb span {
  font-weight: bold;
}

.filter-options {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.display-count span {
  cursor: pointer;
  color: #999;
}
.display-count span.active {
  color: #333;
  font-weight: bold;
}

.view-icons {
  display: flex;
  gap: 8px;
  font-size: 18px;
  cursor: pointer;
  color: #ccc;
}
.view-icons .active {
  color: #666;
}

.sort-select select {
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  color: #333;
  background-color: #fff;
}

.divider {
  border: 0;
  border-top: 1px solid #eee;
  margin: 15px 0 25px 0;
}

/* --- 产品网格自适应核心 (CSS Grid) --- */
.product-grid {
  display: grid;
  /* 核心：利用 minmax 自动计算列数，主图标准大屏为3列 */
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px; /* 卡片之间的间距 */
}

/* --- 产品卡片样式 --- */
.product-card {
  background-color: #ffffff;
  text-align: center;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

/* 图片灰色背景包围圈 */
.card-img-wrapper {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  aspect-ratio: 4 / 3; /* 保持固定的宽高比，防止图片变形 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* 保证机柜图片比例不失真且完整显示 */
}

/* 文字信息 */
.card-info {
  padding: 15px 10px 5px 10px;
}

.product-title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 6px;
}

.product-category {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
}

.product-price {
  font-size: 16px;
  color: #00a0e9; /* 对应图中的天蓝色价格 */
  font-weight: bold;
}

/* --- 移动端体验优化媒体查询 --- */
@media (max-width: 768px) {
  .toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-options {
    width: 100%;
    justify-content: space-between;
  }

  .product-grid {
    /* 手机端如果感觉320px太宽，可以调小到 1fr 铺满 */
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 15px;
  }
}
.in_factory_list {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.in_factory_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.in_factory_list .swiper-slide {
  padding: 14px;
  background: #f2f4f6;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.in_factory_list .img {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
.in_factory_list .img:before {
  content: "";
  display: block;
  padding-bottom: 134%;
}
.in_factory_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.in_factory_list .swiper-slide:hover img {
  width: 110%;
  height: 110%;
}
.in_factory_list .swiper-slide,
.in_factory_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;
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .in_factory_list .swiper-slide {
    padding: 0.1rem;
  }
}
