/*
Theme Name: Drokun
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/

@charset "utf-8";

@font-face {
  font-family: "MiSans";
  src: url("static/font/MiSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 使用字体 */
body {
  font-family:
    "MiSans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 18px;
}

* {
  box-sizing: border-box;
  line-height: 150%;
}
:root {
  --i_color: #000;
  --i_color2: #002643;
  --font_color: #323232;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  --bc_color: #f7f7f7;
  --header_height: 0.74rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
  --linear-gradien: linear-gradient(
    to bottom,
    transparent,
    rgba(1, 81, 151, 0.1)
  );
}
@media screen and (max-width: 1440px) {
  :root {
    --header_height: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}

.wrap {
  width: 73%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  margin-left: 13.5%;
}
.wrap_r {
  margin-right: 13.5%;
}
@media screen and (max-width: 1600px) {
  .wrap {
    width: 83.33%;
    max-width: 1600px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 92%;
  }
}
@media screen and (max-width: 1600px) {
  .wrap_l {
    margin-left: 8.335%;
  }
  .wrap_r {
    margin-right: 8.335%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap_l,
  .wrap_r {
    margin-left: 4%;
    margin-right: 4%;
  }
}
.top_wrap {
  width: 98%;
  margin: 0 auto;
  max-width: 2000px;
}
@media screen and (max-width: 1440px) {
  .top_wrap {
    width: 92%;
  }
}
@media screen and (max-width: 1024px) {
  .top_wrap {
    width: 96%;
  }
}
.language {
  position: relative;
  height: var(--header_height);
  display: flex;
  align-items: center;
}
.language p {
  font-size: 18px;
  color: #333;
  position: relative;
  width: 42px;
  height: 42px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .language p {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
.language p.on {
  color: var(--i_color);
}

.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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: #fff;
  box-shadow: 0px 2px 2px #ddd;
}

.top_cont {
  position: relative;
}
.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo img {
  max-height: 0.7rem;
}

@media screen and (max-width: 1440px) {
  .logo img {
    max-height: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 0.48rem;
  }
}
/* 导航 */
@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.7rem;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li > a {
    display: block;
    font-size: 16px;
    color: #222;
    white-space: nowrap;
    font-weight: bold;
    line-height: var(--header_height);
    text-transform: uppercase;
  }
  .TopHeader .i_nav > li > a {
    color: #333;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav .curr > a {
    color: var(--i_color) !important;
  }
  .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 .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.17rem;
    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.5rem;
  }
  .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.17rem;
    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_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: #222;
}

/* 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,
.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;
}
.bottom_radio {
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 1440px) {
  .bottom_radio {
    border-radius: 0 0 30px 30px;
  }
}

.top1 {
  width: 100%;
  background: #f1f2f3;
  position: relative;
}

.top1 p {
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.full_header {
  height: calc(var(--header_height) + 40px);
}
/* 首页banner */
.banner {
  width: 100%;
  overflow: hidden;
}

.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 {
  width: 100%;
  height: 0;
  padding-bottom: calc(100vh - var(--header_height) - 40px);
  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: 30vh;
  }
}
.banner .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide video {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 102% !important;
  object-fit: cover;
  z-index: 2;
}
.banner-button-prev,
.banner-button-next {
  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 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.2rem;
  text-align: center;
  z-index: 2;
}
.banner-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 2px;
  display: inline-block;
  margin: 0 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.banner-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 0%;
  background: var(--i_color);
  border-radius: 10px;
}

.banner-pagination .swiper-pagination-bullet-active::before {
  animation: widthIn 2s ease-out forwards;
}
@keyframes widthIn {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .banner-pagination .swiper-pagination-bullet {
    width: 50px;
  }
}
@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;
  }
  .banner-pagination .swiper-pagination-bullet {
    width: 15px;
  }
}

/* banner上文字 */
.b_t1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.b_t1.black {
  color: #222;
}
.b_t1 h6 {
  font-size: 0.2rem;
  letter-spacing: 1px;
  color: inherit;
}
.b_t1 h3 {
  font-size: 0.6rem;
  font-weight: bolder;
  color: inherit;
}
.b_t1 p {
  font-size: 0.18rem;
  color: inherit;
}
@media screen and (max-width: 1440px) {
  .b_t1 h6 {
    font-size: 0.18rem;
  }
  .b_t1 h3 {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_t1 h6 {
    font-size: 0.16rem;
  }
  .b_t1 h3 {
    font-size: 0.4rem;
  }
  .b_t1 p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .b_t1 h3 {
    font-size: 0.3rem;
  }
}
/* -------------------底部-------------------------- */
.home_form {
  position: relative;
}
.home_form .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.home_form .txt {
  width: 55%;
}
.home_form_submit {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .home_form .txt,
  .home_form_submit {
    width: 100%;
  }
}
.home_form h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.home_form p {
  display: block;
  font-size: 16px;
  color: #666;
  margin-top: 0.2rem;
}

@media screen and (max-width: 959px) {
  .home_form h2 {
    font-size: 24px;
    padding: 25px 2%;
  }
  .home_form p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home_form h2 {
    font-size: 17px;
    padding: 15px 2%;
  }
}
@media screen and (max-width: 560px) {
  .home_form h2 {
    padding: 10px 2%;
  }
}
@media screen and (max-width: 425px) {
}

#wpforms-25 {
  --input_font_size: 16px;
  --input_height: 45px;
}
#wpforms-25 {
  width: 100%;
  margin: 0;
  padding: 0;
}
#wpforms-25 input,
#wpforms-25 textarea,
#wpforms-25 button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  line-height: var(--input_height);
  height: var(--input_height);
  color: #000;
  font-size: 16px;
  background: #f6f6f6;
}
#wpforms-25 .wpforms-field {
  padding: 0;
  margin: 0;
  position: relative;
}
#wpforms-form-25 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
#wpforms-form-25 .wpforms-field-container {
  width: calc(100% - 190px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
#wpforms-form-25 .wpforms-submit-container {
  width: 180px;
  padding: 0 !important;
}
#wpforms-form-25 .wpforms-field-container > div {
  width: calc(50% - 10px);
}
@media screen and (max-width: 1024px) {
  #wpforms-form-25 .wpforms-field-container {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #wpforms-form-25 .wpforms-field-container > div {
    width: 100%;
  }
}
#wpforms-25 textarea::-webkit-input-placeholder,
#wpforms-25 input::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
  padding-left: 5px;
}
#wpforms-25 textarea::-moz-placeholder,
#wpforms-25 input::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
  padding-left: 5px;
}
#wpforms-25 textarea::-moz-placeholder,
#wpforms-25 input::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
  padding-left: 5px;
}
#wpforms-25
  textarea::-moz-placeholder
  #wpforms-25
  input::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
  padding-left: 5px;
}

