/*
Theme Name: PURESTAR
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
* {
  box-sizing: border-box;
  line-height: 150%;
  font-family: Arial, Helvetica, sans-serif;
}
.wrap {
  width: 68%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  padding-left: 16%;
}
.wrap_r {
  padding-right: 16%;
}
@media screen and (max-width: 1600px) {
  .wrap {
    width: 70%;
    max-width: 1400px;
  }
  .wrap_l {
    padding-left: 15%;
  }
  .wrap_r {
    padding-right: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 86%;
  }
  .wrap_l,
  .wrap_r {
    padding-left: 7%;
    padding-right: 7%;
  }
}
:root {
  --i_color: #4caf50;
  --i_color2: #2196f3;
  --bc_color: #f1f3f5;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --header_height: 0.8rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
  font-size: clamp(60px, 5.2vw, 100px);
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: #fff;
  box-shadow: 0px 0px 4px #ddd;
}
@media screen and (max-width: 1024px) {
  .pre_head {
    display: none;
  }
  .full_head {
    margin-top: 0;
  }
}
.pre_head {
  background: var(--i_color);
}
.pre_head .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
}
.pre_l {
  display: flex;
}
.pre_l a {
  color: #fff;
  font-size: 14px;
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
}
.pre_l iconify-icon {
  margin-right: 8px;
  font-size: 0.2rem;
}
.pre_r {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.language {
  position: relative;
  display: flex;
  align-items: center;
}
.language p {
  position: relative;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  font-size: 0.2rem;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
}
.language p.on {
  color: var(--i_color);
}
.language p.on::before {
  border-top-color: var(--i_color);
}
.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: #fff;
  z-index: 2016;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: 0.5rem;
}
.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 #ddd;
}
.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);
}
.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.logo img {
  max-width: 3rem;
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-width: 2.5rem;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.3rem;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li > a {
    display: block;
    font-size: 18px;
    color: #333;
    opacity: 0.75;
    white-space: nowrap;
    font-weight: normal;
    line-height: var(--header_height);
    border-bottom: 2px solid transparent;
  }
  .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 {
    opacity: 1;
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    text-align: center;
    border-bottom: 2px solid var(--i_color);
  }
  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .i_nav .sub-menu > li:hover {
    background: var(--i_color);
  }
  .i_nav .sub-menu > li:hover > a {
    color: #fff;
  }
  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }
  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E")
      no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
  }
  .i_nav a {
    display: block;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    box-sizing: border-box;
    background: url(static/images/arrow_down_hollow_hei.svg) no-repeat center;
    background-size: 0.18rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > .menu-item-has-children span.on {
    transform: rotate(180deg);
  }
  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
  }
  .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);
  }
}
/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #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;
    margin-left: 0.2rem;
  }
}
.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #fff;
}
/* search main */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
  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) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--header_height);
  }
  .top_search_ico {
    margin-right: 0.2rem;
  }
  .top_search_ico::before {
    display: none;
  }
}
@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%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
header,
.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a {
  -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;
}
/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.i_tit > h2 {
  font-size: 0.3rem;
  color: #102136;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
}
.i_tit > p {
  font-size: 18px;
  color: #666;
  width: 70%;
  margin: 10px auto;
  line-height: 170%;
}
.i_tit.white > h2 {
  color: #fff;
}
.i_tit.white > p {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .i_tit > h2 {
    font-size: 0.24rem;
  }
  .i_tit > p {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .i_tit > h2 {
    font-size: 0.22rem;
  }
  .i_tit > h2::after {
    width: 8px;
    height: 8px;
  }
}
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.i_more {
  display: table;
  padding: 0.1rem 0.3rem;
  background: #fff;
  border: 1px solid var(--i_color);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  color: var(--i_color);
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.i_more b iconify-icon {
  margin-left: 6px;
  font-size: 0.2rem;
}
.i_more::before {
  content: "";
  width: 0;
  height: 1000%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--i_color);
  transition: 0.5s ease;
  display: block;
  z-index: 1;
}
.i_more:hover::before {
  width: 180%;
}
.i_more:hover b {
  color: #fff;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.i_more_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.i_more_list a:nth-child(1) {
  margin-right: 0.16rem;
}
.i_more2 {
  background: var(--i_color);
}
.i_more2 b {
  color: #fff;
}
.i_more2::before {
  background-color: #fff;
}
.i_more2:hover {
  border-color: var(--i_color);
}
.i_more2:hover b {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .i_more b {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .i_more_list a:nth-child(1) {
    margin-bottom: 0.1rem;
  }
}
.more {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-size: 0.18rem;
  color: var(--i_color);
  position: relative;
  z-index: 2;
}
.more:hover {
  color: #fff;
  background: var(--i_color);
}
.more_fill {
  background: var(--i_color);
  color: #fff;
}
.more_fill:hover {
  background: #fff;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .more {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.16rem;
  }
}
.bc {
  background: #fbfbfc;
}
.bc_gradient {
  background: linear-gradient(var(--bc_color), #fff);
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide video {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 102% !important;
  object-fit: cover;
  z-index: 2;
}
.banner-button-prev,
.banner-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 0.3rem;
  color: #fff;
}
.banner-button-prev {
  left: -0.5rem;
}
.banner-button-next {
  right: -0.5rem;
}
.banner:hover .banner-button-prev {
  left: 3%;
}
.banner:hover .banner-button-next {
  right: 3%;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}
.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.4rem;
  text-align: center;
  z-index: 2;
}
.banner-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
  .banner-pagination {
    bottom: 0.2rem;
  }
  .banner .swiper-slide {
    padding-bottom: 56%;
  }
}
/* banner上文字 */
.banner_txt {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  width: 45%;
  max-width: 800px;
}
.banner_txt h3 {
  color: #fff;
  font-size: clamp(36px, 3.6vw, 70px);
  font-weight: 800;
  line-height: 0.95;
  margin: 0.15rem 0 0.25rem 0;
  text-transform: uppercase;
  word-break: break-word;
}
.banner_txt .subtitle {
  text-transform: uppercase;
  font-size: 0.14rem;
  letter-spacing: 0.03rem;
  color: #999;
  margin-bottom: 0.15rem;
  border-top: 2px solid var(--i_color);
  display: inline-block;
  padding-top: 0.08rem;
}
.banner_txt .desc {
  font-size: 0.17rem;
  color: #bbb;
  margin-bottom: 0.35rem;
  line-height: 1.5;
}
.banner_txt .features {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 0.4rem;
}
.banner_txt .feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.banner_txt .feature-item iconify-icon {
  font-size: 0.32rem; /* 图标随 rem 缩放 */
  color: var(--i_color);
  margin-bottom: 0.1rem;
}
.banner_txt .feature-item span {
  font-size: 0.14rem;
  line-height: 1.3;
  color: #e0e0e0;
}
/* 针对平板端 (1024px 以下) */
@media (max-width: 1024px) {
  .banner_txt {
    width: 60%;
    left: 5%;
  }
}
/* 针对手机端 (768px 以下) */
@media (max-width: 768px) {
  .banner_txt {
    width: 90%;
    top: 40%;
  }
  .banner_txt .features {
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .banner_txt .feature-item {
    flex: 0 0 45%;
  }
}
/* 针对超小屏幕 (480px 以下) */
@media (max-width: 480px) {
  .banner_txt .features {
    display: none;
  }
  .banner_txt h3 {
    font-size: 32px;
  }
}
/* -----------------------------------底部--------------------------------------- */
.foot {
  background: #001021;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.f_media {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.16rem;
}
.f_media a {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: rgb(255 255 255 / 15%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0.1rem;
}
.f_media iconify-icon {
  font-size: 0.2rem;
  color: rgb(255 255 255 / 40%);
}
.f_media iconify-icon:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .f_media a {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.f_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}
.f_contact {
  width: 26%;
}
.f_nav {
  width: 36%;
}
.f_form {
  width: 25%;
}
.f_tit {
  font-size: 0.28rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.3rem;
  position: relative;
  padding-bottom: 0.1rem;
}
.f_tit::after {
  content: "";
  width: 1.2rem;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.f_contact_list li {
  margin: 0.16rem 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.f_contact_list p {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.1rem;
  opacity: 0.8;
}
.f_contact_list a,
.f_contact_list span {
  font-size: 0.16rem;
  color: #fff;
  line-height: 200%;
  opacity: 0.8;
}
.f_contact_list a:hover {
  color: var(--i_color);
}
.f_contact_list iconify-icon {
  color: var(--i_color);
  font-size: 0.3rem;
  margin-right: 10px;
}
.f_nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_nav ul ul {
  display: none;
}
.f_nav dt {
  flex: 1;
}
.f_nav li > a {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.8;
}
.f_form {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .f_tit {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_tit {
    font-size: 0.2rem;
  }
  .f_form {
    margin-bottom: 0.4rem;
  }
  .f_nav {
    display: none;
  }
  .f_contact,
  .f_form {
    width: 100%;
  }
  .f_contact_list p {
    font-size: 16px;
  }
  .f_contact_list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
}
#wpforms-49 {
  --input_font_size: 16px;
  --input_height: 0.48rem;
}
#wpforms-form-49 {
  width: 100%;
}
#wpforms-49 input,
#wpforms-49 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-49 .wpforms-field {
  display: grid;
  padding: 0;
  margin-bottom: 0.1rem;
  position: relative;
}
#wpforms-49 .wpforms-field-label {
  font-size: 0;
}
#wpforms-49 .wpforms-required-label {
  position: absolute;
  top: 0.1rem;
  left: 0.05rem;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-49 .wpforms-field-container input,
#wpforms-49 textarea {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  border: none !important;
  font-size: var(--input_font_size);
  color: #fff;
  height: var(--input_height);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 4px;
}
#wpforms-49 .wpforms-field-container input:hover,
#wpforms-49 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-49 input {
  line-height: var(--input_height);
}
#wpforms-49 textarea {
  min-height: 1rem;
  line-height: 0.22rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-49 input::-webkit-input-placeholder,
