/*
Theme Name: Web
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
@font-face {
  font-family: "Opensans";
  src: url("./static/font/OpenSans-Light.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Opensans";
  src: url("./static/font/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Opensans";
  src: url("./static/font/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
}

* {
  box-sizing: border-box;
  line-height: 150%;
  font-family: "Opensans", Arial, Helvetica, sans-serif;
}
body {
  font-size: 16px;
}
.top_wrap {
  width: 78%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .top_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1024px) {
  .top_wrap {
    width: 90%;
  }
}

.wrap {
  width: 73%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  padding-left: 13.5%;
}
.wrap_r {
  padding-right: 13.5%;
}

@media screen and (max-width: 1600px) {
  .wrap {
    width: 83.33%;
    max-width: 1600px;
  }
  .wrap_l {
    margin-left: 8.335%;
  }
  .wrap_r {
    margin-right: 8.335%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 92%;
  }
  .wrap_l,
  .wrap_r {
    margin-left: 4%;
    margin-right: 4%;
  }
}
:root {
  --i_color: #0185c7;
  --i_color2: #7db1c8;
  --bc_color: #f1f3f5;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --header_height: 0.8rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
}
@media screen and (max-width: 1024px) {
  :root {
    --border_color: rgb(0 0 0 / 6%);
    --header_height: 0.6rem;
  }
}
/* header */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: #fff;
}
.TopHeader {
  box-shadow: 0px 0px 4px #ddd;
}

.language {
  position: relative;
  height: var(--header_height);
  display: flex;
  align-items: center;
}
.language p {
  position: relative;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  margin-left: 0.2rem;
}
.language p.on {
  color: var(--i_color);
}

.language p.on::before {
  border-top-color: var(--i_color);
}
.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: #fff;
  z-index: 2016;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--header_height);
}
.language_list dt > h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}
.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}
.lang_list a {
  display: block;
  padding: 0.06rem 0;
}
.lang_list span img {
  display: none;
}
.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
  display: block;
}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
  color: var(--i_color);
}
.top_cont {
  position: relative;
  z-index: 2;
}

.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 90%;
}
.logo img {
  max-width: 0.7rem;
}
@media screen and (max-width: 1440px) {
  .logo img {
    max-width: 0.55rem;
  }
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-width: 0.45rem;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin: 0 0.4rem 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.5rem;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li > a {
    display: block;
    font-size: 18px;
    color: #222;
    white-space: nowrap;
    font-weight: normal;
    line-height: var(--header_height);
    border-bottom: 2px solid transparent;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav .curr > a {
    color: var(--i_color) !important;
    border-color: var(--i_color);
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    text-align: center;
    border-bottom: 2px solid var(--i_color);
  }
  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .i_nav .sub-menu > li:hover {
    background: var(--i_color);
  }
  .i_nav .sub-menu > li:hover > a {
    color: #fff;
  }
  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }
  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E")
      no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
  }
  .i_nav a {
    display: block;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid 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(--header_height);
}
.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #222;
}

