/*
Theme Name: KeRui
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: #0c3388;

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

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

/* 通用 */
.f450 {
  font-weight: 450;
}
.f550 {
  font-weight: 550;
}

.title_box i {
  display: block;
  width: 1rem;
  height: 4px;
  background-color: var(--i_color);
}

/* button */
.btn_box {
  display: table;
  box-sizing: border-box;
  cursor: pointer;
}
.btn_a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0.05rem;
  border: 1px solid #ffffff;
  padding: 0.1rem 0.23rem;
  color: #fff;
  transition: all 0.4s ease;
}
.btn_a iconify-icon {
  margin-left: 8px;
  font-size: 0.28rem;
}
.btn_a:hover {
  background-color: var(--i_color);
  border-color: var(--i_color);
}

.btn_color {
  border-color: var(--i_color);
  color: var(--i_color);
}
.btn_color:hover {
  background-color: var(--i_color);
  color: #fff;
}

.btn_Bcolor {
  background-color: var(--i_color);
  border-color: var(--i_color);
}
.btn_Bcolor:hover {
  background-color: transparent;
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .btn_a {
    padding: 0.06rem 0.15rem;
  }
  .btn_a p {
    font-size: 0.16rem;
  }
  .btn_a iconify-icon {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_a {
    padding: 0.03rem 0.1rem;
  }
  .btn_a p {
    font-size: 0.14rem;
  }
  .btn_a iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .btn_a p {
    font-size: 0.12rem;
  }
  .btn_a iconify-icon {
    font-size: 0.18rem;
  }
}

/* --- --- */

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

.wrap2 {
  width: 94%;
  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: #fff;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255 255 255 / 20%);
}
header.fixedHeader {
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}
header .wrap2 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}

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

/* 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: 60%;
}
.logo img {
  max-height: 100%;
}
@media screen and (max-width: 1366px) {
  .logo a {
    height: 50%;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

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

  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--i_color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }

  .i_nav > li > a {
    display: block;
    font-size: 0.18rem;
    font-weight: 450;
    line-height: var(--header_height);
    white-space: nowrap;
    position: relative;
  }

  .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  .i_nav > li:hover::before,
  .i_nav > li.active::before {
    right: initial;
    left: 0;
    width: 100%;
  }
  .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);
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: var(--header_height);
    min-width: 1.4rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
    font-size: 0;
  }

  .i_nav .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    height: 1px;
    background: #eee;
  }
  .i_nav .sub-menu a {
    display: block;
    padding: 0 0.2rem;
    font-size: 14px;
    color: #666;
    line-height: 0.34rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

  .i_nav .sub-menu .current-menu-item::before,
  .i_nav .sub-menu .current-category-ancestor::before,
  .i_nav .sub-menu .current-post-ancestor::before,
  .i_nav .sub-menu .current-menu-ancestor::before,
  .i_nav .sub-menu .current-menu-parent::before,
  .i_nav .sub-menu li:hover::before {
    width: 100%;
  }

  .i_nav .sub-menu li:hover a {
    color: var(--i_color);
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.4rem;
  }
  .i_nav > li > a {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav {
    margin-left: 2%;
  }
  .i_nav > li > a {
    font-size: 15px;
  }
}

@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));
    margin: 0 0;
    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 {
  display: none;
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: #666;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #666;
  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.2rem;
  }
}

.top_r {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto;
}

/* search */
.top_search_btn {
  display: none;
}

.search_cont {
  --search_height: 0.3rem;
}
.search_cont form {
  width: 1.6rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background-color: #eeeeee;
  overflow: hidden;
}
.search_ipt {
  width: calc(100% - var(--search_height));
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0.1rem 0 0.12rem;
  background: none;
  font-size: 14px;
  color: #999;
}
.search_btn {
  font-size: 0;
  width: var(--search_height);
  height: var(--search_height);
  background: url(static/imgs/search.webp) no-repeat center;
  cursor: pointer;
}

