/*
Theme Name: company name
Version: 1.0
Description: 安徽三鸟科技有限公司,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
/* @font-face {
  font-family: "OpenSans";
  src: url("static/fonts/OpenSans-VariableFont_wdth\,wght.ttf");
} */
* {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 150%;
}
a,
iconify-icon {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
:root {
  --i_color: #ff4610;
  --i_color2: #ffa206;
  --font_color: #626262;
  --bc_color: #f6f7f8;
  --header_height: 0.8rem;
  --border_color: rgba(0, 0, 0, 0.1);
  --f_menu_height: 50px;
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}
.wrap {
  width: 72.91%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  display: block;
  padding-left: 13.545%;
}
.wrap_r {
  display: block;
  padding-right: 13.545%;
}
@media screen and (max-width: 1600px) {
  .wrap {
    width: 84%;
  }
  .wrap_l {
    padding-left: 8%;
  }
  .wrap_r {
    padding-right: 8%;
  }
}
@media screen and (max-width: 1366px) {
  .wrap {
    width: 90%;
  }
  .wrap_l,
  .wrap_r {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
}
.TopHeader {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(29, 29, 31, 0.7);
}
.top_cont {
  position: relative;
  z-index: 2013;
}
.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header {
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    background: rgba(29, 29, 31, 0.7);
  }
  .top_search_ico::after {
    height: 0rem !important;
  }
}
/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo img {
  max-height: 0.6rem;
}
@media screen and (max-width: 1440px) {
  .logo img {
    max-height: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .logo img {
    max-height: 0.3rem;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    z-index: 2014;
  }
  .i_nav > li {
    position: relative;
    margin-left: 0.5rem;
  }
  .i_nav > li > a {
    display: flex;
    height: var(--header_height);
    align-items: center;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    text-transform: capitalize;
    opacity: 0.8;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav .curr > a {
    position: relative;
    opacity: 1;
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    border-top: 2px solid var(--i_color);
    background: #282828;
    min-width: 1.6rem;
    overflow: hidden;
  }
  .i_nav .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu li::before,
  .i_nav .sub-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
  }
  .i_nav .sub-menu li::before {
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 8%);
  }
  .i_nav .sub-menu li::after {
    right: 0;
    width: 0;
    background: var(--i_color);
  }
  .i_nav .sub-menu a {
    display: block;
    padding: 0 0.8rem 0 0.2rem;
    font-size: 0.15rem;
    color: #fff;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 0;
  }
  .i_nav .sub-menu a::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 8px solid var(--i_color);
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: -0.1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .i_nav .sub-menu li:hover::after {
    right: initial;
    left: 0;
    width: 100%;
  }
  .i_nav .sub-menu li:hover a {
    left: 0.16rem;
  }
  .i_nav .sub-menu li:hover a {
    color: var(--i_color);
  }
  .i_nav .sub-menu li:hover a::before {
    left: 0;
  }
  .i_nav .sub-menu li,
  .i_nav .sub-menu li::after,
  .i_nav .sub-menu a,
  .i_nav .sub-menu a::before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav > li {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li {
    margin-left: 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;
    z-index: 2;
  }
  /*滚动条*/
  .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;
    background: url(static/images/public/arrow_d_b.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.14rem;
    color: #222;
    line-height: 0.44rem;
    text-transform: capitalize;
  }
  .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.14rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav > li > .sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav > li > .sub-menu b.on {
    background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav .sub-menu .sub-menu {
    display: none;
  }
  .i_nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;
    font-size: 0.13rem;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }
  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* 移动端导航按钮 */
.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: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background: #fff;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}
.nav_menu.on i {
  opacity: 0;
}
.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}
.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
  }
}
.top_r {
  --size: 0.24rem;
}
.top_r {
  margin-left: 0.3rem;
  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;
  height: var(--header_height);
  margin-right: 0.3rem;
  position: relative;
}
.top_search_ico::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.15rem;
  transform: translate(0, -50%);
  width: 0.01rem;
  height: 0.22rem;
  background-color: #d8d8d8;
}
.top_search_ico iconify-icon {
  font-size: var(--size);
  color: #fff;
  cursor: pointer;
}
.top_search_ico.on iconify-icon {
  color: var(--i_color);
}
.top_language {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  position: relative;
}
.top_language > iconify-icon {
  font-size: var(--size);
  cursor: pointer;
  color: #fff;
}
.top_language.on > iconify-icon {
  color: var(--i_color);
}
.top_language_list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(var(--header_height) - 0.2rem);
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_language_list.on {
  visibility: visible;
  opacity: 1;
  top: calc(var(--header_height));
  box-shadow: 0.04rem 0.06rem 0.1rem rgb(0 0 0 / 10%);
}
.top_language_list ul {
  overflow: hidden;
}
.top_language_list li {
  background: #fff;
}
.top_language_list a > span {
  display: flex;
  align-items: center;
  padding: 0 14px;
  min-width: 100px;
  overflow: hidden;
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 0.12rem;
  color: #666;
  line-height: 0.3rem;
}
.top_language_list li:hover {
  background: var(--i_color);
}
.top_language_list li:hover .trp-ls-language-name {
  color: #fff;
}
.top_language,
.top_language > i {
  -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;
}
@media screen and (max-width: 1024px) {
  .top_language {
    margin: 0 0.2rem;
  }
  .top_search_ico {
    display: flex;
  }
  .logo_search {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.top_inquire {
  width: 100px;
  font-size: 14px;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 30px;
  border-radius: 20px;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  margin: 0 0.1rem;
  cursor: pointer;
}
.top_inquire .word {
  display: block;
  line-height: 30px;
  color: #333;
  text-transform: capitalize;
  animation: spin_4991 5s infinite;
}
@media screen and (max-width: 560px) {
  .top_inquire {
    display: none;
  }
}
@keyframes spin_4991 {
  10% {
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
  }
  25% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  35% {
    -webkit-transform: translateY(-202%);
    transform: translateY(-202%);
  }
  50% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  60% {
    -webkit-transform: translateY(-302%);
    transform: translateY(-302%);
  }
  75% {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }
  85% {
    -webkit-transform: translateY(-402%);
    transform: translateY(-402%);
  }
  100% {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%);
  }
}
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;
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
}
.top_search.on {
  top: var(--header_height);
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
  z-index: 6;
  opacity: 1;
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height));
  height: var(--search_height);
  background: none;
  padding: 0 0 0 0.12rem;
  color: #333;
}
.top_search_ipt::placeholder {
  color: #757575;
  font-weight: bold;
}
.top_search_btn {
  font-size: 0;
  width: calc(var(--search_height));
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.2rem;
  cursor: pointer;
}
.logo_search {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  background: none;
}
.logo_search form {
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.logo_search .top_search_btn {
  background: url(static/images/public/search_1_bai.svg) no-repeat center;
  background-size: 0.2rem;
}
@media screen and (max-width: 1366px) {
  .top_r {
    margin-left: 0.5rem;
  }
  .top_search_ico {
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
  }
  .top_search_ico {
    margin-right: 0;
  }
}
@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%;
  }
  .top_search_btn {
  }
}
.full_header {
  height: 0;
}
@media screen and (max-width: 1024px) {
  .full_header {
    height: var(--header_height);
  }
}
/* ------------------banner--------------------------- */
.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide > img,
.banner .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-button-prev,
.banner-button-next {
  position: absolute;
  top: 48%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  opacity: 0.3;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-button-prev {
  left: -0.6rem;
}
.banner-button-next {
  right: -0.6rem;
}
.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #fff;
}
.banner:hover .banner-button-prev {
  left: 0rem;
}
.banner:hover .banner-button-next {
  right: 0rem;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: var(--i_color);
  opacity: 0.6;
}
.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.2rem;
  width: auto;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}