/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--header_height);
  }
  .top_r {
    margin-left: auto;
  }

  .top_search_ico::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;
}
/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.i_tit > h2 {
  font-size: 0.36rem;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
  color: #222;
}
.i_tit > p {
  font-size: 0.2rem;
  width: 70%;
  margin: 0.2rem auto 0;
  line-height: 170%;
  color: #444;
}
.i_tit.left {
  text-align: left;
}
.i_tit.left p {
  width: 70%;
  margin: 0.2rem auto 0 0;
}
.i_tit.white > h2 {
  color: #fff;
}
.i_tit.white > p {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .i_tit > h2 {
    font-size: 0.24rem;
  }
  .i_tit > p {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .i_tit > h2 {
    font-size: 0.22rem;
  }
  .i_tit > h2::after {
    width: 8px;
    height: 8px;
  }
}
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.i_more {
  display: table;
  padding: 0.1rem 0.3rem;
  background: var(--i_color);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  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_line {
  background: none;
  border: 1px solid #fff;
}
.i_more_line b {
  color: #fff;
}
.i_more_line:hover {
  border-color: transparent;
}
.i_more_color {
  background: none;
  border: 1px solid var(--i_color);
}
.i_more_color b {
  color: var(--i_color);
}
.i_more_color:hover b {
  color: #fff;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.i_more_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.3rem;
}
.i_more_list.center {
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .i_more b {
    font-size: 14px;
  }
}

.more {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-size: 0.18rem;
  color: var(--i_color);
  position: relative;
  z-index: 2;
}
.more:hover {
  color: #fff;
  background: var(--i_color);
}
.more_fill {
  background: var(--i_color);
  color: #fff;
}
.more_fill:hover {
  background: #fff;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .more {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.16rem;
  }
}
.bc {
  background: rgba(0, 134, 199, 0.05);
}
.bc_gradient {
  background: linear-gradient(rgba(0, 134, 199, 0.05), #fff);
}

.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 - 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::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.banner-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.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: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b_t1 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  line-height: 120%;
}
.b_t1 h1,
.b_t1 h5 {
  font-size: 0.6rem;
  color: #fff;
  text-shadow: 0px 2px 6px #333;
}
.b_t1 p {
  font-size: 0.24rem;
  color: #fff;
  margin: 0.2rem 0 0.5rem;
  text-shadow: 0px 2px 6px #333;
}

@media screen and (max-width: 1440px) {
  .b_t1 h1,
  .b_t1 h5 {
    font-size: 0.5rem;
  }
  .b_t1 p {
    font-size: 0.2rem;
    margin: 0.2rem 0 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_t1 {
    width: 80%;
  }
  .b_t1 h1,
  .b_t1 h5 {
    font-size: 0.4rem;
  }
  .b_t1 p {
    font-size: 0.18rem;
    margin: 0.2rem 0 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .b_t1 {
    width: 100%;
  }
  .b_t1 h1,
  .b_t1 h5 {
    font-size: 0.3rem;
  }
  .b_t1 p {
    font-size: 0.16rem;
    margin: 0.2rem 0 0;
  }
}
@media screen and (max-width: 560px) {
  .b_t1 h1,
  .b_t1 h5 {
    font-size: 0.22rem;
  }
  .b_t1 p {
    font-size: 14px;
  }
  .b_t1 .i_more_list {
    display: none;
  }
}
/* -----------------------------------底部--------------------------------------- */
.f_inquire {
  background: #fff;
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
}
.inquire_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inquire_list li {
  width: 33.33%;
  border-left: 1px solid var(--border_color);
  padding: 0.4rem 0;
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inquire_list li:last-child {
  border-right: 1px solid var(--border_color);
}

.inquire_list a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
  width: 100%;
  height: 100%;
}
.inquire_list .ico {
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--i_color);
  color: #fff;
}
.inquire_list h6 {
  font-size: 0.2rem;
  font-weight: normal;
  max-width: calc(100% - 0.7rem);
}
.inquire_list li:hover {
  background: var(--bc_color);
}

@media screen and (max-width: 1024px) {
  .inquire_list .ico {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.18rem;
  }
  .inquire_list h6 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .inquire_list h6 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
  }
}

.foot {
  background: #1e1e1e;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.f_media {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.16rem;
}
.f_media a {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: rgb(255 255 255 / 15%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0.1rem;
}
.f_media iconify-icon {
  font-size: 0.2rem;
  color: rgb(255 255 255 / 40%);
}
.f_media iconify-icon:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .f_media a {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.f_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}
.f_contact {
  width: 26%;
}
.f_nav {
  width: 36%;
}
.f_form {
  width: 25%;
}
.f_tit {
  font-size: 0.28rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.f_contact_list li {
  margin: 0.16rem 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.f_contact_list p {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.1rem;
  opacity: 0.8;
}
.f_contact_list a,
.f_contact_list span {
  font-size: 0.16rem;
  color: #fff;
  line-height: 200%;
  opacity: 0.8;
}
.f_contact_list a:hover {
  color: var(--i_color);
}
.f_contact_list iconify-icon {
  color: var(--i_color);
  font-size: 0.22rem;
  margin-right: 10px;
}
.f_nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_nav ul ul {
  display: none;
}
.f_nav dt {
  flex: 1;
}
.f_nav li > a {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.8;
}
.f_form {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .f_tit {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_tit {
    font-size: 0.2rem;
  }
  .f_form {
    margin-bottom: 0.4rem;
  }
  .f_nav {
    display: none;
  }
  .f_contact,
  .f_form {
    width: 100%;
  }
  .f_contact_list p {
    font-size: 16px;
  }
  .f_contact_list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
}
#wpforms-41 {
  --input_font_size: 16px;
  --input_height: 0.48rem;
}
#wpforms-form-41 {
  width: 100%;
}
#wpforms-41 input,
#wpforms-41 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-41 .wpforms-field {
  padding: 0;
  margin-bottom: 0.1rem;
  position: relative;
}
#wpforms-41 .wpforms-field-label {
  font-size: 0;
}
#wpforms-41 .wpforms-required-label {
  position: absolute;
  top: 0.1rem;
  left: 0.05rem;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-41 .wpforms-field-container input,
#wpforms-41 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  border: none !important;
  font-size: var(--input_font_size);
  color: #fff;
  height: var(--input_height);
  box-sizing: border-box;
  background: #353535;
  padding: 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 4px;
}
#wpforms-41 .wpforms-field-container input:hover,
#wpforms-41 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-41 input {
  line-height: var(--input_height);
}
#wpforms-41 textarea {
  min-height: 1rem;
  line-height: 0.22rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-41 input::-webkit-input-placeholder,
#wpforms-41 textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: var(--input_font_size);
}
#wpforms-41 input::-moz-placeholder,
#wpforms-41 textarea::-moz-placeholder {
  color: #fff;
  font-size: var(--input_font_size);
}
#wpforms-41 input::-ms-input-placeholder,
#wpforms-41 textarea::-ms-input-placeholder {
  color: #fff;
  font-size: var(--input_font_size);
}
#wpforms-41-field_1-error,
#wpforms-41-field_2-error,
#wpforms-41-field_3-error,
#wpforms-41-field_4-error,
#wpforms-41-field_5-error,
#wpforms-41-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-41 .wpforms-field-container {
  width: 100%;
}
#wpforms-41 .wpforms-submit-container button {
  width: 100%;
  padding: 0.12rem 0.5rem;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #fff;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.5s ease;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-41 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-41 .wpforms-submit-container button::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 40%;
  transform: translateX(-50%);
  background: var(--i_color2);
  transition: 0.5s ease;
  z-index: -1;
}
#wpforms-41 .wpforms-submit-container button:hover::before {
  top: -10%;
}
@media screen and (max-width: 1024px) {
  #wpforms-form-54 {
    flex-wrap: wrap;
  }
  #wpforms-41 .wpforms-field {
    width: 100%;
    position: relative;
  }
  #wpforms-41 .wpforms-field-container {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #wpforms-41-field_1-container,
  #wpforms-41-field_3-container {
    width: 100% !important;
  }
  #wpforms-41 .wpforms-submit-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #wpforms-41 {
    --input_font_size: 13px;
    --input_height: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  #wpforms-41-field_1-container,
  #wpforms-41-field_2-container,
  #wpforms-41-field_3-container {
    width: 100% !important;
  }
}
.f_copy {
  padding: 0.2rem 0;
  background-color: #0a0a0a;
}
.f_copy .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_copy a,
.f_copy p {
  font-size: 0.16rem;
  color: #fff;
}
.f_copy p b {
  color: var(--i_color);
}
@media screen and (max-width: 560px) {
  .f_copy a,
  .f_copy p {
    font-size: 14px;
  }
}

