/*
Theme Name: Sika
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
@font-face {
  font-family: "Popping";
  src: url("./static/fonts/Poppins-Light.otf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Popping";
  src: url("./static/fonts/Poppins-Regular.otf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Popping";
  src: url("./static/fonts/Poppins-Bold.otf") format("truetype");
  font-weight: bold;
}
* {
  font-family: "Popping", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  line-height: 150%;
  font-size: 18px;
}
main {
  overflow: hidden;
}
:root {
  --i_color: #233d94;
  --i_color2: #118161;
  --bc_color: #f7f7f7;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --header_height: 0.8rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
}
@media screen and (max-width: 1440px) {
  :root {
    --header_height: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}
.wrap {
  width: 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;
  box-shadow: 0px 0px 4px var(--border_color);
  background: #fff;
}
.pre_head {
  background-color: var(--i_color);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pre_head {
    display: none;
  }
}
.pre_head .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
}
.pre_l {
  display: flex;
}
.pre_l a {
  color: #fff;
  font-size: 14px;
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
}
.pre_l iconify-icon {
  margin-right: 8px;
  font-size: 0.2rem;
}
.pre_r {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.pre_media {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pre_media li {
  margin-right: 0.1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pre_media a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pre_media iconify-icon {
  font-size: 0.18rem;
}
.top_quote {
  display: table;
  padding: 6px 0.2rem;
  background: var(--i_color);
  font-size: 16px;
  border-radius: 4px;
  margin-left: 0.1rem;
}
.language {
  position: relative;
  height: var(--header_height);
  display: flex;
  align-items: center;
}
.language p {
  position: relative;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.2rem;
}
.language p.on {
  color: var(--i_color);
}
.language p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.24rem;
  height: 0.24rem;
  background: url(static/images/language.svg) no-repeat center;
  background-size: contain;
}
.language p.on::before {
  border-top-color: var(--i_color);
}
.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: #fff;
  z-index: 2016;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--header_height);
}
.language_list dt > h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}
.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}
.lang_list a {
  display: block;
  padding: 0.06rem 0;
}
.lang_list span img {
  display: none;
}
.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
  display: block;
}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
  color: var(--i_color);
}
.top_cont {
  position: relative;
}
.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.full_header {
  height: calc(var(--header_height) + 0.5rem);
}
@media screen and (max-width: 1024px) {
  .full_header {
    height: var(--header_height);
  }
}
/* 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.7rem;
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 0.6rem;
  }
}
/* 导航 */
@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;
  }
  .i_nav > li > a {
    display: block;
    font-size: 17px;
    color: #333;
    white-space: nowrap;
    line-height: var(--header_height);
    position: relative;
    padding-right: 20px;
  }
  .i_nav > li > a::after {
    content: "";
    width: 0%;
    height: 2px;
    background: var(--i_color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > .current-menu-item > a::after,
  .i_nav > .current-category-ancestor > a::after,
  .i_nav > .current-post-ancestor > a::after,
  .i_nav > .current-menu-ancestor > a::after,
  .i_nav > .current-menu-parent > a::after,
  .i_nav > li:hover > a::after {
    width: 100%;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a {
    color: var(--i_color) !important;
  }
  .i_nav > li.menu-item-has-children > a {
    padding-right: 24px;
  }
  .i_nav > .menu-item-has-children > a::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url("static/images/arrow_down_hollow_hei.svg") no-repeat center;
    background-size: 100%;
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    text-align: center;
  }
  .i_nav .drop_p .sub-menu {
    display: none !important;
  }
  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .i_nav .sub-menu > li:hover {
    background: var(--i_color);
  }
  .i_nav .sub-menu > li:hover > a {
    color: #fff;
  }
  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }
  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E")
      no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.4rem;
  }
  .i_nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav {
    gap: 0 0.3rem;
  }
}
@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.24rem;
  color: #666;
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--header_height);
  }
  .top_r {
    margin-left: auto;
  }
  .top_search_ico {
    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;
}
/* -------------------底部-------------------------- */
footer {
  background: var(--bc_color);
}
.f_logo img {
  max-height: 0.88rem;
}
.f_cont {
  padding: 0.4rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_logo {
  width: 22%;
}
.f_contact {
  width: 30%;
}
.f_menu {
  width: 18%;
}
.f_cont li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  position: relative;
}
.f_menu li {
  padding-left: 0.2rem;
}
.f_menu ul ul {
  display: none;
}
.f_menu li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.f_cont a,
.f_cont p {
  font-size: 0.16rem;
  color: #666;
}
.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_media a {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  font-size: 0.2rem;
  color: #fff;
  margin-right: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
}
.f_media a:hover {
  background: var(--i_color2);
}
@media screen and (max-width: 1024px) {
  .f_media a {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
  }
}
.f_tit {
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.f_contact_list li {
  display: flex;
  align-items: center;
}
.f_contact_list li iconify-icon {
  font-size: 0.22rem;
  color: var(--i_color);
  margin-right: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .f_tit {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .f_contact {
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_tit {
    margin-bottom: 0.18rem;
  }
  .f_menu {
    display: none;
  }
  .f_logo,
  .f_contact {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .f_cont a,
  .f_cont p {
    font-size: 0.14rem;
  }
}
.f_cr {
  padding: 0.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.16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .f_cr p,
  .f_cr a {
    width: 100%;
    font-size: 0.14rem;
  }
  .f_cr a {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.i_tit > h4 {
  font-size: 0.36rem;
  color: var(--i_color);
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0.1rem;
}
.i_tit > h5 {
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  color: #222;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .i_tit > h4 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .i_tit > h4 {
    font-size: 0.24rem;
  }
  .i_tit > h5 {
    font-size: 14px;
    width: 90%;
  }
}
.i_tit.left {
  text-align: left;
}
.i_tit.left h5 {
  margin-left: 0;
}
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.i_more {
  display: table;
}
.i_more.center {
  margin-left: auto;
  margin-right: auto;
}
.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;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.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);
  background: var(--i_color2);
}

.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;
  }
}
.bc {
  background: var(--bc_color);
}
.bc_gradient {
  background: linear-gradient(var(--bc_color), #fff);
}
/* 下拉 */
.drop {
  position: fixed;
  box-shadow: var(--i_shadow);
  left: 0;
  top: calc(var(--header_height) + 0.5rem);
  z-index: 99;
  width: 100%;
  background: #fff;
  display: none;
}
.drop::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.drop::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.drop::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
.drop_list {
  padding: 0.4rem 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.drop_list li {
  width: calc((100% - 0.6rem) / 4);
}

.drop_list .img {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  background: var(--bc_color);
}
.drop_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.8%;
}
.drop_list .img img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.drop_list h6 {
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
  margin: 0.16rem 0;
  text-align: center;
}
.drop_list .img img,
.drop_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drop_list li:hover img {
  width: 100%;
  height: 100%;
}
.drop_list li:hover h6 {
  color: var(--i_color);
}

/* ----------------------------首页------------------------------------- */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: calc(100vh - 0.5rem - var(--header_height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide video {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 102% !important;
  object-fit: cover;
  z-index: 2;
}
.banner-button-prev,
.banner-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 0.3rem;
  color: #fff;
}
.banner-button-prev {
  left: -0.5rem;
}
.banner-button-next {
  right: -0.5rem;
}
.banner:hover .banner-button-prev {
  left: 3%;
}
.banner:hover .banner-button-next {
  right: 3%;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.4rem;
  text-align: center;
  z-index: 2;
}
.banner-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.banner-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.banner-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
  .banner-pagination {
    bottom: 0.2rem;
  }
  .banner .swiper-slide {
    padding-bottom: 56%;
  }
}
/* banner上文字 */
.banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.b_txt {
  width: 70%;
}
.b_txt.center {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20%;
}
.b_txt h6 {
  font-size: 0.5rem;
  color: var(--i_color);
  font-weight: bold;
  letter-spacing: 2px;
}
.b_txt p {
  font-size: 0.26rem;
  color: #221814;
  margin: 0.2rem 0;
}
.b_txt2 h6 {
  font-size: 0.36rem;
  color: var(--i_color);
  font-weight: normal;
  letter-spacing: 2px;
}
.b_txt2 p {
  font-size: 0.2rem;
  color: #221814;
  margin: 0.2rem 0;
}
.b_txt2 span {
  font-size: 0.16rem;
  display: block;
  padding-left: 0.2rem;
  position: relative;
  margin: 0.14rem 0;
}
.b_txt2 span::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--i_color);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .b_txt h6 {
    font-size: 0.4rem;
    letter-spacing: 0px;
  }
  .b_txt p {
    font-size: 0.2rem;
    margin: 0.14rem 0;
  }
  .b_txt2 h6 {
    font-size: 0.3rem;
    letter-spacing: 0px;
  }
  .b_txt2 p {
    font-size: 0.18rem;
    margin: 0.14rem 0;
  }
  .b_txt2 span {
    font-size: 0.16rem;
    margin: 0.14rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .b_txt h6 {
    font-size: 0.32rem;
  }
  .b_txt p {
    font-size: 0.18rem;
    margin: 0.1rem 0;
  }
  .b_txt2 h6 {
    font-size: 0.24rem;
    letter-spacing: 0px;
  }
  .b_txt2 p {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
  .b_txt2 span {
    font-size: 0.16rem;
    margin: 6px 0;
  }
}
@media screen and (max-width: 768px) {
  .b_txt h6 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 560px) {
  .b_txt {
    width: 100%;
  }
  .b_txt h6 {
    font-size: 0.2rem;
  }
  .b_txt p {
    font-size: 0.16rem;
  }
  .b_txt2 h6 {
    font-size: 0.2rem;
  }
  .b_txt2 p {
    font-size: 0.14rem;
  }
  .b_txt2 span {
    display: none;
  }
}
.line {
  width: 100%;
  height: 60px;
  background: var(--i_color);
}
.b_border {
  border-bottom: 4px solid var(--i_color);
}
.btn {
  display: table;
  padding: 0.1rem 0.2rem;
  background: var(--i_color);
  color: #fff;
  font-size: 0.16rem;
  margin: 0.1rem auto;
}
.btn:hover {
  background: var(--i_color2);
}
.i_p .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ip_l {
  width: 48%;
}
.ip_r {
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .ip_l,
  .ip_r {
    width: 100%;
  }
}
.ip_l ul,
.ip_r ul {
  width: 100%;
  display: flex;
  gap: 0.3rem;
  margin: 0.3rem 0;
  flex-wrap: wrap;
}
.ip_l li {
  width: calc(50% - 0.15rem);
  background: #fff;
}
.ip_l h6 {
  font-size: 0.18rem;
  color: var(--i_color);
  text-align: center;
  padding: 12px 0;
}
.ip_l .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ip_l .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.ip_l .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ip_r li {
  width: calc(50% - 0.15rem);
}
.ip_r .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ip_r .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ip_r .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ip_r p {
  font-size: 0.17rem;
  color: #333;
  text-align: center;
  padding: 12px 0;
}
@media screen and (max-width: 1024px) {
  .ip_l h6 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .ip_l li {
    width: 100%;
  }
  .ip_r p {
    font-size: 0.15rem;
  }
}
.i_a .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ia_l {
  width: 48%;
}
.ia_l .cer {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.ia_l .cer img {
  max-width: 1rem;
}
.ia_r {
  width: 48%;
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.ia_r .img {
  width: calc(50% - 0.15rem);
  position: relative;
  overflow: hidden;
}
.ia_r .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.ia_r .img img,
.ia_r .img iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ia_l .txt {
  text-align: center;
}
.ia_l .txt p {
  font-size: 0.16rem;
  margin: 0.2rem 0;
  font-weight: 100;
}
@media screen and (max-width: 1024px) {
  .ia_l,
  .ia_r {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .ia_l .txt p {
    font-size: 0.15rem;
  }
}

.i_ad_list {
  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  gap: 0.2rem 0.4rem;
}

.i_ad_list li {
  width: calc((100% - 0.8rem) / 3);

  border-radius: 0.1rem;

  overflow: hidden;

  border: 1px solid var(--border_color);

  background: #fff;
}

@media screen and (max-width: 1440px) {
  .i_ad_list {
    gap: 0.2rem 0.3rem;
  }

  .i_ad_list li {
    width: calc((100% - 0.6rem) / 3);
  }
}

@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: 560px) {
  .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: 101%;

  height: 101%;

  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;
}

.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 .ico {
    width: 0.6rem;

    height: 0.6rem;
  }

  .i_ad_list h6 {
    font-size: 0.2rem;
  }

  .i_ad_list p {
    font-size: 0.15rem;
  }
}

.i_app_cont {
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem 0.2rem 0 0;
}
.i_app_cont::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
@media screen and (max-width: 560px) {
  .i_app_cont {
    border-radius: 0.1rem 0.1rem 0 0;
  }
  .i_app_cont::before {
    padding-bottom: 100%;
  }
}

.i_app_list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_app_list li::after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: -2px;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.5), transparent);
}
.i_app_list li:not(:first-child) {
  display: none;
}
.i_app_list img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_app_list .txt {
  width: 90%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.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: #222;
  line-height: 0.24rem;
  max-height: calc(0.24rem * 6);
  overflow-y: auto;
  padding-right: 2%;
}
.i_app_list p::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.i_app_list p::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.i_app_list p::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
@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;
    line-height: 0.2rem;
    max-height: calc(0.2rem * 6);
    position: relative;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }
}
.i_app_menu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.i_app_menu li {
  width: 25%;
  background: rgba(0, 0, 0, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.2rem 0.1rem;
  position: relative;
  z-index: 2;
}
.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 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_app_menu li.current,
.i_app_menu li:hover {
  border-radius: 0.2rem 0.2rem 0 0;
  background: var(--i_color);
}
.i_app_menu span {
  display: none;
}
@media screen and (max-width: 1440px) {
  .i_app_menu h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_app_menu {
    align-items: initial;
  }
  .i_app_menu li {
    padding: 0.1rem;
    min-height: initial;
  }
  .i_app_menu span {
    display: block;
    color: #fff;
    font-size: 0.14rem;
    font-weight: bold;
  }
  .i_app_menu li h5 {
    display: none;
  }
  .i_app_menu li.current,
  .i_app_menu li:hover {
    border-radius: 0.1rem 0.1rem 0 0;
  }
}
.i_n_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
}
.i_n_list li {
  width: calc((100% - 0.8rem) / 3);
}
@media screen and (max-width: 768px) {
  .i_n_list {
    gap: 0.3rem 0;
  }
  .i_n_list li {
    width: 100%;
  }
}
.i_n_list a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.i_n_list .img {
  position: relative;
  overflow: hidden;
}
.i_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 61.92%;
}
.i_n_list .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
}
.i_n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_n_list .txt {
  overflow: hidden;
  text-align: center;
  padding: 0 0.2rem;
}
.i_n_list h6 {
  font-size: 0.22rem;
  color: #333;
  line-height: 150%;
  padding-bottom: 0.1rem;
  position: relative;
}
.i_n_list h6::after {
  content: "";
  width: 50px;
  height: 1px;
  background: var(--i_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.i_n_list p {
  margin: 0.2rem 0;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.i_n_list span {
  font-size: 16px;
  color: #888;
  display: block;
  margin: 0.2rem 0;
}
.i_n_list .img::after,
.i_n_list .img img,
.i_n_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_n_list li:hover h6 {
  color: var(--i_color);
}
.i_n_list li:hover .img::after {
  opacity: 1;
}
.i_n_list li:hover .img img {
  width: 110%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .i_n_list h6 {
    font-size: 0.18rem;
  }
  .i_n_list p {
    font-size: 14px;
  }
}
.com_form {
  background: url(static/images/bc_form.webp) no-repeat right top;
  background-size: cover;
}
.com_form .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.com_form .img {
  width: 40%;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
.com_form .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.com_form .img::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.com_form .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.com_form .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  bottom: 0.3rem;
  z-index: 2;
}
.com_form .txt a,
.com_form .txt p {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-top: 0.2rem;
}
.com_form .form {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .com_form .form {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0.3rem 0.2rem;
  }
  .com_form .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
  }
  .com_form .txt {
    display: none;
  }
}
#wpforms-24 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-24 {
  margin: 0;
  padding: 0;
}
#wpforms-form-37 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-24 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}
#wpforms-24 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}
#wpforms-24 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-24 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-24 .wpforms-field-container > div {
  width: 100%;
  position: relative;
}
#wpforms-24 .wpforms-field-container input,
#wpforms-24 textarea,
#wpforms-24 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-24 input {
  line-height: var(--input_height);
}
#wpforms-24 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
  border: none;
}
#wpforms-24 input::-webkit-input-placeholder,
#wpforms-24 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-24 input::-moz-placeholder,
#wpforms-24 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-24 input::-ms-input-placeholder,
#wpforms-24 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-24-field_1-error,
#wpforms-24-field_2-error,
#wpforms-24-field_3-error,
#wpforms-24-field_4-error,
#wpforms-24-field_5-error,
#wpforms-24-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-24 .wpforms-submit-container button {
  background: var(--i_color);
  display: block;
  width: 100%;
  padding: 10px 0;
  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-24 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}
