@charset "utf-8";

:root {
  --i_color: #0087d7;

  /* 全局颜色 */

  --i_color2: #fff;

  /* 副颜色 */

  --top_h: 0.8rem;

  --header_info_h: 0.3rem;

  /* 顶部信息 */

  /* 导航 */

  --header_height: 0.8rem;

  /* 导航总高度 */
}

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

@media screen and (max-width: 1024px) {
  :root {
    --top_h: 0.5rem;

    --header_height: 0.5rem;
  }
}

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

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

.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_r {
  display: block;

  box-sizing: border-box;

  padding-right: 13.43%;
}

.wrap02 {
  width: 1500px;

  max-width: 94vw;

  margin-left: auto;

  margin-right: auto;
}

@media screen and (min-width: 1921px) {
  .wrap {
    width: 85vw;

    max-width: none;
  }

  .wrap02 {
    width: 85vw;

    max-width: none;
  }
}

@media screen and (max-width: 1024px) {
  .wrap_l {
    padding-left: 3%;
  }

  .wrap_r {
    padding-right: 3%;
  }
}

/* --------------------占位盒子----------------- */

.header_heightbox {
  height: calc(var(--header_height));
}

@media screen and (max-width: 768px) {
  .header_heightbox {
    height: var(--header_height);
  }
}

.swiper-notification {
  display: none !important;
}

/* -----------------------------------public_btn---------------------------------------- */

.public_btn {
}

.public_btn a {
  font-family: "Poppins";

  font-size: 0.18rem;

  line-height: 0.24rem;

  font-weight: normal;

  border: 1px solid var(--i_color);

  border-radius: 80rem;

  box-sizing: border-box;

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  overflow: hidden;

  transition: color 0.5s;

  z-index: 1;

  cursor: pointer;

  color: var(--i_color);

  background: transparent;

  padding: 0.12rem 0.2rem;
}

.public_btn a iconify-icon {
  font-size: 0.2rem;

  margin-left: 0.16rem;

  transition: all 0.3s ease;
}

.public_btn a::before {
  content: "";

  position: absolute;

  z-index: -1;

  background: var(--i_color);

  width: 0%;

  height: 100%;

  /* border-radius: 50%; */

  top: 0%;

  left: 0%;

  transition: all 0.7s;
}

.public_btn a:hover {
  color: #fff;
}

.public_btn a:hover::before {
  width: 100%;
  right: 0;
}

.public_btn a:hover iconify-icon {
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .public_btn a {
    font-size: 0.16rem;

    padding: 0.1rem 0.16rem;
  }

  .public_btn a iconify-icon {
    font-size: 0.18rem;

    margin-left: 0.1rem;
  }
}

@media screen and (max-width: 560px) {
  .public_btn a {
    font-size: 0.14rem;

    padding: 0.06rem 0.12rem;
  }

  .public_btn a iconify-icon {
    font-size: 0.16rem;

    margin-left: 0.05rem;
  }
}

@media screen and (max-width: 375px) {
  .public_btn a {
    font-size: 0.13rem;
  }
}

/* -----------------------------------public_color_btn---------------------------------------- */

.public_color_btn {
}

.public_color_btn a {
  font-family: "Poppins";

  font-size: 0.18rem;

  line-height: 0.24rem;

  font-weight: normal;

  border: 1px solid var(--i_color);

  border-radius: 80rem;

  box-sizing: border-box;

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  overflow: hidden;

  transition: color 0.5s;

  z-index: 1;

  cursor: pointer;

  color: #fff;

  background: var(--i_color);

  padding: 0.12rem 0.2rem;
}

.public_color_btn a iconify-icon {
  font-size: 0.2rem;

  margin-left: 0.16rem;

  transition: all 0.3s ease;
}

.public_color_btn a::before {
  content: "";

  position: absolute;

  z-index: -1;

  background: #fff;

  width: 0%;

  height: 100%;

  top: 0%;

  left: 0%;

  transition: all 0.7s;
}

.public_color_btn a:hover {
  color: var(--i_color);
}

.public_color_btn a:hover::before {
  width: 100%;
  right: 0;
}

.public_color_btn a:hover iconify-icon {
  color: var(--i_color) !important;
}

@media screen and (max-width: 1024px) {
  .public_color_btn a {
    font-size: 0.16rem;

    padding: 0.1rem 0.16rem;
  }

  .public_color_btn a iconify-icon {
    font-size: 0.18rem;

    margin-left: 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  .public_color_btn a {
    font-size: 0.14rem;

    padding: 0.05rem 0.16rem;
  }
}

@media screen and (max-width: 560px) {
  .public_color_btn a {
    font-size: 0.14rem;

    padding: 0.06rem 0.12rem;
  }

  .public_color_btn a iconify-icon {
    font-size: 0.16rem;

    margin-left: 0.05rem;
  }
}

@media screen and (max-width: 375px) {
  .public_color_btn a {
    font-size: 0.13rem;
  }
}

/* -----------------------------public_white_btn-------------------------------- */

.public_white_btn a {
  background: #fff;

  border: 1px solid #fff;
  transition: all 0.35s ease;
}

.public_white_btn a:hover {
  border: 1px solid var(--i_color);
  background: transparent;
}

/* -----------------------------------public_title----------------------- */

.public_title {
}

.public_title h3 {
  font-family: "Poppins";

  font-weight: 500;

  color: #222222;

  text-align: center;
}

.public_title h3 span {
  color: var(--i_color);

  font-family: "Poppins";

  font-weight: 500;

  margin-left: 0.08rem;
}

.public_title h4 {
  font-family: "Poppins";

  font-weight: normal;

  color: #666666;

  text-align: center;
}

/* -----------------------------public_left_title---------------------- */

.public_left_title h3 {
  text-align: left;
}

.public_left_title h4 {
  text-align: left;
}

/* ------------------------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;
}

/* ---------------------------------------header-------------------------------- */

header {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 2014;

  height: var(--header_height);
}

.top_cont {
  background: #fff;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  height: var(--top_h);

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.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 */

.logo {
  display: -webkit-flex;

  height: 78.75%;
}

.logo a {
  display: -webkit-flex;

  display: flex;

  align-items: center;

  height: 100%;

  position: relative;
}

.logo img {
  max-height: 0.8rem;
}

@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;
  }
}

/* 导航 */

@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: 1rem;

    display: -webkit-flex;

    display: flex;

    flex-wrap: nowrap;

    gap: 0 0.68rem;

    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.2rem;

    color: #222;

    /* line-height: var(--top_h); */

    line-height: 0.32rem;

    white-space: nowrap;

    box-sizing: border-box;

    font-weight: 500;

    font-family: "Poppins";
  }

  .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: #fff;

    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: #666;
  }

  .i_nav .sub-menu .sub-menu li:hover {
    background: var(--i_color);
  }

  .i_nav .sub-menu .sub-menu li:hover a {
    color: #333;
  }
}

@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;
  }

  /*滚动条*/

  .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;

  position: relative;
}

.top_r::before {
  position: absolute;

  left: 50%;

  top: 50%;

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

  width: 0.01rem;

  height: 20%;

  background: #222;

  content: "";
}

.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.22rem;

  height: 0.22rem;

  object-fit: contain;
}

.top_language {
  position: relative;
}

.top_language_btn {
  /* padding: 0.1rem 0.18rem 0.1rem 0; */

  position: relative;

  cursor: pointer;

  display: flex;

  align-items: center;
}

.top_search_ico {
  display: flex;

  align-items: center;
}

/* .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;
  }

  .top_language_btn {
    padding: 0 0.18rem 0 0;
  }

  .top_r::before {
    display: none;
  }

  .top_r {
    gap: 0.15rem;
  }
}

@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);
}

/* -------------------------------------------footer------------------------------------- */

footer {
}

.footer_maxBox {
  height: 100%;
}

.footer_topMaxBox {
  background: url(static/images/footer_top_bg.webp) no-repeat center/cover;

  display: flex;

  align-items: center;

  justify-content: center;
}

.footer_topMaxBox span {
  padding: 0.5rem 0;

  width: 50%;

  font-family: "Poppins";

  font-weight: 500;

  text-align: center;

  color: #ffffff;
}

.footer_lastbox {
  background: #f6f7f7;

  padding: 0.7rem 0 0 0;
}

/* 中间 */

.footer_centerMaxBox {
  padding: 0 0 0.8rem 0;

  position: relative;
}

.footer_centerMaxBox .footer_bg {
  position: absolute;

  width: 71%;

  height: 38%;

  right: 0;

  bottom: 0;

  object-fit: contain;

  pointer-events: none;
}

.footer_centerMaxBox > ul {
  display: flex;

  gap: 0.46rem;
}

.footer_centerMaxBox > ul > li {
  min-width: 0;
}

.footer_centerMaxBox > ul > li:first-child {
  flex: 1.5;

  flex-shrink: 0;
}

.footer_centerMaxBox > ul > li:nth-of-type(2) {
  flex: 1.5;

  flex-shrink: 0;
}

.footer_centerMaxBox > ul > li:nth-of-type(3),
.footer_centerMaxBox > ul > li:nth-of-type(4) {
  flex: 1;
}

.footer_centerMaxBox > ul > li span {
  display: flex;

  font-family: "Poppins";

  font-size: 0.24rem;

  font-weight: 500;

  color: #222222;

  margin-bottom: 0.25rem;
}

.fc_company_des {
  font-family: "Poppins";

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.28rem;

  letter-spacing: 0em;

  color: #222222;

  margin-bottom: 0.4rem;
}

.fc_media_ul {
}

.fc_media_ul li {
  display: flex;

  gap: 0.3rem;
}

.fc_media_ul li a {
}

.fc_media_ul li a iconify-icon {
  font-size: 0.25rem;

  display: inline-block; /* 必须，不然 transform 不生效 */

  transition:
    transform 0.4s ease,
    color 0.3s;

  transform-style: preserve-3d;
}

.fc_media_ul li a:hover iconify-icon {
  color: var(--i_color) !important;

  transform: rotateY(180deg);
}

/* 第一个li */

.fc_infoUl {
  display: flex;

  flex-direction: column;

  gap: 0.15rem;
}

.fc_infoUl li a {
  font-family: "Poppins";

  font-weight: normal;

  font-size: 0.16rem;

  line-height: 0.24rem;

  color: #222;

  word-break: break-all;

  align-items: flex-start;

  display: flex;
}

.fc_infoUl li a:hover {
  color: var(--i_color);

  text-decoration: underline;
}

.fc_infoUl li a img {
  width: 0.22rem;

  height: 0.22rem;

  object-fit: contain;

  margin-right: 0.15rem;
}

.fci_tel {
  font-family: "Poppins";

  font-size: 0.26rem !important;

  font-weight: normal;

  color: #222222;
}

/* 第二个 */

.footer_centerMaxBox > ul > li h3 {
  font-family: Arial;

  font-size: 0.2rem;

  font-weight: bold;

  color: #222;

  margin-bottom: 0.3rem;
}

.tc_menu_ul {
  display: flex;

  flex-direction: column;

  gap: 0.1rem;
}

.tc_menu_ul li a {
  font-family: "Poppins";

  font-size: 0.18rem;

  font-weight: normal;

  color: #333333;
}

.tc_menu_ul li a:hover {
  color: var(--i_color);

  text-decoration: underline;
}

