@charset "utf-8";

:root {
  --i_color: #1799be;
  /* 全局颜色 */
  --i_color2: #fff;

  /* 副颜色 */
  --top_h: 0.75rem;
  --header_info_h: 0.35rem;
  /* 顶部信息 */
  /* 导航 */
  --header_height: 1.1rem;
  /* 导航总高度 */
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1024px) {
  :root {
    --top_h: 0.5rem;
    --header_height: 0.85rem;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 425px) {
}
.hide {
  display: none !important;
}
.wrap {
  width: 94vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  display: block;
  box-sizing: border-box;
  padding-left: 8.35%;
}
.wrap_h {
  width: 94vw;
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
}
.wrap02 {
  width: 1500px;
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1921px) {
  .wrap {
    width: 85vw;
    max-width: none;
  }
  .wrap_h {
    width: 85vw;
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .wrap_l {
    padding-left: 3%;
  }
}
/* --------------------占位盒子----------------- */
.header_heightbox {
  height: calc(var(--header_height));
}
@media screen and (max-width: 768px) {
  .header_heightbox {
    height: var(--header_height);
  }
}
/* ------------------------Paging -------------------------*/

.in_paging {
  --size: 30px;

  --border_radius: 5px;

  --curr_color: var(--i_color);

  box-sizing: border-box;
}

.in_paging ul {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  text-align: center;

  width: 100%;
}

.in_paging li {
  min-width: var(--size);

  margin: 0 4px;
}

.in_paging a,
.in_paging span {
  display: block;

  padding: 0 10px;

  height: var(--size);

  line-height: calc(var(--size) - 2px);

  font-size: 14px;

  color: #666;

  background: #fff;

  box-sizing: border-box;

  border: 1px solid #ccc;

  -webkit-border-radius: var(--border_radius);

  border-radius: var(--border_radius);

  overflow: hidden;
}

.in_paging ul li:not(:first-child):not(:last-of-type) a,
.in_paging ul li:not(:first-child):not(:last-of-type) span {
  border-radius: 50%;
}

.in_paging i {
  margin-top: 14px;

  width: 100%;

  font-size: 13px;

  color: #888;
}

.in_paging a:hover,
.in_paging .curr_page a,
.in_paging .curr_page span {
  border-color: var(--curr_color) !important;

  background: var(--curr_color);

  color: #fff !important;
}

/* -----------------------------public_btn-------------------- */
.public_btn {
  width: fit-content;
  flex-shrink: 0;
}
.public_btn a {
  color: #fff;
  border-radius: 1.2rem;
  padding: 0.06rem 0.08rem 0.06rem 0.3rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid transparent;
  transition: all 0.45s ease;
}
.public_btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--i_color);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.45s ease;
}
.public_btn a span {
  width: 0.44rem;
  height: 0.44rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
  transition: all 0.35s ease;
}
.public_btn a span iconify-icon {
  color: var(--i_color);
  font-size: 0.2rem;
  transition: all 0.35s ease;
}
.public_btn a:hover::before {
  width: 0;
}
.public_btn a:hover {
  border: 1px solid var(--i_color);
  color: var(--i_color);
}
.public_btn a:hover span {
  background: var(--i_color);
}
.public_btn a:hover span iconify-icon {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .public_btn a span {
    width: 0.35rem;
    height: 0.35rem;
    margin-left: 0.2rem;
  }
  .public_btn a span iconify-icon {
    font-size: 0.16rem;
  }
  .public_btn a {
    padding: 0.06rem 0.08rem 0.06rem 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .public_btn a span {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.1rem;
  }
  .public_btn a span iconify-icon {
    font-size: 0.14rem;
  }
  .public_btn a {
    padding: 0.05rem 0.06rem 0.05rem 0.15rem;
    font-size: 0.16rem;
  }
}
/* -----------------------------public_transparent_btn-------------------- */
.public_transparent_btn {
  width: fit-content;
}
.public_transparent_btn a {
  color: #fff;
  border-radius: 1.2rem;
  padding: 0.06rem 0.08rem 0.06rem 0.3rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #fff;
  transition: all 0.45s ease;
}

.public_transparent_btn a span {
  width: 0.44rem;
  height: 0.44rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
  transition: all 0.35s ease;
}
.public_transparent_btn a span iconify-icon {
  color: var(--i_color);
  font-size: 0.2rem;
  transition: all 0.35s ease;
}
.public_transparent_btn a:hover span iconify-icon {
  transform: rotate(360deg);
}
@media screen and (max-width: 1024px) {
  .public_transparent_btn a span {
    width: 0.35rem;
    height: 0.35rem;
    margin-left: 0.2rem;
  }
  .public_transparent_btn a span iconify-icon {
    font-size: 0.16rem;
  }
  .public_transparent_btn a {
    padding: 0.06rem 0.08rem 0.06rem 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .public_transparent_btn a span {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.1rem;
  }
  .public_transparent_btn a span iconify-icon {
    font-size: 0.14rem;
  }
  .public_transparent_btn a {
    padding: 0.05rem 0.06rem 0.05rem 0.15rem;
    font-size: 0.16rem;
  }
}
/* -----------------------------public_other_btn-------------------- */
.public_other_btn {
  width: fit-content;
}
.public_other_btn a {
  color: var(--i_color);
  border-radius: 1.2rem;
  padding: 0.06rem 0.08rem 0.06rem 0.3rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid var(--i_color);
  transition: all 0.55s ease;
}
.public_other_btn a::before {
  content: "";
  width: 0%;
  height: 100%;
  background: var(--i_color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.45s ease;
}
.public_other_btn a span {
  width: 0.44rem;
  height: 0.44rem;
  background: var(--i_color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
  transition: all 0.35s ease;
}
.public_other_btn a span iconify-icon {
  color: #fff;
  font-size: 0.2rem;
  transition: all 0.35s ease;
}
.public_other_btn a:hover::before {
  width: 100%;
}
.public_other_btn a:hover {
  border: 1px solid transparent;
  color: #fff;
}
.public_other_btn a:hover span {
  background: #fff;
}
.public_other_btn a:hover span iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .public_other_btn a span {
    width: 0.35rem;
    height: 0.35rem;
    margin-left: 0.2rem;
  }
  .public_other_btn a span iconify-icon {
    font-size: 0.16rem;
  }
  .public_other_btn a {
    padding: 0.06rem 0.08rem 0.06rem 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .public_other_btn a span {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.1rem;
  }
  .public_other_btn a span iconify-icon {
    font-size: 0.14rem;
  }
  .public_other_btn a {
    padding: 0.05rem 0.06rem 0.05rem 0.15rem;
    font-size: 0.16rem;
  }
}
/* -----------------------------public_white_btn-------------------- */
.public_white_btn {
  width: fit-content;
}
.public_white_btn a {
  color: #333;
  border-radius: 1.2rem;
  padding: 0.06rem 0.08rem 0.06rem 0.3rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid transparent;
  transition: all 0.55s ease;
  background: #fff;
  background-clip: padding-box;
}
.public_white_btn a::before {
  content: "";
  width: 0%;
  height: 100%;
  background: var(--i_color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.45s ease;
}
.public_white_btn a span {
  width: 0.44rem;
  height: 0.44rem;
  background: var(--i_color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
  transition: all 0.35s ease;
}
.public_white_btn a span iconify-icon {
  color: #fff;
  font-size: 0.2rem;
  transition: all 0.35s ease;
}
.public_white_btn a:hover::before {
  width: 100%;
}
.public_white_btn a:hover {
  border: 1px solid var(--i_color);
  color: #fff;
}
.public_white_btn a:hover span {
  background: #fff;
}
.public_white_btn a:hover span iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .public_white_btn a span {
    width: 0.35rem;
    height: 0.35rem;
    margin-left: 0.2rem;
  }
  .public_white_btn a span iconify-icon {
    font-size: 0.16rem;
  }
  .public_white_btn a {
    padding: 0.06rem 0.08rem 0.06rem 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .public_white_btn a span {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.1rem;
  }
  .public_white_btn a span iconify-icon {
    font-size: 0.14rem;
  }
  .public_white_btn a {
    padding: 0.05rem 0.06rem 0.05rem 0.15rem;
    font-size: 0.16rem;
  }
}
/* ------------------------------public_title--------------------------- */
.public_title {
}
.public_title h3 {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.public_title h4 {
  color: #666;
}
/* 内页标题描述颜色 */
/* ---------------inner_page---------------- */
.inner_page h4 {
  color: #9999;
}
/* ---------------------------public_center------------------------------- */
.public_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public_center h3 {
  text-align: center;
}
.public_center h4 {
  text-align: center;
}
/* --------------------------------------------------header----------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  height: var(--header_height);
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.header_maxbox {
  display: flex;
  justify-content: space-between;
  gap: 2.8%;
  align-items: center;
}
.header_logo {
  width: 20.91%;
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
.header_info {
  flex: 1;
  border-left: 1px solid var(--i_color);
  box-sizing: border-box;
}
.top_cont {
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: var(--top_h);
}

.top_cont .top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

/* @media screen and (max-width:1024px) {
	.top_cont{background: #373737;}
} */
/* logo */
a.logo {
  display: block;

  height: 100%;
}

.logo img {
  max-height: 0.8rem;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 1440px) {
  .logo img {
    max-height: 0.7rem;
  }
}

@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 0.4rem;
  }
}

@media screen and (max-width: 560px) {
  .logo img {
    max-height: 0.38rem;
  }
  .header_logo {
    width: 35%;
  }
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: 0.7rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    gap: 0 0.8rem;
    z-index: 2014;
    height: 100%;
  }

  .i_nav > li {
    position: relative;
    display: flex;
    align-items: center;
  }

  .i_nav > li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    transform: translateX(-50%);
    background: var(--i_color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* display: none; */
  }

  .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 > .active::before {
    width: 100%;
  }

  .i_nav > li > a {
    display: block;
    font-size: 0.18rem;
    color: #333;
    /* line-height: var(--top_h); */
    line-height: 0.32rem;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav > .active > a {
    /* background-color: var(--i_color); */
    color: var(--i_color);
  }

  .i_nav > li > .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    min-width: 1.6rem;
    background: var(--i_color2);
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
    font-size: 0;
    top: 100%;
  }

  .nav_dropdown_menu1 > .sub-menu,
  .nav_dropdown_menu2 > .sub-menu,
  .nav_dropdown_menu3 > .sub-menu,
  .nav_dropdown_menu4 > .sub-menu {
    display: none !important;
  }

  .i_nav > li > .sub-menu li {
    position: relative;
    border-bottom: 1px solid var(--border_color);
  }

  .i_nav > li > .sub-menu a {
    display: block;
    padding: 0 0.16rem;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

  .i_nav > li > .sub-menu > li:hover > a {
    background: var(--i_color);
    color: #fff;
  }

  .i_nav .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #979797;
    min-width: 1.4rem;
  }

  .i_nav .sub-menu .sub-menu li {
    border-bottom-color: rgb(255 255 255 / 15%);
  }

  .i_nav .sub-menu .sub-menu a {
    font-size: 14px;
    color: #fff;
  }

  .i_nav .sub-menu .sub-menu li:hover {
    background: #acacac;
  }
}

@media screen and (max-width: 1440px) {
  .i_nav > li > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .i_nav {
    gap: 0 0.38rem;
  }

  .i_nav > li > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .i_nav {
    opacity: 0;
    position: fixed;
    top: calc(var(--header_height));
    left: 101%;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav.active {
    opacity: 1;
    left: 0;
    border-top: 1px solid var(--i_color);
    overflow: hidden;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }

  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }

  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }

  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }

  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 48 48"%3E%3Cpath fill="none" stroke="%23555" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 18L24 30L12 18"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.24rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .i_nav > .menu-item-has-children span.on {
    transform: rotate(180deg);
    background-size: 0.24rem;
  }

  .i_nav > li > a {
    padding: 0 3%;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
    text-transform: uppercase;
  }

  .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: 16px;
    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: 15px;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }

  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
  .i_nav {
    top: calc(var(--header_height));
  }
}
/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: 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;
    margin-left: 0rem;
  }
}
.top_r {
  --size: 0.24rem;
}
.top_r {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  gap: 0.26rem;
}
.top_r i {
  display: block;
  width: 1px;
  height: 0.25rem;
  background-color: #333;
  margin: 0 0.2rem;
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
  }
}
@media screen and (max-width: 560px) {
  .top_r {
    gap: 0.15rem;
  }
}
.search_cont,
.top_language {
  height: var(--top_h);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  position: relative;
}
/* .top_search_ico iconify-icon,
.top_language_btn iconify-icon {
  font-size: var(--size);
  color: #333;
  cursor: pointer;
}

.top_search_ico iconify-icon:hover,
.top_search_ico.on iconify-icon,
.top_language_btn.on iconify-icon {
  color: var(--i_color);
} */
.top_search_ico img,
.top_language img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
}
.top_language {
  position: relative;
}
.top_language_btn {
  padding: 0.1rem 0.18rem 0.1rem 0;
  position: relative;
  cursor: pointer;
}
/* .top_language_btn::before {
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
} */