/* ---------------------------首页------------------------------- */
.i_p {
  overflow: hidden;
}
.i_p .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 10px;
  z-index: 1;
}
.i_p .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.i_p .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.i_p-button-prev,
.i_p-button-next {
  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;
  border: 1px solid #333;
  position: relative;
  display: none;
}
.i_p-button-prev iconify-icon,
.i_p-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #333;
}
.i_p-button-prev:hover,
.i_p-button-next:hover {
  background-color: var(--i_color);
  border: none;
}
.i_p-button-prev:hover iconify-icon,
.i_p-button-next:hover iconify-icon {
  color: #fff;
}
.i_p-pagination {
  display: none;
  text-align: center;
}
.i_p-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #999;
  outline: none;
  cursor: pointer;
}
.i_p-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 560px) {
  .i_p-pagination {
    display: block;
  }
}
.i_p a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_p .img {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.i_p .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.i_p .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.i_p h3 {
  font-size: 0.2rem;
  text-align: center;
  margin: 0.3rem 0;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.i_p li:hover img {
  width: 110%;
  height: 110%;
}

@media screen and (max-width: 1440px) {
  .i_p h3 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_p h3 {
    font-size: 0.18rem;
    margin: 0.3rem 0 0;
  }
}

.i_ser_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.3rem;
}
.i_ser_list li {
  width: calc((100% - 0.6rem) / 3);
  position: relative;
  overflow: hidden;
  color: #fff;
  box-shadow: 0px 2px 4px #ddd;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_ser_list li::before {
  content: "";
  display: block;
  padding-bottom: 84%;
}
.i_ser_list li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_ser_list li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.i_ser_list .txt {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.i_ser_list h6 {
  font-size: 0.24rem;
  text-align: center;
}
.i_ser_list p {
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
.i_ser_list a {
  font-size: 0.16rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.1rem;
}
.i_ser_list li:hover {
  transform: scale(105%);
}
.i_ser_list li:hover a {
  text-decoration: underline;
}
.i_ser_list a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_ser_list h6 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_ser_list .txt {
    padding: 0.2rem;
  }
  .i_ser_list h6 {
    font-size: 0.2rem;
  }
  .i_ser_list p,
  .i_ser_list a {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .i_ser_list li {
    width: calc((100% - 0.3rem) / 2);
  }
  .i_ser_list h6 {
    font-size: 0.18rem;
  }
  .i_ser_list p {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .i_ser_list li {
    width: 100%;
  }
}

.i_why_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.3rem;
}
.i_why_list li {
  width: calc((100% - 0.6rem) / 3);
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .i_why_list li {
    width: calc((100% - 0.3rem) / 2);
  }
}
.i_why_list .ico {
  width: 0.8rem;
  height: 0.8rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: var(--i_color);
  box-shadow: 0 10px 15px -3px var(--i_color), 0 4px 6px -4px var(--i_color);
}
.i_why_list .ico img {
  max-width: 80%;
}
.i_why_list h6 {
  margin: 0.2rem 0;
  font-size: 0.2rem;
  color: #222;
}
.i_why_list p {
  font-size: 0.16rem;
  color: #444;
}
.i_why_list li,
.i_why_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_why_list li:hover {
  transform: translateY(-0.1rem);
}
.i_why_list li:hover .ico {
  transform: rotateY(180deg);
}

@media screen and (max-width: 1440px) {
  .i_why_list .ico {
    width: 0.7rem;
    height: 0.7rem;
  }
  .i_why_list h6 {
    margin: 0.18rem 0;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_why_list .ico {
    width: 0.6rem;
    height: 0.6rem;
  }
  .i_why_list h6 {
    margin: 0.14rem 0;
    font-size: 0.16rem;
  }
  .i_why_list p {
    font-size: 14px;
  }
}

.i_ab_num {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.i_ab_num li {
  width: 30%;
  background: #fff;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  text-align: center;
  padding: 0.2rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.i_ab_num h5 {
  font-size: 0.4rem;
  color: var(--i_color);
}
.i_ab_num span {
  font-size: inherit;
}
.i_ab_num p {
  font-size: 16px;
  color: #444;
  margin-top: 0.1rem;
}
.i_ab_num li:hover h5,
.i_ab_num li:hover span {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .i_ab_num h5 {
    font-size: 0.3rem;
  }
  .i_ab_num p {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .i_ab_num li {
    width: 100%;
  }
}

.i_brand_box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i_brand_box::before {
  content: "";
  display: block;
  padding-bottom: 19%;
}
@media screen and (max-width: 1024px) {
  .i_brand_box::before {
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 560px) {
  .i_brand_box::before {
    padding-bottom: 50%;
  }
}
.i_brand_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 2px 0;
}
.i_brand_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.i_brand_list .swiper-slide {
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  height: 45%;
  position: relative;
}
.brand-pagination {
  text-align: center;
}
.brand-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.brand-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_brand_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border_color);
}
.i_brand_list .img::before {
  content: "";
  display: block;
  padding-bottom: 44.44%;
}
.i_brand_list .img img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_brand_list li:hover img {
  width: 90%;
  height: 90%;
}
.i_new_list {
  position: relative;
  overflow: hidden;
}
.i_new_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_new_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_new_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.i_new_list .img::before {
  content: "";
  display: block;
  padding-bottom: 86.8%;
}
.i_new_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_new_list h3 {
  font-size: 0.2rem;
  font-weight: normal;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
  backdrop-filter: blur(2.5px);
  text-align: center;
  padding: 0.2rem 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.i_new_list .img,
.i_new_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_new_list li:hover img {
  width: 111%;
  height: 111%;
}
.i_new_but {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
.i_new-prev,
.i_new-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border_color);
  color: #333;
  border-radius: 50%;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_new-prev:hover,
.i_new-next:hover {
  border-color: var(--i_color);
  color: var(--i_color);
}
.i_new-pagination {
  display: none;
  text-align: center;
}
.i_new-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.i_new-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_new-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_new-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_new_list h3 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_new_list h3 {
    padding: 0.12rem 0;
  }
  .i_new-prev,
  .i_new-next {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
  }
}

/* ---------------------------内页------------------------------- */
.in_banner {
  width: 100%;
  position: relative;
  background: linear-gradient(var(--i_color), var(--i_color2));
  overflow: hidden;
}
.in_banner {
  position: relative;
  overflow: hidden;
}
.in_banner::after {
  content: "";
  display: block;
  padding-bottom: 20%;
}
.in_banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
}
.in_banner h4 {
  text-transform: capitalize;
  font-size: 0.55rem;
  color: #fff;
  font-weight: bold;
  margin: 0.1rem 0;
}
.in_banner p {
  font-size: 0.2rem;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .in_banner h4 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_banner h4 {
    font-size: 0.3rem;
  }
  .in_banner p {
    font-size: 0.18rem;
  }
  .in_banner::after {
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 768px) {
  .in_banner .img::after {
    padding-bottom: 45.36%;
  }
  .in_banner h4 {
    font-size: 0.26rem;
  }
  .in_banner p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .in_banner h4 {
    font-size: 0.2rem;
  }
  .in_banner::after {
    padding-bottom: 40%;
  }
}
/* 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 a {
    font-size: 14px;
  }
}

/* ----------------------产品列表页---------------------------------- */

.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;
}
.in_p_r {
  margin-left: auto;
  width: 68%;
}
.in_p_r a {
  position: relative;
}
@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_p_r {
    width: 100%;
  }
}
.in_p_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
}
.in_p_list li {
  width: calc((100% - 0.4rem) / 3);
  padding: 0.1rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .in_p_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .in_p_list li {
    width: 100%;
  }
}

.in_p_list li:hover h6 {
  color: var(--i_color);
}
.in_p_list li:hover {
  box-shadow: var(--i_shadow);
  border-color: transparent;
}

.in_p_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 79.93%;
}
.in_p_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_p_list h6 {
  color: var(--i_color2);
  font-size: 0.18rem;
  font-weight: bold;
  margin: 0.1rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_p_list .txt {
  font-size: 16px;
  line-height: 180%;
  margin: 0.2rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_p_list .ico {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  border-top: 1px solid var(--border_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.2rem 0 0.1rem;
}
.in_p_list .ico p {
  font-size: 14px;
  color: var(--font_color);
}
.in_p_list .ico p,
.in_p_list .ico iconify-icon {
  position: relative;
  z-index: 2;
}
.in_p_list li:hover .ico {
  border-color: var(--i_color);
  color: var(--i_color);
}

/* 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_order {
  font-size: 16px;
  color: var(--font_color);
  margin: 0.1rem 0;
}
.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}
.pd_share p {
  font-size: 0.16rem;
  color: #333;
  font-weight: 400;
}
.pd_share a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #c2c6c9;
}
.pd_share iconify-icon {
  font-size: 0.24rem;
}
.pd_share a:hover {
  color: var(--i_color);
}

/* 详情页图集轮播 */
.in_factory_cont {
  --sm_pic_width: 17%;
}
.in_factory_cont {
  position: relative;
  overflow: hidden;
}
.in_factory_cont:before {
  content: "";
  display: block;
  padding-bottom: 86.98%;
}
.in_factory_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}
.in_factory_list {
  height: 100%;
  overflow: hidden;
}
.in_factory_list .swiper-slide {
  cursor: pointer;
}
.in_factory_list .img {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.in_factory_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 1366px) {
  .in_factory_list .img::before {
    padding-bottom: 40%;
  }
}
.in_factory_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_factory_list .swiper-slide-thumb-active .img {
  border: 2px solid var(--i_color);
}
.infactory-button-prev,
.infactory-button-next {
  opacity: 0.8;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 30px;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.infactory-button-prev {
  top: 4px;
  background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
  background-size: contain;
}
.infactory-button-next {
  bottom: 4px;
  background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
    center;
  background-size: contain;
}
.infactory-button-prev.swiper-button-disabled,
.infactory-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.in_factory_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  box-sizing: border-box;
  padding: 0 0;
  margin: 0 auto;
}
.in_factory_show {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.in_factory_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.in_factory_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.in_factory_show .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: 1px solid #ddd;
}
.in_factory_show .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_factory_show .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.infactory-pagination {
  display: none;
  margin: 16px auto 0;
  text-align: center;
}
.infactory-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: block;
  margin: 0 6px;
  background: #ccc;
  outline: none;
  cursor: pointer;
}
.infactory-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1366px) {
  .in_factory_cont:before {
    padding-bottom: 58.43%;
  }
}
@media screen and (max-width: 959px) {
  .in_factory_list_box {
    display: none;
  }
  .in_factory_show_box {
    width: 100%;
  }
  .infactory-pagination {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
}
.pd_img_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pd_box .left_img {
  width: 45%;
}
.pd_img_box .right_txt {
  width: 50%;
}
@media screen and (max-width: 769px) {
  .pd_box .left_img {
    width: 100%;
  }
  .pd_img_box .right_txt {
    margin: 0.3rem auto;
    width: 100%;
  }
}
.pd_img_box h1 {
  font-weight: bold;
  font-size: 0.24rem;
  text-transform: uppercase;
}
.parameters {
  font-size: 0.16rem;
  color: var(--font_color);
  line-height: 170%;
  padding: 0.2rem 0;
  margin: 0.2rem 0;
  border-bottom: 1px solid var(--border_color);
  border-top: 1px solid var(--border_color);
}
@media screen and (max-width: 1366px) {
  .pd_img_box h1 {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .pd_img_box h1 {
    font-size: 0.2rem;
    margin-bottom: 0.12rem;
  }
  .parameters {
    font-size: 0.14rem;
  }
}
.pd_box .i_more {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pd_box .i_more iconify-icon {
  color: var(--i_color);
  margin-right: 6px;
  font-size: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_box .i_more:hover iconify-icon {
  color: #fff;
}

.pd_tit {
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.3rem;
}
.pd_tit span {
  display: table;
  padding: 0.1rem 0.36rem;
  background-color: var(--i_color);
  font-size: 0.22rem;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .pd_tit span {
    padding: 0.1rem 0.3rem;
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .pd_tit span {
    font-size: 18px;
  }
}

.detail article {
  font-size: 0.16rem;
  line-height: 170%;
}

.detail article p {
  font-size: 0.16rem;
  line-height: 170%;
  min-height: 20px;
}
.detail article strong {
  font-weight: bold;
}
.detail article h2,
.detail article h2 * {
  font-size: 0.24rem;
  margin: 0.2rem 0 0.1rem;
}
.detail article img,
.detail article iframe {
  max-width: 100%;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .detail article h2,
  .detail article h2 * {
    font-size: 0.2rem;
  }
}

/* Related Product轮播 */
.r_p {
  position: relative;
}
.r_p_list {
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.r_p_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.r_p_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.rp-button-prev,
.rp-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.65rem;
  height: 0.65rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rp-button-prev {
  left: 8%;
  background: url(static/images/public/arrow_left_long_hei.svg) no-repeat center;
  background-size: 30px;
}
.rp-button-next {
  right: 8%;
  background: url(static/images/public/arrow_right_long_hei.svg) no-repeat
    center;
  background-size: 30px;
}
.rp-button-prev:hover {
  background: url(static/images/public/arrow_left_long_bai.svg) no-repeat center;
  background-size: 30px;
}
.rp-button-next:hover {
  background: url(static/images/public/arrow_right_long_bai.svg) no-repeat
    center;
  background-size: 30px;
}
.rp-button-prev:hover,
.rp-button-next:hover {
  background-color: var(--i_color);
}
.rp-pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .rp-button-prev,
  .rp-button-next {
    display: none;
  }
  .rp-pagination {
    margin-top: 0.2rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.rp-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: block;
  margin: 0 6px;
  background: #ccc;
  outline: none;
  cursor: pointer;
}
.rp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.r_p_list a {
  display: block;
  width: 100%;
}
.r_p_list h6 {
  font-size: 0.18rem;
  color: #222;
  font-weight: bold;
  margin: 0.22rem 0.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .r_p_list h6 {
    font-size: 0.16rem;
    margin: 0.12rem 0;
  }
}
.r_p_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.r_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.r_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  object-fit: contain;
}

/* -------------------------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;

  gap: 0.2rem 0;
}
.in_n_list .img {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.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%;
  }
}

/* ---------------------about------------------------- */
.i_about {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}
.i_about .left {
  width: 45%;
}
.ia_video {
  width: 52%;
  position: relative;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ia_video::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.ia_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_about h6 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 120%;
}
.i_about p {
  font-size: 0.16rem;
  margin: 0.2rem 0;
  color: #444;
}
@media screen and (max-width: 1440px) {
  .i_about h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_about .left {
    width: 100%;
  }
  .ia_video {
    width: 100%;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }
  .ia_video::before {
    padding-bottom: 50%;
  }
  .i_about h6 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 959px) {
  .i_about h6 {
    font-size: 0.2rem;
  }
  .i_about p {
    font-size: 14px;
    margin: 0.16rem 0;
  }
}

.i_v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 6;
}
.i_v_btn::before,
.i_v_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: dot 2s infinite;
}
.i_v_btn::after {
  animation-delay: 0.3s;
}
@keyframes dot {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
.i_v_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 0.24rem;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .i_v_btn {
    width: 0.5rem;
    height: 0.5rem;
  }
  .i_v_btn iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .i_v_btn {
    width: 0.45rem;
    height: 0.45rem;
  }
  .i_v_btn iconify-icon {
    font-size: 0.18rem;
  }
}
/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe,
.vd_box video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}

.i_global .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i_global .left {
  width: 48%;
}
.i_global .right {
  width: 48%;
}
.i_global .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  box-shadow: 0px 2px 6px #ddd;
}
.i_global .img::before {
  content: "";
  display: block;
  padding-bottom: 54%;
}
.i_global .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.global_list li {
  padding: 0.2rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 6px #ddd;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.global_list .ico {
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  color: #fff;
  font-size: 0.3rem;
  background: var(--i_color);
}
.global_list .txt {
  width: calc(100% - 0.6rem);
}
.global_list h6 {
  font-size: 0.2rem;
}
.global_list p {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  color: #444;
}
@media screen and (max-width: 1024px) {
  .i_global .left,
  .i_global .right {
    width: 100%;
  }
  .global_list h6 {
    font-size: 0.18rem;
  }
  .global_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .global_list h6 {
    font-size: 0.16rem;
  }
  .global_list p {
    font-size: 14px;
    margin-top: 6px;
  }
}

.certy {
  background: url(static/images/bc_in_ad.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
.certy_list {
  position: relative;
  overflow: hidden;
}
.certy_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.certy_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.certy_list .img {
  position: relative;
  overflow: hidden;
  background: #e1fdff;
}
.certy_list .img::before {
  content: "";
  display: block;
  padding-bottom: 142.97%;
}
.certy_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%);
}
.certy_list .img,
.certy_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.certy_list li:hover .img {
  box-shadow: var(--i_shadow);
}
.certy_list li:hover img {
  width: 100%;
  height: 100%;
}
.certy_list li {
  transform: scale(80%);
}
.certy_list li.swiper-slide-next,
.certy_list li.swiper-slide-prev {
  transform: scale(90%);
}
.certy_list li.swiper-slide-active {
  transform: scale(100%);
}
.certy-prev,
.certy-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  opacity: 0.5;
}
.certy-prev {
  left: 0;
}
.certy-next {
  right: 0;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.certy-prev:hover,
.certy-next:hover {
  background: var(--i_color2);
}
.certy-pagination {
  text-align: center;
}
.certy-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.certy-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.certy-pagination .swiper-pagination-bullet-active {
  background: var(--i_color2);
}
.certy-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .certy-prev,
  .certy-next {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.24rem;
  }
  .certy-prev {
    left: 0;
  }
  .certy-next {
    right: 0;
  }
}
@media screen and (max-width: 560px) {
  .certy-pagination {
    margin-top: 0.22rem;
  }
}

.env_list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1rem;
}
.env_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.env_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.env_list .img::before {
  content: "";
  display: block;
  padding-bottom: 83.96%;
}
.env_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.env_list .img,
.env_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env_list li:hover .img {
  background: #fff;
  border-color: var(--i_color);
}
.env_list li:hover img {
  width: 100%;
  height: 100%;
}
.env_but {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.env-prev,
.env-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}
.env-prev {
  transform: translateX(-0.6rem);
}
.env-next {
  transform: translateX(0.6rem);
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.env-prev:hover,
.env-next:hover {
  opacity: 1;
}
.env-pagination {
  text-align: center;
}
.env-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.env-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.env-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

.ser_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  margin-bottom: 0.8rem;
}
.ser_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.ser_list .left {
  width: 45%;
}
.ser_list .img {
  width: 52%;
  position: relative;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ser_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.ser_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ser_list h6 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 120%;
}
.ser_list p {
  font-size: 0.16rem;
  margin: 0.2rem 0;
  color: #444;
}
.ser_list dl {
  margin: 0.4rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.ser_list dt {
  font-size: 0.2rem;
  width: 100%;
}
.ser_list dd {
  width: 48%;
  font-size: 0.16rem;
  color: #444;
  padding-left: 0.2rem;
  position: relative;
}
.ser_list dd::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(static/images/ico_gou.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .ser_list h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .ser_list .left,
  .ser_list .img {
    width: 100%;
  }

  .ser_list .img::before {
    padding-bottom: 50%;
  }
  .ser_list h6 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 959px) {
  .ser_list h6 {
    font-size: 0.2rem;
  }
  .ser_list p {
    font-size: 14px;
    margin: 0.16rem 0;
  }
}
@media screen and (max-width: 560px) {
  .ser_list dl {
    margin: 0.3rem 0;
    gap: 0.1rem 0;
  }
  .ser_list dt {
    font-size: 0.18rem;
  }
  .ser_list dd {
    width: 100%;
  }
}

.sector_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.sector_list li {
  width: calc((100% - 0.4rem) / 3);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0px 2px 4px #ddd;
}

.sector_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.sector_list .img::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.sector_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sector_list .img h6 {
  width: 100%;
  font-size: 0.18rem;
  color: #fff;
  position: absolute;
  bottom: 0.1rem;
  left: 0.1rem;
  z-index: 2;
}
.sector_list .txt {
  padding: 0.2rem;
}
.sector_list h5 {
  font-size: 0.14rem;
  color: var(--i_color);
  font-weight: normal;
  margin-bottom: 0.1rem;
}
.sector_list p {
  font-size: 0.14rem;
  color: #444;
  padding-left: 0.2rem;
  position: relative;
  margin-bottom: 0.1rem;
}
.sector_list p::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--i_color);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sector_list li,
.sector_list .img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sector_list li:hover {
  transform: scale(102%);
}
.sector_list li:hover img {
  width: 105%;
  height: 105%;
}
@media screen and (max-width: 1024px) {
  .sector_list .img h6 {
    font-size: 0.16rem;
  }
  .sector_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .sector_list li {
    width: 100%;
  }
}

