/*
Theme Name: Aucma
Version: 1.0
Description: 安徽三鸟科技有限公司,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";

:root {
  --i_color: #e40011;
  --i_color2: #000;
  --top_header_height: 0.4rem;
  --header_height: 1rem;
  --border_color: rgba(0, 0, 0, 0.1);
  --f_menu_height: 50px;
}

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

  :root,
  header {
    --header_height: 0.6rem;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background-color: rgba(255, 255, 255, 0.5);
}

.TopHeader {
  --header_height: 0.8rem;
}

header.TopHeader {
  background-color: rgba(255, 255, 255, 0.9);
}

.wrap {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}

.wrap_top {
  padding: 0 3%;
}

* {
  box-sizing: border-box;
  line-height: 150%;
}

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

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

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

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

  .wrap_top {
    position: initial;
  }
}

.top_head {
  background: #393939;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.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;
  align-items: center;
}

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

.language_list {
  height: var(--top_header_height);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 0.2rem;
}

.language_list a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.top_cont {
  position: relative;
  z-index: 2013;
}

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

/* .TopHeader .top_cont {
	background: #222;
} */
@media screen and (max-width: 1024px) {
  header {
    top: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
}

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

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

.logo img {
  max-width: 2rem;
  max-height: 0.4rem;
  object-fit: contain;
}

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

@media screen and (max-width: 560px) {
  .logo img {
    max-width: 1.4rem;
  }
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    z-index: 2014;
  }

  .i_nav>li {
    position: relative;
    margin: 0 0.26rem;
  }

  .i_nav>li>a {
    display: block;
    font-size: 0.2rem;
    color: #333;
    line-height: var(--header_height);
    white-space: nowrap;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    text-transform: capitalize;
  }

  .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 {
    transition: all 0.3s ease;
    position: relative;
    color: var(--i_color);
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    border-top: 2px solid var(--i_color);
    background: #4f4f4f;
    min-width: 1.6rem;
    overflow: hidden;
  }

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

  .i_nav .sub-menu li::before,
  .i_nav .sub-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
  }

  .i_nav .sub-menu li::before {
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 8%);
  }

  .i_nav .sub-menu li::after {
    right: 0;
    width: 0;
    background: var(--i_color);
  }

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

  .i_nav .sub-menu a::before {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -0.16rem;
    width: 14px;
    height: 14px;
    background: url(static/images/arrow_right_hollow.svg) no-repeat center;
    background-size: contain;
  }

  .i_nav .sub-menu li:hover::after {
    right: initial;
    left: 0;
    width: 100%;
  }

  .i_nav .sub-menu li:hover a {
    left: 0.16rem;
  }

  .i_nav .sub-menu li:hover a {
    color: var(--i_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: 1440px) {
  .i_nav>li {
    margin: 0 0.2rem;
  }
}

@media screen and (max-width: 1366px) {
  .i_nav>li {
    margin: 0 0.16rem;
  }

  .i_nav>li>a {
    font-size: 0.15rem;
  }
}

@media screen and (max-width: 1200px) {
  .i_nav>li {
    margin: 0 0.14rem;
  }

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

@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
  }

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

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

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

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

  .i_nav>.menu-item-has-children i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    background: #f1f1f1;
  }

  .i_nav>.menu-item-has-children i::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.26rem;
    color: #222;
  }

  .i_nav>.menu-item-has-children i.on::before {
    content: "\f106";
  }

  .i_nav>li>a {
    padding: 0 0.2rem;
    font-size: 14px;
    color: #222;
    line-height: 0.54rem;
    text-transform: capitalize;
  }

  .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: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}

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

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

.nav_menu::before {
  top: 0;
}

.nav_menu::after {
  bottom: 0;
}

.nav_menu.on i {
  opacity: 0;
}

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

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

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

.top_r {
  margin-left: 0.3rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
}

.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  margin-right: 0.3rem;
  position: relative;
}

.top_search_ico iconify-icon {
  font-size: 0.3rem;
  color: #333;
  cursor: pointer;
}

.top_search_ico.on iconify-icon {
  color: var(--i_color);
}

.language_cont {
  position: relative;
  line-height: var(--top_header_height);
}

.top_language {
  display: none;
  position: relative;
}

.top_language .trp-ls-language-name {
  margin-left: 6px;
}

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

.top_curr_language a>span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top_curr_language .trp-ls-language-name {
  font-size: 14px;
  position: relative;
  padding-right: 12px;
  color: #fff;
}

.top_curr_language .trp-ls-language-name::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  right: 0;
  width: 10px;
  height: 10px;
  background: url(./static/images/arrow_left_kx_bai.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top_curr_language.on .trp-ls-language-name::after {
  transform: translate(0, -50%) rotate(90deg);
}

.top_curr_language img {
  display: none !important;
}

.top_language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 200%;
  right: -16px;
  background: #262626;
  z-index: 2016;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 4px;
  min-width: 120px;
}

.top_language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--top_header_height);
}

.top_language_list li {}

.top_language_list a>span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 0.2rem;
}

.top_language_list .trp-ls-language-name {
  font-size: 14px;
}

.top_language_list li:hover {
  background: var(--i_color);
}

.top_language_list li:hover .trp-ls-language-name {
  color: #fff;
}

@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;
  position: absolute;
  top: var(--header_height);
  left: 0;
  width: 100%;
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}

.top_search.on {
  top: 100%;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
  opacity: 1;
}

.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--i_color);
  overflow: hidden;
}

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

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

@media screen and (max-width: 1366px) {
  .top_r {
    margin-left: 0.5rem;
  }

  .top_search_ico {
    margin-right: 0.3rem;
  }
}

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

@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
    margin-right: 10px;
  }

  .top_search_ico {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }

  .top_search {
    padding: 0.12rem 0;
  }
}

@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }

  .top_search_btn {}
}

.full_head {
  margin-top: var(--top_header_height);
}

/* banner */
.banner {
  width: 100%;
  font-size: 0;
  position: relative;
}

.banner .swiper-container {
  clip-path: inset(0% 0% 0% 100%);
  -webkit-clip-path: inset(0% 0% 0% 100%);
  transition: clip-path 1.4s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-clip-path 1.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  position: relative;
  overflow: hidden;
}

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

.banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  height: 0;
  padding-bottom: calc(100vh - var(--top_header_height));
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide>img,
.banner .swiper-slide>a>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-button-prev,
.banner-button-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: rgb(255 255 255 / 20%);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}

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

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

.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.36rem;
  color: #fff;
}

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

.banner-pagination {
  position: absolute;
  bottom: 20%;
  left: 90%;
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 10;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  text-align: left;
}

.banner-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 10px;
  position: relative;
  z-index: 4;
  transition: width, height, background-color 0.5s;
  -webkit-transition: width, height, background-color 0.5s;
  -moz-transition: width, height, background-color 0.5s;
  -ms-transition: width, height, background-color 0.5s;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: transparent;
  position: relative;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  border: 4px solid #fff;
}

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

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

@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 0;
  }

  .banner .swiper-slide {
    height: 0;
    padding-bottom: 46%;
  }
}

@media screen and (max-width: 768px) {
  .banner-pagination {
    bottom: 0.2rem;
  }

  .banner-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
  }
}

@media screen and (max-width: 560px) {
  .banner .swiper-slide {
    padding-bottom: 55%;
  }
}

.banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.banner_text1 .left {
  width: 50%;
  margin-left: auto;
  text-align: right;
}

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

.banner_text1 h2 {
  display: inline-block;
  font-size: 0.22rem;
  color: white;
  text-transform: capitalize;
  background-color: var(--i_color);
  padding: 0.11rem 0.2rem;
}

.banner_text1 h3 {
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke: 1px var(--i_color);
  text-transform: capitalize;
  margin: 0.2rem 0 0.3rem 0;
}

