/*
Theme Name: WanLe
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
@font-face {
  font-family: "roboto";
  src: url("./static/font/Roboto-Light.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "roboto";
  src: url("./static/font/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "roboto";
  src: url("./static/font/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
}
* {
  box-sizing: border-box;
  line-height: 170%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
:root {
  --i_color: #a27967;
  --i_color2: #decebe;
  --font_color: #1d1614;
  --bc_color: #f2f5f5;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  --header_height: 1rem;
  --pre_header_height: 0.45rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
  --linear-gradien: linear-gradient(to right top, #a27967, #decebe);
}
@media screen and (max-width: 1440px) {
  :root {
    --header_height: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}
.wrap {
  width: 88.55%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  padding-left: 5.725%;
}
.wrap_r {
  padding-right: 5.725%;
}
@media screen and (max-width: 1440px) {
  .wrap {
    width: 83.33%;
  }
  .wrap_l {
    padding-left: 8.335%;
  }
  .wrap_r {
    padding-right: 8.335%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 92%;
  }
  .wrap_l,
  .wrap_r {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.s_wrap {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .s_wrap {
    width: 86%;
  }
}
@media screen and (max-width: 1366px) {
  .s_wrap {
    width: 88%;
  }
}
@media screen and (max-width: 1200px) {
  .s_wrap {
    width: 90%;
  }
}
.language {
  position: relative;
  height: var(--pre_header_height);
  display: flex;
  align-items: center;
}
.language p {
  font-size: 14px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.language p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent; /* 黑色在顶部，其余为透明 */
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: -14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.language p.on {
  color: var(--i_color2);
}
.language p.on::before {
  border-top-color: var(--i_color2);
}
.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: var(--bc_color);
  z-index: 2016;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--pre_header_height);
}
.language_list dt > h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}
.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}
.lang_list a {
  display: block;
  padding: 0.06rem 0;
}
.lang_list span img {
  display: none;
}
.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
  display: block;
}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
  color: var(--i_color);
}