.top_language_btn.on::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-top-color: var(--i_color);
}
.top_language_btn.on p {
  color: var(--i_color);
}

.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(var(--header_height) + 0.2rem);
  right: 0;
  background: #fff;
  min-width: 1.2rem;
  z-index: 2016;
  box-shadow: 0 8px 0.1rem rgb(0 0 0 / 10%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
  text-align: left;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--top_h);
}

.language_list dt > h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}
.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}

.lang_list a {
  display: block;
  padding: 0.06rem 0;
}
.lang_list span img {
  display: none;
}
.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
  display: block;
}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
  color: var(--i_color);
}

/* @media screen and (max-width:1024px) {
	.language_list dt>h6{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.top_language_btn p{display: none;}
	.top_language_btn iconify-icon{display: block;}
	.language_list dt>h6{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.language_list dt>h6{font-size: 14px;}
	.language_list{-webkit-border-radius:6px; border-radius:6px;}
	.lang_list .trp-ls-language-name{font-size: 13px;}
} */
@media screen and (max-width: 1024px) {
  .top_search_ico img,
  .top_language img {
    width: 0.2rem;
    height: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .language_list dt > h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .top_search_ico img,
  .top_language img {
    width: 0.16rem;
    height: 0.16rem;
  }
}
/* search */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: calc(var(--header_height) + 0.3rem);
  right: 0;
  width: 100%;
  padding: 0.2rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_height);
  box-shadow: 0 4px 10px rgb(0 0 0 / 6%);
}
.top_search form {
  width: 90%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="512" height="512" viewBox="0 0 512 512"%3E%3Cpath fill="white" d="M456.69 421.39L362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3ZM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8a124.95 124.95 0 0 1-124.8-124.8Z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
}

.full_header_height {
  height: var(--header_height);
}

/* -----------------------------------------顶部信息-------------------------- */
.top_info {
  background: var(--i_color);
  height: var(--header_info_h);
  display: flex;
  align-items: center;
  position: relative;
}
.top_info::before {
  position: absolute;
  width: 200%;
  height: 100%;
  background: var(--i_color);
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.ti_maxbox {
  display: flex;
  width: 100%;
  gap: 5%;
}
.ti_info {
  margin-left: auto;
}
.ti_info ul {
  display: flex;
  gap: 0.38rem;
}
.ti_info ul li {
  height: 90%;
  display: flex;
  gap: 0.1rem;
  align-items: center;
}
.ti_info ul li a {
  display: block;
  height: 100%;
  font-weight: normal;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.ti_info ul li img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
}
.ti_info ul li a:hover {
  text-decoration: underline;
}
.ti_media {
  display: flex;
}

.ti_media ul {
  display: flex;
  gap: 0.15rem;
}
.ti_media ul li {
  display: flex;
  align-items: center;
}
.ti_media ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #45adcb;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.02rem;
}
.ti_media ul li a iconify-icon {
  font-size: 0.14rem;
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}
.ti_media ul li a:hover iconify-icon {
  transform: rotateY(360deg);
}
@media screen and (max-width: 1024px) {
  .ti_maxbox {
    gap: 3%;
  }
  .ti_info ul {
    gap: 0.2rem;
  }
  .ti_info ul li:last-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ti_info {
    display: none;
  }
  .ti_media {
    width: 100%;
  }
  .ti_media ul li a iconify-icon {
    font-size: 0.16rem;
  }
  .ti_media ul {
    margin-left: auto;
  }
}
@media screen and (max-width: 375px) {
  .ti_media .tim_span {
    margin-right: 0.2rem;
  }
  .ti_media ul {
    gap: 0.15rem;
  }
}

/* -------------------------------------------footer------------------------------------- */
footer {
  background: var(--i_color);
}

.footer_maxBox {
  height: 100%;

  box-sizing: border-box;
  position: relative;
}
.ft_bg {
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 65%;
}
.ft_bg img {
  width: 100%;
  object-fit: contain;
}
.footer_topMaxBox {
  color: #fff;
  padding: 0.8rem 0 0.6rem 0;
}

.ft_maxul {
  display: flex;
  gap: 1.3rem;
}
.ft_maxul > li {
  flex: 1;
}
.ft_maxul > li:nth-child(1) {
  flex: 2;
}
.ft_maxul li h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.ft_logo {
  width: 3.59rem;
  margin-bottom: 0.2rem;
  display: block;
}
.ft_logo img {
  width: 100%;
  object-fit: contain;
}
.ft_infoul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.ft_infoul li {
  color: #fff;
}
.ft_infoul li a {
  color: #fff;
  margin-left: 0.05rem;
  transition: all 0.35s ease;
}
.ft_infoul li a:hover {
  text-decoration: underline;
}
.ft_infoul dl {
  display: flex;
  gap: 0.25rem;
  margin-top: 0.8rem;
}
.ft_infoul dl a {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 0.1rem;
  background: #8bccde;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s ease;
}
.ft_infoul dl a iconify-icon {
  font-size: 0.22rem;
  transition: all 0.35s ease;
}
.ft_infoul dl a:hover {
  background: #fff;
}
.ft_infoul dl a:hover iconify-icon {
  color: var(--i_color);
}
.ft_menuul {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.ft_menuul li a {
  color: #d1ebf2;
  transform: translateX(-0.2rem);
  transition: all 0.45s ease;
  word-break: break-all;
  display: flex;
  align-items: center;
}
.ft_menuul li a iconify-icon {
  opacity: 0;
  font-size: 0.18rem;
  margin-right: 0.05rem;
}
.ft_menuul li a:hover {
  text-decoration: underline;
  transform: translateX(0);
}
.ft_menuul li a:hover iconify-icon {
  opacity: 1;
}

.ft_menuul_nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.ft_menuul_nav li a {
  color: #d1ebf2;
  transition: all 0.45s ease;
  word-break: break-all;
  display: flex;
  align-items: center;
}

.ft_menuul_nav li a:hover {
  text-decoration: underline;
}

.footer_bottomMaxBox {
  padding: 0.14rem 0;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
.footer_bottomMaxBox .wrap a {
  color: #333;
  cursor: pointer;
}
.footer_bottomMaxBox .wrap a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .footer_bottomMaxBox {
    padding: 0.3rem 0;
  }
  .ft_bg {
    bottom: 15%;
  }
}

@media screen and (max-width: 1200px) {
  .footer_bottomMaxBox {
    padding: 0.28rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .ft_maxul > li:nth-child(3),
  .ft_maxul > li:nth-child(4) {
    display: none;
  }
  .footer_topMaxBox {
    padding: 0.6rem 0 0.3rem 0;
  }
  .ft_infoul dl {
    gap: 0.2rem;
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .ft_bg {
    bottom: 20%;
  }
}
@media screen and (max-width: 560px) {
  .footer_bottomMaxBox {
    font-size: 0.1rem;
    padding: 0.1rem 0;
  }
  .ft_maxul > li:nth-child(2) {
    display: none;
  }
  .ft_logo {
    width: 60%;
    margin-bottom: 0.1rem;
  }
  .footer_topMaxBox {
    padding: 0.3rem 0;
  }
  .ft_bg {
    display: none;
  }
  .ft_infoul dl {
    gap: 0.1rem;
    margin-top: 0.2rem;
  }
  .ft_infoul dl a {
    width: 0.35rem;
    height: 0.35rem;
  }
  .ft_infoul {
    gap: 0.1rem;
  }
}

/* -----------------------------------home_banner------------------------------- */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.banner .swiper-slide {
  /* height: 0; */
  padding-bottom: 42.5%;
  /* 设置比例 */
  position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-pagination {
  display: block;
  bottom: 0.3rem !important;
  position: absolute;
  z-index: 3;
  left: 13.59% !important;
}

.banner-pagination .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.06rem;
  display: inline-block;
  margin: 0 0.06rem;
  background: #fff;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  opacity: 1;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: #22c0ff;
}

.banner-button-prev,
.banner-button-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}

.banner-button-prev {
  left: -0.8rem;
}

.banner-button-next {
  right: -0.8rem;
}

.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.4rem;
  color: #666;
}

.banner-button-prev:hover iconify-icon,
.banner-button-next:hover iconify-icon {
  color: var(--i_color);
}

.banner:hover .banner-button-prev {
  left: 0;
}

.banner:hover .banner-button-next {
  right: 0;
}

.b_text1 {
  position: absolute;
  top: 27.1%;
  left: 13.59%;

  z-index: 3;

  width: 37.23%;
}

.b_text1 h3 {
  color: #fff;
  font-weight: bold;
}
.b_text1 .bt1_h3 {
  padding-bottom: 0.4rem;
  position: relative;
  margin-bottom: 0.3rem;
}
.b_text1 .bt1_h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.03rem;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff00 99%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.b_text1 h4 {
  color: #fff;
  font-weight: bold;
}
.b_btn1 {
  display: flex;
  margin-top: 0.7rem;
}
@media screen and (max-width: 1440px) {
  .b_text1 {
    top: 20%;
    left: 11%;

    width: 39%;
  }
  .banner-pagination {
    left: 11% !important;
  }
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }

  .banner-pagination {
    bottom: 0.1rem !important;
    left: 50% !important;
    transform: translateX(-50%);
    text-align: center;
  }
  .b_text1 .bt1_h3 {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .b_btn1 {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .b_text1 {
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 80%;
  }
  .b_btn1 {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .b_text1 h4 {
    display: none;
  }
  .banner-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.02rem;
  }
}

@media screen and (max-width: 320px) {
}

/* -----------------产品类别--------------- */
.home_product_category {
  position: relative;
  background: rgba(23, 153, 190, 0.05);
}
.hpcm_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35.5%;
}
.hpcm_bg img {
  width: 100%;
  object-fit: contain;
}
.hpc_maxbox {
  position: relative;
  z-index: 1;
}

.hpcm_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.3rem;
}
.hpcm_top .public_title h4 {
  width: 80%;
}
.hpc_item {
  display: block;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.hpc_item::before {
  content: "";
  display: block;
  padding-bottom: 46.5%;
}
.hpc_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hpc_item_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.hpc_item:hover .hpc_item_bg img {
  transform: scale(1.05);
}
.hpc_item_info {
  position: absolute;
  left: 0;
  top: 0;
  width: 34.2%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.55rem 0.25rem 0.3rem 0.25rem;

  background: var(--i_color);
  border-radius: 0.15rem 15rem 15rem 0.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;

  z-index: 1;
}
.hpc_item_info h5 {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.16rem;
}
.hpc_item_info p {
  color: rgb(255 255 255 / 90%);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hpc_item_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.44rem;
  height: 0.44rem;
  margin-top: 0.28rem;
  border-radius: 50%;
  background: transparent;
  flex-shrink: 0;
  transition: transform 0.35s ease;
  border: 1px solid #fff;
}
.hpc_item_arrow iconify-icon {
  color: #fff;
  font-size: 0.2rem;
}
.hpc_item:hover .hpc_item_arrow {
}
.hpc_item:hover .hpc_item_arrow {
  background: #fff;
}
.hpc_item:hover .hpc_item_arrow iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .hpcm_bg {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .hpc_item_info {
    width: 40%;
    padding: 0.35rem 0.25rem;
  }

  .hpc_item_arrow {
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0.2rem;
  }
  .hpc_item_arrow iconify-icon {
    font-size: 0.16rem;
  }
  .hpcm_bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hpcm_top {
    display: flex;
    flex-direction: column;
  }
  .hpcm_top .public_title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hpcm_top .public_title h3,
  .hpcm_top .public_title h4 {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .hpc_item_info {
    width: 50%;
    padding: 0.2rem;
    border-radius: 0.15rem 10rem 10rem 0.15rem;
  }
  .hpc_item_info p {
    -webkit-line-clamp: 2;
  }
  .hpcm_top .public_btn {
    display: none;
  }
  .hpc_item_info h5 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hpc_item_arrow {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 375px) {
  .hpc_item_info p {
    -webkit-line-clamp: 1;
  }
}
.hpc_list {
  position: relative;
  overflow: hidden;
}
.hpc_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.hpc_list li {
  flex-shrink: 0;
  position: relative;
}

.hpc_prev,
.hpc_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;
  user-select: none;
  display: none;
}
.hpc_prev {
  left: 0;
}
.hpc_next {
  right: 0;
}
.hpc_prev iconify-icon,
.hpc_next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.hpc_list .swiper-button-disabled {
  cursor: not-allowed;
}
.hpc_prev:hover,
.hpc_next:hover {
  background: var(--i_color);
}

.hpc_pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
  display: none;
}
.hpc_pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.hpc_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 560px) {
  .hpc_pagination {
    display: block;
  }
}
/* ---------------------热门产品---------------------- */
.home_hot_products {
}
.hhp_maxbox {
}
.hpcm_contain {
  padding: 0.15rem 0 0.1rem;
}
.hpcm_list {
  position: relative;
  overflow: hidden;
}
.hpcm_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.hpcm_list li {
  flex-shrink: 0;
  position: relative;
  height: auto;
}

