/*
Theme Name: Scala
Version: 1.0
Description: 安徽三鸟科技有限公司,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
/* @font-face {
  font-family: "OpenSans";
  src: url("static/fonts/OpenSans-VariableFont_wdth\,wght.ttf");
} */
* {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 150%;
}
a,
iconify-icon {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
.wrap {
  width: 78%;
  max-width: 1500px;
  margin: 0 auto;
}
.wrap_l {
  padding-left: 11%;
}

@media only screen and (max-width: 1440px) {
  .wrap {
    width: 83.3%;
  }
  .wrap_l {
    padding-left: 8.35%;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap {
    width: 90%;
  }
  .wrap_l {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.wrap2 {
  width: 93%;
  margin: 0 auto;
}
:root {
  --i_color: #2373ba;
  --i_color2: #f15a27;
  --head_height: 100px; /* PC端头部高度 */
  --font-color: #222222; /* 常用字体颜色*/
  --border-color: #d5d5d5;
  --i-color-opacity: 37, 114, 184;
  --bc_color: #f2f3f6;
  --box-space: 0.6rem;
}
.TopHeader {
  --head_height: 80px;
  box-shadow: 0px 0px 4px #ddd;
  background: #fff;
  background: var(--bc_color);
}
@media screen and (max-width: 1024px) {
  :root {
    --head_height: 60px;
    --box-space: 0.46rem;
  }
  .TopHeader {
    --head_height: 60px;
  }
}
/* 头部结构 */
header {
  position: fixed;
  height: var(--head_height);
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 4px #ddd;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2025;
}
.top_nav {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7%;
}
@media screen and (max-width: 1440px) {
  .top_nav {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  .top_nav {
    padding: 0 10px;
  }
  header {
    background: rgba(0, 0, 0, 0.9);
  }
}
.logo {
  width: 15%;
}
.cd-primary-nav {
  width: 70%;
}
.top_r {
  width: 5%;
  margin-left: 5%;
}
/* logo */
.logo {
  height: var(--head_height);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logo > a {
  display: block;
  width: 100%;
}
.logo img {
  width: 1.46rem;
  vertical-align: middle;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -o-filter: brightness(100);
  -ms-filter: brightness(100);
  filter: brightness(100);
}
.TopHeader .logo img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 1024px) {
  .logo img {
    width: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .logo img {
    width: 1rem;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    z-index: 2015;
    gap: 0 0.4rem;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li > a {
    display: block;
    font-size: 17px;
    color: #fff;
    white-space: nowrap;
    font-weight: normal;
    line-height: var(--head_height);
    border-bottom: 2px solid transparent;
  }
  .TopHeader .i_nav > li > a {
    color: #222;
  }
  .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 {
    border-color: #fff;
  }
  .TopHeader .i_nav > .current-menu-item > a,
  .TopHeader .i_nav > .current-category-ancestor > a,
  .TopHeader .i_nav > .current-post-ancestor > a,
  .TopHeader .i_nav > .current-menu-ancestor > a,
  .TopHeader .i_nav > .current-menu-parent > a,
  .TopHeader .i_nav > li:hover > a,
  .i_nav .curr > a {
    color: var(--i_color) !important;
    border-color: var(--i_color);
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    text-align: center;
    border-top: 2px solid var(--i_color);
  }
  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .i_nav .sub-menu > li:hover {
    background: var(--i_color);
  }
  .i_nav .sub-menu > li:hover > a {
    color: #fff;
  }
  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }
  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E")
      no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.3rem;
  }
  .i_nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav {
    gap: 0 0.2rem;
  }
  .i_nav > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--head_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--head_height));
    background: #fff;
    overflow-y: auto;
  }
  .i_nav a {
    display: block;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    background: url(static/images/arrow_down_hollow_hei.svg) no-repeat center;
    background-size: 18px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > .menu-item-has-children span.on {
    transform: rotate(180deg);
  }
  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 14px;
    color: #222;
    line-height: 44px;
  }
  .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: 13px;
    color: #555;
    line-height: 40px;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
}
/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}
.nav_menu.on i {
  opacity: 0;
}
.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}
.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
    margin-left: 0.2rem;
  }
}
.top_r {
  height: var(--head_height);
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
/* 搜索 */
.top_search_ico {
  position: relative;
  margin-right: 0.4rem;
}
.top_search_ico i {
  display: block;
  width: 20px;
  height: 20px;
  background: url("static/images/public/search_1_bai.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.TopHeader .top_search_ico i {
  background: url("static/images/public/search_1_hei.svg") no-repeat center;
  background-size: contain;
}
.top_search {
  --search_height: 44px;
}
.top_search {
  position: absolute;
  top: var(--head_height);
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: -1;
}
.top_search.on {
  display: block !important;
  height: 74px;
  margin-top: 0px;
}
.top_search form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36%;
  font-size: 0;
  overflow: hidden;
}
.top_search .top_search_ipt,
.top_search .top_search_btn {
  display: inline-block;
  vertical-align: middle;
}
.top_search .top_search_ipt {
  width: calc(100% - var(--search_height));
  height: var(--search_height);
  line-height: var(--search_height);
  box-sizing: border-box;
  padding-left: 16px;
  font-size: 16px;
  color: #555;
}
.top_search .top_search_btn {
  width: var(--search_height);
  height: var(--search_height);
  background: var(--i_color) url("static/images/search_bai.svg") no-repeat
    center;
  background-size: 20px;
  cursor: pointer;
}
.top_search {
  -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;
}
/* 语言切换 */
.top_language {
  position: relative;
  cursor: pointer;
}
/* .top_language>li:after{content:""; position:absolute; top:50%; margin-top:-4px; right:-14px; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-top:8px solid #fff}
.top_language.on>li:after{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg)} */
.top_language i {
  display: block;
  width: 26px;
  height: 26px;
  background: url("static/images/public/language_1_bai.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.TopHeader .top_language i {
  background: url("static/images/public/language_1_hei.svg") no-repeat center;
  background-size: contain;
}
.top_language .sub-menu {
  position: absolute;
  top: 34px;
  right: 0;
  display: none;
  min-width: 100%;
  background: #fff;
}
.top_language.on .sub-menu {
  display: block !important;
  box-shadow: 0px 0px 4px #eee;
}
.top_language .sub-menu li {
  border-bottom: 1px solid #eee;
}
.top_language .sub-menu a > span {
  display: block;
  padding: 0 14px;
  min-width: 110px;
  overflow: hidden;
}
.top_language .sub-menu img,
.top_language .sub-menu .trp-ls-language-name {
  display: inline-block;
  vertical-align: middle;
}
.top_language .sub-menu .trp-ls-language-name {
  margin-left: 8px;
  font-size: 14px;
  color: #666;
  line-height: 32px;
}
.top_language .sub-menu li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.top_language .sub-menu li:hover .trp-ls-language-name {
  color: var(--i_color);
}
@media screen and (max-width: 959px) {
  .top_r {
    display: none;
  }
}
header,
.logo,
.top_r,
.i_nav > li {
  -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;
}

/* --------------移动端菜单栏-------------------- */
.phone_bar {
  display: none;
}
@media screen and (max-width: 959px) {
  /* 移动端底部 */
  .phone_bar {
    width: 100%;
    display: flex;
    background-color: #fff;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  .phone_bar a {
    flex: 1;
    display: flex;
    height: 100%;
    border: 1px solid #d3d3d3;
    border-top: none;
    justify-content: center;
    align-items: center;
  }
  .phone_bar a p {
    display: flex;
    align-items: center;
  }
  .phone_bar a p img {
    width: 23px;
    height: 23px;
    object-fit: cover;
    margin-right: 5px;
  }
  .phone_bar a p span {
    font-size: 16px;
    line-height: 100%;
  }
}
/* i_banner */
.i_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.i_banner .swiper-slide {
  height: 0;
  overflow: hidden;
  padding-bottom: 100vh;
  position: relative;
}
.i_banner .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_banner .swiper-slide.bc::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(35, 115, 186, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.i_banner .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: 2;
}
.i_banner .swiper-button-prev,
.i_banner .swiper-button-next {
  position: absolute;
  top: 50%;
  opacity: 0.6;
  transform: translate(0, -50%);
  width: 40px;
  height: 50px;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.i_banner .swiper-button-prev {
  left: -40px;
  background: rgba(0, 0, 0, 0.5)
    url(static/images/public/arrow_left_hollow_bai2.svg) no-repeat center;
  background-size: 20px;
}
.i_banner .swiper-button-next {
  right: -40px;
  background: rgba(0, 0, 0, 0.5)
    url(static/images/public/arrow_right_hollow_bai2.svg) no-repeat center;
  background-size: 20px;
}
.i_banner:hover .swiper-button-prev {
  left: 0%;
}
.i_banner:hover .swiper-button-next {
  right: 0%;
}
.i_banner .swiper-button-prev:hover,
.i_banner .swiper-button-next:hover {
  background-color: var(--i_color);
}
/* 指示器 */
.i_banner .pagination-all {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 10;
}
.i_banner .swiper-pagination {
  position: relative;
  display: inline-block;
  text-align: left;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
}
.i_banner .swiper-pagination-bullet {
  width: 20px;
  height: 60px;
  border-radius: 0;
  text-align: center;
  background-color: transparent;
  opacity: 1;
  margin: 0 8px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  position: relative;
  color: rgba(38, 114, 188, 0.5);
  box-sizing: border-box;
  padding-top: 20px;
}
.i_banner .swiper-pagination-bullet::after {
  content: "";
  width: 1px;
  height: 42%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(38, 114, 188, 0.5);
}
.i_banner .swiper-pagination-bullet-active {
  color: var(--i_color) !important;
  padding-top: 0px !important;
}
.i_banner .swiper-pagination-bullet-active::after {
  background: var(--i_color) !important;
  height: 65% !important;
}
@media screen and (max-width: 1024px) {
  .i_banner .swiper-slide {
    padding-bottom: 40vh;
  }
}
@media screen and (max-width: 560px) {
  .i_banner .swiper-slide {
    padding-bottom: 50vh;
  }
}
/* banner上文字 */
.b_t1 {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.b_t1 h6 {
  font-size: 0.8rem;
  color: #fff;
  line-height: 120%;
  text-shadow: 2px 2px 10px #777;
  position: relative;
}

.b_t1 p {
  font-size: 0.24rem;
  color: #fff;
  position: relative;
  background: var(--i_color);
  padding: 4px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  margin: 0.3rem 0;
}

@media screen and (max-width: 1440px) {
  .b_t1 h6 {
    font-size: 0.6rem;
  }
  .b_t1 p {
    font-size: 0.2rem;
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 1366px) {
  .b_t1 h6 {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_t1 {
    width: 80%;
  }

  .b_t1 h6 {
    font-size: 0.4rem;
  }
  .b_t1 p {
    font-size: 0.18rem;
    margin: 0.12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .b_t1 {
    width: 90%;
  }
  .b_t1 h6 {
    font-size: 0.3rem;
  }
  .b_t1 .txt {
    width: 100%;
  }

  .b_t1 p {
    font-size: 0.16rem;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 560px) {
  .b_t1 h6 {
    font-size: 0.2rem;
  }
  .b_t1 p {
    font-size: 13px;
  }
}
.b_t2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}
.b_t2 h6 {
  font-size: 0.56rem;
  text-shadow: 2px 2px 10px #777;
}
.b_t2 .text span {
  position: relative;
  display: block;
  font-size: 0.18rem;
  margin-bottom: 9px;
  padding-left: 0.2rem;
}
.b_t2 .text span::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  background: #fff;
  border-radius: 50%;
  margin-right: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .b_t2 h6 {
    font-size: 0.46rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_t2 h6 {
    font-size: 0.3rem;
  }
  .b_t2 .text span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .b_t2 h6 {
    font-size: 0.2rem;
  }
  .b_t2 .text span {
    display: none;
  }
}
.bc {
  background: var(--bc_color);
}
/* Breadcrumb */
.in_position {
  position: relative;
}
.in_position .wrap {
  padding: 0.2rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--border_color);
}
.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;
  }
}
/* Number of pages */
.in_page_box {
  text-align: center;
  margin: 0.3rem auto 0;
  overflow: hidden;
}
.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.in_page li {
  margin: 0 0.04rem;
}
.in_page a,
.in_page span {
  display: block;
  width: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  margin: 0 6px;
  font-size: 0.14rem;
  color: #666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
}
.in_page > i {
  margin-left: 0.1rem;
  font-size: 0.13rem;
  color: #888;
}
.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: transparent !important;
  background: var(--i_color);
  color: #fff !important;
}
.com_but {
  display: inline-block;
  border-radius: 25px;
  background-color: transparent;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.5rem;
  width: 1.8rem;
  position: relative;
  border: 1px solid var(--i_color);
  overflow: hidden;
  transition: color 0.3s 0.1s ease-out;
  cursor: pointer;
}
.com_but::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.5s ease-out;
  background: var(--i_color);
  box-shadow: inset 0 0 0 0em var(--i_color);
}
.com_but span {
  color: #fff;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.com_but:hover span {
  color: var(--i_color);
}
.com_but:hover::before {
  box-shadow: inset 0 0 0 5em #fff;
}
.com_but2 {
  display: inline-block;
  border-radius: 25px;
  background-color: transparent;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.5rem;
  width: 1.8rem;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
  transition: color 0.3s 0.1s ease-out;
  cursor: pointer;
}
.com_but2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.5s ease-out;
  background: #fff;
  box-shadow: inset 0 0 0 0em #fff;
}
.com_but2 span {
  color: var(--i_color);
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.com_but2:hover span {
  color: #fff;
}
.com_but2:hover::before {
  box-shadow: inset 0 0 0 5em var(--i_color);
}
@media screen and (max-width: 959px) {
  .com_but,
  .com_but2 {
    width: 1.6rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
  }
}
.box_mg {
  margin-top: 0.8rem;
}
@media screen and (max-width: 959px) {
  .box_mg {
    margin-top: 0.5rem;
  }
}
.com_tit {
  font-size: 0.5rem;
  text-transform: capitalize;
  font-weight: bold;
  color: var(--font-color);
  text-align: center;
}
.com_tit.left {
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .com_tit {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .com_tit {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .com_tit {
    font-size: 0.22rem;
  }
}

.main_more {
  display: inline-flex;
  position: relative;
  height: 47px;
  border-radius: 40px;
  background: #f15a27;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 46px;
  margin-top: 0.2rem;
  align-items: center;
}
.main_more span {
  transform: translateX(0);
  transition: transform 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.main_more i {
  justify-content: center;
  align-items: center;
  display: flex;
  right: 10px;
  top: 10px;
  position: absolute;
  height: 27px;
  width: 27px;
  background: #ffffff;
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
  transition: -webkit-clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.main_more i:after {
  content: "";
  display: inline-block;
  background: url(static/images/icon.png) no-repeat -162px -374px;
  height: 10px;
  width: 14px;
}
.main_more:hover i {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
.main_more:hover span {
  transform: translateX(-14px);
}

@media (max-width: 768px) {
  .main_more i {
    display: none;
  }
  .main_more:hover i {
    display: none;
  }
  .main_more:hover span {
    transform: translateX(0);
  }
}
.center {
  text-align: center;
}
.main_more_btn {
  padding: 0 0.25rem 0 0.3rem;
  background: var(--i_color);
  border-radius: 40px;
  height: 0.64rem;
  line-height: 0.64rem;
  align-items: center;
  display: inline-flex;
  position: relative;
  color: #fff;
  transition: all 0.6s;
}
.main_more_btn .text {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  z-index: 99;
  transition: all 0.6s;
}
.main_more_btn .text i {
  background: url(static/images/arow_icon.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 0.13rem;
  width: 0.13rem;
  margin-left: 0.3rem;
  transition: all 0.6s;
}
.main_more_btn:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  -webkit-clip-path: inset(
    0.14rem 0.14rem 0.14rem calc(100% - 0.49rem) round 0.315rem
  );
  clip-path: inset(0.14rem 0.14rem 0.14rem calc(100% - 0.49rem) round 0.315rem);
  transition: transform 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    transform 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    transform 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_more_btn:hover {
  box-shadow: 0 0 30px rgba(35, 115, 186, 0.5);
}
.main_more_btn:hover .text {
  color: var(--i_color);
}
.main_more_btn:hover i {
  transform: rotate(45deg);
}
.main_more_btn:hover:after {
  -webkit-clip-path: inset(0 round 0.315rem);
  clip-path: inset(0 round 0.315rem);
  height: 103%;
  top: -1px;
}
@media (max-width: 768px) {
  .main_more_btn {
    height: 0.53rem;
    line-height: 0.53rem;
    padding: 0 0.2rem;
  }
  .main_more_btn .text {
    font-size: 13px;
  }
  .main_more_btn:after {
    display: none;
  }
  .main_more_btn .text i {
    display: none;
  }
  .main_more_btn:hover:after {
    display: none;
  }
  .main_more_btn:hover .text {
    color: #fff;
  }
}

/* 首页 */
.i_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
  .number_content {
    z-index: 2;
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.number_content .number {
  background: #fff;
  display: flex;
  padding: 0.3rem 0;
  justify-content: center;
  /* box-shadow: 0 0.2rem 0.8rem -0.1rem rgba(35, 115, 186, 0.55); */
  border-radius: 100px;
  flex-wrap: wrap;
}

.number_content .number li {
  max-width: 32%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
}

.number_content .number li .num {
  overflow: hidden;
  display: block;
  font-size: 0.4rem;
  color: var(--i_color);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.number_content .number li .num span {
  font-size: inherit;
}
.number_content .number li .text {
  font-size: 0.16rem;
  color: #444860;
  margin-left: 0.15rem;
}

.number_content .number li .top {
}
@media screen and (max-width: 1024px) {
  .number_content .number li .num {
    font-size: 0.3rem;
  }
  .number_content .number li .text {
    font-size: 14px;
  }
}
.i_hot_p {
  background: url(static/images/bc_p.webp) no-repeat bottom;
  background-size: cover;
}
.i_hot_p .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}
.i_hot_p .img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.i_hot_p .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.i_hot_p .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_hot_p .txt {
  width: 40%;
}
.i_hot_p .txt h6 {
  font-size: 0.24rem;
  color: var(--i_color);
  margin: 0.16rem 0;
}
.i_hot_p .txt .text span {
  position: relative;
  display: block;
  font-size: 18px;
  color: #444860;
  margin-bottom: 9px;
  padding-left: 0.2rem;
}
.i_hot_p .txt .text span::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  background: #f15a27;
  border-radius: 50%;
  margin-right: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .i_hot_p {
    margin-top: 0.4rem;
  }
  .i_hot_p .img,
  .i_hot_p .txt {
    width: 100%;
  }
  .i_hot_p .txt h6 {
    font-size: 0.2rem;
    margin: 0.1rem 0;
  }
  .i_hot_p .txt .text span {
    font-size: 16px;
  }
}
.i_products {
  background: url(static/images/bc_p.webp) no-repeat left top;
  background-size: cover;
}
.ip_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.ip_menu li {
  width: 20%;
  position: relative;
  cursor: pointer;
  background: #e5eaee;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.1rem 0.2rem;
}
.ip_menu li img {
  display: block;
  max-width: 0.7rem;
  margin: 0 auto;
}
.ip_menu p {
  color: var(--font_color);
  font-size: 18px;
  margin-top: 0.1rem;
}
.ip_menu li.current,
.ip_menu li:hover {
  background: var(--i_color);
}
.ip_menu li.current p,
.ip_menu li:hover p {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .ip_menu {
    gap: 0.2rem 0;
    justify-content: space-between;
  }
  .ip_menu li {
    width: 30%;
    border-radius: 0.1rem;
  }
  .ip_menu p {
    font-size: 16px;
    margin-top: 0;
  }
  .ip_menu li img {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .ip_menu p {
    font-size: 14px;
  }
}

.ip_cont > div:not(:first-child) {
  display: none;
}
.ip_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.ip_list li {
  width: calc((100% - 0.6rem) / 3);
  position: relative;
  box-shadow: 0 0.1rem 0.5rem rgba(139, 139, 139, 0.25);
  background: #fff;
  padding: 0.2rem 0.4rem 0.57rem;
  border-radius: 0.4rem;
}

@media screen and (max-width: 1024px) {
  .ip_list li {
    width: calc(50% - 0.15rem);
  }
}
@media screen and (max-width: 560px) {
  .ip_list li {
    width: 100%;
  }
}
.ip_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ip_list .img::before {
  content: "";
  display: block;
  padding-bottom: 79.93%;
}
.ip_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ip_list h6 {
  font-weight: bold;
  margin: 0.2rem 0;
  font-size: 0.24rem;
  color: #444860;
  text-align: center;
}
.ip_list .text * {
  color: #666;
  font-size: 0.16rem;
}
.ip_list .pro_more {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ip_list .pro_more .main_more {
  margin-top: 0;
  background: #e5eaee;
  color: #444860;
  padding: 0 33px;
}
.ip_list .pro_more .main_more:hover {
  background: var(--i_color);
  color: #fff;
}
.ip_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip_list li:hover img {
  width: 110%;
  height: 110%;
}
.ip_list li:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .ip_list h6 {
    font-size: 0.2rem;
  }
}

/* about */
.i_about {
  position: relative;
  overflow: hidden;
}
.i_about .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 0.3rem 0;
}
.i_about .img {
  width: 46%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.i_about .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.i_about .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_about .txt {
  width: 50%;
  font-size: 0.18rem;
}

.i_about article {
  margin: 0.2rem 0 0.3rem;
  color: #666;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 10);
  overflow-y: auto;
  padding-right: 2%;
}
.i_about article * {
  margin: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.i_about article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

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

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

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

@media screen and (max-width: 1024px) {
  .i_about .img,
  .i_about .txt {
    width: 100%;
  }
}

.in_ad {
  /* background: url(static/images/bc_iapp.webp) no-repeat center;
  background-size: cover; */
  background: #f1f1f1;
}
.in_ad_list .advantage {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.in_ad_list .img {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}
.in_ad_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.72%;
}
.in_ad_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_ad_list .txt {
  width: 44%;
}
.in_ad_list span {
  color: #666;
  font-size: 0.2rem;
}
.in_ad_list span i {
  font-size: 0.32rem;
  color: var(--i_color);
}
.in_ad_list h6 {
  font-size: 0.3rem;
  color: var(--i_color);
  position: relative;
  padding-bottom: 0.16rem;
  margin: 0.2rem 0 0.3rem;
  text-transform: capitalize;
}
.in_ad_list h6::after {
  content: "";
  width: 0.55rem;
  height: 3px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.in_ad_list p {
  font-size: 0.18rem;
  color: #666;
}
@media screen and (max-width: 1440px) {
  .in_ad_list h6 {
    font-size: 0.24rem;
    margin: 0.14rem 0 0.2rem;
    padding-bottom: 0.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_ad_list .img,
  .in_ad_list .txt {
    width: 100%;
  }
  .in_ad_list p {
    font-size: 0.16rem;
  }
}
.in_ad_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.in_ad_menu li {
  width: 19%;
  padding: 0.2rem 0;
  border-top: 2px solid #ddd;
  position: relative;
}
.in_ad_menu li::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  right: 0;
  top: -2px;
}
.in_ad_menu span {
  font-size: 0.18rem;
  color: #999;
  font-weight: bold;
  display: block;
}
.in_ad_menu h5 {
  color: #666;
  font-size: 0.2rem;
}
.in_ad_menu h5,
.in_ad_menu span,
.in_ad_menu li::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_ad_menu li:hover::after {
  width: 100%;
  right: initial;
  left: 0;
}
.in_ad_menu li:hover h5,
.in_ad_menu li:hover span {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_ad_menu h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .in_ad_menu li {
    width: 49%;
    padding: 0.14rem 0;
  }
  .in_ad_menu h5,
  .in_ad_menu span {
    font-size: 0.16rem;
  }
}

/* 首页新闻 */
.i_news_list {
  margin-top: var(--box-space);
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 33% 33% 33% 33%;
  gap: 10px;
  position: relative;
}
.i_news_list::after,
.i_news_list::before {
  content: "";
  width: 49.5%;
  height: 120%;
  background: none;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 4px #eee;
  position: absolute;
  top: -10%;
  z-index: -1;
}
.i_news_list::after {
  left: 0;
}
.i_news_list::before {
  right: 0;
}
.i_news_list li {
  border-bottom: 1px solid #ddd;
  width: 88%;
  margin: 0 auto;
  position: relative;
}
.i_news_list li:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 4;
}
.i_news_list li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.i_news_list li:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.i_news_list li:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}
.i_news_list li a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.i_news_list .left_img {
  width: 45%;
  position: relative;
  overflow: hidden;
}
.i_news_list .left_img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.i_news_list .left_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_news_list li section {
  width: 100%;
}
.i_news_list li:first-child section {
  width: 50%;
}
.i_news_list h6 {
  color: rgba(32, 32, 32, 0.9);
  font-size: 0.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i_news_list li:first-child h6 {
  font-size: 0.22rem;
}
.i_news_list .data {
  margin-top: 10px;
  font-size: 0.16rem;
  color: var(--i_color);
}
.i_news_list .txt {
  margin-top: 0.24rem;
  font-size: 0.16rem;
  color: rgba(32, 32, 32, 0.8);
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.i_news_list i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background-color: var(--i_color);
  font-size: 0.3rem;
  color: #fff;
}
@media screen and (min-width: 959px) {
  .i_news_list li:not(:first-of-type) .left_img,
  .i_news_list li:not(:first-of-type) i {
    display: none;
  }
  .i_news_list li:not(:first-of-type) .txt {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .i_news_list li:not(:first-of-type) .data {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.14rem;
    color: rgba(32, 32, 32, 0.7);
    display: flex;
    flex-direction: column-reverse;
  }
  .i_news_list li:not(:first-of-type) .data span {
    font-size: 0.4rem;
  }
  .i_news_list li:not(:first-of-type) section {
    padding-left: 10%;
    margin-top: 10px;
  }
  .i_news_list li:not(:first-of-type):hover h6,
  .i_news_list li:not(:first-of-type):hover .data span {
    color: var(--i_color);
  }
  .i_news_list li:first-child,
  .i_news_list li:last-child {
    border: none;
  }
}
@media screen and (max-width: 959px) {
  .i_news_list li section {
    width: 50%;
  }
  .i_news_list {
    display: block;
  }
  .i_news_list li {
    width: 100% !important;
    box-shadow: 0px 0px 10px 4px #eee;
    padding: 5%;
    margin: 0.3rem auto;
    border: none;
  }
  .i_news_list::after,
  .i_news_list::before {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .i_news_list li section {
    width: 100%;
  }
  .i_news_list li .left_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.in_a_louti {
  position: relative;
  overflow: hidden;
}
.i_partner {
  position: relative;
  overflow: hidden;
}
.i_par_swiper {
  position: relative;
  overflow: hidden;
  margin-top: var(--box-space);
}
.i_par_swiper_list {
  position: relative;
}
.i_par_swiper .b-button-next,
.i_par_swiper .b-button-prev {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
  height: 60px;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.i_par_swiper .b-button-prev {
  left: 0px;
  background: rgb(255 255 255 / 30%)
    url(static/images/public/arrow_left_hollow_bai3.svg) no-repeat center;
  background-size: 22px;
}
.i_par_swiper .b-button-next {
  right: 0px;
  background: rgb(255 255 255 / 30%)
    url(static/images/public/arrow_right_hollow_bai3.svg) no-repeat center;
  background-size: 22px;
}
.i_par_swiper .b-button-next:hover,
.i_par_swiper .b-button-prev:hover {
  background-color: var(--i_color);
}
/* 指示器 */
.i_par_swiper .b-pagination {
  text-align: center;
  margin: 0.3rem auto 0;
  /* display: none; */
}
.i_par_swiper .b-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  background: #bdcbd4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.i_par_swiper .b-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
.i_par_swiper {
  padding: 10px;
}
.i_par_list li {
  border-radius: 10px;
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
.i_par_list .img {
  position: relative;
  overflow: hidden;
}
.i_par_list .img::before {
  content: "";
  display: block;
  padding-bottom: 59%;
}
.i_par_list .img img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_par_list li:hover {
  box-shadow: 0px 0px 10px 0px rgba(89, 89, 89, 0.15);
}

.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium,
.wp-core-ui div.wpforms-container input.wpforms-field-medium,
.wp-core-ui div.wpforms-container select.wpforms-field-medium,
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.top_banner {
  position: relative;
  overflow: hidden;
}
.top_banner::before {
  content: "";
  display: block;
  padding-bottom: 31.25%;
}
.top_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(35, 115, 186, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.top_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .top_banner::before {
    padding-bottom: 40vh;
  }
}
@media screen and (max-width: 560px) {
  .top_banner::before {
    padding-bottom: 50vh;
  }
}

/* ------------------------产品详情页--------------------- */
.top_detail {
  box-shadow: inset 0 0 24px 20px rgba(0, 0, 0, 0.05);
  margin-top: var(--head_height);
}
.top_detail .in_position {
  padding: 16px 0;
}
.pd_img_box {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.pd_img_box .left_img {
  width: 40%;
}
.pd_img_box .right_txt {
  width: 55%;
  color: var(--font-color);
}
@media screen and (max-width: 1024px) {
  .pd_img_box .left_img,
  .pd_img_box .right_txt {
    width: 100%;
  }
}
.in_grid_cont {
  --sm_pic_width: 17%;
}
.in_grid_cont {
  position: relative;
  overflow: hidden;
}
.in_grid_cont:before {
  content: "";
  display: block;
  padding-bottom: 80.4%;
}
.in_grid_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;
  padding: 40px 0;
}
.in_grid_list {
  height: 100%;
  overflow: hidden;
}
.in_grid_list .swiper-slide {
  cursor: pointer;
}
.in_grid_list .img {
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
  position: relative;
  overflow: hidden;
}
.in_grid_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_grid_list .swiper-slide-thumb-active .img {
  border: 2px solid var(--i_color);
}
.in_grid_list .swiper-slide-thumb-active img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
.ingrid-button-prev,
.ingrid-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ingrid-button-prev {
  left: 0;
  background: url(static/images/arrow_left_hollow_heiss.svg) no-repeat center;
  background-size: 20px;
}
.ingrid-button-next {
  right: 0;
  background: url(static/images/arrow_right_hollow_heiss.svg) no-repeat center;
  background-size: 20px;
}
.ingrid-button-prev.swiper-button-disabled,
.ingrid-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.1;
}
/* 澶у浘 */
.in_grid_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  padding: 0 0;
  margin: 0 auto;
}
.in_grid_show {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.in_grid_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.in_grid_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.ingrid-pagination {
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(1, 167, 255, 0.15);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: var(--i_color);
}
.ingrid-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.ingrid-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
.in_grid_cont:before {
  display: none;
}
.in_grid_show_box {
  position: initial;
  width: 99%;
  border-radius: 0.04rem;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}
.in_grid_show .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_grid_show .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_grid_show .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_grid_list_box {
  margin-top: 0.3rem;
  padding: 0 0;
  position: relative;
  width: 100%;
  height: initial;
}
.in_grid_list {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.in_grid_list_box .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.in_grid_list_box .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.in_grid_list .img {
  height: auto;
  border-radius: 0.04rem;
}
.in_grid_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_grid_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.pd_img_box h1 {
  font-weight: bold;
  color: var(--i_color);
  font-size: 0.24rem;
}
.pd_img_box .futit {
  color: rgba(32, 32, 32, 0.8);
  font-size: 0.18rem;
  margin: 0.2rem 0;
}
@media screen and (max-width: 1024px) {
  .pd_img_box h1 {
    font-size: 0.2rem;
  }
  .pd_img_box .futit {
    font-size: 0.16rem;
  }
}
.brief {
  padding: 0.2rem 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 0.16rem;
  line-height: 0.28rem;
  max-height: calc(0.24rem * 10);
  overflow-y: auto;
  padding-right: 2%;
}
.brief * {
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.brief::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.brief::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.brief::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
.share_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.share_list p {
  color: #8c8c8c;
  font-size: 0.16rem;
}
.share_list dl {
  width: 25%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.share_list dd {
  font-size: 0.16rem;
}
.share_list a {
  display: block;
  width: 100%;
}
.share_list img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.share_list img:hover {
  transform: translateY(-6px);
}
.pd_but {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.pd_but i {
  padding-right: 10px;
}
.pd_but i,
.pd_but span {
  position: relative;
  z-index: 2;
}
.pd_but a {
  display: block;
  font-size: 0.18rem;
  width: 40%;
  text-align: center;
  padding: 0.12rem 2%;
  border-radius: 0.3rem;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.pd_but a::after {
  content: "";
  width: 300%;
  height: 300%;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_but a:first-child {
  background-color: var(--i_color);
  color: #fff;
}
.pd_but a:last-child {
  border: 1px solid var(--i_color);
  background-color: #fff;
  color: var(--i_color);
}
.pd_but a:first-child::after {
  background-color: #fff;
}
.pd_but a:last-child::after {
  background-color: var(--i_color);
}
.pd_but a:first-child:hover::after,
.pd_but a:last-child:hover::after {
  top: -10%;
}
.pd_but a:first-child:hover {
  color: var(--i_color);
}
.pd_but a:last-child:hover {
  color: #fff;
}
.tags {
  font-size: 0.16rem;
  color: #666;
  line-height: 150%;
}
.tags h6 {
  font-weight: bold;
  font-size: 0.18rem;
  font-weight: bold;
  color: var(--i_color);
  margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .pd_but a {
    width: 60%;
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .share_list dl {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 959px) {
  .pd_img_box .left_img {
    margin: 0 auto;
  }
  .pd_img_box .right_txt {
    margin-top: 0.3rem;
  }
  .pd_img_box {
    flex-wrap: wrap;
  }
}
/* 相关产品轮播 */
.pd_partner {
  position: relative;
}
.pd_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pd_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.pd_partner_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
/* 指示器 */
.pt-pagination {
  display: none;
  text-align: center;
  margin: 20px auto 0;
}
.pt-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
/* 左右箭头 */
.pd_partner .pt-button-prev,
.pd_partner .pt-button-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.pd_partner .pt-button-prev:before,
.pd_partner .pt-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  color: #fff;
  font-family: -apple-system, simsun, system-ui, sans-serif;
  letter-spacing: -2px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pd_partner .pt-button-prev {
  left: 0px;
}
.pd_partner .pt-button-prev:before {
  content: "<";
}
.pd_partner .pt-button-next {
  right: 0px;
}
.pd_partner .pt-button-next:before {
  content: ">";
}
.pd_partner .pt-pagination {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 100% !important;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 10;
}
.pd_partner .pt-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: rgb(255 255 255 / 50%);
  margin: 0 4px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  outline: none;
}
.pd_partner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--i_color);
  height: 3px;
  top: -1px;
}
.pd_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
@media screen and (max-width: 560px) {
  .pt-pagination {
    margin: 14px auto 0;
  }
  .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
/* ------------------详情锚点--------------- */
.detail_mao_all {
  --four_height: 0.6rem;
}
.detail_mao_all {
  display: flex;
  display: -webkit-flex;
}
.detail_mao_alls {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.detail_mao {
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.detail_mao li {
  display: flex;
  margin-right: 6%;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: var(--four_height);
  border-radius: 0.35rem;
  position: relative;
}
.detail_mao li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: var(--four_height);
  font-size: 0.22rem;
  color: var(--font-color);
  transition: all 0.3s ease;
}
.detail_mao > li::before,
.detail_mao > li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.detail_mao > li::before {
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 8px solid var(--i_color);
}
.detail_mao > li::after {
  width: 0%;
  height: 3px;
  background-color: var(--i_color);
  bottom: 0;
}
/* 锚点激活样式 */
.detail_mao > li:hover a,
.detail_mao .list.active a {
  color: var(--i_color);
}
.detail_mao li.active::after,
.detail_mao > li:hover::after {
  width: 100%;
}
.detail_mao > li:hover::before,
.detail_mao > li.active::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.in_nav_tit {
  display: none;
}
.in_nav.navFix {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 0;
  top: 0.8rem;
  background: #fff;
  z-index: 2014;
  width: 100%;
}
.in_nav_tit {
  width: 100%;
  background-color: var(--i_color);
}
.in_nav_tit h6 {
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .in_nav.navFix {
    top: 0.6rem;
  }
  .in_nav_tit {
    display: block;
  }
  .detail_mao {
    display: none;
  }
  .detail_mao_alls {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .detail_mao {
    flex-wrap: wrap;
    width: 100%;
  }
  .detail_mao li {
    width: 100%;
  }
  .detail_mao li:hover {
    background-color: var(--i_color);
    box-shadow: 0 0 0.2rem rgba(1, 158, 230, 0.3);
  }
  .detail_mao li:hover a {
    color: white;
  }
  .detail_mao li a {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .detail_mao {
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 425px) {
}
.detail_content article {
  color: #333;
  font-size: 0.16rem;
}
.detail_content article * {
  line-height: 150%;
}
.detail_content article p {
  min-height: 20px;
}
.detail_content article img,
.detail_content article iframe {
  max-width: 100%;
}
.detail_content article h2 {
  font-size: 0.22rem;
  color: var(--i_color);
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 959px) {
  .detail_content article h2 {
    font-size: 0.2rem;
  }
}
.pack_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.pack_list li {
  width: 24%;
  position: relative;
  overflow: hidden;
}
.pack_list li::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pack_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pd_tit {
  text-transform: capitalize;
  text-align: center;
  font-size: 0.36rem;
  color: var(--font-color);
  font-weight: bold;
  display: table;
  padding: 8px 0;
  margin: 0.2rem 0 0.1rem;
  position: relative;
}
.pd_tit::after {
  content: "";
  width: 30px;
  height: 4px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .pd_tit {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .pd_tit {
    font-size: 0.22rem;
  }
  .pd_tit::after {
    width: 22px;
    height: 2px;
  }
}
#wpforms-26 {
  margin-top: 0.6rem;
}
#wpforms-26 label {
  display: none;
}
#wpforms-26 .wpforms-field-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#wpforms-26 .wpforms-field-container > div {
  width: 47%;
}
#wpforms-26 .wpforms-field-container > div:nth-child(3) {
  width: 100%;
}
#wpforms-26 input,
#wpforms-26 textarea {
  width: 100%;
  background-color: #eee;
  border-radius: 0.16rem;
  padding: 2%;
}
#wpforms-26 input {
  height: 0.7rem;
}
#wpforms-26 textarea {
  min-height: 1.3rem;
  margin-top: 0.3rem;
  padding: 0.16rem 1%;
}
#wpforms-26 .wpforms-submit-container {
  margin-top: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#wpforms-26 .wpforms-submit-container button {
  min-width: 1.3rem;
  min-height: 0.5rem;
  padding: 0 0.5rem;
  font-size: 0.2rem;
  color: #fff;
  border-radius: 0.25rem;
  background-color: var(--i_color);
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-26 .wpforms-submit-container button:hover {
  background-color: #fff;
  color: var(--i_color);
  border: 1px solid var(--i_color);
}
.adv {
  background: url(static/images/bc_pd.jpg) no-repeat center;
  background-size: cover;
}
.adv_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.adv_list li {
  width: 18%;
  border-radius: 20px;
  overflow: hidden;
  padding: 0.3rem 0.2rem;
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.adv_list iconify-icon {
  font-size: 0.6rem;
  color: inherit;
}
.adv_list h6 {
  margin: 0.12rem 0;
  font-size: 0.18rem;
}
.adv_list li:nth-child(even) {
  background-color: #fff;
  color: var(--font-color);
  box-shadow: 0px 0px 10px 6px #eee;
}
.adv_list li:nth-child(odd) {
  background-color: var(--i_color);
  color: #fff;
}
.adv_list li:hover {
  transform: scale(105%);
}
@media screen and (max-width: 959px) {
  .adv_list iconify-icon {
    font-size: 0.4rem;
  }
  .adv_list li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.pd_partner_list li {
  border: 1px solid #ddd;
}
.pd_partner_list li a {
  display: block;
  width: 100%;
  position: relative;
}
.pd_partner_list .txt {
  padding: 0 2%;
  color: var(--font-color);
  text-align: center;
}
.pd_partner_list p {
  height: 0.54rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.18rem;
  line-height: 150%;
  font-weight: bold;
}
.pd_partner_list span {
  display: block;
  font-size: 0.16rem;
  margin: 0.18rem 0 0.4rem;
}
.pd_partner_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pd_partner_list .img img {
  position: absolute;
  height: 80%;
  width: 80%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.pd_partner_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pd_partner_list p,
.pd_partner_list li {
  transition: 0.3s;
}
.pd_partner_list li:hover p {
  color: var(--i_color);
}
.pd_partner_list li:hover {
  border: 1px solid transparent;
  box-shadow: inset 0px 0px 10px 4px #eee;
}
/* ------------------关于我们------------------- */
/* ---关于我们锚点跳转--- */
.about_mao_all {
  --four_height: 0.8rem;
}
@media screen and (max-width: 959px) {
  .about_mao_all {
    --four_height: 0.6rem;
  }
}
.about_mao_all {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.about_mao_alls {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
}
.about_mao_all .about_mao {
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  justify-content: center;
  position: relative;
}
.about_mao_all .about_mao > li {
  flex: 1;
  margin: 0 2%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: var(--four_height);
  border-radius: 0.35rem;
}
.about_mao > li a {
  position: relative;
  height: 100%;
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  line-height: 120%;
  font-size: 16px;
  color: var(--font-color);
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.about_mao > li > a::before,
.about_mao > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.about_mao > li > a::before {
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 8px solid var(--i_color);
}
.about_mao > li > a::after {
  width: 0%;
  height: 3px;
  background-color: var(--i_color);
  bottom: 0;
}
/* 锚点激活样式 */
.about_mao > li:hover a,
.about_mao .list.active a {
  color: var(--i_color);
  /* font-weight: bold; */
}
.about_mao .list.active a {
  font-weight: bold;
}
.about_mao li.active > a::after,
.about_mao > li:hover > a::after {
  width: 100%;
}
.about_mao > li:hover > a::before,
.about_mao > li.active > a::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.about_mao_all .in_nav_tit {
  display: none;
}
.about_mao_all .in_nav.navFix {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 0;
  top: 0.8rem;
  background: #fff;
  z-index: 2014;
  width: 100%;
  background-color: #f7f7f7;
}
.about_mao_all .in_nav_tit {
  width: 100%;
  background-color: var(--i_color);
}
.about_mao_all .in_nav_tit h6 {
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .about_mao_all .in_nav.navFix {
    top: 0.6rem;
  }
  .about_mao_all .in_nav_tit {
    display: block;
  }
  .about_mao_all .about_mao {
    display: none;
  }
  .about_mao_all .about_mao > li {
    width: 100%;
  }
  .about_mao_alls {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .about_mao li {
    width: 100%;
  }
  .about_mao li:hover {
    background-color: var(--i_color);
    box-shadow: 0 0 0.2rem rgba(1, 158, 230, 0.3);
  }
  .about_mao li:hover a {
    color: white;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .about_mao {
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 425px) {
}
/* 关于我们内容 */
.company_profile {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.company_profile .img {
  border-radius: 10px;
  overflow: hidden;
  width: 42%;
  position: relative;
}
.company_profile .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.company_profile .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company_profile .right_txt {
  width: 55%;
  padding: 0 1%;
}

.company_profile article::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(static/images/logo.webp) no-repeat center;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}
.company_profile article {
  color: #666;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 10);
  overflow-y: auto;
  padding-right: 2%;
}
.company_profile article * {
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.company_profile article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.company_profile article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.company_profile article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .company_profile article {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }
  .company_profile article * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .company_profile article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
  .company_profile article * {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 959px) {
  .company_profile .img {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .company_profile .right_txt {
    width: 100%;
  }
}

.num_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.num_list li {
  width: 18%;
}
.num_list h6 {
  border-bottom: 1px solid #aaa;
}
.num_list span {
  font-size: 0.5rem;
  line-height: 120%;
  color: #333;
  font-weight: 400;
}
.num_list b {
  font-size: 0.18rem;
  color: #666;
}
.num_list p {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #333;
}
.num_list span,
.num_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.num_list li:hover span {
  color: var(--i_color);
}
.num_list li:hover h6 {
  border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .num_list span {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .num_list li {
    width: 45%;
    margin-bottom: 0.3rem;
  }
  .num_list span {
    font-size: 0.3rem;
  }
  .num_list b,
  .num_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .num_list b,
  .num_list p {
    font-size: 0.14rem;
  }
}

/* 证书轮播 */
#detai_3 {
  overflow: hidden;
  background: url(static/images/bc_certify.jpg) no-repeat center;
  background-size: cover;
}
.certify {
  position: relative;
  overflow: hidden;
}
.certify_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.certify_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.certify_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.certify_list .img {
  background-color: #fff;
  box-shadow: 0px 0px 4px #ddd;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.certify_list .img:before {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.certify_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}
.certify_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.certify_list p {
  font-size: 0.2rem;
  color: var(--font-color);
  text-align: center;
  margin: 0.3rem 0;
}

/* 指示器 */
.pt-pagination {
  display: none;
  text-align: center;
  margin: 20px auto 0;
}
.pt-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  transition: all 0.3s ease;
}
.pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
/* 左右箭头 */
.certify .pt-button-prev,
.certify .pt-button-next {
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}
.certify .pt-button-prev:before,
.certify .pt-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #fff;
  font-family: -apple-system, simsun, system-ui, sans-serif;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.certify .pt-button-prev {
  left: 25.5%;
}
.certify .pt-button-prev:before {
  content: "<";
}
.certify .pt-button-next {
  right: 25.5%;
}
.certify .pt-button-next:before {
  content: ">";
}
.certify .pt-button-prev:hover,
.certify .pt-button-next:hover {
  background-color: var(--i_color);
}
.certify .pt-button-prev span:before,
.certify .pt-button-prev span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  transform: translate(-50%, -100%) scale(0);
  z-index: -1;
}
.certify .pt-button-prev span:after {
  animation-delay: 1s;
}
.certify .pt-button-next span:before,
.certify .pt-button-next span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  transform: translate(-50%, -100%) scale(0);
  z-index: -1;
}
.certify .pt-button-next span:after {
  animation-delay: 1s;
}
@media screen and (max-width: 959px) {
  .certify .pt-button-prev,
  .certify .pt-button-next {
    width: 0.38rem;
    height: 0.38rem;
  }
  .certify_list p {
    font-size: 0.16rem;
    margin: 0.15rem 0;
  }
}
@media screen and (max-width: 560px) {
  .certify_list p {
    font-size: 14px;
    margin: 0.1rem 0;
  }
}
/* 历史发展 */
/* about history */
#detai_4 {
  background: url(static/images/bc_history.jpg) no-repeat center;
  background-size: cover;
}
.about_history {
  background: url("static/imgs/history.png") center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 1.56rem 0 1.36rem 0;
  position: relative;
  z-index: 2;
  margin-top: -0.65rem;
}
.history_title p {
  color: white;
}
.history_title p::after {
  background-color: white;
}
.about_history .title {
  margin-bottom: 0.68rem;
}
/* History of the company */
.in_history {
  position: relative;
}
.in_history_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.gallery-top {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.gallery-top .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
.gallery-top .swiper-slide {
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.history-button-prev,
.history-button-next {
  position: absolute;
  transform: translate(0, -50%);
  width: 0.38rem;
  height: 0.38rem;
  box-sizing: border-box;
  background-color: #fff !important;
  background-size: 0.3rem !important;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 30px;
}
.history-button-prev {
  top: 50%;
  background: url(static/images/arrow_up.png) no-repeat center;
}
.history-button-next {
  top: calc(50% + 0.5rem);
  background: url(static/images/arrow_down.png) no-repeat center;
}
.history-button-prev:hover {
  opacity: 1;
  background: url(static/images/arrow_up2.png) no-repeat center;
}
.history-button-next:hover {
  opacity: 1;
  background: url(static/images/arrow_down2.png) no-repeat center;
}
.in_honor_year .swiper-button-disabled {
  opacity: 0.1 !important;
  cursor: not-allowed;
}
.marker_line {
  display: table;
  margin: 0.4rem auto;
  width: 100%;
  height: 0.8rem;
  background: #fff;
  position: relative;
  background: url(static/images/marker_line_bg.png) no-repeat center;
}
.marker_line::before,
.marker_line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
}
.marker_line::before {
  top: 0;
  border-top: 0.1rem solid var(--i_color2);
}
.marker_line::after {
  bottom: 0;
  border-bottom: 0.1rem solid var(--i_color2);
}
.in_honor_year {
  position: relative;
  width: 27%;
  height: 5rem;
  overflow: hidden;
}
.gallery-thumbs {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.gallery-thumbs .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide p {
  height: 0.26rem;
  line-height: 0.26rem;
  font-size: 0.4rem;
  color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  padding-left: 0.3rem;
}
.gallery-thumbs .swiper-slide-active p {
  font-size: 0.5rem;
  color: white;
  font-weight: 900;
  position: relative;
}

/* ----设施轮播----- */
.in_factory_list {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.in_factory_list .swiper-wrapper {
  display: flex;
  display: -webkit-flex;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.in_factory_list .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  border-radius: 0.1rem;
  overflow: hidden;
}
.in_factory_list .img {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  top: 0;
  overflow: hidden;
  z-index: 2;
  border-radius: 10px;
}
.in_factory_list .img:before {
  content: "";
  display: block;
  padding-bottom: 82%;
}
.in_factory_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_factory_list .swiper-slide:hover img {
  width: 110%;
  height: 110%;
}
.in_factory_list .swiper-slide,
.in_factory_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.facility {
  position: relative;
  padding-bottom: 0.8rem;
}
.facility .f-pagination {
  width: 78%;
  height: 3px;
  border-radius: 10px;
  display: none;
  position: absolute;
  top: 100% !important;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 10;
}
.facility .f-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: rgb(255 255 255 / 50%);
  margin: 0 4px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  outline: none;
}
.facility .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--i_color);
  height: 3px;
  border-radius: 10px;
}
.facility .f-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
.sol_list li {
  margin: 0.8rem 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 6px #eee;
}
.sol_list li a {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sol_list li:nth-child(even) a {
  flex-direction: row-reverse;
}
.sol_list .img {
  width: 47%;
  position: relative;
  overflow: hidden;
}
.sol_list .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  background: -webkit-linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
}
.sol_list .img:hover::after {
  animation: fol 1.4s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
@keyframes fol {
  0% {
    right: 100%;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 0;
  }
}
.sol_list .img::before {
  content: "";
  display: block;
  padding-bottom: 74%;
}
.sol_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sol_list section {
  width: 53%;
  padding: 0 3%;
}
.sol_list .num {
  font-size: 0.3rem;
  font-weight: bold;
  color: var(--i_color);
}
.sol_list h6 {
  font-size: 0.26rem;
  font-weight: bold;
  color: var(--i_color);
  margin-top: 0.3rem;
}
.sol_list .txt {
  color: var(--font-color);
  opacity: 0.8;
  margin: 0.3rem 0 0.4rem;
}
.more_info {
  font-size: 0.3rem;
  color: var(--i_color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.35rem;
  height: 0.35rem;
  border: 1px solid var(--i_color);
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_info:hover {
  background-color: var(--i_color);
  color: #fff;
}
/* ---------应用领域内页列表页------------- */
.apply_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.apply_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.6rem;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 959px) {
  .apply_list li:nth-child(even) {
    margin-right: 0;
  }
}
.apply_list li a {
  display: block;
  width: 100%;
}
.apply_list section {
  padding: 0.3rem 2%;
  position: relative;
  overflow: hidden;
}
.apply_list h6,
.apply_list p {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-size: 0.16rem;
  color: var(--font-color);
  opacity: 0.8;
  line-height: 150%;
}
.apply_list h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: transparent;
  font-size: 0.2rem;
  font-weight: bold;
  background: url(static/images/bc_tit.jpg) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 100%;
  background-position: 100% center;
}
.apply_list .n_bottom {
  padding: 0.2rem 0;
  border-top: 1px solid #ddd;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: var(--font-color);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.apply_list .n_bottom::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--i_color);
  position: absolute;
  top: -1px;
  right: 0;
}
.apply_list .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.apply_list .img::before {
  content: "";
  display: block;
  padding-bottom: 65.8%;
}
.apply_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.apply_list li,
.apply_list li h6,
.apply_list .n_bottom::after {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.apply_list li:hover {
  background-color: #f7f7f7;
}
.apply_list li:hover h6 {
  background-position: 0% center;
}
.apply_list li:hover .n_bottom::after {
  width: 100%;
  right: initial;
  left: 0;
}
.apply_list li:hover span {
  color: var(--i_color);
}
@media screen and (max-width: 959px) {
  .apply_list li {
    width: 100%;
    margin: 0 auto !important;
  }
}
/* --------------------news--------------------------- */
.new_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.new_menu a {
  display: table;
  padding: 0.1rem 0.3rem;
  font-size: 0.18rem;
  border: 1px solid var(--i_color);
  border-radius: 0.3rem;
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.new_menu .curr a,
.new_menu a:hover {
  background: var(--i_color);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .new_menu a {
    padding: 8px 0.2rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .new_menu a {
    font-size: 0.14rem;
  }
}
.n_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.4rem;
}
.n_list li {
  width: calc((100% - 0.8rem) / 3);
}
.n_list li a {
  display: block;
  width: 100%;
}
.n_list section {
  padding: 0.4rem 5%;
  position: relative;
  overflow: hidden;
}
.n_list section::after {
  content: "";
  width: 100%;
  height: 200%;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  top: 100%;
}
.n_list section::before {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ddd;
  z-index: 2;
}
.n_list h6,
.n_list p {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n_list h6 {
  font-size: 0.2rem;
  color: var(--i_color);
  font-weight: bold;
}
.n_list p {
  margin-top: 10px;
  font-size: 0.16rem;
  color: var(--font-color);
  opacity: 0.8;
}
.n_list .n_bottom {
  background-color: #f7f7f7;
  padding: 10px 5%;
  font-size: 0.16rem;
  color: var(--font-color);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.n_list .img {
  position: relative;
  overflow: hidden;
}
.n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 65.8%;
}
.n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.n_list li,
.n_list section::after,
.n_list section::before {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.n_list li:hover section::after {
  top: -100%;
}
.n_list li:hover section::before {
  opacity: 1;
}
.n_list li:hover {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 959px) {
  .n_list li {
    width: 100%;
    margin: 0 auto !important;
  }
}
/* ---------------faq------------------------ */
.faq_list {
}
.faq_list li {
  width: 100%;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 6px #eee;
  padding: 2%;
  padding-bottom: 3%;
}
@media screen and (min-width: 959px) {
  .faq_list li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .faq_list li {
    padding: 5%;
  }
  .more_info {
    margin: 0.2rem auto;
  }
}
.faq_list a {
  display: block;
  width: 100%;
  color: var(--font-color);
}
.faq_list article {
  display: flex;
  display: -webkit-flex;
  gap: 0 0.1rem;
  margin-top: 0.3rem;
  font-size: 0.16rem;
  opacity: 0.8;
  position: relative;
  padding-top: 0.3rem;
  border-top: 1px solid var(--border-color);
}
.faq_list h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--font-color);
  font-size: 0.2rem;
  font-weight: bold;
}
.faq_list article::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--i_color);
  position: absolute;
  top: -1px;
  right: 0;
}
.faq_list p {
}
.faq_list span {
  font-size: 0.2rem;
  font-weight: bold;
}
/* 激活样式 */
.faq_list h6,
.faq_list article::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq_list li:hover article::after {
  width: 100%;
  left: 0;
  right: initial;
}
.faq_list li:hover .more_info {
  background-color: var(--i_color);
  color: #fff;
}
.faq_list li:hover h6 {
  color: var(--i_color);
  text-shadow: 0px 0px 4px rgba(var(--i-color-opacity) 0.2);
}
/* ------------------contact------------------------- */
.c_info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c_form {
  width: 47%;
  border-radius: 10px;
  box-shadow: 0px 0px 14px 4px #eee;
  padding: 2%;
}
.c_form h6 {
  font-size: 0.16rem;
  color: var(--font-color);
  margin-bottom: 0.26rem;
}
.c_list {
  width: 49%;
}
.c_list h6 {
  font-size: 0.32rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
  background: url(static/images/bc_text.png) repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fn 60s linear infinite;
}
@keyframes fn {
  0% {
    background-position: 1000px center;
  }
  50% {
    background-position: 0 center;
  }
  100% {
    background-position: -1000px center;
  }
}
.c_list li {
  margin-bottom: 0.4rem;
}
.c_list li a {
  display: flex;
  display: -webkit-flex;
  font-size: 0.18rem;
  color: #333;
  line-height: 150%;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}
.c_list p {
  opacity: 0.8;
  font-size: 0.16rem;
}
.c_list span {
  opacity: 1;
  color: #333;
  opacity: 0.9;
  font-size: 0.18rem;
}
@media screen and (max-width: 560px) {
  .c_list p {
    font-size: 0.14rem;
  }
  .c_list span {
    font-size: 0.16rem;
  }
}
.c_list article {
  width: 70%;
}
.c_list .ico {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  color: var(--font-color);
}
.c_list .ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #c1c1c1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
}
.c_list .ico::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #c1c1c1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
}
.c_list li:hover .ico::before {
  animation: serv_one_border 0.9s 0s ease 1;
}
.c_list li:hover .ico::after {
  animation: serv_one_border 1.5s 0s ease 1;
}
.c_list li:hover span {
  color: var(--i_color);
}
.c_list li:hover i {
  color: var(--i_color);
}
@keyframes serv_one_border {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.6);
  }
}
.map {
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .c_form {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.2rem;
  }
  .c_list {
    width: 100%;
  }
  .c_list h6 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 560px) {
  .c_list h6 {
    font-size: 0.2rem;
  }
  .map::before {
    padding-bottom: 50%;
  }
}
#wpforms-22 {
  --input_font_size: 0.16rem;
  --input_height: 0.66rem;
}
@media screen and (max-width: 1024px) {
  #wpforms-22 {
    --input_font_size: 0.14rem;
    --input_height: 0.46rem;
  }
}
#wpforms-22 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-22 .wpforms-field-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0;
  color: #f00;
}
#wpforms-22 .wpforms-required-label {
  font-size: 0.16rem;
}
#wpforms-22 input {
  height: var(--input_height);
  margin-bottom: 0.2rem;
}
#wpforms-22 textarea {
  min-height: 100px;
  height: 100%;
}
#wpforms-22 input,
#wpforms-22 textarea {
  width: 100%;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  color: #9c9c9c;
  box-sizing: border-box;
  line-height: var(--input_height);
  padding: 0 0.2rem;
  background-color: #f5f5f5;
  border-radius: 0.2rem;
}
#wpforms-22 textarea {
  padding: 0.2rem;
}
#wpforms-22 .wpforms-submit-container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#wpforms-22 .wpforms-submit-container button {
  margin: 0.3rem auto;
  overflow: hidden;
  position: relative;
  border-radius: 0.22rem;
  background-color: var(--i_color);
  min-width: 1.6rem;
  height: 0.44rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.44rem;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
#wpforms-22 .wpforms-submit-container button::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #2273b5;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
#wpforms-22 .wpforms-submit-container button:hover::before {
  top: -10%;
}
#wpforms-22 input::-webkit-input-placeholder {
  color: #9c9c9c;
  font-size: var(--input_font_size);
}
#wpforms-22 input::-moz-placeholder {
  color: #9c9c9c;
  font-size: var(--input_font_size);
}
#wpforms-22 input::-moz-placeholder {
  color: #9c9c9c;
  font-size: var(--input_font_size);
}
#wpforms-22 input::-ms-input-placeholder {
  color: #9c9c9c;
  font-size: var(--input_font_size);
  line-height: 0.24rem;
}
#wpforms-22 textarea::-webkit-input-placeholder {
  color: #9c9c9c;
  font-size: var(--input_font_size);
  line-height: 0.24rem;
}
#wpforms-22 textarea::-moz-placeholder {
  color: #9c9c9c;
  font-size: var(--input_font_size);
  line-height: 0.24rem;
}
#wpforms-22 textarea::-moz-placeholder {
  color: #9c9c9c;
  font-size: var(--input_font_size);
  line-height: 0.24rem;
}
#wpforms-22 textarea::-ms-input-placeholder {
  color: #9c9c9c;
  font-size: var(--input_font_size);
  line-height: 0.24rem;
}
.i_btn {
  width: 0.42rem;
  height: 0.42rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 0.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_btn:hover {
  background: var(--i_color);
  border: transparent;
}
@media screen and (max-width: 1024px) {
  .i_btn {
    width: 0.34rem;
    height: 0.34rem;
  }
}
.case_list {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.case_list li {
  width: 49%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 0.4rem;
}
.case_list .img {
  position: relative;
  padding-bottom: 58.39%;
  overflow: hidden;
}
.case_list .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--i_color);
  opacity: 0;
}
.case_list img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case_list .txt {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.case_list .txt p {
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_list .i_btn {
  border-color: #666;
  color: #666;
}
.case_list .txt,
.case_list img,
.case_list .img::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case_list li:hover .txt {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
}
.case_list li:hover .img::after {
  opacity: 0.3;
}
.case_list li:hover img {
  width: 105%;
  height: 105%;
}
.case_list li:hover .i_btn {
  border-color: transparent;
  color: #fff;
  background: var(--i_color);
}
@media screen and (max-width: 768px) {
  .case_list li {
    width: 100% !important;
  }
}
@media screen and (max-width: 560px) {
}
.com_form {
  background: url(static/images/bc_com_form.webp) no-repeat center;
  background-size: cover;
}
.inquire_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inquire_list a {
  display: block;
  width: 32%;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: 1px solid #999;
  text-align: center;
  padding: 0.4rem 0;
  color: #222;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inquire_list .ico {
  font-size: 0.5rem;
  margin: 0.2rem 0;
}
.inquire_list h6 {
  font-size: 0.4rem;
  margin: 0.2rem 0;
  font-weight: normal;
}

.inquire_list a:hover {
  color: #fff;
  background: #999;
}
@media screen and (max-width: 1440px) {
  .inquire_list h4 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .inquire_list .ico {
    font-size: 0.4rem;
  }
  .inquire_list h6 {
    font-size: 0.24rem;
  }
  .inquire_list a {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 959px) {
  .inquire_list .ico {
    font-size: 0.3rem;
  }
  .inquire_list h6 {
    font-size: 0.18rem;
  }
  .inquire_list a > iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .inquire_list {
    width: 100%;
  }
  .inquire_list a {
    padding: 0.2rem 0;
  }
  .inquire_list .ico {
    font-size: 0.24rem;
  }
  .inquire_list h6 {
    font-size: 14px;
    margin: 0.1rem 0;
  }
}
/* -------------------底部-------------------------- */
footer {
  background: url(static/images/bc_foot.webp) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  footer {
    background-attachment: fixed;
  }
}
.f_logo img {
  max-height: 0.88rem;
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -o-filter: brightness(100);
  -ms-filter: brightness(100);
  filter: brightness(100);
}
.f_cont {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_logo {
  width: 22%;
}
.f_contact {
  width: 30%;
}
.f_menu {
  width: 18%;
}
.f_cont li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  position: relative;
}
.f_menu li {
  padding-left: 0.2rem;
}
.f_menu ul ul {
  display: none;
}
.f_menu li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.f_cont a,
.f_cont p {
  font-size: 0.16rem;
  color: #fff;
}
.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_media a {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  font-size: 0.2rem;
  color: var(--i_color);
  margin-right: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.f_media a:hover {
  background: var(--i_color2);
}
@media screen and (max-width: 1024px) {
  .f_media a {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
  }
}
.f_tit {
  font-size: 0.22rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.f_contact_list li {
  display: flex;
  align-items: center;
}
.f_contact_list li iconify-icon {
  font-size: 0.22rem;
  color: #fff;
  margin-right: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .f_tit {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .f_contact {
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_tit {
    margin-bottom: 0.18rem;
  }
  .f_menu {
    display: none;
  }
  .f_logo,
  .f_contact {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .f_cont a,
  .f_cont p {
    font-size: 0.14rem;
  }
}
.f_cr {
  padding: 0.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.f_cr .wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
.f_cr p,
.f_cr a {
  font-size: 0.16rem;
  color: #fff;
}
.f_cr a {
  padding-left: 0.1rem;
  margin-left: 0.1rem;
  border-left: 1px solid #fff;
}
.f_cr a:hover {
  color: var(--i_color2);
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .f_cr {
    padding: 0.16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .f_cr p,
  .f_cr a {
    width: 100%;
    font-size: 0.14rem;
  }
  .f_cr a {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}

.video_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.video_list li {
  width: calc((100% - 0.9rem) / 4);
  position: relative;
  overflow: hidden;
}

.video_list li::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.video_list li iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.tec_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tec_list.reverse {
  flex-direction: row-reverse;
}
.tec_list li:first-child {
  width: 40%;
}
.tec_list li:last-child {
  width: 55%;
}
.tec_list li {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.tec_list li::before {
  content: "";
  display: block;
  padding-bottom: 48.85%;
}
.tec_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tec_list li::after {
  content: "";
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.tec_list li .txt {
  width: 90%;
  background: #fff;
  z-index: 2;
  text-align: center;
  padding: 0.2rem;
  border-radius: 10px 10px 0 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50%;
  opacity: 0;
}
.tec_list li h6 {
  font-size: 0.24rem;
}
.tec_list li p {
  width: 90%;
  font-size: 14px;
  margin: 0.3rem auto 0;
  padding: 0.1rem 0.2rem;
  background: var(--i_color);
  color: #fff;
  border-radius: 6px;
}
.tec_list h5 {
  font-size: 0.24rem;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0.3rem;
  z-index: 2;
}
.tec_list li .txt {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tec_list li:hover .txt {
  bottom: 0;
  opacity: 1;
}
.tec_list li:hover h5 {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .tec_list h5,
  .tec_list li h6 {
    font-size: 0.2rem;
  }
  .tec_list li p {
    margin: 0.2rem auto 0;
  }
  .tec_list li:first-child,
  .tec_list li:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .tec_list li::before {
    padding-bottom: 78.85%;
  }
  .tec_list h5,
  .tec_list li h6 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .tec_list li h6 {
    display: none;
  }
}
.system_list dt a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0.4rem 0;
  gap: 0.3rem 0;
}
.system_list dt:nth-child(odd) a {
  flex-direction: row-reverse;
}
.system_list dt .s_img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.system_list dt .txt {
  width: 46%;
  padding: 0.3rem 0;
}
.system_list .txt h5 {
  font-size: 0.18rem;
  font-weight: 400;
  color: var(--i_color);
  text-align: right;
}
.system_list .txt h2 {
  font-size: 0.4rem;
  color: #333;
  font-weight: 900;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 0.1rem;
  margin: 0.3rem 0 0.1rem;
}
.system_list .txt h2::after {
  content: "";
  width: 30px;
  height: 3px;
  background: var(--i_color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.system_list h6 {
  font-size: 0.24rem;
  line-height: 110%;
  color: #333;
}
.system_list article {
  margin: 0.2rem 0;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 7);
  overflow-y: auto;
  padding-right: 2%;
}
.system_list article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.system_list article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.system_list article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

.system_list dt .s_img::before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.s_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.system_list .s_img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  background: -webkit-linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
}
.system_list .s_img:hover::after {
  animation: fol 1.4s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
@keyframes fol {
  0% {
    right: 100%;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .system_list .txt h2 {
    font-size: 0.3rem;
  }
  .system_list h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .system_list dt .s_img {
    width: 100%;
  }
  .system_list dt .txt {
    width: 100%;
  }
  .system_list .txt h2 {
    font-size: 0.24rem;
  }
  .system_list h6 {
    font-size: 0.18rem;
  }
}
.full_head {
  height: 0;
}
@media screen and (max-width: 1024px) {
  .full_head {
    height: var(--head_height);
  }
}

/* ------products page---------- */
.p_banner {
  position: relative;
}
.p_banner .img {
  position: relative;
  overflow: hidden;
}
.p_banner .img::before {
  content: "";
  display: block;
  padding-bottom: 80vh;
}
.p_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_p_tit {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(static/images/bc_in_p.webp) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  z-index: 2;
  padding: 0.8rem 0 0.6rem;
}
@media screen and (max-width: 768px) {
  .in_p_tit {
    background: #fff;
    padding: 0.6rem 0 0.4rem;
    border-radius: 0 1rem 0 0;
  }
}
.in_p_tit p {
  color: var(--i_color2);
  font-size: 0.16rem;
  letter-spacing: 0.04em;
  padding-bottom: 4px;
  position: relative;
  text-transform: uppercase;
}
.in_p_tit p::after {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.in_p_tit h5 {
  font-size: 0.56rem;
  color: var(--i_color);
  font-weight: 900;
  margin: 0.5rem 0 0.2rem;
}
.in_p_tit .btn {
  display: flex;
  gap: 0 0.3rem;
}
.in_p_tit .btn a {
  display: table;
  padding: 6px 0.3rem;
  border: 2px solid var(--i_color);
  color: var(--i_color);
  border-radius: 0.3rem;
  font-size: 0.18rem;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_tit .btn a:hover {
  background: var(--i_color);
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .in_p_tit h5 {
    font-size: 0.45rem;
    margin: 0.4rem 0 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .in_p_tit h5 {
    font-size: 0.36rem;
    margin: 0.3rem 0 0.14rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_p_tit h5 {
    font-size: 0.28rem;
    margin: 0.24rem 0 0.14rem;
  }
  .in_p_tit .btn a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .in_p_tit h5 {
    font-size: 0.2rem;
  }
  .in_p_tit .btn a {
    font-size: 0.14rem;
    border: 1px solid var(--i_color);
  }
}

.p_des {
  font-size: 0.18rem;
  line-height: 150%;
  color: var(--i_color);
  border-radius: 0 2rem 0 0;
}
.p_des p {
  margin: revert;
  font-size: 0.18rem;
}
@media screen and (max-width: 1024px) {
  .p_des p {
    font-size: 0.16rem;
  }
}
.category_tit {
  color: #fff;
  background: var(--i_color);
  border-radius: 0 2rem 0 0;
}
.category_tit h6 {
  font-size: 0.4rem;
}
.category_tit .text {
  font-size: 0.24rem;
  margin: 0.2rem 0;
}
.category_tit .text * {
  font-size: 0.24rem;
}
.category_tit a {
  display: table;
  padding: 6px 0.3rem;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  font-weight: bold;
}
.category_tit a:hover {
  background: #fff;
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .category_tit h6 {
    font-size: 0.34rem;
  }
  .category_tit .text * {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .category_tit {
    border-radius: 0 1rem 0 0;
  }
  .category_tit h6 {
    font-size: 0.28rem;
  }
  .category_tit .text * {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .category_tit h6 {
    font-size: 0.22rem;
  }
  .category_tit .text * {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .category_tit .text * {
    font-size: 0.15rem;
  }
  .category_tit a {
    font-size: 0.16rem;
  }
}
.p_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.7rem;
}
.p_list li {
  width: calc((100% - 1rem) / 3);
  border-radius: 10px;
  overflow: hidden;
  background: #def0fe;
}
@media screen and (max-width: 1440px) {
  .p_list {
    gap: 0.4rem 0.6rem;
  }
  .p_list li {
    width: calc((100% - 0.8rem) / 3);
  }
}
@media screen and (max-width: 768px) {
  .p_list {
    gap: 0.3rem 0.4rem;
  }
  .p_list li {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .p_list li {
    width: 100%;
  }
}
.p_list li a {
  display: block;
  width: 100%;
}
.p_list .txt {
  padding: 0.2rem 0.1rem;
  color: var(--i_color);
  text-align: center;
}
.p_list h6 {
  font-size: 0.22rem;
  line-height: 150%;
  font-weight: bold;
}
.p_list span {
  display: block;
  font-size: 0.16rem;
  margin: 0.18rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p_list button {
  display: inline-flex;
  align-items: center;
  gap: 0 0.1rem;
  padding: 6px 0.3rem;
  border: 2px solid var(--i_color);
  color: var(--i_color);
  border-radius: 0.3rem;
  font-size: 0.18rem;
  font-weight: bold;
  background: none;
}
.p_list button iconify-icon {
  font-size: 0.24rem;
}
@media screen and (max-width: 560px) {
  .p_list h6 {
    font-size: 0.16rem;
  }
  .p_list span {
    font-size: 0.14rem;
  }
}
.p_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p_list .img img {
  position: absolute;
  height: 80%;
  width: 80%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

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

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

.i_app_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--bc_color);
}
.i_app_list .img {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.i_app_list .img::before {
  content: "";
  display: block;
  padding-bottom: 61.73%;
}
.i_app_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_app_list .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.i_app_list h6 {
  font-size: 0.2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  margin-top: 0.3rem;
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_app_list p {
  font-size: 0.18rem;
  color: #333;
  margin: 0.14rem 0.1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_app_list li::after {
  content: "";
  width: 0%;
  height: 100%;
  background: none;
  border-bottom: 2px solid var(--i_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.i_app_list h6,
.i_app_list .img img,
.i_app_list li::after {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.3s;
}
.i_app_list li.swiper-slide-active img {
  width: 110%;
  height: 110%;
}
.i_app_list li.swiper-slide-active h6 {
  margin-top: 0;
  opacity: 1;
}
.i_app_list li.swiper-slide-active p {
  color: var(--i_color);
}
.i_app_list li.swiper-slide-active .img::after {
  opacity: 1;
}
.iapp_but {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.iapp-prev,
.iapp-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.iapp-prev {
  transform: translateX(-0.6rem);
}
.iapp-next {
  transform: translateX(0.6rem);
}
.i_app_list .swiper-button-disabled {
  cursor: not-allowed;
}
.iapp-prev:hover,
.iapp-next:hover {
  background: var(--i_color2);
}
.iapp-pagination {
  text-align: center;
}
.iapp-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;
}
.iapp-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iapp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.iapp-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .i_app_list .txt iconify-icon {
    font-size: 0.26rem;
  }
  .i_app_list .txt p {
    font-size: 0.16rem;
  }
  .iapp-prev,
  .iapp-next {
    display: none;
  }
  .i_app_list h6 {
    font-size: 0.18rem;
  }
  .i_app_list p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .i_app_list .txt iconify-icon {
    font-size: 0.22rem;
  }
  .i_app_list .txt p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .iapp-pagination {
    margin-top: 0.22rem;
  }
}


/* -------------------------------------- 侧边客服 -------------------------------------- */
.aside_right {
  position: fixed;
  right: -50px;
  bottom: 20%;
  z-index: 999999;
  transition: all 0.5s ease;
}
.aside_right.on {
  right: 10px;
}
.aside_right ul {
}
.aside_right li {
  position: relative;
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  transition: all 0.3s ease;
  width: 0.48rem;
  margin-top: 5px;
  border-radius: 50%;
  height: 0.48rem;
  background: rgba(128, 128, 128, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.aside_right iconify-icon {
  display: block;
  margin: 0 auto;
  font-size: 0.2rem;
  color: #fff;
}

/* .aside_right li:nth-child(3) .side_tel_box{width: 150px; }
.side_tel_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */
.aside_right li:nth-child(1) > a {
  background-color: var(--i_color2);
}
.aside_right li:nth-child(2) > a {
  background-color: var(--i_color);
}
.aside_right li:nth-child(3) > a {
  background-color: #666;
}
.aside_right li:nth-child(4) > a {
  background-color: #333;
}
.aside_right li > a:hover {
  background: var(--i_color);
}
.side_tel_box,
.side_qr_box {
  position: absolute;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.side_tel_box {
  top: 7px;
  right: -670px;
  width: 180px;
  background: #fff;
}
.side_qr_box {
  top: 50%;
  transform: translate(0, -50%);
  right: -180px;
  width: 120px;
  height: 120px;
  background: #fff;
}
.side_tel_box h6 {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}
.side_tel_box h6 a {
  line-height: 20px;
}
.side_tel_box a:hover {
  color: var(--i_color);
}
.side_qr_box img {
  width: 90%;
  height: 90%;
}
.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
  right: 48px;
}
.side_tel_box,
.side_qr_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 侧边客服 表单 */
#aside_mask_bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0.6rem 0.4rem;
  border-radius: 0.2rem;
  background: #e2e2e2;
  z-index: 9999999999999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 40px;
}
#aside_sc_from .tit h6 {
  font-size: 26px;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 30px;
}
#wpforms-67 {
  --input_font_size: 16px;
  --input_height: 42px;
}
#wpforms-67 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-67 {
  width: 100%;
  overflow: hidden;
}
#wpforms-67 input,
#wpforms-67 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-67 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-67 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-67 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-67 .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-67 .wpforms-field {
  position: relative;
}
#wpforms-67 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}
#wpforms-67 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 14px;
  color: red;
}
#wpforms-67 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 12px !important;
}
#wpforms-67 .wpforms-field {
  width: 100%;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}
#wpforms-67 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}
#wpforms-67 .wpforms-field:nth-child(1),
#wpforms-67 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}
#wpforms-67 input {
  height: var(--input_height);
}
#wpforms-67 textarea {
  min-height: 100px;
}
#wpforms-67 input,
#wpforms-67 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-67 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-67 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-67 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-67 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-67 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-67 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-67 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-67 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-67 #wpforms-67-field_1-error,
#wpforms-67 #wpforms-67-field_2-error,
#wpforms-67 #wpforms-67-field_3-error,
#wpforms-67 #wpforms-67-field_4-error {
  position: absolute;
  font-size: 14px;
}
#wpforms-67 .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-67 .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-67 .wpforms-submit-container:hover {
  background-color: var(--i_color2);
  animation: a 0.5s 1 linear;
  animation-delay: 0.01s;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
  .aside_right.on {
    right: 0;
  }
  .aside_right li > a {
    width: 0.4rem;
    height: 0.4rem;
  }
  #aside_sc_from {
    width: 80%;
    padding: 0.4rem 0.3rem;
  }
  .aside_right iconify-icon {
    font-size: 0.18rem;
  }
  .close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
    padding: 0.3rem 0.2rem;
  }
  #aside_sc_from .tit h6 {
    font-size: 20px;
  }
}