.footer_bottomMaxBox {
  padding: 0.28rem 0 0.23rem 0;

  background: #f6f6f6;

  color: #333;

  display: flex;

  align-items: center;

  font-size: 0.16rem;

  font-family: "Poppins";

  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.footer_bottomMaxBox .wrap a {
  color: #333;

  cursor: pointer;
}

.footer_bottomMaxBox .wrap a:hover {
  text-decoration: underline;
}

.tc_lastinfo_ul {
  padding-top: 0.2rem;

  display: flex;

  flex-direction: column;

  gap: 0.2rem;
}

.tc_lastinfo_ul li a {
  font-family: "Poppins";

  line-height: 0.32rem;

  color: #333333;

  font-size: 0.18rem;
}

.tc_lastinfo_ul li a:hover {
  color: var(--i_color);

  text-decoration: underline;
}

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

  .footer_topMaxBox span {
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .footer_bottomMaxBox {
    padding: 0.28rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .footer_topMaxBox ul li.ft_firstli {
    font-size: 0.2rem;

    line-height: 0.3rem;
  }

  .footer_centerMaxBox > ul > li:first-child,
  .footer_centerMaxBox > ul > li:nth-of-type(2) {
    flex: 1;
  }

  .footer_centerMaxBox > ul > li:nth-of-type(3),
  .footer_centerMaxBox > ul > li:nth-of-type(4) {
    display: none;
  }

  .footer_centerMaxBox .footer_bg {
    width: 79%;

    height: 27%;
  }

  .ft_topbox {
    padding: 0.4rem 0;
  }

  .ft_topbox p {
    font-size: 0.3rem;
  }

  .footer_topMaxBox span {
    padding: 0.3rem 0;
  }

  .footer_lastbox {
    padding: 0.3rem 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .footer_topMaxBox ul li.ft_firstli {
    font-size: 0.18rem;

    line-height: 0.28rem;
  }

  .footer_topMaxBox ul li.ft_iconli {
    gap: 0.2rem;
  }

  .footer_topMaxBox ul li.ft_iconli a iconify-icon {
    font-size: 0.25rem;
  }

  .footer_lastbox {
    padding: 0.2rem 0 0 0;
  }

  .footer_centerMaxBox {
    padding: 0 0 0.3rem 0;
  }

  .footer_centerMaxBox > ul > li:first-child {
    flex: 1;
  }

  .footer_centerMaxBox > ul > li:last-child {
    flex: 1;
  }

  .fc_infoUl li a {
    font-size: 0.16rem;
  }

  .footer_centerMaxBox > ul > li h3 {
    font-size: 0.26rem;

    margin-bottom: 0.2rem;
  }

  .footer_centerMaxBox > ul > li span img {
    margin-right: 0.1rem;
  }

  .fc_company_des {
    font-size: 0.16rem;

    line-height: 0.26rem;

    margin-bottom: 0.3rem;
  }

  .fc_media_ul li a iconify-icon {
    font-size: 0.2rem;
  }

  .ft_topbox p {
    font-size: 0.26rem;
  }

  .ft_topbox {
    padding: 0.4rem 0;
  }

  .footer_bottomMaxBox {
    padding: 0.2rem 0;
  }
}

@media screen and (max-width: 560px) {
  .footer_bottomMaxBox {
    font-size: 0.14rem;

    padding: 0.1rem 0;
  }

  .footer_topMaxBox ul li.ft_iconli {
    display: flex;

    justify-content: flex-end;
  }

  .footer_centerMaxBox > ul > li span {
    margin-bottom: 0.1rem;
  }

  .fc_company_des {
    margin-bottom: 0.2rem;
  }

  .footer_centerMaxBox > ul > li span img {
    width: 0.8rem;

    height: 0.5rem;
  }

  .footer_centerMaxBox > ul {
    gap: 0.1rem;

    flex-direction: column;
  }

  .ft_topbox p {
    font-size: 0.2rem;
  }

  .ftt_box {
    flex-direction: column;
  }

  .ftt_box p {
    width: 100%;

    margin-bottom: 0.15rem;
  }

  .ft_topbox {
    padding: 0.2rem 0;
  }

  .ft_btnbox {
    display: flex;

    width: 100%;

    justify-content: flex-end;
  }

  .footer_centerMaxBox > ul > li h3 {
    font-size: 0.2rem;
  }

  .footer_centerMaxBox .footer_bg {
    display: none;
  }

  .footer_topMaxBox span {
    width: 90%;
  }

  .footer_topMaxBox span {
    padding: 0.2rem 0;
  }

  .fci_tel {
    font-size: 0.2rem !important;
  }

  .footer_centerMaxBox > ul > li span {
    font-size: 0.2rem;
  }
}

/* -----------------------------------home_banner------------------------------- */

.home_banner {
  /* overflow: hidden; */
}

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

  /* 设置比例 */

  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;

  text-align: center;

  bottom: 0.3rem !important;

  position: absolute;

  left: 50% !important;

  transform: translate(-50%, 0);

  z-index: 3;
}

.banner-pagination .swiper-pagination-bullet {
  width: 0.14rem;

  height: 0.14rem;

  display: inline-block;

  margin: 0 0.06rem;

  background: #ccc;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  outline: none;

  cursor: pointer;

  opacity: 1;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.banner-button-prev,
.banner-button-next {
  display: block;

  position: absolute;

  bottom: -0.3rem;

  width: 0.6rem;

  height: 0.6rem;

  cursor: pointer;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  z-index: 3;

  background: #fff;

  border-radius: 50%;
}

.banner-button-prev {
  right: 18%;
}

.banner-button-next {
  right: 13.54%;
}

.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
  position: absolute;

  top: 50%;

  left: 50%;

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

  font-size: 0.2rem;

  color: #666;
}

.banner-button-prev:hover,
.banner-button-next:hover {
  background: var(--i_color);
}

.banner-button-prev:hover iconify-icon,
.banner-button-next:hover iconify-icon {
  color: #fff;
}

.b_text1 {
  position: absolute;

  top: 18%;

  left: 13.54%;

  z-index: 3;

  width: 34%;
}

.b_text1 h3 {
  font-family: "Poppins";

  font-weight: 500;

  color: #ffffff;

  padding-left: 3.5%;
}

.b_text1 h4 {
  font-family: "Poppins";

  font-weight: bold;

  color: #ffffff;

  margin-bottom: 0.6rem;

  padding-left: 3.5%;
}

.b_text1 ul {
  display: flex;

  flex-direction: column;

  gap: 0.15rem;

  width: 89%;

  margin-bottom: 0.5rem;
}

.b_text1 ul li {
  font-family: "Poppins";

  font-weight: normal;

  color: #ffffff;

  padding-left: 0.25rem;

  box-sizing: border-box;

  display: flex;

  align-items: flex-start;
}

.b_text1 ul li i {
  flex-shrink: 0;

  margin-right: 0.1rem;

  position: relative;

  width: 0.18rem;

  height: 0.18rem;

  margin-top: 0.05rem;
}

.b_text1 ul li i::before {
  content: "";

  border: 0.01rem solid var(--i_color);

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  box-sizing: border-box;
}

.b_text1 ul li i::after {
  background: var(--i_color);

  width: 60%;

  height: 60%;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  left: 50%;

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

  content: "";
}

.b_banner1_bg {
  position: absolute;

  top: 17%;

  left: 13.54%;

  width: 44.375%;

  height: 25.76%;
}

.b_banner1_bg img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.bt1_btn {
  display: flex;
}

.b_text2 {
  position: absolute;

  top: 15.76%;

  left: 11.45%;

  z-index: 3;

  width: 37.5%;
}

.b_text2 h3 {
  color: #fff;

  font-family: "Poppins";

  font-weight: 500;

  margin-bottom: 0.2rem;
}

.b_text2 h4 {
  font-family: "Poppins";

  color: #fff;

  margin-bottom: 0.4rem;
}

.b_text2 ul {
  display: flex;

  flex-direction: column;

  gap: 0.15rem;

  width: 89%;

  margin-bottom: 0.5rem;
}

.b_text2 ul li {
  font-family: "Poppins";

  font-weight: normal;

  color: #ffffff;

  box-sizing: border-box;

  display: flex;

  align-items: flex-start;
}

.b_text2 ul li i {
  flex-shrink: 0;

  margin-right: 0.1rem;

  position: relative;

  width: 0.18rem;

  height: 0.18rem;

  margin-top: 0.05rem;
}

.b_text2 ul li i::before {
  content: "";

  border: 0.01rem solid #fff;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  box-sizing: border-box;
}

.b_text2 ul li i::after {
  background: #fff;

  width: 60%;

  height: 60%;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  left: 50%;

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

  content: "";
}

.bt2_btn {
  display: flex;
}

.b_text3 {
  position: absolute;

  top: 11%;

  left: 50%;

  transform: translateX(-50%);

  z-index: 3;

  width: 48.75%;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.b_text3 h3 {
  text-align: center;

  color: #fff;

  font-family: "Poppins";

  font-weight: 500;

  margin-bottom: 0.15rem;
}

.b_text3 h4 {
  text-align: center;

  color: #fff;

  font-family: "Poppins";

  width: 80%;
}
@media screen and (min-width: 1921px) {
  .b_text1 {
    top: 21%;
  }
}
@media screen and (max-width: 1440px) {
  .b_text1 {
    top: 18%;

    left: 10%;

    width: 40%;
  }

  .b_banner1_bg {
    top: 16%;

    left: 10%;

    width: auto;

    height: 33%;
  }

  .b_text1 h4 {
    margin-bottom: 0.3rem;
  }

  .b_text1 ul {
    margin-bottom: 0.3rem;
  }

  .b_text2 {
    top: 12%;

    left: 8%;

    width: 42%;
  }

  .b_text2 h4 {
    margin-bottom: 0.2rem;
  }

  .b_text2 ul {
    margin-bottom: 0.3rem;
  }

  .b_text3 {
    top: 11%;

    width: 60%;
  }
}

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

@media screen and (max-width: 1200px) {
  .b_text1 {
    top: 15%;

    left: 6%;

    width: 45%;
  }

  .b_banner1_bg {
    top: 13%;

    left: 6%;

    width: auto;

    height: 30%;
  }

  .b_text1 ul li {
    padding-left: 0.1rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }

  .banner-pagination {
    bottom: 0.1rem !important;
  }

  .b_banner1_bg {
    display: none;
  }

  .b_text1 {
    left: 2%;
  }

  .b_text1 h4 {
    margin-bottom: 0.15rem;
  }

  .bt1_btn {
    display: none;
  }

  .b_text2 {
    left: 6%;
  }

  .bt2_btn {
    display: none;
  }

  .b_text3 {
    top: 13%;

    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .banner-pagination .swiper-pagination-bullet {
    width: 0.1rem;

    height: 0.1rem;
  }

  .b_text1 ul li i {
    flex-shrink: 0;

    margin-right: 0.1rem;

    position: relative;

    width: 0.16rem;

    height: 0.16rem;

    margin-top: 0.05rem;
  }

  .b_text1 {
    top: 10%;

    width: 50%;
  }

  .b_text1 ul {
    gap: 0.1rem;

    width: 100%;
  }

  .b_text2 {
    width: 50%;

    top: 10%;

    left: 4%;
  }

  .b_text2 h3 {
    margin-bottom: 0.1rem;
  }

  .b_text2 h4 {
    margin-bottom: 0.1rem;
  }

  .b_text2 ul {
    gap: 0.1rem;
  }

  .b_text2 ul li i {
    width: 0.16rem;

    height: 0.16rem;
  }

  .b_text3 h3 {
    margin-bottom: 0.05rem;
  }

  .b_text3 {
    top: 8%;
  }
}

@media screen and (max-width: 560px) {
  .b_text1 ul {
    display: none;
  }

  .b_text1 {
    top: 20%;

    width: 47%;
  }

  .b_text2 {
    width: 54%;
  }

  .b_text2 ul {
    display: none;
  }

  .b_text2 h3 {
    font-size: 0.16rem;
  }

  .b_text2 h4 {
    font-size: 0.14rem;
  }

  .banner .swiper-slide {
    padding-bottom: 49%;
  }

  .b_text3 {
    width: 90%;
  }

  .b_text3 h4 {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .b_text2 {
    top: 50%;

    transform: translateY(-50%);
  }

  .b_text2 h4 {
    display: none;
  }

  .b_text1 {
    width: 55%;
  }

  .b_text1 h3 {
    margin-bottom: 0.1rem;
  }

  .b_text1 h4 {
    /* display: none; */
  }
}

@media screen and (max-width: 320px) {
  .banner-pagination .swiper-pagination-bullet {
    width: 0.08rem;

    height: 0.08rem;
  }

  .b_text1 {
    width: 55%;

    top: 50%;

    transform: translateY(-50%);
  }

  .b_text1 h4 {
    display: none;
  }
}

/* ----------------------------产品系列---------------------- */

.home_products_series {
  padding: 0.6rem 0;

  overflow: hidden;
}

.hpsm_top {
  margin-bottom: 0.3rem;
}

.hpsm_contain {
  position: relative;
}

.hpsm_list {
  position: relative;

  overflow: hidden;
}

.hpsm_list .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;
}

.hpsm_list li {
  flex-shrink: 0;

  position: relative;
}

.hpsm_prev,
.hpsm_next {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.48rem;

  height: 0.48rem;

  background: transparent;

  z-index: 3;

  cursor: pointer;

  outline: none;

  user-select: none;

  border-radius: 50%;

  border: 2px solid rgba(153, 153, 153, 0.5);

  display: flex;

  align-items: center;

  justify-content: center;
}

.hpsm_prev {
  left: -0.8rem;
}

.hpsm_next {
  right: -0.8rem;
}

.hpsm_prev iconify-icon,
.hpsm_next iconify-icon {
  position: absolute;

  top: 50%;

  left: 50%;

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

  font-size: 0.24rem;

  color: #666;
}

.hpsm_list .swiper-button-disabled {
  cursor: not-allowed;
}

.hpsm_prev:hover,
.hpsm_next:hover {
  background: var(--i_color);
}

.hpsm_prev:hover iconify-icon,
.hpsm_next:hover iconify-icon {
  color: #fff !important;
}

.hpsml_ul li {
  position: relative;

  width: 100%;
}

.hpsml_ul li::before {
  content: "";

  padding-bottom: 113.8%;

  display: block;
}

.hpsml_ul li span {
  position: absolute;

  top: 0;

  left: 0;

  padding: 0.13rem;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  align-items: center;

  height: 100%;

  width: 100%;
}

.hpsml_pic {
  width: 100%;

  aspect-ratio: 4 / 3;

  overflow: hidden;

  z-index: 2;
}

.hpsml_pic img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hpsml_ul li span p {
  font-family: "Poppins";

  font-weight: 500;

  color: #222;

  margin-bottom: 0.6rem;

  transition: all 0.45s ease;

  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  width: 100%;
  text-align: center;
}

.hpsm_btn {
  border: 1px solid #222222;

  border-radius: 80rem;

  font-size: 0.18rem;

  padding: 0.12rem 0.22rem;

  box-sizing: border-box;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #222;
}

.hpsm_btn iconify-icon {
  font-size: 0.2rem;

  margin-left: 0.1rem;
}

.hpsb_bg {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -1;
}

.hpsb_hbg {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 0;

  z-index: -1;

  transition: all 0.55s ease;
}

.hpsml_ul li a:hover .hpsb_hbg {
  height: 100%;
}

.hpsml_ul li a:hover p {
  color: #fff;
}

.hpsml_ul li a:hover .hpsm_btn {
  border: 1px solid var(--i_color);

  color: var(--i_color);

  background: #fff;
}

.hpsml_ul li a:hover .hpsm_btn iconify-icon {
  color: var(--i_color) !important;
}

.hpsm_pagination {
  display: block;

  margin-top: 0.3rem;

  text-align: center;
}

.hpsm_pagination .swiper-pagination-bullet {
  width: 0.08rem;

  height: 0.08rem;

  display: inline-block;

  margin: 0 6px;

  background: #999;

  border-radius: 20px;

  outline: none;

  cursor: pointer;

  opacity: 1;
}

.hpsm_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);

  width: 0.45rem;

  height: 0.08rem;
}

@media screen and (max-width: 1440px) {
  .hpsm_contain {
    padding: 0 0.5rem;
  }

  .hpsm_prev {
    left: -0.3rem;
  }

  .hpsm_next {
    right: -0.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .hpsml_ul li span p {
    margin-bottom: 0.3rem;
  }

  .hpsm_btn {
    font-size: 0.16rem;

    padding: 0.1rem 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .hpsm_prev {
    left: -0.1rem;
  }

  .hpsm_next {
    right: -0.1rem;
  }

  .hpsm_prev,
  .hpsm_next {
    width: 0.35rem;

    height: 0.35rem;
  }

  .hpsm_prev iconify-icon,
  .hpsm_next iconify-icon {
    font-size: 0.2rem;
  }

  .hpsml_ul li span p {
    margin-bottom: 0.2rem;
  }

  .hpsm_btn {
    font-size: 0.14rem;

    padding: 0.08rem 0.15rem;
  }
}

@media screen and (max-width: 560px) {
  .hpsm_prev {
    left: 0;
  }

  .hpsm_next {
    right: 0;
  }

  .home_products_series {
    padding: 0.3rem 0;
  }
}

/* --------------------------热门产品--------------------- */

.home_hot_products {
  padding: 0.6rem 0;

  background: url(static/images/home__hot_products_bg.webp) no-repeat
    center/cover;
}

.hhp_maxbox {
}

.hhpm_top {
  margin-bottom: 0.3rem;
}

.hhpm_conatin {
  display: flex;
}

.in_history_cont {
  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  position: relative;
}

.in_honor_price {
  position: relative;

  width: 85.71%;

  z-index: 2;
}

.gallery-top {
  width: 100%;

  height: 100%;

  box-sizing: border-box;

  overflow: hidden;

  position: relative;
}

.gallery-top .swiper-wrapper {
  position: relative;

  width: 100%;

  height: 100%;

  z-index: 1;

  display: flex;
}

.gallery-top .swiper-slide {
  flex-shrink: 0;

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  position: relative;

  border-radius: 0.2rem;

  width: 100%;
}

.JDE_box {
  width: 100%;

  display: flex;

  display: -webkit-flex;

  flex-wrap: wrap;

  align-items: center;
}

.JDE_text {
  width: 51%;
}

.JDE_text h3 {
  font-size: 0.28rem;

  color: #222;

  font-weight: 500;

  font-family: "Poppins";

  margin-bottom: 0.25rem;
}

.JDE_text ul {
  display: flex;

  flex-direction: column;

  gap: 0.16rem;
}

.JDE_text ul li {
  display: flex;

  align-items: flex-start;

  font-family: "Poppins";

  font-size: 0.16rem;

  font-weight: normal;

  color: #666666;

  cursor: pointer;
  transition: all 0.35s ease;
}
.JDE_text ul li:hover {
  text-decoration: underline;
  color: var(--i_color);
}
.JDE_text ul li img {
  margin-right: 0.15rem;

  margin-top: 0.08rem;

  width: 0.16rem;

  height: auto;

  object-fit: contain;
}

/*滚动条*/

.JDE_text h4::-webkit-scrollbar {
  width: 1px;

  height: 1px;
}

.JDE_text h4::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

  background: var(--i_color);
}

.JDE_text h4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

  border-radius: 0;

  background: #f1f1f1;
}

.JDE_img {
  width: 49%;

  position: relative;
}

.JDE_img::after {
  content: "";

  display: block;

  padding-bottom: 128.5%;
}

.JDE_img img {
  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 100%;

  height: 65%;

  object-fit: contain;
}

.gallery-top .swiper-slide-active {
  position: relative;

  z-index: 10;
}

.history-button-prev,
.history-button-next {
  opacity: 0.4;

  position: absolute;

  top: 102.6%;

  transform: translate(0, -50%);

  width: 0.66rem;

  height: 0.66rem;

  box-sizing: border-box;

  border: 1px solid #7e7e7e;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  z-index: 999;

  outline: none;

  cursor: pointer;

  -webkit-user-select: none;

  user-select: none;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.in_honor_year_box {
  position: absolute;

  right: 0;

  width: 22%;
}

.in_honor_year {
  height: 7.06rem;

  width: 100%;

  box-sizing: border-box;

  padding-left: 0rem;

  position: relative;

  z-index: 999;
}

.in_honor_year::after {
  content: "";

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  left: -5.4rem;

  width: 7.06rem;

  height: 7.06rem;

  background: url("static/images/circle.png") center no-repeat;

  background-size: contain;

  z-index: -2;
}

.gallery-thumbs {
  width: 100%;

  height: 100%;

  position: relative;

  overflow: hidden;

  box-sizing: border-box;
}

.gallery-thumbs .swiper-wrapper {
  position: relative;

  width: 100%;

  height: 100%;

  z-index: 1;

  cursor: pointer;

  display: flex;

  flex-direction: column;
}

.gallery-thumbs .swiper-slide {
  flex-shrink: 0;

  position: relative;

  box-sizing: border-box;

  display: flex;

  display: -webkit-flex;

  align-items: center;

  width: 100%;
}

.JDE_three {
  display: flex;

  display: -webkit-flex;

  align-items: center;

  width: 100%;

  transition: all 0.5s ease;
}

.JDE_img_min {
  width: 1.1rem;

  height: 1.1rem;

  border-radius: 50%;

  box-sizing: border-box;

  border: 1px solid #fff;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;

  transition: all 0.3s ease;

  background: linear-gradient(
    to top,

    rgba(214, 218, 229, 1) 0%,

    rgba(228, 229, 233, 1) 25%,

    rgba(223, 224, 228, 1) 100%
  );

  position: relative;

  z-index: 2;

  overflow: hidden;
}

.JDE_img_min::after {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 30%;

  background: linear-gradient(
    to top,

    rgba(223, 226, 234, 1),
    rgba(237, 238, 242, 1)
  );

  z-index: -1;
}

.JDE_img_min img {
  width: 1rem;

  height: 1rem;

  object-fit: contain;
}

.JDE_three p {
  width: calc(100% - 1.2rem);

  box-sizing: border-box;

  padding-left: 0.2rem;

  font-size: 0.2rem;

  color: #222;

  font-family: "med";

  transition: all 0.3s ease;
}

.gallery-thumbs .swiper-slide-active .JDE_three {
  box-sizing: border-box;

  padding-left: 1.1rem;
}

.gallery-thumbs .swiper-slide-active .JDE_img_min {
  border: 1px solid var(--i_color);
}

.gallery-thumbs .swiper-slide-active p {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .JDE_three p {
    width: calc(100% - 1rem);

    padding-left: 0.2rem;

    font-size: 0.18rem;
  }

  .JDE_img_min {
    width: 1rem;

    height: 1rem;
  }

  .JDE_img_min img {
    width: 0.8rem;

    height: 0.8rem;
  }

  .in_honor_year::after {
    left: -5.5rem;
  }

  .JDE_text h3 {
    font-size: 0.4rem;
  }

  .JDE_text h4 {
    font-size: 0.16rem;

    line-height: 0.3rem;

    height: 1.8rem;

    overflow: auto;
  }

  .in_honor_year {
    height: 7.2rem;
  }

  .in_honor_year::after {
    width: 7.2rem;

    height: 7.2rem;
  }

  .gallery-thumbs .swiper-slide-active .JDE_three {
    padding-left: 0.9rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .JDE_text h3 {
    font-size: 0.35rem;
  }
}

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

  .in_honor_year {
    width: 100%;

    height: auto;

    padding-left: 0rem;
  }

  .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }

  .in_honor_year_box {
    width: 100%;

    position: relative;
  }

  .in_honor_year::after {
    display: none;
  }

  .gallery-thumbs .swiper-slide-active .JDE_three {
    padding-left: 0rem;
  }

  .JDE_text h3 {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 960px) {
  .JDE_text h3 {
  }

  .JDE_text h4 {
    margin-bottom: 0.4rem;
  }

  .in_honor_price::after {
    opacity: 0.5;
  }

  .JDE_three {
    flex-direction: column;

    gap: 0.2rem;
  }

  .JDE_three p {
    width: 100%;

    padding-left: 0rem;

    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .JDE_three p {
    font-size: 0.16rem;
  }

  .in_honor_year {
    margin-top: 0.4rem;
  }

  .JDE_text h3 {
    font-size: 0.25rem;
  }

  .in_honor_price::after {
    opacity: 0.3;
  }

  .JDE_img {
    display: none;
  }

  .JDE_text {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .JDE_text h3 {
    font-size: 0.2rem;
  }

  .JDE_text h4 {
    font-size: 0.14rem;

    line-height: 0.25rem;

    height: 1rem;

    margin-bottom: 0.2rem;
  }

  .in_honor_price::after {
    top: 0rem;
  }

  .JDE_three p {
    font-size: 0.14rem;
  }

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

  .home_hot_products {
    padding: 0.3rem 0;
  }

  .hhpm_top {
    margin-bottom: 0.15rem;
  }

  .JDE_text h3 {
    margin-bottom: 0.15rem;
  }
}

@media screen and (max-width: 425px) {
  .in_honor_year {
    margin-top: 0.2rem;
  }

  .JDE_text h3 {
    font-size: 0.18rem;
  }
}

/* ---------------------------解决方案---------------------------- */

.home_solutions {
  padding: 0.6rem 0;

  background: linear-gradient(
    180deg,
    rgba(0, 135, 215, 0) 27%,

    rgba(0, 160, 255, 0.19) 100%
  );
}

.hs_maxbox {
  overflow: hidden;
}

.hsm_top {
  margin-bottom: 0.3rem;
}

.hsm_tab {
  margin-bottom: 0.5rem;
}

.hsm_tab ul {
  display: flex;

  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.hsm_tab ul li {
  width: calc(100% / 7);

  display: flex;

  align-items: center;

  font-family: "Poppins";

  font-weight: normal;

  color: #222222;

  cursor: pointer;

  padding-bottom: 0.2rem;

  border-bottom: #d8d8d8 0.04rem solid;

  position: relative;

  transition: all 0.35s ease;
}

.hsm_tab ul li::before {
  content: "";

  width: 0;

  height: 0.04rem;

  bottom: -0.04rem;

  left: 50%;

  position: absolute;

  transform: translateX(-50%);

  transition: all 0.35s ease;

  background: var(--i_color);
}

.hsm_tab ul li img {
  width: 0.3rem;

  height: 0.3rem;

  margin-right: 0.1rem;
  filter: brightness(0) saturate(100%) invert(40%);
}

.hsm_tab ul li:hover::before {
  width: 100%;
}

.hsm_tab ul li:hover {
  color: var(--i_color);
}

.hsm_tab ul li:hover img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(5290%)
    hue-rotate(190deg) brightness(90%) contrast(110%);
}

.hsm_tab ul li.active::before {
  width: 100%;
}

.hsm_tab ul li.active {
  color: var(--i_color);
}

.hsm_tab ul li.active img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(5290%)
    hue-rotate(190deg) brightness(90%) contrast(110%);
}

.hsm_contain {
  position: relative;
}

.hsmc_ul {
  display: grid;
}

.hsmc_ul li {
  display: flex;

  justify-content: space-between;

  grid-area: 1 / 1;

  opacity: 0;

  visibility: hidden;

  transform: translateY(30px);

  transition: all 0.55s ease;
}

.hsmc_ul li.active {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.hsmc_ul li span {
  width: 64%;

  position: relative;

  display: block;
}

.hsmc_ul li span::before {
  content: "";

  display: block;

  padding-bottom: 58.5%;
}

.hsmc_ul li span img {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  object-fit: cover;
}

.hsmc_info {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 44.79%;

  background: #fff;

  border-radius: 0px 1.2rem 0px 0px;
}

.hsmci_box {
  position: relative;

  padding: 0.4rem 0.6rem;

  box-sizing: border-box;
  overflow: hidden;
}

.hsmci_box .hsmci_icon {
  width: 0.4rem;

  height: 0.4rem;

  filter: brightness(0) saturate(100%) invert(37%) sepia(98%) saturate(1863%)
    hue-rotate(184deg) brightness(96%) contrast(101%);
}

.hsmci_box h3 {
  font-family: "Poppins";

  font-weight: normal;

  color: var(--i_color);
}

.hsmci_box h4 {
  font-family: "Poppins";

  font-weight: normal;

  color: #222222;

  margin-bottom: 0.3rem;

  display: -webkit-box;

  -webkit-line-clamp: 7;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

.hsmci_btn {
  display: flex;
}

.hsmci_bg {
  position: absolute;

  bottom: -0.5rem;

  right: -0.5rem;

  z-index: -1;

  pointer-events: none;
}

.hsmci_bg img {
  width: 3rem;

  height: 3rem;
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%)
    hue-rotate(180deg) brightness(104%) contrast(91%);
}

@media screen and (max-width: 1440px) {
  .hsmci_box {
    padding: 0.3rem 0.4rem;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .hsmci_box {
    padding: 0.2rem 0.25rem;
  }

  .hsmci_box h4 {
    margin-bottom: 0.15rem;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;
  }

  .hsm_tab ul li img {
    width: 0.25rem;

    height: 0.25rem;
  }

  .hsmci_box .hsmci_icon {
    width: 0.3rem;

    height: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .hsmci_box h4 {
    margin-bottom: 0.15rem;

    -webkit-line-clamp: 3;
  }

  .hsmci_box {
    padding: 0.15rem 0.2rem;
  }

  .hsm_tab ul {
    gap: 0.1rem 0;
  }

  .hsm_tab ul li {
    width: calc(((100% / 4)));

    padding-bottom: 0.05rem;
  }

  .iconfont.hsm_iocn {
    font-size: 0.3rem;
  }

  .hsm_tab {
    margin-bottom: 0.3rem;
  }

  .iconfont.hsmci_bg_icon {
    font-size: 2rem;
  }

  .hsmci_bg img {
    width: 1.5rem;

    height: 1.5rem;
  }
}

@media screen and (max-width: 560px) {
  .hsm_tab ul li {
    width: 100%;

    padding-bottom: 0.05rem;
  }

  .home_solutions {
    padding: 0.3rem 0;
  }

  .hsmc_ul {
  }

  .hsmc_ul li {
  }

  .hsm_tab ul li {
    border-bottom: #d8d8d8 0.02rem solid;
  }

  .hsm_tab ul li::before {
    height: 0.02rem;

    bottom: -0.02rem;
  }

  .hsmc_info {
    position: relative;

    top: initial;

    left: initial;

    transform: initial;
  }

  .hsmc_ul li span {
    width: 80%;

    margin-bottom: 0.1rem;
  }

  .hsmc_ul li {
    display: flex;

    flex-direction: column;

    align-items: center;
  }

  .hsmc_info {
    border-radius: 0px;
  }

  .hsm_top {
    margin-bottom: 0.2rem;
  }

  .hsm_tab ul {
    gap: 0.1rem;
  }

  .hsmci_bg {
    display: none;
  }
}

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

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

/* -----------------------首页关于我们---------------- */

.home_about_us {
  padding: 0.6rem 0;
}

.hau_maxbox {
  position: relative;
}
.hau_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 9.45rem;
  z-index: -1;
  pointer-events: none;
}
.hau_bg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.haum_top {
  display: flex;

  justify-content: space-between;

  margin-bottom: 0.8rem;
}

.haum_info {
  width: 46.42%;
}
.haum_title h3,
.haum_title h4 {
  margin-bottom: 0.3rem;
}
.haum_btn {
  display: flex;

  margin-top: 0.3rem;
}

.haum_data {
  width: 47.71%;
}

.haum_data ul {
  display: flex;

  gap: 1rem;

  flex-wrap: wrap;
}

.haum_data ul li {
  width: calc((100% - 1rem) / 2);

  border-top: 1px solid rgba(51, 51, 51, 0.2);

  padding-top: 0.15rem;

  cursor: pointer;

  position: relative;
}

.haum_data ul li::before {
  content: "";

  display: block;

  background: var(--i_color);

  width: 0;

  height: 0.015rem;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.35s ease;
}

.haum_data ul li span {
  color: #222;

  font-family: "Poppins";

  transition: all 0.35s ease;
}

.haum_data ul li span i {
  color: #222;

  font-family: "Poppins";

  transition: all 0.35s ease;
}

.haum_data ul li h3 {
  color: #333;

  font-family: "Poppins";
}

.haum_data ul li:hover::before {
  width: 100%;
}

.haum_data ul li:hover span,
.haum_data ul li:hover span i {
  color: var(--i_color);
}

.haum_contain {
}

.haum_contain span {
  position: relative;

  display: block;

  width: 100%;

  cursor: pointer;
}

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

  display: block;

  padding-bottom: 49%;
}

.haum_contain span img {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  object-fit: cover;
}

.haum_contain span::after {
  background: linear-gradient(
    180deg,
    rgba(0, 135, 215, 0) 15%,

    rgba(0, 135, 215, 0.7) 100%
  );

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  inset: 0;

  pointer-events: none;
}

.haum_contain i {
  display: block;

  width: 1.78rem;

  height: 0.66rem;

  /* border-radius: 50%; */

  cursor: pointer;

  background: url("static/images/video_pic1.webp") center no-repeat;

  background-size: contain;

  position: absolute;

  top: 50%;

  left: 50%;

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

  z-index: 2;
}

.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) {
  .hau_bg {
    display: none;
  }
  .haum_top {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .haum_top {
    display: flex;

    flex-direction: column;

    margin-bottom: 0.2rem;
  }

  .haum_info {
    width: 100%;

    margin-bottom: 0.2rem;
  }

  .haum_data {
    width: 100%;
  }

  .haum_data ul {
    display: flex;

    gap: 0.2rem;

    flex-wrap: wrap;
  }

  .haum_data ul li {
    width: calc((100% - 3 * 0.2rem) / 4);
  }

  .haum_contain i {
    width: 1.2rem;
  }
}

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

  .haum_data ul li {
    width: calc((100% - 0.2rem) / 2);
  }

  .haum_contain i {
    width: 0.8rem;
  }
  .haum_title h3,
  .haum_title h4 {
    margin-bottom: 0.2rem;
  }
}

/* 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;
  }
}

/* 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_our_advantages {
  padding: 0.6rem 0;
}

.hoa_maxbox {
}

.hoa_top {
  margin-bottom: 0.3rem;
}

.hoa_contain {
}

.hoa_contain ul {
  display: flex;

  gap: 0.3rem;

  overflow: hidden;
}

.hoa_contain ul li {
  position: relative;

  flex: 1;

  min-width: 0;

  overflow: hidden;

  transition: all 0.5s ease;

  cursor: pointer;
}

.hoa_contain ul li span {
  position: relative;

  display: block;

  width: 100%;

  height: 5.2rem;

  margin-bottom: 0.2rem;
}

.hoa_contain ul li span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hoa_contain ul li.active {
  flex: 3;
}

.hoa_contain ul li .hoac_info h4 {
  opacity: 0;
}

.hoa_contain ul li.active .hoac_info h4 {
  opacity: 1;
}

.hoac_info h3 {
  font-family: "Poppins";

  font-weight: 500;

  color: #222222;

  margin-bottom: 0.15rem;
}

.hoac_info h4 {
  font-family: "Poppins";

  font-weight: normal;

  color: #666666;

  width: 39vw;
}

@media screen and (max-width: 1440px) {
  .hoac_info h4 {
    width: 50vw;
  }
}

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

@media screen and (max-width: 768px) {
  .hoa_contain ul {
    gap: 0.15rem;
  }

  .hoa_contain ul li span {
    margin-bottom: 0.1rem;
  }

  .hoac_info h3 {
    margin-bottom: 0.1rem;
  }
}

@media screen and (max-width: 560px) {
  .hoa_contain ul {
    display: flex;

    flex-direction: column;
  }

  .hoa_contain ul li .hoac_info h4 {
    opacity: 1;
  }

  .hoac_info h4 {
    width: 100%;
  }

  .home_our_advantages {
    padding: 0.3rem 0;
  }

  .hoa_contain ul li span {
    height: 2rem;
  }
}

/* --------------------------------案例----------------------------- */

.home_case {
  padding: 0.6rem 0;

  background: url(static/images/home_case_bg.webp) no-repeat center/cover;
}

.hc_maxbox {
}

.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;

  margin-bottom: 0.6rem;
}

.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;

  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(0, 0, 0, 0.5);

  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: 91%;
}

.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 ul .swiper-slide-active .img img {
  height: 90%;
}

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

  left: 0;

  width: 80%;

  box-sizing: border-box;

  padding: 0.18rem 0.2rem;

  background: #3a7dc3;

  font-size: 0.2rem;

  color: #fff;

  text-align: left;

  font-family: "Poppins";

  opacity: 0;

  transition: all 0.7s ease;
}

.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;

  display: none;
}

