/*
Theme Name: HongGu
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: #c50824;
  --i_color2: #027dc1;
  /* Head height */
  --header_height: 0.9rem;

  /* 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.6rem;
    --header_top_height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}

/* 通用 */

.btn_box {
  display: table;
  cursor: pointer;
}
.btn_a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 5rem;
  background-color: var(--i_color);
  gap: 0 0.3rem;
  padding: 6px 8px 6px 0.3rem;
  transition: all 0.4s ease;
}

.btn_a p {
  color: #fff;
}

.btn_ico {
  position: relative;
  width: 0.44rem;
  height: 0.44rem;
  background-color: #fff;
  border-radius: 50%;
  color: var(--i_color);
  font-size: 0.24rem;
}

.btn_a:hover {
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
.btn_a:hover p {
  color: var(--i_color);
}

.btn_line {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn_C_line {
  background-color: transparent;
  border: 1px solid var(--i_color);
}
.btn_C_line p {
  color: var(--i_color);
}
.btn_C_line .btn_ico {
  background-color: transparent;
}
.btn_C_line:hover {
  background-color: var(--i_color);
}
.btn_C_line:hover p {
  color: #fff;
}
.btn_C_line:hover .btn_ico {
  color: #fff;
}

.btn_fff {
  background-color: #fff;
}
.btn_fff p {
  color: var(--i_color);
}
.btn_fff .btn_ico {
  background-color: var(--i_color);
  color: #fff;
}
.btn_fff:hover {
  background-color: var(--i_color);
}
.btn_fff:hover p {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .btn_a {
    padding: 6px 8px 6px 0.15rem;
    gap: 0 0.1rem;
  }
  .btn_a p {
    font-size: 0.16rem;
  }
  .btn_ico {
    width: 0.3rem;
    height: 0.3rem;
  }
  .btn_ico iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_a {
    padding: 4px 6px 4px 0.1rem;
  }
  .btn_a p {
    font-size: 0.12rem;
  }
  .btn_ico {
    width: 0.2rem;
    height: 0.2rem;
  }
  .btn_ico iconify-icon {
    font-size: 0.16rem;
  }
}

.title_box {
}

.title_box h6 {
  display: flex;
  color: #027dc1;
  gap: 0 8px;
}
.title_box h6::before {
  content: "";
  display: block;
  width: 22px;
  height: 26px;
  background: url(https://lingjuimg.com/wp-content/uploads/HongGu/2026/06/title_icon.webp)
    no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .title_box h6 {
    margin-bottom: 0.1rem;
  }
}

/* --- --- */

.wrap {
  width: 94vw;
  max-width: 1400px;
  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%;
  z-index: 2026;
  transition: all 0.4s ease;
}

.TopHeader {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.top_cont {
  position: relative;
  z-index: 2013;
  background-color: #fff;
}
.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
/* .TopHeader .top_cont {
	background: #222;
} */

@media screen and (max-width: 1024px) {
  header {
    top: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  /* .top_cont {
		background: #333 !important;
	} */
}

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
}
.logo a {
  display: block;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  height: 0.73rem;
  object-fit: contain;
}

@media screen and (max-width: 1440px) {
  .logo img {
    height: 0.65rem;
  }
  .logo {
    width: 2rem;
  }
}
@media screen and (max-width: 1366px) {
  .logo {
    width: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .logo {
    width: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    width: 1.2rem;
  }
  .logo img {
    height: 0.5rem;
  }
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    z-index: 2026;
    gap: 0 0.5rem;
  }

  .i_nav > li {
    position: relative;
  }

  .i_nav > li > a {
    display: block;
    font-size: 0.18rem;
    font-weight: bold;
    color: #222;
    line-height: var(--header_height);
    white-space: nowrap;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    position: relative;
  }
  .i_nav > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--i_color);
    width: 0;
    height: 30%;
    border-radius: 5rem;
    z-index: -1;
    transition: all 0.3s 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 .curr > a {
    color: #fff !important;
  }

  .i_nav > .current-menu-item > a::after,
  .i_nav > .current-category-ancestor > a::after,
  .i_nav > .current-post-ancestor > a::after,
  .i_nav > .current-menu-ancestor > a::after,
  .i_nav > .current-menu-parent > a::after,
  .i_nav > li:hover > a::after,
  .i_nav .curr > a::after {
    width: 150%;
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    background: rgb(255 255 255 / 100%);
    min-width: 1.8rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .i_nav .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu li::before,
  .i_nav .sub-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
  }
  .i_nav .sub-menu li::before {
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 8%);
  }
  .i_nav .sub-menu li::after {
    right: 0;
    width: 0;
    background: var(--i_color);
  }

  .i_nav .sub-menu > li > a {
    display: block;
    padding: 0 0.8rem 0 0.2rem;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 0;
  }
  .i_nav .sub-menu > li > a::before {
  }
  .i_nav .sub-menu > li:hover::after {
    right: initial;
    left: 0;
    width: 100%;
  }
  .i_nav .sub-menu > li:hover > a {
  }
  .i_nav .sub-menu > li:hover > a {
    color: var(--i_color);
  }
  .i_nav .sub-menu > li:hover > a::before {
    left: 0;
  }
  .i_nav .sub-menu > li,
  .i_nav .sub-menu > li::after,
  .i_nav .sub-menu > li > a,
  .i_nav .sub-menu > li > a::before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu .sub-menu {
    position: absolute;
    top: -2px;
    right: -102%;
  }
}

@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav {
    gap: 0 0.32rem;
  }
  .i_nav > li > a {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav {
    gap: 0 0.28rem;
  }
  .i_nav > li > a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: calc(var(--header_height));
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav {
    gap: 0rem;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    background: #f1f1f1;
  }
  .i_nav > .menu-item-has-children i::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.26rem;
    color: #222;
  }

  .i_nav > .menu-item-has-children i.on::before {
    content: "-";
  }

  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.15rem;
    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: 0.14rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }

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

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

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

  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: #333;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}

.nav_menu.on i {
  opacity: 0;
}

.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}

.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}

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

.top_r {
  --size: 0.2rem;
}
.top_r {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
}

.top_mail {
  position: relative;
  padding-right: 0.2rem;
}

.top_mail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0rem;
  transform: translate(0, -50%);
  width: 0.01rem;
  height: 0.2rem;
  background-color: #999;
}

.top_mail iconify-icon {
  font-size: var(--size);
  cursor: pointer;
  color: #333;
}