.pre_head {
  background: var(--i_color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pre_r {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pre_media {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pre_media li {
  margin-right: 0.1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pre_media a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pre_media iconify-icon {
  font-size: 0.16rem;
  color: #fff;
}
.pre_r > p {
  font-size: 14px;
  color: #fff;
  margin-right: 0.1rem;
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background-color: #fff;
  box-shadow: 0px 0px 4px #ddd;
}
.TopHeader {
  --header_height: 0.8rem;
}

.pre_head,
.top_cont {
  padding: 0 5%;
}
@media screen and (max-width: 1440px) {
  .pre_head,
  .top_cont {
    padding: 0 4%;
  }
}
@media screen and (max-width: 1366px) {
  .pre_head,
  .top_cont {
    padding: 0 3%;
  }
}

.top_cont {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full_header {
  height: calc(var(--header_height) + var(--pre_header_height));
}
/* logo */
.logo {
  width: 100%;
  height: var(--header_height);
}
.logo a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo img {
  max-width: 0.8rem;
  max-height: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-width: 0.6rem;
    max-height: 0.6rem;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.4rem;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li > a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    line-height: var(--header_height);
    position: relative;
  }
  .i_nav > li > a::after {
    content: "";
    width: 0%;
    height: 2px;
    background: var(--i_color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > .current-menu-item > a::after,
  .i_nav > .current-category-ancestor > a::after,
  .i_nav > .current-post-ancestor > a::after,
  .i_nav > .current-menu-ancestor > a::after,
  .i_nav > .current-menu-parent > a::after,
  .i_nav > li:hover > a::after {
    width: 100%;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a {
    color: var(--i_color) !important;
  }
  .i_nav > li.menu-item-has-children > a {
    padding-right: 24px;
  }
  .i_nav > .menu-item-has-children > a::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url("static/images/arrow_down_hollow_hei.svg") no-repeat center;
    background-size: 100%;
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    text-align: center;
    border-top: 2px solid var(--i_color);
  }
  .i_nav .drop_p .sub-menu {
    display: none !important;
  }
  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .i_nav .sub-menu > li:hover {
    background: var(--i_color);
  }
  .i_nav .sub-menu > li:hover > a {
    color: #fff;
  }
  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }
  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E")
      no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.3rem;
  }
  .i_nav > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav {
    gap: 0 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    box-sizing: border-box;
    background: url(static/images/arrow_down_hollow_hei.svg) no-repeat center;
    background-size: 0.18rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > .menu-item-has-children span.on {
    transform: rotate(180deg);
  }
  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
  }
  .i_nav > li > .sub-menu {
    display: none;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.15rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
}
/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}
.nav_menu.on i {
  opacity: 0;
}
.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}
.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
    margin-left: 0.2rem;
  }
}
.top_r {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--pre_header_height);
}
.top_email {
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
  text-decoration: underline;
}
.top_search_ico {
  margin-right: 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  color: #fff;
}

/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--header_height);
  }

  .top_search_ico {
    margin-right: 0.2rem;
  }
  .top_search_ico::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_search {
    padding: 0.12rem 0;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
header,
.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
:root {
  --radius_size: 2rem;
}
@media screen and (max-width: 1440px) {
  :root {
    --radius_size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --radius_size: 0.6rem;
  }
}
.com_path {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(90% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0 0);
}
.b_r_radius {
  border-bottom-right-radius: var(--radius_size);
}
.b_l_radius {
  border-bottom-left-radius: var(--radius_size);
}
.t_r_radius {
  border-top-right-radius: var(--radius_size);
}
/* 首页banner */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: calc(100vh - 0.5rem - var(--header_height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide video {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 102% !important;
  object-fit: cover;
  z-index: 2;
}
.banner-button-prev,
.banner-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 0.3rem;
  color: #fff;
}
.banner-button-prev {
  left: -0.5rem;
}
.banner-button-next {
  right: -0.5rem;
}
.banner:hover .banner-button-prev {
  left: 3%;
}
.banner:hover .banner-button-next {
  right: 3%;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.4rem;
  text-align: center;
  z-index: 2;
}
.banner-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
  .banner-pagination {
    bottom: 0.2rem;
  }
  .banner .swiper-slide {
    padding-bottom: 56%;
  }
}
/* banner上文字 */
.banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b_t1 {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0px #333, -1px 1px 0px #333, 1px -1px 0px #333,
    -1px -1px 0px #333;
  margin: 0 auto;
}
.b_t1.left {
  text-align: left;
  margin-left: 0;
}
.b_t1 h6 {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 100%;
  position: relative;
}
.b_t1 p {
  font-size: 0.28rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 1440px) {
  .b_t1 h6 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_t1 h6 {
    font-size: 0.3rem;
  }
  .b_t1 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .b_t1 h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .b_t1 p {
    display: none;
  }
}
/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222;
}
.i_tit.left {
  text-align: left;
}
.i_tit > h4 {
  font-size: 0.32rem;
  color: #333;
  position: relative;
  text-transform: capitalize;
  line-height: 120%;
}
.i_tit > p {
  margin-top: 0.3rem;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.i_tit.white > h4 {
  color: #fff;
}
.i_tit.white > p {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_tit > h4 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit > h4 {
    font-size: 0.24rem;
    padding-bottom: 10px;
  }
  .i_tit > p {
    margin-top: 0.2rem;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .i_tit > h4 {
    font-size: 0.2rem;
  }
}
.i_more {
  display: table;
  padding: 0.1rem 0.4rem;
  background: var(--i_color);
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.i_more b iconify-icon {
  margin-left: 6px;
  font-size: 0.2rem;
}
.i_more::before {
  content: "";
  width: 0;
  height: 1000%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--i_color2);
  transition: 0.5s ease;
  display: block;
  z-index: 1;
}
.i_more:hover::before {
  width: 180%;
}
.i_more.center {
  margin-left: auto;
  margin-right: auto;
}
.i_more_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.i_more_list a:nth-child(1) {
  margin-right: 0.16rem;
}
.i_more2 {
  background: none;
  border: 1px solid var(--i_color);
}
.i_more2 b {
  color: var(--i_color);
}
.i_more2::before {
  background-color: var(--font_color);
}
.i_more2:hover {
}
.i_more2:hover b {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_more {
    padding: 8px 0.4rem;
  }
  .i_more b {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_more b {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .i_more_list a:nth-child(1) {
    margin-bottom: 0.1rem;
  }
}
.more {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more:hover {
  transform: translateY(-4px);
}
.bc {
  background: var(--bc_color);
}
.gra_color {
  background: var(--linear-gradien);
}
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.text_linear_color {
  display: table;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, var(--i_color2), var(--i_color));
  background: linear-gradient(to right, var(--i_color2), var(--i_color));
  background-clip: text;
  -webkit-background-clip: text;
}

/* ----------------------------底部------------------------------------- */
footer {
  background: var(--bc_color);
}
.f_logo img {
  max-height: 0.88rem;
}
.f_cont {
  padding: 0.4rem 0;
  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_menu ul ul {
  display: none;
}
.f_cont li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  position: relative;
}
.f_menu li {
  padding-left: 0.2rem;
}
.f_menu li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.f_cont a,
.f_cont p {
  font-size: 0.16rem;
  color: #666;
}
.f_menu li:hover a {
  color: var(--i_color);
}
.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: #fff;
  margin-right: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
}
.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: #333;
  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: var(--i_color);
  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.24rem 0;
  border-top: 1px solid var(--border_color);
}
.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: #666;
}
.f_cr a {
  padding-left: 0.1rem;
  margin-left: 0.1rem;
  border-left: 1px solid #666;
}
.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;
  }
}
.i_provide_list {
  position: relative;
  overflow: hidden;
}
.i_provide_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_provide_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.i_provide-prev,
.i_provide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  display: none;
}
.i_provide-prev {
  left: 0%;
}
.i_provide-next {
  right: 0%;
}
.i_provide_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_provide-prev:hover,
.i_provide-next:hover {
  background: var(--i_color2);
}
.i_provide-pagination {
  display: none;
}
.i_provide-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}
.i_provide-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_provide_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.2rem;
}
.i_provide_list .img {
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
  overflow: hidden;
}
.i_provide_list .img::before {
  content: "";
  display: block;
  padding-bottom: 142.97%;
}
.i_provide_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_provide_list p {
  font-size: 0.18rem;
  color: #fff;
  text-transform: capitalize;
}
.i_provide_list .img,
.i_provide_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_provide_list li:hover img {
  width: 105%;
  height: 105%;
}
@media screen and (max-width: 1440px) {
  .i_provide-prev {
    left: 0;
  }
  .i_provide-next {
    right: 0;
  }
  .i_provide_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .i_provide_list .img {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .i_provide_list p {
    margin: 0.1rem 0;
  }
}
.ip_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.ip_menu li {
  position: relative;
  cursor: pointer;
}
.ip_menu p {
  color: var(--font_color);
  font-size: 18px;
}
.ip_menu li.current p,
.ip_menu li:hover p {
  text-decoration: underline;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .ip_menu p {
    font-size: 16px;
  }
  .ip_menu li:not(:last-child)::after {
    display: none;
  }
}
.ip_cont > div:not(:first-child) {
  display: none;
}
.ip_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.ip_list li {
  width: calc(25% - 18px);
  margin-right: 24px;
  margin-bottom: 0.3rem;
  padding: 0.1rem;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border_color);
}
.ip_list li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .ip_list {
    justify-content: space-between;
  }
  .ip_list li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .ip_list li {
    width: 100%;
  }
}
.ip_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ip_list .img::before {
  content: "";
  display: block;
  padding-bottom: 79.93%;
}
.ip_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ip_list h6 {
  font-size: 0.18rem;
  font-weight: bold;
  margin: 0.2rem 0;
}
.ip_list .txt {
  font-size: 16px;
  line-height: 180%;
  margin: 0.2rem 0 0.5rem;
}
.ip_list .ico {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  padding: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ip_list .ico::after {
  content: "";
  width: 100%;
  height: 0;
  background: var(--gra_color);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip_list .ico p {
  font-size: 14px;
  color: var(--font_color);
}
.ip_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip_list li:hover img {
  width: 110%;
  height: 110%;
}
.ip_list li:hover h6 {
  color: var(--i_color);
}
.i_about {
  position: relative;
}
.i_about .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 0.2rem 0;
}
.ia_img {
  width: 45%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.ia_img::before {
  content: "";
  display: block;
  padding-bottom: 57.78%;
}
.ia_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ia_txt {
  width: 50%;
}
.ia_txt article {
  margin: 0.4rem 0;
  font-size: 0.18rem;
  color: #666;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .ia_txt article {
    margin: 0.3rem 0;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .ia_img,
  .ia_txt {
    width: 100%;
  }
  .ia_txt article {
    margin: 0.2rem 0;
  }
}
.i_video_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.3rem;
}
.i_video_list li {
  width: calc((100% - 0.6rem) / 3);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 6px #ddd;
}
@media screen and (max-width: 959px) {
  .i_video_list li {
    width: 100%;
  }
}
.i_video_list .img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.i_video_list .img::before {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.i_video_list .img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_video_list h6 {
  font-size: 0.16rem;
  padding: 0.2rem 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.i_solution .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 0.2rem 0;
}
.i_solution .img {
  width: 45%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.i_solution .img::before {
  content: "";
  display: block;
  padding-bottom: 107.78%;
}
.i_solution .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_solution .txt {
  width: 50%;
}
.i_solution .txt article {
  margin: 0.3rem 0;
  font-size: 0.16rem;
  color: var(--font_color);
  text-align: left;
  line-height: 170%;
}
@media screen and (max-width: 1024px) {
  .i_solution .img,
  .i_solution .txt {
    width: 100%;
  }
  .i_solution .txt article * {
    font-size: 15px;
  }
}
.i_case {
  position: relative;
  overflow: hidden;
}
.i_case {
  position: relative;
  overflow: hidden;
}
.i_case .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_case .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.i_case-prev,
.i_case-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.24rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  display: none;
}
.i_case-prev {
  left: 0%;
}
.i_case-next {
  right: 0%;
}
.i_case .swiper-button-disabled {
  cursor: not-allowed;
}
.i_case-prev:hover,
.i_case-next:hover {
  background: var(--i_color2);
}
.i_case-pagination {
  text-align: center;
}
.i_case-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}
.i_case-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_case .img {
  position: relative;
  overflow: hidden;
}
.i_case .img::before {
  content: "";
  display: block;
  padding-bottom: 62.97%;
}
.i_case .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_case p {
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  margin: 0.2rem 0;
}
.i_case .img,
.i_case img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_case li:hover img {
  width: 105%;
  height: 105%;
}
.i_case li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_case-prev {
    left: 0;
  }
  .i_case-next {
    right: 0;
  }
  .i_case p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .i_case-next,
  .i_case-prev {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .i_case-pagination {
    margin-top: 0.22rem;
  }
  .i_case p {
    margin: 0.1rem 0;
  }
}
.i_n_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i_n_list li {
  width: 49%;
  margin-bottom: 20px;
}
.i_n_list a {
  display: flex;
  justify-content: space-between;
  padding: 30px 24px;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 2px 10px #eee;
  border-radius: 0.1rem;
}
.i_n_list .img {
  width: 36%;
  position: relative;
  overflow: hidden;
}
.i_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.i_n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_n_list .txt {
  width: 60%;
}
.i_n_list h5 {
  font-size: 0.18rem;
  color: #333;
}
.i_n_list span,
.i_n_list p {
  font-size: 15px;
  color: #666;
}
.i_n_list span {
  display: block;
  margin: 6px 0 10px;
}
.i_n_list a,
.i_n_list h5,
.i_n_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_n_list a:hover {
  box-shadow: 0px 2px 10px rgba(0, 54, 112, 0.1);
}
.i_n_list a:hover h5 {
  color: var(--i_color);
}
.i_n_list a:hover img {
  width: 105%;
  height: 105%;
}
@media screen and (max-width: 1024px) {
  .i_n_list li {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .i_n_list .img {
    width: 100%;
  }
  .i_n_list .txt {
    width: 100%;
    margin-top: 20px;
  }
}
/* form */
.com_form {
  background: url(static/images/bc_form.webp) no-repeat center;
  background-size: cover;
}
.com_form .form h4 {
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.com_form .form {
  background: #fff;
  padding: 0.5rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .com_form .form h4 {
    font-size: 0.24rem;
  }
  .com_form .form {
    padding: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .com_form .form h4 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .com_form .form {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
}
#wpforms-403 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-403 {
  margin: 0;
  padding: 0;
}
#wpforms-form-403 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-403 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}
#wpforms-403 .wpforms-field-label {
  font-size: 14px;
  color: #666;
}
#wpforms-403 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-403 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-403 .wpforms-field-container > div {
  width: 100%;
  position: relative;
}
#wpforms-403 .wpforms-field-container > div:nth-child(1),
#wpforms-403 .wpforms-field-container > div:nth-child(2) {
  width: 48%;
}

@media screen and (max-width: 560px) {
  #wpforms-403 .wpforms-field-container > div:nth-child(1),
  #wpforms-403 .wpforms-field-container > div:nth-child(2) {
    width: 100%;
  }
}