.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);
}

.hcmt_prev,
.hcmt_next {
  width: 0.6rem;

  height: 0.6rem;

  background: transparent;

  border: 2px solid rgba(153, 153, 153, 0.5);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.35s ease;

  cursor: pointer;
}

.hcmt_prev iconify-icon,
.hcmt_next iconify-icon {
  font-size: 0.2rem;

  color: #666666;

  transition: all 0.35s ease;
}

.hcmt_prev:hover,
.hcmt_next:hover {
  background: var(--i_color);
}

.hcmt_prev:hover iconify-icon,
.hcmt_next:hover iconify-icon {
  color: #fff;
}

.hcmt_btn {
  display: flex;

  justify-content: center;

  gap: 0.3rem;
}

@media screen and (max-width: 1440px) {
  .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; */
  }

  .line_partner_list p {
    padding: 0.15rem 0.2rem;

    font-size: 0.16rem;
  }
}

@media screen and (max-width: 1024px) {
  .hcmt_prev,
  .hcmt_next {
    width: 0.45rem;

    height: 0.45rem;
  }

  .line_partner_box {
    margin-top: 0.3rem;
  }
}

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

@media screen and (max-width: 768px) {
  .line_partner_box {
    margin-top: 0.2rem;
  }

  .line_partner_list p {
    font-size: 0.14rem;
  }

  .line_partner_list {
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 560px) {
  .line_partner .pt-pagination {
    text-align: center;

    margin: 0.2rem auto 0;
  }

  .line_partner_list p {
    padding: 0.08rem 0.1rem;

    font-size: 0.12rem;
  }

  .home_case {
    padding: 0.3rem 0;
  }

  .hcmt_prev,
  .hcmt_next {
    width: 0.4rem;

    height: 0.4rem;
  }

  .hcmt_prev iconify-icon,
  .hcmt_next iconify-icon {
    font-size: 0.16rem;
  }
}

/* ---------------------新闻-------------------- */

.home_news {
  padding: 0.6rem 0;
}

.hn_maxbox {
}

.hnm_top {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.hn_title {
  width: 50%;
}

.hnm_btn {
  display: flex;
}

.hln_contain {
  display: flex;

  justify-content: space-between;

  margin-top: 0.5rem;
}

.hlnc_leftbox {
  width: 60.28%;
}

.hlnc_rightbox {
  width: 35.42%;
}

.hlnc_leftbox a {
  width: 100%;

  position: relative;

  display: block;
}

.hlnc_leftbox a span {
  position: relative;
}

.hlnc_leftbox a span::before {
  content: "";

  display: block;

  padding-bottom: 55.3%;
}

.hlnc_leftbox a span img {
  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  object-fit: cover;
}

.hlnc_leftbox a h3 {
  font-family: "Poppins";

  font-size: 0.2rem;

  font-weight: 600;

  line-height: 0.32rem;

  color: #222;

  margin: 0.2rem 0.16rem;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

.hlnc_leftbox a h4 {
  font-family: "Poppins";

  font-size: 0.16rem;

  font-weight: normal;

  line-height: 0.28rem;

  color: #666666;

  margin: 0 0.16rem;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;
}

.hlnc_leftbox a span i {
  position: absolute;

  top: 77%;

  left: 4%;

  width: 0.86rem;

  height: 0.86rem;

  background-color: var(--i_color);

  display: flex;

  align-items: center;

  flex-direction: column;

  justify-content: center;
}

.hlnc_leftbox a span i h5 {
  font-family: "Poppins";

  font-size: 0.36rem;

  color: #ffffff;
}

.hlnc_leftbox a span i h6 {
  font-family: "Poppins";

  font-size: 0.18rem;

  color: #ffffff;
}

.hlnc_rightbox ul {
  display: flex;

  flex-direction: column;

  gap: 0.1rem;

  height: 100%;
}

.hlnc_rightbox ul li {
  height: calc((100% - 0.3rem * 2) / 3);

  border-bottom: rgba(51, 51, 51, 0.2) 1px solid;
}

.hlnc_rightbox ul li a {
  display: flex;

  width: 100%;

  height: 100%;

  justify-content: space-between;

  align-items: center;
}

.hlncr_info {
  padding: 0.1rem 0 0.26rem 0;

  display: flex;

  flex-direction: column;

  gap: 0.2rem;

  width: 100%;
}

.hlncr_info h3 {
  font-family: "Poppins";

  font-size: 0.2rem;

  font-weight: normal;

  line-height: 0.28rem;

  color: #222;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;
}

.hlncr_info h4 {
  font-family: "Poppins";

  font-size: 0.16rem;

  line-height: 0.26rem;

  color: #666666;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;
}

.hlncr_info h5 {
  font-family: "Poppins";

  font-size: 0.14rem;

  font-weight: normal;

  line-height: 0.16rem;

  color: #666;
}

.hlnc_rightbox ul li:hover .hlncr_info h3 {
  color: var(--i_color);
}

.hlnc_rightbox ul li:hover {
  border-bottom: var(--i_color) 1px solid;
}

.hlnc_leftbox:hover h3 {
  color: var(--i_color);
}

.hlnc_first_news {
  display: none;
}

.news_btn {
  display: flex;

  justify-content: center;

  margin-top: 0.3rem;
}

@media screen and (max-width: 1024px) {
  .hln_contain {
    display: block;

    margin-top: 0.2rem;
  }

  .hlnc_first_news {
    display: block;
  }

  .hlnc_leftbox {
    display: none;
  }

  .hlnc_rightbox {
    width: 100%;
  }

  .hnm_top .public_title {
    width: 100%;

    align-items: center;
  }

  .hnm_btn {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .hlncr_info h3 {
    font-size: 0.16rem;

    line-height: 0.22rem;
  }

  .hlncr_info {
    padding: 0.1rem 0 0.15rem 0;

    gap: 0.1rem;
  }

  .hlncr_info h4 {
    font-size: 0.14rem;
  }

  .hln_contain {
    margin-top: 0.2rem;
  }

  .hln_maxbox {
    padding: 0 0 0.3rem 0;
  }

  .home_news {
    padding: 0.3rem 0;
  }
}

/* ---------------------product.html---------------- */

/* ---------------------------------------solutions_banner --------------------------------------- */

.products_banner {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.products_banner::before {
  content: "";

  display: block;

  padding-bottom: 25.08%;
}

.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;
}

@media screen and (max-width: 768px) {
  .products_banner::before {
    content: "";

    display: block;

    padding-bottom: 36.5%;
  }
}

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

@keyframes scaleIn {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

/* ---------------------------------------Breadcrumb--------------------------------------- */

.in_position {
  box-sizing: border-box;

  padding: 0.2rem 0;

  background: #f4f5f8;

  position: relative;
}

.in_position .wrap {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

.in_position a {
  display: block;

  font-size: 0.18rem;

  color: #333333;

  position: relative;

  line-height: 0.2rem;

  font-family: "Poppins";
}

.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;

  background: #f4f5f8;
}

.pm_box {
  display: flex;

  justify-content: space-between;
}

.products_left {
  width: 25.8%;

  box-sizing: border-box;

  flex-shrink: 0;

  box-sizing: border-box;
}

.products_left_all {
  background: #fff;

  padding: 0.23rem 0.24rem;

  box-sizing: border-box;

  border-radius: 0px 80px 0px 0px;

  border-bottom: var(--i_color) 0.05rem solid;
}

.products_left_h2 {
  font-family: "Poppins";

  font-size: 0.3rem;

  font-weight: 500;

  color: #333333;

  margin-bottom: 0.2rem;
}

.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); */

  border-radius: 0.06rem;

  gap: 0.1rem;
}

.list li {
  position: relative;

  /* border-bottom: 1px solid rgba(51, 51, 51, 0.2); */
}

.list li:last-child {
  border-bottom: none;
}

/* .list li::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 100%;

	height: 1px;

	background-color: rgba(51, 51, 51, 0.2);

} */

.list_a {
  box-sizing: border-box;

  padding: 0.1rem 0.2rem 0.1rem 0.1rem;

  position: relative;

  z-index: 2;

  overflow: hidden;

  background-color: transparent;

  background: #f4f4f4;
}

/* .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-family: "Poppins";

  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: #f4f4f4;
}

.list_dl dt {
  box-sizing: border-box;

  padding: 0 0 0.1rem 0;

  border-radius: 0.06rem;
}

.list_dl dt a {
  font-family: "Poppins";

  font-size: 0.16rem;

  line-height: 0.24rem;

  color: #333;

  display: block;

  transition: all 0.3s ease;

  position: relative;

  box-sizing: border-box;

  padding: 0.05rem 0.1rem;
}

.list_dl dt a::after {
  content: "";

  position: absolute;

  left: 0rem;

  top: 50%;

  width: 0.04rem;

  height: 0.04rem;

  background-color: var(--i_color);

  opacity: 0;

  transition: all 0.3s ease;

  display: none;
}

.list_dl dt a:hover::after,
.list_dl dt a:hover::before {
  opacity: 1;
}

.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 {
  background: #fff;
}

.list_dl_active {
  /* background: #f4f4f4; */
}

.list_dl_active a {
  background: #fff;
}

.list_active .list_dl {
}

@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%;
  }

  .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;

    border-radius: 0;
  }

  .products {
    flex-direction: column;
  }

  .pm_box {
    display: flex;

    flex-direction: column;

    gap: 0.3rem;
  }

  .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;
  }
}