@media screen and (max-width: 1366px) {
  .search_cont form {
    width: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .top_search_btn {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: var(--header_height);
    cursor: pointer;
    position: relative;
  }
  .top_search_btn iconify-icon {
    font-size: 0.2rem;
    color: #666;
  }

  .search_cont {
    --search_height: 0.4rem;
  }
  .search_cont {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: calc(var(--header_height) + 0.2rem);
    left: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0.2rem 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .search_cont.on {
    opacity: 1;
    visibility: visible;
    top: var(--header_height);
  }
  .search_cont form {
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-color: var(--i_color);
  }
  .search_ipt {
    font-size: 13px;
  }
  .search_btn {
    background-color: var(--i_color);
  }
}
@media screen and (max-width: 1024px) {
  .search_cont {
    --search_height: 0.34rem;
  }
  .search_cont {
    padding: 0.14rem 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .top_search_btn iconify-icon {
    font-size: 20px;
  }
}

.wire {
  display: block;
  width: 1px;
  height: 0.3rem;
  background-color: #d8d8d8;
  margin: 0 0.3rem;
}

.top_language {
  position: relative;
}

.top_language_btn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  cursor: pointer;
  position: relative;
}
.top_language_btn p {
  font-size: 18px;
  color: #666;
  margin-left: 0.12rem;
  margin-right: 0.08rem;
}
.top_language_btn iconify-icon {
  color: #666;
  font-size: 0.2rem;
}

.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: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .top_language_btn p {
    font-size: 0.16rem;
  }
  .top_language_btn iconify-icon {
    display: block;
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .top_language_btn p,
  #drop_down {
    display: none;
  }
  .top_language_btn iconify-icon {
    font-size: 22px;
  }

  .language_list dt > h6 {
    font-size: 15px;
  }
  .lang_list a {
    padding: 2px 0;
  }
  .lang_list .trp-ls-language-name {
    padding-left: 20px;
  }
  .lang_list .trp-ls-language-name::before {
    width: 14px;
    height: 14px;
  }
  .lang_list .trp-ls-language-name::after {
    left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .language_list dt > h6 {
    font-size: 15px;
  }
}

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

.full_header_height {
  height: var(--header_height);
}

/* banner */
.i_banner {
  position: relative;
}

.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;
}
.i_banner_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 41.28%;
}
.i_banner_list .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.ib_txt01 {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1024px) {
  .ib_txt01 {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .ib_txt01 h3 {
    font-size: 0.14rem;
  }
  .ib_txt01 .btn_box {
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .ib_txt01 h2 {
    font-size: 0.16rem;
  }
}

.i_banner_operate {
  display: flex;
  align-items: center;
  gap: 0 0.3rem;
  position: absolute;
  left: 8vw;
  bottom: 10%;
}

.i_banner-prev img,
.i_banner-next img {
  opacity: 0.5;
  transition: all 0.4s ease;
}
.i_banner-prev img:hover,
.i_banner-next img:hover {
  opacity: 1;
}

.i_banner-pagination {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.5);
}
.i_banner_operate .swiper-pagination-current {
  font-size: 0.24rem;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .i_banner_operate {
    left: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .i_banner_operate {
    display: none;
  }
}

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

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

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

.footer_top .wrap > a {
  height: 0.54rem;
}
.footer_top .wrap > a img {
  height: 100%;
}

.ft_nav {
  display: flex;
  gap: 0 0.48rem;
}

.ft_nav a {
  font-size: 0.18rem;
  transition: all 0.4s ease;
}
.ft_nav a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1366px) {
  .ft_nav a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer_top .wrap > a {
    height: 0.35rem;
  }
  .ft_nav {
    display: none;
  }
}

.footer_middle {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.fm_text {
  position: absolute;
  left: 5%;
  bottom: -31%;
  font-size: 4rem;
  font-weight: bold;
  color: rgb(51, 51, 51, 0.02);
}
@media screen and (max-width: 1440px) {
  .fm_text {
    font-size: 3.8rem;
    bottom: -28%;
  }
}
@media screen and (max-width: 1024px) {
  .fm_text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .fm_text {
    font-size: 2rem;
    bottom: -20%;
  }
}
@media screen and (max-width: 560px) {
  .fm_text {
    font-size: 1rem;
    bottom: -10%;
  }
}

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

.fm_a,
.fm_c {
  width: 21.25%;
}

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

.fm_connect li {
  display: flex;
  gap: 0 8px;
}

.fm_connect iconify-icon {
  color: #333;
  font-size: 0.2rem;
  margin-top: 2px;
}

.fm_connect span,
.fm_connect a {
  font-size: 0.16rem;
  transition: all 0.3s ease;
}
.fm_connect a:hover {
  color: var(--i_color);
}

.fm_b {
  width: 19.5%;
}

.fm_b ul,
.fm_c ul {
  display: flex;
  flex-direction: column;
  gap: 0.18rem 0;
}

.fm_b a,
.fm_c a {
  font-size: 0.18rem;
  transition: all 0.3s ease;
}
.fm_b a:hover,
.fm_c a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

.fm_a,
.fm_b,
.fm_c {
  position: relative;
  z-index: 2;
}

.fm_d {
  width: 23.5%;
}

.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.22rem;
}
.f_media li {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.f_media iconify-icon {
  font-size: 0.2rem;
  color: #333;
}
.f_media li:hover {
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
.f_media li:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .fm_a,
  .fm_d {
    width: 100%;
  }
  .fm_b,
  .fm_c {
    display: none;
  }

  .fm_d .btn_box {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

.f_cr .wrap {
}
.f_cr p,
.f_cr a {
  font-size: 16px;
  color: rgb(51, 51, 51, 0.7);
  line-height: 1.5;
  transition: all 0.3s ease;
}
.f_cr a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 560px) {
  .f_cr p,
  .f_cr a {
    font-size: 14px;
  }
}

/* 产品分类 */
.Product_Categories {
}

.Category_Options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0;
}

.co_item {
  width: 14.282%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.co_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.co_item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0.48rem;
  filter: brightness(0.2);
  transition: all 0.3s ease;
}

.co_item i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: relative;
}
.co_item i::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--i_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}

.co_item.active img,
.co_item:hover img {
  filter: brightness(1);
}
.co_item.active i::before,
.co_item:hover i::before {
  width: 100%;
}
.co_item.active p,
.co_item:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .co_item img {
    width: 0.35rem;
  }
  .co_item p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .Category_Options {
  }
  .co_item {
    width: 25%;
  }
}
@media screen and (max-width: 560px) {
  .co_item img {
    width: 0.3rem;
  }
  .co_item p {
    font-size: 0.12rem;
  }
  .co_item {
    width: 33.33%;
  }
}

.Category_content {
  display: none;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}
.Category_content.active {
  display: flex;
}

.cc_item {
  width: 23.5%;
  box-sizing: border-box;
}

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

.cci_txt {
  position: relative;
}
.cci_txt::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--i_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}

.cci_txt h6 {
  margin: 0.18rem 0 0.25rem 0;
}