.hhp_item {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem 0.35rem;
  background: #fff;
  border: 1px solid rgb(23 153 190 / 35%);
  text-align: center;
  transition: all 0.35s ease;
  border-radius: 0.06rem;
}
.hhp_item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.04rem;
  background: var(--i_color);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.hhp_item:hover {
  transform: translateY(-0.12rem);
  border-color: transparent;
  box-shadow: 3px 3px 10px 3px rgba(23, 153, 190, 0.1);
}
.hhp_item:hover::after {
  opacity: 1;
}
.hhp_item_pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hhp_item_pic::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hhp_item_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.hhp_item h3 {
  color: #333;
  font-weight: bold;
  line-height: 1.45;
  margin: 0.22rem 0 0.12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.35s ease;
}
.hhp_item p {
  color: #999;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hhp_item:hover h3 {
  color: var(--i_color);
}

.hpcm_prev,
.hpcm_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;
  user-select: none;
  display: none;
}
.hpcm_prev {
  left: 0;
}
.hpcm_next {
  right: 0;
}
.hpcm_prev iconify-icon,
.hpcm_next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.hpcm_list .swiper-button-disabled {
  cursor: not-allowed;
}
.hpcm_prev:hover,
.hpcm_next:hover {
  background: var(--i_color);
}

.hpcm_pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.hpcm_pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: rgba(153, 153, 153, 0.5);

  border-radius: 50%;
  outline: none;
  cursor: pointer;
  opacity: 1;
}
.hpcm_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
  width: 0.19rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .hpcm_list {
    padding: 0 0.05rem;
  }
}

/* ---------------------------首页-关于我们--------------------- */
.home_about_us_company {
  position: relative;
  overflow: hidden;
  background: url(static/images/home_aboutus_bg.webp) no-repeat center/cover;
  background-attachment: fixed;
}

.hauc_maxbox {
  display: flex;
}
.hauc_info {
  width: 40%;
}
.hauc_info h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.hauc_info h4 {
  color: #fff;
  margin-bottom: 0.95rem;
}
.hauci_btn {
  display: flex;
}

.hauc_btn {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hal_btn {
  display: none;
}
.hauc_btn i {
  display: block;

  width: 1.01rem;

  height: 1.01rem;

  border-radius: 50%;

  cursor: pointer;

  background: url("static/images/video_btn.webp") center no-repeat;

  background-size: contain;

  position: relative;
}
.i_v_btn::before {
  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border: 1px solid #fff;

  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);
  }
}
@media screen and (max-width: 1024px) {
  .hauc_btn i {
    width: 0.8rem;

    height: 0.8rem;
  }
  .hauc_info h3 {
    margin-bottom: 0.2rem;
  }
  .hauc_info h4 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .hauc_info {
    width: 50%;
  }
  .hauc_btn i {
    width: 0.65rem;

    height: 0.65rem;
  }
  .hauc_btn {
    width: 30%;
  }
}
@media screen and (max-width: 560px) {
  .hauc_maxbox {
    flex-direction: column;
  }
  .hauc_info {
    width: 100%;
  }
  .har_btn {
    display: none;
  }
  .hauci_btn {
    display: flex;
    align-items: center;
  }
  .hauc_btn i {
    width: 0.5rem;

    height: 0.5rem;
  }
  .hal_btn {
    display: flex;
  }
}
/* eject videos */

.vd_box {
  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_box iframe {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background: #000;

  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .vd_box_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;
  }
}
/* ------------------------首页-为什么选择我们---------------------- */
.home_why_partner_us {
  background: url(static/images/hpw_bg.webp) no-repeat center/cover;
}
.hwpu_maxbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hwpu_l {
  width: 37.28%;
}
.hwpu_title {
  margin-bottom: 0.9rem;
}
.hwpu_title h3 {
  position: relative;
  padding-bottom: 0.2rem;
}
.hwpu_title h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  height: 0.03rem;
  background: var(--i_color);
}
.hwpu_title h4 {
  width: 80%;
}
.hwpul_pic {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.hwpul_pic::before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.hwpul_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.hwpu_r {
  width: 55.42%;
}
.hwpur_ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: stretch;
}
.hwpur_ul li {
  background: #fff;
  border-radius: 0.1rem;
  display: flex;
  padding: 0.3rem 0.2rem 0.2rem 0.65rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;

  align-items: center;
  transition: all 0.35s ease;
}
.hwpur_ul li span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -0.36rem;
  transform: translateY(-50%);
  transition: all 0.35s ease;
}
.hwpur_ul li span img {
  width: 61%;
  height: 61%;
  object-fit: contain;
  transition: all 0.35s ease;
}

.hwpur_info h3 {
  color: #333333;
  margin-bottom: 0.1rem;
  transition: all 0.35s ease;
}
.hwpur_info h4 {
  color: #666666;
}
.hwpur_ul li:hover span {
  background: var(--i_color);
}
.hwpur_ul li:hover span img {
  filter: brightness(0) invert(1);
}
.hwpur_ul li:hover {
  box-shadow: 0px 0px 10px 0px rgba(23, 153, 190, 0.15);
}
.hwpur_ul li:hover .hwpur_info h3 {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .hwpu_maxbox {
    flex-direction: column;
  }
  .hwpu_l {
    width: 100%;
    margin-bottom: 0.3rem;
    display: flex;
    flex-direction: column;
  }
  .hwpu_l .hwpul_pic {
    align-self: center;
  }
  .hwpu_r {
    width: 100%;
  }
  .hwpu_title {
    margin-bottom: 0.3rem;
  }
  .hwpul_pic {
    width: 60%;
  }
  .hwpur_ul li span {
    width: 0.6rem;
    height: 0.6rem;
    left: -0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .hwpur_ul li span {
    width: 0.6rem;
    height: 0.6rem;
    left: 0;
    position: relative;
    flex-shrink: 0;
    margin-right: 0.2rem;
    top: 0;
    transform: translate(0);
  }
  .hwpur_ul li {
    padding: 0.3rem 0.2rem;
    display: flex;

    align-items: center;
  }
}
@media screen and (max-width: 560px) {
  .hwpul_pic {
    width: 100%;
  }
  .hwpur_ul li span {
    width: 0.4rem;
    height: 0.4rem;
  }
  .hwpur_ul li {
    padding: 0.2rem 0.1rem;
  }
}

/* ----------------------证书--------------------- */
.home_certificate {
  display: flex;

  flex-direction: column;
  align-items: center;
}
.hc_bg {
  width: 84%;
  object-fit: contain;
}
.hc_maxbox {
  display: flex;
  justify-content: space-between;
  margin-top: -0.2rem;
}
.hcm_pic {
  width: 29.7%;
  position: relative;
  flex-shrink: 0;
}
.hcm_pic::before {
  content: "";
  display: block;
  padding-bottom: 128.5%;
}
.hcm_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.hcm_info {
  width: 70%;
  background: #f3fafc;
  padding: 0.5rem 0.25rem 0.5rem 0.4rem;
  box-sizing: border-box;
}
.hcm_list {
  position: relative;
  overflow: hidden;
}
.hcm_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.hcm_list li {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.hcm_list li:hover span img {
  transform: translate(-50%, -50%) scale(1.1);
}
.hcm_list li:hover p {
  color: var(--i_color);
}
.hcm_list li span {
  width: 100%;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hcm_list li span::before {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 74%;
}
.hcm_list li span img {
  width: 82.65%;
  height: 79%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}
.hcm_list li p {
  display: block;
  text-align: center;
  margin-top: 0.1rem;
  color: #333333;
  transition: all 0.35s ease;
}
.hcm_pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.hcm_pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.hcm_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .hc_maxbox {
    margin-top: 0.1rem;
  }
  .hcm_info {
    padding: 0.5rem 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  .hcm_info {
    padding: 0.3rem 0.25rem;
  }
}
@media screen and (max-width: 560px) {
  .hc_maxbox {
    flex-direction: column;
  }
  .hcm_pic {
    width: 100%;
  }
  .hcm_info {
    width: 100%;
  }
  .hcm_pagination {
    margin-top: 0.2rem;
  }
  .hcm_info {
    padding: 0.2rem;
  }
}
/* ------------------------新闻----------------- */
.home_news {
  background: url(static/images/hnm_bg.webp) no-repeat center/cover;
}
.hn_maxbox {
  display: flex;
  justify-content: space-between;
}
.hnm_l {
  width: 24.28%;
  display: flex;
  flex-direction: column;
}
.hnm_title {
  margin-bottom: 0.8rem;
}
.hnm_title h3 {
  width: 90%;
}
.hnml_btn {
  display: flex;
  gap: 0.2rem;
}
.hnm_r {
  width: 70.64%;
}
.hnm_list {
  position: relative;
  overflow: hidden;
}
.hnm_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.hnm_list li {
  flex-shrink: 0;
  position: relative;
}
.hnm_list li:hover span img {
  transform: scale(1.1);
}
.hnm_list li:hover h4 {
  color: var(--i_color);
}
.hnm_list li span {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.hnm_list li span::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.hnm_list li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.35s ease;
}
.hnm_list li h3 {
  color: #999;
  margin-bottom: 0.05rem;
}
.hnm_list li h4 {
  font-weight: bold;

  color: #333333;
  margin-bottom: 0.05rem;
  transition: all 0.35s ease;
}
.hnm_list li h5 {
  color: #666666;
}
.hnml_prev,
.hnml_next {
  width: 0.6rem;
  height: 0.6rem;
  background: transparent;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  user-select: none;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.hnml_prev {
}
.hnml_next {
}
.hnml_prev iconify-icon,
.hnml_next iconify-icon {
  font-size: 0.3rem;
  color: #1799be;
}
.abc_list .swiper-button-disabled {
  cursor: not-allowed;
}
.hnml_prev:hover,
.hnml_next:hover {
  background: var(--i_color);
}
.hnml_prev:hover iconify-icon,
.hnml_next:hover iconify-icon {
  color: #fff;
}
.hnm_pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.hnm_pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.hnm_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .hnml_prev,
  .hnml_next {
    width: 0.4rem;
    height: 0.4rem;
  }
  .hnml_prev iconify-icon,
  .hnml_next iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .hn_maxbox {
    flex-direction: column;
  }
  .hnm_l {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .hnm_r {
    width: 100%;
  }
  .hnm_title {
    margin-bottom: 0.3rem;
  }
  .hnml_btn {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 560px) {
  .hnm_l {
    margin-bottom: 0.2rem;
  }
  .hnml_prev,
  .hnml_next {
    width: 0.3rem;
    height: 0.3rem;
  }
  .hnml_prev iconify-icon,
  .hnml_next iconify-icon {
    font-size: 0.16rem;
  }
}
/* ----------------------------------Welcomes Your Consultation------------------- */
.abousUs_Consultation {
  background: #fff;
}
.abousUs_Consultation_maxbox {
  border-radius: 8px;

  display: flex;
  gap: 0.4rem;
  box-sizing: border-box;
  justify-content: space-between;
  background: #f3fafc;

  box-shadow: 3px 3px 10px 3px rgba(23, 153, 190, 0.1);
  position: relative;
}
.acm_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.8%;
  z-index: 0;
  pointer-events: none;
}
.acm_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abousUs_Consultation_maxbox_left {
  width: 42%;
  padding: 0 0 0.7rem 0.6rem;
  box-sizing: border-box;
}
.abousUs_Consultation_maxbox_left .abousUs_Consultation_firstspan {
  background: #1799be;
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
.abousUs_Consultation_maxbox_left .abousUs_Consultation_firstspan img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.abousUs_Consultation_maxbox_left h3 {
  font-weight: bold;

  color: #333333;
  margin-bottom: 0.2rem;
}

.abousUs_Consultation_maxbox_left h4 {
  color: #666666;
  margin-bottom: 1rem;
}

.abousUs_Consultation_maxbox_left h5 {
  background: #ffffff;

  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 0.2rem;
  padding: 0.14rem;
  box-sizing: border-box;
}

.abousUs_Consultation_maxbox_left h5 img {
  width: 0.14rem;
  height: 0.14rem;
  object-fit: contain;
  margin-right: 0.1rem;
}

.abousUs_Consultation_maxbox_left h5 span {
  font-size: 0.16rem;
  font-weight: normal;
  color: var(--i_color);
}

.abousUs_Consultation_maxbox_left h6 {
  background: #ffffff;
  margin-bottom: 0.2rem;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--i_color);
  padding: 0.14rem;
  box-sizing: border-box;
}
.abousUs_Consultation_maxbox_left h6 img {
  width: 0.15rem;
  height: 0.15rem;
  object-fit: contain;
  margin-right: 0.1rem;
}

.abousUs_Consultation_maxbox_left h6 span {
  font-size: 0.16rem;
  font-weight: normal;
  color: var(--i_color);
}
.abousUs_Consultation_maxbox_right {
  width: 44.64%;
  padding: 0.6rem;
  z-index: 3;
}
#wpforms-129 {
  --wpforms_input_height: 52px;
  --wpforms_textarea_height: 140px;
  --wpforms_input_font_size: 18px;
  --wpforms_select_height: 52px;
  width: 100%;
}

#wpforms-129 {
  margin: 0;
  padding: 0;
}
#wpforms-form-129 {
  width: 100%;
  position: relative;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0;
  clear: both;
}

/* 字段样式 */
#wpforms-129 .wpforms-field-container > .wpforms-field {
  width: 100%;
  margin: 0 0 20px;
  overflow-x: initial !important;
  position: relative;
}