.c_form {
  width: 70%;
  margin: 0 auto;
  padding: 0.3rem;
  background: #f3f7fa;
  border: 1px solid #cbd5e1;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .c_form {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .c_form {
    width: 100%;
  }
}
#wpforms-84 {
  --input_font_size: 14px;
  --input_height: 0.5rem;
}
#wpforms-84 {
  margin: 0;
  padding: 0;
}
#wpforms-form-84 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-84 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}

#wpforms-84 label {
  font-size: 0.14rem;
  color: #334155;
  margin-bottom: 0.1rem;
  font-weight: bold;
  display: block;
}
#wpforms-84 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-84 .wpforms-field-container > div {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #wpforms-84 .wpforms-field-container > div:first-child,
  #wpforms-84 .wpforms-field-container > div:nth-child(2),
  #wpforms-84 .wpforms-field-container > div:nth-child(3),
  #wpforms-84 .wpforms-field-container > div:nth-child(4) {
    width: 49%;
  }
}
#wpforms-84 .wpforms-field-container input,
#wpforms-84 textarea,
#wpforms-84 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 #bcc5d0;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-84 input {
  line-height: var(--input_height);
}
#wpforms-84 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-84-field_1-container {
  border-top-left-radius: 20px;
}
#wpforms-84 input::-webkit-input-placeholder,
#wpforms-84 textarea::-webkit-input-placeholder {
  color: #9da3af;
  font-size: var(--input_font_size);
}
#wpforms-84 input::-moz-placeholder,
#wpforms-84 textarea::-moz-placeholder {
  color: #9da3af;
  font-size: var(--input_font_size);
}
#wpforms-84 input::-ms-input-placeholder,
#wpforms-84 textarea::-ms-input-placeholder {
  color: #9da3af;
  font-size: var(--input_font_size);
}
#wpforms-84-field_1-error,
#wpforms-84-field_2-error,
#wpforms-84-field_3-error,
#wpforms-84-field_4-error,
#wpforms-84-field_5-error,
#wpforms-84-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-84 .wpforms-submit-container {
  width: 80%;
  margin: 0 auto;
}
#wpforms-84 .wpforms-submit-container button {
  padding: 6px 0.5rem;
  display: block;
  margin: 20px auto 0;
  font-size: 0.18rem;
  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-84 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}