.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  padding-left: 0.2rem;
  position: relative;
}
.top_search_ico i {
  display: block;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.top_search_ico iconify-icon {
  font-size: var(--size);
  cursor: pointer;
  color: #333;
}
.top_search_ico.on iconify-icon {
  color: var(--i_color);
}

.top_language {
  margin-left: 0.5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  position: relative;
  background-color: var(--i_color);
}
.top_language_all {
  display: inline-block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.55rem;
  cursor: pointer;
  color: #fff;
}

.top_language_all p {
  font-size: 0.16rem;
  margin: 0 0.05rem;
  transition: all 0.3s ease;
  font-family: "Pop";
}
.top_language_all iconify-icon {
  font-size: 0.24rem;
  cursor: pointer;
  line-height: 100%;
  transition: all 0.3s ease;
}
.top_language.on p {
}
.top_language.on iconify-icon {
}
.earth {
  color: var(--i_color) !important;
  font-size: 0.16rem !important;
  margin-top: 0.02rem;
}

.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 0 0.1rem rgb(0 0 0 / 10%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}
.top_language.on .language_list {
  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) {
}
@media screen and (max-width: 768px) {
}

.top_language,
.top_language > iconify-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .top_language_all {
    height: 0.4rem;
  }
  .top_r {
    --size: 0.18rem;
  }
  .top_language_all p {
    font-size: 0.16rem;
  }
  .nav_menu {
    margin: 0 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top_language_all {
    height: 0.35rem;
  }
}
@media screen and (max-width: 560px) {
}

header,
.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  position: fixed;
  top: -1rem;
  left: 0;
  width: 100%;
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  top: var(--header_height);
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
  width: 80%;
  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));
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
  border-radius: 0;
}
.top_search_btn {
  font-size: 0;
  width: calc(var(--search_height));
  height: var(--search_height);
  background: var(--i_color) url(static/imgs/search.svg) no-repeat center;
  background-size: 0.2rem;
  cursor: pointer;
  border-radius: 0;
}

@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .top_search_ico {
    padding-right: 0.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
  }
  .top_search_ico {
    margin-right: 0;
    padding-right: 0;
  }
  .top_language {
    margin-left: 0.2rem;
    background-color: transparent;
  }
  .top_language_all {
    padding: 0;
    color: #333;
  }
  .top_language_all p,
  .top_language_all .top_down {
    display: none;
  }
  .top_language_all iconify-icon {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_search {
    padding: 0.12rem 0;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
  .top_search_btn {
  }
}

.top_sss {
  width: calc(100% - 2.6rem);
}

.top_sss_bot {
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  align-items: center;
}
.top_btn {
}
.top_btn a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.15rem 0.47rem;
  background-color: var(--i_color);
  color: #fff;
  height: var(--header_height);
  font-size: 0.18rem;
  text-transform: capitalize;
  z-index: 3;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.btn_svg {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}

.btn_svg div {
  background-color: var(--i_color2);
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}

.btn_svg div:nth-child(1) {
  left: -5%;
}

.btn_svg div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}

.btn_svg div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}

.top_btn a:hover .btn_svg div {
  transform: scale(1.4) translateY(0) translateZ(0);
}
@media screen and (max-width: 1440px) {
  .top_sss {
    width: calc(100% - 2rem);
  }

  .top_btn a {
    padding: 0.15rem 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .top_sss {
    width: calc(100% - 1.8rem);
  }
  .top_btn a {
    padding: 0.15rem 0.35rem;
  }
}
@media screen and (max-width: 1200px) {
  .top_sss {
    width: calc(100% - 1.6rem);
  }
  .top_btn a {
    padding: 0.12rem 0.3rem;
    font-size: 0.14rem;
  }
  .top_btn a {
    padding: 0.15rem 0.3rem;
  }
  .top_language_all {
    padding: 0 0.2rem 0 0.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .top_sss_topLeft {
    display: none;
  }
  .top_sss_top {
    justify-content: flex-end;
  }
  .top_btn {
    margin: 0 0.1rem;
  }
  .top_sss {
    width: calc(100% - 1.2rem);
  }
  .top_language_all {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .top_language_all {
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 425px) {
}

/* pc导航下拉菜单 */

.nav_list_show {
  display: none;
  border-top: 2px solid var(--i_color);
  position: absolute;
  top: var(--header_height);
  left: 0;
  box-sizing: border-box;
  padding: 0.4rem 0;
  width: 100%;
  background: rgb(255 255 255 / 96%);
  z-index: 2013;
}
/* pc端 产品导航下拉 */
.nav_list_box {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  max-height: calc(100vh - var(--header_height));
}
.nav_list_show ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  gap: 0.3rem;
  box-sizing: border-box;
  padding: 0.1rem 0.3rem 0.1rem 0.1rem;
}
/*滚动条*/
.nav_list_show ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.nav_list_show ul::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--i_color);
}
.nav_list_show ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
}

.nav_list_show li {
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 15%);
  position: relative;
  width: calc((100% - 1.2rem) / 5);
  background-color: #fafafa;
  transition: all 0.3s ease;
}

.nav_list_ul li a {
  display: block;
  width: 100%;
}
.nav_list_img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.nav_list_img::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.nav_list_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.nav_list_text {
  box-sizing: border-box;
  padding: 0.3rem 0.25rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.nav_list_text::after {
  content: "";
  position: absolute;
  top: -0.7rem;
  right: -3rem;
  width: 4.45rem;
  height: 2.62rem;
  background: url(static/imgs/flow.png) center no-repeat;
  background-size: contain;
  z-index: -1;
}
.nav_list_text h3 {
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.1rem;
  transition: all 0.3s ease;
}
.nav_list_text h4 {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.4rem;
}
.nav_list_ul li a:hover h3 {
  color: var(--i_color);
}
.nav_list_ul li:hover {
  box-shadow: 0 0rem 0.1rem rgba(208, 17, 27, 0.15);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .nav_list_show {
    display: none !important;
  }
}

.top_phone {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0.4rem;
  background-color: var(--i_color2);
}
.top_phone a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: var(--header_height);
}
.top_phone a iconify-icon {
  font-size: 0.24rem;
  color: var(--i_color);
}
.top_phone a p {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  margin-left: 0.1rem;
}

@media screen and (max-width: 1440px) {
  .top_phone a iconify-icon {
    font-size: 0.22rem;
  }
  .top_phone a p {
    font-size: 0.18rem;
  }
  .top_phone {
    padding: 0 0.35rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .top_phone a iconify-icon {
    font-size: 0.2rem;
  }
  .top_phone a p {
    font-size: 0.16rem;
  }
  .top_phone {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .top_phone {
    margin-left: 0.2rem;
  }
}

.header_height {
  width: 100%;
  height: var(--header_height);
}

/* banner */
.home_banner {
}

.home_banner_list {
  position: relative;
  overflow: hidden;
}
.home_banner_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.home_banner_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.home_banner_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 41.8%;
}
.home_banner_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.home_01,
.home_02 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home_03 {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
}

.home01_h2_a {
  position: relative;
}
.home01_h2_a::before {
  content: "";
  display: block;
  width: 0.68rem;
  height: 0.66rem;
  background: url(static/imgs/square.webp) no-repeat center;
  position: absolute;
  left: -6%;
  top: 0;
}

.home01_h2_b {
  width: max-content;
  position: relative;
}
.home01_h2_b::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.24rem;
  background-color: var(--i_color2);
  position: absolute;
  left: 0;
  bottom: 8%;
  z-index: -1;
}