#wpforms-403 .wpforms-field-container input,
#wpforms-403 textarea,
#wpforms-403 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: none !important;
  background: var(--bc_color);
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#wpforms-403 input {
  line-height: var(--input_height);
}
#wpforms-403 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
  border: none;
}
#wpforms-403-field_7 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#wpforms-403-field_7 li {
  width: 32%;
  position: relative;
}
#wpforms-403-field_7 li input {
  width: 100%;
  height: var(--input_height);
  margin: 10px 0;
}
div.wpforms-container-full .wpforms-form input[type="radio"] {
  width: 30px !important;
  height: 30px !important;
  display: block !important;
}
#wpforms-403-field_7 li label {
  color: #666;
  display: block;
  text-align: center;
}
#wpforms-403 input::-webkit-input-placeholder,
#wpforms-403 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-403 input::-moz-placeholder,
#wpforms-403 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-403 input::-ms-input-placeholder,
#wpforms-403 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-37-field_1-error,
#wpforms-37-field_2-error,
#wpforms-37-field_3-error,
#wpforms-37-field_4-error,
#wpforms-37-field_5-error,
#wpforms-37-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-403 .wpforms-submit-container button {
  background: var(--i_color);
  display: block;
  padding: 10px 50px;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-403 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}
#wpforms-403 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-403 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}
/*  */
.in_banner {
  padding: 0.6rem 0;
}
.in_banner .s_wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.in_banner .img {
  width: 35%;
  position: relative;
  overflow: hidden;
}
.in_banner .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_banner .txt {
  width: 56%;
}
.in_banner h6 {
  font-size: 0.36rem;
  color: var(--i_color);
  font-style: italic;
  line-height: 120%;
}
.in_banner p {
  font-size: 0.16rem;
  color: var(--i_color);
  margin: 0.2rem 0;
}
.in_contact {
  padding: 0.1rem;
  display: -webkit-flex;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_c_form {
  width: 58%;
  padding: 0.4rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 10%);
  overflow: hidden;
}
.in_c_cont {
  width: 40%;
}
.in_c_cont dd {
  font-size: 0.16rem;
  padding: 0.2rem 0;
  padding-left: 0.3rem;
  position: relative;
  border-bottom: 1px solid var(--border_color);
}
.in_c_cont dd::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.in_c_cont dd::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--i_color);
  position: absolute;
  bottom: -1px;
  right: 0;
}
.in_c_cont dd::before,
.in_c_cont dd::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_c_cont dd:hover::before {
  background: var(--i_color);
  border-color: var(--i_color);
}
.in_c_cont dd:hover::after {
  width: 100%;
  left: 0;
  right: initial;
}
.in_c_form .tit {
  text-align: center;
  margin-bottom: 0.3rem;
}
.in_c_form .tit h2 {
  font-size: 0.2rem;
  color: #100800;
  font-weight: 900;
}
.in_c_form .tit h6 {
  margin-top: 0.1rem;
  font-size: 0.15rem;
  color: #3e3a39;
}
#wpforms-76 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-76 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-76 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-76 input,
#wpforms-76 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-76 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-76 .wpforms-field-label {
  font-size: 0;
}
#wpforms-76 .wpforms-required-label {
  position: absolute;
  top: 14px;
  left: 5px;
  font-size: 16px;
  color: #f00;
}
#wpforms-76 .wpforms-field {
  width: 49%;
  background: transparent;
  margin-bottom: 4px;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
}
#wpforms-86-field_4-container {
  width: 100% !important;
}
#wpforms-76 .wpforms-field-container input,
#wpforms-76 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: none;
  background: #f5f5f5;
  padding: 0 0.16rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
