/*
Theme Name: JingSong
Version: 1.0
Description: Anhui Lingju Digital, as a core partner of Google China, owns the only Google Overseas Experience Center in Anhui Province, providing one-stop services for localized foreign trade enterprises in Anhui to go overseas - website construction, Google SEO optimization, Google bidding, Google SNS social media marketing, etc.
Author: Copyright: Anhui Lingju
*/
@charset "utf-8";

:root {
  /* Global Color */
  --i_color: #fa6e32;

  /* Head height */
  --header_height: 0.7rem;

  /* Default Border Color */
  --border_color: rgba(0, 0, 0, 0.1);
  /* txt color */
  --txt_color: #333;
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.4rem;
    --header_top_height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}

/* 通用 */
.ftxt {
  color: #565d73;
}

.btn_box {
  width: max-content;
  display: table;
}

.btn_a {
  display: flex;
  box-sizing: border-box;
  background-color: var(--i_color);
  border-radius: 5rem;
  padding: 0.06rem 0.23rem;
  border: 2px solid var(--i_color);
  transition: all 0.4s ease;
  color: #fff;
}

.btn_a:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 0.1rem rgb(0 0 0 / 40%);
  background-color: transparent;
  color: var(--i_color);
}

@media screen and (max-width: 768px) {
  .btn_a {
    padding: 0.04rem 0.2rem;
  }
}

/* title */
.tit_btn h2 {
  color: #04091a;
}

/* --- --- */

.wrap {
  width: 94vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_header {
  width: 94vw;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  box-sizing: border-box;
  padding-left: 8.2vw;
}
.wrap_r {
  box-sizing: border-box;
  padding-right: 8.2vw;
}
@media screen and (max-width: 1440px) {
  .wrap_l {
    padding-left: 3vw;
  }
  .wrap_r {
    padding-right: 3vw;
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2026;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
header.fixedHeader {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
header > .wrap_header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  header {
    background: #fff;
  }
}

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 69.5%;
}
.logo img {
  max-height: 100%;
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: 0.2rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 0.3rem;
    position: relative;
    z-index: 2026;
  }

  .i_nav > li {
    position: relative;
  }

  .i_nav > li > a {
    display: block;
    font-size: 0.16rem;
    color: #000;
    line-height: var(--header_height);
    white-space: nowrap;
    position: relative;
    transition: all 0.4s ease;
  }

  .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 > li.active > a {
    color: var(--i_color);
  }

  .nav_products .sub-menu {
    display: none !important;
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: var(--header_height);
    min-width: 2rem;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
    font-size: 0;
    text-align: center;
  }

  .i_nav .sub-menu li {
    position: relative;
  }

  .i_nav .sub-menu a {
    display: block;
    padding: 0 0.2rem;
    font-size: 0.17rem;
    color: #000;
    line-height: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

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

  .i_nav .menu-item-has-children > a {
    display: flex;
    align-items: center;
  }
  .i_nav .menu-item-has-children > a::after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
  }
}

@media screen and (max-width: 1200px) {
  .i_nav > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

@media screen and (max-width: 1024px) {
  .i_nav {
    opacity: 0;
    position: fixed;
    top: var(--header_height);
    left: 101%;
    width: 100%;
    width: 100vw;
    height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
  }
  .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: 8px;
    right: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.2rem;
  }
  .i_nav > .menu-item-has-children span.on {
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.2rem;
  }

  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
    text-transform: uppercase;
  }
  .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 {
    color: var(--i_color) !important;
  }

  .i_nav > li > .sub-menu {
    display: none;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.15rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }

  .i_nav > li > .sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav > li > .sub-menu b.on {
    background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }

  .i_nav .sub-menu .sub-menu {
    display: none;
  }

  .i_nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;
    font-size: 0.13rem;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }

  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

/* 移动端导航按钮 */
.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: 0.3rem;
  }
}

.top_r {
  --size: 0.2rem;
}
.top_r {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  gap: 0 0.3rem;
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
  }
}

.header_contact {
  display: table;
  height: max-content;
  border-radius: 5rem;
  background-color: var(--i_color);
  padding: 0.05rem 0.1rem;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.4s ease;
}
.header_contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 0.1rem rgb(0 0 0 / 40%);
}

.search_cont,
.top_language {
  height: var(--header_height);
  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: #191f30;
  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_language {
  position: relative;
}
.top_language_btn {
  padding: 0.1rem 0 0.1rem 0;
  position: relative;
  cursor: pointer;
}

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

.language_list dt > h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}
.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}

.lang_list a {
  display: block;
  padding: 0.06rem 0;
}
.lang_list span img {
  display: none;
}
.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
  display: block;
}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
  color: var(--i_color);
}

/* @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: 768px) {
  .language_list dt > h6 {
    font-size: 15px;
  }
}

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

/* 产品下拉 */

.nav_menu_products {
  min-width: 6rem;
  display: none;
  position: absolute;
  top: var(--header_height);
  left: 0;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0 8px 10px rgb(0 0 0 / 5%);
  z-index: 2026;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.nav_menu_products dl {
  box-sizing: border-box;
  padding: 0.3rem 0.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
.nav_menu_products .left_sort {
  width: 45%;
}
.nav_menu_products .right_sort {
  width: 45%;
}
.nav_menu_products dt > a {
  display: block;
  font-size: 12px;
  color: #adb1bf;
  font-weight: bold;
}
.nav_menu_products ul {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem 0;
}
.nav_menu_products li {
}
.nav_menu_products li a {
  display: block;
  font-size: 14px;
  color: #0e1323;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.right_sort {
  display: flex;
  flex-direction: column;
  gap: 0.2rem 0;
}

.nav_menu_products dt > a:hover {
  color: var(--i_color);
}
.nav_menu_products li a:hover {
  color: var(--i_color);
}
.nav_menu_products li a:hover::before {
  background: rgb(0 88 167 / 50%);
}

@media screen and (max-width: 1024px) {
  .nav_menu_products {
    display: none !important;
  }
}

/* banner */
.i_banner {
}

.i_banner_list {
  position: relative;
  overflow: hidden;
}
.i_banner_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_banner_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition: all 0.4s ease;
}

/* -------------------------- */
.i_banner-prev,
.i_banner-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: hsla(0, 0%, 100%, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
}
.i_banner-prev {
  left: 1.5%;
}
.i_banner-next {
  right: 1.5%;
}
.i_banner-prev iconify-icon,
.i_banner-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #04091a;
}
.i_banner_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_banner-prev:hover,
.i_banner-next:hover {
  background-color: #fff;
  transform: translate(0, -50%) scale(1.1);
}

/* -------------------------- */
.i_banner-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}
.i_banner-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 5px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.i_banner-pagination .swiper-pagination-bullet:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.i_banner-pagination .swiper-pagination-bullet-active {
  width: 0.3rem;
  background: #fff;
}