#wpforms-129 .wpforms-field-container .wpforms-required-label {
  color: #d63637;
}

#wpforms-129 .wpforms-field-container .wpforms-field > input,
#wpforms-129 .wpforms-field-container textarea,
#wpforms-129 .wpforms-field-container select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 20px !important;
  margin: 0;
  border: none;
  border-bottom: 1px solid #dbe1e3;
  background: transparent;
  font-size: var(--wpforms_input_font_size);
  line-height: 1.4;
  color: #333;
}

#wpforms-129 .wpforms-field-container .wpforms-field > input {
  height: var(--wpforms_input_height);
  background: transparent;
}

#wpforms-129 .wpforms-field-container textarea {
  height: var(--wpforms_textarea_height);
  background: transparent;
}

#wpforms-129 .wpforms-field-container select {
  border-bottom: #dbe1e3 1px solid;
  height: var(--wpforms_select_height);
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  background-size: 0.3rem;
}

#wpforms-129 input::placeholder,
#wpforms-129 textarea::placeholder,
#wpforms-129 select::placeholder {
  color: #666;
  font-size: var(--wpforms_input_font_size);
  line-height: 1.4;
}

#wpforms-129 select:invalid {
  color: #666;
  font-size: var(--wpforms_input_font_size);
  line-height: 1.4;
  height: var(--wpforms_select_height);
}

#wpforms-129 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-129 .wpforms-field-container textarea:hover,
#wpforms-129 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-129 .wpforms-field-container textarea:focus {
  border-bottom: var(--i_color) 1px solid;
  outline: none;
  box-shadow: none;
}

/* 错误提示 */
#wpforms-129 label.wpforms-error,
#wpforms-129 em.wpforms-error {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
  color: #d63637;
}

/* 隐藏Label */
#wpforms-129 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0;
}

#wpforms-129 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
}

/* 一行两列 */
#wpforms-129 .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#wpforms-129-field_7-container,
#wpforms-129-field_8-container,
#wpforms-129-field_5-container,
#wpforms-129-field_6-container {
  width: 49% !important;
}

#wpforms-129-field_9-container {
  width: 100% !important;
}

/* 提交按钮 */
#wpforms-129 .wpforms-submit-container {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}

#wpforms-129 .wpforms-submit-container button {
  width: 30%;
  height: 0.52rem;
  font-size: 0.18rem;
  color: #fff;
  background: var(--i_color);
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  border-radius: 1.22rem;
}
#wpforms-129 .wpforms-submit-container button:hover {
  color: var(--i_color);

  background: transparent;
}
@media screen and (max-width: 1024px) {
  #wpforms-129 {
    --wpforms_input_height: 48px;
    --wpforms_select_height: 40px;
    --wpforms_textarea_height: 100px;
    --wpforms_input_font_size: 16px;
  }

  #wpforms-129-field_7-container,
  #wpforms-129-field_8-container,
  #wpforms-129-field_5-container,
  #wpforms-129-field_6-container {
    width: 100% !important;
  }

  #wpforms-129 .wpforms-submit-container button {
    width: 100%;
  }
  .acm_bg {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  #wpforms-129 .wpforms-submit-container {
    width: 100%;
  }
  #wpforms-129 .wpforms-submit-container button {
    width: 100%;
    height: 0.4rem;
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 1024px) {
  .abousUs_Consultation_maxbox {
    display: block;
  }
  .abousUs_Consultation_maxbox_left {
    width: 100%;
    box-sizing: border-box;
  }
  .abousUs_Consultation_maxbox_left h4 {
    margin-bottom: 0.3rem;
  }
  .abousUs_Consultation_maxbox_left h5 {
  }
  .abousUs_Consultation_maxbox_right {
    width: 100%;
    padding: 0 0.3rem 0.3rem 0.3rem;
    box-sizing: border-box;
  }
  .abousUs_Consultation_maxbox_left {
    padding: 0 0 0.3rem 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .abousUs_Consultation_maxbox_left {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .abousUs_Consultation_maxbox_left .abousUs_Consultation_firstspan {
    width: 0.4rem;
    height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .abousUs_Consultation_maxbox_left h4 {
    margin-bottom: 0.2rem;
  }
  .abousUs_Consultation_maxbox_left h5 {
    margin-bottom: 0.2rem;
    padding: 0.1rem;
  }
  .abousUs_Consultation_maxbox_left h6 {
    padding: 0.1rem;
  }
}
/* ---------------------------------------products_banner --------------------------------------- */
.products_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.products_banner::before {
  content: "";
  display: block;
  padding-bottom: 28.8%;
}

.products_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
  animation: scaleIn 1.8s ease-out forwards;
}
@keyframes scaleIn {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 425px) {
}
/* ---------------------------------------Breadcrumb--------------------------------------- */
.in_position {
  box-sizing: border-box;
  padding: 0.2rem 0;
  background: #f3f9fe;
  position: relative;
}

.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.in_position a {
  display: block;
  font-size: 0.14rem;
  color: #333333;
  position: relative;
  line-height: 0.2rem;
}

.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: 0.18rem;
  height: 0.18rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="currentColor" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 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;
  }
}

/* ------------------------------products.html-------------------------- */

.products_maxbox {
  /* padding: 0.6rem 0; */

  overflow: hidden;
}

.pm_box {
  display: flex;

  justify-content: space-between;
}

.products_left {
  width: 25.71%;

  box-sizing: border-box;

  flex-shrink: 0;

  box-sizing: border-box;
}

.products_left_all {
  box-sizing: border-box;
  background: #f3f9fe;
  border-radius: 0.1rem;
  overflow: hidden;
}

.products_left_h2 {
  font-size: 0.36rem;

  font-weight: bold;

  color: var(--i_color);

  padding: 0.1rem;
  display: none;
}

.products_left_h2 iconify-icon {
  color: #fff;

  font-size: 0.34rem;

  margin-left: 0.1rem;

  font-weight: bold;

  margin-bottom: 2px;

  display: none;
}

.list {
  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  box-sizing: border-box;

  /* border: 1px solid rgba(51, 51, 51, 0.2); */

  gap: 0.1rem;
  overflow: hidden;
}

.list li {
  position: relative;
}

.list li::after {
  content: "";

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translate(-50%, 0);

  width: 80%;

  height: 1px;

  background-color: #eeeeee;
}

.list_a {
  box-sizing: border-box;

  padding: 0.15rem 0.2rem;

  position: relative;

  z-index: 2;

  overflow: hidden;

  background-color: transparent;

  background: #f3f9fe;
}

/* .list_a::after {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  background-color: var(--i_color);

  width: 0;

  height: 100%;

  transition: all 0.5s ease-in-out;

  z-index: -1;

} */

.list .list_a a {
  font-size: 0.18rem;

  color: #333;

  box-sizing: border-box;

  line-height: 150%;

  transition: all 0.3s ease;

  display: block;
}

.list .list_a i {
  width: 0.5rem;

  height: 0.55rem;

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  right: 0;

  cursor: pointer;
}

.list .list_a i iconify-icon {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 0.24rem;

  color: #666;

  transition: all 0.3s ease;
}

.list_dl {
  padding: 0.1rem 0.15rem 0 0.15rem;

  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  box-sizing: border-box;

  background: #f3f9fe;
}

.list_dl dt {
  box-sizing: border-box;

  padding: 0 0 0.1rem 0;

  border-radius: 0.06rem;
}

.list_dl dt a {
  font-size: 0.18rem;

  line-height: 0.24rem;

  color: #666666;

  display: block;

  transition: all 0.3s ease;

  position: relative;

  box-sizing: border-box;

  padding: 0rem 0.15rem;

  transition: all 0.35s ease;
}

.list_dl dt a::after {
  content: "";

  position: absolute;

  left: 0rem;

  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;

  height: 0.06rem;

  background-color: #666666;

  border-radius: 50%;

  transition: all 0.3s ease;
}

.list_dl dt a:hover::after,
.list_dl dt a:hover::before {
  opacity: 1;
}

.list_dl dt a:hover {
  text-decoration: underline;
}