#wpforms-49 textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: var(--input_font_size);
}
#wpforms-49 input::-moz-placeholder,
#wpforms-49 textarea::-moz-placeholder {
  color: #fff;
  font-size: var(--input_font_size);
}
#wpforms-49 input::-ms-input-placeholder,
#wpforms-49 textarea::-ms-input-placeholder {
  color: #fff;
  font-size: var(--input_font_size);
}
#wpforms-49-field_1-error,
#wpforms-49-field_2-error,
#wpforms-49-field_3-error,
#wpforms-49-field_4-error,
#wpforms-49-field_5-error,
#wpforms-49-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-49 .wpforms-field-container {
  width: 100%;
}
#wpforms-49 .wpforms-submit-container button {
  width: 100%;
  padding: 0.12rem 0.5rem;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: var(--font_color);
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.5s ease;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-49 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-49 .wpforms-submit-container button::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 40%;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.5s ease;
  z-index: -1;
}
#wpforms-49 .wpforms-submit-container button:hover::before {
  top: -10%;
}
@media screen and (max-width: 1024px) {
  #wpforms-form-54 {
    flex-wrap: wrap;
  }
  #wpforms-49 .wpforms-field {
    width: 100%;
    position: relative;
  }
  #wpforms-49 .wpforms-field-container {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #wpforms-49-field_1-container,
  #wpforms-49-field_3-container {
    width: 100% !important;
  }
  #wpforms-49 .wpforms-submit-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #wpforms-49 {
    --input_font_size: 13px;
    --input_height: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  #wpforms-49-field_1-container,
  #wpforms-49-field_2-container,
  #wpforms-49-field_3-container {
    width: 100% !important;
  }
}
.f_copy {
  padding: 0.2rem 0;
  background-color: var(--bc_color);
}
.f_copy .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_copy a,
.f_copy p {
  font-size: 14px;
  color: #333;
}
.f_copy p b {
  color: var(--i_color);
}
@media screen and (max-width: 560px) {
  .f_copy a,
  .f_copy p {
    font-size: 14px;
  }
}
/* 首页 */
.title {
  font-size: 0.32rem;
  color: #002e5b;
  text-align: center;
  margin-bottom: 0.1rem;
}
.underline {
  width: 0.5rem;
  height: 0.03rem;
  background-color: var(--i_color);
  margin: 0 auto 0.6rem;
}
/* --- Company Stats --- */
.home-stats {
  padding: 0.6rem 0;
  background-color: #001021;
  color: #fff;
}
.home-stats .home-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.home-stats .stat-item {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.2rem;
  transition: transform 0.3s ease;
}
.home-stats .stat-item:hover {
  transform: translateY(-5px);
}
/* 图标样式 */
.home-stats .stat-icon {
  width: 0.7rem;
  height: 0.7rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.home-stats .stat-icon iconify-icon {
  font-size: 0.35rem;
  color: var(--i_color);
}
/* 文字与数字 */
.home-stats .stat-number {
  font-size: 0.42rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.05rem;
}
.home-stats .stat-number span {
  color: var(--i_color);
  font-size: 0.3rem;
  margin-left: 0.02rem;
}
.home-stats .stat-label {
  font-size: 0.14rem;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .home-stats .home-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
}
@media (max-width: 480px) {
  .home-stats .home-stats-grid {
    grid-template-columns: 1fr;
  }
  .home-stats .stat-item {
    justify-content: center;
    text-align: left;
  }
}
.solutions-section {
  padding: 0.8rem 0;
  background-color: #fff;
  font-family: sans-serif;
}
/* 头部样式 */
.solution-header h2 {
  font-size: 0.36rem;
  color: #222; /* 深蓝色 */
  margin-bottom: 0.15rem;
}
.solution-header .line {
  width: 0.6rem;
  height: 0.04rem;
  background-color: var(--i_color); /* 亮蓝色 */
  margin-bottom: 0.3rem;
}
.solution-header p {
  font-size: 0.18rem;
  color: #333;
  max-width: 6rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.25rem;
}
/* 卡片样式 */
.solution-card {
  background: #fff;
  border-radius: 0.2rem; /* 圆角比较大 */
  padding: 0.4rem 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* 关键：阴影效果 */
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
  min-height: 2.2rem;
}
.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.15rem 0.4rem rgba(0, 0, 0, 0.12);
}
.solution-card iconify-icon {
  font-size: 0.6rem;
  color: var(--i_color);
  margin-bottom: 0.2rem;
}
.solution-card p {
  font-size: 0.18rem;
  color: #222;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .solution-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .solution-header h2 {
    font-size: 0.28rem;
  }
  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.15rem;
  }
}
@media (max-width: 480px) {
  .solution-grid {
    grid-template-columns: 1fr;
  }
}
.why-choose-us {
  position: relative;
}
.why-choose-us .feature-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}
.why-choose-us .item-reverse {
  flex-direction: row-reverse;
}
.why-choose-us .text-box {
  width: 45%; /* 图片占据较大宽度 */
  z-index: 1;
  background: #f4f2ef;
  padding: 0.4rem;
}
.why-choose-us .img-box {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.why-choose-us .img-box::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.why-choose-us .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.why-choose-us .text-box h3 {
  font-size: 0.22rem;
  color: #002e5b;
  margin-bottom: 0.15rem;
}
.why-choose-us .text-box p {
  font-size: 0.15rem;
  line-height: 1.6;
  color: #444;
}
/* --- 响应式处理 --- */
@media (max-width: 959px) {
  .why-choose-us .feature-item,
  .why-choose-us .item-reverse {
    flex-direction: column;
    align-items: stretch;
  }
  .why-choose-us .text-box {
    position: static;
    width: 100%;
    margin-top: -0.3rem;
    padding: 0.3rem 0.2rem;
  }
  .why-choose-us .img-box {
    width: 100%;
  }
}
.dot-bg {
  background-image: radial-gradient(
    circle 2px,
    var(--i_color) 2px,
    transparent 0
  );
  background-size: 25px 25px;
  width: 80%;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.home-about {
  padding: 1.2rem 0;
  background-color: #001021;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.home-about .home-about-flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.home-about .home-about-text {
  flex: 1.2;
}
.home-about .home-about-header {
  margin-bottom: 0.4rem;
}
.home-about .home-about-header .title {
  color: #fff;
  text-align: left;
}
.home-about .home-about-header .underline {
  margin: 0.1rem 0 0;
}
.home-about .home-about-text p {
  font-size: 0.16rem;
  line-height: 1.8;
  margin-bottom: 0.3rem;
  color: #c5c5c5;
}
.home-about .home-about-img {
  flex: 1;
}
.home-about .home-about-img img {
  width: 100%;
  border-radius: 0.04rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.5);
}

/* --- 响应式适配 --- */
@media (max-width: 1024px) {
  .home-about .home-about-flex {
    gap: 0.4rem;
  }
}
@media (max-width: 768px) {
  .home-about .home-about-flex {
    flex-direction: column;
  }
}
.latest-discover {
  padding: 0.8rem 0;
}
.latest-discover .discover-header {
  margin-bottom: 0.5rem;
}
.latest-discover .title {
  text-align: left;
}
.latest-discover .underline {
  margin: 0.1rem 0 0.4rem;
}
/* 网格布局 */
.latest-discover .discover-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
/* 卡片样式 */
.latest-discover .discover-card {
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.latest-discover .discover-card:hover {
  transform: translateY(-5px);
}
.latest-discover .discover-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.latest-discover .discover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-discover .discover-info {
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.latest-discover .discover-info h3 {
  font-size: 0.2rem;
  color: #002e5b;
  margin-bottom: 0.1rem;
  line-height: 1.3;
  font-weight: 700;
  /* 标题最多显示两行 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-discover .discover-info .date {
  font-size: 0.12rem;
  color: #888;
  margin-bottom: 0.15rem;
  display: block;
}
.latest-discover .discover-info p {
  font-size: 0.14rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0.2rem;
  /* 描述最多显示三行 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-discover .discover-info .read-more {
  font-size: 0.13rem;
  color: #002e5b;
  text-decoration: none;
  font-weight: bold;
  margin-top: auto;
}
/* 响应式适配 */
@media (max-width: 1024px) {
  .latest-discover .discover-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .latest-discover .discover-grid {
    grid-template-columns: 1fr;
  }
  .latest-discover .title {
    text-align: center;
  }
  .latest-discover .underline {
    margin: 0.1rem auto 0.4rem;
  }
}
/* --- Contact CTA 板块 --- */
.home-contact .home-contact-box {
  background-color: #e0f3e0;
  padding: 0.4rem 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 0.05rem;
}
/* 左侧图标容器 */
.home-contact .home-contact-icon {
  width: 1rem;
  height: 1rem;
  background-color: var(--bc_color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.home-contact .home-contact-icon iconify-icon {
  font-size: 0.6rem;
  color: var(--i_color2);
}
/* 右侧内容 */
.home-contact .home-contact-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}
.home-contact .home-contact-text {
  font-size: 0.28rem;
  color: #002e5b;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}
/* --- 响应式适配 --- */
@media (max-width: 768px) {
  .home-contact .home-contact-box {
    flex-direction: column;
    text-align: center;
    padding: 0.4rem 0.2rem;
    gap: 0.2rem;
  }
  .home-contact .home-contact-content {
    align-items: center;
  }
  .home-contact .home-contact-text {
    font-size: 0.22rem;
  }
}
.par_partner {
  position: relative;
}
.par_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.par_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.par_partner_list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.par_partner_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.par_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 47.23%;
}
.par_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  height: 100%;
  object-fit: contain;
}
.par_partner_list .img img {
  transition: all 0.5s linear;
}
.par_partner_list li:hover .img {
  border: 1px solid var(--i_color);
}
.par_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.i_partner {
  position: relative;
}
.i_partner::after,
.i_partner::before {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
@media screen and (min-width: 561px) {
  .i_partner::before {
    background: linear-gradient(to right, #fff, transparent);
    left: 0;
  }
  .i_partner::after {
    background: linear-gradient(to left, #fff, transparent);
    right: 0;
  }
}
/* ------------------内页--------------------- */
.in_banner {
  width: 100%;
  position: relative;
}
.in_banner .img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.in_banner .img::after {
  content: "";
  display: block;
  padding-bottom: 500px;
}
.in_banner .img img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .in_banner .img::after {
    padding-bottom: 36.04%;
  }
}
@media screen and (max-width: 560px) {
  .in_banner .img::after {
    padding-bottom: 25vh;
  }
}
.in_position {
  position: relative;
}
.in_position .wrap {
  padding: 0.2rem 0;
  display: -webkit-flex;
  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.34rem;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="white" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 14px;
}
.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;
  }
}
.home-intro .home-intro-flex {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0;
}
.home-intro .home-intro-img {
  width: 55%;
  position: relative;
  overflow: hidden;
}
.home-intro .home-intro-img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.home-intro .home-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 右侧内容浮动感 */
.home-intro .home-intro-content {
  width: 55%;
  padding: 0.8rem 0.6rem;
}
.home-intro .home-intro-tag {
  font-size: 0.14rem;
  letter-spacing: 0.04rem;
  color: #666;
  display: block;
  margin-bottom: 0.15rem;
  text-transform: uppercase;
}
.home-intro .title {
  font-size: 0.7rem; /* 还原大标题感 */
  line-height: 1;
  color: #002e5b;
  margin-bottom: 0.4rem;
  text-align: left;
}
.home-intro .home-intro-text p {
  font-size: 0.16rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 0.25rem;
}
/* 响应式适配 */
@media (max-width: 1024px) {
  .home-intro .title {
    font-size: 0.5rem;
  }
  .home-intro .home-intro-content {
    padding: 0.5rem 0.4rem;
  }
}
@media (max-width: 768px) {
  .home-intro .home-intro-flex {
    flex-direction: column;
  }
  .home-intro .home-intro-img,
  .home-intro .home-intro-content {
    width: 100%;
    margin-left: 0;
  }
  .home-intro .home-intro-content {
    margin-top: -0.5rem; /* 移动端向上重叠 */
    padding: 0.4rem 0.2rem;
  }
  .home-intro .title {
    font-size: 0.4rem;
  }
}
.i_honor_cont {
  position: relative;
}
.i_honor {
  overflow: hidden;
  position: relative;
}
.i_honor .swiper-container {
  margin: 0 auto;
  z-index: 1;
}
.i_honor .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.i_honor .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(0.75);
}
.i_honor-button-prev,
.i_honor-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.56rem;
  height: 0.56rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #333;
}
.i_honor-button-prev {
  left: 8%;
}
.i_honor-button-next {
  right: 8%;
}
.i_honor-button-prev iconify-icon,
.i_honor-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #333;
}
.i_honor-button-prev:hover,
.i_honor-button-next:hover {
  background-color: var(--i_color);
  border: none;
}
.i_honor-button-prev:hover iconify-icon,
.i_honor-button-next:hover iconify-icon {
  color: #fff;
}
.i_honor-pagination {
  text-align: center;
}
.i_honor-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #9a9a9a;
  outline: none;
  cursor: pointer;
}
.i_honor-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
@media screen and (max-width: 1600px) {
  .i_honor-button-prev,
  .i_honor-button-next {
    display: none;
  }
}
.i_honor li {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 0.26rem 0.24rem;
  background: #fff;
}
.i_honor .img {
  position: relative;
  overflow: hidden;
}
.i_honor .img::before {
  content: "";
  display: block;
  padding-bottom: 139%;
}
.i_honor .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--i_color);
  position: absolute;
  left: 0;
  top: 70%;
  opacity: 0;
}
.i_honor .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_honor li {
  transform: scale(95%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_honor li.swiper-slide-active {
  transform: scale(1);
}
.i_honor li.swiper-slide-prev,
.i_honor li.swiper-slide-next {
  transform: scale(0.9);
}
@media screen and (max-width: 1440px) {
  .i_honor li {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_honor li {
    padding: 0.1rem;
  }
}

.talks_hero_grid {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 1rem;
}

.talks_card {
  flex: 1;
  display: flex;
  background-color: #001021;
  height: 3.5rem;
}

.card_img {
  flex: 1;
  overflow: hidden;
}

.card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.card_content {
  flex: 1;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.card_title {
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.arrow_link {
  color: #fff;
  font-size: 0.14rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.talks_card:hover .card_img img {
  transform: scale(1.1);
}

@media screen and (max-width: 1440px) {
  .card_content {
    padding: 0.3rem;
  }
  .card_title {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .card_title {
    font-size: 0.2rem;
  }
}
.home-advantage {
  padding: 1rem 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.home-advantage .advantage-header {
  text-align: center;
  margin-bottom: 0.8rem;
}

.home-advantage .advantage-header .underline {
  margin: 0.1rem auto 0;
}

.home-advantage .advantage-container {
  display: flex;
  flex-direction: column;
  gap: 1rem; /* 板块间的间距 */
}

.home-advantage .advantage-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.home-advantage .advantage-reverse {
  flex-direction: row-reverse;
}

/* 图片样式 */
.home-advantage .advantage-img {
  flex: 1.2;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0.15rem 0.4rem rgba(0, 0, 0, 0.1);
}

.home-advantage .advantage-img img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.home-advantage .advantage-item:hover img {
  transform: scale(1.05);
}

/* 文字样式 */
.home-advantage .advantage-text {
  flex: 1;
}

.home-advantage .advantage-num {
  font-size: 0.5rem;
  font-weight: 900;
  color: rgba(0, 46, 91, 0.1); /* 浅色大数字背景 */
  line-height: 1;
  margin-bottom: -0.2rem;
}

.home-advantage .advantage-text h3 {
  font-size: 0.28rem;
  color: #002e5b;
  margin-bottom: 0.25rem;
  font-weight: 800;
  position: relative;
}

.home-advantage .advantage-text p {
  font-size: 0.16rem;
  line-height: 1.8;
  color: #555;
}

/* 背景装饰点 */
.home-advantage .advantage-dots {
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  opacity: 0.2;
  z-index: 0;
}

/* 响应式适配 */
@media (max-width: 991px) {
  .home-advantage .advantage-item,
  .home-advantage .advantage-reverse {
    flex-direction: column;
    gap: 0.4rem;
  }

  .home-advantage .advantage-img,
  .home-advantage .advantage-text {
    width: 100%;
  }
}
/* -----------Milestones------------- */
.milestones {
  position: relative;
}

.mil_list {
  position: relative;
}

.middle_line {
  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 1px;

  height: 100%;

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

  overflow: hidden;
}

.middle_line::before {
  content: "";

  position: absolute;

  top: 0px;

  left: 0px;

  width: 1px;

  height: calc(var(--scroll_line_height) - 200px);

  background-color: var(--i_color);
}

.mil_list li {
  display: flex;

  display: -webkit-flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

  margin-bottom: 0.3rem;
}

.mil_list .left,
.mil_list .right {
  width: calc(50% - 0.9rem);
}

.mil_list .left {
  padding: 0.25rem 0.2rem;

  box-shadow: 2px 5px 15px rgba(103, 103, 103, 0.15);

  border-radius: 5px;

  background: #fff;
}

.mil_list .dot {
  width: 0.1rem;

  height: 0.1rem;

  margin: 0 0.8rem;

  border-radius: 50%;

  background: var(--i_color);

  position: relative;
}

.mil_list .dot::after {
  content: "";

  width: 0.28rem;

  height: 0.28rem;

  border-radius: 50%;

  border: 1px solid transparent;

  background: var(--i_color);

  opacity: 0.3;

  position: absolute;

  top: 50%;

  left: 50%;

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

.mil_list li:hover .dot::after {
  animation: dot 1.4s infinite;

  animation-delay: 0s;
}

.mil_list li:hover h6 {
  color: var(--i_color);
}

@keyframes dot {
  0% {
    transform: translate(-50%, -50%) scale(0);

    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1);

    border-color: var(--i_color);
  }

  100% {
    background: none;

    opacity: 1;
  }
}

.mil_list .dot::before {
  content: "";

  width: 0.46rem;

  height: 1px;

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

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 0.18rem;
}

.mil_list li:nth-child(odd) .dot::before {
  left: 0.18rem;

  right: initial;
}

.mil_list li:nth-child(odd) {
  flex-direction: row-reverse;
}

.mil_list h6 {
  font-size: 0.3rem;

  color: #333;

  font-weight: bold;

  margin-bottom: 0.12rem;
}

.mil_list p {
  font-size: 0.18rem;

  color: #666;

  line-height: 170%;
}

@media screen and (max-width: 1440px) {
  .mil_list h6 {
    font-size: 0.22rem;

    margin-bottom: 8px;
  }

  .mil_list p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 1024px) {
  .mil_list .left {
    padding: 0.2rem 0.12rem;
  }

  .mil_list .dot {
    margin: 0 0.6rem;
  }

  .mil_list .left,
  .mil_list .right {
    width: calc(50% - 0.7rem);
  }

  .mil_list li {
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .mil_list .dot,
  .mil_list .right {
    display: none;
  }

  .mil_list .left {
    width: 100%;
  }

  .middle_line {
    left: 0;

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

  .middle_line::before {
    height: var(--scroll_line_height);
  }
}

/* ------------culture------------- */
/* --- Company Culture --- */
.home-culture {
  padding: 1rem 0;
  background-color: #f4f7f9;
  position: relative;
}

/* 愿景与使命布局 */
.home-culture .culture-top-flex {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}

.home-culture .culture-main-item {
  flex: 1;
  background-color: #001021; /* 深蓝色 */
  color: #fff;
  padding: 0.6rem 0.4rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}

.home-culture .culture-main-item.mission {
  background-color: var(--i_color2); /* 亮蓝色区分 */
}

.home-culture .culture-icon {
  position: absolute;
  right: -0.2rem;
  bottom: -0.2rem;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.1);
}

.home-culture .culture-main-item .title {
  color: #fff;
  text-align: left;
  margin-bottom: 0.2rem;
  font-size: 0.36rem;
}

.home-culture .culture-main-item p {
  font-size: 0.16rem;
  line-height: 1.6;
  opacity: 0.9;
}

.home-culture .culture-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
  margin-bottom: 0.8rem;
}

.home-culture .value-card {
  background: #fff;
  padding: 0.4rem 0.25rem;
  text-align: center;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.05);
  border-bottom: 4px solid var(--i_color); /* 黄色装饰线 */
  transition: transform 0.3s ease;
}

.home-culture .value-card:hover {
  transform: translateY(-10px);
}

.home-culture .value-card iconify-icon {
  font-size: 0.45rem;
  color: #002e5b;
  margin-bottom: 0.2rem;
}

.home-culture .value-card h3 {
  font-size: 0.18rem;
  color: #002e5b;
  margin-bottom: 0.15rem;
  font-weight: 800;
}

.home-culture .value-card p {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.5;
}

/* application页面 */
.home-applications {
  padding: 1rem 0;
  background-color: #fff;
}

.home-applications .apps-header {
  text-align: center;
  margin-bottom: 0.6rem;
}

.home-applications .apps-header .underline {
  margin: 0.1rem auto 0;
}

/* 网格布局：3x3 结构 */
.home-applications .apps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 边框效果：模拟图片中的细线格 */
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

.home-applications .apps-item {
  padding: 0.6rem 0.4rem;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}

.home-applications .apps-item:hover {
  background-color: #f9f9f9;
}

.home-applications .apps-icon-box {
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.home-applications .apps-icon-box img {
  max-width: 80%;
}

.home-applications .apps-item h3 {
  font-size: 0.22rem;
  color: #002e5b;
  margin-bottom: 0.15rem;
  font-weight: 800;
}

.home-applications .apps-item p {
  font-size: 0.15rem;
  color: #666;
  line-height: 1.6;
}

/* 响应式 */
@media (max-width: 991px) {
  .home-applications .apps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .home-applications .apps-grid {
    grid-template-columns: 1fr;
  }
}

/* application分类 */
.page-intro-detail {
  padding: 0.8rem 0;
  background-color: #fff;
}

/* 文字介绍部分 */
.page-intro-detail .intro-detail-text {
  margin: 0 auto 0.6rem;
}

.page-intro-detail .intro-detail-text p {
  font-size: 0.18rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 0.3rem;
  text-align: justify;
}

/* 应用图标部分 */
.page-intro-detail .intro-applications {
  border-top: 1px solid #eee;
  padding-top: 0.4rem;
}

.page-intro-detail .app-title {
  font-size: 0.32rem;
  color: #002e5b;
  font-weight: 800;
  margin-bottom: 0.4rem;
  font-family: "Arial", sans-serif;
}

.page-intro-detail .app-grid {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
}

.page-intro-detail .app-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}

/* 圆形图标容器 */
.page-intro-detail .app-icon {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.page-intro-detail .app-icon img {
  width: 100%;
  height: 100%;
}

.page-intro-detail .app-item span {
  font-size: 0.18rem;
  color: #002e5b;
  font-weight: 700;
}

/* 悬停效果 */
.page-intro-detail .app-item:hover .app-icon {
  transform: translateY(-5px);
}

/* 响应式适配 */
@media (max-width: 768px) {
  .page-intro-detail .app-grid {
    gap: 0.4rem;
    justify-content: space-between;
  }

  .page-intro-detail .app-icon {
    width: 0.9rem;
    height: 0.9rem;
  }

  .page-intro-detail .app-icon iconify-icon {
    font-size: 0.45rem;
  }
}

/* ---列表页----- */
.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p_nav {
  width: 24%;
  margin-right: auto;
}
.p_nav .tit h5 {
  font-size: 0.2rem;
  color: #fff;
  background: var(--i_color);
  padding: 16px 0.2rem;
}

@media screen and (max-width: 1024px) {
  .p_nav .tit {
    margin-bottom: 0.1rem;
  }
  .p_nav .tit h5 {
    font-size: 0.18rem;
    padding: 10px 0.18rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
}

/* 折叠面板根容器 */
.p_menu_list {
  border: 1px solid var(--i_color);
  border-radius: 2px;
  font-size: 0.16rem;
  background: #fff;
}

.p_menu_list li {
  position: relative;
  list-style: none;
}

.p_menu_list li a {
  display: block;
  padding: 0.16rem 0.2rem;
  line-height: 1.4;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.p_menu_list > li > a {
  font-weight: bold;
  background: #fafafa;
  color: #222;
}

.p_menu_list a::after {
  content: "";
  width: 4px;
  height: 0;
  background: var(--i_color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.p_menu_list ul {
  display: none;
  overflow: hidden;
  background: #fff;
  padding: 0;
}

.p_menu_list > li > ul > li.active > a,
.p_menu_list > li > ul > li:hover > a {
  color: var(--i_color) !important;
  background: var(--bc_color, #f9f9f9);
  padding-left: 0.3rem;
}

.p_menu_list li.active > a::after,
.p_menu_list li:hover > a::after {
  height: 60%;
  opacity: 1;
  left: 0.1rem;
}

.p_menu_list ul li a {
  padding-left: 0.4rem;
  font-size: 0.15rem;
  color: #666;
}

.p_menu_list ul ul li a {
  padding-left: 0.5rem;
  font-size: 0.14rem;
  color: #888;
  background: #fdfdfd;
}

.p_menu_list ul ul li:hover > a {
  color: #222 !important;
  text-decoration: underline;
}

.p_menu_list li.active > ul {
  display: block;
}

.p_menu_list span {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 0.5rem; /* 增大点击区域 */
  height: 0.5rem;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transition: all 0.3s ease;
}

.cat_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.in_c_name h6 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
  .in_c_name h6 {
    font-size: 0.28rem;
  }
}

.in_c_name article {
  color: #666;
  font-size: 0.16rem;
  line-height: 0.26rem;
  max-height: calc(0.26rem * 10);
  overflow-y: auto;
  padding-right: 2%;
  margin: 0.2rem 0 0.3rem;
}
.in_c_name article * {
  margin: 10px 0;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.in_c_name article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.in_c_name article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.in_c_name article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .in_c_name article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
  .in_c_name article * {
    font-size: 14px;
    line-height: 20px;
  }
}

.in_p_r {
  margin-left: auto;
  width: 74%;
}
@media screen and (max-width: 1024px) {
  .in_p_r {
    width: 100%;
    margin: 0 0;
  }
}
.in_p_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.in_p_list li {
  width: calc((100% - 0.6rem) / 3);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .in_p_list li {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .in_p_list li {
    width: 100%;
  }
}
.in_p_list > a {
  display: block;
  width: 100%;
}
.in_p_list h3 {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  margin: 0.16rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_p_list p {
  font-size: 0.16rem;
}
.in_p_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.84%;
}
.in_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_p_list img,
.in_p_list h3 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list li:hover h6 {
  color: var(--i_color);
}
.in_p_list li:hover img {
  width: 110%;
  height: 110%;
}

@media screen and (max-width: 560px) {
  .in_p_list h3 {
    font-size: 15px;
  }
  .in_p_list p {
    font-size: 13px;
  }
}

.p_conatct {
  position: relative;
  overflow: hidden;
  padding: 0.3rem;
  background: var(--bc_color);
}
.p_conatct h6 {
  font-size: 0.2rem;
  color: var(--i_color);
}
.p_conatct > p {
  font-size: 14px;
  color: #333;
  margin: 0.12rem 0;
}
.p_conatct_list li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  color: #333;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 0.1rem;
}
.p_conatct_list iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
}
.p_conatct_list a {
  font-size: 0.16rem;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p_conatct_list a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .p_conatct {
    padding: 0.3rem 0.2rem;
  }
  .p_conatct h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_conatct h6 {
    font-size: 0.24rem;
  }
}

/* -----------------------------single_grid--------------------------------- */
.single_grid_bac {
  background-color: #f7f7f7;
  padding: 0.5rem 0;
}

.single_grid {
  background-color: #fff;
  padding: 0.3rem 0.2rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem 0;
}
.single_grid_left {
  width: 46%;
}
.single_grid_right {
  width: 50%;
}

.in_grid_cont {
  --sm_pic_width: 17%;
}
.in_grid_cont {
  position: relative;
  overflow: hidden;
}
.in_grid_cont:before {
  content: "";
  display: block;
  padding-bottom: 80.4%;
}
.in_grid_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;
  padding: 40px 0;
}
.in_grid_list {
  height: 100%;
  overflow: hidden;
}
.in_grid_list .swiper-slide {
  cursor: pointer;
}
.in_grid_list .img {
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
  position: relative;
  overflow: hidden;
}
.in_grid_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.in_grid_list .swiper-slide-thumb-active .img {
  border: 2px solid var(--i_color);
}
.in_grid_list .swiper-slide-thumb-active img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
.ingrid-button-prev,
.ingrid-button-next {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 30px;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -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;
}
.ingrid-button-prev {
  top: 4px;
  background: url(static/imgs/arrow_up_hollow_hei.svg) no-repeat center;
  background-size: contain;
}
.ingrid-button-next {
  bottom: 4px;
  background: url(static/imgs/arrow_down_hollow_hei.svg) no-repeat center;
  background-size: contain;
}
.ingrid-button-prev.swiper-button-disabled,
.ingrid-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.1;
}
/* 澶у浘 */
.in_grid_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  padding: 0 0;
  margin: 0 auto;
}
.in_grid_show {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.in_grid_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.in_grid_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.ingrid-pagination {
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(1, 167, 255, 0.15);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: var(--i_color);
}
.ingrid-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.ingrid-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
.in_grid_cont:before {
  display: none;
}
.in_grid_show_box {
  position: initial;
  width: 99%;
  border-radius: 0.04rem;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}
.in_grid_show .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_grid_show .img:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.in_grid_show .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_grid_list_box {
  margin-top: 0.3rem;
  padding: 0 0;
  position: relative;
  width: 100%;
  height: initial;
}
.in_grid_list {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.in_grid_list_box .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.in_grid_list_box .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.in_grid_list .img {
  height: auto;
  border-radius: 0.04rem;
}
.in_grid_list .img:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.in_grid_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.ingrid-button-prev,
.ingrid-button-next {
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 50px;
}
.ingrid-button-prev {
  left: 0;
  background: url(static/images/arrow_left_hollow_heiss.svg) no-repeat center;
  background-size: 18px;
}
.ingrid-button-next {
  left: initial;
  right: 0;
  background: url(static/images/arrow_right_hollow_heiss.svg) no-repeat center;
  background-size: 18px;
}

.single_grid_right h1 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
}
.brief {
  padding: 0.3rem 0 0.15rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 0.16rem;
  color: #333;
  line-height: 0.22rem;
  margin-top: 0.1rem;
}

.single_grid_share {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.single_grid_share h4 {
  font-size: 0.16rem;
  color: #222;
  margin-right: 0.2rem;
}

.single_grid_dl {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
}

.single_grid_dl dt {
}

.single_grid_dl dt a {
  display: block;
  width: 100%;
}

.single_grid_dl dt a iconify-icon {
  font-size: 0.28rem;
  color: #e7e7e7;
  transition: all 0.3s ease;
}

.single_grid_dl dt a iconify-icon:hover {
  color: var(--i_color);
  transform: translateY(-0.05rem);
}

@media screen and (max-width: 768px) {
  .single_grid_left {
    width: 100%;
  }
  .single_grid_right {
    width: 100%;
    padding-left: 0%;
    margin-top: 0.4rem;
  }
}
.product-actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
  text-transform: capitalize;
}

/* 基础按钮样式 */
.btn-inquire,
.btn-specs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-inquire {
  background-color: var(--i_color);
  color: #fff;
}

.btn-inquire:hover {
  background-color: var(--i_color2);
  transform: translateY(-2px);
}

.btn-specs {
  background-color: #333;
  color: #fff;
  min-width: 240px;
  max-width: 500px;
  gap: 8px;
}

.btn-specs:hover {
  background-color: #bc191f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/*  */
.hot_partner_box {
  margin-top: 0.6rem;
}

.hot_partner {
  position: relative;
}
.hot_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hot_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.hot_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.hot_partner_list li a {
  display: block;
  width: 100%;
}
.hot_partner_list .img {
  width: 100%;

  border: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  border-radius: 0.22rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.hot_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hot_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.15rem;
}

.hot_partner_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hot_partner_list p {
  font-size: 0.22rem;
  color: #333;
  text-align: center;
  text-transform: capitalize;

  padding: 0.2rem 2% 0 2%;
  transition: all 0.3s ease;
}
.hot_partner_list li:hover p {
  color: var(--i_color);
}
.hot_partner_list li:hover .img {
  border: 1px solid var(--i_color);
}

/* 指示器 */
.hot_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.hot_partner .pt-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.hot_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

/* 左右箭头 */
.hot_partner .pt-button-prev,
.hot_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.hot_partner .pt-button-prev:before,
.hot_partner .pt-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #fff;
  font-family: -apple-system, simsun, system-ui, sans-serif;
  letter-spacing: -2px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hot_partner .pt-button-prev {
  left: -6%;
}
.hot_partner .pt-button-prev:before {
  content: "<";
}
.hot_partner .pt-button-next {
  right: -6%;
}
.hot_partner .pt-button-next:before {
  content: ">";
}

.hot_partner .pt-button-prev:hover,
.hot_partner .pt-button-next:hover {
  background-color: #333;
}

@media screen and (max-width: 1440px) {
  .hot_partner_list p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .hot_partner .pt-button-prev,
  .hot_partner .pt-button-next {
    display: none;
  }
  .hot_partner .pt-pagination {
    display: block;
  }
  .hot_partner_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .hot_partner_list p {
    font-size: 0.16rem;
  }
  .hot_partner_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .hot_partner .pt-pagination {
    margin: 14px auto 0;
  }
  .hot_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.banner_top {
  margin-top: var(--header_height);
}

.detail_box {
  font-size: 0.18rem;
  line-height: 170%;
  color: #222;
}
.detail_box h2 {
  font-size: 0.22rem;
  margin: 0.2rem 0 0.1rem;
}
.detail_box p {
  min-height: 20px;
}
@media screen and (max-width: 1366px) {
  .detail_box {
    font-size: 0.16rem;
  }
  .detail_box h6 {
    font-size: 0.26rem;
    margin-bottom: 0.26rem;
  }
}
@media screen and (max-width: 560px) {
  .detail_box h6 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .detail_box,
  .detail_box p {
    font-size: 14px;
  }
}

.detail_cont {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail_cont .p_nav {
  width: 20%;
}

.detail_cont .right {
  width: 75%;
}

@media screen and (max-width: 1024px) {
  .detail_cont .p_nav {
    display: none;
  }
  .detail_cont .right {
    width: 100%;
  }
}

.p_nav .tit {
  margin-bottom: 0.2rem;
}
.p_nav .tit h5 {
  font-size: 0.2rem;
  color: #fff;
  background: var(--i_color);
  padding: 16px 0.2rem;
}

@media screen and (max-width: 1024px) {
  .p_nav .tit {
    margin-bottom: 0.1rem;
  }
  .p_nav .tit h5 {
    font-size: 0.18rem;
    padding: 10px 0.18rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
}
.pd_tit {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin-bottom: 20px;
}

.pd_tit h4 {
  display: flex;
  align-items: center;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: var(--i_color);
  margin: 0;
  line-height: 1.2;
}

.pd_tit h4::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: var(--i_color);
  margin-right: 15px;
}
.pd_menu {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  background: var(--bc_color);
}
.pd_menu li {
  text-align: center;
  padding: 0.2rem 0.3rem;
  font-size: 0.24rem;
  color: #666;

  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.pd_menu h6 {
  font-size: inherit;
  color: inherit;
  position: relative;
  z-index: 2;
}
.pd_menu li::after {
  content: "";
  width: 100%;
  right: 0;
  height: 100%;
  background: var(--bc_color);
  position: absolute;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pd_menu li.current,
.pd_menu li:hover {
  color: #fff;
}
.pd_menu li:hover::after,
.pd_menu li.current::after {
  right: initial;
  left: 0;
  background: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .pd_menu li {
    padding: 0.12rem;
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .pd_menu li {
    padding: 0.1rem;
    font-size: 0.18rem;
  }
}

.faq_list li {
  padding: 0.3rem;
  list-style: none;
}
.faq_list .txt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
.faq_list .faq_txt {
  display: none;
  margin-top: 0.2rem;
}
.faq_list span {
  display: block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 400;
}
.faq_list li > div:first-child span {
  background: #666;
}
.faq_list li > div:last-child span {
  background: var(--i_color);
}
.faq_list h6,
.faq_list p {
  width: calc(100% - 52px);
  font-weight: 300;
  color: #333;
}
.faq_list h6 {
  font-size: 0.2rem;
}
.faq_list p {
  font-size: 0.18rem;
}
.faq_list li.curr h6 {
  font-weight: 400;
}
.faq_list li.curr {
  border-top: 1px solid var(--i_color);
  background: var(--bc_color);
}
@media screen and (max-width: 1440px) {
  .faq_list li {
    padding: 0.2rem;
  }
  .faq_list h6 {
    font-size: 0.18rem;
  }
  .faq_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .faq_list li {
    padding: 0.2rem 0.1rem;
  }
}
.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
.tag h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: 400;
}
.tag a {
  font-size: 16px;
  color: #666;
  padding: 6px 0.1rem;
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
  clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
}
.tag a:hover {
  background: var(--i_color);
  color: #fff;
}
.pd_navigation {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--border_color);
}
.pd_navigation a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.pd_navigation h6 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin: 0 10px;
}
.pd_navigation p {
  font-size: 14px;
  color: #333;
}
.pd_n_btn {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*------------------------ news -------------------------- */
.news_bac {
  padding: 0.8rem 0;
}
.news {
}
.news_ul {
  margin-top: 0.6rem;
}
.news_ul li {
  padding: 0.6rem 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.news_ul li a {
  display: block;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_img {
  width: 45%;
  position: relative;
  overflow: hidden;
}
.news_img::after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
.news_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.news_text {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.news_text_div {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
}
.news_div {
  padding: 0.14rem 0.2rem;
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.news_div h2 {
  font-size: 0.36rem;
  color: #333;
}
.news_div h3 {
  font-size: 0.18rem;
  color: #333;
}
.news_text h4 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  margin: 0.3rem 0 0.1rem 0;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_text h5 {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.news_text h6 {
  font-size: 0.18rem;
  color: #333;

  padding: 0.13rem 0.5rem;
  text-transform: capitalize;
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: inline-block;
  transition: all 0.3s ease;
}
.news_ul li:hover h4 {
  color: var(--i_color);
}
.news_ul li:hover h6 {
  border-color: var(--i_color);
  color: #fff;
  background-color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .news_div h2 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .news_div h2 {
    font-size: 0.32rem;
  }
  .news_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .news_div h2 {
    font-size: 0.3rem;
  }
  .news_text h5 {
    -webkit-line-clamp: 2;
  }
  .news_text h4 {
    font-size: 0.2rem;
    margin: 0.2rem 0 0.1rem 0;
    -webkit-line-clamp: 1;
  }
  .news_ul li {
    padding: 0.4rem 0;
  }
  .news_text h6 {
    font-size: 0.16rem;
    padding: 0.12rem 0.4rem;
  }
}
@media screen and (max-width: 960px) {
  .news_div h2 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 768px) {
  .news_img {
    width: 100%;
  }
  .news_text_div {
    margin: 0.4rem 0;
  }
  .news_text {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .news_ul {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 425px) {
}

/* Number of pages */
.in_page_box {
  text-align: center;
  overflow: hidden;
  margin-top: 0.4rem;
}
.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}
.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
  transition: all 0.3s ease;
}
.in_page > i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
  display: none;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }
  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 560px) {
}

/* contact_us */
.contact_us_bac {
  padding: 0.8rem 0 1rem 0;
  background-color: #f7f7f7;
}
.contact_us {
}
.contact_list {
  display: flex;
  display: -webkit-flex;
  gap: 0.8rem;
  margin-top: 0.6rem;
}
.contact_list li {
  width: calc((100% - 1.6rem) / 3);
}
.contact_list_text {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;

  padding-bottom: 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.contact_list_text h3 {
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
}
.contact_list_text iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
}
.contact_list p {
  font-size: 0.16rem;
  color: #333;
}
.contact_list a {
  display: block;
  font-size: 0.36rem;
  color: #333;
  font-family: "bincond";
  transition: all 0.3s ease;
}
.contact_list a:hover {
  color: var(--i_color);
}

.contact_ul {
  display: flex;
  display: -webkit-flex;
  margin-top: 0.8rem;
  gap: 0.4rem;
  align-items: flex-start;
}
.contact_ul li {
  width: calc((100% - 1.6rem) / 5);
  background-color: #fff;

  padding: 0.4rem 0.12rem 0.6rem 0.12rem;
}
.contact_ul_div {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.contact_ul_div h2 {
  font-size: 0.22rem;
  color: var(--i_color);
  font-weight: bold;
}
.contact_ul_div h3 {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.05rem;
  text-transform: capitalize;
  text-align: center;
}
.contact_ul_dl {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.contact_ul_dl dt {
}
.contact_ul_dl dt p {
  font-size: 0.16rem;
  color: #999;
  text-align: center;
}
.contact_ul_dl dt a {
  font-size: 0.16rem;
  color: #333;
  display: block;
  text-align: center;
  margin-top: 0.05rem;
}

@media screen and (min-width: 561px) {
  .contact_ul li:nth-child(even) {
    margin-top: 0.55rem;
  }
}
.contact_ul li:nth-child(even) {
  background-color: var(--i_color);
}
.contact_ul li:nth-child(even) h2,
.contact_ul li:nth-child(even) a {
  color: #fff;
}
.contact_ul li:nth-child(even) h3,
.contact_ul li:nth-child(even) p {
  color: rgba(255, 255, 255, 0.5);
}
.contact_li_green .contact_ul_div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1440px) {
  .contact_ul {
    gap: 0.3rem;
  }
  .contact_ul li {
    width: calc((100% - 1.2rem) / 5);
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .contact_ul {
    gap: 0.2rem;
  }
  .contact_ul li {
    width: calc((100% - 0.8rem) / 5);
  }
  .contact_list a {
    font-size: 0.3rem;
  }
  .contact_us_bac {
    padding: 0.6rem 0 1rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
  .contact_ul li {
    width: calc((100% - 0.4rem) / 3);
  }
  .contact_ul {
    flex-wrap: wrap;
  }
  .contact_list {
    gap: 0.4rem;
    margin-top: 0.4rem;
  }
  .contact_list li {
    width: 100%;
  }
  .contact_list {
    flex-wrap: wrap;
  }
  .contact_list_text h3 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_ul li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 425px) {
}

/* contact_form */
.contact_form_bac {
  padding: 0.8rem 0;
  border-top: 1px solid var(--bc_color);
}

.contact_form_area {
  margin-top: 0.6rem;
}

#wpforms-68 {
  --input_font_size: 0.16rem;
  --input_height: 0.44rem;
}
#wpforms-68 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-68 {
  width: 100%;
  overflow: hidden;
}

#wpforms-68 input,
#wpforms-68 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-68 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-68 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-68 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#wpforms-68 .wpforms-field {
  position: relative;
}
#wpforms-68 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}
#wpforms-68 .wpforms-field-label span {
  position: absolute;
  top: 12px;
  left: 3px;
  font-size: 0.14rem;
  color: red;
}

#wpforms-68 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 0.12rem !important;
}

#wpforms-68 .wpforms-field {
  width: 100%;
  margin-bottom: 10px;
  background: transparent;
  overflow: hidden;
}
#wpforms-68 .wpforms-field:nth-child(1),
#wpforms-68 .wpforms-field:nth-child(2) {
  margin-right: 0.2rem;
}
#wpforms-68 .wpforms-field:nth-child(1),
#wpforms-68 .wpforms-field:nth-child(2),
#wpforms-68 .wpforms-field:nth-child(3) {
  width: calc((100% - 0.4rem) / 3);
}

#wpforms-68 input {
  height: var(--input_height);
}
#wpforms-68 textarea {
  height: 2.8rem;
}
#wpforms-68 input,
#wpforms-68 textarea {
  width: 100%;
  border: 0;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  background-color: #f7f7f7;
  color: #222;

  line-height: var(--input_height);
  padding: 0 10px;
  border-radius: 0.04rem;
  box-shadow: 0 0 0 0 !important;
}

#wpforms-68 input::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-68 .wpforms-submit-container button {
  display: table;
  margin: 0.3rem auto 0;
  padding: 12px 0.8rem;
  background: #000;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-68 .wpforms-submit-container button:hover {
  background: var(--i_color);
}
#wpforms-68 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .contact_form_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  #wpforms-68 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  #wpforms-68 .wpforms-field:nth-child(1),
  #wpforms-68 .wpforms-field:nth-child(2) {
    margin-right: 0rem;
  }
  #wpforms-68 .wpforms-field:nth-child(1),
  #wpforms-68 .wpforms-field:nth-child(2),
  #wpforms-68 .wpforms-field:nth-child(3) {
    width: 100%;
  }
  #wpforms-68 {
    --input_height: 0.5rem;
  }
  .become_form {
    margin-top: 0.4rem;
  }
  .contact_form_area {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

.contact_map {
  width: 100%;
}
.map {
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* case */

.row_two_list {
  display: flex;
  display: -webkit-flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.row_two_list li {
  flex: 0 0 calc((100% - 0.3rem) / 2);
  box-sizing: border-box;
  border: 0.01rem solid #eee;
  transition: all 0.3s ease;
  background: #fff;
}
.row_two_list li:hover {
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  transform: translateY(-0.05rem);
}
.row_two_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.row_two_list .img::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.row_two_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.row_two_list li:hover .img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.row_two_list .text {
  padding: 0.25rem;
}
.row_two_list .text h3 {
  font-size: 0.2rem;
  color: #0a2540;
  margin-bottom: 0.2rem;
  font-weight: 600;
}
.row_two_list .text p {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .row_two_list li {
    flex: 0 0 100%;
  }
}