#wpforms-25 #wpforms-25-field_1-error,
#wpforms-25 #wpforms-25-field_2-error,
#wpforms-25 #wpforms-25-field_3-error,
#wpforms-25 #wpforms-25-field_4-error,
#wpforms-25 #wpforms-25-field_5-error,
#wpforms-25 .mailcheck-error {
  position: absolute;
  font-size: 14px;
}

#wpforms-25 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}

.foot_li_2 label {
  font-size: 0px;
}

#wpforms-25 .wpforms-submit-container button {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #000;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#wpforms-25 .wpforms-submit-container:hover button {
  background-color: #000;
}

#wpforms-25 input:focus {
  outline: none;
  padding-left: 10px;
  line-height: 39px;
  box-sizing: border-box;
}
#wpforms-25:-moz-placeholder {
  color: #000;
  padding-left: 15px;
  line-height: 39px;
  box-sizing: border-box;
}
#wpforms-25 ::-moz-placeholder {
  color: #000;
  padding-left: 15px;
  line-height: 39px;
  box-sizing: border-box;
}
#wpforms-25 ::-webkit-input-placeholder {
  color: #000;
  padding-left: 15px;
  line-height: 39px;
  box-sizing: border-box;
}
#wpforms-25 :-ms-input-placeholder {
  color: #000;
  padding-left: 15px;
  line-height: 39px;
  box-sizing: border-box;
}

#wpforms-25 .wpforms-field-label {
  position: absolute;
  font-size: 0px;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
}
#wpforms-25 .wpforms-required-label {
  color: red;
  font-size: 12px;
}

/* 基础重置 */
.footer-nav ul,
.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section {
  width: 100%;
  background-color: #fff;
}
.footer-section .wrap {
  padding: 0.8rem 0 0.5rem 0;
  border-top: 0.01rem solid #666;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
}
.footer-nav > div {
  width: 20%;
}

.nav-col h3 {
  font-size: 0.18rem;
  color: #000;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.nav-col li {
  margin-bottom: 0.15rem;
}

.nav-col li ul {
  display: none;
}
.nav-col a {
  display: block;
  font-size: 0.16rem;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
}

.nav-col a:hover {
  color: #000;
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 0.15rem;
}

.social-icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.35rem;
  height: 0.35rem;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 0.2rem;
}
.social-icons li a:hover {
  color: #fff;
  transform: translateY(-2px);
}
.footer-bottom {
  display: flex;
  align-items: center;
  border-top: none;
  padding-top: 0.2rem;
}

.footer-logo {
  width: 1.6rem;
  margin-right: 0.6rem;
}

.footer-logo img {
  width: 100%;
}

.bottom-links {
  display: flex;
  align-items: center;
}

.bottom-links li {
  font-size: 0.15rem;
  color: #000;
}

.bottom-links a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.bottom-links .line {
  margin: 0 0.15rem;
  color: #666;
}

.brand-name {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .footer-nav > div:nth-child(1),
  .footer-nav > div:nth-child(2),
  .footer-nav > div:nth-child(4) {
    display: none;
  }
  .footer-nav > div {
    width: 100%;
  }
  .footer-bottom {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .bottom-links li {
    font-size: 12px;
  }
}

/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
}
.i_tit > h2 {
  font-size: 0.4rem;
  color: #222;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.i_tit > p {
  font-size: 16px;
  color: #666;
  width: 70%;
  margin: 0.1rem auto 0;
}
.i_tit.left {
  text-align: left;
}
.i_tit.left > p {
  margin-left: 0;
}
.i_tit.white > h4 {
  color: #fff;
}
.i_tit.white > p {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_tit > h2 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit > h2 {
    font-size: 0.24rem;
  }
  .i_tit > p {
    width: 100%;
    font-size: 15px;
  }
}
.i_tit article {
  margin: 0.3rem 0;
  font-size: 0.16rem;
  color: var(--font_color);
  text-transform: none;
  letter-spacing: 1px;
}
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.more_bth {
  display: block;
  width: 250px;
  background-color: #000;
  color: white;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: 2px solid #000;
  /* transition: all 0.3s ease; */
}
@media screen and (max-width: 1024px) {
  .more_bth {
    width: 200px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 560px) {
  .more_bth {
    padding: 8px 0;
  }
}
.more_bth:hover {
  background: white;
  color: #000;
}
.more_bth::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 93%;
  transform: translate(-50%, -50%);
  background: url("static/images/ico_right_white.png") center no-repeat;
  background-size: 100% 100%;
  transition: all 0.7s ease;
}
.more_bth::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  background: url("static/images/ico_right_black.png") center no-repeat;
  background-size: 100% 100%;
  transition: all 0.7s ease;
}
.more_bth:hover::after {
  left: 193%;
  transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  z-index: 0;
}
.more_bth:hover::before {
  left: 93%;
  transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  z-index: 0;
}

.more_bth.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;
}
.i_more_list.center {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .i_more {
    height: 40px;
  }
}
@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.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bc {
  background: var(--bc_color);
}
.bc_color {
  background: var(--linear-gradien);
}
/* ----------------------------首页------------------------------------- */

.ip_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.ip_menu li {
  position: relative;
  cursor: pointer;
}
.ip_menu p {
  display: block;
  color: var(--font_color);
  font-size: 18px;
  text-transform: uppercase;
}
.ip_menu li.current p,
.ip_menu li:hover p {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .ip_menu p {
    font-size: 16px;
  }
  .ip_menu li:not(:last-child)::after {
    display: none;
  }
}

