/*Theme Name:azzn
Version:1.0Description:安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。Author:版权所有：安徽领聚*/
@charset "utf-8";
:root {
  --i_color: #125196;
  --i_color3: #2586ca;
  /* 全局颜色 */
  --i_color2: #fff;
  --bjs: rgba(18, 81, 150, 0.08);
  --btn_color2: linear-gradient(to right, #2382c6, #135498);
  --liner_color: linear-gradient(to right, #d3e7f4, #d0ddea);
  /* 副颜色 */
  --top_h: 1rem;
  /* 顶部高度 */
  --border_color: #e1e1e1;
  /* 默认边框颜色 */
}
@media screen and (max-width: 1024px) {
  :root {
    --top_h: 0.45rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}
.wrap {
  width: 1600px;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  display: block;
  box-sizing: border-box;
  padding-left: 8vw;
}
.wrap_r {
  display: block;
  box-sizing: border-box;
  padding-right: 8vw;
}
.wrap_r:hover .txt {
  box-shadow: rgba(18, 81, 150, 0.08) 0px 2px 38px 0px;
}
.wrap_l:hover .txt {
  box-shadow: rgba(18, 81, 150, 0.08) 0px 2px 38px 0px;
}
.wrap_r2 {
  display: block;
  box-sizing: border-box;
  padding-left: 1vw;
  padding-right: 8vw;
  box-sizing: border-box;
}
.wrap_l_new {
  display: block;
  box-sizing: border-box;
  padding-left: 8vw;
}
@media screen and (max-width: 1600px) {
  .wrap_l {
    padding-left: 3.4vw;
  }
  .wrap_r {
    padding-right: 3.4vw;
  }
  .wrap_l_new {
    padding-left: 3.4vw;
  }
}
@media screen and (max-width: 1440px) {
  .wrap_l {
    padding-left: 3.2vw;
  }
  .wrap_r {
    padding-right: 3.2vw;
  }
  .wrap_l_new {
    padding-left: 3.2vw;
  }
}
@media screen and (max-width: 1200px) {
  .wrap_l {
    padding-left: 3vw;
  }
  .wrap_l_new {
    padding-left: 3vw;
  }
  .wrap_r {
    padding-right: 3vw;
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: var(--top_h);
  background: var(--i_color2);
}
header .wrap {
  width: 90vw;
}
.top_cont {
  box-sizing: border-box;
  background: transparent;
  position: relative;
  z-index: 2013;
}
header.TopHeader .top_cont {
  background: var(--i_color2);
  box-shadow: rgb(0, 124, 186) 0px 0px 0px 2.41859e-8px;
}
.top {
  /* max-width: 88vw; */
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header {
    top: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .top_cont {
    /* background: #151515; */
  }
}
/* logo */
.logo {
  flex-shrink: 0;
  /* margin-right:3%;*/
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--top_h);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 90%;
}
.logo img {
  max-height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .logo a {
    height: 60%;
  }
}
/* 导航 */
nav {
}

@media screen and (min-width: 1025px) {
  nav {
    margin-left: 0.6rem;
    margin-right: auto;
  }
  .i_nav {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 56px;
    /* margin-left: auto; */
    position: relative;
  }
  .i_nav::before {
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 80%;
    background: #f7f7f7;
    /* z-index: ; */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
    content: none;
    position: absolute;
    right: 0;
    bottom: 26px;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > li:hover::before {
    right: initial;
    left: 0;
    width: 100%;
  }
  .i_nav > li > a {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: var(--top_h);
    position: relative;
  }
  .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  .i_nav > li:hover::before,
  .i_nav .curr::before {
    width: 100%;
  }
  .i_nav > .current-menu-item a {
    color: var(--i_color3);
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.2rem;
    transform: translateY(-50%);
    width: 0.18rem;
    height: 0.18rem;
    background: url(static/images/public/arrow_d_b.svg) no-repeat center;
    background-size: 0.18rem;
    -webkit-transition: all 0.5s ease;
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: var(--top_h);
    min-width: 1.8rem;
    max-width: 4.2rem;
    background: #fff;
    overflow: hidden;
  }
  .i_nav .nav_dropdown_box .sub-menu {
  }
  .i_nav .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
  }
  .i_nav .sub-menu a {
    display: block;
    padding: 0 0.16rem;
    font-size: 0.15rem;
    color: #151515;
    line-height: 0.42rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .i_nav .sub-menu li:hover a {
    color: var(--i_color3);
    background: #f1f1f1;
  }
  .i_nav > li > a:hover {
    color: var(--i_color3);
  }
}
@media screen and (min-width: 1921px) {
  .i_nav > li > a {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) {
  nav {
    margin-left: 0.5rem;
  }
  .i_nav {
    gap: 0 40px;
  }
  .i_nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .i_nav > li > a {
    font-size: 13px;
  }
}
/* phone nav */
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--top_h);
    left: 0;
    width: 100%;
    width: 100vw;
    max-width: 100%;
    max-height: calc(100vh - var(--top_h));
    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;
    box-sizing: border-box;
    background: #f1f1f1 url(static/images/public/arrow_d_b.svg) no-repeat center;
    background-size: 0.18rem;
  }
  .i_nav > .menu-item-has-children span.on {
    background: #f1f1f1 url(static/images/public/arrow_u_b.svg) no-repeat center;
    background-size: 0.18rem;
  }
  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    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.15rem;
    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;
  }
}
.top_line_r {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.4rem;
  position: relative;
}
.top_line_r::before {
  /* content: ''; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  height: 80%;
  background: #f7f7f7;
  /* z-index: 9; */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* language */
.language {
  position: relative;
}
.language::after {
  /* content: ''; */
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -0.2rem;
  width: 1px;
  height: 20%;
  background: #333;
}
.language::before {
  /* content: ''; */
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -0.18rem;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
}
.language_icon {
  height: var(--top_h);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
  font-size: 0.18rem;
  color: #333;
}
.language_icon iconify-icon {
  font-size: 0.26rem;
  color: #333;
  cursor: pointer;
}
.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(var(--top_h) + 0.2rem);
  right: 0;
  background: #fff;
  min-width: 1.2rem;
  z-index: 2016;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 10%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}
.language_list.on {
  opacity: 1;
  top: var(--top_h);
  visibility: visible;
}
.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%;
}
.menu-item-object-language_switcher .trp-flag-image {
  display: none;
}
.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: red;
}
/* search */
.top_search_ico {
  position: relative;
}
.top_search_ico::after {
  /* content: ''; */
  width: 2px;
  height: 80%;
  background: #cbcbcb;
  position: absolute;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
}
.top_search_ico iconify-icon {
  font-size: 0.26rem;
  color: #333;
  cursor: pointer;
  margin-top: 0.05rem;
}
.top_search_ico
/* find_btn */
.find_btn {
  display: table;
  background: #e83539;
  padding: 10px 40px;
}
.find_btn b {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .language::after {
    display: none;
  }
  .language::before {
    display: none;
  }
  .top_line_r::before {
    display: none;
  }
  .top_line_r {
    margin-left: auto;
  }
  .language_icon {
    font-size: 0.15rem;
  }
  .top_line_r {
    gap: 0 0.2rem;
  }
  .find_btn {
    padding: 8px 20px;
  }
  .find_btn b {
    font-size: 14px;
  }
  .top_search_ico::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* nav dropdown menu */
.nav_dropdown {
  display: none;
  position: fixed;
  top: var(--top_h);
  left: 0;
  width: 100%;
  padding: 0.24rem 0 0.2rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.1rem rgb(0 0 0 / 8%);
  z-index: 99;
}
.nav_dropdown_item {
  display: none;
}
.nav_dropdown_item:first-child {
  display: block;
}
.nav_dropdown_item ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25%;
}
.nav_dropdown_item li {
  width: 10%;
}
.nav_dropdown_item li a {
  display: block;
  padding: 0.2rem 0.26rem;
  overflow: hidden;
}
.nav_dropdown_item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.nav_dropdown_item .img::before {
  content: "";
  display: block;
  padding-bottom: 66.66%;
}
.nav_dropdown_item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav_dropdown_item .txt {
  margin-top: 0.1rem;
  text-align: center;
}
.nav_dropdown_item .txt p {
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nav_dropdown_item li:hover {
  background: #f1f1f1;
}
@media screen and (max-width: 1024px) {
  .nav_dropdown {
    display: none !important;
  }
}
/* 移动端导航按钮 */
.nav_menu {
  /*
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	*/
  position: relative;
  margin-left: 0.2rem;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
  /* background: var(--i_color); */
}
.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: var(--i_color);
  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;
  }
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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: calc(var(--top_h));
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 94%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 1px;
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  border-right: none;
  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/public/search_w1.svg) no-repeat
    center;
  background-size: 0.22rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--top_h);
  }
}
.full_header_height {
  height: var(--top_h);
}
@media screen and (max-width: 1024px) {
  .full_header_height {
    height: var(--top_h);
  }
}
/* ---------------------------分类下拉-------------------- */
.nav_classification_dropdown {
  position: absolute;
  top: var(--top_h);
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}
.ncd_box {
  display: flex;
  flex-wrap: nowrap;

  align-items: stretch;
}
.nav_left_box {
  width: 30%;
  flex-shrink: 0;

  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.5rem 0.5rem 0;
  box-sizing: border-box;
}
.nav_left_box h3 {
  color: var(--i_color);
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.nav_left_box ul {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.nav_left_box ul li {
  border-bottom: #efefef 1px solid;
  padding: 0.1rem 0.2rem;
}
.nav_left_box ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.35s ease;
  color: #797979;
}
.nav_left_box ul li a iconify-icon {
  opacity: 0;
  transition: all 0.35s ease;
  color: var(--i_color);
}
.nav_left_box ul li:hover a {
  color: var(--i_color);
}
.nav_left_box ul li:hover a iconify-icon {
  opacity: 1;
}
.nav_left_box ul li.active a {
  color: var(--i_color);
}
.nav_left_box ul li.active a iconify-icon {
  opacity: 1;
}
.nav_right_box {
  width: 70%;
  flex-shrink: 0;
  position: relative;

  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  box-sizing: border-box;
  justify-content: center;
}
.nav_right_box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background: #f6f6f6;
  content: "";
  z-index: -1;
}
.nrb_maxul {
  width: 100%;
  display: grid;
}
.nrb_item_li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden; */
  display: none;
}
.nrb_maxul .nrb_item_li.active {
  /* opacity: 1;
  visibility: visible; */
  display: flex;
}
.nrb_subul {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.nrb_subul li {
  border-bottom: #e2e2e2 1px solid;
  padding-bottom: 0.1rem;
}
.nrb_subul li a {
  color: #797979;
}
.nrb_subul li:hover a {
  color: var(--i_color);
}

.nrb_item_li span {
  width: 35%;
  position: relative;
  display: block;
}

.nrb_item_li span::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.nrb_item_li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.nrb_item_li span img.active {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .nav_classification_dropdown {
    display: none;
  }
}

/* ---------------------------分类下拉-------------------- */
.nav_other_dropdown {
  position: absolute;
  top: var(--top_h);
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}
.nod_box {
  display: flex;
  flex-wrap: nowrap;

  align-items: stretch;
}
.nod_left_box {
  width: 30%;
  flex-shrink: 0;

  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.5rem 0.5rem 0;
  box-sizing: border-box;
}
.nod_left_box h3 {
  color: var(--i_color);
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.nod_left_box ul {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.nod_left_box ul li {
  border-bottom: #efefef 1px solid;
  padding: 0.1rem 0.2rem;
}
.nod_left_box ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.35s ease;
  color: #797979;
}
.nod_left_box ul li a iconify-icon {
  opacity: 0;
  transition: all 0.35s ease;
  color: var(--i_color);
}
.nod_left_box ul li:hover a {
  color: var(--i_color);
}
.nod_left_box ul li:hover a iconify-icon {
  opacity: 1;
}
.nod_left_box ul li.active a {
  color: var(--i_color);
}
.nod_left_box ul li.active a iconify-icon {
  opacity: 1;
}
/* banner */
.banner {
  width: 100%;
}
.banner_list {
  position: relative;
  overflow: hidden;
}
.banner_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.banner_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.banner_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: calc(100vh - var(--top_h));
}
.banner_list li > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-prev,
.banner-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: rgb(0 0 0 / 60%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.banner-prev {
  left: 0;
}
.banner-next {
  right: 0;
}
.banner-prev iconify-icon,
.banner-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.banner_list .swiper-button-disabled {
  cursor: not-allowed;
}
.banner-prev:hover,
.banner-next:hover {
  /* background:var(--i_color);*/
}
.banner-pagination {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 05px;
  border-radius: 0.1rem;
  outline: none;
  cursor: pointer;
  color: #666;
  font-weight: bold;
  font-size: 18px;
  background: rgba(18, 81, 150, 0.1);
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .banner_list .swiper-slide::before {
    padding-bottom: 40%;
  }
  .banner-prev,
  .banner-next {
    display: none;
  }
  .banner-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner_list .swiper-slide::before {
    padding-bottom: 44%;
  }
}
@media screen and (max-width: 560px) {
  .banner_list .swiper-slide::before {
    padding-bottom: 54%;
  }
  .banner-pagination {
    bottom: 20px;
  }
  .banner-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    font-size: 0.14rem;
  }
}
.wz666 {
  color: #666;
}
.banner_text {
  position: absolute;
  top: 48%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.banner_text p {
}
.banner_text h6 {
  font-size: 0.46rem;
  font-weight: bold;
  background: var(--btn_color2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Arial, sans-serif;
}
.banner_text1 {
}
.banner_text1 p,
.banner_text1 h1 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  align-items: center;
}
.banner_text2 p {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.fff {
  color: #fff;
}
.fb {
  font-family: "Pb", sans-serif;
}
@media screen and (max-width: 1440px) {
  .banner_text h6 {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 1366px) {
  .banner_text h6 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner_text h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner_text1 .btn b {
    display: none;
  }
  .banner_text1 .txt {
    width: 50vw;
  }
  .banner_text1 p,
  .banner_text1 h1 {
    margin-bottom: 0;
    font-size: 15px;
  }
  .banner_text h6 {
    margin-bottom: 0.25rem;
  }
  .banner_text1 p img {
    height: 0.1rem;
  }
  .banner_text2 p::before {
    width: 80%;
  }
  .banner_text1 .imgbox h5 {
    display: none;
  }
  .banner_text1 .imgbox .img {
    height: 0.3rem;
    width: 0.3rem;
  }
  .banner_text h6 {
    font-size: 0.25rem;
  }
  .banner_text h6 br {
    display: none;
  }
  .banner_text p br {
    display: none;
  }
  .banner_text2 p span {
    align-items: center;
  }
  .banner_text2 p span .i2 {
    display: none;
  }
  .banner_text1 p img {
    display: none;
  }
  .banner_text1 .imgbox {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner_text3 p {
    padding-left: 0;
  }
  .banner_text2 p img {
    display: none;
  }
  .banner_text p::before {
    width: 100%;
    display: none;
  }
  .banner_text1 p,
  .banner_text1 h1 {
    gap: 0.1rem;
  }
  .banner_text h6 {
    font-size: 0.2rem;
  }
  .banner_text3 p i {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .banner_text h6 {
    margin-bottom: 10px;
  }
  .banner_text1 p,
  .banner_text1 h1 {
    font-size: 13px;
  }
}

.banner2_text {
  position: absolute;
  top: 47%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.banner2_text .cont {
}
.banner2_text h3 {
  font-size: 0.44rem;
  font-weight: bold;
  color: var(--i_color3);
  text-shadow:
    0 0 0 #fff,
    2px 0 0 #fff,
    -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff;
}
.banner2_text h6 {
  margin: 0.2rem 0;
  font-size: 0.26rem;
  color: #fff;
}
.banner2_text .line {
  width: 36%;
  height: 0.1rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner2_text .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: var(--i_color3);
}
.banner2_text .line i {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--btn_color2);
}

.banner2_text dl {
  margin: 0.4rem 0 0.8rem;
}
.banner2_text dt {
  margin: 6px 0;
  font-family: Arial;
  padding-left: 0.2rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.8;
  position: relative;
}
.banner2_text dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--i_color);
  border-radius: 50%;
}

@media screen and (max-width: 1366px) {
  .banner2_text h3 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner2_text h3 {
    font-size: 24px;
  }
  .banner2_text h6 {
    margin: 10px 0;
    font-size: 16px;
  }
  .banner2_text .line {
    height: 6px;
  }
  .banner2_text .line i {
    height: 2px;
  }
  .banner2_text dl {
    margin: 20px 0 20px;
  }
  .banner2_text dt {
    padding-left: 16px;
    font-size: 15px;
  }
  .banner2_text dt::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .banner2_text h3 {
    font-size: 20px;
  }
  .banner2_text h6 {
    font-size: 15px;
  }
  .banner2_text .line {
    margin-bottom: 20px;
  }
  .banner2_text dl {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .banner2_text h3 {
    font-size: 17px;
  }
  .banner2_text h6 {
    font-size: 14px;
  }
}

.banner3_text {
  position: absolute;
  top: 47%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.banner3_text .cont {
}
.banner3_text .t {
  display: table;
  padding: 6px 0.2rem;
  background: var(--i_color3);
  position: relative;
}
.banner3_text .t::before,
.banner3_text .t::after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  background: var(--i_color3);
}
.banner3_text .t::before {
  top: -8px;
  width: 85%;
}
.banner3_text .t::after {
  bottom: -8px;
  width: 45%;
}
.banner3_text h3 {
  font-size: 0.44rem;
  color: #fff;
}

.banner3_text dl {
  margin: 0.46rem 0 0.6rem;
}
.banner3_text dt {
  margin: 4px 0;
  font-family: Arial;
  font-size: 0.2rem;
  color: #444;
  line-height: 1.8;
}

@media screen and (max-width: 1440px) {
  .banner3_text h3 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .banner3_text h3 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner3_text h3 {
    font-size: 20px;
  }
  .banner3_text dl {
    margin: 30px 0 30px;
  }
  .banner3_text dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .banner3_text h3 {
    font-size: 18px;
  }
  .banner3_text .t::before,
  .banner3_text .t::after {
    height: 2px;
  }
  .banner3_text .t::before {
    top: -6px;
  }
  .banner3_text .t::after {
    bottom: -6px;
  }
  .banner3_text dl {
    margin: 24px 0 20px;
  }
  .banner3_text dt {
    margin: 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .banner3_text .t {
    padding: 6px 10px;
  }
  .banner3_text h3 {
    font-size: 14px;
  }
  .banner3_text dl {
    margin: 18px 0 10px;
  }
  .banner3_text dt {
    font-size: 10px;
    text-shadow: 1px 1px 0px #fff;
  }
}

.btn {
  display: table;
  position: relative;
  background: var(--btn_color2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 100px;
}
.btn b {
  display: block;
  padding: 0.11rem 0.315rem;
  font-size: 0.2rem;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
  text-transform: capitalize;
}
.btn b iconify-icon {
  font-size: 0.35rem;
}
.btn.black {
  border-color: var(--i_color2);
}
.btn.black::before {
  background: #000;
}
.btn.black b {
  color: var(--i_color2);
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn.nb:hover {
  background: var(--i_color);
  -webkit-transform: skew(-20deg) translate(0, -8px);
  transform: skew(-20deg) translate(0, -8px);
}
.btn:hover {
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
.btn:hover b {
}
.btn.black:hover b {
  color: #fff;
}
.btn.hb {
  border: 1px solid var(--i_color);
  background: transparent;
}
.btn.hb:hover {
  background: var(--i_color);
}
.btn.hb:hover b {
  color: #fff;
}
.btn.hb b {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .btn.mt60 {
    margin-top: 0.1rem;
  }
  .btn b {
    padding: 8px 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .btn b {
    margin-right: auto;
  }
}
@media screen and (max-width: 560px) {
}
/* 公共标题 */
.tfff {
  color: #fff !important;
}
.tit {
}
.tit h4 {
  font-family: Arial, sans-serif;
}
.tit p {
}
.tit h3,
.tit h1 {
  font-size: 0.48rem;
  color: var(--i_color);
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}
.tit.wzjb h3,
.tit.wzjb h1 {
  /* 文字渐变色 */
  background: var(--btn_color2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tit h6 {
  font-size: 0.2rem;
  color: #666;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.1rem;
  align-items: center;
  text-transform: capitalize;
}
.tit.h3topb h6 {
  color: #666;
  width: 30%;
  margin: 30px 0;
  width: 100%;
}
.tit.dis {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tit.center h6 {
  justify-content: center;
}
.wz999 {
  color: #999;
}
.tit.center h3,
.tit.center h6,
.tit.center h5 {
  text-align: center;
}
.tit.center h5 {
  color: #999;
}
.tit.center h3 {
  margin: 0.2rem 0;
}
.tit.dis2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tit.dis2 h6 {
  margin-bottom: 0.05rem;
}
.tit span {
  width: 87%;
}
.tit h5 {
  color: #333;
}
.tit.black {
}
.tit.black h6 {
  color: var(--i_color2);
  width: 40%;
}
.tit.black h3 {
  color: var(--i_color2);
  width: 100%;
}
.tit.black p {
  color: var(--i_color2);
}
@media screen and (max-width: 1440px) {
  .tit h3,
  .tit h1 {
    font-size: 0.35rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .tit h3,
  .tit h1 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .tit.dis2 h6 {
    margin-bottom: 0.15rem;
  }
  .tit h3 img,
  .tit h1 img {
    height: 0.3rem;
  }
  .tit span {
    width: 100%;
    /* margin-bottom: 0.2rem; */
  }
  .tit.dis2 {
    flex-wrap: wrap;
  }
  .tit.center h3 {
    margin: 0.1rem 0;
  }
  .tit.dis2 h6 {
    gap: 0 0.1rem;
  }
  .tit h6 img {
    height: 0.18rem;
  }
  .tit p {
    font-size: 16px;
  }
  .tit h3,
  .tit h1 {
    font-size: 20px;
  }
  .tit h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tit.dis {
    flex-direction: column;
    gap: 0.2rem;
    align-items: flex-start;
  }
  .tit.dis span {
    width: 100%;
  }
  .tit.dis h6 {
    padding: 10px 0;
    width: 100%;
  }
  .tit {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .tit.dis {
    display: block;
  }
}
.p111_swipers {
  position: relative;
  background: rgba(18, 81, 150, 0.08);
}
.p111_swipers .p111_list {
  position: relative;
  overflow: hidden;
}
.p111_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.p111_list .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  background: #fff;
}
.p111_list .swiper-slide .img {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  margin-top: 0.35rem;
}
.p111_list .swiper-slide > img {
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  height: 40px;
  /* width: 120px; */
  object-fit: contain;
  z-index: 99;
  opacity: 0.05;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p111_list .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p111_list .swiper-slide .txt {
  padding: 0.2rem;
  box-sizing: border-box;
}
.p111_list .swiper-slide .txt p {
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Arial, sans-serif;
}
.p111_list .swiper-slide .txt .pbtn {
  width: 100%;
  padding: 0.15rem 0;
  box-sizing: border-box;
  /* border-radius: 100px; */
  background: #d3e4f2;
  text-transform: capitalize;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: var(--i_color3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p111_list .swiper-slide:hover p {
  color: var(--i_color3);
}
.p111_list .swiper-slide:hover .pbtn {
  background: var(--btn_color2) !important;
  color: #fff;
}
.p111_list .swiper-slide .txt h6 {
}
.p111_list .swiper-slide:hover > img {
  opacity: 1;
}
.p111_list .swiper-slide:hover .img img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.p111-prev,
.p111-next {
  position: absolute;
  top: 60%;
  transform: translate(0, -50%);
  width: 0.55rem;
  height: 0.55rem;
  background: var(--i_color3);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  display: none;
}
.p111-prev {
  left: 4%;
}
.p111-next {
  right: 4%;
}
.p111-prev iconify-icon,
.p111-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.35rem;
  color: #fff;
}
.p111_list .swiper-button-disabled {
  cursor: not-allowed;
}
.p111-prev:hover,
.p111-next:hover {
  background: var(--i_color);
}
.p111-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.p111-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.p111-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.xy {
  display: none;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .xy {
    display: block;
  }
  .p111-prev,
  .p111-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p111_swipers {
    padding: 0.2rem 0;
  }
  .p111_list .swiper-slide > img {
    height: 20px;
  }
  .mb20 {
    margin-bottom: 0.1rem;
  }
  .p111_list .swiper-slide .txt .pbtn {
    padding: 0.08rem 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* 手风琴 */
.sfj {
  /* background: url(static/imgs/sfqbj.webp) no-repeat center; */
  background-size: cover;
}
.sfj ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sfj ul li {
  width: 14.2%;
  position: relative;
  padding-bottom: 38.7%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}
.sfj ul li.active .imgs2 {
  display: flex;
}
.sfj ul li .imgs2 {
  width: 55px;
  height: 55px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--i_color);
  display: none;
}
.sfj ul li .imgs2 iconify-icon {
  color: #fff;
  font-size: 0.35rem;
}
.sfj ul li > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sfj ul li .txt {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.25rem;
  width: 100%;
  z-index: 2;
}
.sfj ul li.active .txt {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  transform: translate(0);
}
.sfj ul li .txt .img {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sfj ul li .txt .img img {
  height: 50px;
  margin-bottom: 0.05rem;
  filter: contrast(0) brightness(20);
}
.sfj ul li.active .txt .img {
  justify-content: start;
}
.sfj ul li .txt .img img {
}
.sfj ul li.active .txt .img img {
  margin-bottom: 0.1rem !important;
}
.sfj ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.1) 70%
  );
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.sfj ul li.active::before {
  height: 100%;
}
.sfj ul li .txt p {
  /* opacity: 0; */
  text-align: center;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.sfj ul li.active .txt p {
  text-align: start;
  width: auto;
}
.sfj ul li .txt h6 {
  display: none;
}
.sfj ul li.active {
  width: 55%;
}
.sfj ul li.active .txt {
  display: block;
  width: 400px;
  opacity: 1;
}
.sfj ul li.active .txt p {
  opacity: 1;
}
.sfj ul li.active .txt h6 {
  display: block;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .sfj ul li .imgs2 {
    display: flex !important;
    width: 35px;
    height: 35px;
    margin: 0 auto;
  }
  .sfj ul li .imgs2 iconify-icon {
    font-size: 0.2rem;
  }
  .sfj ul li .txt .img img {
    height: 35px;
  }
  .sfj ul li .txt .img {
    justify-content: center !important;
  }
  .sfj ul li.active .imgs2 {
    display: none;
  }
  .sfj ul li.active .txt .img img {
    margin-bottom: 0.1rem;
  }
  .sfj ul li {
    padding-bottom: 64% !important;
  }
  .sfj ul li .txt h6 {
    display: none;
    width: 80%;
    margin: 0 auto;
  }
  .sfj ul li.active .txt h6 {
    display: none;
  }
  .sfj ul li.active .txt {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0.25rem;
    width: 100%;
  }
  .sfj ul li.active .img {
    margin: 0 auto !important;
  }
  .sfj ul li.active .txt p {
    text-align: center;
  }
  .sfj ul li {
    width: 100%;
  }
  .sfj ul li.active {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.vds {
  background: var(--bjs);
}
.vds .wrap .imgs2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  height: 96px;
  /* width: 96px; */
  cursor: pointer;
}
.vds .vdbox {
  position: relative;
  margin-bottom: 0.5rem;
}
.vds .wrap .imgs1 {
  width: 100%;
  object-fit: cover;
}
/* 新增优势数据 */
.home_about_conpany {
}
.home_about_conpany ul {
  display: flex;
  flex-wrap: wrap;
}

.home_about_conpany ul li {
  width: calc((100% / 4));
  display: flex;
  gap: 5%;
  justify-content: center;
  border-right: #b9b9b7 1px solid;
  box-sizing: border-box;
  padding: 0 0.3rem;
  box-sizing: border-box;
  align-items: center;
  cursor: pointer;
}
.home_about_conpany ul li:nth-child(4) {
  border-right: none;
}
.home_about_conpany ul li span {
  width: 0.7rem;
  height: 0.7rem;
  flex-shrink: 0;
}
.home_about_conpany ul li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hac_info {
  padding: 0 0.3rem 0 0;
  box-sizing: border-box;
}
.hac_info h3 {
  color: var(--i_color);
  font-weight: bold;
}
.hac_info h4 {
  color: #333;
  transition: all 0.35s ease;
}
.home_about_conpany ul li:hover .hac_info h4 {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .tit.dis2.mb40 {
    margin-bottom: 0.1rem;
  }
  .vds .wrap .imgs2 {
    height: 50px;
  }
  .home_about_conpany ul li span {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .vds .wrap .imgs2 {
    height: 30px;
  }
  .home_about_conpany ul {
    gap: 0.3rem 0;
    box-sizing: border-box;
  }
  .home_about_conpany ul li {
    width: calc((100% / 2));
  }
  .home_about_conpany ul li:nth-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 560px) {
  .home_about_conpany ul li {
    width: 100%;
    border-right: none;
    justify-content: flex-start;
  }
  .home_about_conpany ul li span {
    width: 0.4rem;
    height: 0.4rem;
  }
  .vds .vdbox {
    margin-bottom: 0.3rem;
  }
}
.pl111 {
}
.pl111 .p3_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.5%;
}
.pl111 .p3_list li {
  width: 31.6666%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: rgba(18, 81, 150, 0.2) 0px 2px 38px 0px;
}
.pl111 .p3_list li .img {
  position: relative;
  padding-bottom: 68%;
  overflow: hidden;
}
.pl111 .p3_list li .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(18, 81, 150, 0.7);
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pl111 .p3_list li:hover .img::before {
  height: 100%;
}
.pl111 .p3_list li:hover p {
  color: var(--i_color);
}
.pl111 .p3_list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pl111 .p3_list li .txt {
  padding: 0.22rem;
  box-sizing: border-box;
}
.pl111 .p3_list li .txt p {
  /* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Arial, sans-serif;
}
.pl111 .p3_list li:hover {
  -webkit-transform: translate(0, -25px);
  transform: translate(0, -25px);
}
.pl111 .p3_list li .txt h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0.1rem 0;
}
.pl111 .p3_list li .txt h5 {
  color: #333;
}
.pl111 .p3_list li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.pl111 .p3_list li:hover p {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .pl111 .p3_list li:hover {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  .pl111 .p3_list li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.zwf {
  height: 1rem;
}
.zwf2 {
  height: 0.5rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.certs {
  background: url(static/imgs/certsss.png) no-repeat center;
  background-size: 100% 100%;
}
.wz333 {
  color: #333;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .certs br {
    display: none;
  }
  .certs {
    background-size: cover;
    background: var(--bjs);
  }
  .zwf,
  .zwf2 {
    height: 0rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.p222_swipers {
  position: relative;
}
.p222_swipers .p222_list {
  position: relative;
  overflow: hidden;
}
.p222_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.p222_list .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  background: #fff;
}
.p10 {
  padding: 0.1rem 0;
}
.p222_list .swiper-slide .img {
  position: relative;
  padding-bottom: 52%;
  overflow: hidden;
  border: 1px solid rgba(18, 81, 150, 0.1);
}
.p222_list .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p222_list .swiper-slide .txt {
  padding: 0.2rem;
  box-sizing: border-box;
  border-top: 1px solid var(--i_color);
  border: 1px solid #d8d8d8;
}
.p222_list .swiper-slide .txt p {
}
.p222_list .swiper-slide .txt h6 {
}
.p222_list .swiper-slide:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.p222-prev,
.p222-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.p222-prev {
  left: 5%;
}
.p222-next {
  right: 5%;
}
.p222-prev iconify-icon,
.p222-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.p222_list .swiper-button-disabled {
  cursor: not-allowed;
}
.p222-prev:hover,
.p222-next:hover {
  background: var(--i_color);
}
.p222-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.p222-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.p222-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .p222-prev,
  .p222-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
footer {
  background: url(static/imgs/xxx.png) no-repeat center;
  background-size: cover;
}
footer .ftbox {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer .outbox {
  border-bottom: 1px solid rgba(18, 81, 150, 0.5);
}
.iconsss {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.iconsss li {
}
.iconsss li a {
  box-sizing: border-box;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(18, 81, 150, 0.2);
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iconsss li a iconify-icon {
  font-size: 0.2rem;
  color: #fff;
}
.iconsss li a:hover {
  background: var(--btn_color2);
}
.fnlist {
}
.fnlist dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fnlist dl {
  box-sizing: border-box;
}
/* .fnlist dl dt:nth-child(3){
	width: 15%;
} */
.fnlist dl dt:nth-child(1) {
  width: 35%;
}
.fnlist dl dt:nth-child(1) {
}
footer .bt {
  color: var(--i_color3);
  text-transform: capitalize;
  font-family: Arial, sans-serif;
  margin-bottom: 0.25rem;
}
footer dt span {
  display: block;
  margin-bottom: 0.1rem;
}
footer dt a {
  color: #999;
  font-size: 0.18rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 0.15rem;
  display: inline-block;
}
footer dt span a:hover,
footer li a:hover {
  text-decoration: underline;
  color: var(--i_color);
}
.privacy {
  background: var(--btn_color2);
}
.privacy p {
  color: #fff;
}
.privacy p a {
  color: #fff;
}
.privacy p a:hover {
  text-decoration: underline;
}
footer .ftbox img {
  height: 0.7rem;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .iconsss li a {
    width: 35px;
    height: 35px;
  }
  footer dt span {
    margin-bottom: 0;
  }
  .iconsss li a iconify-icon {
    font-size: 0.15rem;
  }
  .fnlist dl dt {
    width: 100% !important;
  }
  .fnlist dl dt:not(:first-child) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ul_list999 .wrap .right {
    margin-bottom: 0.42rem;
  }
  footer .ftbox img {
    margin-bottom: 0.2rem;
    height: 0.35rem;
  }
  .iconsss {
    width: 100%;
  }
  .privacy {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
}
.in_pagebanner {
  font-size: 0;
  width: 100%;
  overflow: hidden;
}
.in_pagebanner img {
  width: 100vw;
  object-fit: cover;
}
/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: #fff;
  position: relative;
  border-bottom: 1px solid rgba(18, 81, 150, 0.5);
}
.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
  text-transform: capitalize;
}
.in_position a:first-child {
  padding-left: 0.26rem;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: url("static/imgs/fz.png") no-repeat center;
  background-size: contain;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}
/* ul>li左图右文 */
.ul_list666 {
  background: var(--bjs);
}
.ul_list666 .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul_list666 .wrap .left {
  width: calc(22.18% + 0.4rem);
  background: #fff;
  box-sizing: border-box;
  padding-right: 0.4rem;
  position: relative;
}
.ul_list666 .wrap .left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  background: #fff;
}
.ul_list666 .wrap .right {
  width: 74%;
  padding-left: 0.1rem;
  padding-right: 0rem;
  box-sizing: border-box;
}
.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .ul_list666 .wrap .left {
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
    border-radius: 0.2rem;
  }
  .ul_list666 .wrap .right {
    padding: 0;
  }
  .ul_list666 .wrap .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* 下拉product */
/* 下拉菜单 */
.p_nav {
}
@media screen and (max-width: 1024px) {
  #wpforms-138 .wpforms-field-label {
    font-size: 16px;
  }
  #icon_li {
    width: 49%;
  }
  .p_nav {
    width: 100%;
  }
  .p_nav_list {
  }
}
@media screen and (max-width: 764px) {
  #icon_li {
    width: 100%;
  }
  .p_nav {
    width: 100%;
    margin: auto;
  }
  .p_nav_list {
  }
}
.p_nav_tit {
  /* margin-bottom: 0.4rem; */
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  border-bottom: 2px solid #f1f1f1;
  padding: 20px 0px;
  padding-left: 20px;
}
.in_products {
  display: flex;
  flex-wrap: wrap;
}
.p_nav_list {
}
.p_nav_list .li2 {
  border-bottom: none;
}
.p_nav_list li {
}
.p_nav_list li {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.p_nav_list .curr .cat_name {
}
.p_nav_list .curr {
  /* background: var(--btn_color2); */
}
.p_nav_list .currs {
  background: transparent !important;
}
.p_nav_list .cat_name {
  height: 60px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: var(--liner_color);
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid var(--border_color);
}
.noborder a {
  border-top: 1px solid transparent !important;
}
.p_nav_list .cat_name:last-child {
}
.p_nav_list li:last-child .cat_name {
  border-bottom: 1px solid var(--border_color);
}
.p_nav_list .cat_name:nth-child(1) {
}
.p_nav_list .cat_name:nth-child(1) {
}
.p_nav_list .aa {
  background-color: #eeeeee;
}
.p_nav_list .cat_name b {
  font-size: 0.22rem;
  color: var(--i_color);
  padding-left: 24px;
  margin-right: auto;
  font-family: Arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p_nav_list .cat_name iconify-icon {
  font-size: 0.18rem;
  color: var(--i_color);
  flex-shrink: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  box-sizing: border-box;
}
.p_nav_list .curr .cat_name iconify-icon {
  transform: rotate(-180deg);
  color: #fff;
}
.p_nav_list .curr .cat_name {
  position: relative;
  background: var(--btn_color2);
  height: 60px;
}
.p_nav_list .curr .cat_name b {
  color: #fff;
}
.p_nav .img {
  width: 3.5%;
  position: absolute;
  right: 0;
  top: 0;
}
.p_nav img {
  width: 100%;
}
.p_nav_list dl {
  display: none;
}
.p_nav_list .curr dl {
  display: block !important;
  /* background: #fff; */
  overflow: hidden;
}
.p_nav_list dt {
  position: relative;
}
.p_nav_list dt::before {
  /* content: ''; */
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23eec73e" d="M13 16.25a.74.74 0 0 1-.53-.22a.75.75 0 0 1 0-1.06l3-3l-3-3A.75.75 0 0 1 13.53 8l3.5 3.5a.75.75 0 0 1 0 1.06L13.53 16a.74.74 0 0 1-.53.25m-5.5 0A.74.74 0 0 1 7 16a.75.75 0 0 1 0-1l3-3l-3-3a.75.75 0 0 1 1-1l3.5 3.5a.75.75 0 0 1 0 1.06L8 16a.74.74 0 0 1-.5.25"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: contain;
  transition: all 0.5s ease;
}
.p_nav_list dt a {
  display: block;
  font-size: 16px;
  color: #666;
  padding: 0.15rem 0.3rem;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_nav_list dt.active a {
  padding: 0.15rem 0.5rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p_nav_list dt a:hover {
  padding: 0.15rem 0.5rem;
}
.p_nav_list dt a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.2rem;
  width: 20px;
  height: 1px;
  background: var(--i_color);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_nav_list dt a:hover::before {
  opacity: 1;
}
.p_nav_list dt.active a {
  color: var(--i_color);
}
.p_nav_list dt.active a::before {
  opacity: 1;
}
.p_nav_list dt a.active {
  color: var(--i_color);
  text-decoration: underline;
}
.p_nav_list dt a:hover {
  color: var(--i_color);
}
.p_nav_list dt a:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.p_nav_list .ccc.act {
  display: none;
}
.p_nav_list .ccc {
  display: none;
}
.p_nav .i_line {
  width: 100%;
  height: 2px;
  color: grey;
}
.p_nav_list dt:hover a,
.p_nav_list dt.on a {
  /* padding-left: 20px; */
}
.zwbanner {
  height: 2rem;
}
@media screen and (max-width: 1440px) {
  .p_nav_list dt a {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .p_nav_list .cat_name {
    height: 48px;
  }
  .p_nav_list dt a {
    font-size: 0.14rem;
  }
  .zwbanner {
    height: 1.5rem;
  }
  .p_nav_list li {
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.p_txt {
  font-size: 0.36rem;
  color: var(--i_color);
  font-family: Arial, sans-serif;
}
.p_txt2 {
  position: relative;
}
.contacts a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contacts li:not(:last-child) a:hover {
  color: var(--i_color) !important;
  text-decoration: underline;
}
.p_txt2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.12rem;
  width: 73px;
  height: 3px;
  background: var(--i_color);
}
.contacts {
  padding: 0.3rem 0.2rem;
  background: var(--i_color3);
  background: url(static/imgs/mb.png) no-repeat center;
  background-size: 100% 100%;
}
.contacts li {
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .contacts {
    display: none;
  }
  .p_nav_list .curr .cat_name {
    height: 50px;
  }
  .ul_list666 {
    background: none;
  }
  .p_nav_list .cat_name b {
    font-size: 0.14rem;
  }
  .ul_list666 .wrap .left {
    /* background: var(--i_color3); */
  }
  .p_txt {
    font-size: 0.18rem;
  }
  .contacts {
    padding: 0.2rem;
  }
  .ul_list666 .wrap .left {
    padding: 0.2rem 0rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.pl333 {
  width: 100%;
}
.pl333 .p3_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.pl333 .p3_list .pbtn {
  width: 100%;
  padding: 0.15rem 0;
  box-sizing: border-box;
  /* border-radius: 100px; */
  background: #d3e4f2;
  text-transform: capitalize;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: var(--i_color3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pl333 .p3_list li > img {
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  height: 40px;
  /* width: 120px; */
  object-fit: contain;
  z-index: 99;
  opacity: 0.05;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pl333 .p3_list li:hover > img {
  opacity: 1;
}
.pl333 .p3_list li:hover .pbtn {
  background: var(--btn_color2);
  color: #fff;
}
.pl333 .p3_list li:hover p {
  color: var(--i_color);
}
.pl333 .p3_list li {
  width: 32%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.pl333 .p3_list li .img {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  margin-top: 0.35rem;
}
.pl333 .p3_list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ms > p {
  color: var(--i_color);
  font-family: Arial, sans-serif;
}
.pl333 .p3_list li .txt {
  padding: 0.3rem;
  box-sizing: border-box;
}
.pl333 .p3_list li .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  color: #333;
  font-family: Arial, sans-serif;
}
.pl333 .p3_list li .txt h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pl333 .p3_list li:hover .img img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.pl333 .p3_list li:hover p {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .pl333 .p3_list .pbtn {
    padding: 0.05rem 0;
  }
  .pl333 .p3_list li {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* Number of pages */
.in_page_box {
  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: transparent;
  border-radius: 0.05rem;
  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;
  }
}
/* ul>li左图右文 */
.ul_list555 {
  background: #f9f9f9;
}
.ul_list555 .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.ul_list555 .wrap .left {
  width: 39%;
  position: relative;
}
.ul_list555 .wrap .right {
  width: 57%;
}
.ul_list555 .wrap .right li p {
}
.ul_list555 .wrap .right li h6 {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .ul_list555 .wrap .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .ul_list555 .wrap .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* atlas */
.p_atlas {
  width: 100%;
  /* height: 100%; */
  /* padding: 0.1rem 0.1rem 0rem 0.1rem; */
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}
.p_atlas_list {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--i_color);
}
.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  background: #fff;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_atlas_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* thumbnail */
.p_thumbnail_list {
  width: 100%;
  /* width:calc(100% - 1rem);*/
  margin: 0.2rem 0;
  box-sizing: border-box;
  padding: 0 2px;
  position: relative;
  /* overflow: hidden */
}
.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}
.p_thumbnail_list .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_thumbnail_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_thumbnail_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_thumbnail_list .swiper-slide-thumb-active {
  border-color: var(--i_color);
  background: #fff;
}
.p_thumbnail_list .swiper-slide-thumb-active::after {
  display: none;
}
.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 89%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 3;
  background: transparent;
  background: var(--i_color3);
  border-radius: 100px;
}
.thumbnail-prev {
  left: 0;
}
.thumbnail-next {
  right: 8px;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.p_thumbnail_list .swiper-button-disabled {
  cursor: not-allowed;
}
.thumbnail-prev:hover,
.thumbnail-next:hover {
  background: var(--i_color);
}
.thumbnail-pagination {
  margin-top: 0.1rem;
  text-align: center;
}
.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 0.14rem;
  color: #999;
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
  color: #fff;
}
.ul_list555 .wrap .right {
  background: #fff;
}
.ul_list6662 {
  background: #fff;
}
.ul_list6662 .wrap .right {
  width: 72%;
}
@media screen and (max-width: 1024px) {
  .ul_list6662 .wrap .right {
    width: 100% !important;
  }
  .p_atlas_list {
    margin-bottom: 0.2rem;
  }
  .p_atlas {
    width: 100%;
    height: auto;
  }
  .p_thumbnail_list .swiper-slide {
    border: 1px solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .p_thumbnail_list {
    margin: 0;
  }
  .ul_list555 .pr {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
}
.ul_list555 .pr {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }
  .ul_list555 .pr {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.details_des {
}
.details_des h1 {
  margin-bottom: 0.2rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: var(--i_color);
}
.details_des .cs_list {
  box-sizing: border-box;
  padding: 0.2rem 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.details_des .cs_list li {
  color: #333;
}
.details_des .cs_list li:not(:last-child) {
  margin-bottom: 0.15rem;
}
.details_des .cs_list li i {
  font-size: inherit;
  color: #ff0000;
}
.details_des .btnbox {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 0.4rem 0.3rem;
  box-sizing: border-box;
  border-top: 1px solid var(--i_color);
}
.details_des .btnbox .btnn b {
  padding: 0.15rem 0.8rem;
  background: var(--i_color);
  color: #fff;
}
.details_des .btnbox .btnn b.fff {
  background: #fff;
  border: 1px solid rgba(153, 153, 153, 0.6);
  color: #333;
}
.details_des .btnbox .btnn b:hover {
  background: #000;
  color: #fff;
}
.share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
  align-items: center;
}
.share p {
}
.share a {
  display: block;
  width: 41px;
  height: 41px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: var(--liner_color);
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.share a:hover {
  background: var(--btn_color2);
}
.share iconify-icon {
  font-size: 0.2rem;
  color: #fff;
}
.share iconify-icon:hover {
}
.details_des .fz26.fb {
  color: var(--i_color);
}
.btn.f b {
  color: #0050cd;
  background: #fff !important;
  border: 1px solid #0050cd;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .details_des h1 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .details_des h1 {
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .share a {
    width: 30px;
    height: 30px;
  }
  .details_des .fz26.fb {
    margin: 0.1rem 0;
  }
  .share a iconify-icon {
    font-size: 0.15rem;
  }
  .details_des .btnbox {
    padding: 0.2rem;
  }
  .details_des h1 {
    font-size: 0.22rem;
  }
  .details_list .swiper-slide {
    box-sizing: border-box;
    border: none;
  }
  .details_list .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .details_des h1 {
    margin-bottom: 0.1rem;
  }
  .details_box .wrap .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .details_box .wrap .right {
    width: 100%;
  }
  .details_des .cs_list {
    margin-bottom: 0.1rem 0;
  }
  .details_des .btnbox {
  }
  .details_des .btnbox .btnn b {
    padding: 0.1rem 0;
    width: 100%;
    display: block;
    text-align: center;
  }
  .details_des .btnbox .btnn {
    width: 48%;
  }
  .details_box .wrap .left .swiper-wrapper {
    width: 98%;
    margin: 0 auto;
  }
  .details_des .tblist li {
    width: 100%;
  }
  .details_des .tblist li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.dtopbox {
  background: #fff;
  border-top: 3px solid var(--i_color);
  padding: 0.3rem;
  box-sizing: border-box;
}
.bgfff {
  background: #fff;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .dtopbox {
    padding: 0.2rem;
  }
  .bgfff {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.d_bt {
  position: relative;
}
.d_bt::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.2);
}
.d_bt::after {
  content: "";
  position: absolute;
  left: 0;
  transform: translate(0);
  bottom: -10px;
  width: 18%;
  height: 2px;
  background: var(--i_color3);
}
.tag {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  position: relative;
}
.tag::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -0.3rem;
  width: 100%;
  height: 1px;
  background: #000;
}
.tag a {
  display: block;
  background: #fff;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tag a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .tag a {
    padding: 0.05rem 0.1rem;
  }
  .tag::before {
    display: none;
  }
  .tag {
    gap: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.n_p {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n_p li a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0.1rem;
}
.n_p .img {
  width: 0.38rem;
  height: 0.38rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: var(--i_color3);
  border-radius: 100px;
  flex-shrink: 0;
}
.n_p .img iconify-icon {
  color: #fff;
  font-size: 0.28rem;
}
.n_p a:hover iconify-icon {
  color: #fff;
}
.n_p a:hover .img {
  background: var(--i_color);
}
.n_p a p {
}
.p444_swipers {
  position: relative;
}
.p444_swipers .p444_list {
  position: relative;
  overflow: hidden;
}
.p444_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.p444_list .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  border: 1px solid var(--border_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p444_list .swiper-slide .img {
  position: relative;
  padding-bottom: 71%;
  overflow: hidden;
}
.p444_list .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p444_list .swiper-slide .txt {
  padding: 0.3rem;
  box-sizing: border-box;
}
.p444_list .swiper-slide .txt img {
  height: 0.5rem;
  margin-bottom: 0.1rem;
}
.p444_list .swiper-slide .txt .img2 {
  display: none;
}
.p444_list .swiper-slide .txt .sbtnbox {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.yxbox {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background: var(--i_color3);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.yxbox iconify-icon {
  font-size: 0.38rem;
  color: #fff;
}
.p444_list .swiper-slide:hover .yxbox {
  background: var(--i_color);
}
.p444_list .swiper-slide:hover .txt .img2 {
  display: block;
}
.p444_list .swiper-slide:hover .txt .img1 {
  display: none;
}
.p444_list .swiper-slide .txt p {
  color: var(--i_color3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Arial, sans-serif;
}
.p444_list .swiper-slide:hover p {
  color: var(--i_color);
}
.p444_list .swiper-slide .txt h6 {
}
.p444_list .swiper-slide:hover .img img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.p444_list .swiper-slide:hover {
  box-shadow: rgba(18, 81, 150, 0.2) 0px 2px 38px 0px;
  border-color: transparent;
}
.p444-prev,
.p444-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.p444-prev {
  left: 5%;
}
.p444-next {
  right: 5%;
}
.p444-prev iconify-icon,
.p444-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.p444_list .swiper-button-disabled {
  cursor: not-allowed;
}
.p444-prev:hover,
.p444-next:hover {
  background: var(--i_color);
}
.p444-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.p444-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.p444-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .p444-prev,
  .p444-next {
    display: none;
  }
  .yxbox {
    width: 35px;
    height: 35px;
  }
  .yxbox iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .n_p {
    margin-bottom: 0.2rem;
  }
  .p444_list .swiper-slide .txt img {
    height: 0.35rem;
  }
  .p444_list .swiper-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.appbox {
  background: var(--bjs);
}
.app_lsit li a {
  /* display: flex !important; */
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.app_lsit .img {
  width: 80%;
  position: relative;
  padding-bottom: 40%;
  overflow: hidden;
}
.app_lsit .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.app_lsit .txt {
  width: 35%;
  background: #fff no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0.6rem;
  box-sizing: border-box;
}
.app_lsit .wrap_l .txt {
  left: 0;
}
.app_lsit .wrap_l .img {
  margin-left: auto;
}
.app_lsit li:hover .txt {
  background: url(static/imgs/txtbj.png);
}
.app_lsit li:hover .img img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.app_lsit .txt img {
  height: 70px;
  object-fit: contain;
}
.app_lsit .txt i {
  font-size: 0.36rem;
  font-weight: bold;
  color: #999;
  display: flex;
  justify-content: end;
}
.app_lsit .txt h6 {
  color: var(--i_color3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.app_lsit .txt .img2 {
  display: none;
}
.app_lsit li:hover .txt .img2 {
  display: block;
}
.app_lsit li:hover .txt .img1 {
  display: none;
}
.app_lsit li:hover h6 {
  color: var(--i_color);
}
.app_lsit li:hover .yxbox {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .app_lsit .txt i {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .app_lsit .txt i {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  .app_lsit .txt h6 {
    margin: 0.1rem 0;
  }
  .app_lsit .txt {
    padding: 0.2rem;
  }
  .app_lsit .txt i {
    font-size: 0.22rem;
  }
  .app_lsit .txt {
    width: 100%;
    position: static;
  }
  .app_lsit .txt img {
    height: 0.35rem;
  }
  .app_lsit li,
  .app_lsit .wrap_l {
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }
  .app_lsit li {
    margin-bottom: 0.2rem !important;
  }
  .app_lsit .img {
    margin-left: 0;
    width: 100%;
    padding-bottom: 49%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* ul>li左图右文 */
.ul_list111 {
}
.ul_list111 .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul_list111 .wrap .left {
  width: 59%;
}
.ul_list111 .wrap .left img {
  width: 100%;
}
.ul_list111 .wrap .right {
  width: 38%;
  background: url(static/imgs/industry.png) no-repeat center;
  box-sizing: border-box;
  background-size: 100% 100%;
  padding: 0.4rem 0.2rem;
}
.ul_list111 .wrap .right p {
  color: var(--i_color);
}
.ul_list111 .wrap .right h6 {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .ul_list111 .wrap .right {
    padding: 0.2rem;
  }
  .ul_list111 .wrap .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .ul_list111 .wrap .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.indus_swipers {
  position: relative;
}
.indus_swipers .indus_list {
  position: relative;
  overflow: hidden;
}
.indus_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.indus_list .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  border: 1px solid #d8d8d8;
}
.indus_list .swiper-slide .img {
  position: relative;
  padding-bottom: 72%;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}
.indus_list .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.indus_list .swiper-slide .txt {
  padding: 0.2rem;
  box-sizing: border-box;
  border-top: 1px solid var(--i_color);
  border: 1px solid #d8d8d8;
}
.indus_list .swiper-slide .txt p {
}
.indus_list .swiper-slide .txt h6 {
}
/* .indus_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
} */
.indus-prev,
.indus-next {
  position: absolute;
  top: 92%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color3);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
}
.indus-prev {
  right: 9%;
}
.indus-next {
  right: 3%;
}
.indus-prev iconify-icon,
.indus-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.indus_list .swiper-button-disabled {
  cursor: not-allowed;
}
.indus-prev:hover,
.indus-next:hover {
  background: var(--i_color);
}
.indus-pagination {
  margin-top: 0.3rem;
  text-align: center;
}
.indus-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.indus-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .indus-prev,
  .indus-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* ul>li左图右文 */
.ul_list222 {
  position: relative;
}
.ul_list222::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 100%;
  background: rgba(18, 81, 150, 0.5);
}
.ul_list222 .wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background: url(static/imgs/fbyx.png) no-repeat center;
  background-size: contain;
  border-radius: 100px;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ul_list222 .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ul_list222 .wrap .left {
  width: 45.5%;
  overflow: hidden;
}
.ul_list222 .wrap:nth-child(even) .left {
  order: 5;
}
.ul_list222 .wrap .left img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ul_list222 .wrap .right {
  width: 45.5%;
}
.ul_list222 .wrap .right p {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.1rem;
}
.ul_list222 .wrap .right p span {
  width: 95%;
}
.ul_list222 .wrap:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.ul_list222 .wrap .right li p {
}
.ul_list222 .wrap .right li h6 {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .ul_list222 .wrap .right p {
    display: block;
  }
  .ul_list222::before {
    display: none;
  }
  .ul_list222 .wrap:nth-child(even) .left {
    order: -5;
  }
  .ul_list222 .wrap {
    box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
  }
  .ul_list222 .wrap .right {
    padding: 0.2rem;
    box-sizing: border-box;
    padding-top: 0;
  }
  .ul_list222 .wrap::before {
    display: none;
  }
  .ul_list222 .wrap .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .ul_list222 .wrap .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.pagecate {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagecate li {
  width: 20%;
}
.pagecate a {
  display: table;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagecate a:hover {
  background: var(--i_color3);
  color: #fff;
}
.pagecate a.active {
  background: var(--i_color3);
  color: #fff;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .pagecate {
    gap: 0.1rem;
  }
  .pagecate a {
    /* width: 200px; */
    height: 40px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .pagecate li {
    width: 33%;
  }
}
@media screen and (max-width: 560px) {
  .pagecate li {
    width: 48%;
  }
}
.vds2 {
  background: url(static/imgs/ab0.webp) no-repeat center;
  background-size: 100% 100%;
}
.vds2 .txt p {
  position: relative;
  color: var(--i_color);
  background: var(--btn_color2);
  /* 渐变颜色 */
  background-clip: text;
  /* 使背景渐变只作用于文字 */
  color: transparent;
  /* 文字颜色设为透明，显示背景渐变 */
  -webkit-background-clip: text;
  text-align: center;
  font-family: Arial, sans-serif;
  /* 兼容性：用于Webkit浏览器 */
}
.vds2 .txt p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(static/imgs/zm.png) no-repeat center;
  background-size: contain;
  z-index: 9;
  height: 160%;
  width: 120%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vds2 .txt h6 {
  text-align: center;
  margin: 0 auto;
}
.vds2 .wraps {
  position: relative;
  width: auto;
  max-width: auto !important;
  padding-left: 0;
  margin-left: 0;
  margin-right: 8vw;
}
.vds2 .wraps2 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.vds2 .wraps2 span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: end;
  gap: 0.1rem;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .vds2 {
    padding-top: 0;
  }
  .vds2 .txt p::before {
    width: 100%;
  }
  .vds2 .wraps2 img {
    height: 0.8rem;
    margin: 0 auto;
  }
  .vds2 .wraps2 p,
  .vds2 .wraps2 h6 {
  }
  .vds2 .wraps {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.in_env {
  background: url(static/images/bc_env.webp) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.env_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.2rem;
}
.env_list_big {
  flex-shrink: 0;
  width: 44%;
  overflow: hidden;
}
.env_list_big .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.env_list_big .swiper-slide {
  height: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.env_list_big .swiper-slide-active {
  z-index: 3;
}
.env_pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.env_pic::before {
  content: "";
  display: block;
  padding-bottom: 64.75%;
}
.env_list_big .env_pic::before {
  padding-bottom: 74.75%;
}
.env_list_big .env_pic::after {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  position: absolute;
  left: 0;
  bottom: 0;
}
.env_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env_list_big p {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  text-transform: capitalize;
  z-index: 2;
}
.env_list_big .swiper-slide:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
/* =================================================================== */
.env_list_thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.env_list_thumbnail .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.env_list_thumbnail .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.env_list_thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv-prev,
.adv-next {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.adv-prev iconify-icon,
.adv-next iconify-icon {
  font-size: 0.3rem;
  color: #fff;
}
.adv-prev:hover,
.adv-next:hover {
  background: var(--i_color);
}
.env-pagination {
  font-size: 0.2rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.env-pagination .swiper-pagination-current {
  font-size: 0.32rem;
  color: var(--i_color3);
  font-family: Arial, sans-serif;
}
.env_control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 0.2rem;
}
.env_control i {
  width: 100%;
  height: 1px;
  background: var(--border_color);
}
.env_control .but {
  display: flex;
  gap: 0 0.1rem;
}
@media screen and (max-width: 1024px) {
  .env_list_big p,
  .env_list_thumbnail p {
    font-size: 18px;
  }
  .adv-prev,
  .adv-next {
    width: 40px;
    height: 40px;
  }
  .adv-prev iconify-icon,
  .adv-next iconify-icon {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .i_env_cont {
    padding-right: 3vw;
  }
  .env_list_big {
    display: none;
  }
  .env_list_thumbnail h6 {
    margin-top: 4px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 560px) {
  .i_advantages::before {
    bottom: -480px;
    left: -510px;
  }
  .env_list_thumbnail figcaption {
    padding: 18px;
  }
  .env_list_thumbnail p {
    font-size: 16px;
  }
  .adv-prev,
  .adv-next {
    width: 30px;
    height: 30px;
  }
  .adv-prev iconify-icon,
  .adv-next iconify-icon {
    font-size: 14px;
  }
}
.about_more {
  position: relative;
}
.about_more .logo_bc {
  position: absolute;
  top: -0.8rem;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .about_more .logo_bc {
    top: -0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .about_more .logo_bc {
    top: 0;
  }
}
.about_more_list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about_more_list li {
  width: 50%;
  position: relative;
}
.about_more_list .img {
  position: relative;
  overflow: hidden;
}
.about_more_list .img::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.about_more_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_more_list .txt {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about_more_list h5 {
  font-size: 0.42rem;
  color: #fff;
}
.about_more_list p {
  font-size: 0.18rem;
  color: #fff;
  opacity: 0.8;
}
.about_more_list img,
.about_more_list h5 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about_more_list li:hover img {
  width: 110%;
  height: 110%;
}
.about_more_list li:hover h5 {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .about_more_list h5 {
    font-size: 0.3rem;
  }
  .about_more_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .about_more_list h5 {
    font-size: 0.2rem;
  }
  .about_more_list p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .about_more_list li {
    width: 100%;
  }
}
.pl666 {
  background: #ecf1f7;
}
.pl666 .p3_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.pl666 .p3_list li {
  width: 32%;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pl666 .p3_list li:hover {
  background: var(--bjs);
}
.pl666 .p3_list li .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pl666 .p3_list li:hover .img::after {
  height: 100%;
}
.pl666 .p3_list li .img {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.pl666 .p3_list li .img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  background: url(static/imgs/xsxsxs.png) no-repeat center;
  background-size: cover;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pl666 .p3_list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pl666 .p3_list li .txt {
  padding: 0.15rem;
  box-sizing: border-box;
}
.pl666 .p3_list li .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
.pl666 .p3_list li .txt h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pl666 .p3_list li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.pl666 .p3_list li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .pl666 .p3_list li .img::before {
    width: 40px;
    height: 40px;
  }
  .pl666 .p3_list li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.certsbt {
}
.certsbt .imgsbox img {
  width: 100%;
  object-fit: cover;
}
.cert2_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.25%;
}
.cert2_list li {
  width: 15.625%;
  box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.cert2_list li .img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(https://lingjuimg.com/wp-content/uploads/mikai/2024/11/xxx.png)
    no-repeat center;
  background-size: 100% 100%;
  border-radius: 1000px;
  overflow: hidden;
  opacity: 0;
  display: none;
}
.cert2_list li:hover .img::before {
  opacity: 1;
}
.cert2_list li .img {
  position: relative;
  padding-bottom: 147%;
  overflow: hidden;
  box-sizing: border-box;
}
.cert2_list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cert2_list li .txt {
  box-sizing: border-box;
}
.cert2_list li .btn {
}
.cert2_list li .btn b {
}
.cert2_list li .txt p {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cert2_list li .txt h6 {
  margin: 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cert2_list li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.cert2_list li:hover {
  background: #fff;
}
.cert2_list li:hover p {
  color: var(--i_color);
}
.express {
  background: rgba(0, 163, 235, 1);
  margin: 0 auto;
  border-radius: 100px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: 10px solid rgba(0, 163, 235, 0.3);
  position: relative;
  box-sizing: content-box;
  cursor: pointer;
}
.express::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: rgba(0, 163, 235, 0.2);
  z-index: -1;
  border-radius: 100px;
  animation: scale 1.2s infinite alternate;
}
.express::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: rgba(0, 163, 235, 0.3);
  z-index: -1;
  border-radius: 100px;
  animation: scale 1s infinite alternate;
}
.express iconify-icon {
  color: #fff;
  font-size: 0.35rem;
}
.expressbox p {
  text-transform: uppercase;
  text-align: center;
}
.expressbox.off {
  display: none;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .cert2_list li .img::before {
    width: 40px;
    height: 40px;
  }
  .cert2_list li {
    padding: 0.18rem;
  }
  .express {
    width: 20px;
    height: 20px;
  }
  .express iconify-icon {
    font-size: 0.2rem;
  }
  .expressbox p {
    margin-top: 0.2rem;
  }
  .express::before {
    width: 50px;
    height: 50px;
    animation: none;
  }
  .express::after {
    width: 60px;
    height: 60px;
    animation: none;
  }
  .cert2_list {
    gap: 0.2rem 2%;
  }
  .cert2_list li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* 放大的样式 */
.modal {
  /* 初始状态为不显示 */
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 65%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
  /* 半透明背景 */
}
.myImg {
  cursor: pointer;
}
.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .modal {
    width: 70%;
    height: 40%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
.pl6662 .p3_list {
  gap: 0.4rem 2%;
}
.pl6662 {
  background: #fff;
}
.pl6662 li {
  background: #f7f7f7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pl6662 li .txt {
  background: #f7f7f7;
}
.pl6662 li:hover .txt {
  background: rgba(18, 81, 150, 0.1);
}
.news_list {
}
.news_list li {
  width: 100%;
}
.news_list li a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #125196;
  padding: 0.4rem 0;
  box-sizing: border-box;
}
.news_list li:hover {
  background: var(--bjs);
}
.news_list li:hover a {
  /* border-color: #125196; */
}
.news_list li .img {
  width: 24%;
  position: relative;
  padding-bottom: 15%;
  overflow: hidden;
}
.news_list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_list li .txt {
  width: 72%;
  padding: 0.2rem 0;
  box-sizing: border-box;
}
.news_list li .txt p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list li .txt h6 {
  display: block;
  margin: 0.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #666;
}
.news_list li .txt h5 {
  display: inline;
  position: relative;
  color: #666;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news_list li a {
}
.news_list li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.news_list li:hover {
}
.news_list li:hover p {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .in_page_box2 {
    margin-top: 0 !important;
  }
  .news_list li:hover {
    background: #fff;
  }
  .news_list li .img {
    width: 100%;
    padding-bottom: 63%;
  }
  .news_list li .txt {
    width: 100%;
    padding: 0.1rem;
  }
  .news_list li a {
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
  }
  .news_list li .txt h6 {
    margin: 0.15rem 0;
  }
  .news_list li {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* ul>li左图右文 */
.ul_list999 {
}
.ul_list999 .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul_list999 .wrap .left {
  width: 53%;
  font-size: 0;
}
.ul_list999 .wrap .left iframe {
  width: 100%;
  height: 100%;
}
.ul_list999 .wrap .right {
  width: 44%;
}
.ul_list999 .wrap .right .lxfs li {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.2rem;
}
.ul_list999 .wrap .right .lxfs li a {
  display: block;
  width: 100%;
  text-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ul_list999 .wrap .right .lxfs li a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.ul_list999 .wrap .right .lxfs li a,
.ul_list999 .wrap .right .lxfs li p {
  display: -webkit-flex;
  display: flex;
  align-items: start;
}
.ul_list999 .wrap .right .lxfs li img {
  height: 0.35rem;
  margin-right: 0.1rem;
}
.ul_list999 .tit h3 {
  position: relative;
}
.ul_list999 .tit h3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -21px;
  width: 100%;
  height: 1px;
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .ul_list999 .wrap .right .lxfs li img {
    height: 0.2rem;
  }
  .ul_list999 .wrap .right .lxfs li {
    margin-bottom: 0.1rem;
  }
  .ul_list999 .wrap .left {
    width: 100%;
    height: 2.5rem;
  }
  .ul_list999 .wrap .right {
    width: 100%;
    order: -2;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
#wpforms-114 {
  --wpforms-field-size-input-height: 60px;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
}
#wpforms-114 {
  margin: 0;
  padding: 0;
}
#wpforms-form-114 {
  width: 100%;
  position: relative;
}
#wpforms-114 .wpforms-field-container {
}
#wpforms-114 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}
#wpforms-114 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0 0;
}
#wpforms-114 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 15px;
  color: #f00;
  font-weight: bold;
}
#wpforms-114 .wpforms-field-container .wpforms-field > input,
#wpforms-114 .wpforms-field-container textarea,
#wpforms-114 .wpforms-field-container select,
#wpforms-114 .wpforms-field-container .choices {
  height: var(--wpforms-field-size-input-height);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0;
  border: none;
}
#wpforms-114 .wpforms-field-container .wpforms-field > input::placeholder {
  color: #333;
}
#wpforms-114 .wpforms-field-container .wpforms-field > input,
#wpforms-114 .wpforms-field-container textarea,
#wpforms-114 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
  background: #fff;
  padding: 0.2rem 0.2rem;
}
#wpforms-114 .wpforms-field-container textarea {
  height: 4.2rem;
}
#wpforms-114 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-114 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-114 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-114 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-114 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-114 .wpforms-field-container em.wpforms-error,
#wpforms-114 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  /* bottom: -2px; */
}
#wpforms-114 .wpforms-field-container {
  /* display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
}
#wpforms-114-field_1-container,
#wpforms-114-field_2-container,
#wpforms-114-field_3-container,
#wpforms-114-field_4-container,
#wpforms-114-field_5-container {
  width: 51.5% !important;
  float: left;
}
#wpforms-114-field_6-container {
  float: right;
  width: 45% !important;
  position: absolute;
  right: 0;
  height: 100%;
}
#wpforms-114 .wpforms-submit-container {
  width: 330px;
  margin: 0 auto;
}
#wpforms-114 .wpforms-submit-container button {
  width: 100%;
  background: var(--btn_color2);
  height: 45px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
}
#wpforms-114 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
  display: none;
}
#wpforms-114 .wpforms-submit-container button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  #wpforms-114-field_1-container,
  #wpforms-114-field_2-container,
  #wpforms-114-field_3-container,
  #wpforms-114-field_4-container,
  #wpforms-114-field_5-container {
    width: 100% !important;
    float: none;
  }
  #wpforms-114 .wpforms-field-container textarea {
    height: 1.5rem;
  }
  #wpforms-114-field_6-container {
    float: none;
    width: 100% !important;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #wpforms-114 .wpforms-field-container > .wpforms-field {
    width: 100% !important;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  #wpforms-114 .wpforms-submit-container {
    width: 140px;
  }
  #wpforms-114 .wpforms-submit-container button {
    padding: 0.12rem 0;
  }
}
.formsss {
  background: url(static/imgs/des.webp) no-repeat center;
  background-size: cover;
}
.hide {
  display: none;
}
/* search results list */
.in_search_list {
  margin-bottom: 0.2rem;
}
.in_search_list a {
  background: #f5f5f5 !important;
}
.in_search_list {
  overflow: hidden;
}
.in_search_list li {
  box-sizing: border-box;
  border: 1px solid var(--border_color);
  margin-bottom: 0.26rem;
}
.in_search_list a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2rem;
}
.in_search_list .img {
  width: 2.2rem;
  position: relative;
  overflow: hidden;
}
.in_search_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.in_search_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_search_list .txt {
  width: calc(100% - 2.6rem);
  margin-left: auto;
  box-sizing: border-box;
}
.in_search_list h2 {
  font-size: 0.18rem;
  color: #212121;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_search_list h6 {
  margin: 0.1rem 0;
  font-size: 0.14rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_search_list i {
  display: inline-block;
  padding: 0.06rem 0.1rem;
  font-size: 0.13rem;
  color: var(--i_color);
  background: #ededed;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  box-sizing: border-box;
}
.in_search_list li:hover {
  border-color: var(--i_color);
}
.in_search_list li:hover h2 {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_search_list h2 {
    font-size: 0.15rem;
  }
  .in_search_list h6 {
    font-size: 0.13rem;
  }
  .in_search_list i {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 768px) {
  .in_search_list li {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border: none;
    border-bottom: 1px solid var(--border_color);
  }
  .in_search_list a {
    padding: 0;
  }
  .in_search_list .img {
    width: 1.2rem;
  }
  .in_search_list .txt {
    width: calc(100% - 1.5rem);
  }
  .in_search_list .txt i {
    display: none;
  }
  .in_search_list h2 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
}
.vd_box {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.i_a_btn {
  background: var(--liner_color);
}
.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) {
  .iabout .tit h6 {
    margin: 0 auto;
  }
  .iabout .tit p {
    text-align: center;
    margin: 0 auto;
  }
  .i_ab .btn {
    margin: 0 auto;
  }
  .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;
  }
}

/* #################增加需求样式##################### */

/* ----------------products--------------------- */
.products_classified_information {
  padding: 0.6rem 0;
}
.pci_maxbox {
  display: flex;
  justify-content: space-between;
}

.pci_left {
  width: 25%;
}
.pci_left h3 {
  font-weight: bold;
  color: #171717;
  font-family: Arial;
}
.pci_left h4 {
  color: var(--i_color);
  font-family: Arial;
  font-weight: bold;
}
.pci_right {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .pci_maxbox {
    flex-direction: column;
  }
  .pci_left {
    width: 100%;
  }
  .pci_right {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .products_classified_information {
    padding: 0.3rem 0;
  }
}

/* ---------------------产品列表----------------- */
.pd_maxbox {
  background: var(--bjs);
  padding: 0.6rem 0;
}
.pd_list {
}

.pd_maxbox .pd_list li {
  width: 23.5%;
}
.pd_maxbox .pd_list li .txt {
  padding: 0.2rem;
}

@media screen and (max-width: 1024px) {
  .pd_maxbox .pd_list li {
    width: 32%;
  }
}
@media screen and (max-width: 560px) {
  .pd_maxbox .pd_list li {
    width: 49%;
  }
  .pd_maxbox {
    padding: 0.3rem 0;
  }
  .pd_maxbox .pd_list {
    gap: 20px 2%;
  }
}
@media screen and (max-width: 375px) {
  .pd_maxbox .pd_list li {
    width: 100%;
  }
}

/* ----------------------产品优势------------------ */
.pd_advantage {
  padding: 0.6rem 0;
  background-color: #004880;
}

.pda_maxbox {
}

.pdam_title {
  display: flex;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.pdam_title h3 {
  color: #fff;
  font-family: Arial;
  font-weight: bold;
}
.pdam_contain {
}
.pdam_contain ul {
  display: flex;
  gap: 0.3rem 3%;
  flex-wrap: wrap;
}
.pdam_contain ul li {
  width: 48.5%;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem 0.4rem;
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
}
.pdam_contain ul li span {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.pdam_contain ul li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s; /* 翻转动画 */
  transform-style: preserve-3d; /* 3D 保持 */
}
.pda_info {
}
.pda_info h3 {
  font-family: Arial;
  margin-bottom: 0.1rem;
  color: #171717;
  transition: all 0.35s ease;
  font-weight: bold;
}
.pda_info h4 {
  font-family: Arial;
  color: #171717;
}

.pdam_contain ul li:hover .pda_info h3 {
  color: var(--i_color);
}
.pdam_contain ul li:hover span img {
  transform: rotateY(180deg);
}

@media screen and (max-width: 1024px) {
  .pdam_contain ul li span {
    width: 0.5rem;
    height: 0.5rem;

    margin-right: 0.1rem;
  }
  .pda_info h3 {
    margin-bottom: 0.05rem;
  }
}

@media screen and (max-width: 768px) {
  .pdam_contain ul li {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .pdam_contain ul li {
    width: 100%;
  }
  .pd_advantage {
    padding: 0.3rem 0;
  }
  .pdam_contain ul li span {
    width: 0.4rem;
    height: 0.4rem;
  }
  .pdam_contain ul {
    gap: 0.2rem 3%;
  }
  .pdam_title {
    margin-bottom: 0.15rem;
  }
}
/* --------------------------解决方案----------------------- */
.pd_solution {
  padding: 0.6rem 0;
}
.pds_maxbox {
}
.pdsm_contain {
}
.pdsm_contain ul {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.pdsm_contain ul li {
  width: calc((100% - 3 * 0.3rem) / 4);
}
.pdsm_contain ul li a {
  width: 100%;
  display: block;
  color: #171717;
}
.pdsm_contain ul li a span {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.pdsm_contain ul li a span::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.pdsm_contain ul li a span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.35s ease;
}
.pdsm_contain ul li a p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem;
  font-family: Arial;
  position: relative;
}
.pdsm_contain ul li a p::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--i_color);
}
.pdsm_contain ul li a:hover {
  color: var(--i_color);
}
.pdsm_contain ul li a:hover span img {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .pdsm_contain ul {
    gap: 0.2rem;
  }
  .pdsm_contain ul li {
    width: calc((100% - 2 * 0.2rem) / 3);
  }
}
@media screen and (max-width: 560px) {
  .pdsm_contain ul {
    gap: 0.2rem;
  }
  .pdsm_contain ul li {
    width: calc((100% - 0.2rem) / 2);
  }
  .pd_solution {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 375px) {
  .pdsm_contain ul li {
    width: 100%;
  }
  .pdsm_contain ul {
    gap: 0.1rem;
  }
}
/* ---------------联系我们card -----------------*/
.pd_contactus_card {
}

.pdcc_maxbox {
  position: relative;
}
.pdcc_maxbox span {
  width: 100%;
  height: auto;
  display: block;
}
.pdcc_maxbox span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pdccm_info {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
.pdccm_info h3 {
  color: #fff;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .pdccm_info h3 {
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
  }
  .pdcc_maxbox span {
    height: 1.5rem;
  }
  .pdcc_maxbox span img {
    object-fit: cover;
  }
}
@media screen and (max-width: 375px) {
  .pdccm_info h3 {
    font-size: 0.16rem;
  }
}

/* ---------------------解决方案详情------------------- */
.solutionDetail_info {
  padding: 0.6rem 0;
}
.sdi_maxbox {
  display: flex;
  justify-content: space-between;
}
.sdim_text {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sdim_text h3 {
  padding: 0.15rem 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--i_color);
  width: fit-content;
  margin-bottom: 0.3rem;
  font-family: Arial;
}
.sdim_text h4 {
  color: var(--i_color);
  font-weight: 700;
  position: relative;
  padding-bottom: 0.1rem;
  margin-bottom: 0.3rem;
  font-family: Arial;
}
.sdim_text h4::before {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  background: #989898;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sdim_text h5 {
  color: #171717;
  font-family: Arial;
  margin-bottom: 0.2rem;
}

.sdim_share_btn {
}
.sdim_share_btn dl {
  display: flex;
  gap: 0.15rem;
}
.sdim_share_btn dl dt {
}
.sdim_share_btn dl dt a {
  display: block;
  width: 100%;
  height: 100%;
}
.sdim_share_btn dl dt a iconify-icon {
  font-size: 0.24rem;
  color: #cdcdcd;
  transition: all 0.35s ease;
}
.sdim_share_btn dl dt a:hover iconify-icon {
  color: var(--i_color);
}
.sdim_pic {
  width: 50%;
  display: flex;
  align-items: center;
}
.sdim_pic span {
  width: 100%;
  display: block;
  position: relative;
}
.sdim_pic span::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.sdim_pic span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .sdi_maxbox {
    flex-direction: column;
  }
  .sdim_text {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .sdim_pic {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .solutionDetail_info {
    padding: 0.3rem 0;
  }
  .sdim_text h3 {
    padding: 0.1rem 2vw;
    margin-bottom: 0.2rem;
  }
  .sdim_text h4 {
    margin-bottom: 0.2rem;
  }
  .sdim_share_btn {
    display: flex;
    justify-content: flex-end;
  }
}
/* ----------------应用----------------- */
.solutionDetail_application {
  padding: 0.8rem 0;
  background: #004880;
}
.sa_maxbox {
}
.sam_top {
  display: flex;
  margin-bottom: 0.5rem;
}
.sam_top h3 {
  width: 45%;
  color: #fff;
  font-weight: bold;
  font-family: Arial;
}
.sam_top ul {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: 0.3rem 0;
}
.sam_top ul li {
  width: 50%;
  color: #fff;
  position: relative;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.sam_top ul li::before {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.sam_contain {
  position: relative;
}
.sam_list {
  position: relative;
  overflow: hidden;
}
.sam_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.sam_list li {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.sam_list li span {
  position: relative;
  display: block;
  overflow: hidden;
}
.sam_list li span::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.sam_list li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.35s ease;
}
.sam_list li p {
  padding: 0.1rem;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 1;
}
.sam_list li p::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--i_color);
  transition: all 0.45s ease;
  z-index: -1;
}
.sam_list li p i {
  color: var(--i_color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.45s ease;
}
.sam_list li:hover p::before {
  height: 100%;
  top: 0;
}
.sam_list li:hover p i {
  color: #fff;
}
.sam_list li:hover span img {
  transform: scale(1.1);
}
.sam_prev,
.sam_next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border: transparent 1px solid;
  z-index: 3;
  cursor: pointer;
  outline: none;
  user-select: none;
  border-radius: 50%;
  transition: all 0.35s ease;
  background: #fff;
}
.sam_prev {
  left: -5%;
}
.sam_next {
  right: -5%;
}
.sam_prev iconify-icon,
.sam_next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: var(--i_color3);
}
.abc_list .swiper-button-disabled {
  cursor: not-allowed;
}
.sam_prev:hover,
.sam_next:hover {
  background: transparent;
  border: var(--i_color3) 1px solid;
}
@media screen and (max-width: 1440px) {
  .sam_prev {
    left: 0%;
  }
  .sam_next {
    right: 0%;
  }
}
@media screen and (max-width: 560px) {
  .solutionDetail_application {
    padding: 0.3rem 0;
  }
  .sam_top {
    display: flex;
    margin-bottom: 0.3rem;
    flex-direction: column;
  }
  .sam_top h3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 0.2rem;
  }
  .sam_top ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.15rem 0;
  }
}
/* ---------------------常见问题---------------- */
.solutionDetail_faq {
  padding: 0.6rem 0;
}

.sdf_maxbox {
}
.sdf_maxbox h2 {
  color: var(--i_color);
  font-family: Arial;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.sdf_maxbox ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.sdf_maxbox ul li {
}
.sdf_maxbox ul li h3 {
  color: #171717;
  font-weight: bold;
  margin-bottom: 0.1rem;
  font-family: Arial;
}
.sdf_maxbox ul li h4 {
  font-family: Arial;
}
@media screen and (max-width: 560px) {
  .solutionDetail_faq {
    padding: 0.3rem 0;
  }
  .sdf_maxbox h2 {
    margin-bottom: 0.2rem;
  }
  .sdf_maxbox ul {
    gap: 0.15rem;
  }
}
/* -----------------------------可用设备------------------- */
.solutionDetail_available_machines {
  padding: 0.6rem 0;
  background: #f6f6f6;
}
.sam_maxbox {
}
.samm_title {
  color: var(--i_color);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.samm_contain {
}
.samm_list {
  position: relative;
  overflow: hidden;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
.samm_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.samm_list li {
  flex-shrink: 0;
  position: relative;
  display: flex;
}
.samm_list li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.samm_list li span {
  width: 25%;
  display: block;
  position: relative;
}
.samm_list li span::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  content: "";
}
.samm_list li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.samm_info {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.samm_info h3 {
  padding: 0.1rem 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--i_color);
  width: fit-content;
  margin-bottom: 0.2rem;
  font-family: Arial;
}
.samm_info h4 {
  color: var(--i_color);
  font-family: Arial;
  margin-bottom: 0.3rem;
}
.samm_info h5 {
  margin-bottom: 0.3rem;
}
.samm_list li a {
}
.samm_list li a p {
  width: fit-content;
}
.samm_prev,
.samm_next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  z-index: 3;
  cursor: pointer;
  outline: none;
  user-select: none;
  border-radius: 50%;
  border: var(--i_color) 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.samm_prev {
  left: 0;
}
.samm_next {
  right: 0;
}
.samm_prev iconify-icon,
.samm_next iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
}
.samm_list .swiper-button-disabled {
  cursor: not-allowed;
}
.samm_prev:hover,
.samm_next:hover {
  background: var(--i_color);
}
.samm_prev:hover iconify-icon,
.samm_next:hover iconify-icon {
  color: #fff;
}
.samm_pagination {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
}
.samm_pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  opacity: 1;
}
.samm_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .samm_prev,
  .samm_next {
    width: 0.35rem;
    height: 0.35rem;
  }
  .samm_prev iconify-icon,
  .samm_next iconify-icon {
    font-size: 0.18rem;
  }
  .samm_info h3 {
    padding: 0.06rem 2vw;

    margin-bottom: 0.1rem;
  }
  .samm_info h4 {
    margin-bottom: 0.1rem;
  }
  .samm_info h5 {
    margin-bottom: 0.15rem;
  }
  .samm_list li span {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .solutionDetail_available_machines {
    padding: 0.4rem 0;
  }
  .samm_title {
    margin-bottom: 0.3rem;
  }
  .samm_list {
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .samm_prev,
  .samm_next {
    display: none;
  }
  .samm_list {
    padding: 0;
  }
  .samm_list li a {
    flex-direction: column;
    align-items: center;
  }
  .samm_list li span {
    width: 80%;
    margin-bottom: 0.2rem;
  }
  .samm_info {
    width: 100%;
  }
  .solutionDetail_available_machines {
    padding: 0.3rem 0;
  }
  .samm_title {
    margin-bottom: 0.2rem;
  }
  .samm_pagination {
    margin-top: 0.3rem;
  }
}

/* --------------------faq-------------- */

.service_faq {
}

.sf_maxbox {
  display: flex;

  justify-content: space-between;

  align-items: stretch;
}

.sfm_left {
  padding: 0.4rem 0;

  display: flex;

  flex-direction: column;

  /* justify-content: center; */

  width: 50.5%;
}

.sfm_left h4 {
  font-family: Arial;

  font-weight: bold;

  color: #333333;
}

.fold_list {
}

.fold_list li {
  /* background: #f6f6f6; */

  box-sizing: border-box;

  padding: 0.15rem 0;

  border-bottom: 1px dashed rgba(0, 0, 0, 0.13);
  cursor: pointer;
}

.fold_list .tit {
  width: 100%;

  display: flex;

  flex-wrap: nowrap;

  position: relative;

  overflow: hidden;

  background: #fff;

  align-items: center;

  /* margin: 20px 0; */
}

.fold_list .tit.active {
}

.fold_list .tit span {
  width: 80%;

  padding: 20.5px 0px;

  font-size: 0.26rem;

  color: #333333;

  background: transparent;

  display: flex;

  align-items: center;
}

.fold_list .icon {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  right: 0.3rem;

  width: 0.36rem;

  height: 0.36rem;

  background: #d8d8d8;

  border-radius: 0.08rem;

  -webkit-border-radius: 0.08rem;

  -moz-border-radius: 0.08rem;

  -ms-border-radius: 0.08rem;

  -o-border-radius: 0.08rem;

  display: none;
}

.fold_list .tit span i {
  font-weight: bold;
}

.fold_list .icon iconify-icon {
  position: absolute;

  top: 50%;

  left: 50%;

  color: #333;

  transform: translate(-50%, -50%);

  font-size: 18px;

  transition: 0.5s all ease;
}

.fold_list .tit .ic1 {
  display: block;
}

.fold_list .tit .ic2 {
  display: none;
}

.fold_list .tit.active .ic2 {
  display: block;
}

.fold_list .tit.active .ic1 {
  display: none;
}

.fold_list .txt {
  width: 100%;

  display: none;

  padding: 20px 40px 20px 0px;

  box-sizing: border-box;

  overflow: hidden;

  line-height: 21px;

  font-size: 0.18rem;

  /* display: flex; */

  display: none;
}

.fold_list .txt i {
  color: #666666;
}

.tit.tit2.active span {
  /* background: var(--i_color); */

  color: var(--i_color);
}

.zfxqa {
  width: 0.38rem;

  height: 0.36rem;

  border-radius: 0.05rem;

  background: #666666;

  color: #fff;

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  flex-shrink: 0;

  margin-right: 0.42rem;

  font-size: 0.22rem;
}

.fold_list .txt.active {
  display: -webkit-flex;

  display: flex !important;

  flex-wrap: nowrap;

  gap: 0 20px;

  align-items: start;
}

.active .zfxqa {
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
  .zfxqa {
    width: 28px;

    height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .fold_list .tit span {
    padding: 10px 0px;

    font-size: 0.2rem;
  }

  .zfxqa {
    width: 0.38rem;

    height: 0.36rem;

    margin-right: 0.2rem;

    font-size: 0.16rem;
  }

  .fold_list .txt.active {
    gap: 0 10px;
  }
}

@media screen and (max-width: 560px) {
  .zfxqa {
    width: 0.3rem;

    height: 0.28rem;

    margin-right: 0.1rem;

    font-size: 0.14rem;
  }

  .fold_list .tit span {
    padding: 10px 0px;

    font-size: 0.15rem;
  }

  .fold_list .txt {
    padding: 10px 20px 10px 0px;

    line-height: 20px;

    font-size: 0.14rem;
  }

  .frequest .wrap02 .left h6 {
    line-height: 0.22rem;
  }
}

.sfm_right {
  width: 45%;
}

.sfm_right span {
  position: relative;

  display: block;

  width: 100%;
}

.sfm_right span::before {
  display: block;

  content: "";

  padding-bottom: 108%;
}

.sfm_right span img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  left: 0;

  top: 0;
}

@media screen and (max-width: 1024px) {
  .sf_maxbox {
    flex-direction: column-reverse;

    align-items: center;
  }

  .sfm_left {
    width: 100%;
  }

  .sfm_right {
    width: 80%;
  }

  .sfm_right span::before {
    padding-bottom: 75%;
  }

  .sfm_left {
    padding: 0.6rem 0 0.4rem 0;
  }
}

@media screen and (max-width: 560px) {
  .sfm_left {
    padding: 0.3rem 0;
  }

  .sfm_right {
    width: 100%;
  }
}

/* --------------------------售后服务-------------------------- */
.ass_maxbox {
  padding: 0.6rem 0;
  background: #f6f6f6;
}
.assm_box {
}
.assm_box ul {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.assm_box ul li {
  width: calc((100% - 2 * 0.3rem) / 3);
  cursor: pointer;
}
.assm_box ul li span {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0.15rem;
  overflow: hidden;
}
.assm_box ul li span::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.assm_box ul li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.35s ease;
}
.assm_box ul li h3 {
  font-family: Arial;
  color: var(--i_color);
}
.assm_box ul li h4 {
  color: #171717;
}
.assm_box ul li:hover span img {
  transform: scale(1.1);
}
.assmb_top {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.assmb_top h3 {
  width: 30%;
  color: var(--i_color);
  font-weight: bold;
}
.assmb_top h4 {
  width: 60%;
  color: #171717;
}
@media screen and (max-width: 768px) {
  .assm_box ul li {
    width: calc((100% - 0.3rem) / 2);
  }
  .ass_maxbox {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 560px) {
  .assm_box ul li {
    width: 100%;
  }
  .ass_maxbox {
    padding: 0.3rem 0;
  }
  .assmb_top {
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
  .assmb_top h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .assmb_top h4 {
    width: 100%;
  }
}

/* ----------------关于我们----------------- */
.aboutus_company {
  padding: 0.6rem 0;
  background: var(--bjs);
}
.ac_maxbox {
}
.acm_info {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  align-items: center;
}
.acm_pic {
  width: 35%;
  flex-shrink: 0;
}
.acm_pic span {
  width: 100%;

  display: block;

  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}

.acm_pic span::before {
  content: "";

  display: block;

  padding-bottom: 60%;
}

.acm_pic span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.acm_pic i {
  display: block;

  width: 0.6rem;

  height: 0.6rem;

  border-radius: 50%;

  cursor: pointer;

  background: url("static/imgs/vplay.png") center no-repeat;

  background-size: contain;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.acm_pic i:hover {
}

.i_v_btn1::before {
  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border: 1px solid #2586ca;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  opacity: 0;

  z-index: 2;

  /* animation: serv_one_border 2s 0s ease infinite; */
}

@keyframes serv_one_border {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;

    transform: translate(-50%, -50%) scale(1.5);

    -ms-transform: translate(-50%, -50%) scale(1.5);

    -o-transform: translate(-50%, -50%) scale(1.5);

    -webkit-transform: translate(-50%, -50%) scale(1.5);

    -moz-transform: translate(-50%, -50%) scale(1.5);
  }
}

@keyframes yuan {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.acm_text {
  width: 40%;
}
.acm_text h3 {
  color: var(--i_color);
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.acm_text h3 img {
  margin-left: 0.1rem;
  width: 0.25rem;
  height: 0.5rem;
  object-fit: contain;
}
.acm_text h4 {
  color: #171717;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 1024px) {
  .acm_info {
    flex-direction: column-reverse;
  }
  .acm_pic {
    width: 80%;
  }
  .acm_text {
    width: 100%;
  }
  .acm_text h3 {
    align-items: flex-end;
  }
  .acm_text h3 img {
    height: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .acm_pic {
    width: 100%;
  }
  .acm_info {
    gap: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .aboutus_company {
    padding: 0.3rem 0;
  }
}
/* eject videos */

.vd_box1 {
  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  z-index: 999999;
}

.vd_box_area {
  position: absolute;

  top: 52%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 2014;

  width: 60%;

  max-height: 90%;
}

.vd_box_area::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: 46%;

  left: 53%;

  font-size: 0.44rem;

  color: #fff;

  -webkit-transform: translate(-50%, -50%) rotate(45deg);

  transform: translate(-50%, -50%) rotate(45deg);
}

.vd_box1 iframe {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background: #000;

  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .vd_box_area {
    width: 80%;
  }

  .close_v::before {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .vd_box_area {
    width: 88%;
  }

  .close_v {
    top: -0.15rem;

    right: -0.15rem;

    width: 0.3rem;

    height: 0.3rem;
  }

  .close_v::before {
    font-size: 0.3rem;
  }
}

/* eject videos */

.vd_box1 {
  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  z-index: 999999;
}

.vd_box_area {
  position: absolute;

  top: 52%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 2014;

  width: 60%;

  max-height: 90%;
}

.vd_box_area::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: 46%;

  left: 53%;

  font-size: 0.44rem;

  color: #fff;

  -webkit-transform: translate(-50%, -50%) rotate(45deg);

  transform: translate(-50%, -50%) rotate(45deg);
}

.vd_box1 iframe {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background: #000;

  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .vd_box_area {
    width: 80%;
  }

  .close_v::before {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .vd_box_area {
    width: 88%;
  }

  .close_v {
    top: -0.15rem;

    right: -0.15rem;

    width: 0.3rem;

    height: 0.3rem;
  }

  .close_v::before {
    font-size: 0.3rem;
  }
}

/* 解决方案新闻模块 */
.solutionDetail_news {
  padding: 0.6rem 0;
}
.sdn_title {
  color: var(--i_color);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.sdn_maxbox {
}
.sdn_maxbox ul {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.sdn_maxbox ul li {
  width: calc((100% - 3 * 0.3rem) / 4);
}
.sdn_maxbox ul li a {
  width: 100%;
}
.sdn_maxbox ul li a span {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.sdn_maxbox ul li a span::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.sdn_maxbox ul li a span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.35s ease;
}
.sdn_maxbox ul li a p {
  color: #171717;
  transition: all 0.35s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sdn_maxbox ul li a h3 {
  color: #333;
}
.sdn_maxbox ul li a:hover p {
  color: var(--i_color);
}
.sdn_maxbox ul li a:hover span img {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .sdn_maxbox ul {
    gap: 0.15rem;
  }
  .sdn_maxbox ul li {
    width: calc((100% - 3 * 0.15rem) / 4);
  }
  .sdn_title {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .sdn_maxbox ul li {
    width: calc((100% - 2 * 0.15rem) / 3);
  }
}
@media screen and (max-width: 560px) {
  .sdn_maxbox ul li {
    width: 100%;
  }
  .solutionDetail_news {
    padding: 0.3rem 0;
  }
}

.ass_topbox {
  padding: 1rem 0;
}
.asst_box {
  display: flex;
  justify-content: space-between;
}
.asstb_left {
  width: 30%;
}
.asstb_left h3 {
  color: #171717;
  margin-bottom: 0.1rem;
}
.asstb_left h4 {
  font-weight: bold;
  color: var(--i_color);
}
.asstb_right {
  width: 60%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .ass_topbox {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 560px) {
  .asst_box {
    flex-direction: column;
  }
  .asstb_left {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.2rem;
  }
  .ass_topbox {
    padding: 0.3rem 0;
  }
  .asstb_right {
    width: 100%;
  }
}
