/*
Theme Name: Londrex
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 150%;
}
body {
  font-size: 18px;
}
.wrap {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  padding-left: 13.5%;
}
.wrap_r {
  padding-right: 13.5%;
}
.top_wrap {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .wrap {
    width: 80%;
  }
  .wrap_l,
  .wrap_r {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 94%;
  }
  .wrap_l,
  .wrap_r {
    padding-right: 3%;
    padding-left: 3%;
  }
  .top_wrap {
    width: 90%;
  }
}
:root {
  --i_color: #04a2e9;
  --i_color2: #ed1e24;
  --i_color3: #eef1fb;
  --bc_color: #f6f6f6;
  --font_color: #626262;
  --header_height: 0.8rem;
  --border_color: rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  :root {
    --header_height: 60px;
  }
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: #fff;
  box-shadow: 0px 0px 4px #ddd;
}
.top_cont {
  position: relative;
  z-index: 2013;
}
.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.TopHeader {
  border-bottom: 1px solid #dbdbdb;
}
.full_head {
  height: calc(var(--header_height) + 40px);
}
@media screen and (max-width: 1024px) {
  .full_head {
    height: var(--header_height);
  }
}
/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  width: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .logo img {
    width: 1.5rem;
  }
}
@media screen and (max-width: 560px) {
  .logo img {
    width: 1.2rem;
  }
}
/* web导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    z-index: 2014;
  }
  .i_nav > li {
    position: relative;
    margin-left: 0.4rem;
  }
  .i_nav > li > a {
    font-weight: bold;
    display: table;
    padding: 6px 20px;
    font-size: 0.18rem;
    color: var(--i_color);
    white-space: nowrap;
    text-transform: uppercase;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav .curr > a {
    color: #fff;
    background: var(--i_color);
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    border-bottom: 2px solid var(--i_color);
    background: rgb(255 255 255 / 100%);
    min-width: 1.6rem;
    overflow: hidden;
    top: 130%;
  }
  .i_nav .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu li::before,
  .i_nav .sub-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
  }
  .i_nav .sub-menu li::before {
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 8%);
  }
  .i_nav .sub-menu li::after {
    right: 0;
    width: 0;
    background: var(--i_color);
  }
  .i_nav .sub-menu a {
    display: block;
    padding: 0 0.8rem 0 0.2rem;
    font-size: 0.18rem;
    color: #444;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 0;
  }
  .i_nav .sub-menu a::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 8px solid var(--i_color);
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: -0.1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.i_nav .sub-menu li:hover::after {
  right: initial;
  left: 0;
  width: 100%;
}
.i_nav .sub-menu li:hover a {
  left: 8px;
}
.i_nav .sub-menu li:hover a {
  color: var(--i_color);
}
.i_nav .sub-menu li:hover a::before {
  left: 0;
}
.i_nav .sub-menu li,
.i_nav .sub-menu li::after,
.i_nav .sub-menu a,
.i_nav .sub-menu a::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1200px) {
  .i_nav > li {
    margin-left: 0.24rem;
  }
  .i_nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    margin-right: auto;
  }
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 20px;
    -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 {
    font-size: 15px;
    color: #333;
    padding: 0.1rem;
    text-transform: uppercase;
  }
  .i_nav > li > .sub-menu {
    display: none;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.14rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav > li > .sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav > li > .sub-menu b.on {
    background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav .sub-menu .sub-menu {
    display: none;
  }
  .i_nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;
    font-size: 0.13rem;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }
  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 30px;
  height: 24px;
  border-radius: 2px;
  background: var(--i_color);
  display: none;
  cursor: pointer;
  margin-left: 0.1rem;
}
.nav_menu i {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 5px;
}
.nav_menu::after {
  bottom: 5px;
}
.nav_menu.on i {
  opacity: 0;
}
.nav_menu.on::before {
  transform: translateX(-50%) rotate(45deg);
  top: 50%;
  margin-top: -2px;
}
.nav_menu.on::after {
  transform: translateX(-50%) rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
  }
}
.top_r {
  --size: 24px;
}
.top_r {
  margin-left: 0.8rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .top_r {
    margin-left: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: 0;
  }
}
.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_search_ico iconify-icon {
  font-size: var(--size);
  cursor: pointer;
  color: #333;
}
.top_search_ico.on iconify-icon {
  color: var(--i_color);
}
.top_language {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  position: relative;
  color: #222;
  margin: 0 0.2rem;
}
/* .top_language::after{
  content: '';
  position: absolute;
  top:50%;transform: translateY(-50%);
  right: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #222;
  -webkit-transition:all .5s ease; transition:all .5s ease;
} 
.top_language.on::after{transform: translateY(-50%) rotate(180deg);} */
.top_language > iconify-icon {
  font-size: var(--size);
  cursor: pointer;
}
.top_language.on > iconify-icon {
  color: var(--i_color);
}
.top_language_list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(var(--header_height) - 0.2rem);
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_language_list.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_height);
  box-shadow: 0.04rem 0.06rem 0.1rem rgb(0 0 0 / 10%);
}
.top_language_list ul {
  overflow: hidden;
}
.top_language_list li {
  background: #fff;
}
.top_language_list a > span {
  display: flex;
  align-items: center;
  padding: 0 14px;
  min-width: 100px;
  overflow: hidden;
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 0.12rem;
  color: #666;
  line-height: 0.3rem;
}
.top_language_list li:hover {
  background: var(--i_color);
}
.top_language_list li:hover .trp-ls-language-name {
  color: #fff;
}
.top_language,
.top_language > i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .top_language {
    margin: 0 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
header,
.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  position: fixed;
  top: var(--header_height);
  display: none;
  left: 0;
  width: 100%;
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  display: block;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 100%;
  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));
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  width: calc(var(--search_height));
  height: var(--search_height);
  background: var(--i_color) url(static/images/public/search_1_bai.svg)
    no-repeat center;
  background-size: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_search {
    padding: 0.12rem 0;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
  .top_search_btn {
  }
}
.drop {
  box-shadow: var(--i_shadow);
  position: fixed;
  top: var(--header_height);
  left: 0;
  z-index: 101;
  padding: 0.5rem 0;
  background: #fff;
  display: none;
  width: 100%;
}
.drop .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.drop_menu {
  width: 24%;
  padding-right: 0.2rem;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.drop_cont {
  width: 74%;
  overflow-y: auto;
  padding-right: 2%;
}
.drop_cont::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.drop_cont::-webkit-scrollbar-track {
  width: 1px;
  background-color: #eee;
}
.drop_cont::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
.drop_menu li {
  margin-bottom: 0.2rem;
}
.drop_menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 0.16rem;
  color: #333;
}
.drop_menu li:hover a {
  background: linear-gradient(to right, #ddd, #fff);
  color: var(--i_color);
}
.drop_menu .btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  border-radius: 20px;
  font-size: 0.18rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drop_menu .btn:hover {
  background: var(--i_color);
  color: #fff;
  border-color: var(--i_color);
}
.drop_cont > div:not(:first-child) {
  display: none;
}
.drop_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.3rem;
}
.drop_list li {
  width: calc((100% - 0.6rem) / 3);
}
.drop_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.drop_list .img {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.drop_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.drop_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.drop_list h6 {
  font-size: 0.18rem;
  color: #666;
  margin: 0.2rem 0;
  text-align: center;
}
.drop_list h6,
.drop_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drop_list li:hover h6 {
  color: var(--i_color);
}
.drop_list li:hover img {
  width: 105%;
  height: 105%;
}
.drop_list::-webkit-scrollbar {
  height: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* .drop_list:hover::-webkit-scrollbar {
	height: 4px;
} */
.drop_list::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
.drop_list::-webkit-scrollbar-track {
  background-color: #eee;
}
@media screen and (max-width: 1440px) {
  .drop::after {
    width: 30%;
  }
  .drop_menu h6 {
    font-size: 0.18rem;
  }
  .drop_menu .ico {
    width: 0.4rem;
    height: 0.4rem;
  }
  .drop_menu {
    width: 30%;
    padding: 0.3rem 0;
  }
  .drop_cont {
    width: 70%;
    padding: 0.3rem 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .drop_cont {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .drop_p .sub-menu {
    display: none !important;
  }
}
.top1 {
  width: 100%;
  background: #20295d;
  position: relative;
}
.top1 a,
.top1 span {
  display: block;
}
.top1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255 255 255 / 15%);
}
.top1 .top_wrap {
  height: 40px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_contact {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}
.top_contact > p {
  font-size: 14px;
  color: #fff;
}
.top_contact ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.top_contact li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.top_contact iconify-icon {
  font-size: 0.2rem;
  color: #fff;
}
.top_contact span {
  margin-left: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_contact span,
.top_contact span a {
  font-size: 14px;
  color: #fff;
}
.top_contact span a:hover {
  color: var(--i_color);
}
.top_media {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.14rem;
}
.top_media li {
}
.top_media iconify-icon {
  display: block;
  font-size: 0.2rem;
  color: rgb(255 255 255 / 50%);
}
.top_media li:hover iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1366px) {
  .top_contact > p {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* banner */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  height: 0;
  padding-bottom: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .swiper-slide img,
.banner .swiper-slide source,
.banner .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-button-prev,
.banner-button-next {
  position: absolute;
  top: 48%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  opacity: 0.3;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-button-prev {
  left: -0.6rem;
}
.banner-button-next {
  right: -0.6rem;
}
.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #fff;
}
.banner:hover .banner-button-prev {
  left: 0rem;
}
.banner:hover .banner-button-next {
  right: 0rem;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: var(--i_color);
  opacity: 0.6;
}
.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.2rem;
  width: auto;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}
.banner-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.5rem;
  height: 4px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  margin: 0 0.08rem;
  background: #fff;
  position: relative;
  outline: none;
  overflow: hidden;
}
.banner-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--i_color2);
}
.banner-pagination .swiper-pagination-bullet-active::before {
  -webkit-animation: w100 5800ms 1;
  animation: w100 5800ms 1;
}
@keyframes w100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .banner .swiper-slide {
    padding-bottom: 39%;
  }
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
  .banner-pagination .swiper-pagination-bullet {
    width: 0.3rem;
  }
}
/* banner上文字 */
.banner .wrap {
  position: absolute;
  top: 47%;
  left: 41%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .banner .wrap {
    display: none;
  }
}
.b_txt1 {
  width: 50%;
  font-family: "Noto Serif SC", Georgia, "Times New Roman", serif;
}
.b_txt1 h5 {
  font-size: 0.34rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding-left: 0.1rem;
  position: relative;
}
.b_txt1 h5::after {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--i_color);
  position: absolute;
  left: 0;
  top: 0;
}
.b_txt1 h5 span {
  color: var(--i_color);
}
.b_txt1 .txt {
  margin: 0.2rem 0 0.7rem;
}
.b_txt1 p {
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  font-weight: 100;
}
.b_txt1 h6 {
  margin: 0.2rem 0 0.7rem;
  font-size: 0.22rem;
  line-height: 150%;
  color: #fff;
  font-weight: normal;
}
.b_txt2 {
  width: 30%;
  position: absolute;
  top: 10%;
  right: 0;
}
.b_txt2 li {
  color: #fff;
  text-shadow: 0px 0px 2px #333;
}
@media screen and (max-width: 1440px) {
  .b_txt1 p span {
    font-size: 0.24rem;
  }
  .b_txt1 h5 {
    font-size: 0.32rem;
  }
  .b_txt1 h6,
  .b_txt1 .txt {
    font-size: 0.2rem;
    margin: 0.2rem 0 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_txt1 {
    width: 80%;
    margin: 0 auto;
    padding: 0.1rem;
    background: rgb(255 255 255 / 70%);
  }
  .b_txt1 p {
    font-size: 0.2rem;
  }
  .b_txt1 h5 {
    font-size: 0.24rem;
  }
  .b_txt1 h6,
  .b_txt1 .txt {
    font-size: 0.18rem;
    margin: 0.12rem 0 0.3rem;
  }
  .b_txt1 p {
    font-size: 0.18rem;
    margin-bottom: 8px;
  }
  .b_txt2 {
    width: 40%;
  }
  .b_txt2 h5 {
    font-size: 0.2rem;
  }
  .b_txt2 li {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .b_txt1 h5 {
    font-size: 0.18rem;
  }
  .b_txt1 h6 {
    width: 100%;
    font-size: 13px;
    margin: 0.1rem 0;
  }
  .b_txt1 p {
    font-size: 13px;
    display: none;
  }
  .b_txt1 .i_more {
    display: none;
  }
  .b_txt2 {
    width: 95%;
    top: 15%;
  }
}
@media screen and (max-width: 425px) {
  .b_txt1 h5 {
    font-size: 0.16rem;
  }
}
.bc {
  background: #f8f6ff;
}
.i_tit {
  position: relative;
  z-index: 2;
  text-align: center;
}
.i_tit h2 {
  font-size: 0.48rem;
  color: var(--i_color);
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.i_tit p {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.i_tit_l {
  text-align: left;
}
.i_tit_bai h2 {
  color: #333;
}
.i_tit h6 {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: var(--font_color);
  line-height: 150%;
}
@media screen and (max-width: 1440px) {
  .i_tit h2 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit h2 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 560px) {
  .i_tit h2 {
    font-size: 0.22rem;
  }
  .i_tit h6 {
    font-size: 14px;
  }
}
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}
/* home more btn */
.i_more {
  display: table;
  padding: 0.14rem 0.36rem;
  background-color: transparent;
  -webkit-border-radius: 0.36rem 0 0 0;
  border-radius: 0.36rem 0 0 0;
  border: 0.3px solid #616161;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #616161;
}
.i_more::after,
.i_more::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.5s ease-out;
  background-color: var(--i_color);
}
.i_more::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.i_more:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.i_more:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}
.i_more:hover {
  color: #fff;
  border-color: transparent;
}
.i_more:active {
  filter: brightness(0.7);
  transform: scale(0.98);
}
.i_more_c {
  margin-left: auto;
  margin-right: auto;
}
.i_more_color {
  color: #fff;
  background-color: var(--i_color);
}
.i_more_color::after,
.i_more_color::before {
  background-color: #fff;
}
.i_more_color:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_more {
    padding: 0.1rem 0.3rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_more {
    padding: 0.1rem 0.2rem;
    font-size: 14px;
    -webkit-border-radius: 0.16rem 0 0 0;
    border-radius: 0.16rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .i_more {
    padding: 8px 0.2rem;
    -webkit-border-radius: 0.1rem 0 0 0;
    border-radius: 0.1rem 0 0 0;
  }
}
.i_more_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.16rem;
}
.i_more_list a:nth-child(1) {
}
.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;
}
/* -----------------------------------底部--------------------------------------- */
footer {
  background: url(static/images/bc_footer.webp) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.f_top {
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--border_color);
  position: relative;
  overflow: hidden;
}
.f_logo a {
  display: block;
}
.f_logo img {
  max-width: 3rem;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .f_logo img {
    max-width: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .f_logo img {
    max-width: 1.8rem;
  }
}
.f_top .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.f_top p {
  font-size: 0.2rem;
  color: #222;
  text-transform: uppercase;
  line-height: 150%;
}
.f_box {
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.f_contact {
  width: 30%;
}
.f_nav {
  width: 15%;
}
.f_form {
  width: 42%;
}
.f_nav ul ul {
  display: none;
}
.f_tit {
  font-size: 0.3rem;
  color: #222;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.f_contact_list li {
  margin: 0.16rem 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.f_contact_list p {
  font-size: 0.18rem;
  color: #222;
  margin-bottom: 0.1rem;
}
.f_contact_list a,
.f_contact_list span {
  font-size: 0.18rem;
  color: #222;
  line-height: 200%;
}
.f_contact_list li:last-child a {
  background-color: var(--i_color);
  padding: 2px 16px;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.f_contact_list iconify-icon {
  color: var(--i_color);
  font-size: 0.3rem;
  margin-right: 10px;
}
.f_contact_list li:nth-child(2):hover a {
  text-decoration: underline;
  color: var(--i_color);
}
.f_contact_list li:last-child:hover a {
  background: none;
  border-color: var(--i_color);
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .f_contact_list iconify-icon {
    font-size: 0.22rem;
  }
}
.f_nav li > a {
  font-size: 0.18rem;
  color: #222;
  text-transform: uppercase;
}
.f_nav a {
  display: block;
  font-size: 0.18rem;
  color: #222;
  position: relative;
}
.f_nav a {
  margin-bottom: 0.3rem;
}
.f_nav a:hover {
  color: var(--i_color);
}
.f_form {
  background: rgb(255 255 255 / 8%);
  position: relative;
  overflow: hidden;
}
.f_form p {
  font-size: 0.16rem;
  color: var(--font_color);
  margin: -0.2rem 0 0.2rem;
  line-height: 150%;
}
#wpforms-127 {
  --input_font_size: 16px;
  --input_height: 0.48rem;
}
#wpforms-form-127 {
  width: 100%;
}
#wpforms-127 input,
#wpforms-127 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-127 .wpforms-field {
  padding: 0;
  position: relative;
  margin-bottom: 0.1rem;
}
#wpforms-127 .wpforms-field-label {
  position: absolute;
  font-size: 0;
}
#wpforms-127 .wpforms-required-label {
  position: absolute;
  top: 0.1rem;
  left: 0.05rem;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-127 .wpforms-field-container {
  overflow: hidden;
}
#wpforms-127 .wpforms-field-container input,
#wpforms-127 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  border: 1px solid #ddd !important;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  box-sizing: border-box;
  background: #fff;
  padding: 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-127 .wpforms-field-container input:hover,