.ip_cont > div:not(:first-child) {
  display: none;
}
.ip_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  justify-content: center;
}
.ip_list li {
  width: calc((100% - 0.9rem) / 4);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .ip_list li {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .ip_list li {
    width: 100%;
  }
}
.ip_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ip_list .img::before {
  content: "";
  display: block;
  padding-bottom: 79.93%;
}
.ip_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ip_list h6 {
  font-size: 0.18rem;
  font-weight: bold;
  margin: 0.2rem 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.ip_list .txt {
  font-size: 16px;
  line-height: 180%;
  margin: 0.2rem 0 0.5rem;
}
.ip_list .ico {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  padding: 0.1rem;
  border-top: 1px solid #ddd;
  width: 100%;
}
.ip_list .ico::after {
  content: "";
  width: 100%;
  height: 0;
  background: var(--gra_color);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip_list .ico p {
  font-size: 14px;
  color: var(--font_color);
}
.ip_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip_list li:hover img {
  width: 110%;
  height: 110%;
}
.ip_list li:hover h6 {
  color: var(--i_color);
}

.i_new_list {
  position: relative;
  overflow: hidden;
}
.i_new_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_new_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_new_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.i_new_list .img::before {
  content: "";
  display: block;
  padding-bottom: 44.44%;
}
.i_new_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_new_list h3 {
  font-size: 0.16rem;
  font-weight: normal;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
  backdrop-filter: blur(2.5px);
  text-align: center;
  padding: 0.12rem 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.i_new_list .img,
.i_new_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_new_list li:hover img {
  width: 111%;
  height: 111%;
}
.i_new_but {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
.i_new-prev,
.i_new-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border_color);
  color: #333;
  border-radius: 50%;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_new-prev:hover,
.i_new-next:hover {
  border-color: var(--i_color);
  color: var(--i_color);
}
.i_new-pagination {
  display: none;
  text-align: center;
}
.i_new-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.i_new-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;
}
.i_new-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_new-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_new_list h3 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_new_list h3 {
    padding: 0.12rem 0;
  }
  .i_new-prev,
  .i_new-next {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
  }
}

/* --------------------内页-------------------------------- */
.in_banner {
  width: 100%;
  position: relative;
}
.in_banner .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.in_banner .img::after {
  content: "";
  display: block;
  padding-bottom: 37.25%;
}
.in_banner .img img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .in_banner .img::after {
    padding-bottom: 30vh;
  }
}
.in_banner .txt {
  position: absolute;
  left: 20%;
  bottom: 20%;
  z-index: 2;
  color: #fff;
}
.in_banner h2 {
  font-size: 0.6rem;
  font-weight: bolder;
}
.in_banner p {
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 1440px) {
  .in_banner h2 {
    font-size: 0.5rem;
  }
  .in_banner p {
    font-size: 0.18rem;
    margin-top: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_banner h2 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .in_banner h2 {
    font-size: 0.3rem;
  }
  .in_banner p {
    font-size: 0.16rem;
    margin-top: 0.16rem;
  }
}

.in_position {
  padding: 0.2rem 0;
  background: var(--bc_color);
}
.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 {
    padding: 0.12rem 0;
  }
}
@media screen and (max-width: 767px) {
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }
}
.in_tit {
  padding-top: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
  border-bottom: 1px solid var(--border_color);
}
.in_tit h6 {
  font-size: 0.36rem;
  font-weight: 400;
  color: var(--i_color);
  text-transform: capitalize;
}
@media screen and (max-width: 1440px) {
  .in_tit h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_tit h6 {
    font-size: 0.24rem;
  }
}

.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;
}
.in_c_name p {
  margin: 0.1rem 0 0.2rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 170%;
}
@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 p {
    margin: 0.1rem 0 0.14rem;
  }
}
.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 {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  -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: 100%;
}
.in_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  object-fit: contain;
}
.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: 100%;
  height: 100%;
}
@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;
  }
}
/* Number of pages */
.in_page_box {
  text-align: center;
  overflow: hidden;
}
.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}
.in_page > i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}
.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }
  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .in_page_box {
    margin-top: 0.3rem;
  }
}

.contact-box {
  background-color: #231f20;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-email {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 0.32rem;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.01rem;
  transition: opacity 0.3s ease;
}