.list_dl .list_dl_active a {
  text-decoration: underline;
}

.list_active {
}

.list_active .list_a {
  background: var(--i_color);
}

.list_active .list_a::after {
  width: 100%;

  left: 0;

  right: auto;
}

.list_active .list_a i iconify-icon {
  color: #fff;

  transform: translate(-50%, -50%) rotate(180deg);
}

.list_active .list_a a {
  color: #fff;

  display: block;
}

.list_dl_active a::after,
.list_dl_active a::before {
  background: var(--i_color) !important;

  opacity: 1 !important;
}

.list_dl dt a:hover::after {
  background: var(--i_color);
}

.list_dl dt a:hover {
  color: var(--i_color);
}

.list_dl_active {
  /* background: #f4f4f4; */
}

.list_dl_active a {
  color: var(--i_color) !important;
}

.list_active .list_dl {
}

.products_info {
  background: rgba(8, 49, 137, 0.05);

  padding: 0.4rem 0.2rem;
}

.products_info h3 {
  font-weight: bold;

  color: var(--i_color);

  position: relative;

  padding-bottom: 0.1rem;

  margin-bottom: 0.3rem;
}

.products_info h3::before {
  content: "";

  display: block;

  width: 20%;

  height: 0.03rem;

  background: var(--i_color);

  position: absolute;

  bottom: 0;

  left: 0;
}

.products_info ul {
  display: flex;

  flex-direction: column;

  gap: 0.1rem;
}

.products_info ul li {
}

.products_info ul li span {
  font-weight: 700;

  color: #333333;
}

.products_info ul li span a {
  font-weight: 400;

  color: #333333;

  transition: all 0.35s ease;
}

.products_info ul li span 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) {
  .products_left_h2 {
    font-size: 0.26rem;
  }
}