.i_banner_list .swiper-slide:hover {
  transform: scale(1.02);
}

.ib01 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ib01::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 35.11%;
}
.ib01 img,
.ib01 video,
.ib01 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.ib01 video,
.ib01 iframe {
  cursor: pointer;
}

.ib01 video {
}
.vimeoBox {
  width: 100%;
  padding: 0 0 56.25% 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.vimeoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ib_video p {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .i_banner-prev,
  .i_banner-next {
    width: 0.35rem;
    height: 0.35rem;
  }
  .i_banner-prev iconify-icon,
  .i_banner-next iconify-icon {
    font-size: 0.18rem;
  }
  .ib_video p {
    font-size: 0.16rem;
    padding: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .i_banner-prev,
  .i_banner-next {
    width: 0.25rem;
    height: 0.25rem;
  }
  .i_banner-prev iconify-icon,
  .i_banner-next iconify-icon {
    font-size: 0.14rem;
  }
  .i_banner-pagination .swiper-pagination-bullet {
    width: 0.05rem;
    height: 0.05rem;
  }
  .i_banner-pagination .swiper-pagination-bullet-active {
    width: 0.15rem;
    background: #fff;
  }
}

/* 全屏播放 */
.fullscreen-video-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.fullscreen-video-player.active {
  opacity: 1;
  visibility: visible;
}

/* 遮罩层 */
.fullscreen-video-player .player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* 内容区域 */
.fullscreen-video-player .player-content {
  box-sizing: border-box;
  padding: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  z-index: 1;
  background-color: #fff;
}

.full_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modern_txt {
  color: #303133;
}

/* 关闭按钮 */
.fullscreen-video-player .player-close {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.fullscreen-video-player .player-close:hover {
  transform: rotate(90deg);
}

.fullscreen-video-player .player-close iconify-icon {
  font-size: 0.16rem;
  color: white;
}

/* 视频容器 */
.fullscreen-video-player .player-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.fullscreen-video-player .player-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* footer */
footer {
  background-color: #040919;
}

.footer_top .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.3rem 0;
}

.footer_1 {
  width: 11.59%;
}

.footer_share {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.3rem;
}
.footer_share dt {
}
.footer_share dt a {
  display: block;
}
.footer_share dt a iconify-icon {
  font-size: 0.3rem;
  color: #ffffff;
  transition: all 0.3s ease;
}
.footer_share dt a iconify-icon:hover {
  color: var(--i_color);
  transform: translateY(-5px);
}

.footer_h3 {
  font-size: 0.2rem;
  font-weight: 500;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}

.footer_ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.footer_ul li {
}
.footer_ul li a {
  font-size: 0.14rem;
  font-weight: 400;
  color: #989fb3;
  position: relative;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding-bottom: 1px;
}

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

.footer_bottom {
  border-top: 1px solid #2a2f40;
  text-align: center;
  padding: 0.25rem 0;
}

.footer_bottom,
.footer_bottom a {
  color: #989fb3;
  font-size: 14px;
  transition: all 0.3s ease;
}
.footer_bottom a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 768px) {
  .footer_1 {
    width: 12%;
  }
}
@media screen and (max-width: 560px) {
  .footer_1 {
    width: 100%;
  }
  .footer_2 {
    width: 48%;
  }
  .footer_h3 {
    font-size: 0.16rem;
  }
}

/* 解决方案 */
.Solution_box {
  background-color: #000000;
  overflow: hidden;
  padding: 1rem 0 2rem 0;
  position: relative;
}

.Earth {
  width: 37.62%;
  position: absolute;
  right: 0;
  top: -32%;
}

.Solution_info {
  width: 64.25%;
  position: relative;
  z-index: 10;
}

.solution_logo {
  width: 49.5%;
}
.Solution_info h2 {
  margin-top: -0.35rem;
}

.Solution_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem 0;
}

.Solution_list li {
  width: 22.05%;
}

.Solution_list h4 {
  margin: 0 0 0.12rem 0;
  color: #8d93a6;
}

.Solution_list i {
  display: block;
  width: 100%;
  height: 2px;
  background: url(https://lingjuimg.com/wp-content/uploads/jinsong/2026/03/wire.webp)
    no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 1440px) {
  .Solution_box {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 1366px) {
  .Earth {
    top: -25%;
  }
}
@media screen and (max-width: 1024px) {
  .Solution_box {
    padding: 0.5rem 0;
  }
  .Earth {
    opacity: 0.5;
  }
  .Solution_info {
    width: 100%;
  }
  .solution_logo {
    width: 40%;
  }
  .Solution_list h4 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .Earth {
    top: 10%;
  }
  .Solution_box {
    padding: 0.3rem 0;
  }
  .solution_logo {
    width: 70%;
  }
}

/* 产品中心 */
.Product_Center {
}

.Product_Center h6 {
  color: #8d93a6;
}

.pc_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.3rem 0;
  overflow: hidden;
}

.pcc_left {
  width: 32.25%;
}

.pcc_left li {
  box-sizing: border-box;
  padding: 0.24rem 0.24rem 0 0.24rem;
  cursor: pointer;
}

.pcc_left li > p {
  margin-top: 0.12rem;
  font-size: 0.13rem;
}

.pcc_left li p,
.pcc_left li .btn_box {
  display: none;
}

.pcc_left h3 {
  color: #04091a;
  transition: all 0.3s ease;
}

.pcc_left li img {
  width: 100%;
  height: 2px;
}

.pcc_left .active h3 {
  color: #fff;
}
.pcc_left .active {
  background: #04091a;
  border-radius: 0.24rem 0 0.8rem 0.24rem;
  color: #fff;
  padding: 0.24rem 0.24rem 0.2rem 0.24rem;
}
.pcc_left .active img {
  display: none;
}
.pcc_left .active p {
  display: block;
}
.pcc_left .active .btn_box {
  display: table;
}

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

.pcc_right {
  width: 64.75%;
  height: max-content;
  box-sizing: border-box;
  border-radius: 0.14rem;
  background: linear-gradient(to top, transparent, var(--i_color));
  position: relative;
}
.pcc_right::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 57.41%;
}

.pcc_right .youtube_video {
  width: 97.426%;
  height: 95.51%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.14rem;
  display: none;
}
.pcc_right .youtube_video.active {
  display: block;
}