.contact-email:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .contact-box {
    height: 1.5rem;
  }

  .contact-email {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 560px) {
  .contact-email {
    font-size: 0.22rem;
  }
}
/* ---------------------详情页---------------- */
.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: 36%;
  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);
  text-align: justify;
}
.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 article * {
  color: #fff;
  font-size: 0.18rem;
  line-height: 150%;
}
.pd_content article img,
.pd_content article iframe {
  max-width: 100%;
}
.in_v {
  position: relative;
  overflow: hidden;
}
.in_v::before {
  content: "";
  display: block;
  padding-bottom: 47.143%;
}
@media screen and (max-width: 560px) {
  .in_v::before {
    padding-bottom: 57.143%;
  }
}
.in_v iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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;
  }
}
.pd_technology_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
}
.pd_technology_list li {
  width: calc((100% - 0.4rem) / 3);
  box-shadow: var(--i_shadow);
}
@media screen and (max-width: 1024px) {
  .pd_technology_list {
    gap: 0.3rem 0.14rem;
  }
  .pd_technology_list li {
    width: calc((100% - 0.28rem) / 3);
  }
}
@media screen and (max-width: 959px) {
  .pd_technology_list {
    gap: 0.3rem 2%;
  }
  .pd_technology_list li {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .pd_technology_list li {
    width: 100%;
  }
}
.pd_technology_list .img {
  position: relative;
  overflow: hidden;
  background: var(--bc_color);
}
.pd_technology_list .img::before {
  content: "";
  display: block;
  padding-bottom: 57.69%;
}
.pd_technology_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pd_technology_list span {
  display: block;
  width: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: var(--i_color);
  margin: -22.5px auto 0;
  position: relative;
  z-index: 2;
}
.pd_technology_list h6,
.pd_technology_list p {
  width: 80%;
  text-align: center;
  margin: 0.16rem auto;
}
.pd_technology_list h6 {
  font-size: 0.2rem;
  color: var(--i_color);
  font-weight: 400;
}
.pd_technology_list p {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 1440px) {
  .pd_technology_list span {
    width: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
  }
  .pd_technology_list h6 {
    font-size: 0.18rem;
  }
  .pd_technology_list p {
    font-size: 0.15rem;
  }
}
.pd_project_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem 2%;
}
.pd_project_list li {
  width: 49%;
}
.pd_project_list .img {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}
.pd_project_list .img::before {
  content: "";
  display: block;
  padding-bottom: 50.63%;
}
.pd_project_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd_project_list p {
  font-size: 0.2rem;
  color: #333;
  padding: 0.14rem 0.1rem;
  background: var(--bc_color);
  text-align: center;
  position: relative;
}
.pd_project_list p::after {
  content: "";
  width: 0%;
  height: 100%;
  background: none;
  border-bottom: 2px solid var(--i_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.pd_project_list .img img,
.pd_project_list p::after {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.pd_project_list li:hover img {
  width: 110%;
  height: 110%;
}
.pd_project_list li:hover p {
  color: var(--i_color);
}
.pd_project_list li:hover p::after {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .pd_project_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .pd_project_list p {
    font-size: 0.16rem;
  }
}
.pd_process_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.22rem;
}
.pd_process_list li {
  width: calc((100% - 0.44rem) / 3);
}
@media screen and (max-width: 1024px) {
  .pd_process_list {
    gap: 0.2rem 0.12rem;
  }
}
@media screen and (max-width: 959px) {
  .pd_process_list {
    gap: 0.2rem 2%;
  }
  .pd_process_list li {
    width: 49%;
  }
}
.pd_process_list .img {
  position: relative;
  overflow: hidden;
}
.pd_process_list .img::before {
  content: "";
  display: block;
  padding-bottom: 78.95%;
}
.pd_process_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pd_process_list .txt {
  padding: 0.18rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.pd_process_list span {
  width: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 400;
  color: var(--i_color);
  background: var(--bc_color);
}
.pd_process_list p {
  font-size: 0.22rem;
  color: #333;
  width: calc(100% - 0.6rem);
}
.pd_process_list li,
.pd_process_list span,
.pd_process_list p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_process_list li:hover {
  box-shadow: var(--i_shadow);
}
.pd_process_list li:hover span {
  color: #fff;
  background: var(--i_color);
}
.pd_process_list li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .pd_process_list .txt {
    padding: 0.12rem;
  }
  .pd_process_list span {
    font-size: 0.22rem;
  }
  .pd_process_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .pd_process_list span {
    width: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
  }
  .pd_process_list p {
    font-size: 0.16rem;
  }
  .pd_process_list .txt {
    padding: 6px;
  }
}
@media screen and (max-width: 560px) {
  .pd_process_list p {
    font-size: 0.14rem;
  }
}
.pd_packing {
  background: url(static/images/bc_packing.webp) no-repeat center;
  background-size: cover;
}
.packing_list {
  position: relative;
  overflow: hidden;
}
.packing_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.packing_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.packing_list .img {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}
.packing_list .img::before {
  content: "";
  display: block;
  padding-bottom: 61.73%;
}
.packing_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.packing_list p {
  font-size: 0.2rem;
  color: #333;
  padding: 0.14rem 0.1rem;
  background: var(--bc_color);
  text-align: center;
  position: relative;
}
.packing_list p::after {
  content: "";
  width: 0%;
  height: 100%;
  background: none;
  border-bottom: 2px solid var(--i_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.packing_list .img img,
.packing_list p::after {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.3s;
}
.packing_list li.swiper-slide-active img {
  width: 110%;
  height: 110%;
}
.packing_list li.swiper-slide-active p {
  color: var(--i_color);
}
.packing_list li.swiper-slide-active p::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .packing_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .packing_list p {
    font-size: 0.16rem;
  }
}
.packing_but {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.packing-prev,
.packing-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}
.packing-prev {
  transform: translateX(-0.6rem);
}
.packing-next {
  transform: translateX(0.6rem);
}
.packing_list .swiper-button-disabled {
  cursor: not-allowed;
}
.packing-prev:hover,
.packing-next:hover {
  opacity: 1;
}
.packing-pagination {
  text-align: center;
}
.packing-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.packing-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;
}
.packing-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.packing-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
.pd_factory {
  background: url(static/images/bc_pd_cont.webp) no-repeat center;
  background-size: cover;
}
.pd_factory .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.pd_factory .txt {
  width: 45%;
  color: #333;
  line-height: 150%;
}
.pd_factory .img {
  width: 48%;
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}
.pd_factory .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .pd_factory .txt {
    width: 100%;
  }
  .pd_factory .img {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.exhibiton img {
  width: 100%;
  object-fit: contain;
}
.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;
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
  clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
}
.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 {
  width: 100%;
  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);
}

/* about */

.p_atlas_show {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.p_atlas_show .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_show .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.p_atlas_show .swiper-slide .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.p_atlas_show .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 63.15%;
}
.p_atlas_show .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_atlas_list {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 63.15%;
}
.p_atlas_list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p_atlas_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_atlas_list .swiper-slide-thumb-active .img {
  border: 1px solid var(--i_color);
}
.atlas-prev,
.atlas-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}
.atlas-prev {
  left: 0;
}
.atlas-next {
  right: 0;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.atlas-prev:hover,
.atlas-next:hover {
  opacity: 1;
}
.atlas-pagination {
  text-align: center;
  display: none;
}
.atlas-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.atlas-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.atlas-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.atlas-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
.env_list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1rem;
}
.env_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.env_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}
.env_list .img::before {
  content: "";
  display: block;
  padding-bottom: 83.96%;
}
.env_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.env_list .img,
.env_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env_list li:hover .img {
  background: #fff;
  border-color: var(--i_color);
}
.env_list li:hover img {
  width: 110%;
  height: 110%;
}
.env_but {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.env-prev,
.env-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}
.env-prev {
  transform: translateX(-0.6rem);
}
.env-next {
  transform: translateX(0.6rem);
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.env-prev:hover,
.env-next:hover {
  opacity: 1;
}
.env-pagination {
  text-align: center;
}
.env-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.env-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.env-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
.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 {
  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: 60%;
}
.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;
  }
}
/* ------------------case------------------- */
.hot_case {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  background: linear-gradient(to right, #fff, var(--bc_color));
  overflow: hidden;
  gap: 0.2rem 0;
}
.hot_case > img {
  position: absolute;
  right: -0.2rem;
  bottom: -0.2rem;
  max-width: 30%;
  opacity: 0.1;
}
.hot_case .img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.hot_case .img::before {
  content: "";
  display: block;
  padding-bottom: 62.1%;
}
.hot_case .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hot_case .txt {
  width: 50%;
  padding: 0 0.6rem;
}
.hot_case h6 {
  font-size: 0.26rem;
  font-weight: 400;
  color: var(--i_color);
  margin-bottom: 0.2rem;
}
.hot_case p {
  font-size: 0.18rem;
  color: #666;
}
.hot_case .date {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.hot_case .date span {
  font-size: 0.16rem;
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .hot_case .txt {
    padding: 0 0.4rem;
  }
  .hot_case h6 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .hot_case p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .hot_case .img,
  .hot_case .txt {
    width: 100%;
  }
  .hot_case .txt {
    padding: 0.2rem;
    background: var(--bc_color);
  }
}
.in_case_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.15rem;
}
.in_case_list li {
  width: calc((100% - 0.3rem) / 3);
}
@media screen and (max-width: 768px) {
  .in_case_list {
    gap: 0.3rem 0;
  }
  .in_case_list li {
    width: 100%;
  }
}
.in_case_list a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.in_case_list a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: -2px;
}
.in_case_list .img {
  position: relative;
  overflow: hidden;
}
.in_case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 61.92%;
}
.in_case_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_case_list .txt {
  padding: 0.2rem;
  overflow: hidden;
}
.in_case_list h6 {
  font-size: 0.2rem;
  color: #333;
  font-weight: 400;
  line-height: 150%;
}
.in_case_list p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.in_case_list .date {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.in_case_list .date span {
  font-size: 0.16rem;
}
.in_case_list .more {
  transform: translateX(0.36rem);
  opacity: 0;
}
.in_case_list li,
.in_case_list a::after,
.in_case_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_case_list li:hover {
  box-shadow: var(--i_shadow);
}
.in_case_list li:hover .more {
  transform: translateX(0);
  opacity: 1;
}
.in_case_list li:hover h6 {
  color: var(--i_color);
}
.in_case_list li:hover span {
  color: var(--i_color);
}
.in_case_list li:hover a::after {
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .in_case_list h6 {
    font-size: 0.18rem;
  }
  .in_case_list p {
    font-size: 14px;
  }
}
/* contact */
.get-in-touch-section {
  background-color: #ffffff;
}

.get-in-touch-flex {
  display: flex;
  min-height: 8rem;
}

/* 左侧深色区域 */
.get-in-touch-left {
  flex: 1;
  background-color: #231f20;
  color: #ffffff;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
}

.get-in-touch-left h2 {
  font-size: 0.4rem;
  margin-bottom: 0.3rem;
}

.get-in-touch-intro p {
  font-size: 0.16rem;
  line-height: 1.6;
  margin-bottom: 6px;
  color: #ccc;
}

.get-in-touch-divider {
  width: 50%;
  border-bottom: 1px dashed #666;
}

.get-in-touch-info .info-item {
  margin: 0.3rem 0;
}

.get-in-touch-info label {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.get-in-touch-info a,
.get-in-touch-info p {
  display: block;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

.get-in-touch-logo {
  margin-top: auto;
  margin-left: auto;
  width: 2.2rem;
}

.get-in-touch-logo img {
  width: 100%;
  display: block;
}

/* 右侧表单区域 */
.get-in-touch-right {
  flex: 1;
  padding: 0.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.get-in-touch-right h3 {
  font-size: 0.45rem;
  color: #222;
}

.form-sub {
  font-size: 0.2rem;
  color: #444;
  margin: 0.2rem 0;
}

.submit-btn {
  align-self: flex-end;
  margin-top: auto;
  background-color: #231f20;
  color: #fff;
  border: none;
  padding: 0.15rem 0.6rem;
  font-size: 0.24rem;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background-color: #444;
}

@media screen and (max-width: 1440px) {
  .get-in-touch-left h2 {
    font-size: 0.3rem;
  }
  .get-in-touch-right h3 {
    font-size: 0.4rem;
  }
}
@media (max-width: 1024px) {
  .get-in-touch-flex {
    flex-direction: column;
  }
  .get-in-touch-left h2 {
    font-size: 0.24rem;
  }
  .get-in-touch-right h3 {
    font-size: 0.3rem;
  }
  .form-sub {
    font-size: 0.18rem;
  }
  .get-in-touch-left,
  .get-in-touch-right {
    padding: 0.6rem 0.4rem;
  }

  .get-in-touch-logo {
    margin-top: 0.6rem;
  }

  .submit-btn {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .get-in-touch-left,
  .get-in-touch-right {
    padding: 0.4rem 0.3rem;
  }
  .get-in-touch-right h3 {
    font-size: 0.24rem;
  }
}
#wpforms-31 {
  --input_font_size: 0.16rem;
  --input_height: 0.46rem;
}
#wpforms-31 {
  margin: 0;
  padding: 0;
}
#wpforms-form-31 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-31 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}
#wpforms-31 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}
#wpforms-31 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-31 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-31 .wpforms-field-container > div {
  width: 49%;
  position: relative;
}
@media screen and (min-width: 769px) {
  #wpforms-31 .wpforms-field-container > div:nth-child(7),
  #wpforms-31 .wpforms-field-container > div:nth-child(8) {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #wpforms-31 .wpforms-field-container > div {
    width: 100%;
  }
}
#wpforms-31 .wpforms-field-container input,
#wpforms-31 textarea,
#wpforms-31 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 !important;
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f6f6f6;
}
#wpforms-31 input {
  line-height: var(--input_height);
}
#wpforms-31 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-31-field_1-container {
  border-top-left-radius: 20px;
}
#wpforms-31 input::-webkit-input-placeholder,
#wpforms-31 textarea::-webkit-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-31 input::-moz-placeholder,
#wpforms-31 textarea::-moz-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-31 input::-ms-input-placeholder,
#wpforms-31 textarea::-ms-input-placeholder {
  color: #666;
  font-size: var(--input_font_size);
}
#wpforms-31-field_1-error,
#wpforms-31-field_2-error,
#wpforms-31-field_3-error,
#wpforms-31-field_4-error,
#wpforms-31-field_5-error,
#wpforms-31-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-31 .wpforms-submit-container {
  width: 80%;
  margin: 0 auto;
}
#wpforms-31 .wpforms-submit-container button {
  padding: 6px 0.5rem;
  display: block;
  margin: 20px auto 0;
  font-size: 0.18rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: #000;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-31 .wpforms-submit-container:hover button {
  background: var(--i_color);
}
#wpforms-31 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-31 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}
.map {
  width: 100%;
  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%);
}
/* download */
.download {
  background: url(static/images/bc_download.webp) no-repeat center;
  background-size: cover;
}
.p_search {
  --p_search_height: 66px;
  --p_search_width: 66px;
  position: relative;
  margin: 0.7rem auto 0;
}
.p_search form {
  width: 52%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid var(--i_color);
}
@media screen and (max-width: 1440px) {
  .p_search {
    --p_search_height: 60px;
    --p_search_width: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .p_search {
    --p_search_height: 44px;
    --p_search_width: 120px;
  }
  .p_search form {
    width: 100%;
  }
}
.p_search_ipt,
.p_search_btn {
  display: inline-block;
  vertical-align: middle;
}
.p_search_ipt {
  width: calc(100% - var(--p_search_width));
  height: var(--p_search_height);
  line-height: var(--p_search_height);
  padding-left: 16px;
  font-size: 16px;
  background: #fff;
}
.p_search_btn {
  width: var(--p_search_width);
  height: var(--p_search_height);
  font-size: 0;
  color: #fff;
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}
.download_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  padding: 0.16rem 0;
  border-bottom: 1px solid var(--border_color);
}
.download_list .tit {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 0 0.2rem;
  width: calc(100% - 1.8rem);
}
.download_list .tit iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
}
.download_list h6 {
  font-size: 0.18rem;
  color: #333;
}
.download_list .but {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.2rem;
  padding: 10px 0;
  width: 1.8rem;
  background: none;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
  clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
  background: none;
  color: #333;
  font-size: 0.16rem;
}
.download_list .but iconify-icon {
  font-size: 0.4rem;
  color: #333;
}
.download_list li,
.download_list .but,
.download_list .but iconify-icon,
.download_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.download_list li:hover .but {
  background: var(--i_color);
  color: #fff;
}
.download_list li:hover .but iconify-icon {
  color: #fff;
}
.download_list li:hover h6 {
  color: var(--i_color);
}
.download_list li:hover {
  box-shadow: var(--i_shadow);
  border-color: transparent;
  padding: 0.18rem 0.2rem;
  background: #fff;
}
@media screen and (max-width: 1440px) {
  .download_list h6 {
    font-size: 0.16rem;
  }
  .download_list .but {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .download_list li {
    padding: 0.1rem;
  }
  .download_list .but iconify-icon,
  .download_list .tit iconify-icon {
    font-size: 0.3rem;
  }
  .download_list .but {
    padding: 2px 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .download_list .tit {
    width: 100%;
  }
}

/* -----------------news------------------------ */

.new_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.new_banner::before {
  content: "";
  display: block;
  padding-bottom: 29vh;
}
.new_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .new_banner::before {
    padding-bottom: 17vh;
  }
}

.new_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.new_menu a {
  display: table;
  padding: 0.1rem 0.3rem;
  font-size: 0.18rem;
  border: 1px solid var(--i_color);
  border-radius: 0.3rem;
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.new_menu .curr a,
.new_menu a:hover {
  background: var(--i_color);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .new_menu a {
    padding: 8px 0.2rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .new_menu a {
    font-size: 0.14rem;
  }
}

/* ------------application--------------------- */
.application_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.application_list .txt {
  width: 30%;
  background: #fff;
  transform: translateX(-40%);
  padding: 0.3rem 0.7rem;
  box-shadow: var(--i_shadow);
}
.application_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.application_list li:nth-child(even) .txt {
  transform: translateX(40%);
}
.application_list .img {
  width: 70%;
  position: relative;
  overflow: hidden;
}
.application_list .img::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.application_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.application_list .txt img {
  margin-top: 0.4rem;
  max-width: 0.56rem;
  object-fit: contain;
}
.application_list span {
  font-size: 0.18rem;
  color: #999;
  font-weight: bold;
  display: table;
  margin-left: auto;
}
.application_list h6 {
  margin: 0.12rem 0;
  font-size: 0.3rem;
  color: #333;
}
.application_list p {
  font-size: 0.16rem;
  color: #666;
}
.application_list .txt img,
.application_list li,
.application_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.application_list li:hover .txt {
  background: #fff url(static/images/bc_logo.png) no-repeat center;
  background-size: 150%;
}
.application_list li:hover .txt img {
  transform: rotateY(180deg);
}
.application_list li:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .application_list li {
    margin-bottom: 0.6rem;
  }
  .application_list .txt {
    width: 40%;
    padding: 0.2rem 0.5rem;
    transform: translateX(-25%);
  }
  .application_list .img {
    width: 60%;
  }
  .application_list .txt img {
    margin-top: 0.3rem;
    max-width: 0.5rem;
  }
}
@media screen and (max-width: 1366px) {
  .application_list .txt {
    padding: 0.2rem 0.3rem;
    transform: translateX(-15%);
  }
  .application_list h6 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .application_list li {
    margin-bottom: 0.4rem;
  }
  .application_list .img {
    width: 100%;
  }
  .application_list .txt {
    width: 90%;
    transform: translate(0, -10%) !important;
  }
  .application_list .txt img {
    margin-top: 0.2rem;
    max-width: 0.4rem;
  }
  .application_list h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .application_list li {
    margin-bottom: 0.2rem;
  }
  .application_list h6 {
    font-size: 0.18rem;
  }
  .application_list p {
    font-size: 0.14rem;
  }
}
.case_control {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.2rem;
}
.case-pagination {
  font-size: 0;
}
.case-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 2px;
  display: inline-block;
  margin: 0 0;
  background: #d6d6d6;
  outline: none;
  cursor: pointer;
  position: relative;
}
.case-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case-pagination .swiper-pagination-bullet-active::before {
  right: initial;
  left: 0;
  width: 100%;
}
.case_list {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.case_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.case_list .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.case_list .swiper-button-disabled {
  cursor: not-allowed;
}
.case_list a {
  display: block;
  width: 100%;
}
.case_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}
.case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 62.29%;
}
.case_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.case_list p {
  font-size: 0.18rem;
  color: #333;
  margin: 0.16rem 0;
  text-align: center;
}
.case_list img,
.case_list p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case_list li:hover img {
  width: 105%;
  height: 105%;
}
.case_list li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 768px) {
  .case_list .img {
    border-radius: 0.1rem;
  }
  .case_list p {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
}

/* -------------------------------------- 侧边客服 -------------------------------------- */
.aside_right {
  position: fixed;
  right: -50px;
  bottom: 20%;
  z-index: 999999;
  transition: all 0.5s ease;
}
.aside_right.on {
  right: 10px;
}
.aside_right ul {
}
.aside_right li {
  position: relative;
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  transition: all 0.3s ease;
  width: 0.48rem;
  margin-top: 5px;
  border-radius: 50%;
  height: 0.48rem;
  background: rgba(128, 128, 128, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.aside_right iconify-icon {
  display: block;
  margin: 0 auto;
  font-size: 0.2rem;
  color: #fff;
}

/* .aside_right li:nth-child(3) .side_tel_box{width: 150px; }
.side_tel_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */
.aside_right li:nth-child(1) > a {
  background-color: var(--i_color2);
}
.aside_right li:nth-child(2) > a {
  background-color: var(--i_color);
}
.aside_right li:nth-child(3) > a {
  background-color: #666;
}
.aside_right li:nth-child(4) > a {
  background-color: #333;
}
.aside_right li > a:hover {
  background: var(--i_color);
}
.side_tel_box,
.side_qr_box {
  position: absolute;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.side_tel_box {
  top: 7px;
  right: -300px;
  width: 180px;
  background: #fff;
}
.side_qr_box {
  top: 50%;
  transform: translate(0, -50%);
  right: -180px;
  width: 120px;
  height: 120px;
  background: #fff;
}
.side_tel_box h6 {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}
.side_tel_box h6 a {
  line-height: 20px;
}
.side_tel_box a:hover {
  color: var(--i_color);
}
.side_qr_box img {
  width: 90%;
  height: 90%;
}
.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
  right: 48px;
}
.side_tel_box,
.side_qr_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 侧边客服 表单 */
#aside_mask_bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0.6rem 0.4rem;
  border-radius: 0.2rem;
  background: #e2e2e2;
  z-index: 9999999999999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 40px;
}
#aside_sc_from .tit h6 {
  font-size: 26px;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 30px;
}
#wpforms-28 {
  --input_font_size: 16px;
  --input_height: 42px;
}
#wpforms-28 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-28 {
  width: 100%;
  overflow: hidden;
}
#wpforms-28 input,
#wpforms-28 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-28 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-28 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-28 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-28 .wpforms-submit-container {
  padding: 0 !important;
  width: 170px;
  height: var(--input_height);
  background: var(--i_color);
  border-radius: 0.2rem;
  position: relative;
  margin: 0 auto;
}
#wpforms-28 .wpforms-field {
  position: relative;
}
#wpforms-28 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}
#wpforms-28 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 14px;
  color: red;
}
#wpforms-28 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 12px !important;
}
#wpforms-28 .wpforms-field {
  width: 100%;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}