.banner_text1 h4 {
  font-size: 0.42rem;
  color: white;
  text-shadow: -1px -1px 0 #999, 1px -1px 0 #999, -1px 1px 0 #999,
    1px 1px 0 #999;
  text-transform: capitalize;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 1440px) {
  .banner_text1 h2 {
    font-size: 0.2rem;
  }

  .banner_text1 h3 {
    font-size: 0.3rem;
  }

  .banner_text1 h4 {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner_text1 h2 {
    font-size: 0.18rem;
    padding: 8px 0.2rem;
  }

  .banner_text1 h3 {
    font-size: 0.24rem;
    margin: 0.14rem 0 0.24rem 0;
  }

  .banner_text1 h4 {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 959px) {
  .banner_text1 h2 {
    font-size: 0.16rem;
    padding: 4px 0.14rem;
  }

  .banner_text1 h3 {
    font-size: 0.2rem;
    margin: 0.1rem 0 0.2rem 0;
  }

  .banner_text1 h4 {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .banner_text1 h2 {
    font-size: 14px;
    padding: 4px 0.1rem;
  }

  .banner_text1 h3 {
    font-size: 0.18rem;
    margin: 0.1rem 0 0.16rem 0;
  }

  .banner_text1 h4 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
}

.banner_i {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1rem;
  height: 1rem;
  z-index: 2;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.banner_i a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.banner_i i {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  background: url("static/images/xia.png") center no-repeat;
  background-size: contain;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .banner_i {
    width: 0.8rem;
    height: 0.8rem;
    bottom: -0.4rem;
  }

  .banner_i i {
    width: 0.44rem;
    height: 0.44rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner_i {
    width: 0.6rem;
    height: 0.6rem;
    bottom: -0.3rem;
  }

  .banner_i i {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.banner_i i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid var(--i_color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  z-index: 2;
  animation: serv_one_border 2s 0s ease infinite;
}

.banner_i i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid var(--i_color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  animation: serv_one_border 1.5s 0s ease infinite;
}

@keyframes serv_one_border {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
  }
}

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

@media screen and (min-width: 561px) {
  .i_a {
    background-attachment: fixed;
  }
}

.i_a h4 {
  font-size: 0.7rem;
  margin: 0.8rem 0;
  text-align: center;
  color: #fff;
  text-shadow: -1px -1px 0 #999, 1px -1px 0 #999, -1px 1px 0 #999,
    1px 1px 0 #999;
  font-weight: 900;
}

@media screen and (max-width: 1440px) {
  .i_a h4 {
    font-size: 0.4rem;
    margin: 0.6rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .i_a h4 {
    font-size: 0.3rem;
    margin: 0.4rem 0;
  }
}

.ia_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  transform: translateY(0.4rem);
  position: relative;
  z-index: 2;
}

.ia_list li {
  width: 24%;
  background: #788fa9;
  padding: 0.5rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.ia_list iconify-icon {
  font-size: 0.4rem;
}

.ia_list p {
  font-size: 0.3rem;
  text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
  .ia_list iconify-icon {
    font-size: 0.36rem;
  }

  .ia_list p {
    font-size: 0.24rem;
  }

  .ia_list li {
    padding: 0.4rem 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .ia_list iconify-icon {
    font-size: 0.3rem;
  }

  .ia_list p {
    font-size: 0.2rem;
  }

  .ia_list li {
    padding: 0.3rem 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .ia_list li {
    width: 49%;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.2rem 0.1rem;
  }
}

.i_num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  backdrop-filter: blur(10px);
  padding: 0.8rem 0.4rem;
}

.i_num li {
  border-right: 1px solid #fff;
  width: 25%;
  padding: 0.1rem;
  text-align: center;
}

.i_num li:last-child {
  border: none;
}

.i_num li>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.i_num h6 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
}

.i_num p {
  color: #fff;
  font-size: 0.18rem;
  margin-left: 10px;
}

.i_num h5 {
  font-size: 0.2rem;
  color: #fff;
  margin: 0.4rem 0 0.3rem;
  text-transform: capitalize;
}

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

  .i_num h6 {
    font-size: 0.3rem;
  }

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

@media screen and (max-width: 1024px) {
  .i_num h5 {
    margin: 0.3rem 0 0.2rem;
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 768px) {
  .i_num li {
    width: 49%;
    border: none;
  }

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

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

  .i_num h5 {
    margin: 0.1rem 0;
    font-size: 0.16rem;
    font-weight: normal;
  }
}

.i_tit {
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
}

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

.i_tit>h4 {
  font-size: 0.42rem;
  color: #333;
  font-weight: bold;
  line-height: 120%;
}

.i_tit>h6 {
  font-size: 0.18rem;
  color: #999;
  font-weight: normal;
  margin-top: 0.1rem;
}

.i_tit.white>h4,
.i_tit.white>h6 {
  color: #fff;
  text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
}

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

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

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

  .i_tit>h6 {
    font-size: 14px;
  }
}

.i_more {
  display: table;
  background-color: var(--i_color);
  color: white;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_more:hover {
  background-color: var(--i_color2);
  transform: scale(1.05);
}

.i_more2 {
  background-color: var(--i_color2);
}

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

.i_more:active {
  background-color: #003d82;
  transform: scale(0.95);
}

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

.i_cat_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0;
}

.i_cat_list li {
  width: 49%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.i_cat_list a {
  display: block;
  /* width: 100%; */
  flex: 0 0 30%;
  /* 不伸缩，固定宽度30% */
  box-sizing: border-box;
  /* 包含内边距和边框 */
  height: 200px;
  /* 固定高度 */
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
}

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

.i_cat_list .img::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.i_cat_list .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease;
}

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

.i_cat_list h6 {
  position: absolute;
  bottom: 0.3rem;
  left: 0.3rem;
  color: #fff;
  font-size: 0.28rem;
  z-index: 2;
  text-shadow: -1px -1px 0 #999, 1px -1px 0 #999, -1px 1px 0 #999,
    1px 1px 0 #999;
}

.i_cat_list h6,
.i_cat_list img {
  transition: all 0.5s ease;
}

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

.i_cat_list li:hover h6 {
  bottom: 0.4rem;
}

.i_cat_list li:hover .img::before {
  opacity: 1;
}

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

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

.grid-li {
  display: flex;
  flex-wrap: wrap;
}


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

.i_case .swiper-container {
  margin: 0 auto;
  z-index: 1;
}

.i_case .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
  background: #f8f8f8;
}

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

.i_case-button-prev,
.i_case-button-next {
  font-size: 20px;
  color: #333;
  width: 40px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.i_case-button-prev:hover,
.i_case-button-next:hover {
  color: var(--i_color);
}

.i_case_control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.1rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  z-index: 2;
}

.i_case-pagination {
  text-align: center;
  font-size: 16px;
  color: #333;
}

.i_case-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 2px;
  display: inline-block;
  margin: 0 4px;
  background: #9a9a9a;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

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

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

  .i_case-pagination {
    display: block;
  }
}

.i_case li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.i_case .txt {
  width: 60%;
  padding: 0.2rem 5%;
}

.i_case h6 {
  font-size: 0.3rem;
  margin: 0.1rem 0 0.3rem;
  color: var(--i_color);
}

.i_case p {
  font-size: 0.18rem;
}

.i_case .img {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.i_case .img::before {
  content: "";
  display: block;
  padding-bottom: 74%;
}

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

.i_case .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--i_color3);
  opacity: 0;
}

.i_case img,
.i_case .img::after {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

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

.i_case li:hover .img::after {
  opacity: 0.5;
}

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

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

@media screen and (max-width: 959px) {
  .i_case p {
    font-size: 14px;
  }
}

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

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

  .i_case .txt {
    padding: 0.2rem;
  }
}

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

.i_adv_list li {
  width: calc(50% - 0.2rem);
  position: relative;
  overflow: hidden;
}

.i_adv_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.i_adv_list .img::after {
  content: "";
  display: block;
  padding-bottom: 55%;
}

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

.i_adv_list .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.5s ease;
}

.i_adv_list .txt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}

.i_adv_list h5 {
  font-size: 0.3rem;
  color: #fff;
}

.i_adv_list .text {
  width: 100%;
  padding: 0.1rem 0.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  z-index: 2;
}

.i_adv_list p {
  font-size: 0.16rem;
  color: #fff;
  margin: 6px 0;
}

.i_adv_list .txt,
.i_adv_list .text,
.i_adv_list img {
  transition: all 0.5s ease;
}

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

.i_adv_list li:hover .img::before {
  opacity: 0.8;
}

.i_adv_list li:hover .txt {
  opacity: 0;
}

.i_adv_list li:hover .text {
  left: 0;
}

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

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

  .i_adv_list .text {
    padding: 0.1rem;
  }

  .i_adv_list p {
    font-size: 0.14rem;
    margin: 4px 0;
  }
}

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

  .i_adv_list p {
    font-size: 13px;
    margin: 3px 0;
  }
}

main {
  position: relative;
  overflow: hidden;
}

.bg {
  background: #f1f1f1;
}