#wpforms-127 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-127 input {
  line-height: var(--input_height);
}
#wpforms-127 textarea {
  line-height: 0.22rem;
  padding: 0.06rem 0.16rem;
  height: 80px;
}
#wpforms-127 input::-webkit-input-placeholder,
#wpforms-127 textarea::-webkit-input-placeholder {
  color: var(--font_color);
  font-size: var(--input_font_size);
}
#wpforms-127 input::-moz-placeholder,
#wpforms-127 textarea::-moz-placeholder {
  color: var(--font_color);
  font-size: var(--input_font_size);
}
#wpforms-127 input::-ms-input-placeholder,
#wpforms-127 textarea::-ms-input-placeholder {
  color: var(--font_color);
  font-size: var(--input_font_size);
}
#wpforms-44-field_1-error,
#wpforms-44-field_2-error,
#wpforms-44-field_3-error,
#wpforms-44-field_4-error,
#wpforms-44-field_5-error,
#wpforms-44-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-127 .wpforms-field-container {
  width: 100%;
}
#wpforms-127 .wpforms-submit-container button {
  display: table;
  padding: 0.1rem 0.5rem;
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #fff;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.5s ease;
  overflow: hidden;
}
#wpforms-127 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-127 .wpforms-submit-container button::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 40%;
  transform: translateX(-50%);
  background: var(--i_color2);
  transition: 0.5s ease;
  z-index: -1;
}
#wpforms-127 .wpforms-submit-container button:hover::before {
  top: -10%;
}
@media screen and (max-width: 1024px) {
  #wpforms-form-54 {
    flex-wrap: wrap;
  }
  #wpforms-127 .wpforms-field {
    width: 100%;
    position: relative;
  }
  #wpforms-127 .wpforms-field-container {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #wpforms-44-field_1-container,
  #wpforms-44-field_3-container {
    width: 100% !important;
  }
  #wpforms-127 .wpforms-submit-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #wpforms-127 {
    --input_font_size: 13px;
    --input_height: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  #wpforms-44-field_1-container,
  #wpforms-44-field_2-container,
  #wpforms-44-field_3-container {
    width: 100% !important;
  }
}
.f_media {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.3rem;
}
.f_media dt {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.f_media dt:not(:last-child) {
  margin-right: 0.2rem;
}
.f_media a {
  display: block;
  font-size: 0.2rem;
}
.f_media img {
  display: block;
  width: 0.3rem;
}
.f_media dt:hover {
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
.f_copy {
  padding: 0.3rem 0;
  background-color: #20295d;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.f_copy .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.f_copy a {
  font-size: 0.18rem;
  color: #fff;
  line-height: 200%;
}
@media screen and (max-width: 1440px) {
  .f_top {
    padding-top: 0.6rem;
  }
  .f_tit {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_top {
    padding: 0.3rem 0 0.2rem;
    margin-bottom: 0.2rem;
  }
  .f_top p {
    margin-top: 0.3rem;
    font-size: 16px;
  }
  .f_top p br {
    display: none;
  }
  .f_tit {
    font-size: 0.2rem;
  }
  .f_form {
    padding: 0;
    margin-bottom: 0.4rem;
  }
  .f_form p {
    font-size: 14px;
  }
  .f_nav {
    display: none;
  }
  .f_contact,
  .f_form {
    width: 100%;
  }
  .f_contact_list p {
    font-size: 16px;
  }
  .f_contact_list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 959px) {
  .f_copy a {
    font-size: 14px;
    line-height: 120%;
  }
}
@media screen and (max-width: 560px) {
  .f_copy a:last-child {
    margin-top: 10px;
  }
  .f_copy {
    padding: 0.2rem 0;
  }
}
.ip_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ip_list li {
  width: calc((100% - 30px) / 4);
}
.ip_list a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0.2rem;
}
.ip_list h3 {
  margin: 0.2rem 0;
  font-size: 0.18rem;
  color: var(--i_color);
}
.ip_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.ip_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ip_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ip_list li:hover img {
  width: 120%;
  height: 120%;
}
@media screen and (max-width: 1024px) {
  .ip_list a {
    padding: 0.14rem;
  }
  .ip_list li {
    width: calc((100% - 10px) / 2);
  }
  .ip_list h3 {
    font-size: 0.16rem;
  }
}
.qr_list {
  margin-top: 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.qr_list li {
}
.qr_list li img {
  display: block;
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}
.qr_list li img.ico {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.ip_btn {
  position: relative;
  display: table;
  padding: 0 10px;
}
.ip_btn p {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.ip_btn iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
}
.ip_btn span {
  font-size: 16px;
  color: var(--i_color);
  margin-left: 5px;
}
.ip_btn::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--i_color);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip_btn:hover::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ip_btn::after {
    width: 0.45rem;
    height: 0.45rem;
  }
}
@media screen and (max-width: 560px) {
  .ip_btn iconify-icon {
    font-size: 0.18rem;
  }
  .ip_btn::after {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.i_about {
}
.i_about .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.ia_video {
  width: 100%;
  position: relative;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ia_video::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.ia_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .ia_video::before {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 560px) {
  .ia_video::before {
    padding-bottom: 60%;
  }
}
.ia_txt {
  width: 62%;
}
.ia_tit {
  width: 25%;
}
.ia_tit p {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.ia_tit h6 {
  font-size: 0.36rem;
  font-weight: bold;
  background: url(static/images/bc_text.webp) repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fn 10s linear infinite;
}
@keyframes fn {
  0% {
    background-position: 1000px center;
  }
  50% {
    background-position: 0 center;
  }
  100% {
    background-position: -1000px center;
  }
}
@media screen and (max-width: 1024px) {
  .i_about {
    -webkit-border-radius: 1rem 0 0 0;
    border-radius: 1rem 0 0 0;
  }
  .ia_tit h6 {
    font-size: 0.3rem;
  }
  .ia_tit,
  .ia_txt {
    width: 100%;
  }
  .ia_video {
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .i_about {
    -webkit-border-radius: 0.6rem 0 0 0;
    border-radius: 0.6rem 0 0 0;
  }
  .ia_tit h6 {
    font-size: 0.22rem;
  }
}
.i_v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 6;
}
.i_v_btn::before,
.i_v_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: dot 2s infinite;
}
.i_v_btn::after {
  animation-delay: 0.3s;
}
@keyframes dot {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
.i_v_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 0.24rem;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .i_v_btn {
    width: 0.5rem;
    height: 0.5rem;
  }
  .i_v_btn iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .i_v_btn {
    width: 0.45rem;
    height: 0.45rem;
  }
  .i_v_btn iconify-icon {
    font-size: 0.18rem;
  }
}
/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}
.ia_txt article {
  color: #000;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.68rem * 5);
  overflow-y: auto;
  padding-right: 2%;
}
.ia_txt article * {
  margin: 0;
  font-size: 0.19rem;
  line-height: 0.28rem;
}
.ia_txt article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.ia_txt article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.ia_txt article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .ia_txt article {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 5);
  }
  .ia_txt article * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .ia_txt article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
  .ia_txt article * {
    font-size: 14px;
    line-height: 20px;
  }
}
.i_case {
  position: relative;
  overflow: hidden;
}
.i_case {
  position: relative;
  overflow: hidden;
}
.i_case .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_case .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.i_case-prev,
.i_case-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.24rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  display: none;
}
.i_case-prev {
  left: 0%;
}
.i_case-next {
  right: 0%;
}
.i_case .swiper-button-disabled {
  cursor: not-allowed;
}
.i_case-prev:hover,
.i_case-next:hover {
  background: var(--i_color2);
}
.i_case-pagination {
  margin-top: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.i_case-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}
.i_case-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_case .img {
  position: relative;
  overflow: hidden;
}
.i_case .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.i_case .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_case p {
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  margin: 0.2rem 0;
}
.i_case .img,
.i_case img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_case li:hover img {
  width: 105%;
  height: 105%;
}
.i_case li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_case-prev {
    left: 0;
  }
  .i_case-next {
    right: 0;
  }
  .i_case p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .i_case-next,
  .i_case-prev {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .i_case-pagination {
    margin-top: 0.22rem;
  }
  .i_case p {
    margin: 0.1rem 0;
  }
}
.i_n_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i_cer {
  position: relative;
}
.i_cer > img {
  width: 3rem;
  object-fit: contain;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
}
.i_cer_list {
  position: relative;
  overflow: hidden;
  padding: 0.2rem 5px;
}
.i_cer_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_cer_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.i_cer-prev,
.i_cer-next {
  position: absolute;
  top: 44%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  font-size: 0.24rem;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.i_cer-prev {
  left: 0;
}
.i_cer-next {
  right: 0;
}
.i_cer_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_cer-prev:hover,
.i_cer-next:hover {
  background: var(--i_color2);
}
.i_cer-pagination {
  margin-top: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.i_cer-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.i_cer-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_cer_list li {
  position: relative;
  overflow: hidden;
}
.i_cer_list li::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.i_cer_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_cer_list li,
.i_cer_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_cer_list li:hover {
  transform: translateY(-6px);
}
.i_cer_list li:hover img {
  width: 110%;
  height: 110%;
}
@media screen and (max-width: 1024px) {
  .i_cer-prev,
  .i_cer-next {
    display: none;
  }
  .i_cer > img {
    width: 1rem;
    top: -30%;
  }
}
/* home_case */
.home_case_bac {
  background: url(static/images/bc_i_case.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
/* 合作伙伴 */
.case_partner {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1rem;
  position: relative;
}
.case_partner::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200%;
  height: 1px;
  background-color: #051557;
  z-index: -1;
}
.case_partner::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.25rem;
  height: 0.54rem;
  background: url("static/images/case.png") center no-repeat;
  background-size: contain;
  z-index: 2;
}
.case_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.case_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.case_partner_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}
.case_partner_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.case_partner_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
}
.case_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 89.55%;
}
.case_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case_partner_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case_partner_list h2 {
  margin: 0.3rem 0;
  font-size: 0.2rem;
  color: #222;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_partner_list li.swiper-slide-active {
  transform: scale(100%);
}
.case_partner_list li.swiper-slide-active h2 {
  font-weight: bold;
  color: var(--i_color);
}
.case_partner_list li {
  transform: scale(90%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .case_partner_list li {
    transform: scale(100%);
  }
}
/* 指示器 */
.case_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 20px auto 0;
}
.case_partner .pt-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.case_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: #051557;
}
/* 左右箭头 */
.case-button-prev,
.case-button-next {
  position: absolute;
  overflow: hidden;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border: 2px solid var(--i_color);
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  outline: none;
  background-color: #f2f3f5;
  transition: all 0.3s ease;
}
.case-button-prev:before,
.case-button-next:before {
  position: absolute;
  top: 45%;
  left: 50%;
  font-size: 0.2rem;
  color: var(--i_color);
  font-family: -apple-system, simsun, system-ui, sans-serif;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.case-button-prev {
  left: 4%;
}
.case-button-prev:before {
  content: "<";
}
.case-button-next {
  right: 4%;
}
.case-button-next:before {
  content: ">";
}
.case-button-prev::after,
.case-button-next::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--i_color2);
  transform: rotateZ(45deg);
  left: -40px;
  top: -40px;
  transition: all 0.5s ease;
  z-index: -1;
}
.case-button-prev:hover::after,
.case-button-next:hover::after {
  top: 0;
  left: 0;
}
.case-button-prev:hover,
.case-button-next:hover {
  border: 2px solid var(--i_color2);
}
.case-button-prev:hover::before,
.case-button-next:hover::before {
  color: white;
}
@media screen and (max-width: 1200px) {
  .case-button-prev,
  .case-button-next {
    display: none;
  }
  .case_partner .pt-pagination {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .case_partner .pt-pagination {
    margin: 14px auto 0;
  }
  .case_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .case_partner_list h2 {
    margin: 0.2rem 0;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .case_partner_list h2 {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
}
.i_hot_n {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--bc_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_hot_n .img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.i_hot_n .txt {
  width: 45%;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--border_color);
}
.i_hot_n .img::before {
  content: "";
  display: block;
  padding-bottom: 74.93%;
}
.i_hot_n .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_hot_n h5 {
  color: var(--i_color);
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_hot_n p {
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1024px) {
  .i_hot_n h5 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .i_hot_n h5 {
    font-size: 0.2rem;
  }
  .i_hot_n p {
    font-size: 0.15rem;
  }
  .i_hot_n .img,
  .i_hot_n .txt {
    width: 100%;
  }
  .i_hot_n .txt {
    padding: 0.2rem;
  }
}
.date {
  display: block;
  font-size: 16px;
  color: var(--i_color);
  margin-bottom: 10px;
  margin: 0.2rem 0;
}
.i_n_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.i_n_list li {
  width: calc((100% - 0.6rem) / 3);
  border-bottom: 1px solid var(--border_color);
  padding-bottom: 0.2rem;
  position: relative;
}
.i_n_list li::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--i_color);
  right: 0;
  bottom: -1px;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_n_list li:hover::after {
  width: 100%;
  left: 0;
  right: initial;
}
@media screen and (max-width: 560px) {
  .i_n_list li {
    width: 100%;
  }
}
.i_n_list .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.i_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 74%;
}
.i_n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_n_list a {
  display: block;
  color: var(--i_color);
}
.i_n_list h6 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 120%;
  margin: 0.2rem 0;
}
.i_n_list li:hover a {
  color: var(--i_color2);
}
@media screen and (max-width: 1024px) {
  .i_n_list h6 {
    margin: 0.1rem 0;
  }
}
.i_honor {
  position: relative;
}
.i_honor_list {
  position: relative;
  overflow: hidden;
}
.i_honor_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_honor_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.i_honor-prev,
.i_honor-next {
  display: none;
  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;
}
.i_honor-prev {
  left: 0;
  background: url(static/images/public/arrow_left_hollow_hei2.svg) no-repeat
    center;
  background-size: contain;
}
.i_honor-next {
  right: 0;
  background: url(static/images/public/arrow_right_hollow_hei2.svg) no-repeat
    center;
  background-size: contain;
}
.i_honor_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_honor-prev:hover,
.i_honor-next:hover {
  opacity: 0.6;
}
.i_honor-pagination {
  margin-top: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.i_honor-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: block;
  margin: 0 6px;
  background: #d5defa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.i_honor-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_honor_list li {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border: 6px solid #dfdfdf;
}
.i_honor_list li::before {
  content: "";
  display: block;
  padding-bottom: 143%;
}
.i_honor_list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_honor_list li:hover {
  border-color: #d5defa;
}
@media screen and (max-width: 1024px) {
  .i_honor-prev,
  .i_honor-next {
    display: none;
  }
}
/* ---------------------------内页------------------------------- */
.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;
  }
}
.in_banner {
  width: 100%;
  position: relative;
}
.in_banner .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.in_banner .img::before {
  content: "";
  display: block;
  padding-bottom: 26%;
}
.in_banner .img img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_b_text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 5;
  text-align: center;
}
.in_b_text h2 {
  text-transform: uppercase;
  font-size: 0.4rem;
  color: #fff;
  -webkit-text-stroke: 2px var(--i_color); /* 宽度 + 颜色 */
  font-weight: bold;
}
.breadcrumbs {
  display: -webkit-flex;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs a {
  font-size: 0.18rem;
  color: #fff;
  text-shadow:
    1px 1px 0 var(--i_color),
    -1px -1px 0 var(--i_color),
    1px -1px 0 var(--i_color),
    -1px 1px 0 var(--i_color);
}
.breadcrumbs a:not(:last-child):after {
  content: ">";
  margin: 0 0.06rem;
}
.breadcrumbs a:hover {
  color: var(--i_color3);
}
@media screen and (max-width: 1024px) {
  .in_b_text {
    top: 46%;
  }
  .in_b_text h2 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .in_b_text h2 {
    font-size: 0.26rem;
  }
  .breadcrumbs a {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 560px) {
  .in_b_text h2 {
    font-size: 0.2rem;
  }
  .breadcrumbs a {
    font-size: 0.16rem;
  }
}
.mao_box {
  padding: 0.3rem 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  position: relative;
  z-index: 20;
  background-color: var(--i_color3);
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
  border-radius: 0.2rem 0.2rem 0 0;
}
@media screen and (max-width: 1024px) {
  .a_mao {
    display: none;
  }
}
.in_nav {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.menu_list {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  position: relative;
}
.menu_list > li {
  margin: 0 3.5%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.35rem;
}
.menu_list > li a {
  position: relative;
  text-transform: uppercase;
  height: 100%;
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  font-size: 0.2rem;
  color: #222;
  transition: all 0.5s ease;
}
.menu_list > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menu_list > li > a::after {
  width: 0%;
  height: 2px;
  background-color: var(--i_color);
  bottom: -1px;
}
/* 锚点激活样式 */
.menu_list > li:hover a,
.menu_list .list.active a {
  color: var(--i_color);
  /* font-weight: bold; */
}
.menu_list .list.active a {
  font-weight: bold;
}
.menu_list li.active > a::after,
.menu_list > li:hover > a::after {
  width: 100%;
}
.mao_box .in_nav_tit {
  display: none;
}
.mao_box.navFix {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 0;
  top: calc(0.8rem + 40px);
  z-index: 100;
  width: 100%;
}
.mao_box .in_nav_tit {
  width: 100%;
  background-color: var(--i_color);
}
.mao_box .in_nav_tit h6 {
  font-size: 0.2rem;
  text-transform: uppercase;
  line-height: 0.5rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .mao_box {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .menu_list > li a {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 960px) {
  .mao_box {
    padding: 0;
  }
  .mao_box .in_nav_tit h6 {
    font-size: 0.16rem;
  }
  .mao_box .in_nav_tit {
    display: block;
  }
  .menu_list {
    display: none;
    padding: 0.1rem 0;
  }
  .mao_box.navFix {
    top: 0.6rem;
  }
  .in_nav {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .menu_list li {
    width: 100%;
    margin: 0.16rem 0;
  }
  .menu_list li:hover {
    background-color: var(--i_color);
    box-shadow: 0 0 0.2rem rgba(1, 158, 230, 0.3);
  }
  .menu_list li:hover a {
    color: white;
  }
  .menu_list > li a {
    font-size: 0.16rem;
  }
}
/* -------------列表页-------------- */
.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;
  }
  .p_menu_list li a {
    font-size: 0.16rem;
  }
}
.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 #ddd;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.84%;
}
.in_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: 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: 105%;
  height: 105%;
}
@media screen and (max-width: 1024px) {
  .in_p_r {
    width: 100%;
    margin: 0 0;
  }
}
@media screen and (max-width: 560px) {
  .in_p_list h6 {
    font-size: 15px;
  }
  .in_p_list p {
    font-size: 13px;
  }
}
.in_paging {
  text-align: center;
  overflow: hidden;
}
.in_paging ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.in_paging li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.in_paging a,
.in_paging span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.16rem;
  color: var(--i_color);
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}
.in_paging i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: var(--i_color);
}
.in_paging a:hover,
.in_paging .active_page a,
.in_paging .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .in_paging_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .in_paging li {
    min-width: 0.28rem;
  }
  .in_paging a,
  .in_paging span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .in_paging_box {
    margin-top: 0.3rem;
  }
}
.in_p_contact {
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}
.in_p_contact .wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.in_p_contact .ico {
  width: 1rem;
  height: 1rem;
  margin-right: 0.32rem;
}
.in_p_contact .ico img {
  width: 100%;
  height: 100%;
}
.in_p_contact h6 {
  width: 35%;
  font-size: 0.2rem;
  color: #333;
  line-height: 150%;
  margin-right: auto;
}
.in_p_contact .ico:hover {
  background-color: var(--i_color3);
}
@media screen and (max-width: 1024px) {
  .in_p_contact .ico {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
  }
  .in_p_contact h6 {
    width: 100%;
    margin: 0.2rem 0;
    text-align: center;
    font-size: 0.18rem;
  }
  .in_p_contact .i_more {
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
}
/* --------------------------------detail------------------------------------ */
.det_main {
  background: var(--bc_color);
}
.det_main .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/* atlas */
.p_atlas {
  width: 36%;
}
.p_atlas_list {
  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;
  overflow: hidden;
  background: #fff;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_atlas_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* thumbnail */
.p_thumbnail_list {
  width: 100%;
  margin: 0.2rem auto 0;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  flex-shrink: 0;
  padding-top: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_thumbnail_list .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid var(--i_color);
}
.p_thumbnail_list figure {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_thumbnail_list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_thumbnail_list .swiper-slide-thumb-active figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid var(--i_color);
}
.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.thumbnail-prev {
  left: -0.6rem;
}
.thumbnail-next {
  right: -0.6rem;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  color: #fff;
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
  color: var(--i_color);
}
.p_atlas_list:hover .thumbnail-prev {
  left: 0;
}
.p_atlas_list:hover .thumbnail-next {
  right: 0;
}
.thumbnail-pagination {
  margin-top: 0.1rem;
  text-align: center;
}
.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 0.14rem;
  color: #999;
}
@media screen and (max-width: 1024px) {
  .p_atlas {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.det_cont {
  margin-left: auto;
  width: 60%;
}
.p_name {
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-bottom: 4px solid var(--i_color);
}
.p_name h1 {
  font-size: 0.26rem;
  color: #000000;
  font-weight: 900;
}
.p_short_describe {
  margin: 0.2rem 0;
  background: #fff;
  padding: 0.1rem 0.2rem;
}
.p_short_describe dt {
  margin-top: 0.1rem;
}
.p_short_describe dt:first-child {
  margin-top: 0;
}
.det_contact {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.det_contact ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
.det_contact li {
  width: 2.4rem;
  text-align: center;
  border: 1px solid var(--i_color);
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
  cursor: pointer;
  overflow: hidden;
}
.det_contact li:first-child {
  background: var(--i_color);
}
.det_contact li p,
.det_contact li a {
  display: block;
  padding: 0.12rem 0.1rem;
  font-size: 0.16rem;
}
.det_contact li p {
  color: #fff;
}
.det_contact li a {
  color: #333;
}
.det_contact li:hover {
  background: var(--i_color2);
}
.det_contact li:hover a {
  color: #fff;
}
.det_contact dl {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.det_contact dt iconify-icon {
  font-size: 0.22rem;
  color: #999;
}
.det_contact dt:hover iconify-icon {
  color: var(--i_color);
}
.p_short_describe dt article {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.26rem;
  max-height: calc(0.26rem * 14);
  overflow-y: auto;
  padding-right: 2%;
  margin: 0.2rem 0;
}
.p_short_describe dt article * {
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin: 0;
}
.p_short_describe dt article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.p_short_describe dt article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.p_short_describe dt article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .p_short_describe dt article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
  .p_short_describe dt article * {
    font-size: 14px;
    line-height: 20px;
  }
}
.p_tags {
  margin-top: 0.16rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.p_tags p {
  margin-right: 4px;
  font-size: 16px;
}
.p_tags a {
  margin-right: 6px;
}
.p_tags a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .det_cont {
    width: 100%;
    margin: 0.3rem 0 0;
  }
  .p_name h1 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .p_name h1 {
    font-size: 0.2rem;
  }
  .det_contact ul {
    width: 100%;
    gap: 0 0.16rem;
  }
  .det_contact li {
    width: auto;
  }
  .det_contact li p,
  .det_contact li a {
    font-size: 14px;
    padding: 0.12rem 0.2rem;
  }
  .det_contact dl {
    margin: 0.2rem 0 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .p_name h1 {
    font-size: 0.17rem;
  }
}
.model {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 4px;
}
.model h6 {
  font-size: 0.18rem;
  font-weight: bold;
}
.model p {
  font-size: 0.18rem;
  font-weight: bold;
  color: var(--i_color);
}
.det_content_cont .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.det_content_cont h5 {
  background: var(--i_color2);
  padding: 8px 20px;
  margin-bottom: 20px;
  font-size: 0.22rem;
  color: #fff;
}
.det_content_list {
  width: 66%;
}
@media screen and (max-width: 1024px) {
  .det_content_list {
    width: 100%;
  }
}
.pd_tit {
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 20px;
}
.pd_tit span {
  display: table;
  padding: 0.14rem 0.36rem;
  background-color: var(--i_color);
  -webkit-border-radius: 0.36rem 0 0 0;
  border-radius: 0.36rem 0 0 0;
  font-size: 0.22rem;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .pd_tit span {
    padding: 0.1rem 0.3rem;
    font-size: 0.2rem;
    -webkit-border-radius: 0.26rem 0 0 0;
    border-radius: 0.26rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .pd_tit span {
    padding: 6px 0.2rem;
    font-size: 0.18rem;
    -webkit-border-radius: 0.16rem 0 0 0;
    border-radius: 0.16rem 0 0 0;
  }
}
.detail article {
  font-size: 0.16rem;
  line-height: 170%;
}
.detail article p {
  font-size: 0.16rem;
  line-height: 170%;
  min-height: 20px;
}
.detail article strong {
  font-weight: bold;
}
.detail article h2,
.detail article h2 * {
  font-size: 0.24rem;
  margin: 0.2rem 0 0.1rem;
}
.detail article img,
.detail article iframe {
  max-width: 100%;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.detail .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}
.detail .wp-block-table::-webkit-scrollbar {
  height: 8px;
}
.detail .wp-block-table::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.detail .wp-block-table::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.detail .wp-block-table::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.detail .wp-block-table table {
  min-width: 700px;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 1024px) {
  .detail article h2,
  .detail article h2 * {
    font-size: 0.2rem;
  }
}
.accessory {
  background-color: var(--bc_color);
}
/* 配件轮播 */
.acc_list {
  padding: 0.6rem 0;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.acc_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.acc_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.acc-button-prev,
.acc-button-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.65rem;
  height: 0.65rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acc-pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .acc-pagination {
    display: block;
    text-align: center;
    margin-top: 0.3rem;
  }
}
.acc-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  outline: none;
  cursor: pointer;
}
.acc-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.acc_list li {
  background-color: var(--i_color3);
  border: 1px solid #d8d8d8;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.acc_list .img {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.acc_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.acc_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.acc_list .txt {
  width: 50%;
}
.acc_list h6 {
  font-size: 0.24rem;
  color: var(--i_color);
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.acc_list p {
  font-size: 0.16rem;
  color: var(--font_color);
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .acc_list h6 {
    font-size: 0.2rem;
  }
  .acc_list p {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .acc_list .txt {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .acc_list .txt {
    width: 100%;
    padding: 0 0.1rem;
  }
}
/* Related Product轮播 */
.r_p {
  position: relative;
}
.r_p_list {
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.r_p_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.r_p_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.rp-button-prev,
.rp-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.65rem;
  height: 0.65rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rp-button-prev {
  left: 8%;
  background: url(static/images/public/arrow_left_long_hei.svg) no-repeat center;
  background-size: 30px;
}
.rp-button-next {
  right: 8%;
  background: url(static/images/public/arrow_right_long_hei.svg) no-repeat
    center;
  background-size: 30px;
}
.rp-button-prev:hover {
  background: url(static/images/public/arrow_left_long_bai.svg) no-repeat center;
  background-size: 30px;
}
.rp-button-next:hover {
  background: url(static/images/public/arrow_right_long_bai.svg) no-repeat
    center;
  background-size: 30px;
}
.rp-button-prev:hover,
.rp-button-next:hover {
  background-color: var(--i_color);
}
.rp-pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .rp-button-prev,
  .rp-button-next {
    display: none;
  }
  .rp-pagination {
    margin-top: 0.2rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.rp-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: block;
  margin: 0 6px;
  background: #ccc;
  outline: none;
  cursor: pointer;
}
.rp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .rp-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
}
.r_p_list a {
  display: block;
  width: 100%;
}
.r_p_list h6 {
  font-size: 0.18rem;
  color: #222;
  font-weight: bold;
  margin: 0.22rem 0.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .r_p_list h6 {
    font-size: 0.16rem;
    margin: 0.12rem 0;
  }
}
.r_p_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.r_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.r_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.pd_faq {
  background: url(static/images/bc_ip.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.pd_faq h6 {
  font-size: 0.36rem;
  color: #222;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #d8d8d8;
}
.pd_faq_list li {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.15rem;
  overflow: hidden;
  padding: 0.2rem 0;
}
.pd_faq_list .txt {
  width: 100%;
}
.pd_faq_list h3 {
  font-size: 0.2rem;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  line-height: 150%;
}
.pd_faq_list h3 i {
  width: 20px;
  height: 20px;
  background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
    center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_faq_list .curr i {
  transform: translateY(-50%) rotate(180deg);
}
.pd_faq_list p {
  display: none;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 160%;
  color: #626262;
}
@media screen and (max-width: 1440px) {
  .pd_faq h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .pd_faq h6 {
    font-size: 0.24rem;
  }
  .pd_faq_list h3 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .pd_faq h6 {
    font-size: 0.2rem;
  }
  .pd_faq_list li {
    padding: 0.12rem 0;
  }
  .pd_faq_list h3 {
    font-size: 0.16rem;
  }
  .pd_faq_list p {
    font-size: 14px;
  }
}
/* -------------------about--------------------------- */
.a_company .wrap {
  display: -webkit-flex;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.a_company .img {
  width: 46%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.a_company .img::before {
  content: "";
  display: block;
  padding-bottom: 105%;
}
.a_company .img > img {
  width: 98%;
  height: 98%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.i_ab_num {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i_ab_num li {
  width: 33.33%;
  text-align: center;
  padding: 0 0.2rem;
}
.i_ab_num li:not(:nth-child(3)) {
  border-right: 1px solid var(--border_color);
}
.i_ab_num h5 {
  font-size: 0.4rem;
  margin-bottom: 0.16rem;
}
.i_ab_num span {
  font-size: 0.5rem;
}
.i_ab_num p {
  font-size: 13px;
  text-transform: uppercase;
}
.i_ab_num li:hover h5,
.i_ab_num li:hover span {
  color: var(--i_color);
}
.in_ab_t {
  width: 46%;
}
.in_ab_t .i_tit {
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.in_ab_t .i_tit h5 {
  font-size: 1.3rem;
  color: transparent;
  position: absolute;
  bottom: -30px;
  left: 0%;
  color: #fff;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.08),
    1px -1px 0 rgba(0, 0, 0, 0.08),
    -1px 1px 0 rgba(0, 0, 0, 0.08),
    1px 1px 0 rgba(0, 0, 0, 0.08);
  z-index: -1;
}
.in_ab_t article {
  color: #333;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 10);
  overflow-y: auto;
  padding-right: 2%;
}
.in_ab_t article * {
  margin: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.in_ab_t article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.in_ab_t article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.in_ab_t article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .in_ab_t article {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }
  .in_ab_t article * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_ab_t article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
  .in_ab_t article * {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .in_ab_t h6 {
    font-size: 0.22rem;
  }
  .in_ab_t {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .a_company .img {
    width: 50%;
    margin: 0.3rem auto;
  }
  .i_ab_num h5 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .i_ab_num span {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 560px) {
  .in_ab_t .i_tit h5 {
    font-size: 90px;
  }
  .a_company .img {
    width: 100%;
  }
  .i_ab_num span {
    font-size: 0.2rem;
  }
}
.in_ad {
  background: url(static/images/bc_ipp.webp) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.in_ad::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
}
.advantage {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.ad_list {
  width: 47%;
}
.ad_img {
  width: 50%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
.ad_img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.ad_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ad_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.3rem;
  background-color: var(--i_color3);
  padding: 0.2rem 0.3rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.ad_list h3 {
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #222;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  line-height: 150%;
}
.ad_list p {
  margin: 0.1rem 0;
  font-size: 0.16rem;
  line-height: 150%;
  color: var(--font_color);
}
.ad_list li {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ad_list li:hover {
  transform: translateY(-8px);
}
@media screen and (max-width: 1024px) {
  .ad_list {
    width: 100%;
  }
  .ad_img {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .ad_list h3 {
    font-size: 0.2rem;
  }
  .ad_list li {
    padding: 0.2rem 0.1rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .ad_list h3 {
    font-size: 0.16rem;
  }
  .ad_list p {
    font-size: 14px;
  }
}
/* Environment & Workshop */
.in_ew {
  background: -webkit-linear-gradient(top, transparent, #e7e7e7);
  background: linear-gradient(to bottom, transparent, #e7e7e7);
}
.ew_list {
  position: relative;
  overflow: hidden;
}
.ew_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.ew_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ew_list .swiper-slide-active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.ew_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ew_list .img::before {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.ew_list .img img {
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ew_list li:nth-child(1) .img::before,
.ew_list li:nth-child(2) .img::before {
  padding-bottom: 46%;
}
.ew_list .swiper-slide-active .img img {
  opacity: 1;
}
.ew_list .swiper-slide-active:hover img {
  width: 110%;
  height: 110%;
}
.ew-prev,
.ew-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background: var(--i_color3);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ew-prev {
  left: 10%;
}
.ew-next {
  right: 10%;
}
.ew-prev iconify-icon,
.ew-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.34rem;
  color: #666;
}
.ew_list .swiper-button-disabled {
  cursor: not-allowed;
}
.ew-prev:hover,
.ew-next:hover {
  background: var(--i_color);
}
.ew-prev:hover iconify-icon,
.ew-next:hover iconify-icon {
  color: #fff;
}
.ew-pagination {
  margin-top: 0.2rem;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.ew-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: block;
  margin: 0 6px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.ew-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .ew-prev,
  .ew-next {
    display: none;
  }
  .ew-pagination {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ew_list .txt p {
    font-size: 0.15rem;
  }
}
.ack_list {
  position: relative;
  overflow: hidden;
}
.ack_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.ack_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.ack-prev,
.ack-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;
}
.ack-prev {
  left: 0;
  background: url(static/images/public/arrow_left_hollow_hei2.svg) no-repeat
    center;
  background-size: contain;
}
.ack-next {
  right: 0;
  background: url(static/images/public/arrow_right_hollow_hei2.svg) no-repeat
    center;
  background-size: contain;
}
.ack_list .swiper-button-disabled {
  cursor: not-allowed;
}
.ack-prev:hover,
.ack-next:hover {
  opacity: 0.6;
}
.ack-pagination {
  margin-top: 0.3rem;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ack-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;
}
.ack-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.ack_list li {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.ack_list li::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.ack_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .ack-prev,
  .ack-next {
    display: none;
  }
}
.certy_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.certy_list li {
  width: calc(100% / 4 - 0.225rem);
  margin-right: 0.3rem;
  margin-bottom: 0.5rem;
}
.certy_list li:nth-child(4n) {
  margin-right: 0;
}
.certy_list .img {
  position: relative;
  overflow: hidden;
  border: 10px solid var(--i_color3);
}
.certy_list .img::before {
  content: "";
  display: block;
  padding-bottom: 140.58%;
}
.certy_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.certy_list p {
  font-size: 0.18rem;
  margin: 0.2rem 0;
  text-align: center;
}
.certy_list .img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.certy_list li:hover .img {
  border-color: var(--i_color2);
}
@media screen and (max-width: 1024px) {
  .certy_list {
    justify-content: space-between;
  }
  .certy_list li {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 0.2rem;
  }
  .certy_list p {
    font-size: 14px;
  }
}
.expand_btn {
  font-size: 0.2rem;
  color: #666;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.expand_btn:hover {
  color: var(--i_color);
}
/*  */
.arrow {
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
}
.arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--i_color);
  border-right: 2px solid var(--i_color);
  transform: rotate(45deg);
  margin: -6px 0;
  animation: animate28797 2s infinite;
}
.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate28797 {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-8px, -8px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(8px, 8px);
  }
}
/* ---------------------service-------------------- */
.oem {
  position: relative;
}
.oem > img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1;
  max-width: 100%;
}
.oem .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oem h6 {
  font-size: 0.3rem;
  text-transform: uppercase;
  font-weight: bold;
  background-image: linear-gradient(to bottom, var(--i_color), #10298f);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  margin-bottom: 0.5rem;
}
.oem .img {
  width: 43%;
}
.oem .img img {
  width: 100%;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.oem .txt {
  width: 50%;
}
.oem p {
  font-size: 0.18rem;
  color: var(--font_color);
  margin-bottom: 0.1rem;
}
.oem_num {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oem_num li {
  width: 50%;
  margin-bottom: 0.8rem;
}
.oem_num h5 {
  font-size: 0.28rem;
  margin-bottom: 0.16rem;
}
.oem_num span {
  font-size: 0.8rem;
  font-weight: bold;
}
.oem_num p {
  font-size: 0.18rem;
  color: #000;
  text-transform: uppercase;
}
.oem_num li:hover h5,
.oem_num li:hover span {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .oem_num span {
    font-size: 0.7rem;
  }
  .oem_num li {
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .oem h6 {
    font-size: 0.26rem;
    margin-bottom: 0.36rem;
  }
  .oem_num span {
    font-size: 0.5rem;
  }
  .oem_num li {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 959px) {
  .oem h6 {
    margin-bottom: 0.2rem;
  }
  .oem .img {
    width: 100%;
  }
  .oem .txt {
    width: 100%;
    margin: 0.2rem 0;
  }
}
.agency {
  background: url(static/images/bc_agency.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 1rem 0 2rem;
}
.agency_list {
  margin-top: -1.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.agency_list li {
  width: 48%;
  padding: 0.5rem 0.3rem;
  background: linear-gradient(white, var(--i_color3));
}
.agency_list span {
  display: inline-block;
  font-size: 0.24rem;
  color: var(--i_color);
  padding: 0.1rem 0.3rem;
  -webkit-border-radius: 0.6rem;
  border-radius: 0.6rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid var(--i_color);
  margin-bottom: 0.2rem;
}
.agency_list p {
  font-size: 0.16rem;
  color: var(--font_color);
  margin-bottom: 0.1rem;
  position: relative;
  padding-left: 0.2rem;
  line-height: 150%;
}
.agency_list p::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--i_color);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 959px) {
  .agency_list li {
    width: 100%;
  }
  .agency_list span {
    font-size: 0.18rem;
  }
}
.service {
  position: relative;
}
.service > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 100%;
}
.service .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service .img_list {
  width: 48%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.service .img_list li:first-child {
  width: 33%;
}
.service .img_list li:last-child {
  width: 66%;
}
.service .img_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ser {
  width: 48%;
}
.ser_list {
  position: relative;
  padding-left: 0.4rem;
}
.ser_list li {
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.ser_list h6 {
  font-size: 0.2rem;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.ser_list p {
  font-size: 0.16rem;
  color: var(--font_color);
  line-height: 150%;
  display: none;
}
.ser_list li.curr p {
  display: block;
}
.ser_list li.curr h6 {
  color: var(--i_color);
}
@media screen and (max-width: 959px) {
  .service .img_list,
  .ser {
    width: 100%;
  }
  .ser_list {
    padding-left: 0.3rem;
  }
}
.ser_list {
  --sp_height: calc(100% / 3);
}
.ser_list::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--border_color);
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 1;
}
.process_s {
  width: 2px;
  height: 0px;
  background-color: var(--i_color);
  position: absolute;
  top: 0;
  left: 0%;
  transition: 0.8s;
  z-index: 2;
}
.ser_list li:nth-child(1):hover ~ .process_s {
  height: calc(var(--sp_height) * 1);
}
.ser_list li:nth-child(2):hover ~ .process_s {
  height: calc(var(--sp_height) * 2);
}
.ser_list li:nth-child(3):hover ~ .process_s {
  height: calc(var(--sp_height) * 3);
}
/* quote */
.o_quote_box {
  position: relative;
  background: url(static/images/bc_o_form.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.o_quote_box h6 {
  font-size: 0.16rem;
  color: #222;
  text-align: center;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 1025px) {
  .o_quote_box h6 {
    width: 60%;
    margin: 0.2rem auto;
    line-height: 150%;
  }
}
@media screen and (max-width: 1024px) {
  .o_quote_box {
    padding-bottom: 0.8rem;
  }
  .o_quote_box h6 {
    color: var(--font_color);
    font-size: 13px;
    margin-bottom: 0.2rem;
  }
}
/* 表单 */
#wpforms-219 {
  --input_font_size: 16px;
  --input_height: 60px;
}
#wpforms-219 {
  background-color: #fff;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  padding: 0.6rem 0.5rem;
}
#wpforms-219 input,
#wpforms-219 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-219 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-219 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 16px;
  left: 0;
}
#wpforms-219 .wpforms-required-label {
  font-size: 16px;
  color: #f00;
}
#wpforms-219 .wpforms-field {
  position: relative;
  background: transparent;
  margin-bottom: 10px;
  padding-bottom: 14px;
  overflow: hidden;
}
#wpforms-219 .wpforms-field-container > div {
  width: 49%;
}
#wpforms-219 .wpforms-field-container > div:nth-child(3) {
  width: 100%;
}
#wpforms-219 input,
#wpforms-219 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  height: var(--input_height);
  box-sizing: border-box;
  border: none;
  background-color: #f1f1f1;
  padding: 0 10px;
}
#wpforms-219 input {
  line-height: var(--input_height);
}
#wpforms-219 textarea {
  line-height: 22px;
  height: 1.6rem;
  padding: 10px;
}
#wpforms-219 input::-webkit-input-placeholder,
#wpforms-219 textarea::-webkit-input-placeholder {
  color: #222;
  font-size: 0.14rem;
}
#wpforms-219 input::-moz-placeholder,
#wpforms-219 textarea::-moz-placeholder {
  color: #222;
  font-size: 0.14rem;
}
#wpforms-219 input::-ms-input-placeholder,
#wpforms-219 textarea::-ms-input-placeholder {
  color: #222;
  font-size: 0.14rem;
}
#wpforms-219 #wpforms-219-field_1-error,
#wpforms-219 #wpforms-219-field_2-error,
#wpforms-219 #wpforms-219-field_3-error,
#wpforms-219 #wpforms-219-field_4-error,
#wpforms-219 #wpforms-219-field_5-error,
#wpforms-219 #wpforms-219-field_6-error {
  position: absolute;
  font-size: 14px;
}
#wpforms-219 .wpforms-field-container {
  width: 100%;
  margin-bottom: 0.2rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#wpforms-219 .wpforms-submit-container button {
  display: table;
  margin: 0.3rem auto;
  padding: 0.2rem 0.7rem;
  -webkit-border-radius: 0.4rem 0 0 0;
  border-radius: 0.4rem 0 0 0;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.5s ease;
  overflow: hidden;
}
#wpforms-219 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-219 .wpforms-submit-container button::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 40%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s ease;
  z-index: -1;
}
#wpforms-219 .wpforms-submit-container button:hover::before {
  top: -10%;
}
#wpforms-219 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
@media screen and (max-width: 1024px) {
  #wpforms-219 {
    padding: 0.3rem;
  }
  #wpforms-219 .wpforms-field-container > div {
    width: 100%;
  }
  #wpforms-219 .wpforms-submit-container button {
    padding: 0.12rem 0.3rem;
    font-size: 16px;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }
}
/* -----------------case------------------ */
.case_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
}
.case_list li {
  position: relative;
  width: calc((100% - 0.6rem) / 4);
}
.case_list a {
  display: block;
  width: 100%;
}
.case_list .img {
  position: relative;
  overflow: hidden;
}
.case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.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;
  margin: 0.2rem 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .case_list li {
    width: calc(50% - 0.1rem);
  }
  .case_list p {
    font-size: 14px;
  }
}
/*----------------------------------- news-------------------- */
.news_ul {
  margin-top: 0.6rem;
}
.news_ul li:first-child {
  border-top: 1px solid #d8d8d8;
}
.news_ul li {
  padding: 0.3rem 0%;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.news_ul li a {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_ul_img {
  position: relative;
  width: 30%;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.news_ul_img::after {
  content: "";
  display: block;
  padding-bottom: 47.49%;
}
.news_ul_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_ul_text {
  width: 68%;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.news_ul_text .ip_btn {
  margin-right: auto;
}
.news_ul_text h3 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.news_ul_text h4 {
  font-size: 0.18rem;
  font-weight: normal;
  color: var(--font_color);
  margin: 0.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_ul_text h5 {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #333333;
  margin-bottom: 0.1rem;
  font-weight: normal;
}
.news_ul li,
.news_ul h3,
.news_ul img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* .news_ul li:hover .ip_btn::after{width: 100%;} */
.news_ul li:hover {
  transform: translateY(-8px);
  border-color: var(--i_color2);
}
.news_ul li:hover h3 {
  color: var(--i_color);
}
.news_ul li:hover img {
  width: 105%;
  height: 105%;
}
@media screen and (max-width: 1200px) {
  .news_ul li {
    padding: 0.4rem 3%;
  }
  .news_ul_text h3 {
    font-size: 0.2rem;
  }
  .news_ul_text h4,
  .news_ul_text h5 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .news_ul_img {
    width: 80%;
    margin: 0 auto;
  }
  .news_ul_text {
    width: 100%;
    margin-top: 0.2rem;
  }
  .news_ul_text h4 {
    margin: 0.2rem 0;
  }
  .news_ul_img::after {
    padding-bottom: 50%;
  }
  .news_ul_text {
    padding-left: 0%;
  }
  .news_ul {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .news_ul_img {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
}
/* contact */
.contact {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.c_info {
  width: 42%;
}
.c_form {
  width: 54%;
  background-size: cover;
  padding: 0.4rem 0.6rem;
  background-size: cover;
}
.c_info h4 {
  font-size: 0.28rem;
  color: var(--i_color);
  font-weight: 400;
}
.c_list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.c_list .ico {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 2px;
  background: var(--bc_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.c_list .ico iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
}
.c_list .info {
  width: calc(100% - 0.78rem);
}
.c_list .info h6 {
  color: var(--font_color);
  font-size: 0.16rem;
}
.c_list .info a,
.c_list .info p {
  font-size: 0.18rem;
  font-weight: 400;
  display: block;
}
.c_list a:hover {
  color: var(--i_color2);
}
.c_list li,
.c_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c_list li:hover {
  border-color: var(--i_color2);
}
.c_list li:hover .ico {
  background: var(--i_color2);
}
.c_list li:hover .ico iconify-icon {
  color: #fff;
}
.c_info .f_media iconify-icon {
  color: #d1d1d1;
  display: block;
}
.c_info .f_media a:hover iconify-icon {
  color: var(--i_color2);
}
.c_form .i_tit > h4 {
  font-size: 0.3rem;
}
@media screen and (max-width: 1440px) {
  .c_info h4 {
    font-size: 0.2rem;
  }
  .c_form {
    padding: 0.2rem 0.3rem;
  }
  .c_form .i_tit > h4 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .c_info,
  .c_form {
    width: 100%;
  }
  .c_list .info a,
  .c_list .info p {
    font-size: 0.16rem;
  }
  .c_form {
    padding: 0.1rem;
  }
  .c_list li {
    padding: 0.2rem 0;
  }
}
#wpforms-122 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-122 {
  margin: 0;
  padding: 0;
}
#wpforms-form-122 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-122 .wpforms-field {
  padding: 0;
  margin-bottom: 39px;
  position: relative;
}
#wpforms-122 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}
#wpforms-122 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-122 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-122 .wpforms-field-container > div {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #wpforms-122-field_1-container,
  #wpforms-122-field_2-container {
    width: 49% !important;
  }
}
#wpforms-122 .wpforms-field-container input,
#wpforms-122 textarea,
#wpforms-122 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid var(--border_color);
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}
#wpforms-122 input {
  line-height: var(--input_height);
}
#wpforms-122 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-122 input::-webkit-input-placeholder,
#wpforms-122 textarea::-webkit-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-122 input::-moz-placeholder,
#wpforms-122 textarea::-moz-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-122 input::-ms-input-placeholder,
#wpforms-122 textarea::-ms-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-122-field_1-error,
#wpforms-122-field_2-error,
#wpforms-122-field_3-error,
#wpforms-122-field_4-error,
#wpforms-122-field_5-error,
#wpforms-122-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-122 .wpforms-submit-container {
  width: 80%;
  margin: 0 auto;
}
#wpforms-122 .wpforms-submit-container button {
  padding: 6px 0.5rem;
  display: block;
  margin: 20px auto 0;
  font-size: 0.2rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: var(--i_color);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-47 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}
#wpforms-47 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-47 .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%);
}
@media screen and (max-width: 560px) {
  .map::before {
    padding-bottom: 45vh;
  }
}
/* ---------------------新闻详情页------------------ */
.in_news_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.3rem 0;
}
.post_recommend {
  flex-shrink: 0;
  width: 4rem;
  margin-left: auto;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #ddd;
}
.post_content {
  width: calc(100% - 4.5rem);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.post_recommend h3 {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .post_recommend,
  .post_content {
    width: 100%;
  }
  .post_recommend {
    padding: 20px 10px;
  }
}
.post_recommend_list {
}
.post_recommend_list li {
}
.post_recommend_list li:not(:last-child) {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.post_recommend_list a {
  display: block;
  width: 100%;
}
.post_recommend_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.post_recommend_list .img::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.post_recommend_list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post_recommend_list {
  margin: 14px 0 10px;
}
.post_recommend_list p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post_recommend_list li:hover img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.post_recommend_list li:hover p {
  color: var(--i_color);
}
.new_form_cont {
  background: #f7f7f7;
  margin-top: 0.3rem;
  padding: 0.2rem;
  position: relative;
}
.new_form_cont::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background: linear-gradient(to top, var(--i_color), var(--i_color2));
  position: absolute;
  right: 0;
  top: 0;
}
.new_form_cont p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
#wpforms-124 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-124 {
  margin: 0;
  padding: 0;
}
#wpforms-form-124 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-124 input,
#wpforms-124 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-124 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-124 .wpforms-field-label {
  font-size: 0;
}
#wpforms-124 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-124 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-124 .wpforms-field-container input,
#wpforms-124 textarea,
#wpforms-124 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid transparent;
  background: #fff;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-124 .wpforms-field-container input:hover,
#wpforms-124 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-124 input {
  line-height: var(--input_height);
}
#wpforms-124 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-124-field_1-container,
#wpforms-124-field_2-container {
  width: 49% !important;
}
#wpforms-124 input::-webkit-input-placeholder,
#wpforms-124 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-124 input::-moz-placeholder,
#wpforms-124 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-124 input::-ms-input-placeholder,
#wpforms-124 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-124-field_1-error,
#wpforms-124-field_2-error,
#wpforms-124-field_3-error,
#wpforms-124-field_4-error,
#wpforms-124-field_5-error,
#wpforms-124-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-124 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-124 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#wpforms-124 .wpforms-submit-container button {
  display: block;
  width: 100%;
  font-size: 0.16rem;
  padding: 10px 0;
  color: #fff;
  background: var(--i_color2);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-124 .wpforms-submit-container button:hover {
  background: var(--i_color);
}
#wpforms-124 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
/* 容器段落 */
.pwd-wrapper {
  margin: 30px 0;
  font-size: 14px;
  color: #333;
}
.pwd-wrapper p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.pwd-wrapper p a:hover {
  text-decoration: underline;
}
/* 输入框 */
#pwdInput {
  padding: 8px 12px;
  width: 180px;
  border: 1px solid #bbb;
  border-radius: 4px 0 0 4px;
  outline: none;
  transition: border 0.2s;
}
#pwdInput:focus {
  border-color: #000;
}
/* 按钮 */
#unlockBtn {
  padding: 8px 18px;
  margin-left: -1px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.2s;
}
#unlockBtn:hover {
  background: #333;
}
/* 错误提示（可选） */
#pwdHint {
  margin-left: 8px;
  font-size: 12px;
  color: #e60000;
}
.download-ul {
}
.download-item {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.25s;
  margin-bottom: 20px;
}
.download-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.download-card {
  padding: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.download-icon {
  font-size: 0.3rem;
  color: #333;
}
.download-info h4 {
  margin: 0 0 4px;
  font-size: 16px;
}
.download-info small {
  display: block;
  color: #999;
  font-size: 12px;
}
/* 密码条：默认隐藏 */
.pwd-bar {
  display: none;
}
.pwd-bar input {
  font-size: 16px;
  padding: 6px 10px;
  width: 140px;
  border: 1px solid #bbb;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.pwd-bar button {
  font-size: 16px;
  padding: 6px 14px;
  margin-left: -1px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.pwd-bar button:hover {
  background: #333;
}
.pwd-hint {
  margin-left: 8px;
  font-size: 12px;
  color: #e60000;
}
.top1 {
  width: 100%;
  background: #20295d;
  position: relative;
}
.top1 a,
.top1 span {
  display: block;
}
.top1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255 255 255 / 15%);
}
.top1 .top_wrap {
  height: 40px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_contact {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}
.top_contact > p {
  font-size: 14px;
  color: #fff;
}
.top_contact ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.top_contact li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.top_contact iconify-icon {
  font-size: 0.2rem;
  color: #fff;
}
.top_contact span {
  margin-left: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_contact span,
.top_contact span a {
  font-size: 14px;
  color: #fff;
}
.top_contact span a:hover {
  color: var(--i_color);
}
.top_media {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.14rem;
}
.top_media li {
}
.top_media iconify-icon {
  display: block;
  font-size: 0.2rem;
  color: rgb(255 255 255 / 50%);
}
.top_media li:hover iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1366px) {
  .top_contact > p {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.ip_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ip_list li {
  width: calc((100% - 30px) / 4);
}
.ip_list a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0.2rem;
}
.ip_list h3 {
  margin: 0.2rem 0;
  font-size: 0.18rem;
  color: var(--i_color);
}
.ip_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.ip_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ip_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ip_list li:hover img {
  width: 120%;
  height: 120%;
}
@media screen and (max-width: 1024px) {
  .ip_list a {
    padding: 0.14rem;
  }
  .ip_list li {
    width: calc((100% - 10px) / 2);
  }
  .ip_list h3 {
    font-size: 0.16rem;
  }
}
/* -----------laundry----------- */
.laundry_guide_mod {
  padding: 80px 0;
  background: #fff;
}
.i_tit .sub {
  font-size: 14px;
  color: #0056b3;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
.i_tit .line {
  width: 40px;
  height: 3px;
  background: #0056b3;
  margin: 0 auto 20px;
}
.i_tit .intro {
  color: #777;
  font-size: 16px;
  line-height: 1.6;
}
.guide_content_stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.guide_card {
  border: 1px solid #eee;
  padding: 40px;
  transition: all 0.3s ease;
}
.guide_card:hover {
  border-color: #0056b3;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.card_head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.card_head .num {
  font-size: 32px;
  font-weight: 800;
  color: #eef2f6;
}
.card_head h3 {
  font-size: 24px;
  color: #1a1a1a;
  margin: 0;
}
.card_body p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}
.sorting_lists .list_item {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  color: #444;
}
.pro_box {
  background: #f8f9fb;
  padding: 20px;
  border-left: 4px solid #0056b3;
  margin-top: 20px;
}
.londrex_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.londrex_table th {
  background: #f4f7fa;
  text-align: left;
  padding: 15px;
  font-size: 14px;
  color: #333;
}
.londrex_table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.t_blue {
  color: #0056b3;
  font-weight: bold;
}
.workflow_steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.w_step strong {
  color: #0056b3;
  display: block;
  margin-bottom: 8px;
}
.guide_card.dark_theme {
  background: #1a1a1a;
  color: #fff;
  border: none;
}
.guide_card.dark_theme h3 {
  color: #fff;
}
.guide_card.dark_theme p {
  color: #ccc;
}
.guide_card.dark_theme .num {
  color: #333;
}
.more_btn {
  display: inline-block;
  padding: 12px 30px;
  background: #0056b3;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.more_btn:hover {
  background: #004494;
}
@media (max-width: 768px) {
  .workflow_steps {
    grid-template-columns: 1fr;
  }
  .guide_card {
    padding: 20px;
  }
}
.lan_img {
  width: 80%;
  margin: 0.3rem auto;
  text-align: center;
}
.lan_img img {
  max-width: 100%;
  object-fit: contain;
}
.laundry_guide_mod {
  font-size: 0.18rem;
}
.stain_guide_section {
  padding: 80px 0;
}
.stain_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.stain_card {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-direction: column;
  border: 1px solid #eeeeee;
  padding: 30px;
  transition: all 0.3s ease;
  background: #fdfdfd;
}
.stain_card:hover {
  border-color: #0056b3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.stain_txt h3 {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}
.stain_txt p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}
.stain_diagram {
  background: #f4f7fa;
  border: 1px dashed #cccccc;
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: #888;
  font-style: italic;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stain_diagram img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .stain_card.highlight {
  background: #f0f7ff;
  border-color: #0056b3;
}
.stain_card.warning {
  border-left: 4px solid #e74c3c;
} */
@media (max-width: 560px) {
  .stain_card {
    width: 100%;
  }
}
/* -------------------------------------- 侧边客服 -------------------------------------- */
.aside_right {
  position: fixed;
  right: 10px;
  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: 3px;
  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-118 {
  --input_font_size: 16px;
  --input_height: 42px;
}
#wpforms-118 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-118 {
  width: 100%;
  overflow: hidden;
}
#wpforms-118 input,
#wpforms-118 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-118 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-118 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-118 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #wpforms-118-field_1-container,
  #wpforms-118-field_2-container {
    width: 49%;
  }
}
#wpforms-118 .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-118 .wpforms-field {
  position: relative;
}
#wpforms-118 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}
#wpforms-118 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 14px;
  color: red;
}
#wpforms-118 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 12px !important;
}
#wpforms-118 .wpforms-field {
  width: 100%;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}