.youtube_video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pcc_right img {
  width: 97.426%;
  height: 95.51%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.pcc_right img.active {
  display: block;
}

@media screen and (max-width: 768px) {
  .pcc_left,
  .pcc_right {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .pcc_left li {
    padding: 0.1rem 0.1rem 0 0.1rem;
  }
  .pcc_left .active {
    padding: 0.1rem 0.1rem 0.1rem 0.2rem;
  }
}

/* 应用场景 */
.Application_scenarios {
  background-color: #04091a;
  position: relative;
}

.Application_scenarios::before {
  content: "";
  display: block;
  width: 100%;
  height: 11.9%;
  background: url(https://lingjuimg.com/wp-content/uploads/jinsong/2026/03/Application_before.webp)
    no-repeat center;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 46%;
}
.Application_scenarios::after {
  content: "";
  display: block;
  width: 100%;
  height: 11.9%;
  background: url(https://lingjuimg.com/wp-content/uploads/jinsong/2026/03/Application_before.webp)
    no-repeat center;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 69%;
}

.Application_scenarios .tit_btn h2 {
  color: #fff;
}

.as_list {
  display: flex;
  flex-wrap: wrap;
}

.as_list li {
  width: 16.667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0.3rem 0;
}

.as_list img {
  width: 0.52rem;
}

.as_list li p {
  width: 80%;
}

.as_list .active {
  background-color: var(--i_color);
  border-radius: 16px 16px 40px 0;
}
.as_list .active img {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}

.as_videos {
  width: 100%;
  position: relative;
  border-radius: 0.24rem;
  background: -webkit-linear-gradient(bottom, transparent, #fff);
}
.as_videos::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 48.42%;
}
.as_videos iframe {
  width: 98.5%;
  height: 97.25%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.16rem;
  display: none;
}

.as_videos .active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .as_list li {
    padding: 0.15rem 0;
  }
  .as_list img {
    width: 0.35rem;
  }
  .as_list li p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .as_list li {
    width: 33.333%;
  }
}
@media screen and (max-width: 560px) {
  .as_list li {
    width: 50%;
  }
  .as_list img {
    width: 0.3rem;
  }
  .as_list li p {
    font-size: 0.12rem;
  }
}

/* 主页新闻 */
.Home_News {
}

.Home_News_list {
  position: relative;
  overflow: hidden;
}
.Home_News_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 4.2rem;
}
.Home_News_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

/* -------------------------- */
.Home_News-prev,
.Home_News-next {
  width: 0.34rem;
  height: 0.34rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #333;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
}
.Home_News-prev {
}
.Home_News-next {
}
.Home_News-prev iconify-icon,
.Home_News-next iconify-icon {
  font-size: 0.2rem;
  color: #333;
}
.Home_News_list .swiper-button-disabled {
  cursor: not-allowed;
}
.Home_News-prev:hover,
.Home_News-next:hover {
  background: var(--i_color);
  border-color: var(--i_color);
}
.Home_News-prev:hover iconify-icon,
.Home_News-next:hover iconify-icon {
  color: #fff;
}

/* -------------------------- */
.Home_News-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.Home_News-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;
}
.Home_News-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.element_item {
  height: max-content;
  box-sizing: border-box;
  border: 1px solid #e6e9f2;
  border-radius: 8px;
  padding-bottom: 0.05rem;
}

.element_img {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.element_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.element_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.element_txt {
  padding: 0.1rem 0.16rem 0.4rem 0.16rem;
}

.element_item .btn_box {
  display: none;
  margin-left: 0.16rem;
}
.element_item .btn_box.active {
  display: table;
}

.Home_News_btn {
  margin-top: 0.16rem;
  display: flex;
  justify-content: center;
  gap: 0 0.6rem;
}

@media screen and (max-width: 1024px) {
  .Home_News_list .swiper-wrapper {
    min-height: auto;
  }
  .element_item .btn_box {
    display: block !important;
  }
  .Home_News-prev,
  .Home_News-next {
    display: none;
  }
  .Home_News-pagination {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .element_txt {
    padding: 0.1rem 0.16rem 0.1rem 0.16rem;
  }
}

/* ------------------------  产品列表页面 */
.Product_List_Box {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

.Pl_kind {
  border-bottom: 1px solid #e6e9f2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0.2rem 0;
}

.plk_item {
  width: 7%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.plk_item::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--i_color);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
}

.plk_item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.plk_item_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.plk_item_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.plk_item_img img {
  width: 90%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.plk_item p {
  color: #565d73;
  margin-top: 0.15rem;
  padding-bottom: 0.17rem;
}

.Pl_kind .active::before {
  width: 100%;
}
.Pl_kind .active .plk_item_img {
  background: linear-gradient(135deg, rgba(230, 243, 247, 0.3), #fff 40.98%);
  border: 1px solid var(--i_color);
  border-radius: 8px;
  box-shadow: 0 4px 40px 0 rgba(23, 56, 153, 0.12);
}
.Pl_kind .active p {
  color: var(--i_color);
}

.plk_item:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

@media screen and (max-width: 560px) {
  .plk_item {
    width: 15%;
  }
}

.Pl_Level3 {
  margin: 0.16rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 8px;
}

.pll3_item {
  box-sizing: border-box;
  padding: 0.05rem 0.16rem;
  border-radius: 5rem;
  transition: all 0.4s ease;
}

.pll3_item a {
  display: flex;
  align-items: center;
  gap: 0 4px;
}

.pll3_item p {
  font-size: 0.14rem;
  font-weight: bold;
  color: #565d73;
}

.pll3_item span {
  padding: 2px 4px;
  font-size: 0.1rem;
  color: #565d73;
  border-radius: 5rem;
}

.pll3_item:hover,
.Pl_Level3 .active {
  background: #eef1fa;
}
.Pl_Level3 .active p {
  color: var(--i_color);
}
.Pl_Level3 .active span {
  background-color: #fff;
  color: #04091a;
}

@media screen and (max-width: 560px) {
  .pll3_item p {
    font-size: 0.12rem;
  }
}

.Product_List {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  min-height: 4.5vw;
}

.x_item {
  width: 32%;
  box-sizing: border-box;
  min-height: 4rem;
}

.x_item a {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e6e9f2;
  border-radius: 8px;
}

.x_img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #eef1fa;
}
.x_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.x_img img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.x_txt {
  box-sizing: border-box;
  padding: 0.15rem;
}

.x_txt h6 {
  color: #8d93a6;
  font-size: 13px;
}

.x_txt .btn_box {
  display: none;
}
.x_txt .btn_box.active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .Product_List {
    gap: 0.2rem 2%;
  }
  .x_item {
    min-height: auto;
  }
  .x_txt .btn_box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .x_item {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .Product_List {
    gap: 0.06rem 2%;
  }
}

/* ------------------------  产品详情页面 */
.Details_Top {
  background-color: #04091a;
}

.Details_Top .wrap {
  background: url(https://lingjuimg.com/wp-content/uploads/jinsong/2026/03/Details_topBa.webp)
    no-repeat center;
  background-size: cover;
}

.Details_name {
  background: linear-gradient(180deg, #fff 40%, hsla(0, 0%, 100%, 0));
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  margin: 0 auto 14px;
}

.Details_TopBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.Details_pic {
  width: 45.67%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.Details_pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.Details_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.Details_pic.scrolled {
  margin-left: auto;
  margin-right: 0;
}
.Details_Top .wrap.scrolled {
  background: none;
}

.Details_txt {
  width: 40%;
  display: none;
}
.Details_txt.scrolled {
  display: block;
}

.Details_txt img {
  width: 100%;
  height: 2px;
  margin: 24px 0 32px;
}

@media screen and (max-width: 1366px) {
  .Details_name {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 1024px) {
  .Details_Top .wrap {
    background: none;
  }
  .Details_name {
    font-size: 0.4rem;
  }
  .Details_txt {
    display: block;
  }
  .Details_pic {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .Details_txt,
  .Details_pic {
    width: 100%;
  }
  .Details_pic {
    order: -1;
  }
  .Details_txt img {
    margin: 0.1rem 0;
  }
}

/* 产品参数 */
.Product_Parameters {
  background-color: #04091a;
}

.Product_Parameters .wrap {
  background: url(https://lingjuimg.com/wp-content/uploads/jinsong/2026/03/Details_topBa.webp)
    no-repeat center;
  background-size: cover;
}

.Parameters_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  position: relative;
}

.Parameters_item {
  width: 50%;
  box-sizing: border-box;
}

.pi_txt {
  width: 47%;
  border-radius: 0.16rem;
  padding: 0.2rem;
  background: hsla(0, 0%, 100%, 0.2);
  transition: all 0.4s ease;
}

.Parameters_item span {
  color: #989fb3;
  font-size: 14px;
  transition: all 0.4s ease;
}

.Parameters_item:nth-child(even) .pi_txt {
  margin-left: auto;
}

.Details_gif {
  width: 33%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.Parameters_item:hover .pi_txt {
  background-color: var(--i_color);
}
.Parameters_item:hover .pi_txt span {
  color: #fff;
}

@media screen and (max-width: 560px) {
  .pi_txt {
    padding: 0.1rem;
  }
  .pi_txt p {
    font-size: 0.14rem;
  }
  .Parameters_item span {
    font-size: 0.11rem;
  }
  .Details_gif {
    width: 40%;
  }
}

/* 产品推荐 */
.Product_Recommendations {
}

.Product_Recommendations .x_txt h6 {
  font-size: 0.14rem;
}

/* 咨询专家 */
.Consulting_experts {
  background-color: #f8f9fb;
}

.Consulting_experts .wrap {
  position: relative;
}

.Consulting_experts h6 {
  color: #8d93a6;
  line-height: 150%;
  margin: 24px 0 32px;
}

.Consulting_experts .wire {
  display: block;
  width: 57%;
  height: 2px;
}

.Consulting_experts .header_contact {
  padding: 0.08rem 0.12rem;
}

.ce_img {
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 5%;
}

@media screen and (max-width: 1024px) {
  .ce_img {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .Consulting_experts h6 {
    margin: 0.1rem 0;
  }
  .Consulting_experts .header_contact {
    margin-top: 0.2rem;
  }
}

/* FAQ问答 */
.faq_box {
}

.faq_list {
}
.faq_list > p {
  font-weight: bold;
  color: #999;
}

.faq_list li {
  position: relative;
  transition: all 0.3s ease;
}

.faq_list li.active {
  background-color: #f8fafd;
}

.faq_list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(https://lingjuimg.com/wp-content/uploads/jinsong/2026/03/wire_ConsultWithSpecialist.webp)
    no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.faq_list .tit {
  box-sizing: border-box;
  padding: 0.2rem 0.28rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.3rem;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.faq_list .tit p {
  font-size: 20px;
  font-weight: 600;
}
.faq_list .tit iconify-icon {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.24rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.faq_list .tit .minus {
  display: none;
}

.faq_list .tit.active .add {
  display: none;
}
.faq_list .tit.active .minus {
  display: block;
}

.faq_list .txt {
  display: none;
  padding: 0 0.2rem 0.16rem 0.2rem;
  color: #565d73;
}

@media screen and (max-width: 1024px) {
  .faq_list .tit {
    padding: 14px 20px;
  }
  .faq_list .tit.active::before {
    background: rgb(0 88 167 / 15%);
  }
  .faq_list .tit p {
    font-size: 17px;
  }
  .faq_list .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .faq_list .tit p {
    font-size: 16px;
  }
  .faq_list .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .faq_list .tit p {
    font-size: 14px;
  }
  .faq_list .tit iconify-icon {
    font-size: 20px;
  }
  .faq_list .txt {
    padding: 10px 20px;
  }
  .faq_list .txt {
    font-size: 13px;
  }
}

/* ------------------------  软件页面 */

/* 自开发系统 */
.sds_box {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

.sds_list {
  justify-content: center;
  gap: 0.2rem 6.67%;
}

.sds_list .plk_item {
  width: 10%;
}

.sds_list .plk_item_img {
  width: 80%;
}

.sds_list .plk_item_img img {
  width: 55%;
  filter: grayscale(100%) brightness(0.7);
}

.sds_list .active .plk_item_img {
  border: none;
  background: linear-gradient(135deg, rgba(230, 243, 247, 0.3), #fff 40.98%);
  box-shadow: 0 4px 40px 0 rgba(23, 56, 153, 0.12);
}
.sds_list .active .plk_item_img img {
  filter: none;
}

.sds_list .plk_item::before {
  height: 1px;
}

@media screen and (max-width: 768px) {
  .sds_list .plk_item p {
    font-size: 0.12rem;
    margin-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .sds_list .plk_item {
    width: 25%;
  }
}

.sds_img {
  width: 83%;
  position: relative;
  border-radius: 0.24rem;
  overflow: hidden;
}
.sds_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.23%;
}
.sds_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* 系统介绍 */
.System_Introduction {
  background-color: #f8f9fb;
}

.wire_si {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.24rem 0;
}

@media screen and (max-width: 560px) {
  .wire_si {
    margin: 0.1rem 0;
  }
}

/* 系统价值 */
.System_value {
}

.value_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 1.33%;
}

.value_list li {
  width: 24%;
  box-sizing: border-box;
  padding: 0.32rem 0.32rem 0.6rem 0.32rem;
  background-color: #f8fafd;
  border-radius: 0.24rem;
  transition: all 0.3s ease;
}

.value_list h4 {
  background: linear-gradient(180deg, #fa6e32 30.24%, rgba(250, 110, 50, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.value_list li:hover {
  background-color: #fff;
  box-shadow: 0 4px 40px 0 rgba(23, 56, 153, 0.12);
}
.value_list li:hover h3 {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .value_list li {
    padding: 0.2rem;
  }
  .value_list h4 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 768px) {
  .value_list li {
    width: 49.33%;
  }
}
@media screen and (max-width: 560px) {
  .value_list {
    gap: 0.06rem 1.33%;
  }
  .value_list h4 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .value_list h3 {
    font-size: 0.14rem;
  }
}

/* 系统功能 */
.System_Functions {
}

/* ------------------------  应用列表页面 */

/* 应用场景 */
.Application_content {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

.app_text {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.3rem 1.2rem;
  border-radius: 0.24rem;
}

.app_text p {
  color: #565d73;
}

.add_video {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.add_video::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 55.73%;
}
.add_video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

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

/* 应用列表 */
.Application_listBox {
}

.Application_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem 2%;
}

.app_item {
  width: 32%;
  box-sizing: border-box;
  padding: 0.32rem;
  border-radius: 0.24rem;
  background-color: #f8fafd;
  transition: all 0.3s ease;
}

.app_item > img {
  width: 0.64rem;
}

.app_item:hover {
  background-color: var(--i_color);
}
.app_item:hover img {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}
.app_item:hover h2 {
  color: #fff;
}
.app_item:hover .btn_a {
  background-color: #fff;
}
.app_item:hover .btn_a {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .app_item {
    padding: 0.3rem;
  }
  .app_item h2 {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .app_item {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .app_item {
    padding: 0.2rem;
  }
  .app_item img {
    width: 0.4rem;
  }
  .app_item h2 {
    font-size: 0.14rem;
  }
}

/* ------------------------  应用详情页面 */

/* 应用简述 */
.app_brief {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

.ab_video {
  width: 80%;
  position: relative;
  border-radius: 0.14rem;
  overflow: hidden;
}
.ab_video::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.15%;
}
.ab_video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

/* 主要优势 */
.Main_advantages {
}

/* 案例介绍 */
.Case_Study {
}

.case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
  min-height: 4.2rem;
}

.case_list li {
  width: 32%;
}

@media screen and (max-width: 1440px) {
  .case_list {
    min-height: 4.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .case_list {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .case_list li {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .case_list {
    gap: 0.06rem 2%;
  }
}

/* ------------------------  项目列表页面 */

/* 项目介绍 */
.Project_Introduction {
  background-color: #f8f9fb;
}

.pi_text {
  background-color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 0.24rem;
}

.pi_text p {
  color: #565d73;
}

.pi_pic {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.pi_pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 44.59%;
}
.pi_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1440px) {
  .pi_text {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .pi_text {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .pi_text {
    padding: 0.2rem;
  }
}

/* 案例研究 */
.Case_Studies {
}

.Case_Studies_list {
  justify-content: left;
}

.Case_Studies_list .plk_item {
  width: 7%;
}
.Case_Studies_list .plk_item_img {
  width: 100%;
}
.Case_Studies_list .plk_item_img img {
  width: 62%;
}
.Case_Studies_list .plk_item::before {
  height: 3px;
}

.Case_Studies_Level3 {
}
.Case_Studies_Level3 .active p {
  color: #565d73;
}
.Case_Studies_Level3 .pll3_item {
  padding: 0.095rem 0.16rem;
}

.Case_Studies_content .x_img::before {
  padding-bottom: 55.73%;
}
.Case_Studies_content .x_img img {
  object-fit: cover;
}

@media screen and (max-width: 560px) {
  .Case_Studies_list .plk_item {
    width: 20%;
  }
}

/* ------------------------  项目详情页面 */

/* 项目信息 */
.Project_info {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

.pinfo_item {
  width: 23.5%;
  background-color: #fff;
}

.pinfo_item .pinfo_wire {
  width: 100%;
  height: 2px;
}

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

/* 案例介绍 */
.Case_video {
}

/* 解决方案 */
.The_Solution {
  background-color: #f8f9fb;
}

.The_Solution article {
  color: #565d73;
}

/* ------------------------  工业列表页面 */

/* 工业列表 */
.Industry_List_box {
  background-image: linear-gradient(180deg, #f2f8ff, #fff);
}

.Industry_List {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.4rem;
  border-radius: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}

.Industry_List .element_item {
  width: 32%;
}

.Industry_List .element_img::before {
  padding-bottom: 100%;
}
.Industry_List .element_txt {
  padding: 0.16rem;
}

@media screen and (max-width: 1024px) {
  .Industry_List {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .Industry_List .element_item {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .Industry_List {
    padding: 0.3rem 0.2rem;
    gap: 0.06rem 2%;
  }
}

/* ------------------------  工业详情页面 */

/* 工业简述 */
.Industry_Overview {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

.io_info {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.24rem;
  padding: 0.4rem 1.2rem;
}

.ioi_img {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.ioi_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 55.73%;
}
.ioi_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

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

/* 行业痛点 */
.Industry_pain_points {
}

.ipp_list li img {
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 2px;
}

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

/* 行业解决方案 */
.Industry_Solutions {
}

.Is_options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.Is_options li {
  width: 27.75%;
  box-sizing: border-box;
  padding: 0.24rem;
  border-radius: 24px 24px 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

.Is_options h3 {
  background: linear-gradient(180deg, #fa6e32 30.24%, rgba(250, 110, 50, 0));
  background-clip: text;
  -webkit-background-clip: text;
  margin-bottom: 24px;
  -webkit-text-fill-color: transparent;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}

.Is_options li.active,
.Is_options li:hover {
  background-color: var(--i_color);
}
.Is_options li.active h3,
.Is_options li:hover h3 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 30.24%,
    rgba(255, 255, 255)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.Is_options li.active h4,
.Is_options li:hover h4 {
  color: #fff;
}

.Is_content {
  width: 100%;
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
  background: -webkit-linear-gradient(bottom, transparent, var(--i_color));
  box-sizing: border-box;
  padding: 5px;
}

.isc_img {
  width: 100%;
  position: relative;
  border-radius: 0.14rem;
  overflow: hidden;
}
.isc_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 26.9%;
}
.isc_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.isc_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.Is_content h6 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-sizing: border-box;
  padding: 0.16rem 0.8rem;
  font-size: 0.17rem;
  opacity: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease;
}
.Is_content h6.active {
  opacity: 1;
}

/* Chrome, Safari, Edge 滚动条样式 */
.Is_content h6::-webkit-scrollbar {
  width: 3px;
}
.Is_content h6::-webkit-scrollbar-track {
  background: transparent;
}
.Is_content h6::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 1px;
}
.Is_content h6::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255);
}

@media screen and (max-width: 1024px) {
  .Is_options h3 {
    font-size: 0.32rem;
  }
  .Is_options h4 {
    font-size: 0.16rem;
  }
  .Is_content h6 {
    padding: 0.2rem;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .Is_options li {
    width: 30%;
    padding: 0.2rem;
  }
  .Is_options h4 {
    font-size: 0.14rem;
  }
  .isc_img::before {
    padding-bottom: 35%;
  }
}
@media screen and (max-width: 560px) {
  .Is_options h3 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .Is_options li {
    width: 50%;
    padding: 0.2rem 0.1rem;
    border-radius: 24px 24px 40px 0;
  }
  .Is_options h4 {
    font-weight: normal;
  }
  .isc_img::before {
    padding-bottom: 50%;
  }
  .Is_content h6 {
    font-size: 0.12rem;
  }
}

/* 相关案例 */
.Related_Cases {
}

/* 相关产品 */
.Related_products {
}

/* ------------------------  客户支持页面 */

/* 客户支持头部 */
.CustomerSupport_top {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

.cst_list {
  display: flex;
  justify-content: center;
  gap: 0 0.3rem;
}

.cst_list li {
  display: flex;
  align-items: center;
  gap: 0 0.12rem;
}

.cst_list iconify-icon {
  font-size: 0.22rem;
}

@media screen and (max-width: 560px) {
  .cst_list {
    gap: 0 0.15rem;
  }
  .cst_list li {
    gap: 0 0.05rem;
  }
  .cst_list iconify-icon {
    font-size: 0.16rem;
  }
  .cst_list p {
    font-size: 0.14rem;
  }
}

/* 售前服务 */
.Pre_sales {
}

.Pre_sales_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem 2%;
}

.Pre_sales_list li {
  width: 49%;
  box-sizing: border-box;
  background-color: #f8fafd;
  border-radius: 0.24rem;
  padding: 0.32rem;
  transition: all 0.4s ease;
}

.psl_icon {
  width: 0.64rem;
  transition: all 0.4s ease;
}

.psl_wire {
  width: 100%;
  height: 2px;
  background: url(static/imgs/wire_After_sales.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0.7rem 0 0.24rem 0;
}

.Pre_sales_list li:hover {
  background-color: #fff;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.1);
}
.Pre_sales_list li:hover .psl_icon {
  transform: scaleX(-1);
}
.Pre_sales_list li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .psl_icon {
    width: 0.45rem;
  }
  .psl_wire {
    margin: 0.2rem 0;
    object-fit: contain;
  }
  .Pre_sales_list p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .Pre_sales_list li {
    width: 100%;
    padding: 0.2rem;
  }
  .psl_icon {
    width: 0.35rem;
  }
  .psl_wire {
    margin: 0.1rem 0;
  }
}

/* 售后服务 */
.After_sales {
}

.After_sales_list li:nth-child(-n + 3) {
  width: 32%;
}

.After_sales_list .psl_wire {
  margin: 0.24rem 0;
}

@media screen and (max-width: 1024px) {
  .After_sales_list li:nth-child(-n + 3) {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .After_sales_list li,
  .After_sales_list li:nth-child(-n + 3) {
    width: 100%;
  }
}

/* 24h服务 */
.Support_service {
  background: url(https://lingjuimg.com/wp-content/uploads/jinsong/2026/03/Support_service.webp)
    no-repeat center;
  background-size: 100% 100%;
}

.ss_mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.12rem;
}

.ss_mail iconify-icon {
  font-size: 0.24rem;
  color: #565d73;
}

.ss_mail a {
  color: #565d73;
  font-size: 0.2rem;
  transition: all 0.4s ease;
}
.ss_mail a:hover {
  color: var(--i_color);
}

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

  .ss_mail a {
    font-size: 0.16rem;
  }
}

/* ------------------------  下载页面 */

/* 下载列表 */
.download_listBox {
}

.download_table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  table-layout: fixed;
}

.download_table colgroup {
  display: table-column-group;
}

.download_table td:nth-child(1),
.download_table th:nth-child(1) {
  width: 23%;
  font-size: 0.16rem;
  color: #04091a;
}

.download_table td:nth-child(2),
.download_table th:nth-child(2) {
  width: 23%;
  font-size: 0.14rem;
  color: #565d73;
}

.download_table td:nth-child(3),
.download_table th:nth-child(3) {
  width: 54%;
}

.download_table tbody tr {
  border-bottom: 1px solid #dee2e6;
  transition: background-color 0.2s ease;
}

.download_table tbody tr:hover {
  background-color: #f5f7fa;
}

.download_table td {
  padding: 14px 20px;
  text-align: left;
  color: #495057;
}

/* .download_table thead td,
.download_table tbody tr:first-child td {
  font-size: 14px;
  font-weight: 500;
  color: rgb(141, 147, 166);
  background-color: #eef1fa;
} */

.download_table tbody tr td {
  font-weight: 500;
}

/* 下载图标样式 */
.table_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  background-color: #faf8f7;
  transition: all 0.4s ease;
}

.table_icon iconify-icon {
  font-size: 0.18rem;
  color: var(--i_color);
  transition: all 0.4s ease;
}

.table_icon:hover {
  background-color: var(--i_color);
}
.table_icon:hover iconify-icon {
  color: #fff;
}

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

.page_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page_banner::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 38.04%;
}
.page_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page_banner h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 导航 */
.fixedNav {
  width: 100%;
  background-color: #fff;
  transition: all 0.4s ease;
  border-bottom: 1px solid #e6e9f2;
}

.fixedNav .wrap {
  display: flex;
  align-items: center;
  gap: 0 4%;
}

.fixedNav li {
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 0.1rem 0;
  position: relative;
}
.fixedNav li::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
}

.fixedNav p {
  font-size: 0.16rem;
  font-weight: 700;
  color: #8d93a6;
}

.fixedNav li.active p {
  color: #000;
}
.fixedNav li.active::before {
  width: 100%;
}

.fixedNav.on {
  position: fixed;
  top: var(--header_height);
  left: 0;
  z-index: 100;
}

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

/* 公司介绍 */
.Company_Introduction {
}

.ci_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem 0;
}

.cit_img {
  width: 37.5%;
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
}
.cit_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.67%;
}
.cit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.cit_txt {
  width: 58.5%;
}

@media screen and (max-width: 560px) {
  .cit_img,
  .cit_txt {
    width: 100%;
  }
}

/* 公司历史 */
.Company_History {
  background-color: #f8f9fb;
}

.History_list {
  position: relative;
  overflow: hidden;
}
.History_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.History_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

/* -------------------------- */
.History-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.History-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;
  transition: all 0.4s ease;
}
.History-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

/* -------------------------- */
.History_btns {
  gap: 0 0.4rem;
}

.History_item i {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #808080;
  margin: 0.36rem 0;
  position: relative;
}
.History_item i::before {
  content: "";
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  z-index: 2;
}
.History_item i::after {
  content: "";
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background: radial-gradient(circle, #fa6e32 0%, transparent 100%);
  filter: blur(3px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  opacity: 0;
}

.History_item p {
  width: 90%;
}

.History_item:hover h3 {
  color: var(--i_color);
}
.History_item:hover i::before {
  width: 0.09rem;
  height: 0.09rem;
  left: 10px;
  background-color: #fff;
}
.History_item:hover i::after {
  opacity: 1;
}
.History_item:hover p {
  color: #04091a;
}

@media screen and (max-width: 1024px) {
  .History_item i::before {
    width: 0.15rem;
    height: 0.15rem;
  }
  .History_item i {
    height: 2px;
    margin: 0.2rem 0;
  }
  .History-pagination {
    display: block;
  }
}

/* 全球客户服务 */
.Global_service {
}

.partners_list {
  box-sizing: border-box;
  border-left: 2px solid var(--i_color3);
  position: relative;
  overflow: hidden;
}
.partners_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.partners_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #e6e9f2;
}
.partners_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.partners_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 70%;
  object-fit: cover;
}

/* 专利 */
.patent {
  background-color: #f8f9fb;
}

.patent_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem 2%;
}

.patent_list li {
  width: 23.5%;
}

.patent_list p {
  color: #8d93a6;
}

.patent_list img {
  width: 100%;
  height: 2px;
}

@media screen and (max-width: 1024px) {
  .patent_list li {
    width: 49%;
  }
}

/* ------------------------  新闻列表页面 */
.newsListBox {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

.news_list {
  display: flex;
  flex-direction: column;
  gap: 0.64rem 0;
}

.new_item {
}

.new_item a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0;
  justify-content: space-between;
}

.new_img {
  width: 32%;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
}
.new_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 55.73%;
}
.new_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.new_info {
  width: 62.67%;
}

.new_info span {
  color: #565d73;
}

.new_item:hover .new_img img {
  transform: scale(1.1);
}
.new_item:hover .new_info h3 {
  color: var(--i_color);
}

@media screen and (max-width: 560px) {
  .news_list {
    gap: 0.2rem 0;
  }
  .new_info h3 {
    font-size: 0.14rem;
  }
}

/* ------------------------  新闻列表页面 */

/* 表单合集 */
.Forms_Collection {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

#wpforms-159 {
  --wpforms-field-size-input-height: 50px;
  --wpforms-field-border-size: 0;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
  --wpforms-label-error-color: #d63637;
}
#wpforms-159 {
  margin: 0;
  padding: 0;
}
#wpforms-form-159 {
  width: 100%;
  position: relative;
}

#wpforms-159 .wpforms-field-container {
}
#wpforms-159 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}

#wpforms-159 .wpforms-field-container .wpforms-field-label {
  font-size: 0.14rem !important;
  color: #565d73 !important;
}

/* #wpforms-159 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-159 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;} */

#wpforms-159 .wpforms-field-container .wpforms-field > input,
#wpforms-159 .wpforms-field-container textarea,
#wpforms-159 .wpforms-field-container select {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-159 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

#wpforms-159 .wpforms-field-container .wpforms-field > input,
#wpforms-159 .wpforms-field-container textarea,
#wpforms-159 .wpforms-field-container select,
#wpforms-159 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0;
}
#wpforms-159 .wpforms-field-container .wpforms-field > input,
#wpforms-159 .wpforms-field-container textarea,
#wpforms-159 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
}
#wpforms-159 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#wpforms-159 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-159 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-159 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-159 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-159 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-159 .wpforms-field-container em.wpforms-error,
#wpforms-159 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}

#wpforms-159 input::placeholder,
#wpforms-159 textarea::placeholder {
  color: #333;
  font-size: 16px;
}

#wpforms-159 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-159-field_1-container,
#wpforms-159-field_2-container,
#wpforms-159-field_3-container,
#wpforms-159-field_4-container,
#wpforms-159-field_5-container,
#wpforms-159-field_6-container,
#wpforms-159-field_7-container,
#wpforms-159-field_8-container {
  width: 32.5% !important;
}

#wpforms-159-field_9-container,
#wpforms-159-field_10-container {
  width: 15.5% !important;
}

#wpforms-159 .wpforms-submit-container {
  width: 103px;
  padding: 0 0;
}
#wpforms-159 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: var(--i_color);
  border-radius: 5rem;
}
#wpforms-159 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-159 .wpforms-submit-container button:hover {
  background: #000;
}

#wpforms-167 {
  --wpforms-field-size-input-height: 50px;
  --wpforms-field-border-size: 0;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
  --wpforms-label-error-color: #d63637;
}
#wpforms-167 {
  margin: 0;
  padding: 0;
}
#wpforms-form-167 {
  width: 100%;
  position: relative;
}