.cc_item:hover .cci_img img {
  transform: scale(1.1);
}
.cc_item:hover h3,
.cc_item:hover p {
  color: var(--i_color);
}
.cc_item:hover .cci_txt::before {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cc_item {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .Category_content {
    gap: 0.2rem 2%;
  }
  .Category_content {
    gap: 0.1rem 2%;
  }
  .cci_txt {
    margin-top: 0.1rem;
    padding-bottom: 0;
  }
  .cci_txt::before {
    display: none;
  }
  .cci_txt h3 {
    font-size: 0.16rem;
  }
  .cci_txt h6 {
    margin: 0.1rem 0;
    font-size: 0.14rem;
  }
}

/* 企业优势 */
.Enterprise_advantages {
  background: linear-gradient(180deg, #ebeef4 0%, rgba(244, 244, 244, 0) 100%);
}

.whyChooseList {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.whyChooseList::before {
  content: "";
  display: block;
  padding-bottom: 33.02%;
}

.ea_imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
  opacity: 0;
}
.ea_imgs .active {
  opacity: 1;
}

.whyChooseList dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.whyChooseList dt {
  width: 27.1vw;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}
.whyChooseList dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  opacity: 0.66;
  background: linear-gradient(0deg, #0c3388 0%, rgba(12, 51, 136, 0) 100%);
}
.whyChooseList dt > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whyChooseList .t1 {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  height: 22%;
  box-sizing: border-box;
  padding: 0 0.2rem;
  text-align: center;
  z-index: 3;
}

.whyChooseList .t {
  transition: all 0.5s ease;
}
.whyChooseList .t img {
  height: 0.64rem;
}
.whyChooseList .t h5 {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

.whyChooseList .t2 {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.48rem;
  z-index: 3;
}
.whyChooseList .t2 h5 {
}
.whyChooseList .t2 p {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.4;
}

.whyChooseList dt.curr {
  flex-grow: 1000;
  background: rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.whyChooseList dt.curr .t1 {
  display: none;
}
.whyChooseList dt.curr .t2 {
  display: block;
}

@media screen and (max-width: 1440px) {
  .whyChooseList .t img {
    height: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .whyChooseList .t img {
    height: 0.44rem;
  }
  .whyChooseList .t h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .whyChooseList::before {
    display: none;
  }
  .whyChooseList dl {
    position: initial;
  }
  .whyChooseList dt {
    width: 100%;
    padding-bottom: 0.4rem;
  }
  .whyChooseList dt:last-child {
    margin-bottom: 0;
  }
  .whyChooseList dt::after {
    display: none;
  }

  .whyChooseList .t1 {
    display: none !important;
  }
  .whyChooseList .t2 {
    display: block !important;
    margin-top: 20px;
    position: initial;
    width: 100%;
    bottom: 30px;
  }
  .whyChooseList .t h5 {
    font-size: 16px;
    margin-top: 0;
  }
  .whyChooseList .t2 p {
    font-size: 14px;
    margin-top: 0.1rem;
  }
  .whyChooseList .t img {
    height: 0.35rem;
  }
}
@media screen and (max-width: 768px) {
  .whyChooseList .t img {
    height: 30px;
  }
  .whyChooseList .t2 {
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .whyChooseList .t img {
    height: 26px;
  }
  .whyChooseList .t2 p {
    font-size: 13px;
  }
}

/* 关于公司 */
.About_Company {
}

.About_Company .wrap {
  position: relative;
}

.map {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.About_Company .title_box p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aboutNum {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 5%;
}
.aboutNum dt {
  width: 100%;
  text-align: center;
}
.aboutNum span {
  font-size: 0.4rem;
  font-weight: 450;
}
.aboutNum span i {
  font-size: 0.54rem;
  font-weight: 550;
}

.abotIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.abotIcon img {
  width: 0.4rem;
  margin-right: 0.16rem;
}

.aboutNum p {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .aboutNum span {
    font-size: 36px;
  }
  .aboutNum p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .aboutNum {
    flex-wrap: wrap;
    gap: 24px 4%;
  }
  .aboutNum dt {
    width: 48%;
  }
  .aboutNum span {
    font-size: 30px;
  }
  .aboutNum span i {
    font-size: 0.3rem;
  }
  .abotIcon img {
    width: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .aboutNum p {
    font-size: 14px;
  }
  .abotIcon img {
    width: 0.2rem;
    margin-right: 0.05rem;
  }
}

/* 宣传视频 */
.Promotional_video {
}

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

.pv_btn {
  position: absolute;
  left: 50%;
  top: 31%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v_btn {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  position: relative;
}
.v_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  animation: pulseAnimation 3s infinite;
  z-index: -1;
}
@keyframes pulseAnimation {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 136%;
    height: 136%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

.v_btn iconify-icon {
  font-size: 0.3rem;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .pv_btn {
    top: 50%;
  }
  .v_btn {
    width: 0.5rem;
    height: 0.5rem;
  }
  .v_btn iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .pv_btn p {
    margin-top: 0.1rem;
    font-size: 0.14rem;
  }
  .v_btn {
    width: 0.4rem;
    height: 0.4rem;
  }
  .v_btn iconify-icon {
    font-size: 0.18rem;
  }
}

/* 行业案例 */
.Industry_Cases {
}

.Industry_box {
  position: relative;
}

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

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

.Industry_txt h4 {
  padding-top: 0.16rem;
  border-top: 1px solid #d8d8d8;
}

.Industry_list .swiper-slide:hover .Industry_img img {
  transform: scale(1.1);
}
.Industry_list .swiper-slide:hover .Industry_txt h3 {
  color: var(--i_color);
}

/* -------------------------- */
.Industry-prev,
.Industry-next {
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
}
.Industry-prev {
  left: -6%;
}
.Industry-next {
  right: -6%;
}
.Industry-prev iconify-icon,
.Industry-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.26rem;
  color: var(--i_color);
}
.Industry_list .swiper-button-disabled {
  cursor: not-allowed;
}
.Industry-prev:hover,
.Industry-next:hover {
  background: var(--i_color);
}

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

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

@media screen and (max-width: 1440px) {
  .Industry-prev,
  .Industry-next {
    width: 0.4rem;
    height: 0.4rem;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
  }
  .Industry-prev iconify-icon,
  .Industry-next iconify-icon {
    color: #fff;
  }
  .Industry-prev {
    left: 0;
  }
  .Industry-next {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .Industry-prev,
  .Industry-next {
    display: none;
  }
  .Industry-pagination {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .Industry_txt {
    margin-top: 0.1rem;
  }
  .Industry_txt h3 {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
  }
  .Industry_txt h4 {
    padding-top: 0.1rem;
    font-size: 0.12rem;
  }
  .Industry_txt .btn_box {
    margin-top: 0.1rem;
  }
}

/* 合作品牌 */
.Partner_Brands {
}

.partner_cont {
  position: relative;
  overflow: hidden;
}
.partner_cont::before {
  content: "";
  display: block;
  padding-bottom: 15.35%;
}
.partner_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.partner_list .swiper-wrapper {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.partner_list .swiper-slide {
  flex-shrink: 0;
  height: calc((100% - 30px) / 2);
  box-sizing: border-box;
  position: relative;
}
.partner_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.partner-pagination .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  display: inline-block;
  margin: 0 6px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.partner-pagination .swiper-pagination-bullet-active {
  width: 0.08rem;
  height: 0.08rem;
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .partner_cont::before {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 768px) {
  .partner_cont::before {
    padding-bottom: 24%;
  }
}
@media screen and (max-width: 560px) {
  .partner_cont::before {
    padding-bottom: 30%;
  }
  .partner_list .swiper-slide img {
    width: 100%;
    height: 100%;
  }
}

/* 最新新闻 */
.Latest_News {
}

.ln_top {
  gap: 0.2rem 0;
}

.homeNews_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  overflow: hidden;
}

.homeNews_top {
  flex-shrink: 0;
  width: 45%;
}
.homeNews_top .coverPic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.homeNews_top .coverPic::before {
  content: "";
  display: block;
  padding-bottom: 45%;
}
.homeNews_top .coverPic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.homeNews_top .date {
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
  background: var(--i_color);
  text-align: center;
  padding: 0 0.1rem;
}
.homeNews_top .date b {
  display: block;
  font-size: 0.36rem;
  color: #fff;
}
.homeNews_top .date i {
  font-size: 18px;
  color: #fff;
}
.homeNews_top span {
  display: block;
  margin-top: 0.24rem;
}
.homeNews_top h6 {
  font-size: 0.24rem;
  font-weight: 550;
  line-height: 1.4;
}
.homeNews_top p {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.5;
}
.homeNews_top h6,
.homeNews_top p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.homeNews_top:hover img {
  transform: scale(1.05, 1.05);
}
.homeNews_top:hover h6 {
  color: var(--i_color);
}

.homeNews_list {
  margin-left: auto;
  width: 49.82%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}
.homeNews_list li {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #c9cdd6;
  transition: all 0.4s ease;
}

.homeNews_list a {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homeNews_list span {
  width: 57.4%;
}
.homeNews_list span h6 {
  font-size: 0.2rem;
  font-weight: 550;
}
.homeNews_list span p {
  margin: 0.2rem 0;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.5;
}
.homeNews_list span h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.homeNews_list span p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homeNews_list span i {
  font-size: 16px;
  color: #666;
}

.homeNews_list .coverPic {
  flex-shrink: 0;
  width: 34.76%;
  position: relative;
  overflow: hidden;
}
.homeNews_list .coverPic::before {
  content: "";
  display: block;
  padding-bottom: 62.1%;
}
.homeNews_list .coverPic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.homeNews_list li:hover {
  border-color: var(--i_color);
}
.homeNews_list li:hover h6 {
  color: var(--i_color);
}
.homeNews_list li:hover img {
  transform: scale(1.05, 1.05);
}

@media screen and (max-width: 1024px) {
  .homeNews_top {
    width: 100%;
  }
  .homeNews_list {
    width: 100%;
    padding: 0 0;
    border: none;
  }

  .homeNews_top h6,
  .homeNews_list span h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .homeNews_list {
    gap: 0.2rem 0;
  }
  .homeNews_list li {
    padding-bottom: 0.2rem;
  }
  .homeNews_top h6,
  .homeNews_list span h6 {
    font-size: 17px;
  }
  .homeNews_top p,
  .homeNews_list span p {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .homeNews_cont {
    gap: 0.3rem 0;
  }
  .homeNews_top .date b {
    font-size: 20px;
  }
  .homeNews_top h6,
  .homeNews_list span h6 {
    font-size: 16px;
  }
  .homeNews_list a {
    gap: 0 26px;
  }
  .homeNews_list .coverPic {
    width: 34%;
  }
}

/* 主页联系我们 */
.i_connect {
  background: url(https://lingjuimg.com/wp-content/uploads/KeRui/2026/03/i_connect.webp)
    no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

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

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

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

#wpforms-100 .wpforms-field-container .wpforms-field > input,
#wpforms-100 .wpforms-field-container textarea {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
#wpforms-100 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

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

#wpforms-100 input,
#wpforms-100 textarea {
  color: #fff !important;
}
#wpforms-100 input::placeholder,
#wpforms-100 textarea::placeholder {
  color: #fff !important;
  font-size: 16px;
}

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

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

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

.banner__ {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner__ img {
  width: 100vw;
  display: block;
}
.banner__text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.banner__text h2 {
  font-weight: bold;
  font-size: 0.72rem;
}

@media screen and (max-width: 1024px) {
  .banner__text h2 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .banner__text h2 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 560px) {
  .banner__text h2 {
    font-size: 0.26rem;
  }
}

/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: #f5f5f5;
  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;
}
.in_position a:first-child {
  padding-left: 0.26rem;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: url(static/imgs/home.webp) no-repeat center;
  background-size: contain;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}

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

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

.catList_aside {
  width: 20%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.catList_show {
  width: 76%;
}

@media screen and (max-width: 1024px) {
  .catList_aside {
    width: 100%;
    padding-right: 0;
    background: none;
  }

  .catList_show {
    width: 100%;
  }
}

.cat_nav {
  position: relative;
}
.cat_nav_tit {
  box-sizing: border-box;
  padding: 0.17rem 0.37rem;
  border-radius: 4px;
  background-color: var(--i_color);
}
.cat_nav_tit h4 {
  text-align: center;
  font-size: 0.2rem;
  font-weight: 550;
  color: #fff;
}
.cat_nav_tit iconify-icon {
  display: none;
}

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

.cat_fold_tit {
  padding: 0 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  background-color: #f4f4f4;
  border-radius: 4px;
}
.cat_fold_tit a {
  padding: 0.14rem 0;
  width: 100%;
  font-size: 0.18rem;
  font-weight: 550;
}
.cat_fold_tit iconify-icon {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.24rem;
  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 {
  background: #f4f4f4;
}
.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;
  padding: 0.1rem 0.2rem;
  background-color: #f5f5f5;
  margin-top: 0.16rem;
}
.cat_fold_sub a {
  display: block;
  padding: 0.1rem 0;
  font-size: 0.18rem;
  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.2rem;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .cat_nav {
    width: 100%;
    padding: 0 0;
    background: none;
  }
  .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;
    margin-bottom: 0;
  }
  .cat_nav_tit h4 {
    font-size: 20px;
    color: #fff;
  }
  .cat_nav_tit iconify-icon {
    display: block;
    margin-left: auto;
    font-size: 26px;
    color: #fff;
  }

  .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: 0.3rem;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
  .cat_nav_list li {
    border-top: none;
    border-bottom: 1px solid rgb(0 88 167 / 10%);
  }
  .cat_nav_list li.active {
    border-color: rgb(0 88 167 / 10%);
  }
  .cat_fold_tit {
    background: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0 0;
  }
  .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: 0.1rem 0.1rem;
  }
  .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;
  }
}

.catSide_contact {
  padding: 0.4rem 0.24rem 0.3rem 0.24rem;
  background-size: cover;
  background: url(https://lingjuimg.com/wp-content/uploads/KeRui/2026/03/catside-contact-bg.webp)
    no-repeat center;
  background-size: cover;
  position: relative;
}
.catSide_contact::before {
  content: "";
  display: block;
  width: 4px;
  height: 0.36rem;
  background-color: var(--i_color);
  position: absolute;
  left: 0;
}

.catSide_contact > h3 {
  font-size: 0.24rem;
  font-weight: 550;
  position: relative;
}

.catSide_contact ul {
}
.catSide_contact li {
}
.catSide_contact a {
  font-size: 0.18rem;
  transition: all 0.4s ease;
}
.catSide_contact a:hover {
  color: var(--i_color);
}

.cc_social_media_list {
  display: flex;
  gap: 0 0.24rem;
}

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

.cc_social_media_list iconify-icon:hover {
  transform: translateY(-3px);
}

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

.cat_info {
}

.cat_info > span {
  display: block;
  margin-top: 0.3rem;
  color: #666;
}

.catList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}

.catList .cc_item {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .catList .cc_item {
    width: 49%;
    gap: 0.1rem 2%;
  }
}

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

/* 头部简述信息 */

.p_data {
  background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}
.p_data .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4%;
}

/* atlas */
.p_atlas {
  flex-shrink: 0;
  width: 42.5%;
  box-sizing: border-box;
  position: relative;
}
.p_atlas_list {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  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;
  position: relative;
  overflow: hidden;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 66.38%;
}
.p_atlas_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: contain;
}

/* thumbnail */
.p_thumbnail_list {
  width: calc(100% - 1.2rem);
  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 #e5e5e5;
  flex-shrink: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_thumbnail_list figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.p_thumbnail_list figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.4s ease;
}
.p_thumbnail_list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
}
.p_thumbnail_list .swiper-slide-thumb-active {
  border-color: var(--i_color);
}
.p_thumbnail_list .swiper-slide-thumb-active figure::after {
  height: 0;
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.36rem;
  height: 0.36rem;
  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.36rem;
  color: #444;
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
  color: var(--i_color);
}
.p_atlas .swiper-button-disabled {
  cursor: not-allowed;
}

.thumbnail-pagination {
  position: absolute;
  bottom: 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: #fff;
}
.thumbnail-pagination .swiper-pagination-current {
  font-size: 0.22rem;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_data .wrap {
    flex-wrap: wrap;
  }

  .p_atlas {
    width: 100%;
    max-width: 6rem;
    margin: 0 auto 46px;
  }
  .p_thumbnail_list {
    width: 100%;
  }
  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }

  .thumbnail-pagination {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .p_atlas {
    margin-bottom: 40px;
  }
  .p_atlas_list {
    width: 100%;
  }
  .thumbnail-prev iconify-icon,
  .thumbnail-next iconify-icon {
    font-size: 30px;
  }
}

.p_title {
  margin-left: auto;
  width: 100%;
}

.p_cat {
  display: block;
  font-size: 16px;
  color: var(--i_color);
  margin-bottom: 0.2rem;
  font-weight: 450;
}
.p_title h1 {
  padding-bottom: 0.2rem;
  font-size: 0.2rem;
  line-height: 1.4;
  position: relative;
  font-weight: 550;
}
.p_title h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.p_des {
}
.p_des article {
  font-size: 0.18rem;
  line-height: 1.7;
}

.pd_operate {
}

.p_btn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}

.p_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
.p_share > p {
  font-size: 0.18rem;
  color: #666;
  font-weight: 450;
}
.p_share dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_share dt a {
  display: block;
  width: 0.3rem;
  text-align: center;
}
.p_share dt iconify-icon {
  font-size: 0.2rem;
  color: #666;
}
.p_share a:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .p_des article {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_title h1 {
    font-size: 18px;
  }
  .p_des article {
    font-size: 15px;
  }
  .p_share dt iconify-icon {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .p_cat {
    font-size: 14px;
  }
  .p_title h1 {
    font-size: 17px;
  }
  .p_des article {
    font-size: 14px;
  }

  .p_btn {
    gap: 0 20px;
  }

  .p_share > p {
    font-size: 15px;
  }
  .p_share dt iconify-icon {
    font-size: 20px;
  }
}

/* 产品详情 */
.Product_Details {
}

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

.details_info {
  width: 76.13%;
}

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

ul.serFAQ_list {
  display: flex;
  flex-direction: column;
  gap: 0.24rem 0;
}
.serFAQ_list li {
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 0.29rem 0.24rem;
  display: flex;
  gap: 0 4px;
}

.serFAQ_list .faq_icon {
  flex-shrink: 0;
  width: 0.3rem;
  height: 0.3rem;
  font-size: 0.24rem;
  color: var(--i_color);
  transition: all 0.4s ease;
}

.serFAQ_list li.active .faq_icon {
  transform: rotate(90deg);
}

.serFAQ_list .tit {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  cursor: pointer;
}

.serFAQ_list .tit p {
  font-size: 0.24rem;
  font-weight: 450;
}

.serFAQ_list .txt {
  padding-top: 0.24rem;
  display: none;
}
.serFAQ_list .txt_box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}

.serFAQ_list .txt article {
  color: #666;
  font-size: 0.18rem;
  line-height: 1.6;
}

.serFAQ_list li.active .tit {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .details_info {
    width: 100%;
  }
  ul.serFAQ_list {
    gap: 0.2rem 0;
  }
  .serFAQ_list li {
    padding: 0.2rem;
  }
  .serFAQ_list .tit p {
    font-size: 16px;
    line-height: 1.5;
  }
  .serFAQ_list .txt article {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  ul.serFAQ_list {
    gap: 0.1rem 0;
  }
  .serFAQ_list li {
    padding: 0.1rem;
  }
  .serFAQ_list .faq_icon {
    font-size: 0.18rem;
  }
  .serFAQ_list .txt {
    padding-top: 0.1rem;
  }

  .serFAQ_list .tit p {
    font-size: 15px;
  }

  .serFAQ_list .tit em,
  .serFAQ_list .active .tit em {
    background-size: 20px;
  }
}

/* tags+view_other */
.pBottom {
  background: #f6f6f6;
}

.p_tags {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  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: 450;
}
.p_tags a {
  display: block;
  padding: 0.06rem 0.2rem;
  margin-right: 0.16rem;
  font-size: 0.16rem;
  color: var(--i_color);
  background: #fff;
  border-radius: 4px;
  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 li:hover span iconify-icon,
.p_view_other li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_view_other p {
    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 {
    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-pagination {
  display: block;
  text-align: center;
}
.Related-pagination .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.Related-pagination .swiper-pagination-bullet-active {
  width: 0.08rem;
  height: 0.08rem;
  background: var(--i_color);
}

/* -------------------------  解决方案列表页面 */
.solution_box {
}

.solution_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 2%;
}

.solution_item {
  width: 32%;
}

.solution_item a {
  display: block;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0.16rem 0.16rem 0.4rem 0.16rem;
}

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

.solution_item h3 {
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.btn_more {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: var(--i_color);
}

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

.solution_item:hover .solution_img img {
  transform: scale(1.1);
}
.solution_item:hover h3 {
  color: var(--i_color);
}

@media screen and (max-width: 768px) {
  .solution_list {
    gap: 0.12rem 2%;
  }
  .solution_item {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .solution_item {
    width: 100%;
  }
  .solution_item a {
    padding: 0.12rem;
  }
}

/* -------------------------  解决方案详情页面 */
.solution_details {
}

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

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

.sd_txt {
  width: 52.25%;
}

.sd_txt h2 {
  border-bottom: 1px solid #e5e5e5;
}

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

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

.Related_Cases_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}

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

.Related_Cases_list li:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .Related_Cases_list {
    gap: 0.12rem 2%;
  }
  .Related_Cases_list li {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .Related_Cases_list {
    gap: 0.06rem 2%;
  }
}

/* 案例相关产品 */
.Case_products {
}

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

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

.Company_Introduction .wrap {
  position: relative;
}

.Company_Introduction article {
  line-height: 1.7;
}

.about_map {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* 里程碑 */
.milepost {
}

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

.milepost_left {
  width: 62.5%;
  box-sizing: border-box;
}

.milepost_list {
  position: relative;
  overflow: hidden;
  height: 7rem;
}
.milepost_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.milepost_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.milepost_item {
  position: relative;
  box-sizing: border-box;
}

.milepost_item::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s ease;
}
.milepost_item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #d8d8d8;
  position: absolute;
  left: 8px;
  top: 0;
}

.milepost_time {
  margin-left: 7%;
}

.milepost_txt {
  width: 68.8%;
  height: 85%;
  margin-left: auto;
  overflow-y: auto;
  transition: all 0.4s ease;
}

/* Chrome, Safari, Edge 滚动条样式 */
.milepost_txt::-webkit-scrollbar {
  width: 2px;
}
.milepost_txt::-webkit-scrollbar-track {
  background: transparent;
}
.milepost_txt::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1px;
}
.milepost_txt::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255);
}

/* -------------------------- */
.milepost_switch {
  display: flex;
  gap: 0 0.12rem;
  position: absolute;
  left: 7%;
  bottom: 0;
}

.milepost-prev,
.milepost-next {
  width: 0.54rem;
  height: 0.54rem;
  background-color: #ced6e7;
  transition: all 0.3s ease;
  cursor: pointer;
}

.milepost-prev iconify-icon,
.milepost-next iconify-icon {
  font-size: 0.24rem;
  color: var(--i_color);
}

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

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

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

.milepost_item:hover::before {
  border-color: var(--i_color);
}
.milepost_item:hover .milepost_txt {
  color: var(--i_color);
}

@media screen and (max-width: 1366px) {
  .milepost_txt {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1200px) {
  .milepost_list {
    height: 5rem;
  }
  .milepost-prev,
  .milepost-next {
    width: 0.3rem;
    height: 0.3rem;
  }
  .milepost-prev iconify-icon,
  .milepost-next iconify-icon {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .milepost_list {
    height: 3rem;
  }
  .milepost_switch {
    display: none;
  }
  .milepost-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .milepost_left,
  .milepost_right {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .milepost_list {
    height: 5rem;
  }
}

/* 科研实力 */
.RD_strength {
  background: #f1f5f8;
}

.strength_info {
  gap: 0.3rem 0;
}

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

.strength_txt {
  width: 56.82%;
}

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

.pHonor_list {
  position: relative;
  overflow: hidden;
}
.pHonor_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}

.pHonor_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  padding: 0.3rem 0.5rem;
  border: 1px solid #ddd;
  border-bottom: none;
}
.pHonor_list .swiper-slide::before,
.pHonor_list .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.pHonor_list .swiper-slide::before {
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.pHonor_list .swiper-slide::after {
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 2px;
  background: var(--i_color);
}

.pHonor_list .pic {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.pHonor_list .pic::before {
  content: "";
  display: block;
  padding-bottom: 130%;
}
.pHonor_list .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
}

.pHonor_list p {
  margin-top: 0.14rem;
  text-align: center;
  font-size: 0.16rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pHonor_list .swiper-slide:hover::after {
  width: 100%;
  transition: all 0.5s ease;
}

/* -------------------------- */
.pHonor-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.pHonor-pagination .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.pHonor-pagination .swiper-pagination-bullet-active {
  width: 0.08rem;
  height: 0.08rem;
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .pHonor_list .swiper-slide {
    padding: 24px 30px;
  }
  .pHonor_list .pic {
    width: 100%;
  }
  .pHonor_list p {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .pHonor_list .swiper-slide {
    padding: 18px 20px;
  }
  .pHonor_list .pic {
    width: 75%;
  }
  .pHonor_list p {
    font-size: 14px;
  }
}

/* 生产基地 */
.Production_base {
}

.navLine {
}
.navLine ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.navLine li {
  padding: 0 5%;
  cursor: pointer;
  position: relative;
}
.navLine li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 0.2rem;
  background: #e5e5e5;
}
.navLine li:first-child::before {
  display: none;
}
.navLine p,
.navLine a {
  display: block;
  padding: 0.14rem 0;
  font-size: 0.2rem;
  font-weight: 450;
  text-align: center;
  position: relative;
}
.navLine li:hover p,
.navLine li:hover a,
.navLine li.active p,
.navLine li.active a {
  color: var(--i_color);
}
.navLine a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  transition: all 0.5s ease;
}
.navLine li:hover a::before,
.navLine li.active a::before {
  width: 100%;
}

.aboutCE_nav {
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1200px) {
  .navLine p,
  .navLine a {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .navLine li {
    padding: 0 3%;
  }
  .navLine p,
  .navLine a {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .navLine p,
  .navLine a {
    font-size: 14px;
  }
}

.aboutCE_show {
  position: relative;
}
.aboutCE_show .item {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: relative;
  top: 0.3rem;
}
.aboutCE_show .item.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  top: 0;
  transition: all 0.5s ease;
}

.aboutCE_list {
  position: relative;
  overflow: hidden;
}
.aboutCE_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.aboutCE_list li {
  flex-shrink: 0;
  position: relative;
  transition: all 0.5s ease;
}

.aboutCE_list li img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  display: block;
}

.aboutCE_list li p {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.2rem 0.2rem 0.3rem 0.2rem;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
  opacity: 0;
}

.aboutCE_list .swiper-slide-next p {
  opacity: 1;
}

@media screen and (min-width: 561px) {
  .aboutCE_list .swiper-slide-next {
    width: 50% !important;
  }
}

.aboutCE-prev,
.aboutCE-next {
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  border-radius: 4px;
  background: rgb(255 255 255 / 60%);
  cursor: pointer;
  z-index: 3;
  display: none;
}
.aboutCE-prev {
  left: 6%;
}
.aboutCE-next {
  right: 6%;
}
.aboutCE-prev iconify-icon,
.aboutCE-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .aboutCE_list li img {
    height: 55vh;
  }
}
@media screen and (max-width: 1024px) {
  .aboutCE_list li img {
    height: 42vh;
  }

  .aboutCE_list li p {
    padding: 0.1rem;
    font-size: 0.14rem;
  }

  .aboutCE-prev,
  .aboutCE-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .aboutCE_list li img {
    height: 30vh;
  }

  .aboutCE-pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  .aboutCE_list li img {
    height: 20vh;
  }
  .aboutCE_list li p {
    opacity: 1;
    font-size: 0.12rem;
  }
  .aboutCE-pagination {
    margin-top: 14px;
  }
}

/* 企业文化 */
.Corporate_Culture {
  background: linear-gradient(180deg, #f1f5f8 0%, rgba(247, 247, 247, 0) 100%);
}

.culture_ul {
  display: flex;
  gap: 0.3rem 2%;
  margin-top: 0.6rem;
  flex-wrap: wrap;
}
.culture_ul li {
  box-sizing: border-box;
  padding: 0.6rem 0.4rem 1.8rem 0.4rem;
  width: 32%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.culture_ul li h3 {
  font-size: 0.26rem;
  color: #444343;
  font-weight: bold;
  margin-bottom: 0.6rem;
  transition: all 0.3s ease;
}
.culture_ul li h4 {
  font-size: 0.18rem;
  color: #767676;
  line-height: 166%;
}
.culture_img1 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 80%;
  height: auto;
  z-index: -2;
  transition: all 0.5s ease;
}
.culture_img2 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 80%;
  height: auto;
  z-index: -1;
  transition: all 0.5s ease;
}
.culture_ul li h5 {
  position: absolute;
  bottom: 0%;
  right: 5%;
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: bold;
  color: rgba(12, 51, 136, 0.1);
  transition: all 0.7s ease;
}

.culture_ul li:hover h3 {
  color: var(--i_color);
}
.culture_ul li:hover .culture_img1 {
  left: -100%;
}
.culture_ul li:hover .culture_img2 {
  transform: translate(-50%, -10%);
}
.culture_ul li:hover h5 {
  bottom: 95%;
  transform: translateY(100%);
}

@media screen and (max-width: 1440px) {
  .culture_ul li h3 {
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
  }
  .culture_ul li {
    padding: 0.4rem 0.3rem 1.4rem 0.3rem;
  }
  .culture_ul li h4 {
    font-size: 0.16rem;
  }
  .culture_ul li h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .culture_bac {
    padding: 0.6rem 0;
  }
  .culture_ul li {
    padding: 0.4rem 0.3rem 1.2rem 0.3rem;
  }
  .culture_ul {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .culture_ul li {
    width: 49%;
    padding: 0.4rem 0.3rem 1rem 0.3rem;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
  .culture_ul li {
    width: 100%;
  }
  .culture_img1,
  .culture_img2 {
    width: 33%;
  }
  .culture_ul li h3 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .culture_img1,
  .culture_img2 {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
}

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

.options_list {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15rem 0;
}

.options_list a {
  display: block;
  box-sizing: border-box;
  padding: 0 0.8rem;
  border-right: 2px solid rgba(51, 51, 51, 0.24);
}

.options_list li:last-child a {
  border-right: none;
}

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

.options_list .active a {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .options_list a {
    font-size: 0.16rem;
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .options_list {
    padding-bottom: 0.1rem;
    gap: 0.1rem 0.25rem;
  }
  .options_list a {
    font-size: 0.14rem;
    padding: 0;
    border: none;
  }
}

.nList {
}
.nList li {
  margin-bottom: 0.5rem;
}
.nList a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.4rem;
  border-bottom: 1px solid #e5e5e5;
}

.nList .pic {
  flex-shrink: 0;
  width: 30%;
  position: relative;
  overflow: hidden;
}
.nList .pic::before {
  content: "";
  display: block;
  padding-bottom: 67.5%;
}
.nList .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.nList .txt {
  margin-left: auto;
  width: 100%;
}
.nList .txt i {
  font-size: 16px;
  color: #666;
}
.nList .txt h5 {
  margin: 0.18rem 0;
  font-size: 0.2rem;
  font-weight: bold;
}
.nList .txt h6 {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  line-height: 1.5;
  color: #555;
}
.nList .txt h5,
.nList .txt h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nList li:hover img {
  transform: scale(1.05, 1.05);
}
.nList li:hover h5 {
  color: var(--i_color);
}
.nList li:hover .i_more {
  background: var(--i_color);
}
.nList li:hover .i_more b {
  color: #fff;
}
.nList li:hover .i_more i {
  background: #fff;
}
.nList li:hover .i_more iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .nList li {
    margin-bottom: 38px;
  }
  .nList .pic {
    width: 28%;
  }
  .nList .txt i {
    font-size: 14px;
  }
  .nList .txt h5 {
    margin: 10px 0;
    font-size: 16px;
  }
  .nList .txt h6 {
    margin-bottom: 0;
    font-size: 14px;
  }
  .nList .btn_box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nList a {
    padding-bottom: 0.2rem;
  }
  .nList .txt h5 {
    font-size: 15px;
    font-weight: 300;
  }
}
@media screen and (max-width: 560px) {
  .nList li {
    margin-bottom: 30px;
  }
  .nList a {
    gap: 0 24px;
  }
  .nList .pic {
    width: 38%;
  }

  .nList .txt i {
    font-size: 13px;
  }
  .nList .txt h5 {
    margin: 8px 0;
    font-size: 14px;
  }
  .nList .txt h6 {
    font-size: 13px;
  }
}

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

.cu_tit {
  border-bottom: 1px dashed #d4d4d4;
}

.contact__box {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 5%;
}
.contact__cont {
  width: 100%;
}

.contact__list {
}
.contact__list li {
  margin-bottom: 0.24rem;
}
.contact__list h5 {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  font-weight: bold;
}
.contact__list a,
.contact__list p {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.6;
}
.contact__list a:hover {
  text-decoration: underline;
  color: var(--i_color);
}

.contact__qr {
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.4rem;
}
.contact__qr dt {
}
.contact__qr p {
  margin-bottom: 8px;
  font-size: 0.16rem;
  color: #666;
}
.contact__qr img {
  width: 1.1rem;
}

.contact__media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 6px;
}
.contact__media p {
  font-size: 0.18rem;
  font-weight: 300;
}
.contact__media ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.12rem;
}
.contact__media li {
}
.contact__media a {
  display: block;
  width: 0.3rem;
  text-align: center;
}
.contact__media iconify-icon {
  font-size: 0.22rem;
  color: #333;
}
.contact__media a:hover iconify-icon {
  color: var(--i_color);
}

.contact__form {
  flex-shrink: 0;
  margin-left: auto;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .contact__ h4 {
    padding-bottom: 12px;
    font-size: 20px;
  }
  .contact__box {
    flex-wrap: wrap;
    gap: 30px 0;
  }

  .contact__form {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .contact__ h4 {
    padding-bottom: 12px;
    font-size: 17px;
  }
  .contact__list h5 {
    font-size: 16px;
  }
  .contact__list a,
  .contact__list p {
    font-size: 16px;
  }

  .contact__qr p {
    font-size: 15px;
  }
  .contact__qr img {
    width: 100px;
  }

  .contact__media p {
    font-size: 16px;
  }
}

#wpforms-144 {
  --wpforms_input_height: 48px;
  --wpforms_textarea_height: 120px;
  --wpforms_input_font_size: 16px;
}
#wpforms-144 {
  margin: 0;
  padding: 0;
}
#wpforms-form-144 {
  width: 100%;
  position: relative;
}

/* 字段样式 */
#wpforms-144 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 6px;
  overflow-x: initial !important;
  position: relative;
}
#wpforms-144 label.wpforms-field-label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #666;
  font-weight: 300;
}
#wpforms-144 .wpforms-field-container .wpforms-required-label {
  color: #d63637;
}
#wpforms-144 .wpforms-field-container .wpforms-field > input,
#wpforms-144 .wpforms-field-container textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 14px !important;
  margin: 0 0;
  border: 1px solid #ccc;
  background: #fff;
  font-size: var(--wpforms_input_font_size);
  line-height: 1.4;
}
#wpforms-144 .wpforms-field-container .wpforms-field > input {
  height: var(--wpforms_input_height);
}
#wpforms-144 .wpforms-field-container textarea {
  height: var(--wpforms_textarea_height);
}
#wpforms-144 input::placeholder,
#wpforms-144 textarea::placeholder {
  color: #aaa;
  font-size: var(--wpforms_input_font_size);
  line-height: 1.4;
}

#wpforms-144 .wpforms-field-container .wpforms-field > input:hover,
#wpforms-144 .wpforms-field-container textarea:hover,
#wpforms-144 .wpforms-field-container .wpforms-field > input:focus,
#wpforms-144 .wpforms-field-container textarea:focus {
  border-color: var(--i_color);
}

/* 验证错误提示 */
#wpforms-144 label.wpforms-error,
#wpforms-144 em.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  color: #d63637;
}

/* 隐藏 Label 标签 */
/* #wpforms-144 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-144 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 6px; font-size: 16px; font-weight: bold;} */

/* 输入框水平排列，一行两个 */
/* #wpforms-144 .wpforms-field-container{display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-144-field_1-container,
#wpforms-144-field_2-container{width: 49% !important;} */

/* 提交按钮样式 */
#wpforms-144 .wpforms-submit-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
  overflow: hidden;
}
#wpforms-144 .wpforms-submit-container button {
  width: 100%;
  height: 44px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: var(--i_color);
}
#wpforms-144 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-144 .wpforms-submit-container button:hover {
  background: rgb(30, 83, 199);
}