@media screen and (max-width: 1024px) {
  .products_left {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .products_left_all {
    margin-bottom: 0rem;
  }

  .products_left_h2 iconify-icon {
    display: block;
  }

  .products_left_h2 {
    display: flex;

    display: -webkit-flex;

    align-items: center;

    justify-content: center;
  }

  .products_left_h2 {
    margin-bottom: 0rem;
  }

  .products_left_h2 {
    color: #fff;

    background-color: var(--i_color);

    box-sizing: border-box;

    padding: 0.15rem 0;
  }

  .products_left_all {
    padding: 0.2rem;
  }

  .products {
    flex-direction: column;
  }

  .pm_box {
    display: flex;

    flex-direction: column;
  }

  .products_info {
    display: none;
  }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 768px) {
  .products_left_h2 {
    font-size: 0.2rem;
  }

  .products_left_h2 iconify-icon {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 560px) {
  .products_left_h2 {
    font-size: 0.18rem;
  }

  .products_left_h2 iconify-icon {
    font-size: 0.25rem;
  }

  .products_left_all {
    padding: 0rem;

    margin-bottom: 0.2rem;
  }

  .products_maxbox {
    padding: 0.3rem 0;
  }
  .products_left {
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 425px) {
  .products_bac {
    box-sizing: border-box;

    background-color: #fff;

    padding: 0.3rem 0;
  }
}
.products_right {
  width: 70%;
}
.products_right .pr_h3 {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.2rem;
}
.products_right h4 {
  color: #666;
}

.pr_contain {
  margin-top: 0.4rem;
  padding: 0.12rem 0 0.1rem;
}
.products_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.products_list li {
  width: calc((100% - 40px) / 3);
}
.products_list li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem 0.35rem;
  background: #fff;
  border: 1px solid rgb(23 153 190 / 35%);
  border-radius: 0.08rem;
  text-align: center;
  transition: all 0.35s ease;
}
.products_list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.04rem;
  background: var(--i_color);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.products_list li a:hover {
  border-color: transparent;
  box-shadow: 3px 3px 10px 3px rgb(23 153 190 / 10%);
}
.products_list li a:hover::after {
  opacity: 1;
}
.products_list li a span {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.products_list li a span::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.products_list li a span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.products_list li a h3 {
  color: #333;
  font-weight: bold;
  line-height: 1.45;
  margin-top: 0.22rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.35s ease;
}
.products_list li a:hover h3 {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .products_right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .products_list li {
    width: calc((100% - 20px) / 2);
  }
  .products_list li a {
    padding: 0.2rem;
  }
  .pr_contain {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .products_list li {
    width: 100%;
  }
}

/* ----------------------productsDetail.html----------------------- */
.p_data {
  background: #f3f9fe;
}
.p_data .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 5%;
}

.pGallery {
  flex-shrink: 0;
  width: 45.71%;
}

.pGallery_list {
  position: relative;
  width: 100%;

  overflow: hidden;
}
.pGallery_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.pGallery_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.pGallery_list .swiper-slide span {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pGallery_list .swiper-slide span::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pGallery_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.public-pagination {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.public-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  background: #999999;
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

.public-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
  width: 0.19rem;
  border-radius: 0.2rem;
}

.pGallery_prev,
.pGallery_next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.44rem;
  height: 0.44rem;
  background: transparent;
  z-index: 3;
  cursor: pointer;
  outline: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--i_color);
}
.pGallery_prev {
  left: 0;
}
.pGallery_next {
  right: 0;
}
.pGallery_prev iconify-icon,
.pGallery_next iconify-icon {
  font-size: 0.26rem;
  color: #1799be;
}
.abc_list .swiper-button-disabled {
  cursor: not-allowed;
}
.pGallery_prev:hover,
.pGallery_next:hover {
  background: var(--i_color);
}
.pGallery_prev:hover iconify-icon,
.pGallery_next:hover iconify-icon {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 1024px) {
  .p_data .wrap {
    flex-wrap: wrap;
    gap: 38px 0;
  }

  .pGallery {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pGallery_prev,
  .pGallery_next {
    width: 0.35rem;
    height: 0.35rem;
  }

  .pGallery_prev iconify-icon,
  .pGallery_next iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
}

.p_info {
  width: 100%;
}
.pCategory {
  border-radius: 0px 0.2rem 0px 0px;
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  color: var(--i_color);
  width: fit-content;
  padding: 0.06rem 0.23rem 0.06rem 0.26rem;
  position: relative;
  margin-bottom: 0.25rem;
}
.pCategory::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.1rem;
  border-radius: 50%;
}
.pName h1 {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.15rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.pd_whatsapp_btn {
}
.pd_whatsapp_btn a {
  border: 1px solid var(--i_color);
  color: var(--i_color);
}

.pMenu {
}
.pBtn {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.3rem;
  flex-wrap: wrap;
}

.pShare {
  display: flex;
  gap: 0.12rem;
  align-items: center;
  flex-wrap: wrap;
}
.pShare p {
  color: #333333;
}
.pShare dl {
  display: flex;
  gap: 0.12rem;
}
.pShare dl dt {
}
.pShare dl dt a {
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  transition: all 0.35s ease;
}
.pShare dl dt a iconify-icon {
  font-size: 0.16rem;
  transition: all 0.35s ease;
  transform-style: preserve-3d;
}
.pShare dl dt a:hover {
  background: var(--i_color);
}
.pShare dl dt a:hover iconify-icon {
  color: #fff !important;
  transform: rotateY(360deg);
}
@media screen and (max-width: 560px) {
  .pCategory {
    padding: 0.06rem 0.2rem;

    margin-bottom: 0.1rem;
  }
  .pName h1 {
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .pBtn {
    gap: 0.1rem;
    margin-bottom: 0.15rem;
  }
}

/* -------------------------产品描述---------------------- */
.productsDetail_features {
}
.pdf_maxbox {
}
.pdfm_title {
  color: var(--i_color);
  margin-bottom: 0.4rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
}
.pdfm_title::before {
  content: "";
  display: block;
  background: var(--i_color);
  width: 15%;
  height: 0.01rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 560px) {
  .pdfm_title::before {
    width: 40%;
  }
}

/* ---------------productsDetail_faq---------------- */
.productsDetail_faq {
  background: rgba(23, 153, 190, 0.05);
  position: relative;
}
.pdf_bg1 {
  position: absolute;
  left: 0;
  top: 3%;
  width: 12.5%;
}
.pdf_bg1 img {
  width: 100%;
  object-fit: contain;
}
.pdfaq_maxbox {
}
.pdfaq_contain {
}
.faq_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.3rem;
}
.faq_ul li {
  position: relative;
  border-radius: 0.06rem;
  overflow: hidden;
}
.faq_ul li.on {
  background: var(--i_color);
}
.faq_ul li span {
  position: absolute;
  right: 6%;
  bottom: 0;
  display: block;
  width: 25%;
  height: 80%;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: all 0.35s ease;
}
.faq_ul li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.faq_q {
  background-color: #e8f5f9;
  box-sizing: border-box;
  padding: 0.2rem 0.3rem;
  border-radius: 0rem;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  align-items: center;
  z-index: 1;
  position: relative;
}
.faq_ul i {
  border-radius: 0rem;
  display: block;
  color: #333333;
  display: flex;
  display: -webkit-flex;
  justify-content: center;

  font-weight: bold;
  flex-shrink: 0;
}

.faq_q h2 {
  color: #333;
  width: calc(100% - 0.72rem);
  box-sizing: border-box;
}
.faq_q i {
  width: 0.44rem;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--i_color);
  border-radius: 50%;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.faq_q i::before {
  content: "Q";
}
.faq_ul li.on .faq_q i::before {
  content: "A";
}
.faq_a {
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 0rem 0.3rem 0.2rem 0.8rem;

  z-index: 1;
  position: relative;
}

.faq_a p {
  width: 84%;

  color: #fff;
}
.faq_q h3 {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}
.faq_q h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 0.2rem;
  background-color: #333;
  transition: all 0.3s ease;
}
.faq_q h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 0.2rem;
  background-color: #333;
}
.faq_ul li.on .faq_q h3::after {
  height: 0 !important;
  background-color: #fff !important;
}
.faq_ul li.on .faq_q h3::before {
  background-color: #fff !important;
}
.faq_ul li.on .faq_q {
  background: transparent;
}
.faq_ul li.on .faq_q i {
  background: #fff;
  color: var(--i_color);
}
.faq_ul li.on .faq_q h2 {
  color: #fff !important;
  font-weight: bold;
}
.faq_ul li.on span {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .faq_q h2 {
    /* padding-left: 0.15rem; */
  }
  .faq_a p {
    /* padding-left: 0.15rem; */
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .faq_bac {
    padding-bottom: 0.6rem;
  }
  .faq_q {
    padding: 0.15rem 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .faq_q h2 {
  }
  .pdf_bg1 {
    display: none;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 768px) {
  .faq_q {
    padding: 0.2rem 0.4rem;
  }
  .faq_ul li span {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .faq_q {
    padding: 0.2rem;
  }
  .faq_a {
    padding: 0rem 0.3rem 0.1rem 0.3rem;
  }
  .faq_ul i {
    width: 0.3rem;
    height: 0.3rem;
  }
  .faq_q h2 {
    width: calc(100% - 0.3rem);
  }
  .faq_a p {
    width: calc(100% - 0.3rem);
  }

  .faq_ul {
    gap: 0.2rem;
  }
  .faq_q i {
    width: 0.3rem;
    height: 0.3rem;
  }

  .faq_q h3::after {
    height: 0.13rem;
  }
  .faq_q h3::before {
    width: 0.13rem;
  }
}
@media screen and (max-width: 425px) {
  .faq_q {
    padding: 0.1rem 0.2rem;
  }
}
/* ----------------------产品视频---------------------- */
.productDetail_product_video {
}
.pdpv_maxbox {
}
.pdpv_conatin {
}
.pdpv_list {
  position: relative;
  overflow: hidden;
}
.pdpv_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.pdpv_list li {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pdpv_list li .pdpv_imgbox {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.15rem;
}
.pdpv_list li .pdpv_imgbox::before {
  content: "";
  display: block;
  padding-bottom: 58.5%;
}
.pdpv_list li .pdpv_imgbox .pdpv_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.pdpv_list li .pdpv_imgbox .pdpv_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.4rem;
  cursor: pointer;
}
.pdpv_list li .pdpv_imgbox .pdpv_icon img {
  width: 100%;
  object-fit: contain;
}
.pdpv_list li p {
  text-align: center;
  width: 50%;
}
.pdpv_pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.pdpv_pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  opacity: 1;
}
.pdpv_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .pdpv_list li .pdpv_imgbox .pdpv_icon {
    width: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .pdpv_list li .pdpv_imgbox .pdpv_icon {
    width: 0.8rem;
  }
  .pdpv_list li .pdpv_imgbox {
    margin-bottom: 0.05rem;
  }
  .pdpv_pagination {
    margin-top: 0.2rem;
  }
}
/* -------------------下载------------- */
.productDetail_download {
  background: #f4f4f4;
}
.pdd_maxbox {
}
.pdm_contain {
}
.pdm_contain ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.5rem;
}
.pdm_contain ul li {
  width: calc((100% - 0.5rem) / 2);
}
.pdm_contain ul li a {
  border: 1px solid #c6def0;
  padding: 0.34rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
  align-items: center;
  transition: all 0.45s ease;
  position: relative;
}
.pdm_contain ul li a span {
  color: #333333;
  transition: all 0.45s ease;
  display: block;
  z-index: 2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pdm_contain ul li a iconify-icon {
  font-size: 0.24rem;
  color: var(--i_color);
  transition: all 0.45s ease;
  z-index: 2;
}
.pdmc_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26%;
  opacity: 0;
  transition: all 0.35s ease;
}
.pdmc_bg img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.pdm_contain ul li a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: var(--i_color);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.45s ease;
  z-index: 1;
}
.pdm_contain ul li a:hover::before {
  width: 100%;
}
.pdm_contain ul li a:hover span {
  color: #fff;
}
.pdm_contain ul li a:hover iconify-icon {
  color: #fff;
}
.pdm_contain ul li a:hover .pdmc_bg {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .pdm_contain ul li a {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .pdm_contain ul {
    gap: 0.3rem;
  }
  .pdm_contain ul li {
    width: var(100% - 0.3rem);
  }
}
@media screen and (max-width: 768px) {
  .pdm_contain ul {
    gap: 0.2rem;
  }
  .pdm_contain ul li {
    width: var(100% - 0.2rem);
  }
  .pdm_contain ul li a iconify-icon {
    font-size: 0.2rem;
  }
  .pdm_contain ul li a {
    padding: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .pdm_contain ul li {
    width: 100%;
  }
  .pdm_contain ul {
    gap: 0.15rem;
  }
  .pdm_title {
    margin-bottom: 0.1rem;
  }
}
/* ------------------------------------------single_two------------------------------------------ */

.single_two_bac {
  background: #f3f9fe;

  box-sizing: border-box;

  padding: 0.56rem 0;
}

.single_two {
}

.bottom_single_tags {
  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  gap: 0.15rem;

  box-sizing: border-box;

  padding-bottom: 0.2rem;

  margin-bottom: 0.2rem;

  border-bottom: 1px solid #d8d8d8;
}

.bottom_single_tags p {
  font-size: 0.18rem;

  color: #333333;

  display: flex;

  align-items: center;
}

.bottom_single_tags a {
  display: inline-block;

  box-sizing: border-box;

  padding: 0.1rem 0.12rem;

  font-size: 0.16rem;

  color: #333;
}

.bottom_single_tags a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

.sx {
  display: flex;

  display: -webkit-flex;

  justify-content: space-between;

  flex-wrap: wrap;

  box-sizing: border-box;
}

.sx > div {
  width: 48%;
}

.sx_left {
  box-sizing: border-box;
}

.sx_left a i {
  margin-right: 0.1rem;

  box-sizing: border-box;
}

.sx_right a i {
  margin-left: 0.1rem;

  box-sizing: border-box;
}

.sx_left a i,
.sx_right a i {
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  width: 0.46rem;
  height: 0.46rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.sx_left a i iconify-icon,
.sx_right a i iconify-icon {
  font-size: 0.24rem;
  color: var(--i_color);
}

.sx .sx_left:hover i iconify-icon,
.sx .sx_right:hover i iconify-icon {
  color: #fff;
}
.sx .sx_left:hover i,
.sx .sx_right:hover i {
  background: var(--i_color);
}
.sx a {
  display: block;

  width: 100%;

  display: flex;

  display: -webkit-flex;

  align-items: center;
}

.sx p {
  font-size: 0.18rem;

  color: #333333;

  text-transform: capitalize;

  margin-right: 0.1rem;
}

.sx span {
  font-size: 0.16rem;

  color: #333333;

  transition: all 0.3s ease;
}

.sx_right a {
  justify-content: flex-end;
}

.sx .sx_left:hover span {
  color: var(--i_color) !important;
}

.sx .sx_left:hover p {
  color: var(--i_color) !important;
}

.sx .sx_right:hover p {
  color: var(--i_color) !important;
}

.sx .sx_right:hover span {
  color: var(--i_color) !important;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
  .bottom_single_tags a {
    padding: 0.08rem 0.1rem;

    font-size: 0.14rem;
  }

  .bottom_single_tags {
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .sx_left a i,
  .sx_right a i {
    width: 0.35rem;
    height: 0.35rem;
  }
  .sx_left a i iconify-icon,
  .sx_right a i iconify-icon {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
  .sx {
    gap: 0.2rem 0;
  }

  .sx > div {
    width: 100%;
  }

  .sx a {
    flex-wrap: wrap;
  }

  .sx_right a {
    justify-content: normal;
  }

  .sx .sx_left span,
  .sx .sx_right span {
    font-size: 0.12rem;
  }
  .sx .sx_left i,
  .sx .sx_right {
    display: none;
  }
  .sx .sx_left iconify-icon,
  .sx .sx_right iconify-icon {
    display: none;
  }
  .sx_left a i {
    margin-right: 0;
  }
}

@media screen and (max-width: 560px) {
  .bottom_single_tags {
    gap: 0;

    padding-bottom: 0.1rem;

    margin-bottom: 0.2rem;
  }

  .sx_left a i,
  .sx_right a i {
    width: 0;

    height: 0;
  }

  .single_two_bac {
    padding: 0.3rem 0;
  }
}

@media screen and (max-width: 425px) {
}
/* -------------------推荐产品------------------ */
.productDetail_related_products {
}
.pdcm_item:hover {
  transform: translateY(0);
}
.pdcm_item p {
  display: none;
}
.pdcm_item h3 {
  margin: 0.22rem 0 0 0;
}
@media screen and (max-width: 560px) {
  .pdcm_item h3 {
    margin: 0.15rem 0 0 0;
  }
}
/* -----------------------aboutus.html--------------------- */
.aboutUs_about_company {
}
.aac_maxbox {
}
.aac_box {
  background: rgba(23, 153, 190, 0.05);
}
.aac_ip {
  display: flex;

  justify-content: space-between;
  align-items: center;
}
.aac_pic {
  display: block;
  width: 49.78%;
  position: relative;
}
.aac_pic::before {
  content: "";
  display: block;
  padding-bottom: 106%;
}
.aac_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.aac_info {
  width: 42.64%;
}
.aac_info .aaci_topbg {
  width: 100%;
  display: block;
  margin-bottom: 0.3rem;
}
.aac_info .aaci_topbg img {
  width: 100%;
  object-fit: contain;
}
.aac_info h3 {
  color: #666666;
  margin-bottom: 0.6rem;
}
.aac_btn {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .aac_info .aaci_topbg {
    margin-bottom: 0.15rem;
  }
  .aac_info h3 {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .aac_ip {
    flex-direction: column;
  }
  .aac_pic {
    width: 80%;
    margin-bottom: 0.2rem;
  }
  .aac_info {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .aac_pic {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}

.aac_data {
  transform: translateY(-30%);
}
.aacd_ul {
  display: flex;
  width: 100%;
  border-radius: 0.2rem;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(23, 153, 190, 0.15);
  padding: 0.4rem 8.5% 0.45rem 8.5%;
  box-sizing: border-box;
  gap: 14%;
  flex-wrap: wrap;
}
.aacd_ul li {
  width: calc((100% - 2 * 14%) / 3);
  display: flex;
  gap: 0.15rem;
}
.aacd_ul li span {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  flex-shrink: 0;
}
.aacd_ul li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aacd_info {
}
.aacd_info h3 {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.aacd_info h4 {
  color: #666666;
}
@media screen and (max-width: 1200px) {
  .aac_data {
    transform: translateY(-20%);
  }
  .aacd_ul {
    padding: 0.35rem 8%;
    gap: 10%;
  }
  .aacd_ul li {
    width: calc((100% - 2 * 10%) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .aac_data {
    transform: translateY(0);
    padding-top: 0.3rem;
  }
  .aacd_ul li span {
    width: 0.35rem;
    height: 0.35rem;
  }
  .aacd_ul {
    padding: 0.3rem 5%;
  }
}
@media screen and (max-width: 768px) {
  .aacd_ul {
    gap: 5%;
  }
  .aacd_ul li {
    width: calc((100% - 2 * 5%) / 3);
  }
}
@media screen and (max-width: 560px) {
  .aacd_ul {
    gap: 0.3rem 5%;
  }
  .aacd_ul li {
    width: calc((100% - 5%) / 2);
  }
}
@media screen and (max-width: 375px) {
  .aacd_ul li {
    width: 100%;
  }
}

.aac_picbox {
}
.aacp_box {
  position: relative;
  width: 100%;
  border-radius: 0.15rem;
  overflow: hidden;
}
.aacp_box::before {
  content: "";
  display: block;
  padding-bottom: 33.7%;
}
.aacp_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.aacp_box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aacp_box i {
  display: block;

  width: 1rem;

  height: 1rem;

  border-radius: 50%;

  cursor: pointer;

  background: url("static/images/video_btn.webp") center no-repeat;

  background-size: contain;

  position: relative;
}

@media screen and (max-width: 1024px) {
  .aacp_box i {
    width: 0.65rem;
    height: 0.65rem;
  }
}
@media screen and (max-width: 560px) {
  .aacp_box i {
    width: 0.4rem;
    height: 0.4rem;
  }
}
/* --------------------------我们的优势-------------------- */
.aboutUs_our_advantage {
  background: #eef9fb;
  border-radius: 0 0 0.5rem 0;
}
.aoa_maxbox {
}
.aoa_contain {
  display: flex;
  gap: 3.5%;
  justify-content: flex-end;
  position: relative;
}
.aoac_pic {
  position: relative;
  width: 49.57%;
  flex-shrink: 0;
  z-index: 1;
}
.aoac_pic::before {
  content: "";
  display: block;
  padding-bottom: 93.7%;
}
.aoac_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.aoac_info {
  width: 37.64%;
  z-index: 2;
}
.aoac_info ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.aoac_info ul li {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(23, 153, 190, 0.15);
  padding: 0.3rem 0.4rem 0.35rem 0.4rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  cursor: pointer;
}
.aoac_info ul li h3 {
  color: #333333;
}
.aoac_info ul li h4 {
  color: #666666;
  margin-top: 0.2rem;
  border-top: 1px solid #dddddd;
  padding-top: 0.2rem;
  display: none;
}
.aoac_info ul li:hover h3 {
  color: var(--i_color);
  font-weight: bold;
}
.aoac_info ul li.active h3 {
  color: var(--i_color);
  font-weight: bold;
}
.aoa_bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.aoa_bg img {
  width: 100%;
  object-fit: contain;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .aoa_contain {
    flex-direction: column;
    align-items: center;
  }
  .aoac_pic {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  .aoac_info {
    width: 100%;
  }
  .aoa_bg {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .aoac_pic {
    width: 100%;
  }

  .aoac_info ul li {
    padding: 0.2rem 0.25rem 0.25rem 0.25rem;
  }
  .aoac_info ul li h4 {
    margin-top: 0.1rem;

    padding-top: 0.1rem;
  }
  .aoac_info ul {
    gap: 0.15rem;
  }
}

/* -------------车间--------------- */
.aboutUs_work_shop {
}
.line_partner_box {
  margin-top: 0.6rem;
}

.line_partner {
  position: relative;
}
.line_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.line_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.line_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  border-radius: 0.08rem;
  transform-style: preserve-3d;
  transition-property: transform;
  overflow: hidden;
}
.line_partner_list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.line_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.line_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 74%;
}
.line_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line_partner_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.line_partner_list p {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.28rem 0;
  background: var(--i_color);
  font-size: 0.2rem;
  color: #fff;
  text-transform: capitalize;
  text-align: center;

  opacity: 0;
  transition: all 0.7s ease;
  border-radius: 0.5rem 0.5rem 0 0;
}

.line_partner_list li.swiper-slide-active p {
  bottom: 0;
  opacity: 1;
}
.line_partner_list li.swiper-slide-active::after {
  opacity: 0;
}

/* 指示器 */
.line_partner .pt-pagination {
  text-align: center;
  margin: 0.4rem auto 0;
}
.line_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  cursor: pointer;

  display: inline-block;
  margin: 0 0.05rem;
  box-sizing: border-box;

  border-radius: 50%;
  outline: none;
}
.line_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  border: 1px solid var(--i_color);
  background: var(--i_color);
  width: 0.19rem;
  border-radius: 0.2rem;
}

@media screen and (max-width: 1440px) {
  .production_line_bac {
    padding: 0.8rem 0;
  }
  .line_partner_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .line_partner .pt-button-prev,
  .line_partner .pt-button-next {
    display: none;
  }
  .line_partner .pt-pagination {
    display: block;
  }
  .production_line_bac {
    padding: 0.6rem 0;
  }
  .line_partner_list p {
    padding: 0.15rem 0;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 768px) {
  .line_partner_box {
    margin-top: 0.2rem;
  }
  .line_partner_list p {
    padding: 0.1rem 0;
    font-size: 0.14rem;
  }
  .line_partner_list p {
    border-radius: 0.35rem 0.35rem 0 0;
  }
}
@media screen and (max-width: 560px) {
  .aboutUs_work_shop {
    padding: 0.3rem 0;
  }
  .line_partner .pt-pagination {
    text-align: center;
    margin: 0.2rem auto 0;
  }
  .line_partner_list p {
    padding: 0.08rem 0;
    font-size: 0.12rem;
  }
  .line_partner .pt-pagination {
    margin: 0.2rem auto 0;
  }
  .line_partner_list p {
    border-radius: 0.3rem 0.3rem 0 0;
  }
}

/* ---------------------------证书------------------------ */
.aboutUs_certificate_honor {
}
.ach_maxbox {
}
.ach_contain {
  position: relative;
}
.ach_list {
  position: relative;
  overflow: hidden;
  padding: 0.01rem;
  box-sizing: border-box;
}
.ach_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  align-items: stretch;
  height: auto;
}
.ach_list li {
  flex-shrink: 0;
  position: relative;
  padding: 0.4rem 0.5rem 0.3rem 0.5rem;
  box-sizing: border-box;
  border: 1px solid rgba(51, 51, 51, 0.2);
  margin-left: -1px;
  cursor: pointer;
  height: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.ach_list li:first-child {
  margin-left: 0;
}
.ach_list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.02rem;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 9999;
  background: var(--i_color);
}
.ach_list li:hover::before {
  opacity: 1;
}
.ach_list li span {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.ach_list li span::before {
  content: "";
  display: block;
  padding-bottom: 149%;
}
.ach_list li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.ach_list li p {
  text-align: center;
  color: #333333;
  transition: all 0.35s ease;
  min-height: 1.5em;
  line-height: 1.5;
  flex-shrink: 0;
}
.ach_list li p:empty::before {
  content: "\00a0";
}
.ach_list li:hover p {
  color: var(--i_color);
}
.ach_prev,
.ach_next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  user-select: none;
  border-radius: 50%;
}
.ach_prev {
  left: 10%;
}
.ach_next {
  right: 10%;
}
.ach_prev iconify-icon,
.ach_next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.26rem;
  color: var(--i_color);
}
.ach_list .swiper-button-disabled {
  cursor: not-allowed;
}
.ach_prev:hover,
.ach_next:hover {
  background: var(--i_color);
}
.ach_prev:hover iconify-icon,
.ach_next:hover iconify-icon {
  color: #fff;
}
.ach_pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.ach_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;
}
.ach_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
  width: 0.19rem;
  border-radius: 0.2rem;
}

@media screen and (max-width: 1440px) {
  .ach_prev {
    left: 3.5%;
  }
  .ach_next {
    right: 3.5%;
  }
  .ach_list {
    padding: 0.025rem;
  }
}
@media screen and (max-width: 1024px) {
  .ach_prev,
  .ach_next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .ach_list li {
    padding: 0.25rem;
  }
  .ach_pagination {
    margin-top: 0.2rem;
    display: block;
  }
}
/* -----------------横幅------------- */
.aboutUs_streamer {
  background: url(static/images/streamer_bg.webp) no-repeat center/cover;
}
.as_title h3,
.as_title h4 {
  color: #fff;
}
.as_title h4 {
  width: 50%;
  margin-bottom: 0.5rem;
}
.as_btn {
}
.as_btn a {
  border: 1px solid var(--i_color);
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1024px) {
  .as_title h4 {
    width: 80%;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .as_title h4 {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}

/* ---------------------services.html 服务项目---------------------- */
.ssi_list {
  display: flex;
  gap: 0.22rem;
}
.ssi_list li {
  width: calc((100% - 2 * 0.22rem) / 3);
}
.ssi_item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.ssi_item::before {
  content: "";
  display: block;
  height: 5rem;
}
.ssi_item_pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ssi_item_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease;
}
.ssi_item:hover .ssi_item_pic img {
  transform: scale(1.05);
}
.ssi_item_cover {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  padding: 0.4rem 0.35rem 0.35rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 0%) 45%,
    rgb(0 0 0 / 55%) 100%
  );
  transition: background 0.4s ease;
}
.ssi_item_desc {
  flex: 1;
  display: flex;
  align-items: center;
  color: #fff;

  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  margin-bottom: 0.2rem;
}
.ssi_item_cover h3 {
  color: #fff;

  flex-shrink: 0;
}
.ssi_item:hover .ssi_item_cover {
  justify-content: space-between;
  background: rgb(23 153 190 / 60%);
}
.ssi_item:hover .ssi_item_desc {
  opacity: 1;
  visibility: visible;
}
.ssi_item:hover .ssi_item_cover h3 {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .ssi_list {
    flex-wrap: wrap;
  }
  .ssi_list li {
    width: 100%;
  }
  .ssi_item::before {
    height: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .ssi_item::before {
    height: 3.2rem;
  }
  .ssi_item_cover {
    padding: 0.3rem 0.25rem 0.25rem;
  }
}

/* --------------服务流程---------------- */
@property --ssp-ring-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.service_service_process {
  background: linear-gradient(180deg, #ffffff00 -10%, #1799be4d 90%);
  overflow: hidden;
  position: relative;
}
.ssp_maxbox {
  z-index: 99;
  position: relative;
}
.ssp_bg {
  position: absolute;
  width: 47%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.ssp_bg img {
  width: 100%;
  object-fit: contain;
}
.ssp_tab {
  --ssp-tab-size: 1.1rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 8%;
  margin-bottom: 0.5rem;
}
.ssp_tab::before {
  content: "";
  position: absolute;
  left: -100%;
  right: 0;
  top: 50%;
  height: 1px;
  background: var(--i_color);
  transform: translateY(-50%);
  z-index: 0;
}
.ssp_tab li {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  justify-content: center;
  overflow: visible;
}
.ssp_tab li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ssp-tab-size);
  height: var(--ssp-tab-size);
  border-radius: 50%;
  background: #dbeffa;
}
.ssp_tab li.active a,
.ssp_tab li:hover a {
  z-index: 2;
}
.ssp_tab li a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 0.055rem;
  box-sizing: border-box;
  z-index: 1;
  --ssp-ring-angle: 0deg;
  background: conic-gradient(
    from calc(90deg - var(--ssp-ring-angle)) at 50% 50%,
    #1799be 1deg,
    #1799be calc(var(--ssp-ring-angle) - 0.01deg),
    #1799be00 358deg
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
}
.ssp_tab li a::after {
  content: "";
  position: absolute;
  inset: 0.055rem;
  border-radius: 50%;
  background: #dbeffa;
  opacity: 0;
  transform: scale(0.88);
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.ssp_tab li.active a::before,
.ssp_tab li:hover a::before {
  opacity: 1;
  animation:
    ssp_tab_ring_spin 0.9s linear forwards,
    ssp_tab_ring_finish 0.01s linear 0.899s forwards;
}
.ssp_tab li:not(.active):not(:hover) a::before {
  animation: none;
  --ssp-ring-angle: 0deg;
  opacity: 0;
  background: conic-gradient(
    from 90deg at 50% 50%,
    #1799be 1deg,
    #1799be00 358deg
  );
}
.ssp_tab li.active a::after,
.ssp_tab li:hover a::after {
  opacity: 1;
  transform: scale(1);
}
.ssp_tab li:not(.active):not(:hover) a::after {
  opacity: 0;
  transform: scale(0.88);
}
@keyframes ssp_tab_ring_spin {
  from {
    --ssp-ring-angle: 0deg;
  }
  to {
    --ssp-ring-angle: 360deg;
  }
}
@keyframes ssp_tab_ring_finish {
  to {
    background: conic-gradient(
      from 90deg at 50% 50%,
      #1799be 1deg,
      #1799be00 358deg
    );
  }
}
.ssp_tab_icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  background: #dbeffa;
  box-sizing: border-box;
  transition: background 0.35s ease;
}
.ssp_tab li.active .ssp_tab_icon,
.ssp_tab li:hover .ssp_tab_icon {
  background: #dbeffa;
}
.ssp_tab_icon img {
  width: 0.42rem;
  height: auto;
  object-fit: contain;
}

.ssp_content > li {
  display: none;
}
.ssp_content > li.active {
  display: block;
}
.ssp_content_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14%;
}
.ssp_content_left {
  flex: 1;
  min-width: 0;
}
.ssp_content_left h3 {
  color: #333;
  font-weight: bold;
  line-height: 1.3;
}
.ssp_content_left h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.03rem;
  background: var(--i_color);
  margin: 0.15rem 0 0.25rem;
}
.ssp_content_left p {
  color: #666;
  line-height: 1.75;
  margin-bottom: 0.35rem;
}
.ssp_content_right {
  width: 46%;
  flex-shrink: 0;
}
.ssp_content_right span {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 0.12rem;
  overflow: hidden;
}
.ssp_content_right span::before {
  content: "";
  display: block;
  padding-bottom: 54.5%;
}
.ssp_content_right span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .ssp_tab {
    --ssp-tab-size: 0.9rem;
    padding: 0 2%;
    margin-bottom: 0.4rem;
  }
  .ssp_tab_icon {
    width: 0.68rem;
    height: 0.68rem;
  }
  .ssp_tab_icon img {
    width: 0.34rem;
  }
  .ssp_content_box {
    flex-direction: column;
    gap: 0.3rem;
  }
  .ssp_content_right {
    width: 100%;
  }
  .ssp_bg {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .ssp_tab {
    --ssp-tab-size: 0.7rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2rem;
    padding: 0;
  }
  .ssp_tab li {
    width: 45%;
    flex: none;
    display: flex;
    justify-content: center;
  }
  .ssp_tab_icon {
    width: 0.58rem;
    height: 0.58rem;
  }
  .ssp_tab_icon img {
    width: 0.28rem;
  }
  .ssp_tab::before {
    display: none;
  }
}
/* ------------------------oem服务----------------- */
.service_oem_service {
  background: #f6f6f6;
}
.sos_contain {
}
.sos_list {
  display: flex;
  gap: 0.3rem;
}
.sos_list > li {
  width: calc((100% - 2 * 0.3rem) / 3);
}
.sos_list li:nth-child(even) .sos_item {
  display: flex;
  flex-direction: column-reverse;
}
.sos_item {
  height: 100%;
  box-sizing: border-box;
  padding: 0.3rem 0.13rem;
  border: 1px solid #c6def0;
  border-radius: 0.1rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}
.sos_item:hover {
  background: #e8f5f9;
  border-color: #9dd4e8;
}
.sos_item_pic {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
}
.sos_item_pic::before {
  content: "";
  display: block;
  padding-bottom: 61.67%;
}
.sos_item_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.sos_item_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.sos_item_txt h3 {
  color: #333;

  transition: color 0.35s ease;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #dddddd;
}
.sos_item_txt p {
  color: #666;
}
.sos_item:not(.sos_item_reverse) .sos_item_pic {
  margin-bottom: 0.25rem;
}
.sos_item:not(.sos_item_reverse) .sos_item_txt h3 {
  margin-bottom: 0.15rem;
}
.sos_item_reverse {
  justify-content: space-between;
}
.sos_item_reverse .sos_item_txt h3 {
  margin-bottom: 0.15rem;
}
.sos_item_reverse .sos_item_pic {
  margin-top: 0.25rem;
}
.sos_item:hover .sos_item_txt h3 {
  color: var(--i_color);
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .sos_list {
    flex-wrap: wrap;
  }
  .sos_list > li {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .sos_item_txt {
    padding: 0;
  }
  .sos_item {
    padding: 0.2rem 0.1rem;
  }
}

/* -------------------------news.html--------------------- */
.news_maxbox {
}
.nm_box {
}
.nmb_tab {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.3rem;
  align-items: stretch;
  border-bottom: 1px solid #e8e8e8;
}
.nmb_tab p {
  font-weight: bold;
}
.nmb_tab ul {
  display: flex;
  gap: 0.6rem;
}
.nmb_tab ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.nmb_tab ul li::before {
  content: "";
  display: block;
  width: 0%;
  height: 0.02rem;
  background: var(--i_color);
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.35s ease;
}
.nmb_tab ul li.active a,
.nmb_tab ul li:hover a {
  color: var(--i_color);
}
.nmb_tab ul li:hover::before,
.nmb_tab ul li.active::before {
  width: 100%;
}

.nmb_contain {
  margin-top: 0.5rem;
}
.nmb_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.nmb_list > ul > li {
  width: calc((100% - 2 * 0.35rem) / 3);
}
.nmb_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f6f6f6;
  overflow: hidden;
  transition: all 0.35s ease;
}
.nmb_item_pic {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.nmb_item_pic::before {
  content: "";
  display: block;
  padding-bottom: 66.14%;
}
.nmb_item_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.45s ease;
}
.nmb_item:hover .nmb_item_pic img {
  transform: scale(1.05);
}
.nmb_item_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.25rem 0.15rem 0;
  box-sizing: border-box;
  background: #f6f6f6;
  transition: background 0.35s ease;
}
.nmb_item_txt time {
  display: block;
  color: #999;
  margin-bottom: 0.1rem;
}
.nmb_item_txt h3 {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.12rem;
  transition: color 0.35s ease;
}
.nmb_item_txt p {
  color: #666;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.nmb_item_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 0.3rem);
  margin-left: -0.15rem;
  margin-top: auto;
  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: var(--i_color);
}
.nmb_item_more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--i_color);
  transition: height 0.35s ease;
  z-index: 0;
  border-radius: 0.2rem 0.2rem 0 0;
}
.nmb_item_more span,
.nmb_item_more iconify-icon {
  position: relative;
  z-index: 1;
  transition: color 0.35s ease;
}
.nmb_item_more iconify-icon {
  font-size: 0.18rem;
}
.nmb_item:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.nmb_item:hover .nmb_item_txt {
  background: #fff;
}
.nmb_item:hover .nmb_item_txt h3 {
  color: var(--i_color);
}
.nmb_item:hover .nmb_item_more::before {
  height: 100%;
}
.nmb_item:hover .nmb_item_more {
  color: #fff;
}
.nmb_item:hover .nmb_item_more iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .nmb_tab {
    padding-bottom: 0.2rem;
  }
  .nmb_tab ul li::before {
    bottom: -0.2rem;
  }
  .nmb_list > ul > li {
    width: calc((100% - 0.35rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .nmb_tab ul {
    gap: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .nmb_tab {
    padding-bottom: 0.15rem;
  }
  .nmb_tab ul li::before {
    bottom: -0.15rem;
  }
  .nmb_tab ul {
    gap: 0.2rem;
  }
  .nmb_list > ul > li {
    width: 100%;
  }
  .nmb_item_txt {
    padding: 0.15rem 0.15rem 0;
  }
  .nmb_item_more {
    padding: 0.1rem 0.2rem;
  }
  .nmb_item_txt p {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 320px) {
  .nmb_tab p {
    display: none;
  }
  .nmb_tab ul {
    justify-content: space-between;
    width: 100%;
  }
}

/* ----------------------contact.html------------------------ */
.contact_form {
  background: #f6f6f6;
}
.cf_maxbox {
}
.cfm_title h4 {
  width: 45%;
}
.cfm_title h4 a,
.cfm_title h4 span {
  color: var(--i_color);
}
.cfm_title h4 a:hover {
  text-decoration: underline;
}
.cfm_contain {
}
#wpforms-132 {
  --wpforms_input_height: 52px;
  --wpforms_textarea_height: 166px;
  --wpforms_input_font_size: 18px;
  --wpforms_select_height: 52px;
  width: 100%;
}

#wpforms-132 {
  margin: 0;
  padding: 0;
}
#wpforms-form-132 {
  width: 100%;
  position: relative;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0;
  clear: both;
}

/* 字段样式 */
#wpforms-132 .wpforms-field-container > .wpforms-field {
  width: 100%;
  margin: 0 0 20px;
  overflow-x: initial !important;
  position: relative;
}

#wpforms-132 .wpforms-field-container .wpforms-required-label {
  color: #d63637;
}

#wpforms-132 .wpforms-field-container .wpforms-field > input,
#wpforms-132 .wpforms-field-container textarea,
#wpforms-132 .wpforms-field-container select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 20px !important;
  margin: 0;
  border: 1px solid rgba(51, 51, 51, 0.2);
  background: transparent;
  font-size: var(--wpforms_input_font_size);
  line-height: 1.4;
  color: #333;
  font-family: Arial;
}

#wpforms-132 .wpforms-field-container .wpforms-field > input {
  height: var(--wpforms_input_height);
  background: #fff;
}