#wpforms-167 .wpforms-field-container {
}
#wpforms-167 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}

#wpforms-167 .wpforms-field-container .wpforms-field-label {
  font-size: 0.14rem !important;
  color: #565d73 !important;
}

/* #wpforms-167 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-167 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;} */

#wpforms-167 .wpforms-field-container .wpforms-field > input,
#wpforms-167 .wpforms-field-container textarea,
#wpforms-167 .wpforms-field-container select {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-167 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

#wpforms-167 .wpforms-field-container .wpforms-field > input,
#wpforms-167 .wpforms-field-container textarea,
#wpforms-167 .wpforms-field-container select,
#wpforms-167 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0;
}
#wpforms-167 .wpforms-field-container .wpforms-field > input,
#wpforms-167 .wpforms-field-container textarea,
#wpforms-167 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
}
#wpforms-167 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#wpforms-167 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-167 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-167 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-167 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-167 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-167 .wpforms-field-container em.wpforms-error,
#wpforms-167 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}

#wpforms-167 input::placeholder,
#wpforms-167 textarea::placeholder {
  color: #333;
  font-size: 16px;
}

#wpforms-167 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-167-field_1-container,
#wpforms-167-field_2-container,
#wpforms-167-field_3-container,
#wpforms-167-field_4-container,
#wpforms-167-field_5-container,
#wpforms-167-field_6-container {
  width: 32.5% !important;
}