#wpforms-76 input {
  line-height: var(--input_height);
}
#wpforms-76 textarea {
  line-height: 22px;
  min-height: 120px;
  padding: 0.1rem 0.16rem;
}
#wpforms-76 input::-webkit-input-placeholder,
#wpforms-76 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-76 input::-moz-placeholder,
#wpforms-76 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-76 input::-ms-input-placeholder,
#wpforms-76 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-76 #wpforms-86-field_1-error,
#wpforms-76 #wpforms-86-field_2-error,
#wpforms-76 #wpforms-86-field_3-error,
#wpforms-76 #wpforms-86-field_4-error,
#wpforms-76 #wpforms-86-field_5-error,
#wpforms-76 #wpforms-86-field_6-error {
  position: absolute;
  font-size: 13px;
}
#wpforms-76 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-76 .wpforms-submit-container {
  margin: 0 auto;
  padding: 0 !important;
  width: 2rem;
  height: var(--input_height);
  background: var(--i_color);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
#wpforms-76 .wpforms-submit-container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color2);
}
#wpforms-76 .wpforms-submit-container button {
  width: 100%;
  height: var(--input_height);
  font-size: 0.13rem;
  font-weight: bold;
  color: #fff;
  line-height: var(--input_height);
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
#wpforms-76 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
#wpforms-76 .wpforms-submit-container:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
#wpforms-76 .wpforms-submit-container::before {
  -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-76 .form_reset {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48% !important;
  height: var(--input_height);
  padding: 0;
  background: #999;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
#wpforms-76 .form_reset::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
}
#wpforms-76 .form_reset input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.13rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
#wpforms-76 .form_reset:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
#wpforms-76 .form_reset::before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  #wpforms-76 .wpforms-field {
    width: 100%;
  }
}
.in_desire {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: var(--bc_color);
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
}
.in_desire .img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.in_desire .img::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.in_desire .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_desire .txt {
  width: 50%;
  padding: 0.3rem;
}
.in_desire h6 {
  font-size: 0.24rem;
}
.in_desire p {
  font-size: 0.18rem;
  margin: 0.4rem 0 0.2rem;
  font-weight: 100;
  font-style: italic;
}
.in_desire h5 {
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .in_desire .img,
  .in_desire .txt {
    width: 100%;
  }
  .in_desire .txt {
    padding: 0.2rem;
  }
  .in_desire h6 {
    font-size: 0.2rem;
  }
  .in_desire p {
    font-size: 0.16rem;
    margin: 0.3rem 0 0.2rem;
  }
}
.inspiration_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.inspiration_list li {
  width: calc((100% - 0.8rem) / 5);
  position: relative;
  overflow: hidden;
}
.inspiration_list li::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inspiration_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inspiration_list li:hover img {
  width: 105%;
  height: 105%;
}
.client_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.2rem;
}
.client_list li {
  width: calc((100% - 1.6rem) / 9);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.client_list li:hover {
  transform: translateY(-3px);
}
.client_list li::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.client_list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_pro_list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.s_pro_list::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 54, 112, 0.6);
}
.s_pro_list li {
  width: 33.33%;
  position: relative;
  overflow: hidden;
}
.s_pro_list li::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.s_pro_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_pro_list p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #fff;
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .s_pro_list p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .s_pro_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .s_pro_list p {
    font-size: 14px;
  }
  .s_pro_list li::before {
    padding-bottom: 100%;
  }
}

.s_cont dl {
  width: 50%;
}
@media screen and (max-width: 1440px) {
  .s_cont dl {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .s_cont dl {
    width: 70%;
  }
}
@media screen and (max-width: 560px) {
  .s_cont dl {
    width: 100%;
  }
}

.s_cont dt:first-child {
  font-size: 0.22rem;
  font-weight: bold;
}
.s_cont dt:nth-child(2) {
  font-size: 0.16rem;
  margin: 0.2rem 0;
}
.s_cont dd {
  font-size: 0.16rem;
  margin: 0.1rem 0;
  padding-left: 0.2rem;
  position: relative;
}
.s_cont dd::after {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: var(--i_color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sol_txt {
  font-size: 0.16rem;
  text-align: left;
}
.sol_txt p {
  margin: 0.1rem 0;
}
.category_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.category_list li {
  width: calc((100% - 0.9rem) / 4);
}
.category_list .img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.category_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.category_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category_list h6 {
  font-size: 0.2rem;
  text-align: center;
  margin: 0.1rem 0;
}
.category_list .img img,
.category_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category_list li:hover img {
  width: 105%;
  height: 105%;
}
.category_list li:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .category_list li {
    width: calc((100% - 0.3rem) / 2);
  }
  .category_list h6 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .category_list li {
    width: 100%;
  }
  .category_list h6 {
    font-size: 0.16rem;
  }
}
.honor {
  overflow: hidden;
}
.honor .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}
.honor .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.honor .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.honor-button-prev,
.honor-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.honor-button-prev {
  left: 0;
}
.honor-button-next {
  right: 0;
}
.honor-button-prev:hover,
.honor-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.honor-pagination {
  text-align: center;
  margin-top: 20px;
  display: none;
}
.honor-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.honor-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.honor .img {
  position: relative;
  overflow: hidden;
}
.honor .img::before {
  content: "";
  display: block;
  padding-bottom: 68.42%;
}
.honor .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* news */
.in_n_list li {
  background: url(static/images/bc_logo.png) no-repeat right;
  background-size: 50%;
  margin-bottom: 0.5rem;
}
.in_n_list a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--bc_color);
  overflow: hidden;
  border-radius: 0.2rem;
  gap: 0.2rem 0;
}
.in_n_list .img {
  width: 30%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}