#wpforms-118 input {
  height: var(--input_height);
}
#wpforms-118 textarea {
  min-height: 100px;
}
#wpforms-118 input,
#wpforms-118 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-118 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-118 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-118 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-118 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-118 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-118 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-118 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-118 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-118 #wpforms-118-field_1-error,
#wpforms-118 #wpforms-118-field_2-error,
#wpforms-118 #wpforms-118-field_3-error,
#wpforms-118 #wpforms-118-field_4-error {
  position: absolute;
  font-size: 14px;
}
#wpforms-118 .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-118 .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-118 .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;
  }
}
.pd_menu_cont {
  padding: 0.2rem 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  position: relative;
  z-index: 20;
  background-color: #464646;
}
.pd_in_nav {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.pd_menu_list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 0 0.2rem;
  position: relative;
}
.pd_menu_list > li {
  width: 18%;
  border: 1px solid #ffffff;
}
.pd_menu_list > li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}
/* 锚点激活样式 */
.pd_menu_list > li:hover a,
.pd_menu_list > li.active a {
  background: var(--i_color);
}
.pd_menu_list > li.active a {
  font-weight: bold;
}
.pd_menu_cont.navFix {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 0;
  top: calc(0.8rem + 40px);
  z-index: 100;
  width: 100%;
}
.pd_in_nav_tit {
  width: 100%;
  background-color: var(--i_color);
}
.pd_in_nav_tit h6 {
  font-size: 0.2rem;
  text-transform: uppercase;
  line-height: 0.5rem;
  color: white;
  text-align: center;
}
.pd_in_nav_tit .ico {
  font-size: 0.2rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pd_menu_cont .pd_in_nav_tit {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pd_menu_list {
    padding: 0.1rem 0;
    gap: 0;
  }
  .pd_menu_list li {
    width: auto;
    margin: 0.16rem 0;
  }
  .pd_menu_list li:hover {
    background-color: var(--i_color);
    box-shadow: 0 0 0.2rem rgba(1, 158, 230, 0.3);
  }
  .pd_menu_list li:hover a {
    color: white;
  }
  .pd_menu_list > li a {
    font-size: 0.16rem;
    font-weight: normal;
    padding: 4px 20px;
  }
}
@media screen and (max-width: 560px) {
  .pd_menu_list > li a {
    font-size: 14px;
  }
}
.faq_group {
  margin: 0.6rem 0;
}
.faq_tag {
  display: table;
  background-color: var(--i_color);
  color: #ffffff;
  padding: 8px 25px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0.2rem;
}
.faq_item {
  margin-bottom: 30px;
}
.question {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
.answer {
  font-size: 15px;
  color: #666666;
  padding-left: 0;
}
.answer p {
  margin-bottom: 8px;
}
.answer strong {
  color: #333333;
}
@media (max-width: 768px) {
  .faq_group {
    margin: 0.4rem 0;
  }
  .faq_tag {
    font-size: 16px;
    padding: 6px 20px;
  }
  .question {
    font-size: 15px;
  }
}
.pagination {
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.pagination li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.pagination a,
.pagination span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.16rem;
  color: var(--i_color);
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}
.pagination i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: var(--i_color);
}
.pagination a:hover,
.pagination .current {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .pagination_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pagination li {
    min-width: 0.28rem;
  }
  .pagination a,
  .pagination span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
    font-size: 0.15rem;
  }
}