@media screen and (max-width: 425px) {
  .products_bac {
    box-sizing: border-box;

    background-color: #fff;

    padding: 0.3rem 0;
  }
}

.products_right {
  width: 70.28%;
}

.pr_h3 {
  font-family: "Poppins";

  font-weight: normal;

  color: #222222;
}

.pr_h4 {
  font-family: "Poppins";

  font-weight: normal;

  color: #666666;

  margin-bottom: 0.3rem;
}

.prc_ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.2rem;
}

.prc_ul li {
  position: relative;

  width: calc((100% - 2 * 0.2rem) / 3);
}

.prc_ul li::before {
  content: "";

  padding-bottom: 123.8%;

  display: block;
}

.prc_ul li span {
  position: absolute;

  top: 0;

  left: 0;

  padding: 0.13rem;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  align-items: center;

  height: 100%;

  z-index: 1;

  width: 100%;
}

.prc_ul li span p {
  font-family: "Poppins";

  font-weight: 500;

  color: #222;

  margin-bottom: 0.45rem;

  transition: all 0.45s ease;

  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  width: 100%;
}

.prc_ul li a:hover .hpsb_hbg {
  height: 100%;
}

.prc_ul li a:hover p {
  color: #fff;
}

.prc_ul li a:hover .hpsm_btn {
  border: 1px solid var(--i_color);

  color: var(--i_color);

  background: #fff;
}