.i_cat {}

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

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

.cat_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  background: #f1f1f1;
}

.cat_list .img {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}

.cat_list .img::before {
  content: "";
  display: block;
  padding-bottom: 87%;
}

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

.cat_list .txt {
  background: #f1f1f1;
  padding: 0 0.3rem 0.3rem;
}

.cat_icon {
  position: relative;
  top: -0.15rem;
  width: 0.3rem;
  height: 0.3rem;
  background: var(--i_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cat_list .txt h2 {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cat_list .txt h3 {
  height: calc(0.18rem * 4);
  line-height: 0.18rem;
  margin: 0.1rem 0 0.2rem;
  font-size: 13px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cat_list .swiper-slide:hover h2 {
  color: var(--i_color);
}

.cat_list .swiper-slide:hover .cat_icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.cat_list .swiper-slide:hover .list_more::before {
  width: 100%;
  height: 100%;
}

.cat_list .swiper-slide:hover .list_more i {
  padding: 4px 6px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cat_icon {
    top: -0.2rem;
    width: 0.4rem;
    height: 0.4rem;
  }

  .cat_icon img {
    max-width: 60%;
    max-height: 60%;
  }

  .cat_list .txt h2 {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 560px) {
  .cat_list .txt {
    padding: 0 0.2rem 0.2rem;
  }

  .cat_list .txt h2 {
    font-size: 0.16rem;
  }
}

.i_products {
  background: #f1f1f1;
  position: relative;
}

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

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

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

.ip_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.ip_list .txt {
  padding: 0.2rem 0.1rem;
  border-top: 6px solid var(--i_color);
  background: #fff;
  position: relative;
}

.ip_list .txt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  width: 80%;
  height: 0.24rem;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.ip_list .txt p {
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid var(--border_color);
  font-size: 0.18rem;
  font-weight: bold;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ip_list dl {}

.ip_list dt {
  margin: 4px 0;
  font-size: 12px;
  color: #888;
  padding-left: 0.2rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ip_list dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: url(static/images/gou.svg) no-repeat center;
  background-size: cover;
  background-size: contain;
}

.ip_list .txt span {
  margin-top: 0.2rem;
  display: table;
  border: 1px solid var(--i_color);
  position: relative;
}

.ip_list .txt span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ip_list .txt span i {
  display: block;
  padding: 6px 16px;
  font-size: 13px;
  color: var(--i_color);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ip_list .swiper-slide:hover .img img {
  width: 106%;
  height: 106%;
}

.ip_list .swiper-slide:hover p {
  color: var(--i_color);
}

.ip_list .swiper-slide:hover .txt span::before {
  width: 100%;
}

.ip_list .swiper-slide:hover .txt span i {
  color: #fff;
}

.ip-prev,
.ip-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: none;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}

.ip-prev {
  left: 6vw;
}

.ip-next {
  right: 6vw;
}

.ip-prev iconify-icon,
.ip-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: var(--i_color);
}

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

.ip-prev:hover,
.ip-next:hover {
  background: var(--i_color);
}

.ip-prev:hover iconify-icon,
.ip-next:hover iconify-icon {
  color: #fff;
}

.ip-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}

.ip-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

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

.ip_list .swiper-notification {
  display: none;
}

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

  .ip-prev,
  .ip-next {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .ip_list .txt {
    border-top-width: 4px;
  }

  .ip_list .txt::before {
    height: 0.14rem;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
  }

  .ip_list .txt p {
    font-size: 0.17rem;
  }
}

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

.i_about {}

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

.i_ab_pic {
  width: 46%;
  position: relative;
  overflow: hidden;
}

.i_ab_pic::before {
  content: "";
  display: block;
  padding-bottom: 86%;
}

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

.v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: var(--i_color);
  cursor: pointer;
}

.v_btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: #fff;
}

.v_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  color: var(--i_color);
}

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

.i_ab_pic:hover .v_btn iconify-icon {
  color: var(--i_color2);
}

.i_ab_txt {
  width: 48%;
  margin-left: auto;
}

.i_ab_txt article {
  color: #333;
}

@media screen and (max-width: 1024px) {
  .v_btn {
    width: 0.8rem;
    height: 0.8rem;
  }

  .v_btn iconify-icon {
    font-size: 0.38rem;
  }
}

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

  .i_ab_txt {
    width: 100%;
    margin: 0.3rem 0 0;
  }
}

@media screen and (max-width: 560px) {
  .v_btn {
    width: 0.6rem;
    height: 0.6rem;
  }

  .v_btn iconify-icon {
    font-size: 0.32rem;
  }
}

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

.bp_list li {
  width: calc((100% - 0.9rem) / 4);
  position: relative;
  overflow: hidden;
  padding: 0.3rem 0.2rem;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .bp_list li {
    width: calc((100% - 0.6rem) / 3);
  }
}

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

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

.bp_list h6 {
  font-size: 0.2rem;
  color: #222;
}

.bp_list p {
  color: #666;
  font-size: 0.16rem;
  text-align: center;
  margin-top: 0.1rem;
}

.bp_list li,
.bp_list p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bp_list li.curr h6,
.bp_list li:hover h6 {
  color: #fff;
}

.bp_list li.curr p,
.bp_list li:hover p {
  color: #fff;
}

.bp_list li.curr,
.bp_list li:hover {
  transform: translateY(-0.1rem);
  background: var(--i_color2);
}

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

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

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

.i_work {
  background: url(./static/images/bc_i_worknew.webp) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #333;
  margin-top: 0.2rem;
}

.i_work .wrap {
  display: block;
  padding: 0.3rem;
  background: rgba(255, 255, 255, 0.6);
}

.i_work h5 {
  font-size: 0.4rem;
  color: var(--i_color);
}

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

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

  .i_work p {
    margin: 0.3rem 0;
    font-size: 0.18rem;
  }
}

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

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

.i_bottom {
  background: url(./static/images/bc_bottom.webp) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
  margin-top: 0.2rem;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
}

.i_bottom h5 {
  font-size: 0.4rem;
}

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

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

  .i_bottom p {
    margin: 0.3rem 0;
    font-size: 0.18rem;
  }
}

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

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

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

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

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

.i_n_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.i_n_list .img::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

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

.i_n_list .txt {
  padding: 0.2rem;
  background: #000;
  color: #fff;
}