#wpforms-167-field_7-container,
#wpforms-167-field_8-container {
  width: 49% !important;
}

#wpforms-167 .wpforms-submit-container {
  width: 103px;
  padding: 0 0;
}
#wpforms-167 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: var(--i_color);
  border-radius: 5rem;
}
#wpforms-167 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-167 .wpforms-submit-container button:hover {
  background: #000;
}

#wpforms-170 {
  --wpforms-field-size-input-height: 50px;
  --wpforms-field-border-size: 0;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
  --wpforms-label-error-color: #d63637;
}
#wpforms-170 {
  margin: 0;
  padding: 0;
}
#wpforms-form-170 {
  width: 100%;
  position: relative;
}

#wpforms-170 .wpforms-field-container {
}
#wpforms-170 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}

#wpforms-170 .wpforms-field-container .wpforms-field-label {
  font-size: 0.14rem !important;
  color: #565d73 !important;
}

/* #wpforms-170 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-170 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;} */

#wpforms-170 .wpforms-field-container .wpforms-field > input,
#wpforms-170 .wpforms-field-container textarea,
#wpforms-170 .wpforms-field-container select {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-170 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

#wpforms-170 .wpforms-field-container .wpforms-field > input,
#wpforms-170 .wpforms-field-container textarea,
#wpforms-170 .wpforms-field-container select,
#wpforms-170 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0;
}
#wpforms-170 .wpforms-field-container .wpforms-field > input,
#wpforms-170 .wpforms-field-container textarea,
#wpforms-170 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
}
#wpforms-170 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#wpforms-170 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-170 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-170 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-170 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-170 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-170 .wpforms-field-container em.wpforms-error,
#wpforms-170 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}