.prc_ul li a:hover .hpsm_btn iconify-icon {
  color: var(--i_color) !important;
}

.prc_bg {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -1;
}

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

  .prc_ul li span p {
    margin-bottom: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .prc_ul li span p {
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 560px) {
  .prc_ul li {
    width: calc((100% - 0.2rem) / 2);
  }

  .prc_ul li span p {
    margin-bottom: 0.2rem;
  }

  .pm_box {
    gap: 0.1rem;
  }
}

@media screen and (max-width: 375px) {
  .prc_ul li {
    width: 100%;
  }
}

/* -----------------------productsDetail.html---------------------- */

/* single_grid */

.single_grid_bac {
  box-sizing: border-box;

  padding: 0.4rem 0 0.8rem 0;

  background: #f4f5f8;
  position: relative;
}

.single_grid {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  position: relative;
}

.single_grid_left {
  width: 49.92%;
}

/* 轮播图宽度 */

.in_grid_cont {
  --sm_pic_width: 17%;
}

.in_grid_cont {
  position: relative;

  overflow: hidden;
}

.in_grid_cont:before {
  content: "";

  display: block;

  padding-bottom: 80.4%;
}

/* 底部缩略图 */

.in_grid_list_box {
  position: absolute;

  top: 0;

  left: 0;

  width: var(--sm_pic_width);

  height: 100%;

  box-sizing: border-box;

  padding: 40px 0;
}

.in_grid_list {
  height: 100%;

  overflow: hidden;
}

.in_grid_list .swiper-slide {
  cursor: pointer;
}

.in_grid_list .img {
  width: 100%;

  height: 100%;

  box-sizing: border-box;

  border: 1px solid #d8d8d8;

  position: relative;

  overflow: hidden;
}

.in_grid_list .img::after {
  content: "";

  display: block;

  inset: 0;

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

  position: absolute;

  top: 0;

  left: 0;
}

.in_grid_list .img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.in_grid_list .swiper-slide-thumb-active .img {
  /* border: 2px solid #d62b1e; */
}

.in_grid_list .swiper-slide-thumb-active img {
  filter: brightness(100%);

  -webkit-filter: brightness(100%);
}

.in_grid_list .swiper-slide-thumb-active .img::after {
  background: rgba(255, 255, 255, 0);
}

.ingrid-button-prev.swiper-button-disabled,
.ingrid-button-next.swiper-button-disabled {
  cursor: not-allowed;

  opacity: 0.1;
}

/* 轮播图 */

.in_grid_show_box {
  position: absolute;

  top: 0;

  right: 0;

  width: calc(100% - var(--sm_pic_width) - 20px);

  height: 100%;

  box-sizing: border-box;

  padding: 0 0;

  margin: 0 auto;
}

.in_grid_show {
  width: 100%;

  height: 100%;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;
}

.in_grid_show .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;

  height: 100%;

  z-index: 1;
}

.in_grid_show .swiper-slide {
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  cursor: pointer;
}

.in_grid_show .img {
  width: 100%;

  height: 100%;

  position: relative;

  overflow: hidden;
}

.in_grid_show .img img {
  width: 96%;

  height: 96%;

  object-fit: cover;
}

.ingrid-pagination {
  position: absolute;

  top: 0.2rem;

  right: 0.2rem;

  width: 0.5rem;

  height: 0.5rem;

  background-color: rgba(1, 167, 255, 0.15);

  border-radius: 50%;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;

  font-size: 0.18rem;

  color: var(--i_color);

  display: none;
}

.ingrid-pagination .swiper-pagination-bullet {
  width: 8px;

  height: 8px;

  display: inline-block;

  margin: 0 4px;

  background: #e5e5e5;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  outline: none;
}

.ingrid-pagination .swiper-pagination-bullet-active {
  position: relative;

  background: var(--i_color);
}

.in_grid_cont:before {
  display: none;
}

.in_grid_show_box {
  position: initial;

  width: 100%;

  border-radius: 0.04rem;

  overflow: hidden;

  background: #fff;
}

.in_grid_show .img {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.in_grid_show .img:before {
  content: "";

  display: block;

  padding-bottom: 75%;
}

.in_grid_show .img img {
  position: absolute;

  top: 50%;

  left: 50%;

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

.in_grid_list_box {
  margin-top: 0.16rem;

  padding: 0 0;

  position: relative;

  width: 100%;

  height: initial;
}

.in_grid_list {
  width: calc(100% - 1.46rem);

  margin: 0 auto;
}

.in_grid_list_box .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;

  z-index: 1;
}

.in_grid_list_box .swiper-slide {
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  cursor: pointer;
}

.in_grid_list .img {
  height: auto;

  border-radius: 0.04rem;
}

.in_grid_list .img:before {
  content: "";

  display: block;

  padding-bottom: 75%;
}

.in_grid_list .img img {
  position: absolute;

  top: 50%;

  left: 50%;

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

  object-fit: cover;
}

.swiper-slide-thumb-active .img {
}

/* 左右箭头 */

.ingrid-button-prev,
.ingrid-button-next {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.48rem;

  height: 0.48rem;

  z-index: 999;

  cursor: pointer;

  outline: none;

  transition: all 0.3s ease;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  align-items: center;

  background: transparent;

  border: 2px solid rgba(153, 153, 153, 0.5);

  border-radius: 50%;
}

.ingrid-button-prev iconify-icon,
.ingrid-button-next iconify-icon {
  font-size: 0.26rem;

  color: #666;

  transition: all 0.3s ease;
}

.ingrid-button-prev {
  left: 0%;
}

.ingrid-button-next {
  right: 0%;
}

.ingrid-button-prev:hover,
.ingrid-button-next:hover {
  background-color: var(--i_color);

  border: var(--i_color) 2px solid;
}

.ingrid-button-prev:hover iconify-icon,
.ingrid-button-next:hover iconify-icon {
  color: #fff;
}

.single_grid_right {
  width: 44.14%;

  box-sizing: border-box;
}

.sgr_top h1 {
  font-family: "Poppins";

  font-weight: 500;

  color: #222222;

  padding-bottom: 0.15rem;

  border-bottom: #cdced0 2px solid;

  margin-bottom: 0.2rem;
}

.sgr_btnbox {
  display: flex;

  flex-wrap: wrap;

  gap: 0.3rem;

  margin: 0.2rem 0;
}

.sgr_media_box ul {
  display: flex;

  gap: 0.15rem;
}

.sgr_media_box ul li {
  font-family: "Poppins";

  font-size: 0.18rem;

  font-weight: normal;

  line-height: 0.22rem;

  color: #666;

  display: flex;

  align-items: center;
}

.sgr_media_box ul li a {
  display: flex;

  align-items: center;
}

.sgr_media_box ul li a iconify-icon {
  font-size: 0.24rem;
}

.sgr_media_box ul li a:hover iconify-icon {
  color: var(--i_color) !important;
}

.single_grid_bg {
  position: absolute;

  right: 0;

  bottom: 0;

  width: 34%;

  height: auto;

  pointer-events: none;
}

.single_grid_bg img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .single_grid {
    display: flex;

    flex-direction: column;

    align-items: center;
  }

  .single_grid_left {
    width: 80%;

    margin-bottom: 0.2rem;
  }

  .single_grid_right {
    width: 100%;
  }

  .ingrid-button-prev,
  .ingrid-button-next {
    width: 0.4rem;

    height: 0.4rem;
  }
}

@media screen and (max-width: 560px) {
  .ingrid-button-prev,
  .ingrid-button-next {
    width: 0.25rem;

    height: 0.25rem;
  }

  .ingrid-button-prev iconify-icon,
  .ingrid-button-next iconify-icon {
    font-size: 0.16rem;
  }

  .in_grid_list {
    width: calc(100% - 0.8rem);
  }

  .single_grid_bac {
    padding: 0.3rem 0 0.5rem 0;
  }
}

/* ----------------------------适用场景---------------------- */

.productDetail_applicable_scenarios {
  padding: 0.6rem 0;
}

.pas_maxbox {
}

.pasm_top {
  margin-bottom: 0.3rem;
}

.pasm_contain {
}

.pasm_contain ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.37rem;
}

.pasm_contain ul li {
  width: calc((100% - 3 * 0.37rem) / 4);
}

.pasm_contain ul li span {
  width: 100%;

  position: relative;

  overflow: hidden;

  display: block;
}

.pasm_contain ul li span::before {
  content: "";

  display: block;

  padding-bottom: 100%;
}

.pasm_contain ul li span img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.35s ease;
}

.pasm_contain ul li p {
  padding: 0.17rem;

  font-family: "Poppins";

  font-weight: normal;

  color: #222222;

  text-align: center;

  position: relative;

  transition: all 0.35s ease;

  z-index: 1;
}

.pasm_contain ul li p::before {
  content: "";

  display: block;

  background: var(--i_color);

  width: 100%;

  height: 0;

  position: absolute;

  bottom: 0;

  left: 0;

  transition: all 0.35s ease;

  z-index: -1;
}

.pasm_contain ul li:hover p::before {
  height: 100%;
}

.pasm_contain ul li:hover p {
  color: #fff;
}

.pasm_contain ul li:hover span img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .pasm_contain ul {
    gap: 0.2rem;
  }

  .pasm_contain ul li {
    width: calc((100% - 3 * 0.2rem) / 4);
  }
}

@media screen and (max-width: 560px) {
  .pasm_contain ul {
    gap: 0.2rem;
  }

  .pasm_contain ul li {
    width: calc((100% - 0.2rem) / 2);
  }

  .productDetail_applicable_scenarios {
    padding: 0.3rem 0;
  }
  .pasm_contain ul li p {
    padding: 0.1rem;
  }
}

@media screen and (max-width: 375px) {
  .pasm_contain ul li {
    width: 100%;
  }

  .pasm_contain ul {
    gap: 0.1rem;
  }
}

.productDetail_contain {
  padding: 0.3rem 0;
}

.pdc_tab {
  background: #f3f3f3;

  margin-bottom: 0.5rem;
}

.pdc_tab ul {
  display: flex;

  flex-wrap: wrap;
}

.pdc_tab ul li {
  padding: 0.14rem 0.55rem;

  font-family: "Poppins";

  font-weight: 600;

  color: #333333;

  cursor: pointer;
}

.pdc_tab ul li.active {
  color: var(--i_color);

  background: #fff;

  border-top: var(--i_color) 2px solid;
}

.pdc_box {
}

.pdc_box ul {
}

.pdc_box ul .pdcb_li {
  display: none;
}

.pdc_box ul .pdcb_li.active {
  display: block;
}

.pdcb_faq {
}

.pdcd_faq {
  background: #f4f5f8;

  padding: 0.6rem 0;
}

@media screen and (max-width: 1024px) {
  .pdc_tab {
    margin-bottom: 0.3rem;
  }
}

.pdcd_faq .pdcd_title {
  font-family: "Poppins";

  font-weight: bold;

  color: #333333;

  margin-bottom: 0.2rem;
}

.faq_ul {
  display: flex;

  display: -webkit-flex;

  flex-direction: column;

  gap: 0.3rem;
}

.faq_ul li {
  position: relative;

  border-radius: 0.06rem;

  overflow: hidden;

  border-bottom: #e8e8e8 1px solid;
}

.faq_ul li span {
  position: absolute;

  right: 0;

  top: 0;

  display: block;

  width: 21%;

  opacity: 0;

  pointer-events: none;
}

.faq_ul li span img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.faq_q {
  background-color: #f4f5f8;

  box-sizing: border-box;

  padding: 0.2rem 0.3rem;

  border-radius: 0rem;

  display: flex;

  display: -webkit-flex;

  cursor: pointer;

  align-items: center;
}

.faq_q .faq_Q {
  font-family: "Poppins";

  font-weight: normal;

  color: #ffffff;

  background: var(--i_color);

  width: 0.3rem;

  height: 0.36rem;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 0.15rem;

  flex-shrink: 0;
}

.faq_ul i {
  border-radius: 0rem;

  display: block;

  color: #333333;

  display: flex;

  display: -webkit-flex;

  justify-content: center;

  font-size: 0.2rem;

  font-weight: bold;
}

.faq_q h2 {
  width: calc(100% - 0.72rem);

  box-sizing: border-box;

  font-family: "Poppins";

  font-size: 24px;

  font-weight: normal;

  color: #333333;

  font-weight: bold;
}

.faq_a {
  display: flex;

  display: -webkit-flex;

  box-sizing: border-box;

  padding: 0rem 0.3rem 0.2rem 0.3rem;

  /* background: var(--i_color); */
}

.faq_a .faq_A {
  font-family: "Poppins";

  font-weight: normal;

  color: var(--i_color);

  background: #fff;

  width: 0.3rem;

  height: 0.36rem;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 0.15rem;

  flex-shrink: 0;
}

.faq_a p {
  width: 84%;

  font-size: 0.18rem;

  color: #666;

  line-height: 0.28rem;

  font-family: "Poppins";

  font-weight: normal;
}

.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: #333 !important;
}

.faq_ul li.on .faq_q h3::before {
  background-color: #333 !important;
}

.faq_ul li.on .faq_q {
  /* background-color: var(--i_color); */
}

.faq_ul li.on .faq_q h2 {
}

.faq_ul li.on span {
  opacity: 1;
}

.faq_ul li.on .faq_q .faq_Q {
  background: #fff !important;

  color: var(--i_color) !important;
}

@media screen and (max-width: 1440px) {
  .faq_q h2 {
    font-size: 0.2rem;

    /* 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 {
    font-size: 0.18rem;
  }
}

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

@media screen and (max-width: 768px) {
  .faq_q h2 {
    font-size: 0.16rem;

    /* padding-left: 0.1rem; */
  }

  .faq_a p {
    /* padding-left: 0.1rem; */
  }

  .faq_q {
    padding: 0.2rem 0.4rem;
  }

  .pdcd_faq {
    padding: 0.3rem 0;
  }
}