.i_n_list .txt h5 {
  font-size: 0.24rem;
  color: #fff;
  margin-bottom: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.i_n_list .txt span {
  font-size: 0.18rem;
  display: block;
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .i_n_list .txt h5 {
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 560px) {
  .i_n_list .txt h5 {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
  }

  .i_n_list .txt span {
    font-size: 0.15rem;
  }
}

/* ----------------------------footer--------------------------- */
footer {
  background: #000;
}

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

.f_logo img {
  display: block;
  max-width: 2rem;
  max-height: 0.4rem;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .f_logo img {
    max-height: 0.3rem;
  }
}

.f_logo {
  width: 20%;
}

.f_contact {
  width: 24%;
}

.f_menu {
  width: 12%;
}

.f_menu ul ul {
  display: none;
}

.f_cont li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  color: #333;
}

.f_cont a,
.f_cont p {
  font-size: 0.16rem;
  color: #666;
  position: relative;
}

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

.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.f_media a {
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.f_media iconify-icon {
  font-size: 0.26rem;
  color: #fff;
  opacity: 0.5;
}

.f_media iconify-icon:hover {
  opacity: 1;
}

.f_tit {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.f_contact_list li {
  display: flex;
  align-items: center;
}

.f_contact_list li iconify-icon {
  font-size: 0.22rem;
  color: #666;
  margin-right: 0.1rem;
}

@media screen and (max-width: 1440px) {
  .f_tit {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .f_tit {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .f_menu {
    display: none;
  }

  .f_contact,
  .f_logo {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .f_cont a,
  .f_cont p {
    font-size: 14px;
  }
}

.f_cr {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.f_cr .wrap {
  padding: 20px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}

.f_cr p,
.f_cr a {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
}

.f_cr a:hover {
  color: var(--i_color2);
  text-decoration: underline;
}

.f_cr a {
  position: relative;
  margin-left: 6px;
  padding-left: 6px;
}

.f_cr a::after {
  content: "";
  width: 1px;
  height: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .f_cr .wrap {
    padding: 0.1rem;
  }

  .f_cr p,
  .f_cr a {
    font-size: 14px;
  }

  .f_cr a {
    display: none;
  }
}

/* ---------------------------- In Pages ---------------------------- */
.in_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.in_banner::before {
  content: "";
  display: block;
  padding-bottom: 60vh;
}

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

@media screen and (max-width: 560px) {
  .in_banner::before {
    padding-bottom: 30vh;
  }
}

/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: #fff;
  position: relative;
}

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

.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
}

.in_position a:first-child {
  padding-left: 0.34rem;
}

.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--i_color) url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="white" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: 14px;
}

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

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

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

@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }

  .in_position a {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }

  .in_position a {
    font-size: 13px;
  }
}

/* ------------------------------ Prodcuts ------------------------------ */
.in_products_box {
  background: url(static/images/logo_bg.webp) no-repeat;
  background-position: -220px 120%;
  background-size: 6rem;
}

.in_products_box .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

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

.p_left {
  width: 26%;
}

.p_right {
  width: 70%;
  margin-left: auto;
}

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

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

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

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

  .p_right {
    width: 100%;
    margin: 0.4rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  .p_right {
    margin-top: 30px;
  }
}

@media screen and (max-width: 560px) {
  .p_right {
    margin-top: 24px;
  }
}

.p_nav {
  width: 100%;
  padding: 0.34rem 0.2rem;
  background: #fff;
}

.p_nav_tit {
  display: block;
  margin-bottom: 0.14rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid var(--border_color);
}

.p_nav_tit h2 {
  font-size: 0.2rem;
  font-weight: bold;
}

.p_nav_tit iconify-icon {
  display: none;
}

.p_nav_list {}

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

.p_nav_list li.active {
  border-bottom: none;
}

.p_nav_name {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-items: center;
  padding: 0.1rem 0.14rem;
  position: relative;
  z-index: 2;
}

.p_nav_name p {
  font-size: 0.16rem;
  margin-right: 0.2rem;
  line-height: 0.26rem;
}

.p_nav_name iconify-icon {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.12rem;
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_nav_list li.active .p_nav_name iconify-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

.p_nav_list .active .p_nav_name {
  background: var(--i_color);
}

.p_nav_list .active .p_nav_name p,
.p_nav_list .active .p_nav_name iconify-icon {
  color: #fff;
}

.p_nav_list dl {
  display: none;
  padding: 0.1rem 0.1rem 0;
}

.p_nav_list li.active dl {
  display: block;
}

.p_nav_list dt {
  margin: 6px 0;
}

.p_nav_list dt a {
  padding: 0.12rem 0.12rem 0.12rem 0.24rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
}

.p_nav_list dt a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -0.2rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%230069d9" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12 18l6-6l-6-6M6 18l6-6l-6-6"%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p_nav_list dt p {
  margin-right: 0.2rem;
  font-size: 0.16rem;
}

.p_nav_list dt iconify-icon {
  margin-left: auto;
  font-size: 0.17rem;
}

.p_nav_list dt.on a,
.p_nav_list dt:hover a {
  color: var(--i_color);
}

.p_nav_list dt.on a::before,
.p_nav_list dt:hover a::before {
  left: 3px;
}

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

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

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

@media screen and (max-width: 1024px) {
  .p_nav {
    padding: 0 0;
  }

  .p_nav_tit {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0;
    padding: 0.14rem 0.2rem;
    background: var(--i_color);
    position: relative;
    z-index: 2;
  }

  .p_nav_tit h2 {
    margin-right: 0.16rem;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
  }

  .p_nav_tit iconify-icon {
    display: block;
    font-size: 0.18rem;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .p_nav_tit.on iconify-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .p_nav_list {
    display: none;
    padding: 0.2rem 0.2rem;
  }

  .p_nav_list li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p_nav_list dt p {
    font-size: 15px;
  }
}

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

  .p_nav_tit h2 {
    font-size: 0.16rem;
  }

  .p_nav_tit iconify-icon {
    font-size: 0.16rem;
  }

  .p_nav_list li {
    margin-bottom: 0.2rem;
  }

  .p_nav_list dt a {
    padding: 0.08rem 0.12rem 0.08rem 0.24rem;
  }

  .p_nav_list dt p {
    font-size: 14px;
  }
}

.p_nav_slogan {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: var(--i_color2);
  text-align: center;
}

.p_nav_slogan dt {
  background: var(--i_color);
  padding: 0.1rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

.p_nav_slogan dd {
  width: 100%;
  padding: 0.1rem;
  background: var(--i_color2);
  font-size: 14px;
  color: #fff;
}

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

.p_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 3%;
}

.p_list li {
  width: 31.33%;
}

.p_list a {
  display: block;
  padding: 0.2rem;
  background: #fff;
}

.p_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}

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

.p_list .txt {
  margin-top: 0.2rem;
}

.p_list .txt i {
  display: block;
  font-size: 13px;
  color: #999;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p_list .txt p {
  padding-bottom: 0.14rem;
  margin-bottom: 0.16rem;
  margin-top: 0.08rem;
  font-size: 0.18rem;
  color: #111;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid var(--border_color);
}

.p_list .btn {
  width: 0.3rem;
  height: 0.3rem;
  background: #000;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_list .btn iconify-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.08rem;
  font-size: 0.16rem;
  color: #fff;
}

.p_list li:hover img {
  width: 106%;
  height: 106%;
}

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

.p_list li:hover .btn {
  width: 100%;
  background: var(--i_color);
  -webkit-border-radius: 0;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .p_list {
    gap: 0.3rem 3%;
  }

  .p_list li {
    width: 48.5%;
  }

  .p_list .txt p {
    font-size: 0.17rem;
  }
}

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

  .p_list li {
    width: 100%;
  }

  .p_list .txt p {
    white-space: initial;
  }

  .p_list .txt p {
    font-size: 0.16rem;
  }
}

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

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

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

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

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

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

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

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

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

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

/* Products Details */
.det_main {
  background: #f1f1f1;
}

.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: 70%;
}

.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 {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.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: var(--i_color2);
  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 a {
  display: block;
  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;
  }
}

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

.b_form {
  background: #f1f1f1;
  width: 30%;
  margin-left: auto;
}

.b_form_slogan {
  border-top: 0.2rem solid #f1f1f1;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  background: var(--i_color2);
  text-align: center;
}

.b_form_slogan dt {
  background: var(--i_color);
  display: table;
  padding: 0.1rem;
}

.b_form_slogan dd {
  width: 100%;
  padding: 0 0.1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.b_form_slogan h3 {
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

.b_form_slogan h4 {
  font-size: 0.18rem;
  color: #fff;
}

.b_form_cont {
  padding: 0.3rem 0.2rem;
}

.b_form_tit {
  padding-bottom: 0.2rem;
  text-align: center;
  position: relative;
}

.b_form_tit::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0.8rem;
  height: 4px;
  background: var(--i_color);
}

.b_form_tit h6 {
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--i_color2);
  font-style: italic;
}

.b_form_tit p {
  font-size: 0.26rem;
  color: var(--i_color2);
  font-weight: 900;
}

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

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

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

#wpforms-69 input,
#wpforms-69 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#wpforms-69 .wpforms-field {
  padding: 0;
  margin: 0;
}

#wpforms-69 .wpforms-field-label {
  font-size: 0;
}

#wpforms-69 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}

#wpforms-69 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}

#wpforms-69 .wpforms-field-container input,
#wpforms-69 textarea,
#wpforms-69 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-69 .wpforms-field-container input:hover,
#wpforms-69 textarea:hover {
  border-color: var(--i_color);
}

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

#wpforms-69 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}

#wpforms-69-field_1-container,
#wpforms-69-field_2-container {
  width: 49% !important;
}

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

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

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

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

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

#wpforms-69 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#wpforms-69 .wpforms-submit-container button {
  display: block;
  width: 100%;
  height: 0.42rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.42rem;
  background: var(--i_color2);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

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

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

.b_form_contact {
  padding: 0.2rem 0;
  text-align: center;
  position: relative;
}

.b_form_contact::before,
.b_form_contact::after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 6px;
}

.b_form_contact::before {
  left: 0;
  width: 70%;
  background: var(--i_color);
}

.b_form_contact::after {
  right: 0;
  width: 30%;
  background: var(--i_color2);
}

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