#wpforms-132 .wpforms-field-container textarea {
  height: var(--wpforms_textarea_height);
  background: #fff;
}

#wpforms-132 .wpforms-field-container select {
  border: #d6d6d6 1px solid;
  height: var(--wpforms_select_height);
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  background-size: 0.3rem;
}

#wpforms-132 input::placeholder,
#wpforms-132 textarea::placeholder,
#wpforms-132 select::placeholder {
  color: #999;
  font-size: var(--wpforms_input_font_size);
  line-height: 1.4;
}

#wpforms-132 select:invalid {
  color: #999;
  font-size: var(--wpforms_input_font_size);
  line-height: 1.4;
  height: var(--wpforms_select_height);
}

#wpforms-132 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-132 .wpforms-field-container textarea:hover,
#wpforms-132 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-132 .wpforms-field-container textarea:focus {
  border: var(--i_color) 1px solid;
  outline: none;
  box-shadow: none;
}

/* 错误提示 */
#wpforms-132 label.wpforms-error,
#wpforms-132 em.wpforms-error {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
  color: #d63637;
}

/* 隐藏Label */
#wpforms-132 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0;
}

#wpforms-132 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
}

/* 一行两列 */
#wpforms-132 .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-132-field_1-container,
#wpforms-132-field_2-container,
#wpforms-132-field_3-container {
  width: 32% !important;
}