#wpforms-170 input::placeholder,
#wpforms-170 textarea::placeholder {
  color: #333;
  font-size: 16px;
}

#wpforms-170 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-170-field_1-container,
#wpforms-170-field_2-container,
#wpforms-170-field_5-container,
#wpforms-170-field_6-container,
#wpforms-170-field_7-container {
  width: 32.5% !important;
}

#wpforms-170-field_3-container,
#wpforms-170-field_4-container {
  width: 15.5% !important;
}

#wpforms-170 .wpforms-submit-container {
  width: 103px;
  padding: 0 0;
}
#wpforms-170 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: var(--i_color);
  border-radius: 5rem;
}
#wpforms-170 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-170 .wpforms-submit-container button:hover {
  background: #000;
}

div.wpforms-container-full input[type="checkbox"]:checked:after {
  left: -4px !important;
  top: -3px !important;
}

#wpforms-159-field_14-container a,
#wpforms-167-field_12-container a,
#wpforms-170-field_12-container a {
  color: var(--i_color) !important;
}

/* 联系我们 */
.Contact_Us {
}

.cu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem 2%;
}

.cu_item {
  width: 49%;
  background-color: #f8fafd;
  box-sizing: border-box;
  padding: 0.24rem;
  border-radius: 0.12rem;
}

