/*
Theme Name: Kaixin
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
* {
  box-sizing: border-box;
  line-height: 150%;
}
iconify-icon {
  font-size: inherit;
}
main {
  overflow: hidden;
  background: #fff;
}
:root {
  --i_color: #54738c;
  --i_color2: #77c7cb;
  --bc_color: #f0f1f3;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --header_height: 1rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
}
@media screen and (max-width: 1440px) {
  :root {
    --header_height: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}
html {
  font-size: min(16px, 18px);
}
.wrap {
  width: 83.33%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .wrap {
    width: 86%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 92%;
  }
}
.wrap_l {
  padding-left: 8.335%;
}
.wrap_r {
  padding-right: 8.335%;
}
@media screen and (max-width: 1600px) {
  .wrap_l {
    padding-left: 7%;
  }
  .wrap_r {
    padding-right: 7%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap_l,
  .wrap_r {
    padding-left: 4%;
    padding-right: 4%;
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  header {
    background: #fff;
  }
}

.TopHeader {
  background: #fff;
  box-shadow: 0px 0px 6px #ddd;
}
.language {
  position: relative;
  height: var(--header_height);
  display: flex;
  align-items: center;
}
.language p {
  position: relative;
  cursor: pointer;
  margin-left: 0.2rem;
  font-size: 0.25rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.language p.on {
  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;
  display: block;
}
.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;
}
.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .full_header {
    margin-top: var(--header_height);
  }
}
.full_h {
  height: var(--header_height);
  background: #666;
}
@media screen and (max-width: 1024px) {
  .full_h {
    height: 0;
  }
}
/* 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-height: 0.68rem;
}
@media screen and (max-width: 1440px) {
  .logo img {
    max-height: 0.58rem;
  }
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 0.48rem;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.4rem;
  }
  .i_nav > li {
    position: relative;
    line-height: var(--header_height);
  }
  .i_nav > li > a {
    display: block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    font-weight: normal;
  }
  .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;
    background: #fff;
  }
  .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 {
    gap: 0 0.3rem;
  }
  .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;
}
.top_search_ico iconify-icon {
  font-size: 0.3rem;
  color: #fff;
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
  font-size: 14px;
}
.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 {
    margin-right: 0.2rem;
  }
  .top_search_ico::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_search {
    padding: 0.12rem 0;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
header,
.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.TopHeader {
  border-color: transparent;
}
.TopHeader .i_nav > li > a,
.TopHeader .top_search_ico iconify-icon,
.TopHeader .language p {
  color: #333;
}
.com_form {
  background: url(static/images/bc_foot.webp) no-repeat center;
  background-size: cover;
}
.com_form .form h4 {
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.com_form .form {
  width: 45%;
  background: #fff;
  padding: 0.5rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .com_form .form h4 {
    font-size: 0.24rem;
  }
  .com_form .form {
    width: 55%;
    padding: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .com_form .form h4 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .com_form .form {
    width: 60%;
    padding: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .com_form .form {
    width: 100%;
  }
}
#wpforms-37 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-37 {
  margin: 0;
  padding: 0;
}
#wpforms-form-37 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-37 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}
#wpforms-37 .wpforms-field-label {
  font-size: 14px;
  color: #666;
}
#wpforms-37 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-37 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-37 .wpforms-field-container > div {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 560px) {
  #wpforms-37 .wpforms-field-container > div {
    width: 100%;
  }
}
#wpforms-37 .wpforms-field-container > div:nth-child(5),
#wpforms-37 .wpforms-field-container > div:nth-child(6) {
  width: 100%;
}
#wpforms-37 .wpforms-field-container input,
#wpforms-37 textarea,
#wpforms-37 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: none !important;
  background: var(--bc_color);
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#wpforms-37 input {
  line-height: var(--input_height);
}
#wpforms-37 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
  border: none;
}
#wpforms-37-field_7 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#wpforms-37-field_7 li {
  width: 32%;
  position: relative;
}
#wpforms-37-field_7 li input {
  width: 100%;
  height: var(--input_height);
  margin: 10px 0;
}
div.wpforms-container-full .wpforms-form input[type="radio"] {
  width: 30px !important;
  height: 30px !important;
  display: block !important;
}
#wpforms-37-field_7 li label {
  color: #666;
  display: block;
  text-align: center;
}
#wpforms-37 input::-webkit-input-placeholder,
#wpforms-37 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-37 input::-moz-placeholder,
#wpforms-37 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-37 input::-ms-input-placeholder,
#wpforms-37 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-37-field_1-error,
#wpforms-37-field_2-error,
#wpforms-37-field_3-error,
#wpforms-37-field_4-error,
#wpforms-37-field_5-error,
#wpforms-37-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-37 .wpforms-submit-container button {
  background: var(--i_color);
  display: block;
  padding: 10px 50px;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-37 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}
#wpforms-37 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-37 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}
/* -------------------底部-------------------------- */
footer {
  background: var(--bc_color);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.f_logo img {
  max-height: 0.88rem;
}
.f_cont {
  padding: 0.4rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_contact {
  width: 40%;
}
.f_menu {
  width: 22%;
}
.f_cont li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  position: relative;
}
.f_menu li {
  padding-left: 0.2rem;
}
.f_menu li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.f_menu li ul {
  display: none;
}
.f_cont a,
.f_cont p {
  font-size: 0.16rem;
  color: #666;
}
.f_cont a:hover {
  color: var(--i_color);
}
.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_media a {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  font-size: 0.26rem;
  color: #fff;
  margin-right: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
}
.f_media a:hover {
  background: var(--i_color2);
}
@media screen and (max-width: 1024px) {
  .f_media a {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
  }
}
.f_tit {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.22rem;
}
.f_contact_list li {
  display: flex;
  align-items: center;
}
.f_contact_list li iconify-icon {
  font-size: 0.22rem;
  color: var(--i_color);
  margin-right: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .f_tit {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .f_contact {
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_tit {
    margin-bottom: 0.18rem;
  }
  .f_menu {
    display: none;
  }
  .f_contact {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .f_cont a,
  .f_cont p {
    font-size: 0.14rem;
  }
}
.f_cr {
  padding: 0.2rem 0;
  border-top: 1px solid var(--border_color);
}
.f_cr .wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
.f_cr p,
.f_cr a {
  font-size: 0.16rem;
  color: #666;
}
.f_cr a {
  padding-left: 0.1rem;
  margin-left: 0.1rem;
  border-left: 1px solid #666;
}
.f_cr a:hover {
  color: var(--i_color2);
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .f_cr {
    padding: 0.14rem 0;
  }
}
@media screen and (max-width: 768px) {
  .f_cr p,
  .f_cr a {
    width: 100%;
    font-size: 0.14rem;
  }
  .f_cr a {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
}
.i_tit > h2 {
  display: table;
  text-align: center;
  margin: 0 auto;
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 16px;
}
.i_tit > h2::after {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--i_color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.i_tit > p {
  font-size: 16px;
  color: #666;
  width: 70%;
  margin: 18px auto 0;
  text-align: center;
  line-height: 170%;
}
.i_tit.left h2 {
  margin-left: 0;
  text-align: left;
}
.i_tit.left h2::after {
  left: 0;
  transform: translateX(0);
}
.i_tit.left > p {
  margin-left: 0;
}
.i_tit.white > h2 {
  color: #fff;
}
.i_tit.white > h2::after {
  background-color: #fff;
}
.i_tit.white > p {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_tit > h2 {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit > h2 {
    font-size: 0.3rem;
  }
  .i_tit > h2::after {
    width: 40px;
    height: 3px;
  }
  .i_tit > p {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .i_tit > h2 {
    font-size: 0.22rem;
  }
}
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.i_more {
  display: table;
  transition: 0.5s;
}
.i_more b {
  background: rgb(255, 255, 255);
  padding: 14px 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(51, 51, 51);
  font-size: 0.16rem;
  gap: 0px 0.1rem;
  font-weight: normal;
}
.i_more iconify-icon {
  font-size: 0.2rem;
}
@media screen and (max-width: 1440px) {
  .i_more b {
    padding: 12px 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_more b {
    padding: 10px 0.3rem;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .i_more b {
    padding: 8px 0.3rem;
    font-size: 13px;
  }
  .i_more iconify-icon {
    font-size: 0.18rem;
  }
}
.i_more.center {
  margin-left: auto;
  margin-right: auto;
}
.i_more:hover b {
  background: var(--i_color);
  color: #fff;
}
.i_more2 b {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.i_more2:hover b {
  border-color: var(--i_color);
}
.i_more3 b {
  border: 1px solid var(--i_color);
  color: var(--i_color);
}
.i_more_list {
  display: flex;
  justify-content: center;
  gap: 0.1rem 0.2rem;
}
.i_more_list.left {
  justify-content: flex-start;
}
.more {
  width: 0.4rem;
  height: 0.4rem;
  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.2rem;
  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.36rem;
    height: 0.36rem;
    font-size: 0.16rem;
  }
}
.btn_lf {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.btn_lf a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.14rem;
  width: 48%;
  font-size: 0.16rem;
  padding: 12px 0.2rem;
  text-transform: capitalize;
  white-space: nowrap;
}
.btn_lf a iconify-icon {
  font-size: 0.2rem;
}
.btn_lf a:first-child {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.btn_lf a:last-child {
  background: #fff;
  color: #333;
}
.btn_lf a:hover {
  border-color: transparent;
  background: var(--i_color);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .btn_lf a {
    padding: 10px 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .btn_lf a {
    font-size: 0.14rem;
  }
  .btn_lf a iconify-icon {
    font-size: 0.18rem;
  }
}
.bc {
  background: var(--bc_color);
}
.bc_gradient {
  background: linear-gradient(var(--bc_color), #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: 100vh;
  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.1rem;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
  .banner-pagination {
    bottom: 0.2rem;
  }
  .banner .swiper-slide {
    padding-bottom: 56%;
  }
}
/* banner上文字 */
.banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 2;
}
.b_t1 {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
}
.b_t2 {
  margin-left: 0;
  text-align: left;
}
.b_t1 h5 {
  font-size: 0.26rem;
  color: #fff;
  font-weight: bold;
  margin: 0.2rem 0;
}
.b_t1 h4,
.b_t1 h1 {
  font-size: 0.54rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
}
.b_t1 p {
  font-size: 0.2rem;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .b_t1 h5 {
    font-size: 0.22rem;
  }
  .b_t1 h4,
  .b_t1 h1 {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_t1 {
    width: 60%;
  }
  .b_t1 h5 {
    font-size: 0.2rem;
  }
  .b_t1 h4,
  .b_t1 h1 {
    font-size: 0.4rem;
  }
  .b_t1 p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .b_t1 {
    width: 80%;
  }
  .b_t1 h5 {
    font-size: 0.18rem;
    margin: 0.1rem;
  }
  .b_t1 h4,
  .b_t1 h1 {
    font-size: 0.32rem;
  }
  .b_t1 p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .b_t1 {
    width: 100%;
  }
  .b_t1 h5 {
    font-size: 14px;
  }
  .b_t1 h4,
  .b_t1 h1 {
    font-size: 0.2rem;
  }
  .b_t1 p {
    font-size: 0.14rem;
  }
}

/* 产品分类轮播 */
.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 10px;
  background: #999;
  outline: none;
  cursor: pointer;
}
.i_p-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_p .img {
  position: relative;
  overflow: hidden;
}
.i_p .img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.i_p .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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 .txt {
  padding: 0.4rem 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
}
.i_p h6 {
  font-size: 0.24rem;
  font-weight: bold;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_p p {
  font-size: 16px;
  margin: 0.2rem 0;
  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 h6 {
    font-size: 0.2rem;
  }
  .i_p .txt {
    padding: 0.3rem 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_p h6 {
    font-size: 0.18rem;
  }
  .i_p p {
    font-size: 0.14rem;
    margin: 0.12rem 0;
  }
}
@media screen and (max-width: 560px) {
  .i_p .txt {
    padding: 0.2rem 0.12rem;
  }
}
.i_app_cont {
  position: relative;
  overflow: hidden;
}
.i_app_cont::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.i_app_list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_app_list img,
.i_app_list video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.i_app_list .txt {
  width: 90%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_app_list h6 {
  font-size: 0.32rem;
  color: var(--i_color);
  font-weight: bold;
}
.i_app_list p {
  width: 60%;
  margin: 0.3rem 0;
  font-size: 0.16rem;
  color: #666;
}
@media screen and (max-width: 1440px) {
  .i_app_list h6 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_app_list h6 {
    font-size: 0.2rem;
  }
  .i_app_list p {
    width: 80%;
    font-size: 0.14rem;
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .i_app_list p {
    display: none;
  }
}
.i_app_menu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.i_app_menu li {
  width: calc(100% / 6);
  border: 1px solid #fff;
  padding: 0.2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.i_app_menu img {
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  object-fit: contain;
  margin: 0 auto;
}
.i_app_menu h5 {
  font-size: 0.2rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_app_menu li.current {
  background: var(--i_color);
  border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_app_menu h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_app_menu h5 {
    font-size: 0.16rem;
  }
  .i_app_menu img {
    display: none;
  }
  .i_app_menu li {
    width: 30%;
    padding: 0.1rem;
    min-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .i_app_menu h5 {
    font-size: 0.14rem;
  }
}
.service {
  position: relative;
  overflow: hidden;
  background: url(static/images/service2.jpg) no-repeat center;
  background-size: cover;
}
/* @media screen and (min-width: 561px) {
  .service {
    background-attachment: fixed;
  }
} */
.service::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
}
.service .stxt {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.service .stxt .tit {
  font-size: 0.6rem;
  line-height: 110%;
}
.service .stxt .info {
  font-size: 24px;
  margin: 0.4rem 0;
}
@media screen and (max-width: 1440px) {
  .service .stxt .tit {
    font-size: 0.5rem;
  }
  .service .stxt .info {
    font-size: 0.2rem;
    margin: 0.3rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .service .stxt .tit {
    font-size: 0.4rem;
  }
  .service .stxt .info {
    font-size: 16px;
  }
  .service .stxt .info br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .service .stxt .tit {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .service .stxt .tit {
    font-size: 0.2rem;
  }
  .service .stxt .info {
    font-size: 14px;
    margin: 0.14rem 0;
  }
}
.i_exper_cont {
  position: relative;
  overflow: hidden;
}
.i_exper_cont::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.i_exper_cont .txt {
  width: 80%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 5;
}
.i_exper_list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_exper_list img,
.i_exper_list video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.i_exper_cont h5 {
  font-size: 0.55rem;
  font-weight: bold;
}
.i_exper_cont p {
  margin: 0.3rem 0;
  font-size: 0.24rem;
}
@media screen and (max-width: 1440px) {
  .i_exper_cont h5 {
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_exper_cont h5 {
    font-size: 0.3rem;
  }
  .i_exper_cont p {
    font-size: 0.14rem;
    margin: 0.2rem 0;
  }
  .i_exper_cont .i_more_list {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .i_exper_cont h5 {
    font-size: 0.22rem;
  }
}
.i_exper_menu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 0.4rem;
  cursor: pointer;
}
.i_exper_menu li {
  width: 1rem;
  height: 1rem;
  -webkit-border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i_exper_menu h5 {
  font-size: 0.16rem;
  color: var(--i_color);
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_exper_menu li.current {
  background: var(--i_color);
}
.i_exper_menu li.current h5 {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_exper_menu h5 {
    font-size: 14px;
  }
  .i_exper_menu li {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_exper_menu {
    gap: 4px 0.2rem;
  }
  .i_exper_menu li {
    width: auto;
    height: auto;
    border-radius: 4px;
  }
  .i_exper_menu h5 {
    display: table;
    padding: 4px 10px;
  }
}
@media screen and (max-width: 560px) {
  .i_exper_menu {
    position: relative;
  }
}
.i_case {
  position: relative;
  overflow: hidden;
}
.i_case_list {
  position: relative;
  overflow: hidden;
}
.i_case_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_case_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.i_case .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.i_case-prev,
.i_case-next {
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.i_case_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_case-prev:hover,
.i_case-next:hover {
  background: var(--i_color);
}
.i_case-pagination {
  text-align: center;
}
.i_case-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}
.i_case-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_case_list .img {
  position: relative;
  overflow: hidden;
}
.i_case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.i_case_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_case_list h3 {
  text-align: center;
  margin: 0.2rem 0;
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_case_list .img,
.i_case_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_case_list li:hover img {
  width: 105%;
  height: 105%;
}
@media screen and (max-width: 768px) {
  .i_case-next,
  .i_case-prev {
    display: none;
  }
  .i_case_list h3 {
    font-size: 0.18rem;
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .i_case-pagination {
    margin-top: 0.22rem;
  }
}

@media screen and (max-width: 1024px) {
  .i_case_list h5 {
    font-size: 0.18rem;
  }
}
.i_about {
  position: relative;
}
.i_about .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 0.2rem 0;
}
.ia_video {
  width: 57%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.ia_video::before {
  content: "";
  display: block;
  padding-bottom: 57.78%;
}
.ia_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ia_txt {
  width: 38%;
}
.ia_txt article {
  margin: 0.4rem 0;
  font-size: 0.18rem;
  color: #666;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .ia_txt article {
    margin: 0.3rem 0;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .ia_video,
  .ia_txt {
    width: 100%;
  }
  .ia_txt article {
    margin: 0.2rem 0;
  }
}
.i_v_btn {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_v_btn iconify-icon {
  font-size: 0.32rem;
  color: var(--i_color);
}
.i_v_btn::before,
.i_v_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
  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;
  }
}
@media screen and (max-width: 1024px) {
  .i_v_btn {
    width: 0.5rem;
    height: 0.5rem;
  }
  .i_v_btn iconify-icon {
    font-size: 26px;
  }
}
/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}
.i_num {
  background: var(--i_color);
}
.num_list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.num_list li {
  width: 25%;
  padding: 0.5rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 0.2rem;
  flex-wrap: wrap;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1025px) {
  .num_list li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.num_list h6 {
  display: flex;
  align-items: flex-start;
  font-size: 0.24rem;
  color: #fff;
}
.num_list span {
  font-size: 0.56rem;
  line-height: 120%;
  font-weight: bold;
}
.num_list p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
}
.num_list img {
  opacity: 0.6;
  width: 0.44rem;
  object-fit: contain;
}
.num_list .txt,
.num_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.num_list li:hover .txt {
  transform: translateY(-6px);
}
.num_list li:hover img {
  opacity: 1;
  transform: translateY(-6px) rotateY(360deg);
}
@media screen and (max-width: 1440px) {
  .num_list li {
    padding: 0.4rem 0;
  }
  .num_list span {
    font-size: 0.46rem;
  }
  .num_list h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .num_list li {
    padding: 0.3rem 0;
  }
  .num_list span {
    font-size: 0.36rem;
  }
  .num_list img {
    width: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .num_list {
    gap: 0.1rem;
    padding: 0.2rem 0;
  }
  .num_list li {
    width: calc(50% - 0.1rem);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .num_list span {
    font-size: 0.26rem;
  }
  .num_list p {
    font-size: 13px;
  }
}
@media screen and (max-width: 560px) {
  .num_list li {
    width: 100%;
  }
}
.i_ad_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
}
.i_ad_list li {
  width: calc((100% - 1.2rem) / 4);
  border-radius: 0.1rem;
  overflow: hidden;
  border: 1px solid var(--border_color);
}
@media screen and (max-width: 1440px) {
  .i_ad_list {
    gap: 0.2rem 0.3rem;
  }
  .i_ad_list li {
    width: calc((100% - 0.9rem) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .i_ad_list {
    gap: 0.2rem;
  }
  .i_ad_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .i_ad_list li {
    width: 100%;
  }
}
.i_ad_list .img {
  position: relative;
  overflow: hidden;
}
.i_ad_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.86%;
}
.i_ad_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_ad_list .ico {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: -0.45rem auto 0;
  position: relative;
  z-index: 2;
}
.i_ad_list .ico img {
  max-width: 55%;
}
.i_ad_list .txt {
  text-align: center;
  padding: 0.3rem;
}
.i_ad_list h6 {
  font-size: 0.24rem;
  color: #333;
  font-weight: normal;
  line-height: 120%;
  text-transform: capitalize;
}
.i_ad_list p {
  margin: 0.2rem 0;
  font-size: 0.16rem;
  color: #666;
}
.i_ad_list li,
.i_ad_list img,
.i_ad_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_ad_list li:hover .ico img {
  transform: rotateY(180deg);
}
.i_ad_list li:hover h6 {
  color: var(--i_color);
}
.i_ad_list li:hover {
  transform: scale(102%);
  box-shadow: var(--i_shadow);
  border-color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_ad_list .ico {
    width: 0.8rem;
    height: 0.8rem;
  }
  .i_ad_list .txt {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_ad_list h6 {
    font-size: 0.2rem;
  }
  .i_ad_list p {
    font-size: 0.15rem;
  }
}

.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 .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  gap: 0.2rem 0.4rem;
  flex-wrap: wrap;
}
.i_new .more {
  margin-left: auto;
}
.i_hot_n {
  width: 35%;
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--i_shadow);
}
.i_hot_n .img {
  position: relative;
  overflow: hidden;
}
.i_hot_n .img::before {
  content: "";
  display: block;
  padding-bottom: 64.29%;
}
.i_hot_n .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_hot_n .txt {
  padding: 0.3rem 0.5rem;
}
.i_n_list {
  width: calc((100% - 35% - 0.4rem));
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.i_n_list li {
  width: calc((100% - 0.4rem) / 2);
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: var(--i_shadow);
}
.i_n_list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.5rem;
}
.i_new span {
  display: block;
  font-size: 0.18rem;
  color: #666;
}
.i_new h6 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  margin: 0.24rem 0;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.i_new a:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_n_list a,
  .i_hot_n .txt {
    padding: 0.3rem 0.4rem;
  }
  .i_new h6 {
    font-size: 0.2rem;
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .i_hot_n {
    width: 100%;
  }
  .i_n_list {
    width: 100%;
    gap: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .i_n_list li {
    width: 100%;
  }
  .i_n_list a,
  .i_hot_n .txt {
    padding: 0.2rem 0.24rem;
  }
  .i_new h6 {
    font-size: 0.18rem;
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .i_n_list a,
  .i_hot_n .txt {
    padding: 0.12rem 0.18rem;
  }
  .i_new span {
    font-size: 0.14rem;
  }
  .i_new h6 {
    font-size: 0.16rem;
  }
}
/* ---------------------------内页------------------------------- */
.in_banner {
  width: 100%;
  position: relative;
}
.in_banner .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.in_banner .img::after {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.in_banner .img img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .in_banner .img::after {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 560px) {
}
/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: var(--bc_color);
  position: relative;
}
.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
}
.in_position a:first-child {
  padding-left: 0.34rem;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="white" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 14px;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}
/* ----------------------产品列表页---------------------------------- */
.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p_nav {
  width: 24%;
  margin-right: auto;
}
.p_nav .tit h5 {
  font-size: 0.2rem;
  color: #fff;
  background: var(--i_color);
  border-radius: 0.2rem 0 0 0;
  margin-top: 0.2rem;
  margin-bottom: 0.14rem;
  padding: 16px 0.2rem;
}
.p_nav .tit {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .p_nav .tit {
    margin-bottom: 0.1rem;
  }
  .p_nav .tit h5 {
    font-size: 0.18em;
    padding: 10px 0.18rem;
  }
}
/* 折叠面板 */
.p_menu_list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 0.5em;
  list-style: none;
}
.p_menu_list li {
  position: relative;
  background: var(--bc_color);
  margin-bottom: 0.1rem;
}
.p_menu_list li a {
  position: relative;
  line-height: 100%;
  font-size: 0.18rem;
  padding: 0.16rem 0.2rem;
  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.3rem;
  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: #fff;
  background: 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.1rem;
  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: #fff;
}
.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;
}
@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
  .p_menu_list li a {
    font-size: 0.16rem;
    padding: 0.16rem 0.18rem;
  }
}
.in_c_name h6 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}
.in_c_name p {
  margin: 0.2rem 0 0.3rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .in_c_name h6 {
    font-size: 0.28rem;
  }
  .in_c_name p {
    margin: 0.14rem 0 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_c_name h6 {
    font-size: 0.22rem;
  }
  .in_c_name p {
    margin: 0.1rem 0 0.14rem;
  }
}
.in_p_r {
  margin-left: auto;
  width: 74%;
}
@media screen and (max-width: 1024px) {
  .in_p_r {
    width: 100%;
    margin: 0 0;
  }
}
.in_p_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  width: 100%;
  background: var(--bc_color);
  padding: 0.3rem;
  margin-bottom: 0.3rem;
}
.in_p_list .txt {
  width: calc(100% - 3rem);
}
.in_p_list .img {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 4px solid #ccc;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .in_p_list li {
    padding: 0.2rem;
  }
  .in_p_list .img {
    width: 100%;
    height: auto;
    border-radius: 0.1rem;
  }
  .in_p_list .txt {
    width: 100%;
  }
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.84%;
}
.in_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.in_p_list h6 {
  font-size: 0.18rem;
  color: #333;
}
.in_p_list .text {
  margin: 0.2rem 0;
  font-size: 0.16rem;
  color: #444;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_p_list .btn {
  width: 80%;
  display: flex;
  justify-content: space-between;
  gap: 0.1rem 0.2rem;
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
}
.in_p_list .btn a {
  display: block;
  padding: 8px 0;
  width: calc(50% - 0.1rem);
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.in_p_list .btn a:first-child {
  background: #333;
}
.in_p_list .btn a:last-child {
  background: var(--i_color);
}
.in_p_list img,
.in_p_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list li:hover .img {
  border-color: var(--i_color);
}
.in_p_list li:hover h6 {
  color: var(--i_color);
}
.in_p_list li:hover img {
  width: 105%;
  height: 105%;
}
.in_p_list .btn a:hover {
  background: var(--i_color2);
}
@media screen and (max-width: 560px) {
  .in_p_list h6 {
    font-size: 15px;
  }
  .in_p_list .text {
    font-size: 13px;
  }
  .in_p_list .btn {
    width: 100%;
  }
}
/* Number of pages */
.in_page_box {
  margin: 0.3rem 0;
  text-align: center;
  overflow: hidden;
}
.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}
.in_page > i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}
.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }
  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .in_page_box {
    margin-top: 0.3rem;
  }
}
.ip_contact {
  background: url(static/images/bc_p_conatct.webp) no-repeat center;
  background-size: cover;
  border-radius: 0.1rem;
  padding: 0.3rem 0.8rem;
}
.ip_contact h6 {
  font-size: 0.24rem;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .ip_contact {
    padding: 0.3rem 0.6rem;
  }
  .ip_contact h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .ip_contact {
    padding: 0.24rem 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .ip_contact {
    padding: 0.2rem 0.3rem;
  }
  .ip_contact h6 {
    font-size: 0.18rem;
  }
}
/* detail */
.pd_content .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 2;
}
.pd_brief {
  width: 50%;
}
.pd_content .gallery {
  width: 45%;
  border-radius: 0.1rem;
  border: 1px solid var(--border_color);
  position: relative;
  overflow: hidden;
}
.pd_content h1 {
  font-size: 0.24rem;
  color: var(--i_color);
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1440px) {
  .pd_content h1 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .pd_content h1 {
    font-size: 0.2rem;
  }
  .pd_brief {
    width: 100%;
  }
  .pd_content .gallery {
    display: none;
  }
}
.p_atlas_show {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.p_atlas_show .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_show .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.p_atlas_show .swiper-slide .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.p_atlas_show .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 80.45%;
}
.p_atlas_show .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_atlas_list {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0.1rem 0;
}
.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 80.45%;
}
.p_atlas_list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  border: 1px solid var(--border_color);
}
.p_atlas_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_atlas_list .swiper-slide-thumb-active .img {
  border: 1px solid var(--i_color);
}
.atlas-prev,
.atlas-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  font-size: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid var(--i_color);
  color: var(--i_color);
}
.atlas-prev {
  left: 0;
}
.atlas-next {
  right: 0;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.atlas-prev:hover,
.atlas-next:hover {
  background: var(--i_color);
  color: #fff;
}
.atlas-pagination {
  text-align: center;
  margin-top: 0.2rem;
  display: none;
}
.atlas-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;
}
.atlas-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;
}
.atlas-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.atlas-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
.pd_brief .txt {
  font-size: 0.16rem;
  color: #333;
  padding: 0.2rem 0;
  border-top: 2px solid var(--i_color);
  border-bottom: 1px solid var(--border_color);
}
.pd_brief .aes {
  margin: 0.1rem 0;
}
.pd_brief .aes img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.pd_brief .but {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}
.pd_share p {
  font-size: 0.16rem;
  color: #333;
  font-weight: 400;
}
.pd_share a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #c2c6c9;
}
.pd_share iconify-icon {
  font-size: 0.24rem;
}
.pd_share a:hover {
  color: var(--i_color);
}
.pd_tit {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0.1rem 0;
  z-index: 2;
}
.pd_tit::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--i_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pd_tit > span {
  display: table;
  margin: 0 auto;
  padding: 0.1rem 0.2rem;
  background: var(--bc_color);
  font-size: 0.42rem;
  color: #222;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .pd_tit > span {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1024px) {
  .pd_tit > span {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 560px) {
  .pd_tit > span {
    font-size: 0.2rem;
  }
}
.detail {
  border-radius: 0.3rem 0.3rem 0 0;
}
.detail article {
  color: #333;
  font-size: 0.18rem;
}
.detail article p {
  min-height: 20px;
}
.detail article img,
.detail article iframe {
  max-width: 100%;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.detail article h2 {
  font-size: 0.24rem;
  color: #fff;
  background: var(--i_color);
  border-radius: 0.2rem 0 0 0;
  margin-top: 0.2rem;
  margin-bottom: 0.14rem;
  padding: 6px 20px;
  position: relative;
  overflow: hidden;
}
.detail article h2::after {
  content: "";
  width: 75%;
  height: 100%;
  background: #333;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .detail article {
    font-size: 0.16rem;
  }
  .detail article h2 {
    font-size: 0.2rem;
  }
}
.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
.tag h6 {
  font-size: 0.18rem;
  color: #333;
}
.tag a {
  font-size: 0.16rem;
  color: #333;
  padding: 8px 0.2rem;
  border-radius: 0.1rem;
  background: #fff;
}
.tag a:hover {
  background: var(--i_color);
  color: #fff;
}
.pd_navigation {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--border_color);
}
.pd_navigation a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.pd_navigation h6 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin: 0 10px;
}
.pd_navigation p {
  font-size: 14px;
  color: #333;
}
.pd_n_btn {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid var(--i_color);
  color: var(--i_color);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_n_btn:hover {
  background: var(--i_color);
  color: #fff;
}
.pd_process_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pd_process_list li {
  width: 18%;
}
.pd_process_list .ico {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  color: var(--i_color);
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.2rem auto;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: 1px solid var(--i_color);
}
.pd_process_list p {
  font-size: 0.18rem;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .pd_process_list li {
    width: 32%;
    margin-bottom: 0.2rem;
  }
  .pd_process_list p {
    font-size: 14px;
  }
}
.r_p {
  overflow: hidden;
}
.r_p .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}
.r_p .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.r_p .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.r_p-button-prev,
.r_p-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.r_p-button-prev {
  left: 0;
}
.r_p-button-next {
  right: 0;
}
.r_p-button-prev:hover,
.r_p-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.r_p-pagination {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.r_p-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.r_p-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.r_p-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.r_p-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.r_p .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.r_p .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.r_p .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.r_p h6 {
  font-size: 0.18rem;
  color: #333;
  margin: 0.2rem 0;
  text-align: center;
}
/* about */
.i_a article {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  max-height: calc(0.3rem * 18);
  overflow-y: auto;
  padding-right: 0.3rem;
}
.i_a article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.i_a article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #f0f1f3;
}
.i_a article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_a article {
    font-size: 0.18rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 16);
  }
}
@media screen and (max-width: 1024px) {
  .i_a article {
    font-size: 16px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
}
.i_a {
  overflow: hidden;
}
.i_a .wrap_l {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i_a h5 {
  font-size: 0.32rem;
  color: var(--i_color);
  margin-bottom: 0.2rem;
}
.i_a .txt {
  width: 42%;
}
.i_a .img {
  width: 55%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.i_a .img::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.i_a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .i_a h5 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_a .txt {
    width: 100%;
  }
  .i_a .img {
    display: none;
  }
}
.in_ad {
  background: url(static/images/bc_in_ad.webp) no-repeat center;
  background-size: cover;
}
.in_ad_list .advantage {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.in_ad_list .img {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.in_ad_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64.72%;
}
.in_ad_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_ad_list .txt {
  width: 44%;
}
.in_ad_list span {
  display: block;
  color: #666;
  font-size: 0.2rem;
}
.in_ad_list span i {
  font-size: 0.32rem;
  color: var(--i_color);
}
.in_ad_list h6 {
  font-size: 0.3rem;
  color: var(--i_color);
  position: relative;
  padding-bottom: 0.16rem;
  margin: 0.2rem 0 0.3rem;
  text-transform: capitalize;
}
.in_ad_list h6::after {
  content: "";
  width: 0.55rem;
  height: 3px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.in_ad_list p {
  font-size: 0.18rem;
  color: #666;
}
@media screen and (max-width: 1440px) {
  .in_ad_list h6 {
    font-size: 0.24rem;
    margin: 0.14rem 0 0.2rem;
    padding-bottom: 0.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_ad_list .img,
  .in_ad_list .txt {
    width: 100%;
  }
  .in_ad_list p {
    font-size: 0.16rem;
  }
}
.in_ad_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.in_ad_menu li {
  width: 19%;
  padding: 0.2rem 0;
  border-top: 2px solid var(--border_color);
  position: relative;
}
.in_ad_menu li::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  right: 0;
  top: -2px;
}
.in_ad_menu span {
  font-size: 0.16rem;
  color: #999;
  font-weight: bold;
  display: block;
}
.in_ad_menu h5 {
  color: #666;
  font-size: 0.18rem;
  text-transform: capitalize;
}
.in_ad_menu h5,
.in_ad_menu span,
.in_ad_menu li::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_ad_menu li:hover::after {
  width: 100%;
  right: initial;
  left: 0;
}
.in_ad_menu li:hover h5,
.in_ad_menu li:hover span {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_ad_menu h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .in_ad_list h6 {
    font-size: 0.2rem;
  }
  .in_ad_menu li {
    width: 49%;
    padding: 0.14rem 0;
  }
  .in_ad_menu h5,
  .in_ad_menu span {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_ad_list h6 {
    font-size: 0.18rem;
  }
}
.cus_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.cus_list li {
  width: calc((100% - 0.9rem) / 4);
  position: relative;
  overflow: hidden;
  padding: 0.3rem 0;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cus_list li {
    width: calc((100% - 0.6rem) / 3);
  }
}
@media screen and (max-width: 560px) {
  .cus_list li {
    width: 100%;
  }
}
.cus_list li > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0;
}
.cus_list .txt {
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.2rem 0;
  padding: 0 0.1rem;
}
.cus_list iconify-icon {
  font-size: 0.5rem;
  color: var(--i_color);
}
.cus_list h6 {
  font-size: 0.2rem;
}
.cus_list p {
  width: 100%;
  font-size: 0.16rem;
}
.cus_list li,
.cus_list > img,
.cus_list p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cus_list li.curr .txt iconify-icon,
.cus_list li:hover .txt iconify-icon {
  color: #fff;
}
.cus_list li.curr > img,
.cus_list li:hover > img {
  opacity: 0.7;
}
.cus_list li.curr h6,
.cus_list li:hover h6,
.cus_list li.curr p,
.cus_list li:hover p {
  color: #fff;
  text-shadow: 0px 0px 2px #666;
}
.cus_list li:hover {
  transform: translateY(-0.1rem);
}
@media screen and (max-width: 560px) {
  .cus_list iconify-icon {
    font-size: 0.4rem;
  }
  .cus_list h6 {
    font-size: 0.17rem;
  }
  .cus_list p {
    font-size: 13px;
  }
}
.certy {
  background: url(static/images/bc_certy.webp) no-repeat right;
  background-size: contain;
}
.in_certy {
  position: relative;
  overflow: hidden;
}
.in_certy_list {
  position: relative;
  overflow: hidden;
}
.in_certy_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.in_certy_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--border_color);
}
.in_certy-prev,
.in_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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
}
.in_certy-prev {
  left: 0;
}
.in_certy-next {
  right: 0;
}
.in_certy_list .swiper-button-disabled {
  cursor: not-allowed;
}
.in_certy-prev:hover,
.in_certy-next:hover {
  background: var(--i_color);
}
.in_certy-pagination {
  text-align: center;
}
.in_certy-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}
.in_certy-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.in_certy_list .img {
  position: relative;
  overflow: hidden;
}
.in_certy_list .img::before {
  content: "";
  display: block;
  padding-bottom: 142.97%;
}
.in_certy_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_certy_list p {
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  margin: 0.2rem 0;
}
.in_certy_list .img,
.in_certy_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_certy_list li:hover img {
  width: 105%;
  height: 105%;
}
.in_certy_list li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .in_certy_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .in_certy-next,
  .in_certy-prev {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .in_certy-pagination {
    margin-top: 0.22rem;
  }
  .in_certy_list p {
    margin: 0.1rem 0;
  }
}
.honor {
  overflow: hidden;
}
.honor .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}
.honor .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.honor .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.honor-button-prev,
.honor-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.honor-button-prev {
  left: 0;
}
.honor-button-next {
  right: 0;
}
.honor-button-prev:hover,
.honor-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.honor-pagination {
  text-align: center;
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.honor-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.honor-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.honor-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.honor-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.honor .img {
  position: relative;
  overflow: hidden;
}
.honor .img::before {
  content: "";
  display: block;
  padding-bottom: 68.42%;
}
.honor .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.honor h6 {
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  font-weight: normal;
  margin: 0.1rem 0;
}
.patent_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.3rem;
}
.patent_list li {
  width: calc((100% - 1.2rem) / 5);
}
@media screen and (max-width: 1024px) {
  .patent_list {
    gap: 0.4rem 0.3rem;
  }
  .patent_list li {
    width: calc((100% - 0.9rem) / 4);
  }
}
@media screen and (max-width: 768px) {
  .patent_list {
    gap: 0.4rem 0.2rem;
  }
  .patent_list li {
    width: calc((100% - 0.4rem) / 2);
  }
}
.patent_list .img {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border_color);
  border-radius: 0.1rem;
}
.patent_list .img::before {
  content: "";
  display: block;
  padding-bottom: 142.97%;
}
.patent_list .img img {
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.patent_list p {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  text-align: center;
}
.patent_list .img,
.patent_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.patent_list li:hover .img {
  box-shadow: var(--i_shadow);
}
.patent_list li:hover img {
  width: 100%;
  height: 100%;
}
.patent_list li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .patent_list p {
    font-size: 0.16rem;
  }
}
.expand_btn {
  font-size: 0.2rem;
  color: #666;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.expand_btn:hover {
  color: var(--i_color);
}
/*  */
.expand_btn .arrow {
  width: 20px;
  height: 20px;
  margin-left: 0.1rem;
}
.expand_btn .arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--i_color);
  border-right: 2px solid var(--i_color);
  transform: rotate(45deg);
  margin: -6px 0;
  animation: animate28797 2s infinite;
}
.expand_btn .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.expand_btn .arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate28797 {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-8px, -8px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(8px, 8px);
  }
}
.env_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.env_list li {
  width: calc((100% - 0.6rem) / 3);
}
.env_list .img {
  position: relative;
  overflow: hidden;
}
.env_list .img::before {
  content: "";
  display: block;
  padding-bottom: 66.27%;
}
.env_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.env_list p {
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  margin: 0.1rem 0;
}
.env_list li:hover p {
  color: var(--i_color);
}
/* Technology  Exchange */
.tec_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.tec_menu a {
  display: table;
  padding: 0.1rem 0.3rem;
  font-size: 0.18rem;
  border: 1px solid var(--i_color);
  border-radius: 0.1rem;
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tec_menu .curr a,
.tec_menu a:hover {
  background: var(--i_color);
  color: #fff;
}
.p_search {
  --p_search_height: 66px;
  --p_search_width: 66px;
  position: relative;
}
.p_search form {
  width: 52%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid var(--i_color);
  border-radius: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .p_search {
    --p_search_height: 60px;
    --p_search_width: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .p_search {
    --p_search_height: 44px;
    --p_search_width: 120px;
  }
  .p_search form {
    width: 100%;
  }
}
.p_search_ipt,
.p_search_btn {
  display: inline-block;
  vertical-align: middle;
}
.p_search_ipt {
  width: calc(100% - var(--p_search_width));
  height: var(--p_search_height);
  line-height: var(--p_search_height);
  padding-left: 16px;
  font-size: 16px;
  background: #fff;
}
.p_search_btn {
  width: var(--p_search_width);
  height: var(--p_search_height);
  font-size: 0;
  color: #fff;
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}
.download_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  padding: 0.16rem 0;
  border-bottom: 1px solid var(--border_color);
  overflow: hidden;
}
.download_list .tit {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 0 0.2rem;
  width: calc(100% - 1.8rem);
}
.download_list .tit iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
}
.download_list h6 {
  font-size: 0.18rem;
  color: #333;
}
.download_list .but {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.2rem;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  background: none;
  color: #333;
  font-size: 0.16rem;
}
.download_list .but iconify-icon {
  font-size: 0.3rem;
}
.download_list li,
.download_list .but,
.download_list .but iconify-icon,
.download_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.download_list li:hover .but {
  color: var(--i_color);
}
.download_list li:hover {
  box-shadow: var(--i_shadow);
  border-color: transparent;
  padding: 0.18rem 0.2rem;
  background: #fff url(static/images/bc_logo.png) no-repeat right;
  background-size: 4rem;
  border-radius: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .download_list h6 {
    font-size: 0.16rem;
  }
  .download_list .but {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .download_list .but iconify-icon,
  .download_list .tit iconify-icon {
    font-size: 0.3rem;
  }
  .download_list .but {
    padding: 2px 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .download_list .tit {
    width: 100%;
  }
}
.socia_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: var(--i_shadow);
  margin-bottom: 0.8rem;
}
.socia_list li > img {
  position: absolute;
  bottom: -1rem;
  left: 15%;
}
.socia_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.socia_list li:nth-child(even) > img {
  left: 50%;
}
.socia_list .img {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.socia_list .img::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.socia_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.socia_list .txt {
  width: 50%;
  padding: 0 0.7rem;
}
.socia_list h4 {
  display: table;
  font-size: 0.3rem;
  font-weight: 400;
  color: #333;
  padding-bottom: 0.1rem;
  position: relative;
  margin-bottom: 0.3rem;
}
.socia_list h4::after {
  content: "";
  width: 0.6rem;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.socia_list p {
  font-size: 0.16rem;
  color: #666;
}
.socia_list li > img,
.socia_list h4,
.socia_list h4::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.socia_list li:hover h4::after {
  width: 100%;
}
.socia_list li:hover h4 {
  color: var(--i_color);
}
.socia_list li:hover > img {
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .socia_list h4 {
    margin: 0.5rem 0 0.1rem;
    font-size: 0.3rem;
  }
  .socia_list .txt {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .socia_list h4 {
    margin: 0.2rem 0 0.1rem;
    font-size: 0.24rem;
  }
  .socia_list p {
    font-size: 0.16rem;
  }
  .socia_list .img,
  .socia_list .txt {
    width: 100%;
  }
  .socia_list .txt {
    padding: 0 0.3rem;
  }
}
.application_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.application_list .txt {
  width: 30%;
  background: #fff;
  transform: translateX(-40%);
  padding: 0.3rem 0.7rem;
  box-shadow: var(--i_shadow);
}
.application_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.application_list li:nth-child(even) .txt {
  transform: translateX(40%);
}
.application_list .img {
  width: 70%;
  position: relative;
  overflow: hidden;
}
.application_list .img::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.application_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.application_list .txt img {
  margin-top: 0.4rem;
  max-width: 0.56rem;
  object-fit: contain;
}
.application_list span {
  font-size: 0.18rem;
  color: #999;
  font-weight: bold;
  display: table;
  margin-left: auto;
}
.application_list h6 {
  margin: 0.12rem 0;
  font-size: 0.3rem;
  color: #333;
}
.application_list p {
  font-size: 0.16rem;
  color: #666;
}
.application_list .txt img,
.application_list li,
.application_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.application_list li:hover .txt {
  background: #fff url(static/images/bc_logo.png) no-repeat center;
  background-size: 150%;
}
.application_list li:hover .txt img {
  transform: rotateY(180deg);
}
.application_list li:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .application_list li {
    margin-bottom: 0.6rem;
  }
  .application_list .txt {
    width: 40%;
    padding: 0.2rem 0.5rem;
    transform: translateX(-25%);
  }
  .application_list .img {
    width: 60%;
  }
  .application_list .txt img {
    margin-top: 0.3rem;
    max-width: 0.5rem;
  }
}
@media screen and (max-width: 1366px) {
  .application_list .txt {
    padding: 0.2rem 0.3rem;
    transform: translateX(-15%);
  }
  .application_list h6 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .application_list li {
    margin-bottom: 0.4rem;
  }
  .application_list .img {
    width: 100%;
  }
  .application_list .txt {
    width: 90%;
    transform: translate(0, -10%) !important;
  }
  .application_list .txt img {
    margin-top: 0.2rem;
    max-width: 0.4rem;
  }
  .application_list h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .application_list li {
    margin-bottom: 0.2rem;
  }
  .application_list h6 {
    font-size: 0.18rem;
  }
  .application_list p {
    font-size: 0.14rem;
  }
}
.case_control {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.2rem;
}
.case-pagination {
  font-size: 0;
}
.case-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 2px;
  display: inline-block;
  margin: 0 0;
  background: #d6d6d6;
  outline: none;
  cursor: pointer;
  position: relative;
}
.case-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case-pagination .swiper-pagination-bullet-active::before {
  right: initial;
  left: 0;
  width: 100%;
}
/* news */
.in_n_list li {
  background: url(static/images/bc_logo1.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%;
  }
  .in_n_list .txt {
    padding: 0.2rem;
  }
}
/* contact */
.c_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_list li {
  width: 32%;
  padding: 0.4rem 0.2rem;
  background: var(--i_color);
  color: #fff;
  text-align: center;
}
.c_list .ico {
  font-size: 0.4rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c_list h6 {
  font-size: 0.2rem;
  margin: 0.2rem 0;
}
.c_list a,
.c_list p {
  color: #fff;
  font-size: 0.18rem;
  display: block;
}
.c_list a:hover {
  color: var(--i_color2);
}
.c_list li:hover .ico {
  transform: rotateY(180deg);
}
@media screen and (max-width: 560px) {
  .c_list li {
    width: 100%;
  }
}
.map {
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 560px) {
  .map::before {
    padding-bottom: 50%;
  }
}

/* -------------------------------------- 侧边客服 -------------------------------------- */
.aside_right {
  position: fixed;
  right: -50px;
  bottom: 20%;
  z-index: 999999;
  transition: all 0.5s ease;
}
.aside_right.on {
  right: 10px;
}
.aside_right ul {
}
.aside_right li {
  position: relative;
  cursor: pointer;
}
.aside_right li > a {
  display: block;
  transition: all 0.3s ease;
  width: 0.48rem;
  margin-top: 5px;
  border-radius: 50%;
  height: 0.48rem;
  background: rgba(128, 128, 128, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.aside_right em {
  display: block;
  margin: 0 auto;
  width: 0.2rem;
  height: 0.2rem;
}
.aside_right li:nth-child(1) em {
  background: url(static/images/aside_ico_whatsapp.svg) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(2) em {
  background: url(static/images/aside_ico_tel.svg) no-repeat center;
  background-size: contain;
}
/* .aside_right li:nth-child(3) em{background:url(static/imgs/wx.png) no-repeat center; background-size:contain} */
.aside_right li:nth-child(3) em {
  background: url(static/images/email.svg) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(4) em {
  background: url(static/images/top1.svg) no-repeat center;
  background-size: contain;
}
/* .aside_right li:nth-child(3) .side_tel_box{width: 150px; }
.side_tel_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */
.aside_right li:nth-child(1) > a {
  background-color: var(--i_color2);
}
.aside_right li:nth-child(2) > a {
  background-color: var(--i_color);
}
.aside_right li:nth-child(3) > a {
  background-color: #666;
}
.aside_right li:nth-child(4) > a {
  background-color: #333;
}
.aside_right li > a:hover {
  background: var(--i_color);
}
.side_tel_box,
.side_qr_box {
  position: absolute;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.side_tel_box {
  top: 7px;
  right: -300px;
  width: 180px;
  background: #fff;
}
.side_qr_box {
  top: 50%;
  transform: translate(0, -50%);
  right: -180px;
  width: 120px;
  height: 120px;
  background: #fff;
}
.side_tel_box h6 {
  padding: 8px 0;
  font-size: 14px;
  color: #666;
}
.side_tel_box h6 a {
  line-height: 20px;
}
.side_tel_box a:hover {
  color: var(--i_color);
}
.side_qr_box img {
  width: 90%;
  height: 90%;
}
.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
  right: 48px;
}
.side_tel_box,
.side_qr_box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 侧边客服 表单 */
#aside_mask_bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999999998;
}
#aside_sc_from {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 0.6rem 0.4rem;
  border-radius: 0.1rem;
  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-72 {
  --input_font_size: 16px;
  --input_height: 42px;
}
#wpforms-72 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-80 {
  width: 100%;
  overflow: hidden;
}
#wpforms-72 input,
#wpforms-72 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-72 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-72 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-72 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-72 .wpforms-submit-container {
  padding: 0 !important;
  width: 170px;
  height: var(--input_height);
  background: var(--i_color);
  border-radius: 0.1rem;
  position: relative;
  margin: 0 auto;
}
#wpforms-72 .wpforms-field {
  position: relative;
}
#wpforms-72 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}
#wpforms-72 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 14px;
  color: red;
}
#wpforms-72 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 12px !important;
}
#wpforms-72 .wpforms-field {
  width: 100%;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}
#wpforms-72 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}
#wpforms-72 .wpforms-field:nth-child(1),
#wpforms-72 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}
#wpforms-72 input {
  height: var(--input_height);
}
#wpforms-72 textarea {
  min-height: 100px;
}
#wpforms-72 input,
#wpforms-72 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-72 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-72 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-72 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-72 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-72 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-72 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-72 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-72 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-72 #wpforms-72-field_1-error,
#wpforms-72 #wpforms-72-field_2-error,
#wpforms-72 #wpforms-72-field_3-error,
#wpforms-72 #wpforms-72-field_4-error {
  position: absolute;
  font-size: 14px;
}
#wpforms-72 .wpforms-submit-container button {
  overflow: hidden;
  border-radius: 0.1rem;
  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-72 .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-72 .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) {
  #aside_sc_from {
    padding: 0.5rem 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  #aside_sc_from {
    padding: 0.4rem 0.2rem;
  }
  .aside_right li > a {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 959px) {
  /* .aside_right{display:none} */
  #aside_sc_from {
    width: 80%;
  }
  .close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .aside_right em {
    width: 0.18rem;
    height: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
  }
  #aside_sc_from .tit h6 {
    font-size: 20px;
  }
}