.sidebar_nav_container {
  padding: 0.2rem 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  position: relative;
  z-index: 20;
  background-color: #464646;
}

.sidebar_nav {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}

.sidebar_nav_list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 0.1rem 0.2rem;
  position: relative;
}

.sidebar_nav_list > li {
  width: 18%;
  border: 1px solid #ffffff;
}

.sidebar_nav_list > li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
}

/* 锚点激活样式 */
.sidebar_nav_list > li:hover a,
.sidebar_nav_list > li.active a {
  color: var(--i_color);
  background: #fff;
}

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

.sidebar_nav_container.navFix {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 0;
  top: calc(0.8rem + 40px);
  z-index: 100;
  width: 100%;
}

.sidebar_nav_header {
  width: 100%;
  background-color: var(--i_color);
}

.sidebar_nav_header h6 {
  font-size: 0.2rem;
  text-transform: uppercase;
  line-height: 0.5rem;
  color: white;
  text-align: center;
}

.sidebar_nav_header .sidebar_nav_arrow {
  font-size: 0.2rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sidebar_nav_container .sidebar_nav_header {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sidebar_nav_list > li a {
    font-size: 0.16rem;
    font-weight: normal;
    padding: 4px 0;
  }
}

@media screen and (max-width: 960px) {
  .sidebar_nav_container {
    padding: 0;
  }
  .sidebar_nav_container .sidebar_nav_header h6 {
    font-size: 0.16rem;
  }
  .sidebar_nav_container .sidebar_nav_header {
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sidebar_nav_list {
    display: none;
    padding: 0.1rem 0;
  }
  .sidebar_nav_container.navFix {
    top: 0.6rem;
  }
  .sidebar_nav {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .sidebar_nav_list li {
    width: 100%;
    margin: 0.16rem 0;
  }
  .sidebar_nav_list li:hover {
    background-color: var(--i_color);
    box-shadow: 0 0 0.2rem rgba(1, 158, 230, 0.3);
  }
  .sidebar_nav_list li:hover a {
    color: white;
  }
}