.in_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.1%;
}
.in_n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_n_list .txt {
  width: 70%;
  padding: 0 0.3rem;
}
.in_n_list h6 {
  font-size: 0.24rem;
}
.in_n_list p {
  font-size: 0.16rem;
  margin: 0.1rem 0 0.2rem;
}
.in_n_list span {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  font-size: 0.16rem;
  color: #666;
}
.in_n_list a,
.in_n_list h6,
.in_n_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_n_list a:hover img {
  width: 105%;
  height: 105%;
}
.in_n_list a:hover {
  background: none;
  box-shadow: var(--i_shadow);
}
.in_n_list a:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .in_n_list h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_n_list h6 {
    font-size: 0.18rem;
  }
  .in_n_list p {
    font-size: 0.14rem;
    margin: 0.1rem 0;
  }
  .in_n_list .img,
  .in_n_list .txt {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .in_n_list .img,
  .in_n_list .txt {
    width: 100%;
  }
} /* Number of pages */
.in_page_box {
  margin: 0.3rem 0;
  text-align: center;
  overflow: hidden;
}
.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}
.in_page > i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}
.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }
  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .in_page_box {
    margin-top: 0.3rem;
  }
}
/* contact */
.contact .wrap_l {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.c_info {
  width: 40%;
}
.map {
  width: 54%;
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  padding-bottom: 38.125%;
}
.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c_info h4 {
  font-size: 0.3rem;
  color: var(--i_color);
}
.c_list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--border_color);
}
.c_list .ico {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--bc_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.c_list .ico iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
}
.c_list .info {
  width: calc(100% - 0.85rem);
}
.c_list .info h6 {
  color: #666;
  font-size: 0.16rem;
  font-weight: normal;
}
.c_list .info a,
.c_list .info p {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333;
}
.c_list a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.c_list li,
.c_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c_list li:hover {
  border-color: var(--i_color);
}
.c_list li:hover .ico {
  background: var(--i_color);
}
.c_list li:hover .ico iconify-icon {
  color: #fff;
}
.c_info .f_media iconify-icon {
  color: #d1d1d1;
}
.c_info .f_media a:hover iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .c_info h4 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .c_info h4 {
    font-size: 0.18rem;
  }
  .c_info,
  .map {
    width: 100%;
  }
  .c_list .info a,
  .c_list .info p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .map::before {
    padding-bottom: 78.125%;
  }
}
.c_form {
  width: 100%;
  background: url(static/images/bc_form.webp) no-repeat center;
  background-size: cover;
}
#wpforms-86 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-86 {
  margin: 0;
  padding: 0;
}
#wpforms-form-86 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-86 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}
#wpforms-86 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}
#wpforms-86 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-86 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-86 .wpforms-field-container > div {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #wpforms-86 .wpforms-field-container > div:first-child,
  #wpforms-86 .wpforms-field-container > div:nth-child(2) {
    width: 49%;
  }
}
#wpforms-86 .wpforms-field-container input,
#wpforms-86 textarea,
#wpforms-86 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid var(--border_color);
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}
#wpforms-86 input {
  line-height: var(--input_height);
}
#wpforms-86 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-86-field_1-container {
  border-top-left-radius: 20px;
}
#wpforms-86 input::-webkit-input-placeholder,
#wpforms-86 textarea::-webkit-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-86 input::-moz-placeholder,
#wpforms-86 textarea::-moz-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-86 input::-ms-input-placeholder,
#wpforms-86 textarea::-ms-input-placeholder {
  color: #333;
  font-size: var(--input_font_size);
}
#wpforms-86-field_1-error,
#wpforms-86-field_2-error,
#wpforms-86-field_3-error,
#wpforms-86-field_4-error,
#wpforms-86-field_5-error,
#wpforms-86-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-86 .wpforms-submit-container {
  width: 80%;
  margin: 0 auto;
}
#wpforms-86 .wpforms-submit-container button {
  padding: 6px 0.5rem;
  display: block;
  margin: 20px auto 0;
  font-size: 0.2rem;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: var(--i_color);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-86 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}
#wpforms-86 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-86 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}
.faq_list li {
  border: 1px solid var(--border_color);
  margin-bottom: 0.4rem;
  background: #fff;
}
.faq_list .tit {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.14rem 0.2rem;
}
.faq_list span {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
  background: var(--i_color);
  color: #fff;
}
.faq_list iconify-icon {
  font-size: 0.24rem;
}
.faq_list h6 {
  width: calc(100% - 0.7rem);
  font-size: 0.2rem;
  color: #222;
}
.faq_list p {
  padding: 0.14rem 0.2rem;
  font-size: 0.18rem;
  color: #222;
  border-top: 1px solid var(--border_color);
}
@media screen and (max-width: 1024px) {
  .faq_list p,
  .faq_list .tit {
    padding: 0.2rem;
  }
  .faq_list h6 {
    font-size: 0.18rem;
  }
  .faq_list p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .faq_list p,
  .faq_list .tit {
    padding: 0.1rem 0.2rem;
  }
}
.patent_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.3rem;
}
.patent_list li {
  width: calc((100% - 1.2rem) / 5);
}
@media screen and (max-width: 1024px) {
  .patent_list {
    gap: 0.4rem 0.3rem;
  }
  .patent_list li {
    width: calc((100% - 0.9rem) / 4);
  }
}
@media screen and (max-width: 768px) {
  .patent_list {
    gap: 0.4rem 0.2rem;
  }
  .patent_list li {
    width: calc((100% - 0.4rem) / 2);
  }
}
.patent_list .img {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border_color);
  border-radius: 0.1rem;
}
.patent_list .img::before {
  content: "";
  display: block;
  padding-bottom: 142.97%;
}
.patent_list .img img {
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.patent_list p {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  text-align: center;
}
.patent_list .img,
.patent_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.patent_list li:hover .img {
  box-shadow: var(--i_shadow);
}
.patent_list li:hover img {
  width: 100%;
  height: 100%;
}
.patent_list li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .patent_list p {
    font-size: 0.16rem;
  }
}
.expand_btn {
  font-size: 0.2rem;
  color: #666;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.expand_btn:hover {
  color: var(--i_color);
}
/*  */
.expand_btn .arrow {
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
}
.expand_btn .arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--i_color);
  border-right: 2px solid var(--i_color);
  transform: rotate(45deg);
  margin: -6px 0;
  animation: animate28797 2s infinite;
}
.expand_btn .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.expand_btn .arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate28797 {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-8px, -8px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(8px, 8px);
  }
}