.home_02 h2 {
  position: relative;
}
.home_02 h2::before {
  content: "";
  display: block;
  width: 0.68rem;
  height: 0.66rem;
  background: url(static/imgs/round.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -6%;
  top: 0;
}

.home_02 .btn_box {
  margin-top: 2rem;
}

.home_03 h4 {
  width: 66%;
  box-sizing: border-box;
  background: linear-gradient(90deg, #c5082400 0%, #c50824 54%, #c5082400 90%);
}

/* -------------------------- */
.home_banner-prev,
.home_banner-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgb(0 0 0 / 60%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
}
.home_banner-prev {
  left: 2%;
}
.home_banner-next {
  right: 2%;
}
.home_banner-prev iconify-icon,
.home_banner-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #fff;
}
.home_banner_list .swiper-button-disabled {
  cursor: not-allowed;
}
.home_banner-prev:hover,
.home_banner-next:hover {
  background: var(--i_color);
}

/* -------------------------- */
.home_banner-pagination {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.home_banner-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_banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .home01_h2_a::before {
    display: none;
  }
  .home_02 h2::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .home_banner-prev,
  .home_banner-next {
    display: none;
  }
  .home01_h2_b::before {
    height: 5px;
  }
  .home_02 .btn_box {
    margin-top: 0.8rem;
  }
  .home_03 h4 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home_01 h2,
  .home_02 h2,
  .home_03 h2 {
    font-size: 0.2rem;
  }
  .home_01 h4 {
    font-size: 0.16rem;
    margin: 0.2rem 0;
  }
  .home_02 h4 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }
  .home_02 .btn_box {
    margin-top: 0.4rem;
  }
  .home_03 h4 {
    font-size: 0.16rem;
    padding: 0.05rem 0;
  }
}
@media screen and (max-width: 560px) {
  .home_01 h2,
  .home_02 h2,
  .home_03 h2 {
    font-size: 0.14rem;
  }
  .home_01 h4 {
    font-size: 0.12rem;
    margin: 0.1rem 0 0 0;
  }
  .home_02 h4 {
    font-size: 0.12rem;
  }
  .home_01 .btn_box {
    display: none;
  }
  .home_02 .btn_box {
    margin-top: 0.1rem;
  }
  .home_03 h4 {
    font-size: 0.12rem;
  }
}

/* footer */
footer {
  background: url(https://lingjuimg.com/wp-content/uploads/HongGu/2026/06/footer_Ba.webp)
    no-repeat center;
  background-size: cover;
}

.footer_top .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  align-items: center;
  justify-content: space-between;
}

.footer_top h3 {
  width: 64%;
}

@media screen and (max-width: 768px) {
  .footer_top h3 {
    width: 100%;
  }
}

.footer_middle {
}

.footer_middle .wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 0.2rem;
}

.fm_a {
  width: 30%;
}

.f_contact {
}
.f_contact dt {
  margin-bottom: 0.16rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.1rem;
}
.f_contact dt:last-child {
  margin-bottom: 0;
}
.f_contact a,
.f_contact p {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #fff;
  transition: all 0.4s ease;
}
.f_contact a {
  font-weight: bold;
}
.f_contact iconify-icon {
  font-size: 0.24rem;
  color: rgb(255, 255, 255, 0.6);
}
.f_contact a:hover {
  color: var(--i_color);
}

.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.f_media dt {
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.f_media a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
}
.f_media iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: #ced1da;
  transition: all 0.5s ease;
}
.f_media dt:hover {
  background: #fff;
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
}
.f_media dt:hover iconify-icon {
  color: #1e4ab3;
}

.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 0.12rem 0;
}

.footer_nav a {
  font-size: 0.16rem;
  color: #fff;
  transition: all 0.4s ease;
}

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

.fm_d {
  width: 19.36%;
}

@media screen and (max-width: 1024px) {
  .f_media a {
    width: 34px;
    height: 34px;
  }
  .f_media iconify-icon {
    font-size: 16px;
  }
  .fm_a {
    width: 100%;
  }
  .fm_b,
  .fm_c,
  .fm_d {
    display: none;
  }
  .f_contact iconify-icon {
    font-size: 0.2rem;
  }
  .f_contact a,
  .f_contact p {
    font-size: 0.16rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 560px) {
  .f_media {
    gap: 0 16px;
  }
  .f_contact a,
  .f_contact p {
    font-size: 0.14rem;
  }
}

.f_cr {
}
.f_cr,
.f_cr a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.f_cr a {
  transition: all 0.4s ease;
}
.f_cr a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .f_cr {
    margin: 0 0;
    padding: 20px 0;
  }
}
@media screen and (max-width: 560px) {
  .f_cr,
  .f_cr a {
    font-size: 13px;
  }
}

/* 产品中心 */
.Product_Center {
  background: url(https://lingjuimg.com/wp-content/uploads/HongGu/2026/06/Product_Center.webp)
    no-repeat center;
  background-size: cover;
}

.Product_Center .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

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

.Product_Center_right {
  width: 48.65%;
  box-sizing: border-box;
}

.Product_reveal {
}

.Product_reveal_list {
  position: relative;
  overflow: hidden;
}
.Product_reveal_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Product_reveal_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.Product_reveal_img {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
}
.Product_reveal_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 72%;
}
.Product_reveal_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Product_reveal_txt {
  display: none;
}

/* -------------------------- */
.Product_reveal-pagination {
  position: relative;
  width: 100%;
  background: #d8d8d8;
  height: 2px;
  overflow: hidden;
}