.case_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.3rem;
}
.case_list li {
  width: calc((100% - 0.9rem) / 4);
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .case_list li {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .case_list li {
    width: 100%;
  }
}
.case_list .txt {
  padding: 0.2rem;
}
.case_list h6 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case_list p {
  margin: 16px 0;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case_list .img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 62.92%;
}
.case_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.case_list li:hover {
  box-shadow: 2px 4px 10px rgba(1, 81, 151, 0.1);
  background: #fff;
}
.case_list li:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .case_list h6 {
    font-size: 18px;
    margin: 0.1rem 0;
  }
  .case_list p {
    font-size: 16px;
    margin: 0.1rem 0;
  }
}
.in_tit {
  width: 100%;
  position: absolute;
  top: 0.6rem;
  z-index: 2;
  text-shadow: 0px 0px 4px #333;
  text-align: center;
  color: #fff;
}
.in_tit h6 {
  font-size: 0.4rem;
}
.in_tit p {
  font-size: 0.18rem;
}
@media screen and (max-width: 1366px) {
  .in_tit h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_tit h6 {
    font-size: 0.22rem;
  }
  .in_tit p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .in_tit h6 {
    font-size: 0.2rem;
  }
  .in_tit p {
    font-size: 14px;
  }
}
.switch_cont {
  position: relative;
  overflow: hidden;
}
.switch_cont::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media screen and (max-width: 560px) {
  .switch_cont::before {
    padding-bottom: 60%;
  }
}
.switch_list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.switch_list::after {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.switch_list img,
.switch_list video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.switch_list p {
  width: 100%;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0.4rem;
  text-align: center;
  z-index: 2;
}
.switch_menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.switch_menu li {
  position: relative;
  width: 33%;
  cursor: pointer;
}
.switch_menu h5 {
  font-size: 0.22rem;
  color: #bbbcbe;
  text-align: center;
  padding: 0.1rem 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
  text-transform: capitalize;
}
.switch_menu li.current h5 {
  color: #fff;
  border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .switch_menu h5 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .switch_menu h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .switch_menu h5 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .switch_menu {
    bottom: 0.2rem;
  }
  .switch_menu h5 {
    font-size: 14px;
  }
  .switch_list p {
    font-size: 12px;
    bottom: initial;
    top: 10%;
  }
}
.img_cont {
  position: relative;
  overflow: hidden;
}
.img_cont::after {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.img_cont::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.img_cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 560px) {
  .img_cont::before {
    padding-bottom: 60%;
  }
}
.img_cont.oblique::after {
  display: none;
}
.img_cont .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.img_cont .txt {
  width: 40%;
}
.img_cont .txt h5 {
  font-size: 0.6rem;
  color: var(--i_color2);
  text-transform: uppercase;
  line-height: 120%;
}
.img_cont .txt p {
  font-size: 0.2rem;
  color: #333;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1440px) {
  .img_cont .txt h5 {
    font-size: 0.5rem;
  }
  .img_cont .txt p {
    font-size: 0.18rem;
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .img_cont .txt h5 {
    font-size: 0.4rem;
  }
  .img_cont .txt h5 br {
    display: none;
  }
  .img_cont .txt p {
    font-size: 0.18rem;
    margin-top: 0.6rem;
  }
  .img_cont .txt {
    width: 100%;
    padding: 0.2rem;
    background: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .img_cont .txt h5 {
    font-size: 0.3rem;
  }
  .img_cont .txt p {
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .img_cont .txt h5 {
    font-size: 0.18rem;
  }
  .img_cont .txt p {
    font-size: 14px;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .img_cont .txt h5 {
    font-size: 0.16rem;
  }
  .img_cont .txt p {
    font-size: 12px;
  }
}
.choose {
  position: relative;
}
.choose .entit {
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  top: 50%;
  margin-top: -100px;
  font-size: 200px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #f1f3f4;
}
@media screen and (max-width: 1024px) {
  .choose .entit {
    font-size: 100px;
  }
}
.choose .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}
.choose .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.choose .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(95%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.choose li.swiper-slide-active {
  transform: scale(105%);
}
.choose-button-prev,
.choose-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.6rem;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .choose-button-prev,
  .choose-button-next {
    width: 0.3rem;
    height: 0.4rem;
  }
}
.choose-button-prev {
  left: 0;
}
.choose-button-next {
  right: 0;
}
.choose-button-prev:hover,
.choose-button-next:hover {
  background-color: var(--i_color2);
}
.choose-pagination {
  text-align: center;
  margin-top: 20px;
  display: none;
}
.choose-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  outline: none;
  cursor: pointer;
  position: relative;
}
.choose-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.choose .img {
  position: relative;
  overflow: hidden;
}
.choose .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.choose .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choose h6 {
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  font-weight: normal;
  margin: 0.1rem 0;
}
.parameter {
  /* background: #202020; */
}
/* .parameter .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0;
} 
.parameter .left {
  width: 100%;
}
.parameter .right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .parameter .left,
  .parameter .right {
    width: 100%;
  }
}
*/
.para_cont .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.left_list {
  width: 45%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.2rem;
}
.para_cont .box .img {
  width: 55%;
  position: relative;
  overflow: hidden;
}
.para_cont .box .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.para_cont .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.left_list li {
  width: calc(50% - 0.1rem);
}
.left_list li h6 {
  font-size: 0.2rem;
  color: var(--i_color2);
  margin-bottom: 0.1rem;
}
.left_list li p {
  font-size: 0.16rem;
  color: #333;
}
.left_list li:first-child {
  width: 100%;
}
@media screen and (max-width: 560px) {
  .para_cont .box .img,
  .left_list {
    width: 100%;
  }
  .left_list li h6 {
    font-size: 0.18rem;
  }
  .left_list li p {
    font-size: 0.14rem;
  }
}
.parameter .left .img {
  width: 50%;
  margin: 0.2rem 0;
  position: relative;
  overflow: hidden;
}
.parameter .left .img::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.parameter .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ver_menu {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
.ver_menu li {
  font-size: 0.24rem;
  border: 1px solid #6d6d6d;
  font-weight: bold;
  cursor: pointer;
  color: #6d6d6d;
  padding: 8px 0.24rem;
}
.ver_menu li:hover,
.ver_menu li.current {
  border-color: var(--i_color2);
  color: var(--i_color2);
}
@media screen and (max-width: 1440px) {
  .ver_menu li {
    font-size: 0.2rem;
    padding: 6px 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .ver_menu li {
    font-size: 0.18rem;
    padding: 4px 0.18rem;
  }
}
.para_list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 0.2rem;
}
.para_list li {
  width: calc(50% - 0.1rem);
  font-size: 0.16rem;
}
.para_list p {
  color: #737272;
  margin-bottom: 0.1rem;
}
.para_list h6 {
  color: #333;
  font-size: 0.16rem;
}
@media screen and (max-width: 560px) {
  .para_list li,
  .para_list h6 {
    font-size: 14px;
  }
}
.drop {
  box-shadow: var(--i_shadow);
  position: fixed;
  top: var(--header_height);
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  display: none;
  border-top: 2px solid var(--border_color);
}
.drop .wrap {
  width: 70%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.drop_menu {
  width: 26%;
  padding: 0.5rem 0;
}
.drop_cont {
  width: 74%;
  padding: 0.5rem 0.6rem;
}

.drop_menu li a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.2rem;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}
.drop_menu .ico {
  width: 0.7rem;
  height: 0.7rem;
  position: relative;
}
.drop_menu .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.drop_menu h6 {
  font-size: 0.18rem;
}

.drop_menu img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drop_menu li:hover {
  background: var(--bc_color);
}
.drop_menu li:hover h6 {
  color: var(--i_color);
}
.drop_cont > div:not(:first-child) {
  display: none;
}
.drop_cont .cont {
  display: block;
  width: 100%;
  height: 100%;
}
.drop_cont .cont .img {
  position: relative;
  overflow: hidden;
}
.drop_cont .cont .img::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.drop_cont .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.drop_cont .cont h6 {
  font-size: 0.22rem;
  color: #333;
  margin: 0.2rem 0;
}
.drop_cont .cont h6 a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
.drop_cont .cont h6 iconify-icon {
  font-size: 0.3rem;
}
.drop_cont .cont .txt {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.drop_cont .cont h5 {
  font-size: 0.16rem;
  font-weight: normal;
  color: #666;
  width: 60%;
}
.drop_cont .cont .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.16rem;
  color: var(--i_color);
  margin-bottom: 0.14rem;
}
.drop_cont .cont .btn a:hover {
  color: var(--i_color2);
}
.drop_cont .cont h6,
.drop_cont .cont img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drop_cont .cont:hover h6 {
  color: var(--i_color);
}
.drop_cont .cont:hover img {
  width: 105%;
  height: 105%;
}
.drop_cont .cont::-webkit-scrollbar {
  height: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* .drop_cont .cont:hover::-webkit-scrollbar {
	height: 4px;
} */
.drop_cont .cont::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
.drop_cont .cont::-webkit-scrollbar-track {
  background-color: #eee;
}
@media screen and (max-width: 1440px) {
  .drop .wrap {
    width: 80%;
  }
  .drop_menu h6 {
    font-size: 0.18rem;
  }
  .drop_menu {
    width: 30%;
    padding: 0.3rem 0;
  }
  .drop_cont {
    width: 70%;
    padding: 0.3rem 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .drop_cont {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .drop_p .sub-menu {
    display: none !important;
  }
}
.p_conatct {
  position: relative;
  overflow: hidden;
  padding: 0.3rem;
  background: var(--bc_color);
}
.p_conatct h6 {
  font-size: 0.2rem;
  color: var(--i_color);
}
.p_conatct > p {
  font-size: 14px;
  color: #333;
  margin: 0.12rem 0;
}
.p_conatct_list li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  color: #333;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 0.1rem;
}
.p_conatct_list iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
}
.p_conatct_list a {
  font-size: 0.16rem;
  color: #333;
}
.p_conatct_list a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .p_conatct {
    padding: 0.3rem 0.2rem;
  }
  .p_conatct h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_conatct h6 {
    font-size: 0.24rem;
  }
}
.faq_list li {
  border: 1px solid var(--border_color);
  margin-bottom: 0.4rem;
  background: #fff;
}
.faq_list .tit {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.14rem 0.2rem;
}
.faq_list span {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
  background: var(--i_color);
  color: #fff;
}
.faq_list iconify-icon {
  font-size: 0.24rem;
}
.faq_list h6 {
  width: calc(100% - 0.7rem);
  font-size: 0.2rem;
  color: #222;
}
.faq_list p {
  padding: 0.14rem 0.2rem;
  font-size: 0.18rem;
  color: #222;
  border-top: 1px solid var(--border_color);
}

@media screen and (max-width: 1024px) {
  .faq_list p,
  .faq_list .tit {
    padding: 0.2rem;
  }
  .faq_list h6 {
    font-size: 0.18rem;
  }
  .faq_list p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .faq_list p,
  .faq_list .tit {
    padding: 0.1rem 0.2rem;
  }
}
.pd_env_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.pd_env_list li {
  width: calc((100% - 0.6rem) / 3);
  padding: 0.1rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.pd_env_list li::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--i_color);
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .pd_env_list {
    gap: 0.3rem 0.2rem;
  }
  .pd_env_list li {
    width: calc((100% - 0.4rem) / 3);
  }
}
@media screen and (max-width: 768px) {
  .pd_env_list {
    gap: 0.3rem 0.2rem;
  }
  .pd_env_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}
.pd_env_list .img {
  position: relative;
  overflow: hidden;
}
.pd_env_list .img::before {
  content: "";
  display: block;
  padding-bottom: 66.27%;
}
.pd_env_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pd_env_list p {
  font-size: 0.18rem;
  color: #333;
  margin: 0.1rem 0;
}
.pd_env_list p,
.pd_env_list .img {
  position: relative;
  z-index: 2;
}
.pd_env_list li:hover p,
.pd_env_list .img img,
.pd_env_list li::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_env_list li:hover::after {
  height: 100%;
  opacity: 1;
}
.pd_env_list li:hover .img img {
  width: 105%;
  height: 105%;
}
.pd_env_list li:hover p {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pd_env_list p {
    font-size: 0.16rem;
  }
}
/* case-detail */
.case_gallery_list {
  position: relative;
  overflow: hidden;
}
.case_gallery_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.case_gallery_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case_gallery_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.case_gallery_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.case_gallery_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case_gallery_list .img,
.case_gallery_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case_gallery_list li:hover img {
  width: 105%;
  height: 105%;
}
.case_gallery-prev,
.case_gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  opacity: 0.5;
  display: none;
}
.case_gallery-prev {
  left: 0;
}
.case_gallery-next {
  right: 0;
}
.case_gallery_list .swiper-button-disabled {
  cursor: not-allowed;
}
.case_gallery-prev:hover,
.case_gallery-next:hover {
  opacity: 1;
}
.case_gallery-pagination {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.case_gallery-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.case_gallery-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;
}
.case_gallery-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.case_gallery-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .case_gallery-prev,
  .case_gallery-next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .case_gallery-pagination {
    margin-top: 0.22rem;
  }
}
.case_det_cont .in_position {
  background: none;
}
.case_det_cont {
  background: url(static/images/bc_pd_cont.webp) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.case_det_cont > img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 36%;
  object-fit: contain;
}
.case_det_cont .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.case_gallery_list {
  width: 50%;
  border: 1px solid var(--border_color);
}
.case_det {
  width: 45%;
  position: relative;
  z-index: 10;
}
.case_det > h1 {
  font-size: 0.28rem;
  color: var(--i_color);
}
.case_det .i_more_list {
  justify-content: flex-start;
}
.case_info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.3rem;
}
.case_info li {
  width: calc(50% - 0.15rem);
  color: #666;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--border_color);
}
.case_info p {
  font-size: 0.16rem;
}
.case_info h6 {
  font-size: 0.2rem;
}
.c_rp {
  display: flex;
  align-items: center;
  gap: 0.1rem 0.3rem;
}
.c_rp h6 {
  font-size: 0.2rem;
  color: #666;
}
.c_rp .img {
  position: relative;
  overflow: hidden;
  width: 1.5rem;
  height: 1.5rem;
}
.c_rp .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c_rp .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .case_gallery_list {
    width: 100%;
  }
  .case_det {
    width: 100%;
    margin-top: 0.3rem;
  }
}
/* ----------------------brand----------------- */
.prospect_cont {
  background: url(static/images/bc_brand.webp) no-repeat center;
  background-size: cover;
}
.prospect_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.3rem 0;
}
.prospect_list li {
  width: calc(50% - 2rem);
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--border_color);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.18rem;
}
.prospect_list span {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  display: block;
}
.prospect_list h6 {
  font-size: 0.18rem;
}
.prospect_list p {
  width: 100%;
  font-size: 0.16rem;
  color: #444;
}
.prospect {
  position: relative;
}
.prospect .img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .prospect .img {
    width: 2.6rem;
    height: 2.6rem;
  }
  .prospect_list li {
    width: calc(50% - 1.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .prospect .img {
    width: 2rem;
    height: 2rem;
  }
  .prospect_list li {
    width: calc(50% - 1.2rem);
  }
  .prospect_list span {
    font-size: 0.22rem;
  }
  .prospect_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 959px) {
  .prospect .img {
    display: none;
  }
  .prospect_list li {
    width: 48%;
  }
}
@media screen and (max-width: 560px) {
  .prospect_list li {
    width: 100%;
  }
}
.prospect .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.prospect .img::after {
  content: "";
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px dashed rgb(210, 210, 210);
  animation: 10s linear 0s infinite normal none running rotate;
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.partner {
  background: url(static/images/bc_partner.webp) no-repeat center;
  background-size: cover;
}
.partner_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
}
.partner_list li {
  width: calc((100% - 1.2rem) / 3);
  text-align: center;
  padding: 0.4rem 0.3rem;
  color: #333;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.partner_list li:nth-child(even) {
  background: var(--i_color);
  color: #fff;
}
.partner_list li:hover {
  transform: translateY(-6px);
}
.partner_list .img {
  width: 0.86rem;
  height: 0.86rem;
  margin: 0 auto;
}
.partner_list .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.partner_list h6 {
  font-size: 0.24rem;
  margin: 0.3rem 0;
}
.partner_list p {
  font-size: 0.16rem;
}
@media screen and (max-width: 1440px) {
  .partner_list {
    gap: 0.4rem 0.5rem;
  }
  .partner_list li {
    width: calc((100% - 1rem) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .partner_list li {
    width: calc((100% - 0.5rem) / 2);
    padding: 0.3rem 0.2rem;
  }
  .partner_list .img {
    width: 0.7rem;
    height: 0.7rem;
  }
  .partner_list h6 {
    font-size: 0.2rem;
    margin: 0.2rem 0;
  }
  .partner_list p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .partner_list li {
    width: 100%;
  }
}
.provide_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.1rem 0;
}
.provide_list li {
  width: 32%;
  text-align: center;
  color: #333;
}
.provide_list .img {
  position: relative;
  overflow: hidden;
}
.provide_list .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.provide_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.provide_list h6 {
  font-size: 0.24rem;
  margin: 0.2rem 0;
}
.provide_list p {
  font-size: 0.16rem;
}
@media screen and (max-width: 1440px) {
  .provide_list h6 {
    font-size: 0.2rem;
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .provide_list h6 {
    font-size: 0.18rem;
    margin: 0.1rem 0;
  }
  .provide_list p {
    font-size: 0.14rem;
  }
  .provide_list li {
    width: 100%;
  }
}
.service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}
.service_list li {
  width: 28%;
  background: linear-gradient(to right bottom, #065758, #087a7c);
  color: #fff;
  padding: 0.4rem 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0.1rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service_list li:hover {
  transform: scale(102%);
}
.service_list li iconify-icon {
  font-size: 0.3rem;
}
.service_list h6 {
  font-size: 0.2rem;
}
.service_list p {
  width: 100%;
  font-size: 0.16rem;
}
.service_list img {
  display: block;
  width: 0.4rem;
  object-fit: contain;
}
.service_list img.down {
  position: absolute;
  top: 102%;
  transform: rotate(90deg);
}
.service_list img.left {
  transform: rotateY(180deg);
}
@media screen and (max-width: 1440px) {
  .service_list li {
    font-size: 0.18rem;
  }
  .service_list li iconify-icon {
    font-size: 0.24rem;
  }
  .service_list img {
    width: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .service_list li {
    font-size: 0.16rem;
    padding: 0.3rem 0.1rem;
  }
  .service_list li iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .service_list {
    flex-wrap: wrap;
  }
  .service_list li {
    width: 100%;
  }
  .service_list img {
    display: none;
  }
}
#wpforms-173 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-173 {
  margin: 0;
  padding: 0;
}
#wpforms-form-173 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-173 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}
#wpforms-173 .wpforms-field-label {
  font-size: 13px;
  color: #666;
}
#wpforms-173 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-173 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-173 .wpforms-field-container > div {
  width: 24%;
}
#wpforms-173 .wpforms-field-container > div:nth-child(5) {
  width: 100%;
}
@media screen and (max-width: 1366px) {
  #wpforms-173 .wpforms-field-container > div {
    width: 48%;
  }
}
@media screen and (max-width: 959px) {
  #wpforms-173 .wpforms-field-container > div {
    width: 100%;
  }
}
#wpforms-173 .wpforms-field-container input,
#wpforms-173 textarea,
#wpforms-173 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: none !important;
  background: var(--bc_color);
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#wpforms-173 input {
  line-height: var(--input_height);
}
#wpforms-173 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
  border: none;
}
#wpforms-173-field_1-container {
  border-top-left-radius: 20px;
}
#wpforms-173 input::-webkit-input-placeholder,
#wpforms-173 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-173 input::-moz-placeholder,
#wpforms-173 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-173 input::-ms-input-placeholder,
#wpforms-173 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-173-field_1-error,
#wpforms-173-field_2-error,
#wpforms-173-field_3-error,
#wpforms-173-field_4-error,
#wpforms-173-field_5-error,
#wpforms-173-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-173 .wpforms-submit-container button {
  padding: 10px 120px;
  display: block;
  margin: 20px auto 0;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  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-173 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}
#wpforms-173 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-173 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}

/* ---------------------新闻详情页------------------ */
.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 h6 {
  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: contain;
  -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-641 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-641 {
  margin: 0;
  padding: 0;
}
#wpforms-form-641 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-641 input,
#wpforms-641 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-641 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-641 .wpforms-field-label {
  font-size: 0;
}
#wpforms-641 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-641 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-641 .wpforms-field-container input,
#wpforms-641 textarea,
#wpforms-641 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-641 .wpforms-field-container input:hover,
#wpforms-641 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-641 input {
  line-height: var(--input_height);
}
#wpforms-641 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-641-field_1-container,
#wpforms-641-field_2-container {
  width: 49% !important;
}
#wpforms-641 input::-webkit-input-placeholder,
#wpforms-641 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-641 input::-moz-placeholder,
#wpforms-641 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-641 input::-ms-input-placeholder,
#wpforms-641 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-641-field_1-error,
#wpforms-641-field_2-error,
#wpforms-641-field_3-error,
#wpforms-641-field_4-error,
#wpforms-641-field_5-error,
#wpforms-641-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-641 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-641 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#wpforms-641 .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-641 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}
#wpforms-641 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