.case_list {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.case_list li {
  width: calc(50% - 0.2rem);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
.case_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.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: 0.2rem 0.1rem;
}
.case_list .txt p {
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

/* ---------------------about------------------------- */
.a_cont .s_wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.a_menu {
  width: 25%;
  margin-right: auto;
}
.in_a_cont {
  width: 66%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .a_menu {
    display: none;
  }
  .in_a_cont {
    width: 100%;
  }
}
.a_menu dt,
.a_menu dd {
  border-bottom: 1px solid rgba(162, 121, 103, 0.5);
  text-transform: capitalize;
}
.a_menu dt {
  font-size: 0.2rem;
  color: var(--i_color);
  font-weight: bold;
  padding: 0.1rem 0;
  padding-left: 0.2rem;
  position: relative;
}
.a_menu dt::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--i_color);
}
.a_menu dd {
  padding: 0.14rem 0;
  font-size: 0.16rem;
  color: var(--i_color);
  opacity: 0.8;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a_menu dd::after {
  content: "";
  width: 0;
  height: 1px;
  right: 0;
  position: absolute;
  bottom: -1px;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a_menu dd:hover,
.a_menu dd.active {
  padding-left: 0.1rem;
  opacity: 1;
}
.a_menu dd:hover::after,
.a_menu dd.active::after {
  width: 100%;
  right: initial;
  left: 0;
}

.a_menu li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.2rem;
  font-size: 0.2rem;
  color: var(--i_color);
  padding: 0.12rem 0;
}
.a_menu li:first-child {
  border-bottom: 1px solid rgba(162, 121, 103, 0.5);
}
.a_menu li p {
  font-size: 0.18rem;
  color: var(--i_color2);
}

.in_a_cont .text,
.in_a_cont .text * {
  color: #444e56;
  font-size: 0.18rem;
  margin: 0.12rem 0;
}
.in_a_cont .text {
  margin: 0.2rem 0;
}
.in_a_cont .list dd {
  font-size: 0.18rem;
  color: var(--i_color2);
  margin: 0.2rem 0;
}
.in_a_cont .list span {
  font-size: 0.26rem;
  line-height: 120%;
  font-weight: bold;
  color: var(--i_color);
  padding-right: 16px;
}
@media screen and (max-width: 1024px) {
  .in_a_cont .text,
  .in_a_cont .text * {
    font-size: 0.16rem;
  }
  .in_a_cont .text {
    margin: 0.16rem 0;
  }
  .in_a_cont .list dd {
    font-size: 0.16rem;
  }
  .in_a_cont .list span {
    font-size: 0.2rem;
  }
}

.in_cul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}
.in_cul li {
  width: 49%;
  padding: 0.2rem 0.2rem;
  position: relative;
  color: #fff;
}
.in_cul li::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
}
.in_cul h6 {
  font-size: 0.24rem;
}
.in_cul p {
  font-size: 0.18rem;
  margin: 8px 0;
}
.in_cul li:first-child {
  background: var(--i_color);
}
.in_cul li:first-child::after {
  border-bottom: 20px solid transparent;
  border-right: 20px solid var(--i_color);
  right: 0;
}
.in_cul li:last-child {
  background: var(--i_color2);
}
.in_cul li:last-child::after {
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--i_color2);
  left: 0;
}
@media screen and (max-width: 768px) {
  .in_cul li {
    width: 100%;
  }
  .in_cul h6 {
    font-size: 0.2rem;
  }
  .in_cul p {
    font-size: 0.16rem;
  }
}
.cul_list {
  position: relative;
  overflow: hidden;
}
.cul_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.cul_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.cul_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cul_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.cul_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cul_list .txt {
  margin-top: -0.5rem;
  width: 92%;
  padding: 0.2rem;
  background: var(--bc_color);
  position: relative;
  z-index: 2;
}
.cul_list p {
  font-size: 0.2rem;
  color: #222;
  font-weight: bold;
}
.cul_list h6 {
  font-weight: normal;
  padding-top: 0.16rem;
  margin: 0.16rem 0 0.3rem;
  font-size: 14px;
  position: relative;
}
.cul_list h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 2px;
  background: var(--i_color);
}
.cul_list .swiper-slide:hover .img img {
  width: 106%;
  height: 106%;
}
.cul_list .swiper-slide:hover .txt p {
  color: var(--i_color);
}

/* ----------------------产品列表页---------------------------------- */
.promote_list {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-border-radius: 0.3rem 0 0 0;
  border-radius: 0.3rem 0 0 0;
  overflow: hidden;
}
.promote_list li {
  width: 25%;
  background-color: var(--bc_color);
  padding: 0.2rem 0.3rem;
  margin-right: 1%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.promote_list li:last-child {
  margin-right: 0;
}
.promote_list .ico {
  font-size: 0.4rem;
  color: var(--i_color);
}
.promote_list h2 {
  text-align: center;
  font-size: 0.18rem;
  color: #333;
  margin: 0.1rem 0;
}
.promote_list .text {
  display: none;
  font-size: 14px;
  color: #fff;
  line-height: 140%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.promote_curr {
  background-color: var(--i_color) !important;
}
.promote_curr .text {
  display: block;
}
.promote_curr h2 {
  color: #fff;
  text-align: left;
  min-height: 0.5rem;
}
.promote_curr {
  position: relative;
  flex-direction: row !important;
  width: 50% !important;
  border: transparent !important;
}
.promote_curr .ico {
  color: #fff;
}
.promote_curr .txt {
  width: 80%;
}

@media screen and (max-width: 959px) {
  .promote_list {
    flex-wrap: wrap;
  }
  .promote_list li {
    width: 100%;
    height: auto;
    padding: 0.1rem 0.2rem;
  }
  .promote_curr {
    width: 100% !important;
  }
  .promote_list .ico {
    font-size: 0.3rem;
  }
  .promote_list h2 {
    font-size: 0.16rem;
    margin: 6px 0;
  }
}
.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p_nav {
  width: 28%;
  margin-right: auto;
  padding: 0.2rem;
  background-color: var(--bc_color);
}
.p_nav .tit h5 {
  font-size: 0.24rem;
}
.p_nav .tit {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .p_nav .tit h5 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_nav .tit h5 {
    font-size: 0.2rem;
  }
  .p_nav .tit {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
/* 折叠面板 */
.p_menu_list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 0.5em;
  list-style: none;
}
.p_menu_list li {
  position: relative;
}
.p_menu_list li a {
  position: relative;
  line-height: 100%;
  font-size: 0.18rem;
  padding: 0.14rem 2%;
  display: block;
  box-sizing: border-box;
  text-transform: capitalize;
}
.p_menu_list ul {
  padding: 0;
  display: none;
  overflow: hidden;
}
.p_menu_list ul li {
  margin: 0;
  padding: 0;
  clear: both;
}
.p_menu_list ul li a {
  padding-left: 0.2rem;
  font-size: 0.16rem;
  outline: 0;
  color: #333;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.p_menu_list ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  left: -8px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_menu_list > li:hover > a,
.p_menu_list > li.active > a {
  color: var(--i_color);
}
.p_menu_list > li.active > a {
  font-weight: bold;
}
.p_menu_list ul li:hover a,
.p_menu_list ul li.active a {
  color: var(--i_color);
  margin-left: 0.1rem;
}
.p_menu_list ul li:hover a::after,
.p_menu_list ul li.active a::after {
  left: 0;
  opacity: 1;
}
.p_menu_list ul ul li a {
  color: #333;
  padding-left: 40px;
}
.p_menu_list ul ul li a:hover {
  color: var(--i_color);
}
.p_menu_list span {
  cursor: pointer;
  position: absolute;
  top: 0.16rem;
  right: 3%;
  z-index: 3;
  width: 20px;
  height: 20px;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_menu_list > li:hover > span,
.p_menu_list > li.active > span {
  color: var(--i_color);
}
.p_menu_list ul li i {
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/ico_satr_p.png) no-repeat center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_menu_list ul li:hover i,
.p_menu_list ul li.active i {
  left: 0;
}
.p_nav .img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .p_nav {
    padding: 0.2rem 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
}
.in_c_name h6 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}
.in_c_name p {
  margin: 0.1rem 0 0.2rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .in_c_name h6 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_c_name h6 {
    font-size: 0.22rem;
  }
  .in_c_name p {
    margin: 0.1rem 0 0.14rem;
  }
}
.in_p_r {
  margin-left: auto;
  width: 68%;
}
.in_p_r a {
  position: relative;
}
.in_p_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_p_list li {
  width: calc(100% / 3 - 2%);
  margin-right: 3%;
  margin-bottom: 0.36rem;
  overflow: hidden;
}
.in_p_list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .in_p_list {
    justify-content: space-between;
  }
  .in_p_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.24rem;
  }
}
.in_p_list > a {
  display: block;
  width: 100%;
}
.in_p_list h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: normal;
  margin: 0.16rem 0.1rem;
  text-align: center;
}
.in_p_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.84%;
}
.in_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.in_p_list li:hover .img {
  border-color: var(--i_color);
}
.in_p_list img,
.in_p_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list li:hover h6 {
  color: var(--i_color);
}
.in_p_list li:hover img {
  width: 105%;
  height: 105%;
}
@media screen and (max-width: 1024px) {
  .in_p_r {
    width: 100%;
    margin: 0 0;
  }
}
@media screen and (max-width: 560px) {
  .in_p_list h6 {
    font-size: 15px;
  }
  .in_p_list p {
    font-size: 13px;
  }
}
/* Number of pages */
.in_page_box {
  margin: 0.3rem 0;
  text-align: center;
  overflow: hidden;
}
.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}
.in_page > i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}
.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }
  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .in_page_box {
    margin-top: 0.3rem;
  }
}