.Product_reveal-pagination span {
  background: var(--i_color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.Product_reveal_Subscript {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 0.1rem;
}

@media screen and (max-width: 768px) {
  .Product_Center_left {
    display: none;
  }
  .Product_Center_right {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .Product_Center_info {
    margin: 0.15rem 0;
  }
}

/* 关于公司 */
.home_about {
  background: url(https://lingjuimg.com/wp-content/uploads/HongGu/2026/06/home_about.webp)
    no-repeat center;
  background-size: cover;
}

.home_about .title_box h6 {
  color: #fff;
}

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

.data_item {
  width: 25%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.data_item::before {
  content: "";
  display: block;
  width: 1px;
  height: 86px;
  background: linear-gradient(
    180deg,
    #ffffff00 0%,
    #ffffff 45%,
    #ffffff00 100%
  );
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.data_item img {
  width: 0.58rem;
  height: 0.5rem;
  object-fit: contain;
  transition: all 0.4s ease;
}

.data_nub {
  display: flex;
  align-items: baseline;
}

.data_item:last-child::before,
.data_item:last-of-type::before {
  display: none;
}

.data_item:hover img {
  transform: rotateY(180deg);
}
.data_item:hover .data_nub,
.data_item:hover h5 {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .data_item img {
    width: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .data_item img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .data_nub {
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .data_item {
    width: 50%;
  }
  .data_item::before {
    display: none;
  }
}

/* 我们的优势 */
.Our_Advantages {
  position: relative;
  overflow: hidden;
}

.oa_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  overflow: hidden;
}

.oac_imgs {
  width: 47.15%;
  position: relative;
  overflow: hidden;
}
.oac_imgs::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 85.6%;
}
.oac_imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 2%;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.oac_imgs img.active {
  opacity: 1;
  top: 0;
}

.oac_texts {
  width: 48.36%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.4rem 0;
}

.oact_item {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.oact_item h6 {
  align-items: center;
  justify-content: space-between;
  display: flex;
  transition: all 0.4s ease;
}

.oact_item h6 p {
  width: 100%;
}

.oac_texts .txt {
  display: none;
}

.oact_item.active {
  border-color: var(--i_color);
}
.oact_item h3.active {
  font-weight: bold;
  color: var(--i_color);
}

.round {
  width: 43.24%;
  position: absolute;
  top: -30%;
  left: -20%;
  transition: all 1.5s;
}

@media screen and (max-width: 1024px) {
  .oac_texts {
    gap: 0.2rem 0;
  }
  .oact_item {
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .oac_imgs,
  .oac_texts {
    width: 100%;
  }
  .oac_texts {
    order: -1;
  }

  .round {
    width: 60%;
    left: -15%;
    top: -15%;
  }
}
@media screen and (max-width: 560px) {
  .round {
    width: 70%;
  }
  .oac_texts {
    gap: 0.1rem 0;
  }
  .oact_item {
    padding-bottom: 0.1rem;
  }
  .oact_item h3 {
    font-size: 0.15rem;
  }
}

/* 我们的解决方案 */
.Our_Solution {
  position: relative;
}

.Os_Ba {
  width: 100%;
  height: 75%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.Our_Solution .title_box h6 {
  color: #fff;
}

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

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

.Solution_info {
  width: 53.34%;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.44rem 0.86rem 0.73rem 0.32rem;
  transition: all 0.4s ease;
  opacity: 0;
}

.Solution_icon {
  width: 0.36rem;
}

.Solution_info h3 {
  margin-top: 0.14rem;
}

.Solution_logo {
  width: 34.3%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.Our_Solution_list .swiper-slide-active .Solution_info {
  opacity: 1;
}

/* -------------------------- */
.Our_Solution-prev,
.Our_Solution-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #fff;
  color: #999;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
}
.Our_Solution-prev {
  left: 14%;
}
.Our_Solution-next {
  right: 14%;
}
.Our_Solution-prev iconify-icon,
.Our_Solution-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
}
.Our_Solution_list .swiper-button-disabled {
  cursor: not-allowed;
}
.Our_Solution-prev:hover,
.Our_Solution-next:hover {
  background: var(--i_color);
  color: #fff;
}

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

@media screen and (max-width: 1440px) {
  .Solution_info {
    width: 60%;
    padding: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .Solution_info {
    width: 70%;
    background-color: rgb(255, 255, 255, 0.5);
  }
  .Solution_info h3,
  .Solution_info p {
    color: #fff;
  }
  .Solution_info h3 {
    margin: 0.1rem 0;
  }
  .Our_Solution-prev,
  .Our_Solution-next {
    display: none;
  }
  .Our_Solution-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .Solution_info {
    width: 85%;
    padding: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .Solution_info {
    width: 100%;
    background-color: #fff;
    position: static;
    transform: none;
    top: auto;
    left: auto;
    opacity: 1;
  }
  .Solution_icon {
    width: 0.3rem;
  }
  .Solution_info h3,
  .Solution_info p {
    color: #333;
  }
}

/* 主页新闻 */
.Homepage_News {
  background: linear-gradient(180deg, #d8d8d800 21%, #f4f6f8 92%);
}

.hn_top {
  gap: 0.2rem 0;
}

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

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

.Hn_time {
  box-sizing: border-box;
  padding: 1px 8.32px;
  background-color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 10%;
  top: 0;
  transition: all 0.4s ease;
}

.Hn_time span {
  color: rgba(255, 255, 255, 0.5);
}

.Hn_info {
  width: 88.5%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.25rem 0.2rem 0.17rem 0.35rem;
  margin-top: -0.49rem;
}

.Hn_info h6 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Hn_more {
  border-top: 1px solid #d6d6d6;
  padding-top: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
}

.Hn_more iconify-icon {
  font-size: 0.26rem;
}

.Hn_list .swiper-slide:hover .Hn_img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.Hn_list .swiper-slide:hover .Hn_time {
  background-color: var(--i_color);
}
.Hn_list .swiper-slide:hover .Hn_info h4 {
  color: var(--i_color);
}
.Hn_list .swiper-slide:hover .Hn_more {
  border-color: var(--i_color);
  color: var(--i_color);
}

/* -------------------------- */
.Hn-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Hn-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;
}
.Hn-pagination .swiper-pagination-bullet-active {
  width: 0.18rem;
  height: 0.18rem;
  background: url(static/imgs/lightning.webp) no-repeat center;
  background-size: contain;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .Hn_time {
    left: 2%;
  }
  .Hn_info {
    width: 100%;
    margin-top: 0;
    padding: 0.2rem;
  }
}

/* ===================================================== */

.banner__ {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner__ img {
  width: 100vw;
  display: block;
}

/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: #f9f9f9;
  position: relative;
}
.in_position .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
  transition: all 0.4s ease;
}
.in_position a:first-child {
}
.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;
  }
}

/* ************************************  产品列表页面 */

/* 产品列表 */
.goods_content {
}

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

.cat_nav {
  width: 22.86%;
  height: max-content;
  position: sticky;
  top: 1.5rem;
}
.cat_nav_tit {
  box-sizing: border-box;
  background-color: var(--i_color);
  padding: 0.14rem 0;
  margin-bottom: 0.2rem;
}
.cat_nav_tit h4 {
  text-align: center;
}
.cat_nav_tit iconify-icon {
  display: none;
}

.cat_nav_list {
  display: flex;
  flex-direction: column;
  gap: 0.12rem 0;
}
.cat_nav_list li {
  position: relative;
}

.cat_nav_list li.active {
}

.cat_fold_tit {
  padding: 0 0.2rem;
  display: -webkit-flex;
  display: flex;
  background-color: #f5f5f5;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  transition: all 0.4s ease;
}
.cat_fold_tit a {
  padding: 0.14rem 0;
  width: 100%;
  font-size: 0.18rem;
  font-weight: bold;
  color: #222;
}
.cat_fold_tit iconify-icon {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.24rem;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_fold_tit a:hover,
.active .cat_fold_tit a,
.active .cat_fold_tit iconify-icon {
  color: var(--i_color);
}
.active .cat_fold_tit {
}
.active .cat_fold_tit a {
  color: var(--i_color);
}
.active .cat_fold_tit iconify-icon {
  color: var(--i_color);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cat_fold_sub {
  display: none;
  margin-top: 0.12rem;
  padding: 0.1rem 0.2rem;
  background-color: #f5f5f5;
}
.cat_fold_sub a {
  display: block;
  padding: 0.1rem 0;
  font-size: 0.18rem;
  color: #666;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_fold_sub a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_fold_sub a:hover::before,
.cat_fold_sub .active a::before {
  width: 0.12rem;
}
.cat_fold_sub a:hover,
.cat_fold_sub .active a {
  padding-left: 0.24rem;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .cat_nav {
    width: 100%;
    padding: 0 0;
    background: none;
    position: static;
    top: auto;
  }
  .cat_nav_tit {
    padding: 14px 28px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 2;
    background: var(--i_color);
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .cat_nav_tit h4 {
    font-size: 20px;
    color: #fff;
  }
  .cat_nav_tit iconify-icon {
    display: block;
    margin-left: auto;
    font-size: 26px;
    color: #fff;
  }
  .cat_fold_sub a {
    font-size: 0.16rem;
  }

  .active .cat_fold_tit {
    background: none;
  }
  .active .cat_fold_tit a {
    color: var(--i_color);
  }
  .active .cat_fold_tit iconify-icon {
    color: var(--i_color);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .cat_fold_sub {
    padding: 0 20px;
    margin-top: 0;
    background-color: transparent;
  }

  .cat_nav_list {
    display: none;
    box-sizing: border-box;
    padding: 30px 30px 30px;
    background: #fff;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
  .cat_nav_list li {
    border-top: none;
    border-bottom: 1px solid #f5f5f5;
  }
  .cat_nav_list li.active {
  }
  .cat_fold_tit {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0 0;
    background-color: transparent;
  }
  .cat_fold_tit a {
    padding: 12px 0;
    font-size: 17px;
  }
  .cat_fold_sub p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cat_nav_tit {
    padding: 12px 20px;
  }
  .cat_nav_tit h4 {
    font-size: 18px;
  }
  .cat_nav_tit iconify-icon {
    font-size: 22px;
  }

  .cat_nav_list {
    padding: 20px 30px;
  }
  .cat_fold_tit a {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .cat_nav_tit h4 {
    font-size: 16px;
  }

  .cat_fold_tit a {
    font-size: 15px;
  }
  .cat_fold_tit iconify-icon {
    font-size: 22px;
  }
  .cat_fold_sub a {
    font-size: 14px;
  }
}

.goods_box {
  width: 72.86%;
  box-sizing: border-box;
}

.goods_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2%;
}

.goods_item {
  width: 32%;
  box-sizing: border-box;
}

.goods_item a {
  display: block;
  width: 100%;
}

.goods_img {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.goods_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
.goods_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.goods_item:hover .goods_img {
  border-color: var(--i_color);
}
.goods_item:hover h3 {
  color: var(--i_color);
}
.goods_item:hover .Hn_more {
  border-color: var(--i_color);
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .goods_box {
    width: 100%;
  }
  .goods_list {
    gap: 0.3rem 2%;
  }
}
@media screen and (max-width: 768px) {
  .goods_item {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .goods_list {
    gap: 0.1rem 2%;
  }
  .goods_item h3 {
    font-size: 0.14rem;
    margin: 0.1rem 0;
  }
}

/* ************************************  产品详情页面 */

/* 产品简述 */
.Product_Overview {
  background-color: #f9f9f9;
}

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

/* atlas */
.p_atlas {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.p_atlas_list {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.p_atlas_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* thumbnail */
.p_thumbnail_list {
  width: calc(100% - 1.45rem);
  box-sizing: border-box;
  padding: 0 2px;
  margin: 0.2rem auto 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
}
.p_thumbnail_list figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.p_thumbnail_list figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_thumbnail_list .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--i_color);
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.48rem;
  height: 0.48rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid rgba(153, 153, 153, 0.5);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.thumbnail-prev {
  left: 0;
}
.thumbnail-next {
  right: 0;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #444;
}

.thumbnail-prev:hover,
.thumbnail-next:hover {
  background-color: var(--i_color);
  border-color: var(--i_color);
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
  color: #fff;
}
.p_atlas .swiper-button-disabled {
  cursor: not-allowed;
}

.thumbnail-pagination {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  text-align: center;
  padding: 2px 6px;
  z-index: 2;
  display: none;
}
.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 14px;
  color: #666;
}
.thumbnail-pagination .swiper-pagination-current {
  font-size: 0.22rem;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .p_atlas {
    margin-left: auto;
    margin-right: auto;
  }
  .p_thumbnail_list {
    width: 100%;
  }
  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }
  .thumbnail-pagination {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .p_atlas {
    width: 100%;
  }
  .p_atlas {
    margin-bottom: 40px;
  }
  .p_atlas_list {
    width: 100%;
  }
  .thumbnail-prev iconify-icon,
  .thumbnail-next iconify-icon {
    font-size: 30px;
  }
}

.Overview_right {
  width: 44.22%;
  box-sizing: border-box;
}

.Overview_info {
  padding-top: 0.15rem;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.Overview_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.24rem;
}

.p_share {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
.p_share > p {
  font-size: 0.18rem;
  color: #666;
}
.p_share dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_share dt {
}
.p_share a {
}
.p_share a iconify-icon {
  font-size: 0.26rem;
  color: #666666;
  transition: all 0.4s ease;
}

.p_share dt:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .Overview_right {
    width: 100%;
  }
  .p_share a iconify-icon {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .Product_Overview {
    padding-top: 0;
  }
  .p_share > p {
    font-size: 15px;
  }
  .p_share dt iconify-icon {
    font-size: 20px;
  }
}

/* 产品信息 */
.Product_Information {
}

.Product_Details_tit {
  background-color: #f3f3f3;
}

.Product_Details_tit i {
  display: block;
  width: max-content;
  padding: 0.12rem 0.8rem;
  background-color: #fff;
  position: relative;
  color: var(--i_color);
}

.Product_Details_tit i::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  top: 0;
}

.Product_Details_tit i::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

/* 产品FAQ */
.Product_FAQ {
  background-color: #f9f9f9;
}

.pFAQ_list {
}
.pFAQ_list li {
  border-bottom: 1px solid #cecece;
}
.pFAQ_list .tit {
  padding: 0.4rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
}
.pFAQ_list .tit b {
  flex-shrink: 0;
  width: 0.36rem;
  height: 0.36rem;
  background: var(--i_color);
  text-align: center;
  line-height: 0.36rem;
  font-size: 0.2rem;
  color: #fff;
}
.pFAQ_list .tit p {
  font-size: 0.24rem;
  font-weight: 550;
}
.pFAQ_list .tit i {
  flex-shrink: 0;
  margin-left: auto;
  width: 0.36rem;
  height: 0.36rem;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 13H5v-2h6V5h2v6h6v2h-6v6h-2z'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 0.28rem;
}

.pFAQ_list .tit.active b {
  background: #fff;
  color: var(--i_color);
}
.pFAQ_list .tit.active p {
}
.pFAQ_list .tit.active {
}
.pFAQ_list .tit.active i {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 0.28rem;
}

.pFAQ_list .txt {
  display: none;
  position: relative;
}
.pFAQ_list .txt span {
  display: block;
  padding-bottom: 0.4rem;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .pFAQ_list .tit b {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pFAQ_list .tit {
    padding: 0.2rem 0;
  }
  .pFAQ_list .txt span {
    padding-bottom: 0.2rem;
  }
  .pFAQ_list .tit p {
    font-size: 17px;
  }
  .pFAQ_list .txt span {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .pFAQ_list .tit p {
    font-size: 15px;
  }
}

/* tags+view_other */

.pBottom {
}

.p_tags {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #cecece;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.16rem 0;
}
.p_tags > p {
  margin-right: 0.14rem;
  font-size: 0.18rem;
  color: #666;
  font-weight: bold;
}
.p_tags a {
  display: block;
  padding: 0.06rem 0.2rem;
  margin-right: 0.16rem;
  font-size: 0.16rem;
  color: var(--i_color);
  background: #fff;
  transition: all 0.4s ease;
}
.p_tags a:hover {
  background: var(--i_color);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_tags {
    gap: 12px 0;
  }
  .p_tags > p {
    font-size: 17px;
  }
  .p_tags a {
    margin-right: 16px;
    font-size: 14px;
  }
}

.p_view_other {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 4%;
}
.p_view_other li {
  max-width: 46%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.14rem;
  align-items: center;
}
.p_view_other a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_view_other span {
  flex-shrink: 0;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
}
.p_view_other span iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #333;
}
.p_view_other p {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.5;
  font-weight: 550;
}
.p_view_other p b {
  font-size: 0.18rem;
  color: #333;
  font-weight: 550;
}

.p_view_other li:hover span iconify-icon,
.p_view_other li:hover p,
.p_view_other li:hover p b {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_view_other p,
  .p_view_other p b {
    font-size: 15px;
    font-weight: 300;
  }
}
@media screen and (max-width: 768px) {
  .p_view_other {
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .p_view_other li {
    max-width: 100%;
  }
  .p_view_other span {
    order: -1;
  }
  .p_view_other p,
  .p_view_other p b {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .p_view_other span {
    width: 24px;
    height: 24px;
  }
  .p_view_other span iconify-icon {
    font-size: 24px;
  }
  .p_view_other p,
  .p_view_other p b {
    font-size: 14px;
  }
}

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

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

.Related_list .goods_item {
  width: 100%;
}

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

/* 公司介绍 */
.Company_Introduction {
  position: relative;
  overflow: hidden;
}

.Company_Introduction::before {
  content: "";
  display: block;
  width: 21.31vw;
  height: 21.31vw;
  position: absolute;
  left: -5.8%;
  top: 24.5%;
  background: rgba(2, 125, 193, 0.3);
  filter: blur(378px);
}

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

.It_left {
  width: 39%;
  box-sizing: border-box;
}

.about_data {
  display: flex;
}

.about_data li {
  width: 33.33%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_data img {
  width: 0.58rem;
}

.about_data_num {
  display: flex;
  align-items: baseline;
}

.It_right {
  width: 56%;
}

@media screen and (max-width: 1024px) {
  .It_left,
  .It_right {
    width: 100%;
  }
  .about_data img {
    width: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .about_data img {
    width: 0.4rem;
  }
  .about_data_num {
    margin: 0.1rem 0;
  }
}

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

.Introduction_bottom img {
  display: block;
  object-fit: cover;
}

.Introduction_bottom img:nth-of-type(1) {
  width: 65.29%;
}

.Introduction_bottom img:nth-of-type(2) {
  width: 32%;
}

/* 我们的优势 */
.Our_Advantages {
  background: linear-gradient(180deg, #ffffff 0%, #f5f7f9 33%);
}

.about_Advantages {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}

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

.ad_right {
  width: 61.5%;
  box-sizing: border-box;
}

.about_Advantages_list {
  position: relative;
  overflow: hidden;
  height: 7.59rem;
}
.about_Advantages_list .swiper-wrapper {
  position: relative;
  width: 100%;
}
.about_Advantages_list .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.about_Advantages-next {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #0e1e36;
  color: #fff;
  font-size: 0.26rem;
  cursor: pointer;
  transition: all 0.4s ease;
  right: -4.5%;
  bottom: -6.5%;
}
.about_Advantages-next:hover {
  background-color: var(--i_color);
}

.about_Advantages_item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  padding-left: 3.7vw;
  transition: all 0.4s ease;
}

.about_Advantages_icon {
  flex-shrink: 0;
  width: 0.74rem;
  height: 0.74rem;
  margin-right: 0.28rem;
  border-radius: 50%;
  background-color: #0e1e36;
  transition: all 0.4s ease;
}

.about_Advantages_icon img {
  width: 0.48rem;
}

.about_Advantages_text {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 6.85rem;
  background-color: #fff;
  padding: 0.24rem;
  overflow-y: auto;
}
/* Chrome, Safari, Edge 滚动条样式 */
.about_Advantages_text::-webkit-scrollbar {
  width: 2px;
}
.about_Advantages_text::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}
.about_Advantages_text::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1px;
}

.about_Advantages_text h3 {
  margin-bottom: 0.16rem;
}

.about_Advantages_item:hover {
  padding-left: 0;
}
.about_Advantages_item:hover .about_Advantages_icon {
  background-color: var(--i_color);
}
.about_Advantages_item:hover .about_Advantages_text h3 {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .about_Advantages-next {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1366px) {
  .about_Advantages_icon {
    width: 0.7rem;
    height: 0.7rem;
  }
  .about_Advantages_icon img {
    width: 0.4rem;
  }
  .about_Advantages_text {
    width: 6.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .ad_left,
  .ad_right {
    width: 100%;
  }
  .ad_left {
    position: relative;
  }
  .ad_right {
    order: -1;
  }
  .about_Advantages_item {
    padding-left: 0;
    justify-content: space-between;
  }
  .about_Advantages_icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0;
  }
  .about_Advantages_text {
    width: 90%;
    padding: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .about_Advantages_icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  .about_Advantages_icon img {
    width: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .about_Advantages_list {
    height: 6rem;
  }
  .about_Advantages_icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .about_Advantages_icon img {
    width: 0.25rem;
  }
  .about_Advantages_text {
    width: 85%;
  }
}

/* 公司环境 */
.Company_Environment {
}

.Company_list {
  position: relative;
  overflow: hidden;
}
.Company_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Company_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.Company_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 109.5%;
}
.Company_list .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  opacity: 0.8;
  background: linear-gradient(180deg, #c5082400 0%, #c50824 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
.Company_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.Company_list .swiper-slide i {
  width: 56.1%;
  height: 27.8%;
  display: block;
  border-radius: 0px 300px 0px 0px;
  background: #c50824;
  position: absolute;
  left: -12%;
  bottom: -1.5%;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

.Company_list p {
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.1rem 0.2rem;
  position: absolute;
  left: 9.2%;
  bottom: 10%;
  z-index: 3;
  opacity: 0;
  transition: all 0.6s ease;
}

.Company_list .swiper-slide:hover::after {
  height: 52.5%;
}
.Company_list .swiper-slide:hover i {
  left: -14.55%;
  opacity: 1;
}
.Company_list .swiper-slide:hover p {
  opacity: 1;
  bottom: 7.6%;
}

/* -------------------------- */
.Company-prev,
.Company-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #fff;
  color: #999;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
}
.Company-prev {
  left: 0;
}
.Company-next {
  right: 0;
}
.Company-prev iconify-icon,
.Company-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
}
.Company_list .swiper-button-disabled {
  cursor: not-allowed;
}
.Company-prev:hover,
.Company-next:hover {
  background: var(--i_color);
  color: #fff;
}

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

@media screen and (max-width: 1024px) {
  .Company-prev,
  .Company-next {
    display: none;
  }
  .Company-pagination {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .Company_list p {
    padding: 0 0.1rem;
    font-size: 0.14rem;
  }
}

/* 荣誉证书 */
.Certificate_Honor {
  background: url(https://lingjuimg.com/wp-content/uploads/HongGu/2026/06/honor_Ba.webp)
    no-repeat center;
  background-size: cover;
}

.Certificate_Honor .wrap {
  position: relative;
  padding-bottom: 4rem;
}

.Honor_title {
  font-size: 1.28rem;
  color: #e2e2e2;
}

.Honor_img {
  display: block;
  width: 80.72%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .Certificate_Honor .wrap {
    padding-bottom: 3.5rem;
  }
  .Honor_title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .Certificate_Honor .wrap {
    padding-bottom: 0;
  }
  .Honor_title {
    font-size: 0.6rem;
  }
  .Honor_img {
    position: relative;
    width: 100%;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .Honor_title {
    font-size: 0.3rem;
  }
}

/* 成功案例 */
.Success_stories {
  background: url(https://lingjuimg.com/wp-content/uploads/HongGu/2026/06/Success_stories_Ba.webp)
    no-repeat center;
  background-size: cover;
}

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

.Success_stories_list {
  width: 60.72%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem 2%;
}

.Success_stories_list li:nth-child(1),
.Success_stories_list li:nth-child(2),
.Success_stories_list li:nth-child(3) {
  width: 32%;
}

.Success_stories_list li {
  width: 23.5%;
  position: relative;
}

.Success_stories_list li::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 64.5%;
}

.Success_stories_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Success_stories_list li:nth-child(n + 4)::before {
  padding-bottom: 88%;
}

.Success_stories_right {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .Success_stories_list,
  .Success_stories_right {
    width: 100%;
  }
  .Success_stories_right {
    order: -1;
    margin-top: 0;
  }
}

/* ************************************  ODM&OEM页面 */

/* 定制介绍 */
.Customized_Box {
  background: url(https://lingjuimg.com/wp-content/uploads/HongGu/2026/06/Customized_introduction_Ba.webp)
    no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  justify-content: space-between;
  padding-left: 0.46rem;
  padding-right: 0.46rem;
  position: relative;
}

.Customized_left {
  width: 43.2%;
  box-sizing: border-box;
}

.Customized_right {
  width: 53.37%;
  position: absolute;
  right: 1.45%;
  bottom: 8.1%;
  overflow: hidden;
}
.Customized_right::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 73.35%;
}
.Customized_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .Customized_Box {
    padding: 0.3rem;
  }
  .Customized_left,
  .Customized_right {
    width: 100%;
  }
  .Customized_right {
    position: relative;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .Customized_Box {
    padding: 0.2rem;
  }
}

/* 定制范围 */
.Customization_range {
  background: url(https://lingjuimg.com/wp-content/uploads/HongGu/2026/06/Customization_range_Ba.webp)
    no-repeat center;
  background-size: cover;
}

.range_list {
  margin-top: 1.64rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.range_item {
  width: 20%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.24rem 0.16rem 0.5rem 0.24rem;
  transition: all 0.4s ease;
}

.range_item h4 {
  font-size: 0.52rem;
}

.range_item p {
  opacity: 0;
  transition: all 0.4s ease;
}

.range_item:hover,
.range_item .active {
  background-color: var(--i_color);
}
.range_item:hover p,
.range_item .active p {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .range_list {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .range_item {
    width: 33.33%;
    padding: 0.2rem;
  }
  .range_item h4 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .range_list {
    margin-top: 0.6rem;
  }
  .range_item h5 {
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .range_list {
    margin-top: 0.3rem;
  }
  .range_item {
    width: 50%;
    padding: 0.15rem;
  }
  .range_item h4 {
    font-size: 0.3rem;
  }
  .range_item h5 {
    font-size: 0.14rem;
  }
  .range_item p {
    font-size: 0.12rem;
  }
}

/* 选择我们 */
.Choose_us {
  background: linear-gradient(180deg, #ffffff 8%, #f4f5f8 35%);
}

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

.Choose_item {
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0px 0px 40px 0px;
  padding: 0.5rem 0.5rem 2.25rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.Choose_icon {
  filter: brightness(0);
}

.Choose_item h3 {
  margin-top: 0.15rem;
}

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

.Choose_item:hover .Choose_icon {
  filter: none;
}
.Choose_item:hover h3 {
  color: var(--i_color);
}
.Choose_item:hover p {
  color: var(--i_color);
}
.Choose_item:hover .Choose_img::before {
  padding-bottom: 42%;
}

/* -------------------------- */
.Choose-pagination {
  display: block;
  text-align: right;
}
.Choose-pagination .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.09rem;
  display: inline-block;
  margin: 0 6px;
  background: #999;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.Choose-pagination .swiper-pagination-bullet-active {
  width: 0.55rem;
  background: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .Choose_icon {
    width: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .Choose_item {
    padding: 0.3rem 0.3rem 1.8rem 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .Choose_item {
    padding: 0.3rem 0.3rem 1.8rem 0.3rem;
  }
  .Choose_icon {
    width: 0.4rem;
  }
  .Choose_img::before {
    padding-bottom: 42%;
  }
}

/* 在线留言 */
.Online_message {
  background: linear-gradient(0deg, #fff8f8 31%, #ffffff00 103%);
}

#wpforms-96 {
  --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-96 {
  margin: 0;
  padding: 0;
}
#wpforms-form-96 {
  width: 100%;
  position: relative;
}

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

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

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

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

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

#wpforms-96 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-96-field_1-container,
#wpforms-96-field_2-container,
#wpforms-96-field_3-container {
  width: 32% !important;
}

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

/* ************************************  案例列表页面 */

/* 案例列表 */
.case_box {
  background-color: #f9f9f9;
}

.case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem 4%;
}

.case_item {
  width: 48%;
  box-sizing: border-box;
}

.case_item a {
  display: block;
  box-sizing: border-box;
  padding: 0.14rem 0.14rem 0.46rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.case_item a::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: var(--i_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}

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

.case_logo {
  position: absolute;
  right: -16%;
  bottom: -14%;
  opacity: 0;
  transition: all 0.4s ease;
}

.case_item:hover a {
  background-color: #fff;
}
.case_item:hover .case_img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.case_item:hover a::before {
  width: 100%;
}
.case_item:hover .case_logo {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .case_list {
    gap: 0.3rem 4%;
  }
}
@media screen and (max-width: 560px) {
  .case_list {
    gap: 0.1rem 4%;
  }
  .case_item a {
    background-color: #fff;
    padding: 0.1rem;
  }
  .case_item h4 {
    font-size: 0.14rem;
    margin: 0.06rem 0;
  }
  .case_item h6 {
    font-size: 0.12rem;
  }
  .case_logo {
    display: none;
  }
}

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

/* 新闻分类 */
.News_Categories {
}

.Nc_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.32rem;
}

.Nc_item a {
  display: block;
  box-sizing: border-box;
  border-radius: 5rem;
  border: 1px solid var(--i_color);
  padding: 0.12rem 0.4rem;
  color: var(--i_color);
  transition: all 0.4s ease;
}

.Nc_item a:hover,
.Nc_item.active a {
  background-color: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .Nc_list {
    gap: 0.1rem 0.2rem;
  }
  .Nc_item a {
    padding: 0.05rem 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .Nc_item a {
    font-size: 0.14rem;
    padding: 0.05rem 0.1rem;
  }
}

/* 新闻列表 */
.News_Box {
}

.New_List {
  display: flex;
  flex-direction: column;
  gap: 0.6rem 0;
}

.new_item {
  width: 100%;
  box-sizing: border-box;
}

.new_item a {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.4s ease;
}
.new_item a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #333;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.8s ease;
}

.new_item:first-child a {
  padding-top: 0.6rem;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.new_time {
  width: 7%;
  color: rgba(153, 153, 153, 0.6);
}

.new_time h4,
.new_time h5 {
  text-align: right;
}

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

.new_text {
  width: 63.65%;
  box-sizing: border-box;
}

.new_text h2 {
  display: block;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  position: relative;
}
.new_text h2::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--i_color);
  position: absolute;
  right: 0;
  bottom: -1%;
  transition: all 0.4s ease;
}

.new_item:hover a::before {
  width: 100%;
  right: auto;
  left: 0;
}
.new_item:hover .new_time {
  color: #333;
}
.new_item:hover .new_img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.new_item:hover .new_text h2::before {
  width: 100%;
  right: auto;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .new_item a {
    padding-bottom: 0.3rem;
  }
  .new_item:first-child a {
    padding-top: 0.3rem;
  }
  .new_text {
    margin-top: 0;
  }
  .new_text h2 {
    width: auto;
  }
  .new_text h2::before {
    display: none;
  }
  .new_text p {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .New_List {
    gap: 0.3rem 0;
  }
}
@media screen and (max-width: 560px) {
  .New_List {
    gap: 0.2rem 0;
  }
  .new_item a {
    padding-bottom: 0.2rem;
  }
  .new_item:first-child a {
    padding-top: 0.2rem;
  }
  .new_time {
    width: 100%;
    display: flex;
    gap: 0 0.05rem;
    margin-bottom: 0.1rem;
  }
  .new_time h5 {
    order: -1;
  }
  .new_time h4,
  .new_time h5 {
    font-size: 0.14rem;
    font-weight: normal;
  }
  .new_text {
    width: 75%;
  }
}

/* ************************************  联系我们页面 */

/* 联系信息 */
.contact_information {
  background: url(static/imgs/contact_informationBa.webp) no-repeat center;
  background-size: cover;
}

.contact_us_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  align-items: flex-start;
}
.contact_us_ul {
  width: 51.6%;
  box-sizing: border-box;
  padding-right: 4%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.3rem;
}
.contact_us_ul li {
}
.contact_us_text {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 0.1rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
  padding-bottom: 0.1rem;
  position: relative;
  margin-bottom: 0.1rem;
}
.contact_us_text::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  height: 2px;
  background-color: var(--i_color);
  transition: all 0.7s ease;
}
.contact_us_ul li:hover .contact_us_text::after {
  width: 100%;
}
.contact_us_text iconify-icon {
  font-size: 0.36rem;
  color: #222;
  transition: all 0.4s ease;
}
.contact_us_text p {
  font-size: 0.24rem;
  color: #222;
}
.contact_us_ul li span {
}
.contact_us_ul li a {
  font-size: 0.2rem;
  font-weight: bold;
  color: #222;
  transition: all 0.3s ease;
}
.contact_us_ul li:hover iconify-icon,
.contact_us_ul li a:hover {
  color: var(--i_color);
}

.contact_us_img {
  position: relative;
  width: 48.4%;
}
.contact_us_img::after {
  content: "";
  display: block;
  padding-bottom: 75.5%;
}
.contact_us_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}

@media screen and (max-width: 1440px) {
  .contact_us_bac {
    padding: 0.8rem 0;
  }
  .contact_us_text iconify-icon {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .contact_us_bac {
    padding: 0.6rem 0;
  }
  .contact_us_text iconify-icon {
    font-size: 0.3rem;
  }
  .contact_us_text p {
    font-size: 0.2rem;
  }
  .contact_us_ul li a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .contact_us_text iconify-icon {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 960px) {
  .contact_us_ul {
    gap: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_us_ul {
    width: 100%;
    padding-right: 0%;
  }
  .contact_us_img {
    width: 100%;
  }
  .contact_us_box {
    margin-top: 0.4rem;
    gap: 0.4rem;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 560px) {
  .contact_us_text p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 425px) {
}

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

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

.c_map {
  width: 57.15%;
}

.Contact_right {
  width: 39.5%;
  box-sizing: border-box;
}

#wpforms-134 {
  --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-134 {
  margin: 0;
  padding: 0;
}
#wpforms-form-134 {
  width: 100%;
  position: relative;
}

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

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

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

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

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

/* #wpforms-134 .wpforms-field-container{display:-webkit-flex; display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-134-field_1-container,
#wpforms-134-field_2-container
{width: 48% !important;} */

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

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