@media screen and (max-width: 560px) {
  .faq_q {
    padding: 0.2rem;
  }

  .faq_a {
    padding: 0.1rem 0.3rem 0.2rem 0.2rem;
  }

  .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 .faq_Q,
  .faq_a .faq_A {
    width: 0.25rem;

    height: 0.25rem;
  }
}

@media screen and (max-width: 425px) {
  .faq_q {
    padding: 0.1rem 0.2rem;
  }

  .home_customers_like_title .home_customers_like_title_phone {
    font-size: 0.13rem;
  }
}

/* ------------------------------------------single_two------------------------------------------ */

.single_two_bac {
  background: #fff;

  box-sizing: border-box;

  padding: 0.3rem 0;
}

.single_two {
}

.bottom_single_tags {
  display: flex;

  display: -webkit-flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 0.15rem;

  box-sizing: border-box;

  padding-bottom: 0.2rem;

  margin-bottom: 0.2rem;

  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.bottom_single_tags p {
  font-family: "Poppins";

  font-size: 0.18rem;

  font-weight: 600;

  color: #666;
}

.bottom_single_tags a {
  display: inline-block;

  box-sizing: border-box;

  display: flex;

  align-items: center;

  font-size: 0.16rem;

  font-family: "Poppins";

  font-weight: normal;

  color: #207faf;

  padding: 0.1rem 0.14rem;

  background: #fff;
}

.bottom_single_tags a:hover {
  color: #fff;

  background: var(--i_color);
}

.sx {
  display: flex;

  display: -webkit-flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.sx > div {
  width: 48%;
}

.sx_left {
}

.sx a {
  display: block;

  width: 100%;

  display: flex;

  display: -webkit-flex;

  align-items: center;
}

.sx iconify-icon {
  font-size: 0.22rem;

  transition: all 0.3s ease;
}

.sx .sx_left iconify-icon {
  margin-right: 0.1rem;
}

.sx .sx_right iconify-icon {
  margin-left: 0.1rem;
}

.sx p {
  font-size: 0.18rem;

  color: #333;

  text-transform: capitalize;

  margin-right: 0.1rem;

  font-weight: bold;

  font-family: "Poppins";
}

.sx span {
  font-size: 0.16rem;

  color: #333;

  transition: all 0.3s ease;
}

.sx_right a {
  justify-content: flex-end;
}

.sx .sx_left:hover iconify-icon,
.sx .sx_right:hover iconify-icon,
.sx .sx_left:hover p,
.sx .sx_left:hover span,
.sx .sx_right:hover span,
.sx .sx_right:hover p {
  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;

    margin-bottom: 0.1rem;
  }

  .bottom_single_tags {
    align-items: center;
  }
}

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

@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 iconify-icon,
  .sx .sx_right iconify-icon {
    display: none;
  }
}

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

@media screen and (max-width: 425px) {
  .bottom_single_tags {
    gap: 0;

    padding-bottom: 0.1rem;

    margin-bottom: 0.2rem;
  }
}

/* ----------------------------------相关推荐--------------------------- */

.productDetail_related_recommendations {
  padding: 0.6rem 0;
}

.prr_maxbox {
}

.prrm_top {
  margin-bottom: 0.3rem;
}

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

/* --------------------------------solution.html--------------- */

.solutions_tab {
  padding: 0.6rem 0;
}

.st_box {
}

.st_box ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.38rem;
}

.st_box ul li {
  width: calc((100% - 3 * 0.38rem) / 4);

  display: flex;
}

.st_box ul li a {
  display: flex;

  align-items: center;

  background: #f6f6f6;

  padding: 0.17rem 0.2rem;

  font-family: "Poppins";

  font-weight: normal;

  color: #222222;

  transition: all 0.35s ease;

  position: relative;

  z-index: 1;

  width: 100%;
}

.st_box ul li a::before {
  content: "";

  background: #fff;

  width: 0;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  transition: all 0.45s ease;

  z-index: -1;
}

.st_box ul li a span {
  width: 0.65rem;

  height: 0.65rem;

  border-radius: 50%;

  border: 1px solid #999999;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 0.1rem;

  transition: all 0.35s ease;
}

.st_box ul li a span img {
  width: 61.53%;

  height: 61.53%;

  object-fit: contain;

  transition: all 0.35s ease;
  filter: brightness(0) saturate(100%) invert(40%);
}

.st_box ul li a:hover {
  box-shadow: 0px 4px 10px 0px rgba(1, 67, 106, 0.1);

  color: var(--i_color);
}

.st_box ul li a:hover::before {
  width: 100%;
}

.st_box ul li a:hover span {
  background: var(--i_color);

  border: var(--i_color) 1px solid;
}

.st_box ul li a:hover span img {
  filter: brightness(0) invert(1);
}

.st_box ul li.active a {
  box-shadow: 0px 4px 10px 0px rgba(1, 67, 106, 0.1);

  color: var(--i_color);
}

.st_box ul li.active a::before {
  width: 100%;
}

.st_box ul li.active a span {
  background: var(--i_color);

  border: var(--i_color) 1px solid;
}

.st_box ul li.active a span img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1024px) {
  .st_box ul {
    gap: 0.2rem;
  }

  .st_box ul li {
    width: calc((100% - 3 * 0.2rem) / 4);
  }

  .st_box ul li a span {
    width: 0.45rem;

    height: 0.45rem;
  }
}

@media screen and (max-width: 768px) {
  .st_box ul {
    gap: 0.2rem;
  }

  .st_box ul li {
    width: calc((100% - 2 * 0.2rem) / 3);
  }
}

@media screen and (max-width: 560px) {
  .st_box ul {
    gap: 0.1rem;
  }

  .st_box ul li {
    width: calc((100% - 0.1rem) / 2);
  }

  .solutions_tab {
    padding: 0.3rem 0;
  }

  .st_box ul li a span {
    width: 0.4rem;

    height: 0.4rem;
  }
}

@media screen and (max-width: 375px) {
  .st_box ul li {
    width: 100%;
  }
}

/* --------------------解决方案列表------------------------ */

.solutions_list {
  padding: 0.6rem 0;

  background: #f4f5f8;
}

.sl_box {
}

.sl_box h3 {
  font-family: "Poppins";

  font-weight: 500;

  color: #333333;

  margin-bottom: 0.1rem;
}

.sl_box h4 {
  font-family: "Poppins";

  font-weight: normal;

  color: #666666;

  margin-bottom: 0.6rem;
}

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

  .sl_box h4 {
    margin-bottom: 0.3rem;
  }
}

/* -----------------解决方案相关推荐--------------- */

.solution_related_recommendations {
  padding: 0.6rem 0;
}

.srr_maxbox {
}

.srrm_top {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 560px) {
  .srrm_top {
    margin-bottom: 0.3rem;
  }

  .solution_related_recommendations {
    padding: 0.3rem 0;
  }
}

/* --------------------------about.html--------------------- */

.aboutus_about_company {
  padding: 1rem 0;

  position: relative;
  overflow: hidden;
}