/* detail */
.pd_content .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 2;
}
.pd_brief {
  width: 50%;
}
.pd_content .gallery {
  width: 45%;

  border: 1px solid var(--border_color);
  position: relative;
  overflow: hidden;
}
.pd_brief .tit {
  display: flex;
  align-items: flex-end;
  gap: 0 0.1rem;
  margin-bottom: 0.1rem;
}
.pd_brief h1 {
  font-size: 0.26rem;
  color: var(--i_color);
}
.pd_brief .tit p {
  font-size: 0.18rem;
  color: var(--i_color2);
}
@media screen and (max-width: 1440px) {
  .pd_brief h1 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .pd_brief h1 {
    font-size: 0.2rem;
  }
  .pd_brief {
    width: 100%;
  }
  .pd_content .gallery {
    display: none;
  }
}
.p_atlas_show {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.p_atlas_show .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_show .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.p_atlas_show .swiper-slide .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.p_atlas_show .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 80.45%;
}
.p_atlas_show .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.atlas-prev,
.atlas-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}
.atlas-prev {
  left: 0;
}
.atlas-next {
  right: 0;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.atlas-prev:hover,
.atlas-next:hover {
  opacity: 1;
}

.pd_brief .txt {
  font-size: 0.16rem;
  padding: 0.2rem 0;
  border-top: 2px solid var(--i_color);
  border-bottom: 1px solid var(--border_color);
}
.pd_brief .pd_spe_list dd {
  width: 30%;
}
.pd_brief .but {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}
.pd_share p {
  font-size: 0.16rem;
  color: #333;
  font-weight: 400;
}
.pd_share a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #c2c6c9;
}
.pd_share iconify-icon {
  font-size: 0.24rem;
}
.pd_share a:hover {
  color: var(--i_color);
}
.pd_tit span {
  display: table;
  font-size: 0.24rem;
  padding: 0.1rem 0;
  color: var(--i_color);
  font-weight: bold;
  border-bottom: 2px solid var(--i_color);
}
.pd_tit {
  border-bottom: 1px solid var(--border_color);
}

.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
.tag h6 {
  font-size: 0.18rem;
  color: #333;
}
.tag a {
  font-size: 0.16rem;
  color: #333;
  padding: 8px 0.2rem;
  border-radius: 0.3rem;
  background: #fff;
}
.tag a:hover {
  background: var(--i_color);
  color: #fff;
}

.det_content_cont .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.det_content_cont h5 {
  background: var(--i_color2);
  padding: 8px 20px;
  margin-bottom: 20px;
  font-size: 0.22rem;
  color: #fff;
}
.det_content_list {
  width: 66%;
}
@media screen and (max-width: 1024px) {
  .det_content_list {
    width: 100%;
  }
}

.b_form_slogan {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  background: var(--i_color2);
  text-align: center;
}
.b_form_slogan dt {
  background: var(--i_color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.b_form_slogan dd {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.b_form_slogan h3 {
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.b_form_slogan h4 {
  font-size: 0.16rem;
  color: #fff;
}
.b_form_cont {
  padding: 0.3rem 0.2rem;
}
.b_form_tit {
  padding-bottom: 0.2rem;
  text-align: center;
  position: relative;
}
.b_form_tit::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0.8rem;
  height: 4px;
  background: var(--i_color);
}
.b_form_tit h6 {
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--i_color2);
  font-style: italic;
}
.b_form_tit p {
  font-size: 0.26rem;
  color: var(--i_color2);
  font-weight: 900;
}
#wpforms-76 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-76 {
  margin: 0;
  padding: 0;
}
#wpforms-form-76 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-76 input,
#wpforms-76 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-76 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-76 .wpforms-field-label {
  font-size: 0;
}
#wpforms-76 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-76 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-76 .wpforms-field-container input,
#wpforms-76 textarea,
#wpforms-76 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid transparent;
  background: #f1f1f1;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-76 .wpforms-field-container input:hover,