#wpforms-28 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}
#wpforms-28 .wpforms-field:nth-child(1),
#wpforms-28 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}
#wpforms-28 input {
  height: var(--input_height);
}
#wpforms-28 textarea {
  min-height: 100px;
}
#wpforms-28 input,
#wpforms-28 textarea {
  width: 100%;
  border: 0;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  border-radius: 0.1rem;
  background-color: white;
  color: #222;
  line-height: var(--input_height);
  padding: 0 10px;
  box-shadow: 0 0 0 0 !important;
}
#wpforms-28 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-28 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-28 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-28 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-28 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-28 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-28 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-28 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-28 #wpforms-28-field_1-error,
#wpforms-28 #wpforms-28-field_2-error,
#wpforms-28 #wpforms-28-field_3-error,
#wpforms-28 #wpforms-28-field_4-error {
  position: absolute;
  font-size: 14px;
}
#wpforms-28 .wpforms-submit-container button {
  overflow: hidden;
  border-radius: 0.2rem;
  width: 100%;
  height: var(--input_height);
  font-size: 16px;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
#wpforms-28 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(static/images/close_1_hei.svg) no-repeat center;
  background-size: contain;
}
.close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.close {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-28 .wpforms-submit-container:hover {
  background-color: var(--i_color2);
  animation: a 0.5s 1 linear;
  animation-delay: 0.01s;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
  .aside_right.on {
    right: 0;
  }
  .aside_right li > a {
    width: 0.4rem;
    height: 0.4rem;
  }
  #aside_sc_from {
    width: 80%;
    padding: 0.4rem 0.3rem;
  }
  .aside_right iconify-icon {
    font-size: 0.18rem;
  }
  .close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
    padding: 0.3rem 0.2rem;
  }
  #aside_sc_from .tit h6 {
    font-size: 20px;
  }
}