.aac_bg {
  position: absolute;
  top: 0;
  right: -50%;
  transform: translateX(-50%);
  width: 45%;
  height: auto;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.aac_bg img {
  width: 100%;

  height: 100%;

  object-fit: contain;
  animation: rotate360 60s linear infinite;
}

.aac_maxbox {
  display: flex;

  justify-content: space-between;

  padding-right: 10%;

  box-sizing: border-box;

  align-items: stretch;
}

.aacm_info {
  width: 67.4%;
}

.aacm_info .public_title {
  margin-bottom: 0.3rem;
}

.aacm_info .public_title h3 {
  margin-bottom: 0.2rem;
}

.aacm_info .public_title p {
  color: var(--i_color);
}

.aacm_info .public_title h4 {
  height: 3.5rem;

  overflow-y: auto;

  padding-right: 0.4rem;

  box-sizing: border-box;

  scrollbar-width: thin; /* Firefox */

  scrollbar-color: var(--i_color) #fff;
}

/* Chrome, Edge, Safari */

.aacm_info .public_title h4::-webkit-scrollbar {
  width: 0.02rem !important; /* 滚动条宽度 */

  background-color: #f4f4f4; /* 滚动条轨道颜色 */

  border-radius: 0.15rem;
}

.aacm_info .public_title h4::-webkit-scrollbar-thumb {
  background-color: #888; /* 滚动条滑块颜色 */

  border-radius: 0.15rem; /* 圆角 */

  border: 1px solid #f4f4f4; /* 给滑块留出空隙，更好看 */
}

.aacm_info .public_title h4::-webkit-scrollbar-thumb:hover {
  background-color: var(--i_color); /* 滑块 hover 效果 */
}

.aacm_btn {
  display: flex;
}

.aacm_data {
  width: 22.9%;
}

.aacm_data ul {
  display: flex;

  flex-direction: column;

  height: 100%;

  flex-wrap: wrap;
}

.aacm_data ul li {
  flex: 1;

  border-bottom: 1px solid rgba(51, 51, 51, 0.2);

  cursor: pointer;

  position: relative;

  transition: all 0.35s ease;
}

.aacm_data ul li::before {
  content: "";

  background: var(--i_color);

  width: 0;

  height: 1px;

  position: absolute;

  bottom: 0;

  right: 0;

  transition: all 0.35s ease;
}

.aacm_data ul li span {
  font-family: "Poppins";

  font-weight: bold;

  transition: all 0.35s ease;
}

.aacm_data ul li p {
  font-family: "Poppins";

  font-weight: normal;

  transition: all 0.35s ease;
}

.aacm_data ul li:hover span {
  color: var(--i_color);
}

.aacm_data ul li:hover p {
  color: var(--i_color);
}

.aacm_data ul li:hover::before {
  width: 100%;

  left: 0;
}

@media screen and (max-width: 1440px) {
  .aac_bg {
    display: none;
  }

  .aac_maxbox {
    padding-right: 0%;
  }
}

@media screen and (max-width: 768px) {
  .aac_maxbox {
    flex-direction: column;
  }

  .aacm_info {
    width: 100%;

    margin-bottom: 0.2rem;
  }

  .aacm_data {
    width: 100%;
  }

  .aacm_data ul {
    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

    gap: 0.1rem;

    width: 100%;
  }

  .aacm_data ul li {
    width: calc((100% - 3 * 0.1rem) / 4);

    padding-bottom: 0.1rem;
  }

  .aboutus_about_company {
    padding: 0.5rem 0;
  }
}

@media screen and (max-width: 560px) {
  .aacm_data ul li {
    flex: 0 0 calc(50% - 0.05rem);
  }

  .aboutus_about_company {
    padding: 0.3rem 0;
  }
}

@media screen and (max-width: 375px) {
  .aacm_data ul li {
    flex: 0 0 100%;
  }
}

/* -----------------------------为什么选择我们---------------------- */

.aboutus_why_choose_us {
  padding: 0.6rem 0;

  background: linear-gradient(
    180deg,
    #e7f4ff 0%,

    rgba(255, 255, 255, 0) 47%,

    #ecf6ff 100%
  );

  overflow: hidden;
}

.awcu_maxbox {
}

.awcum_top {
  margin-bottom: 0.3rem;
}

.awcum_tab {
  width: 65%;

  margin-left: auto;

  margin-right: auto;

  position: relative;

  margin-bottom: 0.5rem;
}

.awcum_tab ul {
  display: flex;

  gap: 15%;

  padding-bottom: 0.2rem;
}

.awcum_tab ul li {
  text-align: center;

  font-family: "Poppins";

  font-weight: 500;

  color: #666666;

  cursor: pointer;

  position: relative;

  transition: all 0.35s ease;
}

.awcum_tab ul li::before {
  content: "";

  width: 0.12rem;

  height: 0.12rem;

  border-radius: 50%;

  background: #c1c7d1;

  position: absolute;

  left: 50%;

  top: calc(100% + 0.14rem);

  transform: translateX(-50%);

  z-index: 2;

  transition: all 0.35s ease;
}

.awcum_tab ul li::after {
  content: "";

  width: 0.22rem;

  height: 0.22rem;

  border-radius: 50%;

  background: #e9eaee;

  position: absolute;

  left: 50%;

  top: calc(100% + 0.09rem);

  transform: translateX(-50%);

  z-index: 1;

  transition: all 0.35s ease;
}

/* 底部线 */

.at_line {
  position: absolute;

  left: 11%;

  right: 11%;

  height: 1px;

  background: #edeef1;

  top: 100%;
}

.awcum_tab ul li:hover {
  color: var(--i_color);
}

.awcum_tab ul li:hover::before {
  background: var(--i_color);
}

.awcum_tab ul li:hover::after {
  background: #fff;
}

.awcum_tab ul li.active {
  color: var(--i_color);
}

.awcum_tab ul li.active::before {
  background: var(--i_color);
}

.awcum_tab ul li.active::after {
  background: #fff;
}

.ac_ul {
  display: grid;
}

.ac_ul li {
  display: flex;

  justify-content: space-between;

  grid-area: 1 / 1;

  opacity: 0;

  visibility: hidden;

  transform: translateY(30px);

  transition: all 0.55s ease;
}

.ac_ul li.active {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.awcum_pic {
  width: 44.5%;
}

.awcum_pic span {
  position: relative;

  display: block;
}

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

  display: block;

  padding-bottom: 69%;
}

.awcum_pic span .wcub_img {
  position: absolute;

  top: 0;

  left: 0;

  width: 43.65%;

  height: auto;

  object-fit: contain;
}

.awcum_pic span .wcu_img {
  position: absolute;

  right: 0;

  bottom: 0;

  width: 92.77%;

  height: 88.13%;

  object-fit: cover;

  border-radius: 0 120px 0 0;
}

.awcum_info {
  width: 51.35%;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.awcum_info h3 {
  font-family: "Poppins";

  font-weight: bold;

  color: #222222;

  margin-bottom: 0.3rem;
}

.awcum_info h4 {
  font-family: "Poppins";

  font-weight: normal;

  color: #666666;
}

@media screen and (max-width: 1024px) {
  .awcum_tab {
    width: 90%;

    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .ac_ul li {
    flex-direction: column;

    align-items: center;
  }

  .awcum_pic {
    width: 80%;

    margin-bottom: 0.3rem;
  }

  .awcum_info {
    width: 100%;
  }

  .awcum_info h3 {
    margin-bottom: 0.1rem;
  }
}

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

  .awcum_tab {
    width: 100%;

    margin-bottom: 0.3rem;
  }

  .awcum_tab ul {
    gap: 10%;
  }

  .awcum_pic {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .awcum_tab ul {
    gap: 3%;
  }
}

/* ----------------------------工厂------------------------------- */

.aboutUs_factory {
  padding: 0.6rem 0;
}

.af_c_box {
  position: relative;
}

.af_maxbox {
}

.afm_top {
  margin-bottom: 0.3rem;
}

.af_contain {
  position: relative;

  overflow: hidden;
}

.af_contain .p3_list {
  display: flex;

  position: relative;

  width: 100%;
}

.af_contain .p3_list li {
  box-sizing: border-box;

  border: 1px solid #d8d8d8;

  flex-shrink: 0;

  position: relative;
}

.af_contain .p3_list li .img {
  position: relative;

  padding-bottom: 109%;

  overflow: hidden;
}

.af_contain .p3_list li .img::before {
  content: "";

  position: absolute;

  bottom: -10px;

  left: 0;

  width: 100%;

  height: 50%;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0087d7 100%);

  background-size: 100% 100%;

  z-index: 9;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  opacity: 0;
}

.af_contain .p3_list li .img::after {
  content: "";

  position: absolute;

  bottom: 0;

  left: -180px;

  width: 100%;

  height: 25%;

  background: url(static/images/hrks.webp) no-repeat center;

  z-index: 10;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  opacity: 0;
}

.af_contain .p3_list li .img p {
  position: absolute;

  bottom: 0.3rem;

  left: 0.4rem;

  padding: 0.1rem 0.15rem;

  box-sizing: border-box;

  background: #fff;

  z-index: 11;

  opacity: 0;

  font-family: "Poppins";
}

.af_contain .p3_list li.swiper-slide-active p {
  opacity: 1;
}

.af_contain .p3_list li.swiper-slide-active .img::after {
  opacity: 1;
}

.af_contain .p3_list li.swiper-slide-active .img::before {
  opacity: 1;
}

.af_contain .p3_list li .img img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.af_contain .p3_list li:hover img {
  -webkit-transform: scale(1.15, 1.15);

  transform: scale(1.15, 1.15);
}

.af_contain .p3_list li:hover p {
}

.afc_prev,
.afc_next {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.48rem;

  height: 0.48rem;

  background: transparent;

  z-index: 3;

  cursor: pointer;

  outline: none;

  user-select: none;

  border-radius: 50%;

  border: 2px solid rgba(153, 153, 153, 0.5);

  display: flex;

  align-items: center;

  justify-content: center;
}

.afc_prev {
  left: -0.8rem;
}

.afc_next {
  right: -0.8rem;
}

.afc_prev iconify-icon,
.afc_next iconify-icon {
  position: absolute;

  top: 50%;

  left: 50%;

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

  font-size: 0.24rem;

  color: #666;
}

.af_contain .swiper-button-disabled {
  cursor: not-allowed;
}

.afc_prev:hover,
.afc_next:hover {
  background: var(--i_color);
}

.afc_prev:hover iconify-icon,
.afc_next:hover iconify-icon {
  color: #fff !important;
}

@media screen and (max-width: 1440px) {
  .af_c_box {
    padding: 0 0.8rem;
  }

  .afc_prev {
    left: 0;
  }

  .afc_next {
    right: 0;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .af_contain .p3_list li {
    width: 100%;
  }

  .afc_prev,
  .afc_next {
    width: 0.4rem;

    height: 0.4rem;
  }

  .afc_prev iconify-icon,
  .afc_next iconify-icon {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .af_c_box {
    padding: 0 0.6rem;
  }
}

@media screen and (max-width: 560px) {
  .afc_prev,
  .afc_next {
    width: 0.35rem;

    height: 0.35rem;
  }

  .afc_prev iconify-icon,
  .afc_next iconify-icon {
    font-size: 0.16rem;
  }

  .af_c_box {
    padding: 0 0.45rem;
  }

  .aboutUs_factory {
    padding: 0.3rem 0;
  }
}

/* ----------------------------oem/odm--------------------- */

.aboutus_oem_odm {
  padding: 0.6rem 0;

  background: linear-gradient(180deg, rgba(244, 245, 248, 0) 0%, #f4f5f8 27%);
}

.aoo_maxbox {
  display: flex;

  justify-content: space-between;
}

.aoom_info {
  width: 52.42%;
}

.aoom_info .public_title h3 span {
  margin-left: 0;
}

.aoom_info .public_title h4 {
  line-height: 1.8 !important;
}

.aoom_pic {
  width: 42.57%;

  display: flex;

  align-items: flex-end;
}

.aoom_pic span {
  width: 100%;

  display: block;

  position: relative;
}

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

  display: block;

  padding-bottom: 81%;
}

.aoom_pic span img {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

@media screen and (max-width: 1440px) {
  .aoom_pic {
    align-items: center;
  }

  .aoom_info .public_title h4 {
    line-height: 1.5 !important;
  }
}

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

    align-items: center;
  }

  .aoom_info {
    width: 100%;

    margin-bottom: 0.3rem;
  }

  .aoom_pic {
    width: 80%;
  }
}

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

  .aoom_info {
    margin-bottom: 0.1rem;
  }

  .aoom_pic {
    width: 100%;
  }
}

/* -------------------------------OEM/ODM 优势--------------------  */

.aboutus_oemodm_Advantages {
  padding: 0.6rem 0;
}

.aoa_maxbox {
}

.aoam_top {
  margin-bottom: 0.3rem;
}

.serAdv_list {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  gap: 50px 2%;
}

.serAdv_list dt {
  width: 32%;

  background: #fff;

  border-radius: 0.1rem;

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  flex-direction: column;

  justify-content: space-between;
}

.serAdv_list .coverPic {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.serAdv_list .coverPic::before {
  content: "";

  display: block;

  padding-bottom: 71.5%;
}

.serAdv_list .coverPic img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.serAdv_list .text {
  padding: 0.2rem 0 0.1rem 0;
}

.serAdv_list .text h6 {
  margin-bottom: 0.1rem;

  color: #333;

  font-weight: 500;

  font-family: "Poppins";
}

.serAdv_list .text span {
  font-family: "Poppins";

  color: #666666;
}

.serAdv_list dt:nth-child(even) .text {
  order: -1;
}

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

@media screen and (max-width: 1024px) {
  .serAdv_list {
    gap: 36px 0;
  }

  .serAdv_list dt {
    width: 100%;

    flex-wrap: nowrap;

    gap: 0 3%;

    flex-direction: initial;

    align-items: center;

    background: none;
  }

  .serAdv_list .coverPic {
    order: -2;

    flex-shrink: 0;

    width: 30%;
  }

  .serAdv_list .text {
    width: 100%;

    padding: 0 0;
  }
}

@media screen and (max-width: 768px) {
  .serAdv_list dt {
    flex-wrap: wrap;

    gap: 20px 0;
  }

  .serAdv_list .coverPic {
    width: 100%;
  }
}

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

  .aoam_top {
    margin-bottom: 0.2rem;
  }

  .serAdv_list {
    gap: 20px 0;
  }
}

/* --------------------------------证书--------------------------- */

.aboutus_Certificate {
  padding: 0.6rem 0;

  background: #f4f5f8;
}

.ac_maxbox {
}

.acm_top {
  margin-bottom: 0.3rem;
}

.ac_contain {
  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  background: #fff;

  align-items: stretch;
}

.ac_contain .left {
  width: 30%;
}

.ac_contain .left img {
  width: 100%;

  height: 100%;
}

.ac_contain .right {
  width: 66%;

  padding-right: 0.2rem;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;
}

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

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

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

@media screen and (max-width: 1024px) {
  .ac_contain {
    display: flex;

    align-items: center;

    justify-content: center;
  }

  .ac_contain .left {
    width: 30%;
  }

  .ac_contain .right {
    width: 100%;
  }
}

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

@media screen and (max-width: 560px) {
  .ac_contain .left {
    width: 40%;
  }

  .aboutus_Certificate {
    padding: 0.3rem 0;
  }
}

.certsbox_swipers {
  position: relative;

  width: 100%;
}

.certsbox_swipers .certsbox_list {
  position: relative;

  overflow: hidden;
}

.certsbox_list .swiper-wrapper {
  display: -webkit-flex;

  display: flex;

  position: relative;

  width: 100%;

  box-sizing: border-box;
}

.certsbox_list .swiper-slide {
  box-sizing: border-box;

  flex-shrink: 0;

  position: relative;
}

.certsbox_list .swiper-slide .img {
  position: relative;

  padding-bottom: 88%;

  overflow: hidden;

  background: #f3f3f3;
}

.certsbox_list .swiper-slide .img img {
  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 53%;

  height: 84.61%;

  object-fit: cover;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.certsbox_list .swiper-slide .txt {
  padding: 0.2rem;

  box-sizing: border-box;

  background: #fff;

  text-align: center;
}

.certsbox_list .swiper-slide .txt p {
}

.certsbox_list .swiper-slide .txt h6 {
}

.certsbox_list .swiper-slide:hover img {
}

.certsbox-prev,
.certsbox-next {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.4rem;

  height: 0.4rem;

  background: var(--i_color);

  z-index: 3;

  cursor: pointer;

  outline: none;

  -webkit-user-select: none;

  user-select: none;
}

.certsbox-prev {
  left: 5%;
}

.certsbox-next {
  right: 5%;
}

.certsbox-prev iconify-icon,
.certsbox-next iconify-icon {
  position: absolute;

  top: 50%;

  left: 50%;

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

  font-size: 0.3rem;

  color: #fff;
}

.certsbox_list .swiper-button-disabled {
  cursor: not-allowed;
}

.certsbox-prev:hover,
.certsbox-next:hover {
  background: var(--i_color);
}

.certsbox-pagination {
  display: block;

  margin-top: 0.3rem;

  text-align: center;
}

.certsbox-pagination .swiper-pagination-bullet {
  width: 0.08rem;

  height: 0.08rem;

  display: inline-block;

  margin: 0 6px;

  background: #ccc;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  outline: none;

  cursor: pointer;
}

.certsbox-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.over_1 {
  font-family: "Poppins";

  font-size: 0.18rem;

  font-weight: bold;

  color: #333333;
}

.over_2 {
  width: 8rem;

  height: 1px;

  background: rgba(51, 51, 51, 0.2);

  margin: 0 0.1rem;
}

.over_3 {
  font-family: "Poppins";

  font-size: 0.18rem;

  font-weight: bold;

  line-height: 0.36rem;

  color: var(--i_color);
}

.overs {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

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

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

@media screen and (max-width: 1200px) {
  .certsbox_swipers {
    padding-bottom: 0;

    margin-bottom: 0;
  }

  .overs {
    display: none;
  }

  .certsbox-prev,
  .certsbox-next {
    display: none;
  }
}

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

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

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

/* ----------------------------service.html-------------------------- */

.service_service_content {
  padding: 0.6rem 0;
}

.ssc_maxbox {
}

.sscm_top {
  margin-bottom: 0.3rem;
}

.sscm_contain {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.sscm_pic {
  width: 42.57%;
}

.sscm_pic span {
  display: block;

  position: relative;

  width: 100%;
}

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

  display: block;

  padding-bottom: 81%;
}

.sscm_pic span img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;
}

.sscm_info {
  width: 54.92%;
}

.sscm_info h3 {
  font-family: "Poppins";

  font-weight: 500;

  color: var(--i_color);

  margin-bottom: 0.3rem;
}

.sscm_info h4 {
  font-family: "Poppins";

  font-weight: normal;

  color: #666666;
}

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

  .sscm_pic {
    width: 80%;

    margin-bottom: 0.3rem;
  }

  .sscm_info {
    width: 100%;
  }

  .sscm_info h3 {
    margin-bottom: 0.1rem;
  }
}

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

  .sscm_pic {
    width: 100%;

    margin-bottom: 0.2rem;
  }
}

/* -----------------------------服务流程------------------------------- */

.service_service_process {
  padding: 0.6rem 0;

  background: #06254f;

  position: relative;
}

.ssp_bg {
  position: absolute;

  right: 0;

  bottom: 0;

  width: 33%;
}

.ssp_bg img {
  width: 100%;

  height: 100%;

  object-fit: contain;
}

.ssp_maxbox {
}

.ssp_maxbox ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.7rem 2%;
}

.ssp_maxbox ul li {
  width: 32%;
}

.ssp_title_li {
}

.ssp_title_li h3 {
  font-family: "Poppins";

  font-weight: 500;

  color: #ffffff;
}

.ssp_title_li h4 {
  font-family: "Poppins";

  font-weight: normal;

  color: #ffffff;
}

.ssp_li_item {
  box-sizing: border-box;

  /* border: 3px solid #2a5693; */

  padding: 0.4rem 0.25rem 0.2rem 0.25rem;

  position: relative;

  background: #06254f;

  cursor: pointer;

  transition: all 0.35s ease;
}

/* 原始边框 */

.ssp_li_item::before {
  content: "";

  position: absolute;

  inset: 0;

  border: 3px solid #fff;

  transition: border-color 0.35s ease;

  z-index: 1;
}

/* 动态边框 */

.ssp_li_item::after {
  content: "";

  position: absolute;

  inset: 0;

  border: 3px solid transparent;

  border-top-color: #fff;

  border-right-color: #fff;

  border-bottom-color: #fff;

  border-left-color: #fff;

  opacity: 0;

  z-index: 2;
  display: none;
}

/* hover */

.ssp_li_item:hover::after {
  opacity: 1;

  animation: borderRun 1.5s linear forwards;
}