#wpforms-24 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-24 .wpforms-submit-container button {
    padding: 6px 40px;
  }
}
/* ---------------------------内页------------------------------- */
.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: 26.04%;
}
.in_banner .img img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.in_banner h4 {
  text-transform: capitalize;
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .in_banner h4 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_banner .wrap {
    top: 46%;
  }
  .in_banner h4 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .in_banner .img::after {
    padding-bottom: 45.36%;
  }
  .in_banner h4 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 560px) {
  .in_banner h4 {
    font-size: 0.2rem;
  }
}
.in_position {
  padding: 0.16rem 0;
  background: var(--bc_color);
}
.in_position .wrap {
  height: 20px;
}
.in_position a {
  display: block;
  float: left;
  font-size: 16px;
  color: #666;
  position: relative;
  line-height: 20px;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 6px;
  color: #666;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 959px) {
  .in_position a {
    font-size: 15px;
  }
  .in_position {
    bottom: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .in_position a {
    font-size: 14px;
  }
  .in_position {
    bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }
  .in_position {
    bottom: 0rem;
  }
}
/* ----------------------产品列表页---------------------------------- */
.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p_nav {
  padding: 0.3rem 0.4rem;
  width: 28%;
  margin-right: auto;
  background-color: #fff;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.p_nav .tit h5 {
  font-size: 0.3rem;
}
.p_nav .tit {
  padding-bottom: 0.12rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1440px) {
  .p_nav .tit h5 {
    font-size: 0.3rem;
  }
  .p_nav .tit {
    padding-bottom: 0.14rem;
    margin-bottom: 0.14rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_nav .tit h5 {
    font-size: 0.24rem;
  }
  .p_nav .tit {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
/* 折叠面板 */
.p_menu_list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 0.5em;
  list-style: none;
}
.p_menu_list li {
  position: relative;
}
.p_menu_list li a {
  position: relative;
  line-height: 100%;
  font-size: 0.18rem;
  padding: 0.16rem 2%;
  display: block;
  box-sizing: border-box;
  text-transform: capitalize;
}
.p_menu_list ul {
  padding: 0;
  display: none;
  overflow: hidden;
}
.p_menu_list ul li {
  margin: 0;
  padding: 0;
  clear: both;
}
.p_menu_list ul li a {
  padding-left: 0.2rem;
  font-size: 0.16rem;
  outline: 0;
  color: var(--font_color);
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.p_menu_list ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  left: -8px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_menu_list > li:hover > a,
.p_menu_list > li.active > a {
  color: var(--i_color);
}
.p_menu_list > li.active > a {
  font-weight: bold;
}
.p_menu_list ul li:hover a,
.p_menu_list ul li.active a {
  color: var(--i_color);
  margin-left: 0.1rem;
}
.p_menu_list ul li:hover a::after,
.p_menu_list ul li.active a::after {
  left: 0;
  opacity: 1;
}
.p_menu_list ul ul li a {
  color: var(--font_color);
  padding-left: 40px;
}
.p_menu_list ul ul li a:hover {
  color: var(--i_color);
}
.p_menu_list span {
  cursor: pointer;
  position: absolute;
  top: 0.16rem;
  right: 3%;
  z-index: 3;
  width: 20px;
  height: 20px;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_menu_list > li:hover > span,
.p_menu_list > li.active > span {
  color: var(--i_color);
}
.p_menu_list ul li i {
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/ico_satr_p.png) no-repeat center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_menu_list ul li:hover i,
.p_menu_list ul li.active i {
  left: 0;
}
.p_nav .img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .p_nav {
    padding: 0.2rem 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
}
.in_c_name h6 {
  font-size: 0.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: 68%;
}
.in_p_r a {
  position: relative;
}
.in_p_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.in_p_list li {
  width: calc((100% - 0.4rem) / 3);
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .in_p_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .in_p_list li {
    width: 100%;
  }
}
.in_p_list .img {
  position: relative;
  overflow: hidden;
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_p_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_p_list .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--bc_color);
  padding: 0.1rem 0;
  border: none;
  border-radius: 0;
}
.in_p_list .more span {
  display: block;
  width: 50%;
  border-right: 1px solid #999;
  text-align: center;
  color: #333;
}
.in_p_list .more span:last-child {
  border: none;
}
.in_p_list .more iconify-icon {
  font-size: 0.2rem;
}
.in_p_list p {
  font-size: 0.16rem;
  font-weight: bold;
  color: var(--i_color);
}
.in_p_list b {
  font-size: 0.16rem;
  color: var(--i_color);
  text-decoration: underline;
  font-weight: normal;
  background: var(--bc_color);
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.in_p_list h6 {
  font-size: 0.18rem;
  color: #222;
  text-transform: capitalize;
  margin: 0.1rem 0;
}
.in_p_list .more,
.in_p_list b {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list .more {
  transition-delay: 0.1s;
}
.in_p_list li:hover .more,
.in_p_list li:hover b {
  transform: translateY(0);
}
.in_p_list h6:hover,
.in_p_list span:hover {
  color: var(--i_color2);
}
@media screen and (max-width: 1024px) {
  .in_p_r {
    width: 100%;
    margin: 0 0;
  }
}
@media screen and (max-width: 560px) {
  .in_p_list h6 {
    font-size: 16px;
  }
  .in_p_list p {
    font-size: 14px;
  }
}
/* 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 h6 {
  font-size: 0.32rem;
  color: #222;
}
.ip_contact .txt p {
  font-size: 0.16rem;
  color: #888;
  margin: 10px 0;
}
@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;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 2;
}
.pd_brief {
  width: 46%;
}
.pd_content .gallery {
  width: 49%;
  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: cover;
}
.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;
}
.p_atlas_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
  padding: 0.2rem 0;
  border-top: 2px solid var(--i_color);
  border-bottom: 1px solid var(--border_color);
}
.pd_brief .but {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}
.pd_share p {
  font-size: 0.16rem;
  color: #333;
  font-weight: 400;
}
.pd_share a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #c2c6c9;
}
.pd_share iconify-icon {
  font-size: 0.24rem;
}
.pd_share a:hover {
  color: var(--i_color);
}
.pd_tit span {
  display: table;
  font-size: 0.24rem;
  padding: 0.1rem 0;
  color: var(--i_color);
  font-weight: bold;
  border-bottom: 2px solid var(--i_color);
}
.pd_tit {
  border-bottom: 1px solid var(--border_color);
}
.detail {
  border-radius: 0.6rem 0.6rem 0 0;
}
.detail article {
  padding: 0.3rem 0;
  font-size: 0.16rem;
  color: #666;
}
.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
.tag h6 {
  font-size: 0.18rem;
  color: #333;
}
.tag a {
  font-size: 0.16rem;
  color: #333;
  padding: 8px 0.2rem;
  border-radius: 0.3rem;
  background: #fff;
}
.tag a:hover {
  background: var(--i_color);
  color: #fff;
}
.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;
}

.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 {
  text-align: center;
  margin-top: 20px;
}
.r_p-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.r_p-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid 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: 1;
}
.pd_app {
  overflow: hidden;
}
.pd_app .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 2px;
  z-index: 1;
}
.pd_app .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.pd_app .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.pd_app-button-prev,
.pd_app-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;
}
.pd_app-button-prev {
  left: 0;
}
.pd_app-button-next {
  right: 0;
}
.pd_app-button-prev:hover,
.pd_app-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.pd_app-pagination {
  text-align: center;
}
.pd_app-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.pd_app-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid 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;
}
.pd_app-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.pd_app-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 1;
}
.pd_app li {
  border-radius: 0.1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}
.pd_app .img {
  position: relative;
  overflow: hidden;
}
.pd_app .img::before {
  content: "";
  display: block;
  padding-bottom: 70.59%;
}
.pd_app .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pd_app .txt {
  padding: 0.2rem;
}
.pd_app h6 {
  font-size: 0.22rem;
  color: #333;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.16rem;
  position: relative;
}
.pd_app h6::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--i_color);
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_app .text {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.pd_app p {
  width: 70%;
  font-size: 0.16rem;
  color: #666;
}
.pd_app li:hover {
  border-color: #fff;
  box-shadow: var(--i_shadow);
}
.pd_app li:hover h6 {
  color: var(--i_color);
}
.pd_app li:hover h6::after {
  width: 100%;
  left: 0;
  right: initial;
}
@media screen and (max-width: 1024px) {
  .pd_app h6 {
    font-size: 0.18rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
/* about */
.i_about .wrap {
  position: relative;
}
.i_about article {
  color: #808393;
  font-size: 0.16rem;
}
.ia_txt {
  width: 36%;
}
.ia_video {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0px 8px 10px rgb(0 0 0 / 30%);
}
.ia_video::before {
  content: "";
  display: block;
  padding-bottom: 78%;
}
.ia_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .ia_video,
  .ia_txt {
    width: 100%;
    position: relative;
  }
}
.i_v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.74rem;
  height: 0.74rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 50%);
  z-index: 6;
}
.i_v_btn::after {
  content: "";
  width: 130%;
  height: 130%;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: rotate 10s linear infinite;
}
.i_v_btn:hover::after {
  border-color: var(--i_color);
}
.i_v_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 0.3rem;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .i_v_btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .i_v_btn iconify-icon {
    font-size: 0.2rem;
  }
}
/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2024;
  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;
  }
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.i_why article {
  color: #999;
  font-size: 0.2rem;
  width: 40%;
  margin: 0.3rem 0;
}
@media screen and (max-width: 1440px) {
  .i_why article {
    width: 100%;
    font-size: 0.16rem;
  }
}
.in_about_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.in_about_list dt {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.in_about_list img {
  display: block;
  margin: 0 auto;
  height: 1.5rem;
}
.in_about_list h4 {
  margin: 0.34rem 0 0.16rem;
  font-size: 0.2rem;
  color: #444;
  font-weight: 900;
}
.in_about_list h6 {
  font-size: 0.14rem;
  color: #363636;
  line-height: 0.24rem;
  font-weight: normal;
}
.in_about_list dt:hover img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.in_about_list img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1366px) {
  .in_about_list img {
    height: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .in_about_list {
    flex-wrap: wrap;
  }
  .in_about_list dt {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .in_about_list dt:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .in_about_list img {
    width: 1rem;
    height: 1rem;
    margin: 0 0;
    object-fit: contain;
  }
  .in_about_list span {
    margin-left: auto;
    width: 50%;
    width: calc(100% - 1rem - 0.3rem);
  }
  .in_about_list h4 {
    margin-top: 0;
  }
}
@media screen and (max-width: 560px) {
  .in_about_list img {
    width: 0.7rem;
    height: 0.7rem;
  }
  .in_about_list span {
    width: calc(100% - 0.7rem - 0.3rem);
  }
}

.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 {
  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;
}
.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;
  }
}
.strength_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.strength_list li {
  width: 49%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.strength_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.strength_list a::before {
  content: "";
  display: block;
  padding-bottom: 61.25%;
}
.strength_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.strength_list .txt {
  width: 90%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
}
.strength_list h6 {
  font-size: 0.38rem;
  color: #fff;
}
.strength_list p {
  font-size: 0.16rem;
  margin: 0.1rem 0;
  color: #fff;
}
.strength_list .more {
  border-color: #fff;
  color: #fff;
  margin-left: auto;
}
.strength_list li:hover img {
  width: 110%;
  height: 110%;
}
@media screen and (max-width: 1440px) {
  .strength_list h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .strength_list li {
    width: 100%;
  }
  .strength_list h6 {
    font-size: 0.22rem;
  }
  .strength_list p {
    font-size: 0.14rem;
  }
}

.a_contact {
  text-align: center;
  background-color: var(--i_color);
}
.a_contact h6 {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  line-height: 120%;
}
.a_contact .i_but {
  width: 2rem;
  margin: 0.2rem auto 0;
}
@media screen and (max-width: 1440px) {
  .a_contact h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .a_contact h6 {
    font-size: 0.2rem;
  }
}

.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;
}
.honor-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.honor-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid 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: 1;
}
.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.3rem;
  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 a {
  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) a {
  flex-direction: row-reverse;
}
.application_list li:nth-child(even) a .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 a,
.application_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.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%;
}
.case_list {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.case_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.case_list .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.case_list .swiper-button-disabled {
  cursor: not-allowed;
}
.case_list a {
  display: block;
  width: 100%;
}
.case_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  border: 1px solid var(--border_color);
}
.case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 62.29%;
}
.case_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.case_list p {
  font-size: 0.18rem;
  color: #333;
  margin: 0.16rem 0;
  text-align: center;
}
.case_list img,
.case_list p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case_list li:hover img {
  width: 105%;
  height: 105%;
}
.case_list li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 768px) {
  .case_list .img {
    border-radius: 0.1rem;
  }
  .case_list p {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
}
/* news */
.in_n_list li {
  background: url(static/images/bc_logo.png) no-repeat right;
  background-size: 50%;
  margin-bottom: 0.5rem;
}
.in_n_list a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--bc_color);
  overflow: hidden;
  border-radius: 0.1rem;
  gap: 0.2rem 0;
}
.in_n_list .img {
  width: 30%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.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%;
  }
}
/* contact */
.contact .wrap_l {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.c_info {
  width: 45%;
}
.map {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  padding-bottom: 38.125%;
}
.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c_info h4 {
  font-size: 0.3rem;
  color: var(--i_color);
}
.c_list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.1rem 0;
  gap: 0 0.1rem;
}
.c_list .ico {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: var(--i_color);
}
.c_list .info {
  width: calc(100% - 0.5rem);
}
.c_list .info a,
.c_list .info p {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333;
}
.c_list a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.c_list li,
.c_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .c_info h4 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .c_info h4 {
    font-size: 0.18rem;
  }
  .c_info,
  .map {
    width: 100%;
  }
  .c_list .info a,
  .c_list .info p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .map::before {
    padding-bottom: 78.125%;
  }
}
.c_ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2rem 2%;
}
.c_ad li {
  width: 49%;
  padding: 0.2rem;
  box-shadow: 0px 0px 8px #ddd;
}
.c_ad iconify-icon {
  font-size: 0.3rem;
  color: var(--i_color);
}
.c_ad p {
  font-size: 0.16rem;
  color: #222;
}
/* -------------------------------------- 侧边客服 -------------------------------------- */
.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/email.svg) no-repeat center;
  background-size: contain;
}
.aside_right li:nth-child(3) 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-102 {
  --input_font_size: 16px;
  --input_height: 42px;
}
#wpforms-102 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-102 {
  width: 100%;
  overflow: hidden;
}
#wpforms-102 input,
#wpforms-102 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-102 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-102 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-102 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#wpforms-102 .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-102 .wpforms-field {
  position: relative;
}
#wpforms-102 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}
#wpforms-102 .wpforms-field-label span {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 14px;
  color: red;
}
#wpforms-102 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 12px !important;
}
#wpforms-102 .wpforms-field {
  width: 100%;
  padding-bottom: 20px;
  background: transparent;
  overflow: hidden;
}
#wpforms-102 .wpforms-field:nth-child(1) {
  margin-right: 20px;
}
#wpforms-102 .wpforms-field:nth-child(1),
#wpforms-102 .wpforms-field:nth-child(2) {
  width: calc(50% - 10px);
}
#wpforms-102 input {
  height: var(--input_height);
}
#wpforms-102 textarea {
  min-height: 100px;
}
#wpforms-102 input,
#wpforms-102 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-102 input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-102 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-102 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-102 input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-102 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-102 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-102 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-102 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: var(--input_font_size);
}
#wpforms-102 #wpforms-30-field_1-error,
#wpforms-102 #wpforms-30-field_2-error,
#wpforms-102 #wpforms-30-field_3-error,
#wpforms-102 #wpforms-30-field_4-error {
  position: absolute;
  font-size: 14px;
}
#wpforms-102 .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-102 .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-102 .wpforms-submit-container:hover {
  background-color: var(--i_color2);
  animation: a 0.5s 1 linear;
  animation-delay: 0.01s;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
  /* .aside_right{display:none} */
  #aside_sc_from {
    width: 80%;
  }
  .aside_right li:nth-child(1),
  .aside_right li:nth-child(2),
  .aside_right li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  #aside_sc_from {
    width: 87%;
  }
  #aside_sc_from .tit h6 {
    font-size: 24px;
  }
}