.banner-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.5rem;
  height: 4px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  margin: 0 0.08rem;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  outline: none;
  overflow: hidden;
}
.banner-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.banner-pagination .swiper-pagination-bullet-active::before {
  -webkit-animation: w100 5800ms 1;
  animation: w100 5800ms 1;
}
@keyframes w100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    position: relative;
    top: initial;
    height: auto;
    -webkit-border-radius: 0 0;
    border-radius: 0 0;
  }
  .banner .swiper-slide {
    padding-bottom: 46%;
  }
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide {
    padding-bottom: 56%;
  }
}
/* --------------------banner文字------------------- */
.b_txt3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b_txt3 h5 {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  text-transform: capitalize;
}
.b_txt3 h6 {
  width: 50%;
  font-size: 0.26rem;
  line-height: 150%;
  color: #fff;
  font-weight: 200;
  margin-top: 0.3rem;
}
@media screen and (max-width: 1366px) {
  .b_txt3 h5 {
    font-size: 0.32rem;
  }
  .b_txt3 h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .b_txt3 h5 {
    font-size: 0.24rem;
  }
  .b_txt3 h6 {
    font-size: 0.18rem;
    width: 100%;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 959px) {
  .b_txt3 {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .b_txt3 h5 {
    font-size: 18px;
  }
  .b_txt3 h6 {
    margin-top: 0.1rem;
  }
  .b_txt3 .i_more {
    margin: 0.1rem auto;
  }
}
.i_tit {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 0.2rem;
  margin-bottom: 0.4rem;
}
.i_tit::after {
  content: "";
  width: 0.8rem;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.i_tit h4 {
  font-size: 0.4rem;
  color: #333;
  position: relative;
  text-transform: capitalize;
}
.i_tit span {
  font-weight: bold;
}
.i_tit.left {
  text-align: left;
}
.i_tit.left::after {
  left: 0;
  transform: initial;
}
.i_tit_w h2 {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_tit h4 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_tit {
    margin-bottom: 0.2rem;
  }
  .i_tit h4 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 560px) {
  .i_tit h4 {
    font-size: 0.2rem;
  }
}
/* home more btn */
.i_more {
  display: table;
  padding: 0.1rem 0.3rem;
  color: #fff;
  background: none;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  border: 1px solid #fff;
  text-transform: capitalize;
}
.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.i_more b iconify-icon {
  margin-left: 0.1rem;
  font-size: 0.2rem;
}
.i_more::before {
  content: "";
  width: 0;
  height: 1000%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--i_color);
  display: block;
  z-index: 1;
}
.i_more,
.i_more::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_more:hover::before {
  width: 180%;
}
.i_more:hover {
  border-color: transparent;
}
.i_more_l {
  border-color: #333;
  color: #333;
}
.i_more_l::before {
  background-color: #333;
}
.i_more_l:hover {
  color: #fff;
}
.i_more_f {
  background: var(--i_color);
  border-color: transparent;
  color: #111;
}
.i_more_f b {
  color: #fff;
}
.i_more_f::before {
  background: #111;
}
.i_more_f:hover {
  border-color: #111;
}
.i_more_c {
  margin-left: auto;
  margin-right: auto;
}
.i_more_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.i_more_list a:nth-child(1) {
  margin-right: 0.16rem;
}
.i_more2 {
  background: none;
  border-color: rgb(255 255 255 / 40%);
}
.i_more2 b {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .i_more {
    padding: 6px 0.24rem;
  }
  .i_more b {
    font-size: 14px;
  }
  .i_more b iconify-icon {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_more {
    padding: 8px 20px;
  }
  .i_more b {
    font-size: 13px;
  }
}
/* -------------------底部-------------------------- */
footer {
  background: #000;
}
.f_logo img {
  max-height: 0.88rem;
}
.f_cont {
  padding: 0.4rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_contact {
  width: 40%;
}
.f_menu {
  width: 22%;
}
.f_cont li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  position: relative;
}
.f_menu li {
  padding-left: 0.2rem;
}
.f_menu li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.f_cont a,
.f_cont p {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
}
.f_contact_list li:hover a,
.f_menu li:hover a {
  color: #fff;
}
.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_media a {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  font-size: 0.2rem;
  color: #fff;
  margin-right: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: rgb(255 255 255 / 20%);
}
.f_media a:hover {
  background: var(--i_color2);
}
@media screen and (max-width: 1024px) {
  .f_media a {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
  }
}
.f_tit {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.22rem;
}
.f_contact_list li {
  display: flex;
  align-items: center;
}
.f_contact_list li iconify-icon {
  font-size: 0.22rem;
  color: var(--i_color);
  margin-right: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .f_tit {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .f_contact {
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_tit {
    margin-bottom: 0.18rem;
  }
  .f_menu {
    display: none;
  }
  .f_contact {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .f_cont a,
  .f_cont p {
    font-size: 0.14rem;
  }
}
.f_cr {
  padding: 0.24rem 0;
  border-top: 1px solid var(--border_color);
}
.f_cr .wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
.f_cr p,
.f_cr a {
  font-size: 0.16rem;
  color: #666;
}
.f_cr a {
  padding-left: 0.1rem;
  margin-left: 0.1rem;
  border-left: 1px solid #666;
}
.f_cr a:hover {
  color: var(--i_color2);
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .f_cr {
    padding: 0.16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .f_cr p,
  .f_cr a {
    width: 100%;
    font-size: 0.14rem;
  }
  .f_cr a {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
/* --------------内页--------------- */
.bc {
  background-color: var(--bc_color);
}
.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: 25.36%;
}
.in_banner .img img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_banner h4 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  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 h4 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .in_b_text h2 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 560px) {
  .in_banner .img::after {
    padding-bottom: 35.36%;
  }
  .in_banner h4 {
    font-size: 0.2rem;
  }
}
.in_position {
  padding: 0.2rem 0;
  width: 100%;
  background-color: var(--bc_color);
}
.in_position a {
  display: block;
  float: left;
  font-size: 14px;
  color: #333;
  position: relative;
  line-height: 20px;
  text-transform: capitalize;
}
.in_position a:first-child {
  padding-left: 24px;
  background: url(static/images/public/home_1_hei.svg) no-repeat left center;
  background-size: 16px;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 0.1rem;
  color: #333;
}
.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 {
  width: 22%;
  margin-right: auto;
}
.p_nav h2 {
  padding: 0.12rem 0.2rem;
  background-color: var(--i_color);
  font-size: 0.16rem;
  color: #fff;
  text-transform: capitalize;
}
.p_nav h2 iconify-icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p_nav h2 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
  }
  .p_nav h2 iconify-icon {
    display: block;
    color: #fff;
    font-size: 0.22rem;
  }
}
.p_men_list {
  width: 100%;
}
.p_menu_tit {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 0.24rem;
  color: var(--font_color);
  font-weight: bold;
}
.p_menu_tit p {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
/* 折叠面板 */
.p_men_list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 0.5em;
  list-style: none;
}
.p_men_list li {
  position: relative;
}
.p_men_list > li {
  border-bottom: 1px solid rgba(216, 216, 216, 0.8);
}
.p_men_list li a {
  position: relative;
  line-height: 100%;
  font-size: 0.16rem;
  padding: 0.16rem 0.2rem;
  display: block;
  text-transform: capitalize;
  color: #333;
}
.p_men_list ul {
  padding: 0;
  display: none;
  overflow: hidden;
}
.p_men_list ul li {
  margin: 0;
  padding: 0;
  clear: both;
}
.p_men_list ul li a {
  padding: 0.16rem 0;
  padding-left: 0.4rem;
  font-size: 0.16rem;
  outline: 0;
  color: #666;
  background: #fff;
  text-transform: capitalize;
  border-bottom: 1px solid #e6e6e6;
}
.p_men_list > li.active > a {
  font-weight: bold;
}
.p_men_list > li:hover > a,
.p_men_list ul li.active a {
  color: var(--i_color);
}
.p_men_list ul ul li a {
  color: #fff;
  padding-left: 40px;
}
.p_men_list ul ul li a:hover {
  color: var(--i_color);
}
.p_men_list span {
  background: #999;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0.12rem;
  right: 3%;
  z-index: 3;
  width: 20px;
  height: 20px;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.in_p_r {
  margin-left: auto;
  width: 75%;
}
.in_p_r a {
  position: relative;
}
.in_p_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_p_list li {
  width: calc(100% / 3 - 2%);
  margin-right: 3%;
  margin-bottom: 0.36rem;
  overflow: hidden;
  background-color: #fff;
}
.in_p_list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .in_p_list {
    justify-content: space-between;
  }
  .in_p_list li {
    width: 49%;
    margin-right: 0;
  }
}
.in_p_list > a {
  display: block;
  width: 100%;
}
.in_p_list h6 {
  font-size: 0.2rem;
  color: #333;
  padding: 0.2rem 0.1rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_p_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 99%;
}
.in_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.in_p_list h6,
.in_p_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list li:hover h6 {
  color: var(--i_color);
}
.in_p_list li:hover img {
  width: 105%;
  height: 105%;
}
@media screen and (max-width: 1440px) {
  .in_p_list h6 {
    font-size: 0.18rem;
  }
}
@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-top: 0.3rem;
  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 span.current {
  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;
  }
}
.in_about {
  --pic_mar: 0.6rem;
}
.in_about {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.in_ab_pic {
  width: 42%;
  position: relative;
  overflow: hidden;
}
.in_ab_pic:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.in_ab_pic::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - var(--pic_mar));
  height: calc(100% - var(--pic_mar));
  background: var(--i_color);
}
.in_ab_pic img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--pic_mar));
  height: calc(100% - var(--pic_mar));
  object-fit: cover;
  z-index: 2;
}
.in_ab_pic:hover::after {
  width: 70%;
  bottom: var(--pic_mar);
}
.in_ab_pic:hover img {
  top: 0.4rem;
}
.in_ab_pic::after,
.in_ab_pic 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;
}
.in_ab_txt {
  margin-left: auto;
  width: 52%;
}
.in_ab_txt h5 {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  color: var(--i_color);
  font-weight: bold;
}
.in_ab_txt article {
  margin-bottom: 0.26rem;
}
.in_ab_txt article,
.in_ab_txt article * {
  font-size: 0.15rem;
  color: #363636;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .in_ab_pic {
    width: 48%;
  }
  .in_ab_txt {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .in_about {
    --pic_mar: 0.4rem;
  }
  .in_ab_pic {
    float: none;
    width: 70%;
    margin: 0 auto 0.4rem;
  }
  .in_ab_txt {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .in_about {
    --pic_mar: 0.2rem;
  }
}
.in_about_list {
}
.in_about_list dl {
  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 dl {
    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_choose_cont {
  position: relative;
}
.in_choose_text {
  position: absolute;
  bottom: 0.36rem;
  right: 0;
  width: 40%;
  box-sizing: border-box;
  padding: 0.6rem;
  background: var(--i_color);
  z-index: 2;
}
.in_choose_text h2 {
  font-size: 0.32rem;
  color: #fff;
  font-weight: 900;
  line-height: 0.4rem;
  text-transform: uppercase;
}
.in_choose_text h2 i {
  font-size: 0.44rem;
  font-weight: 900;
  color: #fff;
}
.in_choose_text h6 {
  margin: 0.3rem 0 0.6rem;
  font-size: 0.16rem;
  color: rgb(255 255 255 / 60%);
}
.in_choose_list {
  width: 96%;
  box-sizing: border-box;
  padding: 0.4rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.in_choose_list dl {
  width: 60%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.in_choose_list dt {
  margin: 0.26rem 6% 0.26rem 0;
  width: 47%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.in_choose_list dt:nth-child(2n) {
  margin-right: 0;
}
.in_choose_list .ico {
  position: relative;
  top: 0;
}
.in_choose_list .ico img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
}
.in_choose_list .txt {
  margin-left: auto;
  width: calc(100% - 0.5rem - 0.2rem);
}
.in_choose_list .txt h4 {
  font-size: 0.2rem;
  color: #333;
  font-weight: 900;
}
.in_choose_list .txt p {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #777;
  line-height: 0.16rem;
}
.in_choose_list dt:hover .ico {
  top: -0.1rem;
}
.in_choose_list dt:hover h4 {
  color: var(--i_color);
}
.in_choose_list .ico {
  -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_choose_text h2 i {
    font-size: 0.4rem;
  }
  .in_choose_text h2 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 959px) {
  .in_choose_text {
    padding: 0.4rem 0.5rem;
  }
  .in_choose_text h2 i {
    font-size: 0.3rem;
  }
  .in_choose_text h2 {
    font-size: 0.22rem;
  }
  .in_choose_text h6 {
    margin: 0.2rem 0 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .in_choose_text {
    position: initial;
    width: 100%;
  }
  .in_choose_text h6 {
    margin: 0.1rem 0 0.3rem;
  }
  .in_choose_list {
    width: 100%;
    padding: 0.3rem;
  }
  .in_choose_list dl {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .in_choose_text {
    padding: 0.3rem 0.4rem;
  }
  .in_choose_text h2 i {
    font-size: 0.24rem;
    font-weight: bold;
  }
  .in_choose_text h2 {
    font-size: 0.18rem;
    font-weight: bold;
  }
  .in_choose_list {
    padding: 0.2rem 0.3rem;
  }
  .in_choose_list dt {
    flex-wrap: wrap;
    margin: 0.18rem 6% 0.18rem 0;
  }
  .in_choose_list .ico {
    margin: 0 auto;
  }
  .in_choose_list .txt {
    margin-left: initial;
    width: 100%;
    margin-top: 0.14rem;
    text-align: center;
  }
  .in_choose_list .txt h4 {
    font-size: 0.18rem;
    font-weight: bold;
  }
}
.certy_box {
  background: var(--bc_color);
}
/* 证书轮播 */
.certy {
  overflow: hidden;
  position: relative;
}
.certy .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.certy .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.certy .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.certy-button-prev,
.certy-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  border: 1px solid var(--i_color);
  z-index: 99;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: var(--i_color);
}
.certy-button-prev {
  left: 3%;
}
.certy-button-next {
  right: 3%;
}
.certy-button-prev:hover,
.certy-button-next:hover {
  background-color: var(--i_color);
  color: #fff;
}
.certy-pagination {
  margin-top: 0.4rem;
  text-align: center;
  display: none;
}
@media screen and (max-width: 560px) {
  .certy-pagination {
    margin-top: 0.2rem;
    display: block;
  }
  .certy-button-prev,
  .certy-button-next {
    display: none;
  }
}
.certy-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  outline: none;
  cursor: pointer;
}
.certy-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.certy .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 0.1rem;
}
.certy .img::before {
  content: "";
  display: block;
  padding-bottom: 141.15%;
}
.certy .img img {
  width: 85%;
  height: 85%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.certy .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.certy li:hover img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 959px) {
  .certy {
    width: 92%;
    margin: 0.3rem auto;
  }
}
.culture_list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.culture_list li {
  width: 50%;
  color: #333;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.culture_list li:nth-child(3),
.culture_list li:nth-child(4) {
  flex-direction: row-reverse;
}
.culture_list .img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.culture_list .img::before {
  content: "";
  display: block;
  padding-bottom: 72.5%;
}
.culture_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.culture_list article {
  width: 50%;
  padding: 0.2rem;
  position: relative;
  z-index: 2;
}

.culture_list h6 {
  font-size: 0.28rem;
  font-weight: bold;
  margin: 0;
}
.culture_list .txt {
  font-size: 0.16rem;
  margin-top: 0.2rem;
  line-height: 0.26rem;
  max-height: calc(0.26rem * 5);
  overflow-y: auto;
  padding-right: 2%;
}
.culture_list .txt::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.culture_list .txt::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.culture_list .txt::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .culture_list .txt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 5);
  }
}

.culture_list li::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--i_color);
  opacity: 0;
}
.culture_list article,
.culture_list img,
.culture_list li::after {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.culture_list li:hover::after {
  height: 100%;
  opacity: 1;
}
.culture_list li:hover article {
  color: #fff;
}
.culture_list li:hover img {
  width: 105%;
  height: 105%;
}
@media screen and (max-width: 1440px) {
  .culture_list h6 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .culture_list li {
    width: 100%;
  }
  .culture_list h6 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .culture_list article,
  .culture_list .img {
    width: 100%;
  }
}
.s_list li {
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.s_list .left_img {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.s_list .left_img::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.s_list .left_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_list .right_txt {
  width: 50%;
  padding: 2%;
  text-align: center;
  line-height: 150%;
  color: #555555;
}
.s_list h2 {
  font-size: 0.24rem;
  margin-bottom: 15px;
}
.s_list p {
  font-size: 16px;
}
.service_cont {
  margin-top: 80px;
}
.service_cont .img {
  width: 100%;
  overflow: hidden;
}
.service_cont .img img {
  width: 100%;
  object-fit: cover;
}
.service_cont .txt {
  margin: 0.3rem 0;
  font-size: 16px;
  line-height: 150%;
  color: var(--font_color);
}
@media screen and (max-width: 960px) {
  .ceo_banner h2 {
    font-size: 20px;
  }
  .s_list .left_img {
    width: 100%;
  }
  .s_list .right_txt {
    width: 100%;
  }
  .s_list h2 {
    font-size: 18px;
  }
}
.env {
  position: relative;
}
.env_list {
  position: relative;
  overflow: hidden;
}
.env_list::after,
.env_list::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 100%;
  z-index: 10;
}
.env_list::before {
  background: linear-gradient(to right, #fff, transparent);
  left: 0;
}
.env_list::after {
  background: linear-gradient(to right, transparent, #fff);
  right: 0;
}
.env_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.env_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.23);
}
.env_list .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.env_list .img::before {
  content: "";
  display: block;
  padding-bottom: 60.26%;
}
.env_list .img img {
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.env_list .img,
.env_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env_list li:hover .img {
  box-shadow: var(--i_shadow);
}
.env_list li.swiper-slide-active {
  transform: scale(150%);
  z-index: 2;
}
.env-prev,
.env-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
.env-prev {
  left: 0;
}
.env-next {
  right: 0;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.env-prev:hover,
.env-next:hover {
  opacity: 1;
}
.env-pagination {
  display: none;
  text-align: center;
}
.env-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.env-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .env-prev {
    left: 0;
  }
  .env-next {
    right: 0;
  }
}
@media screen and (max-width: 560px) {
  .env-pagination {
    margin-top: 0.22rem;
  }
}
.c_info {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 0.6rem;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
}
.c_info li {
  width: 33%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.c_info .img {
  width: 0.5rem;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.c_info img {
  max-width: 80%;
  object-fit: contain;
}
.c_info .txt {
  width: calc(100% - 0.7rem);
  padding: 0.1rem 0.2rem;
  border-left: 1px solid #eee;
}
.c_info h6 {
  font-size: 0.2rem;
  color: #212121;
  margin-bottom: 6px;
}
.c_info p,
.c_info a {
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 1440px) {
  .c_info h6 {
    font-size: 0.18rem;
  }
  .c_info {
    padding: 0.4rem;
  }
  .c_info .img {
    width: 0.4rem;
  }
  .c_info .txt {
    width: calc(100% - 0.6rem);
  }
}
@media screen and (max-width: 1024px) {
  .c_info li {
    width: 100%;
  }
  .c_info {
    padding: 0.2rem;
  }
  .c_info h6 {
    font-size: 0.16rem;
  }
  .c_info p,
  .c_info a {
    font-size: 14px;
    color: #666;
  }
}
@media screen and (max-width: 768px) {
  .c_info .img {
    width: 0.3rem;
  }
  .c_info .txt {
    width: calc(100% - 0.45rem);
  }
}
.c_form {
  margin-top: 0.4rem;
  padding: 0.6rem 0.45rem;
  background-color: #fff;
}
.c_form h6 {
  font-size: 0.36rem;
  color: #333;
  margin-bottom: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c_form {
    padding: 0.4rem;
  }
  .c_form h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c_form {
    padding: 0.3rem 0.2rem;
  }
  .c_form h6 {
    font-size: 0.22rem;
    color: #333;
  }
}
#wpforms-26 .wpforms-field-description {
  margin: 0.2rem auto;
  font-size: 0.16rem;
  color: #333;
  line-height: 150%;
}
#wpforms-26 {
  --input_font_size: 14px;
  --input_height: 50px;
}
#wpforms-form-5 {
  width: 100%;
  overflow: hidden;
}
#wpforms-26 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-26 .wpforms-field-label {
  font-size: 0;
}
#wpforms-26 .wpforms-required-label {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 16px;
  color: #f00;
}
#wpforms-26 .wpforms-field {
  width: 100%;
  background: transparent;
  margin-bottom: 14px;
  padding-bottom: 14px;
  position: relative;
  overflow: hidden;
}
#wpforms-26 .wpforms-field-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#wpforms-26 .wpforms-field-container > div {
  width: 100%;
}
@media screen and (min-width: 561px) {
  #wpforms-26 .wpforms-field-container > div:first-child,
  #wpforms-26 .wpforms-field-container > div:nth-child(2) {
    width: 48%;
  }
}
#wpforms-26 input,
#wpforms-26 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-26 textarea {
  line-height: 22px;
  min-height: 120px;
  padding: 10px;
}
#wpforms-26 .wpforms-submit-container {
  display: table;
  margin: 0 auto;
}
#wpforms-26 button {
  padding: 0.1rem 0.5rem;
  background-color: #212121;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