@keyframes borderRun {
  0% {
    clip-path: inset(0 100% 100% 0);
  }

  25% {
    clip-path: inset(0 0 100% 0);
  }

  50% {
    clip-path: inset(0 0 0 100%);
  }

  75% {
    clip-path: inset(100% 0 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.ssp_li_item:hover h4 {
  color: #fff;
}

.ssp_li_item h3 {
  font-family: "Poppins";

  font-weight: 500;

  color: #ffffff;

  margin-bottom: 0.2rem;
}

.ssp_li_item h4 {
  font-family: "Poppins";

  font-weight: normal;

  color: rgba(255, 255, 255, 0.5);

  transition: all 0.35s ease;
}

.ssp_li_item img {
  position: absolute;

  top: -0.34rem;

  left: 8%;

  width: 0.68rem;

  height: 0.68rem;

  z-index: 5;

  background: #06254f;
}

@media screen and (max-width: 1024px) {
  .ssp_li_item img {
    top: -0.25rem;

    width: 0.5rem;

    height: 0.5rem;
  }

  .ssp_bg {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .ssp_maxbox ul {
    gap: 0.5rem 2%;
  }

  .ssp_maxbox ul li {
    width: 49%;
  }
}

@media screen and (max-width: 560px) {
  .ssp_maxbox ul {
    gap: 0.4rem 2%;
  }

  .ssp_maxbox ul li {
    width: 100%;
  }

  .service_service_process {
    padding: 0.3rem 0;
  }

  .ssp_li_item img {
    top: -0.2rem;

    width: 0.4rem;

    height: 0.4rem;
  }

  .ssp_li_item {
    padding: 0.25rem 0.2rem 0.2rem 0.2rem;
  }

  .ssp_li_item h3 {
    margin-bottom: 0.1rem;
  }
}

/* -------------------定制服务------------------------- */

.service_customized_sevices {
  padding: 0.6rem 0;
}

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

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

/* --------------------------定制化服务流程--------------------- */

.service_customization_process {
  padding: 0.6rem 0;
}

.scp_maxbox {
}

.scpm_top {
  margin-bottom: 0.3rem;
}

.scpm_contain {
  display: flex;

  align-items: stretch;

  position: relative;
}

.scpmc_pic {
  width: 60.92%;

  flex-shrink: 0;
}

.scpmc_pic span {
  position: relative;

  display: block;

  width: 100%;
}

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

  display: block;

  padding-bottom: 56.8%;
}

.scpmc_pic span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.scpmc_carousel {
  width: 39.1%;

  background: var(--i_color);

  height: 80%;

  align-self: flex-end;

  position: absolute;

  right: 0;

  bottom: 0;
}

.scpmc_list {
  position: relative;

  overflow: hidden;
}

.scpmc_list .swiper-wrapper {
  display: flex;

  position: relative;

  width: 100%;
}

.scpmc_list li {
  flex-shrink: 0;

  position: relative;

  padding: 0.55rem 0.25rem 0.3rem 0.25rem;

  box-sizing: border-box;

  cursor: pointer;
}

.scpmc_list li h3 {
  color: #fff;

  font-family: "Poppins";

  font-weight: 500;

  margin-bottom: 0.25rem;
}

.scpmc_list li h4 {
  color: #fff;

  font-family: "Poppins";

  font-weight: normal;

  color: #ffffff;

  height: 1.6rem;

  overflow-y: auto;

  scrollbar-width: thin;

  scrollbar-color: #80c3eb transparent;

  padding-right: 0.1rem;
}

/* chrome */

.scpmc_list li h4::-webkit-scrollbar {
  width: 2px;
}

.scpmc_list li h4::-webkit-scrollbar-track {
  background: transparent;
}

.scpmc_list li h4::-webkit-scrollbar-thumb {
  background: #80c3eb;

  border-radius: 20px;
}

.scpmc_pagination {
  display: block;

  margin-top: 0.2rem;

  text-align: right;

  margin-bottom: 0.4rem;

  padding-right: 0.25rem;

  box-sizing: border-box;
}

.scpmc_pagination .swiper-pagination-bullet {
  width: 0.2rem;

  height: 0.06rem;

  display: inline-block;

  margin: 0 6px;

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

  outline: none;

  cursor: pointer;

  opacity: 1;

  border-radius: 0 40px 0 0;
}

.scpmc_pagination .swiper-pagination-bullet-active {
  background: #fff;

  width: 0.48rem;
}

@media screen and (max-width: 1440px) {
  .scpmc_list li h4 {
    height: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .scpmc_list li {
    padding: 0.35rem 0.2rem 0.2rem 0.2rem;
  }
}

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

    align-items: center;
  }

  .scpmc_pic {
    width: 80%;

    margin-bottom: 0.2rem;
  }

  .scpmc_carousel {
    position: relative;

    bottom: initial;

    right: initial;

    width: 100%;
  }
}

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

  .scpmc_pagination {
    margin-top: 0.2rem;

    margin-bottom: 0.2rem;

    padding-right: 0.2rem;
  }

  .scpmc_list li h3 {
    margin-bottom: 0.2rem;
  }
}

/* ----------------------------------------news.html-------------------------------- */

.news_maxbox {
  padding: 0.6rem 0;
}

.nm_box {
}

.nmb_tab {
  margin-bottom: 0.3rem;
}

.nmb_tab ul {
  display: flex;

  border-bottom: #e6e6e6 1px solid;

  padding-bottom: 0.2rem;

  flex-wrap: wrap;
}

.nmb_tab ul li {
  width: calc(100% / 3);

  text-align: center;

  border-right: #e6e6e6 2px solid;

  box-sizing: border-box;
}

.nmb_tab ul li:last-child {
  border-right: none;
}

.nmb_tab ul li a {
  font-family: "Poppins";

  font-weight: bold;

  color: #333333;
}

.nmb_tab ul li:hover a {
  color: var(--i_color);
}

.nmb_tab ul li.active a {
  color: var(--i_color);
}

.nmb_contain {
}

.nmb_contain ul {
  display: flex;

  flex-wrap: wrap;

  gap: 0.3rem;
}

.nmb_contain ul li {
  width: calc((100% - 2 * 0.3rem) / 3);
}

.nmb_contain ul li span {
  width: 100%;

  position: relative;

  display: block;

  margin-bottom: 0.1rem;

  overflow: hidden;
}

.nmb_contain ul li span::before {
  content: "";

  display: block;

  padding-bottom: 65%;
}

.nmb_contain ul li span img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.35s ease;
}

.nmb_contain ul li h3 {
  font-family: "Poppins";

  font-weight: 600;

  color: #222222;

  margin-bottom: 0.2rem;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

  transition: all 0.35s ease;
}

.nmb_contain ul li h4 {
  font-family: "Poppins";

  font-weight: normal;

  color: #666666;

  margin-bottom: 0.2rem;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

.nmb_contain ul li h5 {
  font-family: "Poppins";

  font-weight: normal;

  color: #666666;
}

.nmb_contain ul li:hover h3 {
  color: var(--i_color);
}

.nmb_contain ul li:hover span img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .nmb_contain ul li {
    width: calc((100% - 0.3rem) / 2);
  }
}

@media screen and (max-width: 560px) {
  .nmb_contain ul li {
    width: 100%;
  }

  .news_maxbox {
    padding: 0.3rem 0;
  }

  .nmb_tab ul {
    border-bottom: none;

    gap: 0.1rem;
  }

  .nmb_tab ul li {
    width: 100%;

    border-right: none;

    border-bottom: #e6e6e6 1px solid;
  }

  .nmb_tab {
    margin-bottom: 0.1rem;
  }
}

/* ------------------------------------------contact.html---------------------------------- */

.contact_form {
  padding: 0.6rem 0;

  background: url(static/images/contact_form_bg.webp) no-repeat center/cover;
}

.cf_maxbox {
}

.cfm_top {
  margin-bottom: 0.3rem;
}

.cfm_contain {
}

/* -------------------------Contact Information------------------  */

.contact_information {
  padding: 0.6rem 0;

  z-index: 999;

  position: relative;
}

.ci_maxbox {
}

.ci_maxbox_contain {
  background: #535960;

  padding: 0.52rem 0 0.6rem 0;

  border-radius: 0.08rem;
}

.ci_maxbox_contain ul {
  display: flex;

  flex-wrap: wrap;

  z-index: 9999;
}

.ci_maxbox_contain ul li {
  padding: 0 0.48rem;

  display: flex;

  flex-direction: column;

  align-items: center;

  box-sizing: border-box;
}

/* 前三个 */

.ci_maxbox_contain ul li {
  width: 33%;
}

.ci_maxbox_contain ul li span {
  background: #fff;

  border-radius: 50%;

  width: 0.8rem;

  height: 0.8rem;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 0.2rem;
}

.ci_maxbox_contain ul li span img {
  transition: transform 0.6s ease;

  transform-style: preserve-3d;
}

.ci_maxbox_contain ul li h3 {
  font-size: 0.16rem;

  line-height: 0.2rem;

  color: #ffffff;

  margin-bottom: 0.16rem;

  font-family: "Poppins";
}

.ci_maxbox_contain ul li h4 a {
  font-size: 0.24rem;

  color: #ffffff;

  margin-bottom: 0.1rem;

  font-family: "Poppins";
}

.ci_maxbox_contain ul li:hover span img {
  transform: rotateY(180deg);
}

.ci_maxbox_contain ul li h4:hover a {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .ci_maxbox_contain ul li h4 a {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  /* 前三个 */

  .ci_maxbox_contain ul li {
    width: 33%;

    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .ci_maxbox_contain ul li {
    width: 50%;

    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 560px) {
  .ci_maxbox_contain ul li {
    width: 100%;

    margin-bottom: 0.3rem;
  }

  .contact_information {
    padding: 0.3rem 0;

    z-index: 999;

    position: relative;
  }
}

/* ---------------------------------contact_map------------------------------- */

.contact_map_bac {
  box-sizing: border-box;

  margin-top: -2.3rem;
}

.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;
  }

  .contact_map_bac {
    margin-top: -2rem;
  }
}

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

@media screen and (max-width: 768px) {
  .contact_map {
    height: 4rem;
  }

  .contact_map_bac {
    margin-top: -1.5rem;
  }
}

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

@media screen and (max-width: 425px) {
  .contact_map_bac {
    margin-top: -1rem;
  }
}
.hide {
  display: none;
}
/* -----------------contactus表单---------------------- */
#wpforms-238 {
  --wpforms_input_height: 60px;

  --wpforms_textarea_height: 125px;

  --wpforms_input_font_size: 16px;

  --wpforms_select_height: 60px;

  width: 100%;
}

#wpforms-238 {
  margin: 0;

  padding: 0;
}

#wpforms-form-317 {
  width: 100%;

  position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0px 0;

  clear: both;
}

/* 字段样式 */

#wpforms-238 .wpforms-field-container > .wpforms-field {
  width: 100%;

  /* padding: 0 1px 20px; */

  margin: 0 0 20px;

  overflow-x: initial !important;

  position: relative;

  background: #fff;
}

#wpforms-238 .wpforms-field-container .wpforms-required-label {
  color: #d63637;
}

#wpforms-238 .wpforms-field-container .wpforms-field > input,
#wpforms-238 .wpforms-field-container textarea,
#wpforms-238 .wpforms-field-container select {
  width: 100%;

  max-width: 100%;

  box-sizing: border-box;

  padding: 10px 20px !important;

  margin: 0 0;

  border: 1px solid transparent;

  background: transparent;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;

  color: #222;

  font-family: "Montserrat";
}

#wpforms-238 .wpforms-field-container .wpforms-field > input {
  height: var(--wpforms_input_height);

  background: #fff;

  border: #d6d6d6 1px solid;
}

#wpforms-238 .wpforms-field-container textarea {
  height: var(--wpforms_textarea_height);

  border: #d6d6d6 1px solid;

  background: #fff;
}
#wpforms-238 .wpforms-field-container select {
  border: #d6d6d6 1px solid;
  height: var(--wpforms_select_height);
  background: #ffff
    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-238-field_1::placeholder,
#wpforms-238-field_2::placeholder,
#wpforms-238-field_3::placeholder,
#wpforms-238-field_4::placeholder {
  color: #8a8a8a;

  opacity: 1;
}

#wpforms-238 input::placeholder,
#wpforms-238 textarea::placeholder,
#wpforms-238 select::placeholder {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
}
#wpforms-238 select:invalid {
  color: #8a8a8a;

  font-size: var(--wpforms_input_font_size);

  line-height: 1.4;
  height: var(--wpforms_select_height);
}

#wpforms-238 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-238 .wpforms-field-container textarea:hover,
#wpforms-238 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-238 .wpforms-field-container textarea:focus {
  border: var(--i_color) 1px solid;

  outline: none;

  box-shadow: none;
}

/* 验证错误提示 */

#wpforms-238 label.wpforms-error,
#wpforms-238 em.wpforms-error {
  position: absolute;

  left: 0;

  bottom: -0.18rem;

  font-size: 13px;

  color: #d63637;
}

/* 隐藏 Label 标签 */

#wpforms-238 .wpforms-field-container .wpforms-field-label {
  height: 0;

  font-size: 0;

  margin: 0 0;
}

#wpforms-238 .wpforms-field-container .wpforms-required-label {
  position: absolute;

  top: 10px;

  left: 10px;

  font-size: 16px;

  font-weight: bold;

  font-family: "Montserrat";
}

/* 输入框水平排列，一行两个 */

#wpforms-238 .wpforms-field-container {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

#wpforms-238-field_1-container,
#wpforms-238-field_2-container,
#wpforms-238-field_3-container {
  width: 32% !important;
}
#wpforms-238-field_4-container {
  width: 100% !important;
}

/* 提交按钮样式 */

#wpforms-238 .wpforms-submit-container {
  width: 100%;

  padding: 0 0;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: center;

  /* margin-left: auto;



  margin-right: auto; */
}

#wpforms-238 .wpforms-submit-container button {
  width: 20%;

  height: 0.5rem;

  font-size: 0.18rem;

  color: #fff;

  font-weight: bold;

  background: var(--i_color);

  border: none;

  border-radius: 0.05rem;

  font-family: "Montserrat";
}

#wpforms-238 .wpforms-submit-container img {
  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  right: 4px;

  z-index: 2;
}

#wpforms-238 .wpforms-submit-container button:hover {
  background: transparent;

  color: var(--i_color);

  border: var(--i_color) 1px solid;
}

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

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

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

@media screen and (max-width: 1024px) {
  #wpforms-238 {
    --wpforms_input_height: 48px;

    --wpforms_select_height: 40px;

    --wpforms_textarea_height: 100px;

    --wpforms_input_font_size: 16px;

    width: 100%;
  }

  #wpforms-238 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }

  #wpforms-238-field_1-container,
  #wpforms-238-field_2-container,
  #wpforms-238-field_3-container,
  #wpforms-238-field_4-container {
    width: 100% !important;
  }

  #wpforms-238 .wpforms-submit-container button {
    width: 100%;
  }
}

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

@media screen and (max-width: 768px) {
  #wpforms-238 {
    --input_height: 0.5rem;
  }
}

@media screen and (max-width: 560px) {
  #wpforms-238-field_1-container,
  #wpforms-238-field_2-container,
  #wpforms-238-field_3-container,
  #wpforms-238-field_4-container {
    width: 100% !important;
  }

  #wpforms-238 .wpforms-submit-container button {
    width: 100%;
  }

  #wpforms-238 {
    /* --wpforms_input_height: 48px;

    --wpforms_textarea_height: 120px;

    --wpforms_input_font_size: 14px; */

    width: 100%;
  }

  #wpforms-238 .wpforms-submit-container button {
    height: 0.4rem;

    font-size: 0.16rem;
  }

  #wpforms-238 .wpforms-submit-container {
    width: 100%;
  }

  #wpforms-238 .wpforms-submit-container {
    margin: 0 auto 0;
  }
  .contact_form {
    padding: 0.3rem 0;
  }
}

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