#wpforms-84 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-84 .wpforms-submit-container button {
    padding: 6px 40px;
    font-size: 0.16rem;
  }
}

.contact .wrap {
  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);
  margin: 0;
}
.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;
  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.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .c_info,
  .map {
    width: 100%;
  }
  .c_info h4 {
    font-size: 0.2rem;
    color: var(--i_color);
  }
  .c_list li {
    padding: 0.2rem 0;
  }
  .c_list .ico {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.15rem;
    font-size: 0.3rem;
  }
  .c_list .info {
    width: calc(100% - 0.7rem);
  }
  .c_list .info a,
  .c_list .info p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .map::before {
    padding-bottom: 78.125%;
  }
}

.faq_list li {
  margin-bottom: 0.4rem;
  background: #fff;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  padding: 0.3rem;
  box-shadow: 0px 2px 4px #ddd;
}
.faq_list .tit {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 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.18rem;
}
.faq_list p {
  font-size: 0.18rem;
  color: #444;
}
@media screen and (max-width: 959px) {
  .faq_list li {
    padding: 0.2rem;
  }
  .faq_list h6 {
    font-size: 0.16rem;
  }
  .faq_list p {
    font-size: 0.14rem;
  }
}

/* ---------------------新闻详情页------------------ */
.in_news_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.3rem 0;
}
.post_recommend {
  flex-shrink: 0;
  width: 4rem;
  margin-left: auto;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #ddd;
}
.post_content {
  width: calc(100% - 4.5rem);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.post_recommend h3 {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .post_recommend,
  .post_content {
    width: 100%;
  }
  .post_recommend {
    padding: 20px 10px;
  }
}
.post_recommend_list {
}
.post_recommend_list li {
}
.post_recommend_list li:not(:last-child) {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.post_recommend_list a {
  display: block;
  width: 100%;
}
.post_recommend_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.post_recommend_list .img::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.post_recommend_list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post_recommend_list {
  margin: 14px 0 10px;
}
.post_recommend_list p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post_recommend_list li:hover img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.post_recommend_list li:hover p {
  color: var(--i_color);
}
.new_form_cont {
  background: #f7f7f7;
  margin-top: 0.3rem;
  padding: 0.2rem;
  position: relative;
}
.new_form_cont::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background: linear-gradient(to top, var(--i_color), var(--i_color2));
  position: absolute;
  right: 0;
  top: 0;
}
.new_form_cont p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
#wpforms-97 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-97 {
  margin: 0;
  padding: 0;
}
#wpforms-form-97 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-97 input,
#wpforms-97 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-97 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-97 .wpforms-field-label {
  font-size: 0;
}
#wpforms-97 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-97 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-97 .wpforms-field-container input,
#wpforms-97 textarea,
#wpforms-97 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid transparent;
  background: #fff;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-97 .wpforms-field-container input:hover,