.b_form_contact a {
  color: var(--i_color);
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .b_form_slogan {
    border-top-width: 0.2rem;
  }

  .b_form_slogan h4 {
    font-size: 0.17rem;
  }

  .b_form_tit p {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 1366px) {
  .b_form_slogan h3 {
    font-size: 0.16rem;
  }

  .b_form_slogan h4 {
    font-size: 0.16rem;
  }

  .b_form_tit {
    padding-bottom: 0.12rem;
  }

  .b_form_tit h6 {
    margin-bottom: 2px;
  }

  .b_form_tit p {
    font-size: 0.2rem;
  }

  .b_form_tit::before {
    height: 3px;
  }
}

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

.related_p {
  background: #f1f1f1;
  position: relative;
}

/* About Us */
.in_about {}

.ab_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
}

.ab_text {
  width: 60%;
  padding: 0.2rem 0.3rem;
  position: relative;
  z-index: 2;
}

.ab_text>iconify-icon {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.5rem;
  color: var(--i_color);
}

.ab_text article {
  color: #444;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 10);
  overflow-y: auto;
  padding-right: 2%;
}

.ab_text article * {
  margin: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
}

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

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

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

@media screen and (max-width: 1440px) {
  .ab_text article {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }

  .ab_text article * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .ab_text article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }

  .ab_text article * {
    font-size: 14px;
    line-height: 20px;
  }
}

.ab_logo {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  background: rgb(0, 0, 0, 0.6);
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ab_logo img {
  max-height: 0.6rem;
}

.ab_pic {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.ab_pic::before {
  content: "";
  display: block;
  padding-bottom: 77.39%;
}

.ab_pic>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .in_about .wrap_l {
    padding-right: 3vw;
  }

  .ab_text>iconify-icon {
    font-size: 0.34rem;
  }

  .ab_text {
    width: 100%;
    padding: 0.26rem;
  }

  .ab_logo {
    display: none;
  }

  .ab_pic {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ab_text>iconify-icon {
    font-size: 0.26rem;
  }
}

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

  .ab_text>iconify-icon {
    margin-bottom: 0.1rem;
  }
}

.ab_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 6%;
}

.ab_list dt {
  width: 100%;
}

.ab_list p {
  margin-bottom: 0.2rem;
  font-size: 0.36rem;
  font-weight: 900;
}

.ab_list h6 {
  color: #666;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .ab_list {
    flex-wrap: wrap;
    gap: 0.26rem 0;
  }

  .ab_list p {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
}

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

.ab_adv {
  background: url(static/images/bc_i_worknew.webp) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 561px) {
  .ab_adv {
    background-attachment: fixed;
  }
}

.ab_adv::after {
  content: "";
  width: 102%;
  height: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0 0 0 / 70%);
}

.ab_adv .wrap {
  position: relative;
  z-index: 2;
}

.ab_adv_t {
  text-align: center;
}

.ab_adv_t em {
  display: table;
  padding: 6px 10px;
  margin: 0 auto;
  position: relative;
}

.ab_adv_t em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.26rem;
  height: 100%;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ab_adv_t:hover em::before {
  width: 100%;
}

.ab_adv_t i {
  display: block;
  font-size: 14px;
  color: #fff;
  font-style: italic;
  position: relative;
}

.ab_adv_t p {
  margin: 0.2rem 0 0.3rem;
  font-size: 0.38rem;
  color: #fff;
  font-weight: 900;
  line-height: 120%;
}

.ab_adv_t h6 {
  padding: 0 16%;
  color: #fff;
}

.adv_video {
  display: table;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.adv_video span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: var(--i_color);
}

.adv_video p {
  padding: 0.18rem 0.4rem;
  font-size: 0.18rem;
  color: #fff;
}

.adv_video i {
  width: 0.56rem;
  background: var(--i_color2);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.adv_video i iconify-icon {
  opacity: 0.5;
  font-size: 0.3rem;
  color: #fff;
}

.adv_video:hover {
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
}

.adv_video:hover iconify-icon {
  opacity: 1;
}

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

@media screen and (max-width: 1366px) {
  .ab_adv_t p {
    font-size: 0.36rem;
  }
}

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

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

  .ab_adv_t h6 {
    padding: 0 6%;
  }

  .adv_video {
    margin-bottom: 0.4rem;
  }

  .adv_video p {
    padding: 0.1rem 0.2rem;
    font-size: 0.14rem;
  }

  .adv_video i {
    width: 0.4rem;
  }

  .adv_video i iconify-icon {
    font-size: 0.22rem;
  }
}

@media screen and (max-width: 768px) {
  .ab_adv_t p {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .ab_adv_t p {
    font-size: 0.18rem;
  }

  .ab_adv_t h6 {
    padding: 0 3%;
  }

  .adv_video {
    margin-bottom: 0.3rem;
  }

  .adv_video p {
    padding: 0.1rem 0.1rem;
    font-size: 0.13rem;
  }

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

.choose {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.choose_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4%;
}

.choose_list dt {
  width: 100%;
  padding: 0.4rem 0.18rem;
  background: #fff;
}

.choose_list .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f1f1f1;
  position: relative;
}

.choose_list .icon iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.36rem;
  color: var(--i_color2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.choose_list p {
  margin: 0.2rem 0;
  font-size: 0.18rem;
  color: var(--i_color2);
  font-weight: 900;
}

.choose_list span {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #999;
  margin: 4px 0;
}

.choose_list dt:hover .icon iconify-icon {
  color: var(--i_color);
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}

.choose_list dt:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .choose_list {
    flex-wrap: wrap;
    gap: 0.3rem 4%;
  }

  .choose_list dt {
    width: 48%;
  }

  .choose_list .icon {
    width: 0.6rem;
    height: 0.6rem;
  }

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

  .choose_list p {
    font-size: 0.17rem;
  }
}

@media screen and (max-width: 768px) {
  .choose_list dt {
    padding: 0.2rem 0.2rem;
  }

  .choose_list .icon {
    width: 0.5rem;
    height: 0.5rem;
  }

  .choose_list .icon iconify-icon {
    font-size: 0.24rem;
  }

  .choose_list p {
    font-size: 0.16rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 560px) {
  .choose_list {
    gap: 0.2rem 0;
  }

  .choose_list dt {
    width: 100%;
  }

  .choose_list p {
    font-size: 0.15rem;
  }
}

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

.our_ser_t {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 26%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 4%;
}

.our_ser_t .i_tit::before {
  background: #fff;
}

.our_ser_t h6,
.our_ser_t p {
  color: #fff;
}

.our_ser_list {
  position: relative;
}

.our_ser_list .left {
  width: 50%;
}

.our_ser_list .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 74%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

/* our services item 1-2 */
.left .our_ser_item {}

.left .our_ser_item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.left .our_ser_item.item1::before {
  content: "";
  display: block;
  padding-bottom: 54.6875%;
}

.left .our_ser_item.item2::before {
  content: "";
  display: block;
  padding-bottom: 36.458%;
}

.left .our_ser_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.left .our_ser_item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.left .our_ser_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left .our_ser_item .txt {
  position: absolute;
  width: 80%;
  text-align: center;
  z-index: 2;
}

.our_ser_item.item1 .txt {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.5rem;
}

.our_ser_item.item2 .txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* our services item 3 */
.our_ser_item.item3 {
  width: 50%;
  height: 100%;
  position: relative;
}

.our_ser_item.item3 a {
  display: block;
  height: 100%;
}

.our_ser_item.item3 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.our_ser_item.item3 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our_ser_item.item3 .txt {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.5rem;
  width: 80%;
  text-align: center;
}

.our_ser_item .txt p {
  font-size: 0.22rem;
  color: #fff;
  font-weight: bold;
}

.our_ser_item .txt h6 {
  margin: 0.1rem 0 0.26rem;
  font-size: 15px;
  color: rgb(255 255 255 / 50%);
}

.our_ser_item .more_btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
}

.our_ser_item .more_btn i {
  display: block;
  padding: 0.1rem 0.3rem;
  font-size: 14px;
  color: #fff;
}

.our_ser_pic {
  width: 50%;
  height: 100%;
}

.our_ser_pic dt {
  height: 60%;
}

.our_ser_pic dd {
  height: 40%;
}

.our_ser_pic dt,
.our_ser_pic dd {
  overflow: hidden;
}

.our_ser_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our_ser_item:hover img {
  -webkit-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}

.our_ser_pic dt:hover img,
.our_ser_pic dd:hover img {
  -webkit-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}

.our_ser_item:hover .more_btn {
  background: var(--i_color);
  border-color: var(--i_color);
}

@media screen and (max-width: 1366px) {
  .our_ser_item .txt p {
    font-size: 0.2rem;
  }
}

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

@media screen and (max-width: 1024px) {
  .our_ser {
    padding: 0.54rem 0 0.3rem;
    background: #fff;
  }

  .our_ser_t {
    position: initial;
    width: auto;
    height: auto;
    padding-left: 3%;
    display: block;
    margin-bottom: 0.5rem;
  }

  .our_ser_t .i_tit {
    text-align: center;
  }

  .our_ser_t .i_tit::before {
    left: 50%;
    transform: translate(-50%, 0);
    background: var(--i_color);
  }

  .our_ser_t h6,
  .our_ser_t p {
    color: var(--i_color2);
  }

  .our_ser_list .left {
    width: 60%;
  }

  .our_ser_list .right {
    width: 40%;
    height: 100%;
  }

  .our_ser_item.item3 {
    width: 100%;
  }

  .our_ser_item.item3 .txt {
    bottom: 24%;
  }

  .our_ser_item .txt p {
    font-size: 17px;
  }

  .our_ser_item .txt h6 {
    display: none;
  }

  .our_ser_item .more_btn {
    margin-top: 0.2rem;
  }

  .our_ser_pic {
    display: none;
  }
}

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

  .our_ser_list .right {
    position: initial;
    width: 100%;
    height: auto;
  }

  .our_ser_item.item3 {}

  .our_ser_item.item3::before {
    content: "";
    display: block;
  }

  .our_ser_item::before {
    padding-bottom: 46% !important;
  }

  .our_ser_item.item3 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .our_ser_item .txt {
    bottom: initial !important;
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .our_ser_item .txt p {
    font-size: 16px;
  }

  .our_ser_item .more_btn i {
    padding: 0.08rem 0.16rem;
  }
}

@media screen and (max-width: 560px) {
  .our_ser_t {
    margin-bottom: 0.36rem;
  }

  .our_ser_item .txt p {
    font-size: 15px;
  }
}

.faq {
  background: #fff;
}

.faq_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5%;
}