#wpforms-26 .wpforms-submit-container button::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 40%;
  transform: translateX(-50%);
  background: var(--i_color);
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
#wpforms-26 .wpforms-submit-container button:hover {
  color: #fff;
}
#wpforms-26 .wpforms-submit-container button:hover::before {
  top: -10%;
}
#wpforms-26 input::-webkit-input-placeholder,
#wpforms-26 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-26 input::-moz-placeholder,
#wpforms-26 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-26 input::-ms-input-placeholder,
#wpforms-26 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
@media screen and (max-width: 1024px) {
  #wpforms-26 {
    --input_font_size: 16px;
    --input_height: 40px;
  }
  #wpforms-26 button {
    font-weight: normal;
    font-size: 16px;
  }
}
/*----------------------------------- news-------------------- */
.news_ul {
  margin-top: 0.6rem;
}
.news_ul li {
  padding: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s ease;
}
.news_ul li a {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_ul li::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bc_color);
  z-index: -1;
  transition: all 0.5s ease;
  border-radius: 0.1rem;
}
.news_ul li:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}
.news_ul_img {
  position: relative;
  width: 20%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.news_ul_img::after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.news_ul_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_ul_text {
  width: 75%;
}
.news_ul_text h3 {
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_ul_text h4 {
  font-size: 0.16rem;
  line-height: 150%;
  color: #666;
  font-weight: normal;
  margin: 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news_ul_text span {
  font-size: 14px;
  color: #666;
}
.news_ul li:hover {
  border-bottom: 1px solid transparent;
}
.ip_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ip_menu li {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid var(--border_color);
}
.ip_menu p {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
  padding: 0.2rem 0.3rem;
  position: relative;
  text-transform: capitalize;
}
.ip_menu p::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  right: 0;
  bottom: -1px;
}
.ip_menu p::after,
.ip_menu p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ip_menu li.current p::after,
.ip_menu li:hover p::after {
  width: 100%;
  left: 0;
  right: initial;
}
.ip_menu li.current p,
.ip_menu li:hover p {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .ip_menu p {
    font-size: 16px;
    padding: 0.1rem 0.2rem;
  }
  .ip_menu li:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ip_menu li {
    width: 50%;
    text-align: center;
  }
}
.ip_cont > div:not(:first-child) {
  display: none;
}
.ip_cont .box {
  display: flex;
  justify-content: space-between;
}
.ip_cont .left {
  width: 24%;
  display: block;
  background: url(static/images/bc_category.webp) no-repeat center;
  background-size: 95%;
  position: relative;
  padding: 0.3rem;
  overflow: hidden;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.ip_cont .left::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ip_cont .left .txt {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.ip_cont .left h5 {
  font-size: 0.32rem;
}
.ip_cont .left .des {
  font-size: 0.14rem;
  margin: 0.2rem 0;
  opacity: 0.8;
}
.ip_cont .left button {
  font-size: 18px;
  background: none;
  margin-left: auto;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0 0.1rem;
}
.ip_list {
  width: calc(76% - 20px);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ip_list li {
  width: calc((100% - 20px) / 2);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border_color);
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .ip_cont .left {
    display: none;
  }
  .ip_list {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .ip_list li {
    width: 100%;
  }
}
.ip_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ip_list .img::before {
  content: "";
  display: block;
  padding-bottom: 59.93%;
}
.ip_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ip_list .img img.bottom {
  opacity: 0;
}
.ip_list li:hover .img img.bottom {
  opacity: 1;
  z-index: 2;
}
.ip_list p {
  font-size: 0.16rem;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  color: #222;
  z-index: 3;
}
.i_s_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.i_s_list li {
  width: calc((100% - 1.5rem) / 6);
  position: relative;
  overflow: hidden;
  padding: 0.3rem 0;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .i_s_list li {
    width: calc((100% - 0.9rem) / 4);
  }
}
@media screen and (max-width: 768px) {
  .i_s_list li {
    width: calc((100% - 0.6rem) / 3);
  }
}
@media screen and (max-width: 560px) {
  .i_s_list li {
    width: calc((100% - 0.3rem) / 2);
  }
}
.i_s_list li > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0;
}
.i_s_list .txt {
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.2rem 0;
}
.i_s_list iconify-icon {
  font-size: 0.5rem;
}
.i_s_list p {
  width: 100%;
  font-size: 0.16rem;
  text-align: center;
}
.i_s_list li,
.i_s_list > img,
.i_s_list p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_s_list li.curr .txt iconify-icon,
.i_s_list li:hover .txt iconify-icon {
  color: #fff;
}
.i_s_list li.curr > img,
.i_s_list li:hover > img {
  opacity: 1;
}
.i_s_list li.curr p,
.i_s_list li:hover p {
  color: #fff;
}
.i_s_list li:hover {
  transform: translateY(-0.1rem);
}
@media screen and (max-width: 560px) {
  .i_s_list iconify-icon {
    font-size: 0.4rem;
  }
}
.i_case_list {
  position: relative;
  overflow: hidden;
}
.i_case_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_case_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_case_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--bc_color);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
  opacity: 0.8;
}
.i_case_list .txt {
  width: 50%;
  padding: 0 0.4rem;
}
.i_case_list h6 {
  font-size: 0.3rem;
  color: #333;
  line-height: 120%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i_case_list p {
  font-size: 0.16rem;
  color: #666;
  margin: 0.1rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.i_case_list .img {
  width: 50%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.i_case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 86.8%;
}
.i_case_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_case_list .img,
.i_case_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_case_list li:hover img {
  width: 111%;
  height: 111%;
}
.i_case_list li:hover h6 {
  color: var(--i_color);
}
.i_case_list li.swiper-slide-active {
  transform: scale(120%);
  opacity: 1;
}
.i_case_but {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
.i_case-prev,
.i_case-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border_color);
  color: #333;
  border-radius: 50%;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_case-prev:hover,
.i_case-next:hover {
  border-color: var(--i_color);
  color: var(--i_color);
}
.i_case-pagination {
  display: none;
  text-align: center;
}
.i_case-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.i_case-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_case-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_case-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_case_list h6 {
    font-size: 0.22rem;
  }
  .i_case_list p {
    font-size: 0.14rem;
  }
  .i_case_list .txt {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_case_list li.swiper-slide-active {
    transform: scale(100%);
  }
  .i_case_list h6 {
    font-size: 0.18rem;
  }
  .i_case_list .img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
  }
  .i_case_list .txt {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0.2rem;
  }
}

.i_brand_box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i_brand_box::before {
  content: "";
  display: block;
  padding-bottom: 19%;
}
@media screen and (max-width: 1024px) {
  .i_brand_box::before {
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 560px) {
  .i_brand_box::before {
    padding-bottom: 50%;
  }
}
.i_brand_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 2px 0;
}
.i_brand_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.i_brand_list .swiper-slide {
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  height: 45%;
  position: relative;
}
.brand-pagination {
  text-align: center;
}
.brand-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.brand-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_brand_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border_color);
}
.i_brand_list .img::before {
  content: "";
  display: block;
  padding-bottom: 44.44%;
}
.i_brand_list .img img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_brand_list li:hover img {
  width: 90%;
  height: 90%;
}
.i_new_list {
  position: relative;
  overflow: hidden;
}
.i_new_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_new_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_new_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.i_new_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.i_new_list .img::before {
  content: "";
  display: block;
  padding-bottom: 86.8%;
}
.i_new_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_new_list p {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
  backdrop-filter: blur(2.5px);
  text-align: center;
  padding: 0.2rem 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .i_new_list p {
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.i_new_list .img,
.i_new_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_new_list li:hover img {
  width: 111%;
  height: 111%;
}
.i_new_but {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
.i_new-prev,
.i_new-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border_color);
  color: #333;
  border-radius: 50%;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_new-prev:hover,
.i_new-next:hover {
  border-color: var(--i_color);
  color: var(--i_color);
}
.i_new-pagination {
  display: none;
  text-align: center;
}
.i_new-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.i_new-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_new-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_new-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_new_list h6 {
    font-size: 0.22rem;
  }
  .i_new_list p {
    font-size: 0.14rem;
  }
  .i_new_list .txt {
    padding: 0 0.3rem;
  }
  .i_new-prev,
  .i_new-next {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
  }
}
.i_a {
  text-align: center;
  background: url(static/images/bc_ia.webp) no-repeat center;
  background-size: cover;
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}
@media screen and (min-width: 561px) {
  .i_a {
    background-attachment: fixed;
  }
}
.i_a h6 {
  font-size: 0.4rem;
}
.i_a > p {
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .i_a h6 {
    font-size: 0.3rem;
  }
  .i_a > p {
    font-size: 0.18rem;
    margin-top: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .i_a h6 {
    font-size: 0.2rem;
  }
  .i_a > p {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }
}
.i_ab_num {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 0 0.5rem;
}
.i_ab_num li {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_ab_num h5,
.i_ab_num h5 span {
  font-size: 0.28rem;
}
.i_ab_num p {
  font-size: 0.2rem;
}
.i_ab_num li:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 1024px) {
  .i_ab_num {
    gap: 0 0.3rem;
  }
  .i_ab_num h5,
  .i_ab_num h5 span {
    font-size: 0.2rem;
  }
  .i_ab_num p {
    font-size: 0.14rem;
  }
}
.inquire_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inquire_list a {
  display: block;
  width: 32%;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: 1px solid #000;
  text-align: center;
  padding: 0.4rem 0;
  color: #222;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inquire_list .ico {
  font-size: 0.5rem;
}
.inquire_list h6 {
  font-size: 0.3rem;
  margin: 0.2rem 0;
  font-weight: normal;
}
.inquire_list a > iconify-icon {
  transform: rotate(-30deg);
  font-size: 0.3rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.inquire_list a:hover > iconify-icon {
  transform: rotate(0);
}
.inquire_list a:hover {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .inquire_list .ico {
    font-size: 0.4rem;
  }
  .inquire_list h6 {
    font-size: 0.24rem;
  }
  .inquire_list a {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 959px) {
  .inquire_list .ico {
    font-size: 0.3rem;
  }
  .inquire_list h6 {
    font-size: 0.18rem;
  }
  .inquire_list a > iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .inquire_list {
    width: 100%;
  }
  .inquire_list a {
    padding: 0.2rem 0;
  }
  .inquire_list .ico {
    font-size: 0.24rem;
  }
  .inquire_list h6 {
    font-size: 14px;
    margin: 0.1rem 0;
  }
}
/* ------------------------detail-------------------- */
/* 详情页图集轮播 */
.in_factory_cont {
  --sm_pic_width: 17%;
}
.in_factory_cont {
  position: relative;
  overflow: hidden;
}
.in_factory_cont:before {
  content: "";
  display: block;
  padding-bottom: 48.43%;
}
.in_factory_list_box {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--sm_pic_width);
  height: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}
.in_factory_list {
  height: 100%;
  overflow: hidden;
}
.in_factory_list .swiper-slide {
  cursor: pointer;
}
.in_factory_list .img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--border_color);
}
.in_factory_list .img::before {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.in_factory_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_factory_list .swiper-slide-thumb-active .img {
  border: 1px solid var(--i_color);
}
.infactory-button-prev,
.infactory-button-next {
  opacity: 0.7;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 30px;
  background: #000;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.infactory-button-prev {
  top: 4px;
  background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
  background-size: contain;
}
.infactory-button-next {
  bottom: 4px;
  background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
    center;
  background-size: contain;
}
.infactory-button-prev.swiper-button-disabledd,
.infactory-button-next.swiper-button-disabledd {
  cursor: not-allowed;
  opacity: 0.1;
}
.in_factory_show_box {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  box-sizing: border-box;
  padding: 0 0;
  margin: 0 auto;
}
.in_factory_show {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.in_factory_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.in_factory_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.in_factory_show .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  border: 1px solid var(--border_color);
}
.in_factory_show .img::before {
  content: "";
  display: block;
  padding-bottom: 61%;
}
.in_factory_show .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.infactory-pagination {
  display: none;
  margin: 16px auto 0;
  text-align: center;
}
.infactory-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.infactory-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1366px) {
  .in_factory_cont:before {
    padding-bottom: 58.43%;
  }
}
@media screen and (max-width: 959px) {
  .in_factory_list_box {
    display: none;
  }
  .in_factory_show_box {
    width: 100%;
  }
  .infactory-pagination {
    display: block;
  }
}
.pd_img_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.pd_box .left_img {
  width: 50%;
}
.pd_img_box .right_txt {
  margin-left: 5%;
  width: 45%;
}
@media screen and (max-width: 769px) {
  .pd_box .left_img {
    width: 100%;
  }
  .pd_img_box .right_txt {
    margin: 0.3rem auto;
    width: 100%;
  }
}
.pd_img_box h1 {
  font-weight: bold;
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}
.parameters * {
  font-size: 0.16rem;
  line-height: 170%;
  color: #333;
}
@media screen and (max-width: 1366px) {
  .pd_img_box h1 {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
  }
  .parameters * {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .pd_img_box h1 {
    font-size: 0.2rem;
    margin-bottom: 0.12rem;
  }
  .parameters * {
    font-size: 0.14rem;
  }
}
.detail_box {
  font-size: 0.18rem;
  text-align: left;
  line-height: 180%;
}
.detail_box table {
  margin: 0.5rem 0;
}
.detail_box > h6 {
  font-size: 0.3rem;
  padding: 10px 0;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.3rem;
}
.detail_box article {
  font-size: 0.18rem;
  line-height: 170%;
}
.detail_box article h2 {
  font-size: 0.22rem;
  margin: 0.2rem 0 0.1rem;
}
.detail_box article h2 * {
  font-size: 0.22rem;
}
.detail_box p {
  min-height: 20px;
  font-size: 0.18rem;
}
@media screen and (max-width: 1366px) {
  .detail_box article,
  .detail_box p {
    font-size: 0.16rem;
  }
  .detail_box h6 {
    font-size: 0.26rem;
    margin-bottom: 0.26rem;
  }
}
@media screen and (max-width: 560px) {
  .detail_box h6 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .detail_box article,
  .detail_box article p {
    font-size: 14px;
  }
}
.tags {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.tags h6 {
  font-size: 0.24rem;
  color: #333;
  white-space: nowrap;
  font-weight: bold;
}
.tags ul {
  width: 100%;
  margin-left: 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.tags a {
  font-size: 0.18rem;
  color: #333;
  line-height: 150%;
  padding-right: 0.26rem;
}
.tags li:hover a {
  text-decoration: underline;
}
@media screen and (max-width: 1366px) {
  .tags h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .tags h6 {
    font-size: 0.17rem;
  }
  .tags a {
    font-size: 0.14rem;
  }
}
/* Related Product轮播 */
.r_p {
  position: relative;
}
.r_p_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.r_p_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.r_p_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.rp-button-prev,
.rp-button-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.68rem;
  height: 0.8rem;
  background-color: var(--i_color);
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rp-button-prev {
  left: 0;
}
.rp-button-next {
  right: 0%;
}
.rp-pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .rp-pagination {
    display: block;
    text-align: center;
    margin-top: 0.3rem;
  }
}
.rp-pagination .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.15rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  outline: none;
  cursor: pointer;
}
.rp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.r_p_list li a {
  display: block;
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  text-align: center;
}
.r_p_list .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
}
.r_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.r_p_list .img img {
  width: 95%;
  height: 95%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.r_p_list .txt {
  padding: 0.2rem;
}
.r_p_list h6 {
  font-size: 0.2rem;
}
.r_p_list .text {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.r_p_list h6,
.r_p_list .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.r_p_list li:hover h6 {
  color: var(--i_color);
}
.r_p_list li:hover img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .r_p_list h6 {
    font-size: 0.22rem;
  }
  .r_p_list .text {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .r_p_list h6 {
    font-size: 0.18rem;
  }
  .r_p_list .text {
    font-size: 0.14rem;
    margin: 0;
  }
}
/* -------------------case------------------------- */
.case_list {
  display: flex;
  gap: 0.4rem 0.3rem;
  flex-wrap: wrap;
}
.case_list li {
  width: calc((100% - 0.6rem) / 3);
  background: #f7f7f7;
}
@media screen and (max-width: 1440px) {
  .case_list {
    gap: 0.4rem 0.2rem;
  }
  .case_list li {
    width: calc((100% - 0.4rem) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .case_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}
.case_list li .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
.case_list .img {
  position: relative;
  overflow: hidden;
}
.case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.case_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.case_list .txt {
  padding: 0.2rem;
}
.case_list p {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case_list h6 {
  color: #999;
  margin: 0.15rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: normal;
}
.case_list .img,
.case_list img,
.case_list p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case_list li:hover .img::after {
  opacity: 1;
}
.case_list li:hover img {
  width: 110%;
  height: 110%;
}
.case_list li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .case_list p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .case_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .case_list p {
    font-size: 0.16rem;
  }
}