.cu_item p,
.cu_item a {
  font-size: 0.16rem;
  color: #565d73;
  transition: all 0.4s ease;
}
.cu_item a:hover {
  color: var(--i_color);
}

.cu_item img {
  display: block;
  width: 0.8rem;
  margin-left: auto;
}

@media screen and (max-width: 560px) {
  .cu_item {
    width: 100%;
  }
  .cu_item img {
    width: 0.45rem;
  }
}

.c_form {
  display: none;
}
.c_form.active {
  display: block;
}

/* 地图分布 */
.Map_distribution {
  background-color: #f8f9fb;
}

.map_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.map_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 49.75%;
}
.map_img img {
  width: 100%;
  height: 100%;
  object-fit: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.dot {
  height: 30px;
  position: absolute;
  text-align: left;
  width: 120px;
}

.flashing-dot {
  animation: pulse-b828c142 1.5s ease-in-out infinite;
  background-color: #fa6e32;
  border-radius: 50%;
  height: 20px;
  position: relative;
  width: 20px;
}
.flashing-dot::before {
  animation: ripple-b828c142 1.5s ease-out infinite;
  background-color: rgba(250, 110, 50, 0.4);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
}
@keyframes pulse-b828c142 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
@keyframes ripple-b828c142 {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.5);
  }
}