.faq_list dt {
  width: 47.5%;
  padding: 0.5rem 0;
  border-top: 1px solid var(--border_color);
}

.faq_list i {
  display: table;
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  background: var(--i_color);
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.faq_list h5 {
  padding-bottom: 0.2rem;
  margin: 0.2rem 0;
  font-size: 0.2rem;
  font-weight: bold;
  position: relative;
}

.faq_list h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.8rem;
  height: 3px;
  background: var(--i_color);
}

.faq_list .fz16 * {
  color: #666;
}

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

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

  .faq_list dt {
    width: 100%;
    padding: 0.2rem 0;
  }

  .faq_list h5 {
    font-size: 0.17rem;
    padding-bottom: 0.14rem;
    margin: 0.14rem 0;
  }
}

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

  .faq_list h5::before {
    width: 0.6rem;
    height: 2px;
  }
}

.i_certy {
  background-color: #f6f6f6;
  position: relative;
}

.i_certy>img {
  width: 80%;
  object-fit: contain;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.i_certy::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--i_color), transparent 90%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

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

.ic {
  width: 90%;
  margin: 0 auto;
}

.ic .swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

.ic .swiper-slide {
  background-color: #fff;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 19%;
  overflow: hidden;
}

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

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

/* .ic .swiper-slide{border-bottom:4px solid rgb(75 177 63 / 40%)} */
/* .ic .swiper-slide-active{border-color:var(--i_color); box-shadow:0 0 10px rgb(0 0 0 / 15%)} */
/* 左右箭头 */
.ic-button-prev,
.ic-button-next {
  position: absolute;
  top: 46%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  z-index: 999;
  outline: none;
  cursor: pointer;
  opacity: 0.5;
}

.ic-button-prev {
  left: 2%;
  background: url("static/images/public/arrow_left_hollow_bai2.svg") no-repeat center;
  background-size: 22px;
}

.ic-button-next {
  right: 2%;
  background: url("static/images/public/arrow_right_hollow_bai2.svg") no-repeat center;
  background-size: 22px;
}

/* 指示器 */
/* .ic-pagination{display:block; text-align:center; margin:40px auto 0}
.ic-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 5px; background:#E5E5E5; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; cursor:pointer; outline:none}
.ic-pagination .swiper-pagination-bullet-active{position:relative; width:40px; height:8px; -webkit-border-radius:100px; -moz-border-radius:100px; -o-border-radius:100px; border-radius:100px; background:var(--i_color)} */
@media screen and (max-width: 1440px) {
  /* .ic .swiper-slide{width:320px} */
  /* .ic-button-prev{left:10%}
	.ic-button-next{right:10%} */
}

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

@media screen and (max-width: 1200px) {
  /* .ic .swiper-slide{width:280px} */
  /* .ic-button-prev{left:6%}
	.ic-button-next{right:6%} */
}

@media screen and (max-width: 1080px) {
  .ic-pagination {
    margin: 30px auto;
  }

  .ic-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .ic-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }
}

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

  /* .ic .swiper-slide{width:260px} */
  .ic-button-prev,
  .ic-button-next {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ic .swiper-slide {
    width: 46%;
  }

  .ic-pagination {
    margin: 20px auto;
  }
}

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

/* Article  */
.in_news_art {
  max-width: 1080px;
}

.in_news_art_tit {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
  text-align: center;
  position: relative;
}

.in_news_art_tit h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.34rem;
  font-weight: bold;
}

.n_tit_time {
  margin: 0.4rem 0 0.26rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.n_tit_time>p {
  font-size: 0.16rem;
  color: #363636;
  margin-right: 0.28rem;
  padding-right: 0.28rem;
  position: relative;
}

.n_tit_time>p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 0.1rem;
  background: #aaa;
}

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

.n_share p {
  font-size: 0.15rem;
  color: #888;
}

.n_share a {
  margin-left: 0.2rem;
  font-size: 0;
}

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

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

  .n_tit_time {
    margin: 0.3rem 0 0.26rem;
  }
}

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

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

  .n_tit_time {
    margin: 0.2rem 0 0.22rem;
  }
}

@media screen and (max-width: 768px) {
  .in_news_art_tit h1 {
    font-size: 0.18rem;
  }

  .n_tit_time>p {
    font-size: 0.15rem;
  }

  .n_share {
    display: none;
  }

  .n_tit_time>p:nth-last-child(2)::before {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .in_news_art_tit h1 {
    font-size: 0.17rem;
  }

  .n_tit_time>p {
    margin-right: 0.14rem;
    padding-right: 0.14rem;
  }

  .n_tit_time>p {
    font-size: 0.14rem;
  }
}

.n_navigation {
  margin-top: 0.8rem;
  padding-top: 0.2rem;
  border-top: 1px solid var(--border_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.n_navigation ul {
  width: 80%;
}

.n_navigation li {
  margin: 0.12rem 0;
}

.n_navigation li a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}

.n_navigation li p {
  margin-right: 0.06rem;
  font-size: 0.16rem;
  color: #363636;
  font-weight: bold;
}

.n_navigation li a:hover p {
  color: var(--i_color2);
}

.n_back {
  margin-left: auto;
  padding: 0.12rem 0.3rem;
  background: var(--i_color);
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.n_back i {
  font-size: 0.16rem;
  color: #fff;
}

.n_back b {
  margin-left: 0.06rem;
  font-size: 0.15rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .n_navigation ul {
    width: 76%;
  }

  .n_back b {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 768px) {
  .n_navigation {
    margin-top: 0.6rem;
  }

  .n_navigation ul {
    width: 100%;
  }

  .n_navigation li p {
    font-size: 0.15rem;
  }

  .n_back {
    margin: 0.14rem 0 0 0;
  }
}

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

  .n_navigation li p {
    font-size: 0.14rem;
  }

  .n_back {
    padding: 0.08rem 0.22rem;
    margin: 0.1rem 0 0 0;
  }

  .n_back i {
    font-size: 0.15rem;
  }
}

/* Contact Us */
.c_form {
  background: #f1f1f1;
}

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

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

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

#wpforms-37 input,
#wpforms-37 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#wpforms-37 .wpforms-field {
  padding: 0;
  margin: 0;
}

#wpforms-37 .wpforms-field-label {
  font-size: 0;
}

#wpforms-37 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}

#wpforms-37 .wpforms-field {
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}

#wpforms-37 .wpforms-field-container input,
#wpforms-37 textarea,
#wpforms-37 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-37 .wpforms-field-container input:hover,
#wpforms-37 textarea:hover {
  border-color: var(--i_color);
}

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