#wpforms-132-field_4-container,
#wpforms-132-field_5-container {
  width: 49% !important;
}

#wpforms-132-field_6-container {
  width: 100% !important;
}

/* 提交按钮 */
#wpforms-132 .wpforms-submit-container {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#wpforms-132 .wpforms-submit-container button {
  width: 20%;
  height: 0.52rem;
  font-size: 0.18rem;
  color: #fff;
  background: var(--i_color);
  border: var(--i_color) 1px solid;
  font-family: Arial;
  border-radius: 2rem;
  box-sizing: border-box;
}
#wpforms-132 .wpforms-submit-container button:hover {
  background: transparent;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  #wpforms-132 {
    --wpforms_input_height: 48px;
    --wpforms_select_height: 40px;
    --wpforms_textarea_height: 100px;
    --wpforms_input_font_size: 16px;
  }

  #wpforms-132-field_1-container,
  #wpforms-132-field_2-container,
  #wpforms-132-field_3-container,
  #wpforms-132-field_4-container,
  #wpforms-132-field_5-container,
  #wpforms-132-field_6-container {
    width: 100% !important;
  }

  #wpforms-132 .wpforms-submit-container button {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  #wpforms-132 .wpforms-submit-container {
    width: 100%;
  }
  #wpforms-132 .wpforms-submit-container button {
    width: 100%;
    height: 0.4rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .cfm_title h4 {
    width: 80%;
  }
}
/* --------------------联系我们-------------------- */
.contact_get_in_touch {
}
.cgit_maxbox {
}
.cgit_contain {
}
.cgit_ul {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.cgit_ul li {
  width: calc((100% - 3 * 0.5rem) / 4);
}
.cgit_img {
  padding-bottom: 0.4rem;
  border-bottom: 0.02rem solid rgba(51, 51, 51, 0.2);
  position: relative;
  margin-bottom: 0.1rem;
}
.cgit_img::before {
  content: "";
  display: block;
  width: 70%;
  height: 0.02rem;
  position: absolute;
  bottom: -0.01rem;
  left: 0;
  background: var(--i_color);
  transition: all 0.35s ease;
}
.cgit_ul li:hover .cgit_img::before {
  width: 100%;
}
.cgit_img span {
  width: 0.55rem;
  height: 0.55rem;
  display: block;
}
.cgit_img span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cgit_ul li a {
  color: #333333;
  display: block;
  transition: all 0.3s ease;
}
.cgit_ul li p {
  color: #666666;
  margin-top: 0.05rem;
}
.cgit_ul li a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .cgit_img span {
    width: 0.4rem;
    height: 0.4rem;
  }
  .cgit_img {
    padding-bottom: 0.2rem;
  }
  .cgit_ul {
    gap: 0.3rem;
  }
  .cgit_ul li {
    width: calc((100% - 3 * 0.3rem) / 4);
  }
}
@media screen and (max-width: 768px) {
  .cgit_ul {
    gap: 0.3rem;
  }
  .cgit_ul li {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .cgit_ul {
    gap: 0.2rem;
  }
  .cgit_ul li {
    width: 100%;
  }
  .cgit_img span {
    width: 0.3rem;
    height: 0.3rem;
  }
}

/* ---------------------------------contact_map------------------------------- */
.contact_map_bac {
  box-sizing: border-box;
}

.contact_map {
  height: 5.8rem;
}

.contact_map #simpleMap,
.contact_map .fluid-width-video-wrapper,
.contact_map iframe {
  width: 100%;
  height: 100% !important;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1200px) {
  .contact_map {
    height: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .contact_map {
    height: 4.5rem;
  }
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
  .contact_map {
    height: 4rem;
  }
}

@media screen and (max-width: 560px) {
}

@media screen and (max-width: 425px) {
}