.dot .text {
  color: #04091a;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 8px;
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
  text-transform: capitalize;
}

.hefei {
  right: 11%;
  top: 43%;
}
.chile {
  bottom: 9%;
  left: 26%;
}
.russia {
  right: 27%;
  top: 24%;
}
.indonesia {
  bottom: 31%;
  right: 7%;
}
.malaysia {
  bottom: 31%;
  right: 14%;
}
.thailand {
  bottom: 40%;
  right: 17%;
}
.vietnam {
  bottom: 43%;
  right: 14%;
}
.s-america {
  bottom: 25%;
  left: 28.5%;
}

@media screen and (max-width: 1024px) {
  .dot .text {
    font-size: 0.14rem;
    font-weight: normal;
  }
  .flashing-dot {
    width: 0.1rem;
    height: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .flashing-dot {
    width: 0.08rem;
    height: 0.08rem;
  }
  .dot .text {
    display: none;
  }
}

/* ------------------------  新闻详情页面 */
.news_details {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

/* ------------------------  隐私政策页面 */
.privacy_content {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

.privacy_content article,
.news_details article {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.24rem 1.2rem;
  border-radius: 0.24rem;
}

@media screen and (max-width: 1024px) {
  .privacy_content article,
  .news_details article {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .privacy_content article,
  .news_details article {
    padding: 0.3rem 0.2rem;
  }
}

/* ------------------------------- 事件页面 */
.Event_box {
  background: linear-gradient(180deg, #f2f8ff, #fff);
}

/* 事件表单 */
.Event_form {
  background-color: #f8f9fb;
}

#wpforms-212 {
  --wpforms-field-size-input-height: 50px;
  --wpforms-field-border-size: 0;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
  --wpforms-label-error-color: #d63637;
}
#wpforms-212 {
  margin: 0;
  padding: 0;
}
#wpforms-form-212 {
  width: 100%;
  position: relative;
}

#wpforms-212 .wpforms-field-container {
}
#wpforms-212 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}

#wpforms-212 .wpforms-field-container .wpforms-field-label {
  font-size: 0.14rem !important;
  color: #565d73 !important;
}

/* #wpforms-212 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-212 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;} */

#wpforms-212 .wpforms-field-container .wpforms-field > input,
#wpforms-212 .wpforms-field-container textarea,
#wpforms-212 .wpforms-field-container select {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-212 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

#wpforms-212 .wpforms-field-container .wpforms-field > input,
#wpforms-212 .wpforms-field-container textarea,
#wpforms-212 .wpforms-field-container select,
#wpforms-212 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0;
}
#wpforms-212 .wpforms-field-container .wpforms-field > input,
#wpforms-212 .wpforms-field-container textarea,
#wpforms-212 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
}
#wpforms-212 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#wpforms-212 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-212 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-212 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-212 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-212 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-212 .wpforms-field-container em.wpforms-error,
#wpforms-212 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}

#wpforms-212 input::placeholder,
#wpforms-212 textarea::placeholder {
  color: #333;
  font-size: 16px;
}

#wpforms-212 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-212-field_1-container,
#wpforms-212-field_2-container,
#wpforms-212-field_3-container,
#wpforms-212-field_5-container,
#wpforms-212-field_6-container,
#wpforms-212-field_7-container {
  width: 32.5% !important;
}

#wpforms-212 .wpforms-submit-container {
  width: 103px;
  padding: 0 0;
}
#wpforms-212 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: var(--i_color);
  border-radius: 5rem;
}
#wpforms-212 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-212 .wpforms-submit-container button:hover {
  background: #000;
}