#wpforms-97 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-97 input {
  line-height: var(--input_height);
}
#wpforms-97 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-97-field_1-container,
#wpforms-97-field_2-container {
  width: 49% !important;
}
#wpforms-97 input::-webkit-input-placeholder,
#wpforms-97 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-97 input::-moz-placeholder,
#wpforms-97 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-97 input::-ms-input-placeholder,
#wpforms-97 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-97-field_1-error,
#wpforms-97-field_2-error,
#wpforms-97-field_3-error,
#wpforms-97-field_4-error,
#wpforms-97-field_5-error,
#wpforms-97-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-97 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-97 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#wpforms-97 .wpforms-submit-container button {
  display: block;
  width: 100%;
  font-size: 0.16rem;
  padding: 10px 0;
  color: #fff;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wpforms-97 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}
#wpforms-97 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}

/* -------------------------------------- 侧边客服 -------------------------------------- */
.aside_right {
  position: fixed;
  right: -50px;
  bottom: 20%;
  z-index: 999999;
  transition: all 0.5s ease;
}
.aside_right.on {
  right: 10px;
}
.aside_right ul {
}
.aside_right li {
  position: relative;
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  transition: all 0.3s ease;
  width: 0.48rem;
  margin-top: 5px;
  border-radius: 50%;
  height: 0.48rem;
  background: rgba(128, 128, 128, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.aside_right iconify-icon {
  display: block;
  margin: 0 auto;
  font-size: 0.2rem;
  color: #fff;
}

/* .aside_right li:nth-child(3) .side_tel_box{width: 150px; }
.side_tel_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */
.aside_right li:nth-child(1) > a {
  background-color: var(--i_color2);
}
.aside_right li:nth-child(2) > a {
  background-color: var(--i_color);
}
.aside_right li:nth-child(3) > a {
  background-color: #666;
}
.aside_right li:nth-child(4) > a {
  background-color: #333;
}
.aside_right li > a:hover {
  background: var(--i_color);
}
.side_tel_box,
.side_qr_box {
  position: absolute;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.side_tel_box {
  top: 7px;
  right: -300px;
  width: 180px;
  background: #fff;
}
.side_qr_box {
  top: 50%;
  transform: translate(0, -50%);
  right: -180px;
  width: 120px;
  height: 120px;
  background: #fff;
}
.side_tel_box h6 {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}
.side_tel_box h6 a {
  line-height: 20px;
}
.side_tel_box a:hover {
  color: var(--i_color);
}
.side_qr_box img {
  width: 90%;
  height: 90%;
}
.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
  right: 48px;
}
.side_tel_box,
.side_qr_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 侧边客服 表单 */
#aside_mask_bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0.6rem 0.4rem;
  border-radius: 0.2rem;
  background: #e2e2e2;
  z-index: 9999999999999;
  overflow: auto;
}
#aside_sc_from .tit {
  margin-bottom: 40px;
}
#aside_sc_from .tit h6 {
  font-size: 26px;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 30px;
}
#wpforms-44 {
  --input_font_size: 16px;
  --input_height: 42px;
}
#wpforms-44 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-44 {
  width: 100%;
  overflow: hidden;
}
#wpforms-44 input,
#wpforms-44 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-44 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-44 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-44 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-44 .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-44 .wpforms-field {
  position: relative;
}
#wpforms-44 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}
#wpforms-44 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 14px;
  color: red;
}
#wpforms-44 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 12px !important;
}
#wpforms-44 .wpforms-field {
  width: 100%;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}