#wpforms-76 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-76 input {
  line-height: var(--input_height);
}
#wpforms-76 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-76-field_1-container,
#wpforms-76-field_2-container {
  width: 49% !important;
}
#wpforms-76 input::-webkit-input-placeholder,
#wpforms-76 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-76 input::-moz-placeholder,
#wpforms-76 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-76 input::-ms-input-placeholder,
#wpforms-76 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-76-field_1-error,
#wpforms-76-field_2-error,
#wpforms-76-field_3-error,
#wpforms-76-field_4-error,
#wpforms-76-field_5-error,
#wpforms-76-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-76 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-76 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#wpforms-76 .wpforms-submit-container button {
  display: block;
  width: 100%;
  height: 0.42rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.42rem;
  background: var(--i_color2);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-76 .wpforms-submit-container button:hover {
  background: var(--i_color);
}
#wpforms-76 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
.b_form_contact {
  padding-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
.b_form_contact::before,
.b_form_contact::after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 6px;
}
.b_form_contact::before {
  left: 0;
  width: 70%;
  background: var(--i_color);
}
.b_form_contact::after {
  right: 0;
  width: 30%;
  background: var(--i_color2);
}
.b_form_contact p {
  font-size: 0.16rem;
}
.b_form_contact a {
  color: var(--i_color);
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .b_form_slogan h4 {
    font-size: 0.17rem;
  }
  .b_form_tit p {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1366px) {
  .b_form_slogan h3 {
    font-size: 0.16rem;
  }
  .b_form_slogan h4 {
    font-size: 0.16rem;
  }
  .b_form_tit {
    padding-bottom: 0.12rem;
  }
  .b_form_tit h6 {
    margin-bottom: 2px;
  }
  .b_form_tit p {
    font-size: 0.2rem;
  }
  .b_form_tit::before {
    height: 3px;
  }
}
@media screen and (max-width: 1200px) {
  .b_form {
    width: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .b_form {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* banner form */
.det_content_cont .b_form {
  position: initial;
  transform: none;
  margin-left: auto;
  width: 30%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .det_content_cont .b_form {
    display: none;
  }
}
.r_p {
  overflow: hidden;
}
.r_p .swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
.r_p .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.r_p .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.r_p-button-prev,
.r_p-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.r_p-button-prev {
  left: 0;
}
.r_p-button-next {
  right: 0;
}
.r_p-button-prev:hover,
.r_p-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.r_p-pagination {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.r_p-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

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

.rp_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.rp_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.rp_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rp_list h6 {
  margin: 0.2rem 0;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid var(--border_color);
  font-size: 0.18rem;
  font-weight: bold;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Breadcrumb */
.in_position {
  position: relative;
}
.in_position .wrap {
  padding: 0.2rem 0;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
}
.in_position a:first-child {
  padding-left: 0.34rem;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="white" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 14px;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}

/* -------------------------------------- 侧边客服 -------------------------------------- */
.aside_right {
  position: fixed;
  right: -50px;
  bottom: 20%;
  z-index: 999999;
  transition: all 0.5s ease;
}
.aside_right.on {
  right: 10px;
}

.aside_right ul {
}
.aside_right li {
  position: relative;
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  transition: all 0.3s ease;
  width: 0.48rem;
  margin-top: 5px;
  border-radius: 50%;
  height: 0.48rem;
  background: rgba(128, 128, 128, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.aside_right em {
  display: block;
  margin: 0 auto;
  width: 0.2rem;
  height: 0.2rem;
}
.aside_right li:nth-child(1) em {
  background: url(static/images/aside_ico_whatsapp.svg) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(2) em {
  background: url(static/images/aside_ico_tel.svg) no-repeat center;
  background-size: contain;
}
/* .aside_right li:nth-child(3) em{background:url(static/imgs/wx.png) no-repeat center; background-size:contain} */
.aside_right li:nth-child(3) em {
  background: url(static/images/email.svg) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(4) em {
  background: url(static/images/top1.svg) no-repeat center;
  background-size: contain;
}

/* .aside_right li:nth-child(3) .side_tel_box{width: 150px; }
.side_tel_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */
.aside_right li:nth-child(1) > a {
  background-color: var(--i_color2);
}
.aside_right li:nth-child(2) > a {
  background-color: #5fbfb7;
}
.aside_right li:nth-child(3) > a {
  background-color: var(--i_color);
}
.aside_right li:nth-child(4) > a {
  background-color: #0fa8a5;
}
.aside_right li > a:hover {
  background: var(--i_color);
}

.side_tel_box,
.side_qr_box {
  position: absolute;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.side_tel_box {
  top: 7px;
  right: -300px;
  width: 180px;
  background: #fff;
}
.side_qr_box {
  top: 50%;
  transform: translate(0, -50%);
  right: -180px;
  width: 120px;
  height: 120px;
  background: #fff;
}

.side_tel_box h6 {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}
.side_tel_box h6 a {
  line-height: 20px;
}
.side_tel_box a:hover {
  color: var(--i_color);
}
.side_qr_box img {
  width: 90%;
  height: 90%;
}

.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
  right: 48px;
}

.side_tel_box,
.side_qr_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 侧边客服 表单 */
#aside_mask_bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999999998;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0.6rem 0.4rem;
  border-radius: 0.2rem;
  background: #e2e2e2;
  z-index: 9999999999999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 40px;
}
#aside_sc_from .tit h6 {
  font-size: 26px;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 30px;
}

#wpforms-80 {
  --input_font_size: 16px;
  --input_height: 42px;
}
#wpforms-80 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-80 {
  width: 100%;
  overflow: hidden;
}

#wpforms-80 input,
#wpforms-80 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-80 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-80 .wpforms-error-container {
  line-height: 16px;
}

#wpforms-80 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-80 .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-80 .wpforms-field {
  position: relative;
}
#wpforms-80 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}
#wpforms-80 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 0.14rem;
  color: red;
}

#wpforms-80 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 0.12rem !important;
}

#wpforms-80 .wpforms-field {
  width: 100%;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}
#wpforms-80 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}
#wpforms-80 .wpforms-field:nth-child(1),
#wpforms-80 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}

#wpforms-80 input {
  height: var(--input_height);
}
#wpforms-80 textarea {
  min-height: 100px;
}
#wpforms-80 input,
#wpforms-80 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-80 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-80 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-80 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-80 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-80 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-80 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-80 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-80 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}

#wpforms-80 #wpforms-80-field_1-error,
#wpforms-80 #wpforms-80-field_2-error,
#wpforms-80 #wpforms-80-field_3-error,
#wpforms-80 #wpforms-80-field_4-error {
  position: absolute;
  font-size: 14px;
}

#wpforms-80 .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-80 .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-80 .wpforms-submit-container:hover {
  background-color: var(--i_color2);
  animation: a 0.5s 1 linear;
  animation-delay: 0.01s;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
  /* .aside_right{display:none} */
  #aside_sc_from {
    width: 80%;
  }
  .aside_right li:nth-child(1),
  .aside_right li:nth-child(2),
  .aside_right li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
  }
  #aside_sc_from .tit h6 {
    font-size: 24px;
  }
}
.wpforms-confirmation-scroll p {
  font-size: 16px;
}