.horizontal_scroll_section {
  height: 500vh;
  position: relative;
}

.sticky_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh; /* 固定在视口 */
  display: flex;
  align-items: center;
  overflow: hidden;
}

.full_width_container {
  display: flex;
  flex-direction: row;
  will-change: transform;
}

.full_slide_item {
  flex: 0 0 60vw;
  height: 100vh;
  position: relative;
}

.slide_inner,
.slide_item_last {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide_overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.slide_content h3 {
  font-weight: bolder;
  color: #fff;
  font-size: 0.3rem;
}
.view_btn {
  display: block;
  padding: 12px 30px;
  margin: 0.2rem auto;
  background: #fff;
  color: #000;
  text-decoration: none;
  opacity: 0;
  font-size: 0.18rem;
  font-weight: bolder;
}
.slide_content,
.view_btn {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.full_slide_item:hover .slide_content {
  top: 50%;
}
.full_slide_item:hover .view_btn {
  opacity: 1;
}
.view_btn:hover {
  background: var(--i_color);
  color: #fff;
}
/* 响应式适配 */
@media (max-width: 768px) {
  .full_slide_item {
    flex: 0 0 85vw;
    height: 60vh;
  }
  .slide_content h3 {
    font-size: 0.24rem;
  }
  .view_btn {
    padding: 8px 30px;
    font-size: 0.16rem;
  }
}
.back-to-top-section {
  width: 100%;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
  background-image: url("static/images/bg_top.webp");
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top-section .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btt-text {
  display: block;
  margin: 0 auto;
  font-size: 0.4rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  letter-spacing: 0.02rem;
}

.btt-text:hover {
  color: #f0f0f0;
  transform: scale(1.1);
  text-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1024px) {
  .btt-text {
    font-size: 0.3rem;
  }
}

.slogan-section {
  padding: 0.8rem 0;
  text-align: center;
  background: #fff;
}
.slogan-section h2 {
  font-size: 0.48rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.slogan-section p {
  font-size: 0.22rem;
  color: #333;
  line-height: 1.4;
  max-width: 11rem;
  margin: 0 auto;
}

.features-section {
  padding: 1rem 0;
  background-color: #fff;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.1rem;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}

.feature-item.reverse {
  flex-direction: row-reverse;
}

.feature-img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.feature-img::before {
  content: "";
  display: block;
  padding-bottom: 45%;
}
.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-text {
  width: 48%;
}

.feature-text h3 {
  font-size: 0.32rem;
  color: #222;
  margin-bottom: 0.12rem;
  font-weight: 600;
}

.feature-text p {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.6;
  margin: 8px 0;
}

.feature-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .slogan-section h2 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .slogan-section h2 {
    font-size: 0.3rem;
  }
  .feature-img,
  .feature-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .slogan-section h2 {
    font-size: 0.24rem;
  }
  .slogan-section {
    padding: 0.6rem 0.2rem;
  }

  .slogan-section p {
    font-size: 0.18rem;
    max-width: 100%;
  }

  .features-section {
    padding: 0.6rem 0;
  }

  .feature-item,
  .feature-item.reverse {
    flex-direction: column;
    margin-bottom: 0.8rem;
    text-align: center;
  }

  .feature-img {
    width: 100%;
    height: 4.5rem;
    margin-bottom: 0.3rem;
  }

  .feature-text {
    width: 100%;
    padding: 0 0.2rem;
  }

  .feature-text h3 {
    font-size: 0.24rem;
  }

  .feature-text p {
    font-size: 0.16rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .feature-img {
    height: 5.5rem;
  }
}
.brand-story-section {
  width: 100%;
  min-height: 10rem;
  padding: 1.2rem 0;
  background: url("static/images/bg_story.webp") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.brand-story-section h2 {
  font-size: 0.64rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  letter-spacing: 0.02rem;
  text-align: center;
}

.story-content {
  max-width: 12rem;
  margin: 0 auto;
}

.story-content p {
  font-size: 0.24rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.16rem 0;
}
@media screen and (max-width: 1440px) {
  .brand-story-section h2 {
    font-size: 0.54rem;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .brand-story-section h2 {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .story-content p {
    font-size: 0.2rem;
  }
}
@media (max-width: 768px) {
  .brand-story-section {
    min-height: auto;
    padding: 0.8rem 0.2rem;
  }

  .brand-story-section h2 {
    font-size: 0.35rem;
    margin-bottom: 0.3rem;
  }
}

.section-title {
  font-size: 0.45rem;
  color: #222;
  margin-bottom: 0.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .section-title {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 0.24rem;
    margin-bottom: 0.24rem;
    font-weight: bold;
  }
}

.facts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.3rem 0;
}

.facts-list li {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-box {
  margin-bottom: 0.2rem;
}

.icon-box img {
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
}

.fact-num {
  font-size: 0.36rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.fact-desc {
  font-size: 0.18rem;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .fact-num {
    font-size: 0.3rem;
  }
  .fact-desc {
    font-size: 0.16rem;
  }
  .icon-box img {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .fact-num {
    font-size: 0.24rem;
  }
  .facts-list li {
    width: 49%;
  }
}

.in_partner .img {
  width: 100%;
}
.in_partner .img img {
  width: 100%;
}
.coo_list {
  position: relative;
  overflow: hidden;
}
.coo_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.coo_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.coo-prev,
.coo-next {
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 0.3rem;
  height: 0.3rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.coo-prev {
  left: 0;
  background: url(static/images/public/arrow_left_hollow_hei2.svg) no-repeat
    center;
  background-size: contain;
}
.coo-next {
  right: 0;
  background: url(static/images/public/arrow_right_hollow_hei2.svg) no-repeat
    center;
  background-size: contain;
}

.coo_list .swiper-button-disabled {
  cursor: not-allowed;
}
.coo-prev:hover,
.coo-next:hover {
  opacity: 0.6;
}
.coo-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.coo-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #d5defa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.coo-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.coo_list li {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.coo_list li::before {
  content: "";
  display: block;
  padding-bottom: 53.53%;
}
.coo_list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .coo-prev,
  .coo-next {
    display: none;
  }
}

.news-section {
  padding: 0.8rem 0;
  background-color: #fff;
}

.news-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.news-card {
  width: calc((100% - 0.8rem) / 3);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .news-card {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .news-card {
    width: 100%;
  }
}

.news-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.news-thumb::before {
  content: "";
  display: block;
  padding-bottom: 44.44%;
}
.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.news-card:hover .news-thumb img {
  width: 105%;
  height: 105%;
}

.news-info {
  flex: 1;
}

.news-title {
  font-size: 0.22rem;
  color: #222;
  line-height: 1.3;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.news-desc {
  font-size: 0.15rem;
  color: #555;
  line-height: 1.6;
  text-align: justify;
}

.in_news_cont {
  width: 70%;
  margin: 0.8rem auto;
  max-width: 1000px;
}

@media screen and (max-width: 1024px) {
  .news-title {
    font-size: 0.18rem;
  }
}

/* 下拉 */
.fishing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.4rem;
}

.fishing-categories {
  width: 70%;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.fishing-categories .category-group {
  flex: 1;
}
.image-section {
  width: 28%;
  position: relative;
  overflow: hidden;
}
.image-section::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.category-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.category-link {
  display: block;
  font-size: 16px;
  color: #666;
  margin: 5px 0;
  text-decoration: none;
}

.category-link:hover {
  color: #0066cc;
  transition: color 0.3s ease;
}

.drop {
  display: none;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1999;
  top: calc(var(--header_height) + 40px);
}
.drop_ball ul:first-child li:nth-child(4) a,
.drop_ball ul:nth-child(2) li:nth-child(4) a {
  font-weight: bold;
  color: #000;
}