#wpforms-44 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}
#wpforms-44 .wpforms-field:nth-child(1),
#wpforms-44 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}
#wpforms-44 input {
  height: var(--input_height);
}
#wpforms-44 textarea {
  min-height: 100px;
}
#wpforms-44 input,
#wpforms-44 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-44 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-44 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-44 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-44 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-44 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-44 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-44 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-44 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-44 #wpforms-44-field_1-error,
#wpforms-44 #wpforms-44-field_2-error,
#wpforms-44 #wpforms-44-field_3-error,
#wpforms-44 #wpforms-44-field_4-error {
  position: absolute;
  font-size: 14px;
}
#wpforms-44 .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-44 .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-44 .wpforms-submit-container:hover {
  background-color: var(--i_color2);
  animation: a 0.5s 1 linear;
  animation-delay: 0.01s;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
  .aside_right.on {
    right: 0;
  }
  .aside_right li > a {
    width: 0.4rem;
    height: 0.4rem;
  }
  #aside_sc_from {
    width: 80%;
    padding: 0.4rem 0.3rem;
  }
  .aside_right iconify-icon {
    font-size: 0.18rem;
  }
  .close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
    padding: 0.3rem 0.2rem;
  }
  #aside_sc_from .tit h6 {
    font-size: 20px;
  }
}