#wpforms-37 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}

@media screen and (min-width: 1025px) {

  #wpforms-37 .wpforms-field-container>div:nth-child(1),
  #wpforms-37 .wpforms-field-container>div:nth-child(2),
  #wpforms-37 .wpforms-field-container>div:nth-child(3) {
    width: 32%;
  }
}

#wpforms-37 .wpforms-field-container>div {
  width: 100%;
}

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

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

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

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

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

#wpforms-37 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 2rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
}

#wpforms-37 .wpforms-submit-container button {
  display: block;
  width: 100%;
  height: 0.42rem;
  font-size: 0.14rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.42rem;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

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

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

@media screen and (max-width: 768px) {
  #wpforms-37 .wpforms-field {
    width: 100% !important;
  }
}

.c_contact {}

.c_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 4%;
}

.c_list dt {
  width: 30.66%;
}

.c_list dd {
  width: 100%;
}

.c_list dt,
.c_list dd {
  padding-top: 0.4rem;
  border-top: 1px solid var(--border_color);
}

.c_list i {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: var(--i_color);
  position: relative;
}

.c_list i iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.14rem;
  color: #fff;
}

.c_list h6 {
  margin: 0.14rem 0;
  padding-bottom: 0.14rem;
  font-size: 0.18rem;
  color: #666;
  position: relative;
}

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

.c_list a,
.c_list p {
  display: block;
  font-size: 0.2rem;
  color: #111;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .c_list {
    gap: 0.2rem 4%;
  }

  .c_list dt,
  .c_list dd {
    padding-top: 0.24rem;
  }

  .c_list h6 {
    font-size: 0.16rem;
  }

  .c_list a,
  .c_list p {
    font-size: 0.18rem;
  }
}

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

  .c_list h6 {
    font-size: 0.15rem;
  }

  .c_list a,
  .c_list p {
    font-size: 0.17rem;
  }
}

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

  .c_list a,
  .c_list p {
    font-size: 0.16rem;
  }
}

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

.logo_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.logo_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

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

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

.c_map {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c_map::before {
  content: "";
  display: block;
  padding-bottom: 34%;
}

.c_map iframe {
  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;
}

.ic_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0;
}

.ic_list li {
  width: 49%;
  position: relative;
}

.ic_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ic_list .img::after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

.ic_list .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease;
}

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

@media screen and (max-width: 768px) {
  .c_map::before {
    padding-bottom: 42%;
  }
}

@media screen and (max-width: 560px) {
  .c_map::before {
    padding-bottom: 54%;
  }
}

.scope_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.scope_list li {
  width: calc((100% - 40px) / 3);
  display: flex;
  justify-content: space-between;
  padding: 21px;
  transition: all 0.3s;
  background: #f7f7f7;
}

.scope_list h6 {
  font-size: 18px;
  position: relative;
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  display: table;
}

.scope_list h6::after {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.scope_list p {
  font-size: 15px;
  color: #333;
}

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

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

.scope_list li:hover h6::after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .scope_list li {
    width: calc((100% - 20px) / 2);
    padding: 0.1rem;
  }

  .scope_list h6 {
    font-size: 16px;
  }

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

.env {
  position: relative;
}

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

.env_list::after,
.env_list::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 100%;
  z-index: 10;
}

.env_list::before {
  background: linear-gradient(to right, #f1f1f1, transparent);
  left: 0;
}

.env_list::after {
  background: linear-gradient(to right, transparent, #f1f1f1);
  right: 0;
}

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

.env_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.23);
}

.env_list .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}

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

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

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

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

.env_list li.swiper-slide-active {
  transform: scale(150%);
  z-index: 2;
}

.env-prev,
.env-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}

.env-prev {
  left: -0.6rem;
}

.env-next {
  right: -0.6rem;
}

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

.env-prev:hover,
.env-next:hover {
  opacity: 1;
}

.env-pagination {
  display: none;
  text-align: center;
}

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

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

@media screen and (max-width: 1440px) {
  .env-prev {
    left: 0;
  }

  .env-next {
    right: 0;
  }
}

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

  .env-prev,
  .env-next {
    display: none;
  }

  .env-pagination {
    margin-top: 0.22rem;
  }

  .env_list .img img {
    width: calc(100% - 0.1rem);
    height: calc(100% - 0.1rem);
  }
}

.s_nav_tit {
  width: 100%;
  background-color: var(--i_color);
  position: relative;
  display: none;
}

.s_nav_tit h6 {
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: white;
  text-align: center;
}

.s_nav_tit i {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/arrow_down_hollow_bai.svg) no-repeat center;
  background-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.s_nav_tit.on i {
  transform: translateY(-50%) rotate(180deg);
}

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

.menu {
  margin-top: 20px;
}

.navFix {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 0;
  top: var(--header_height);
  z-index: 99;
  width: 100%;
  background-color: #fff;
  padding: 0.1rem 0;
  border-top: 1px solid var(--border_color);
}

@media screen and (max-width: 1024px) {
  .navFix {
    padding: 0;
  }

  .menu {
    margin-top: 0;
  }
}

.case_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 0 0.2rem;
}

.case_menu li {
  min-width: 18%;
  text-align: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.case_menu a {
  display: block;
  width: 100%;
  padding: 0.1rem 0.3rem;
  font-size: 0.18rem;
  color: #333;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.case_menu li::after {
  content: "";
  width: 0%;
  right: 0;
  height: 100%;
  background: var(--i_color);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1025px) {

  .case_menu li.curr::after,
  .case_menu li:hover::after {
    width: 100%;
    right: initial;
    left: 0;
  }

  .case_menu li.curr a,
  .case_menu li:hover a {
    color: #fff;
  }
}

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

  .case_menu li {
    min-width: 100%;
    border-bottom: 1px solid var(--border_color);
    text-align: left;
  }

  .case_menu a {
    font-size: 0.16rem;
    padding: 0.1rem 0.2rem;
  }

  .case_menu li.curr a,
  .case_menu li:hover a {
    color: var(--i_color);
  }
}

.sol_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.sol_list li {
  background-color: #f7f7f7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: calc(100% / 3 - 0.2rem);
  margin-right: 0.3rem;
  margin-bottom: 0.6rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sol_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .sol_list li {
    width: 49%;
    margin-right: 0;
  }

  .sol_list {
    justify-content: space-between;
  }
}

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

  .sol_list li:nth-child(3n) {
    margin-right: 0%;
  }
}

.sol_list .txt {
  padding: 20px;
}

.sol_list h6 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sol_list p {
  margin: 16px 0;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sol_list .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.sol_list .img::before {
  content: "";
  display: block;
  padding-bottom: 62.92%;
}

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

.sol_list li:hover {
  box-shadow: 2px 4px 10px rgba(1, 81, 151, 0.1);
  background: #fff;
}

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

@media screen and (max-width: 1024px) {
  .sol_list h6 {
    font-size: 18px;
    margin: 0.1rem 0;
  }

  .sol_list p {
    font-size: 16px;
    margin: 0.1rem 0;
  }
}

/* -------------------------------------- 侧边客服 -------------------------------------- */
.aside_right {
  position: fixed;
  right: -50px;
  bottom: 20%;
  z-index: 999999;
  transition: all 0.5s ease;
}

.aside_right.on {
  right: 10px;
}

.aside_right ul {}

.aside_right li {
  position: relative;
  cursor: pointer;
}

.aside_right li>a {
  display: block;
  transition: all 0.3s ease;
  width: 0.48rem;
  margin-top: 5px;
  border-radius: 50%;
  height: 0.48rem;
  background: rgba(128, 128, 128, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.aside_right em {
  display: block;
  margin: 0 auto;
  width: 0.2rem;
  height: 0.2rem;
}

.aside_right li:nth-child(1) em {
  background: url(static/images/aside_ico_whatsapp.svg) no-repeat center;
  background-size: contain;
}

.aside_right li:nth-child(2) em {
  background: url(static/images/aside_ico_tel.svg) no-repeat center;
  background-size: contain;
}

/* .aside_right li:nth-child(3) em{background:url(static/images/wx.png) no-repeat center; background-size:contain} */
.aside_right li:nth-child(3) em {
  background: url(static/images/email.svg) no-repeat center;
  background-size: contain;
}

.aside_right li:nth-child(4) em {
  background: url(static/images/top1.svg) no-repeat center;
  background-size: contain;
}

/* .aside_right li:nth-child(3) .side_tel_box{width: 150px; }
.side_tel_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */
.aside_right li:nth-child(1)>a {
  background-color: var(--i_color2);
}

.aside_right li:nth-child(2)>a {
  background-color: var(--i_color);
}

.aside_right li:nth-child(3)>a {
  background-color: #666;
}

.aside_right li:nth-child(4)>a {
  background-color: #333;
}

.aside_right li>a:hover {
  background: var(--i_color);
}

.side_tel_box,
.side_qr_box {
  position: absolute;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.side_tel_box {
  top: 7px;
  right: -300px;
  width: 180px;
  background: #fff;
}

.side_qr_box {
  top: 50%;
  transform: translate(0, -50%);
  right: -180px;
  width: 120px;
  height: 120px;
  background: #fff;
}

.side_tel_box h6 {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}

.side_tel_box h6 a {
  line-height: 20px;
}

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

.side_qr_box img {
  width: 90%;
  height: 90%;
}

.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
  right: 48px;
}

.side_tel_box,
.side_qr_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 侧边客服 表单 */
#aside_mask_bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999999998;
}

#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0.6rem 0.4rem;
  border-radius: 0.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-79 {
  --input_font_size: 16px;
  --input_height: 42px;
}

#wpforms-79 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#wpforms-form-79 {
  width: 100%;
  overflow: hidden;
}

#wpforms-79 input,
#wpforms-79 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#wpforms-79 .wpforms-field {
  padding: 0;
  margin: 0;
}

#wpforms-79 .wpforms-error-container {
  line-height: 16px;
}

#wpforms-79 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#wpforms-79 .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-79 .wpforms-field {
  position: relative;
}

#wpforms-79 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}

#wpforms-79 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 14px;
  color: red;
}

#wpforms-79 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 12px !important;
}

#wpforms-79 .wpforms-field {
  width: 100%;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}

#wpforms-79 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}

#wpforms-79 .wpforms-field:nth-child(1),
#wpforms-79 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}

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

#wpforms-79 textarea {
  min-height: 100px;
}

#wpforms-79 input,
#wpforms-79 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-79 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-79 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-79 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-79 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-79 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-79 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-79 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-79 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-79 #wpforms-79-field_1-error,
#wpforms-79 #wpforms-79-field_2-error,
#wpforms-79 #wpforms-79-field_3-error,
#wpforms-79 #wpforms-79-field_4-error {
  position: absolute;
  font-size: 14px;
}

#wpforms-79 .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-79 .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-66 .wpforms-submit-container:hover {
  background-color: var(--i_color2);
  animation: a 0.5s 1 linear;
  animation-delay: 0.01s;
}

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

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

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

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

  /* .aside_right{display:none} */
  #aside_sc_from {
    width: 80%;
  }

  .aside_right li:nth-child(1),
  .aside_right li:nth-child(2),
  .aside_right li:nth-child(3) {
    display: none;
  }
}

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

@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
  }

  #aside_sc_from .tit h6 {
    font-size: 24px;
  }
}

.news_list {
  padding: 0.8rem 0 0.1rem 0;
}

.news_list li {
  margin-bottom: 0.7rem;
}

.news_list li a {
  width: 100%;
  display: block;
  background-color: #f3f3f3;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.3s ease;
}

.news_list_img {
  width: 24%;
  position: relative;
  overflow: hidden;
}

.news_list_img::after {
  content: "";
  display: block;
  padding-bottom: 84%;
}

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

.news_list_text {
  width: calc(76% - 1.3rem);
  padding: 0 3%;
  position: relative;
}

.news_list_text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 110%;
  background-color: #909090;
}

.news_list_text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 0%;
  background-color: var(--i_color);
  z-index: 2;
  transition: all 0.8s ease;
}

.news_list_text h2 {
  font-size: 0.18rem;
  color: #666666;
}

.news_list_text h3 {
  font-size: 0.24rem;
  color: #222;
  margin: 0.1rem 0 0.2rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.news_list_text h4 {
  font-size: 0.18rem;
  color: #4c4c4c;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.48rem;
}

.news_list_i {
  width: 1.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.news_list_i i {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 2px solid var(--i_color);
  position: relative;
  transition: all 0.3s ease;
}

.news_list_i i::after {
  content: "";
  width: 0.22rem;
  height: 0.12rem;
  background: url("static/imgs/news_right.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news_list li:hover a {
  background-color: white;
}

.news_list li:hover h3 {
  color: var(--i_color);
}

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

.news_list li:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.news_list li:hover .news_list_text::before {
  height: 110%;
}

.news_list li:hover .news_list_i i {
  background-color: var(--i_color);
}

.news_list li:hover .news_list_i i::after {
  filter: brightness(10000000) grayscale(100%);
}

.news_list_area {
  padding-bottom: 1rem;
}

@media screen and (max-width: 959px) {
  .news_class li a {
    margin: 0 0.4rem;
  }

  .news_list_text h3 {
    font-size: 18px;
    margin: 0.1rem 0;
  }

  .news_list_text h2 {
    font-weight: normal;
    font-size: 14px;
  }

  .news_list_text h4 {
    font-weight: normal;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .news_class li a {
    margin: 0 0.3rem;
  }

  .news_list_i {
    display: none;
  }

  .news_list_text {
    width: calc(76% - 0.3rem);
    padding: 0rem 3%;
    margin: 0.2rem 0;
  }

  .news_list li {
    margin-bottom: 0.6rem;
  }

  .news_list_area {
    padding-bottom: 0.6rem;
  }

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

@media screen and (max-width: 560px) {
  .news_class li a {
    margin: 0 0.2rem;
  }

  .news_list_text,
  .news_list_img {
    width: 100%;
  }

  .news_list li {
    margin-bottom: 0.4rem;
  }
}

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

.ideology {
  background: url(static/images/bc_cul.webp) no-repeat top;
  background-size: cover;
}

.operations {
  background: url(static/images/bc_cul2.webp) no-repeat top;
  background-size: cover;
}

.cus_txt {
  width: 45%;
}

.cus_txt article {
  font-size: 0.18rem;
  color: #fff;
  line-height: 170%;
  margin: 0.3rem 0;
}

.cus_txt article p {
  font-size: 0.18rem;
  color: #333;
  line-height: 170%;
}

.cus_list li {
  margin-bottom: 0.15rem;
  background-color: rgb(255 255 255 / 10%);
  backdrop-filter: blur(5px);
  overflow: hidden;
  padding: 0.3rem 0.2rem;
}

.cus_list li.curr {
  background-color: rgb(255 255 255 / 50%);
}

.cus_list .tit {
  font-size: 0.24rem;
  margin-right: 0.3rem;
  padding: 6px 0;
  display: flex;
  display: -webkit-flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
}

.cus_list .tit * {
  font-size: 0.24rem;
}

.cus_list h3 i {
  width: 20px;
  height: 20px;
  background: url(static/images/arrow_down_hollow_hei.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 45px;
  right: 2%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cus_list .curr i {
  transform: translateY(-50%) rotate(180deg);
}

.cus_list .text {
  display: none;
  margin: 0.1rem 0;
  font-size: 0.16rem;
  color: #666;
  line-height: 160%;
}

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

  .cus_list .tit {
    font-size: 0.2rem;
  }

  .cus_list .tit * {
    font-size: 0.2rem;
  }

  .cus_list li {
    padding: 0.2rem 0.1rem;
  }
}

@media screen and (max-width: 560px) {
  .cus_list .tit {
    font-size: 0.18rem;
  }

  .cus_list .tit * {
    font-size: 0.18rem;
  }

  .cus_list .text {
    font-size: 14px;
  }

  .cus_txt article {
    font-size: 16px;
    line-height: 150%;
  }
}

.partner h6 {
  font-size: 0.2rem;
  margin-top: 0.3rem;
  text-align: center;
}

.patent_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 0.3rem;
}

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

@media screen and (max-width: 1024px) {
  .patent_list li {
    width: calc((100% - 0.9rem) / 4);
  }
}

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

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

.patent_list .img {
  position: relative;

  overflow: hidden;

  border: 1px solid var(--border_color);

  background: #fff;
}

.patent_list .img::before {
  content: "";

  display: block;

  padding-bottom: 38.75%;
}

.patent_list .img img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.patent_list p {
  margin-top: 0.1rem;

  font-size: 0.18rem;

  text-align: center;
}

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

.patent_list li:hover .img {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
  transform: scale(1.05);
}