/*
Theme Name: Renoflor
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";
/* Regular - 400 */
@font-face {
  font-family: "Roboto";
  src: url("./static/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium - 500 */
@font-face {
  font-family: "Roboto";
  src: url("./static/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold - 700 */
@font-face {
  font-family: "Roboto";
  src: url("./static/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Light - 300 */
@font-face {
  font-family: "Roboto";
  src: url("./static/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  line-height: 150%;
}

body {
  font-size: min(16px, 18px);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.top_wrap {
  width: 78%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .top_wrap {
    width: 82%;
  }
}
@media screen and (max-width: 1024px) {
  .top_wrap {
    width: 90%;
  }
}
.wrap {
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  padding-left: 5%;
}
.wrap_r {
  padding-right: 5%;
}
:root {
  --i_color: #e8a92f;
  --i_color2: #90d258;
  --bc_color: #f2f3f5;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --header_height: 1rem;
  --border_color: #888;
  --f_menu_height: 50px;
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: #eee;
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #999;
}
.TopHeader {
  background: rgba(255, 255, 255, 0.8);
  --header_height: 0.8rem;
}
.language {
  position: relative;
  height: var(--header_height);
  display: flex;
  align-items: center;
}
.language p {
  position: relative;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.2rem;
  font-size: 0.24rem;
}
.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: 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);
}
.top_cont {
  position: relative;
  z-index: 2;
}
.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* 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: 90%;
}
.logo img {
  max-width: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-width: 1.4rem;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: auto;
    margin-right: 0.4rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.4rem;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li > a {
    display: block;
    font-size: 16px;
    color: #222;
    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 {
    color: var(--i_color) !important;
    border-color: var(--i_color);
  }
  .i_nav > li.menu-item-has-children > a {
    padding-right: 24px;
  }
  .i_nav > .menu-item-has-children > a::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url("./static/images/arrow_down_hollow_hei.svg") no-repeat
      center;
    background-size: 100%;
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-bottom: 2px solid var(--i_color);
  }
  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
  }
  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 15px;
    line-height: 0.4rem;
    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);
    -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_r {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top_search_ico iconify-icon {
  font-size: 0.24rem;
  color: #222;
}
/* 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_r {
    margin-left: auto;
  }
  .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,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
}
.i_tit > h2 {
  font-size: 0.6rem;
  position: relative;
  text-transform: capitalize;
  color: #fff;
  display: table;
  padding-left: 0.5rem;
}
.i_tit > h2::after {
  width: 0.3rem;
  height: 2px;
}
.i_tit > p {
  font-size: 0.2rem;
  width: 70%;
  margin: 0.2rem auto 0;
  line-height: 170%;
  color: #222;
}
.i_tit.left {
  text-align: left;
}
.i_tit.left p {
  width: 70%;
  margin: 0.2rem auto 0 0;
}
.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: none;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid var(--i_color);
}
.i_more b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
  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_line {
  background: none;
  border: 1px solid #333;
}
.i_more_line b {
  color: #333;
}
.i_more_line:hover {
  border-color: transparent;
}
.i_more_line: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;
  gap: 0.1rem 0.2rem;
}
.i_more_list.center {
  justify-content: center;
}
.i_more2 {
  background: var(--i_color2);
}
.i_more2 b {
  color: var(--i_color);
}
.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 {
    padding: 8px 0.26rem;
  }
  .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: var(--bc_color);
}
.bc_gradient {
  background: linear-gradient(to top, var(--bc_color), #fff);
}
.bc_black {
  background: #000;
}
.full_head {
  height: 0;
}
@media screen and (max-width: 1024px) {
  .full_head {
    margin-top: var(--header_height);
  }
}

/* -----------------------------------底部--------------------------------------- */
footer {
  background: #333;
}
.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_media a {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  font-size: 0.2rem;
  color: #333;
  margin-right: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
}
.f_media a:hover {
  background: var(--i_color);
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 1024px) {
  .f_media a {
    width: 0.34rem;
    height: 0.34rem;
    font-size: 0.18rem;
  }
}
.f_cont {
  padding: 0.4rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  gap: 0.3rem 0.4rem;
}

.f_menu li {
  padding-left: 0.2rem;
}
.f_menu li ul {
  display: none;
}
.f_cont li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  position: relative;
}
.f_menu a:hover {
  text-decoration: underline;
}
.f_menu li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.f_cont a,
.f_cont p {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.8;
}
.f_tit {
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 0.22rem;
}
.f_contact_list li {
  display: flex;
  align-items: center;
}
.f_contact_list li iconify-icon {
  font-size: 0.22rem;
  color: #fff;
  opacity: 0.8;
  margin-right: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .f_tit {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .f_contact {
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_cont {
    flex-wrap: wrap;
  }
  .f_tit {
    margin-bottom: 0.18rem;
  }
  .f_menu {
    display: none;
  }
  .f_contact {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .f_cont a,
  .f_cont p {
    font-size: 0.14rem;
  }
}
.f_cr {
  padding: 0.24rem 0;
  border-top: 1px solid var(--border_color);
}
.f_cr .wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.f_cr p,
.f_cr a {
  font-size: 14px;
  color: #bbb;
}
.f_cr a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .f_cr {
    padding: 0.16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .f_cr p,
  .f_cr a {
    width: 100%;
    font-size: 13px;
  }
  .f_cr a {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
/* ---------------------------首页---------------------------- */
.i_tit article {
  font-size: 0.2rem;
  color: #fff;
  margin: 0.4rem 0;
}
@media screen and (max-width: 1024px) {
  .i_tit article {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .i_tit article {
    font-size: 0.16rem;
  }
}

.i_banner {
  width: 100%;
  position: relative;
  background: #000;
  overflow: hidden;
}
.i_banner::after {
  content: "";
  display: block;
  padding-bottom: 100vh;
}
@media screen and (max-width: 1024px) {
  .i_banner::after {
    padding-bottom: 58%;
  }
}
@media screen and (max-width: 560px) {
  .i_banner::after {
    padding-bottom: 66%;
  }
}
.i_banner:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_video img,
.banner_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 50%;
  padding: 0.5rem 0.7rem;
}
.i_banner h2 {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.2rem;
  text-transform: none;
}
.i_banner p {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0.16rem 0;
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .banner_txt {
    width: 60%;
    padding: 0.4rem 0.6rem;
  }
  .i_banner h2 {
    font-size: 0.6rem;
  }
  .i_banner p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner_txt {
    width: 70%;
    padding: 0.3rem 0.4rem;
  }
  .i_banner h2 {
    font-size: 0.4rem;
  }
  .i_banner p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .banner_txt {
    width: 80%;
    padding: 0.2rem 0.3rem;
  }
  .i_banner h2 {
    font-size: 0.3rem;
  }
  .i_banner p {
    font-size: 0.16rem;
    margin: 0.16rem 0;
  }
}
@media screen and (max-width: 560px) {
  .banner_txt {
    width: 100%;
    padding: 0 0.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: initial;
  }
  .i_banner h2 {
    font-size: 0.2rem;
  }
  .i_banner p {
    font-size: 14px;
    font-weight: normal;
    margin: 4px 0;
  }
}
.ico_down {
  font-size: 0.3rem;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
}
.common_title_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 0.2rem;
}
.common_title_row.left {
  justify-content: flex-start;
}
.title_content {
  display: flex;
  align-items: center;
}

.main_title {
  position: relative;
  font-size: 0.45rem;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  padding-left: 0.6rem;
}

.main_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 1px;
  background-color: #333;
}

.more_link {
  position: relative;
  font-size: 0.18rem;
  color: #999;
  text-decoration: none;
  padding-bottom: 4px;
  transition: color 0.4s ease;
  white-space: nowrap;
}
.more_link .link_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #ccc;
  transition:
    width 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    background-color 0.4s ease;
}

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

.more_link:hover .link_line {
  width: 100%;
  background-color: var(--i_color);
}
.more_link.deep {
  color: #333;
}
.more_link.deep .link_line {
  background-color: #333;
}
.more_link.white {
  color: #fff;
}
.more_link.white .link_line {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .common_title_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .main_title {
    font-size: 0.38rem;
    padding-left: 0.5rem;
  }
  .main_title::before {
    width: 0.35rem;
  }
}

@media screen and (max-width: 560px) {
  .main_title {
    font-size: 0.3rem;
    padding-left: 0.4rem;
  }
  .main_title::before {
    width: 0.3rem;
  }
}

.blog_section {
  padding: 0.8rem 0;
  background-color: #fff;
}

.common_blog_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
}

.blog_item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.blog_img_box {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
  margin-bottom: 0.2rem;
  background-color: var(--bc_color);
}

.blog_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.blog_item:hover .blog_img_box img {
  transform: scale(1.08);
}

.blog_info {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.blog_tag {
  font-size: 0.12rem;
  color: #999;
  font-weight: 300;
  letter-spacing: 0.01rem;
}

.blog_title {
  font-size: 0.2rem;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.blog_item:hover .blog_title {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .common_blog_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .blog_title {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 750px) {
  .common_blog_grid {
    grid-template-columns: 1fr;
  }
  .blog_img_box {
    aspect-ratio: 16 / 9;
  }
}

.projects_section {
  padding: 0.8rem 0;
  background-color: #fff;
}

.project_grid_two {
  display: flex;
  gap: 0.3rem;
}

.project_item {
  width: calc((100% - 0.3rem) / 2);
  cursor: pointer;
}

.project_img_box {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 0.25rem;
  background-color: var(--bc_color);
}

.project_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
}

.project_item:hover .project_img_box img {
  transform: scale(1.05);
}

.project_name {
  font-size: 0.32rem;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: baseline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project_name span {
  font-weight: 300;
  margin-left: 0.05rem;
}

@media screen and (max-width: 1024px) {
  .project_name {
    font-size: 0.26rem;
  }
}

@media screen and (max-width: 750px) {
  .project_grid_two {
    flex-direction: column;
    gap: 0.4rem;
  }
  .project_img_box {
    aspect-ratio: 4 / 3;
  }
  .project_name {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .project_name {
    font-size: 0.18rem;
  }
}
.reno-compact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.5;
}

/* 顶部两列布局：左右对齐 */
.reno-main-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: end; /* 底部对齐，减少视觉跳跃 */
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.reno-title {
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
}

.reno-title strong {
  font-weight: 700;
  border-bottom: 2px solid #000;
  font-size: inherit;
}

.reno-author {
  font-size: 11px;
  letter-spacing: 2px;
  color: #999;
  margin: 0;
}

.reno-desc-col p {
  font-size: 14px;
  color: #666;
  margin: 0 0 20px 0;
}

.reno-btns {
  display: flex;
  gap: 25px;
}

.reno-link {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  padding: 8px 15px;
  transition: 0.2s;
}

.reno-link:hover {
  background: #000;
  color: #fff;
}

.reno-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 40px;
}

.reno-tab-item h3 {
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 10px 0;
  color: #000;
}

.reno-tab-item p {
  font-size: 13px;
  color: #888;
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .reno-title {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .reno-main-grid,
  .reno-tabs {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .reno-compact {
    padding: 40px 20px;
  }
}

/* products */
.feature_grid {
  display: flex;
  gap: 0.2rem;
}

.feature_item {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #1a1a1a;
}
.feature_item .img_container {
  position: relative;
  overflow: hidden;
}
.feature_item .img_container::before {
  content: "";
  display: block;
  padding-bottom: 118%;
}
.feature_item .img_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_overlay,
.feature_overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 10;
  padding: 40px;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.top_overlay {
  opacity: 0;
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    transparent 100%
  );
}

.feature_overlay {
  bottom: 0;
  height: 75%;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    transparent 100%
  );
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%); */
}
.top_content {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_overlay:hover {
  opacity: 1;
  height: 60%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%,
    transparent 100%
  );
}
.top_overlay:hover .top_content {
  transform: translateY(20px);
}
.top_overlay .sub_title:hover {
  color: var(--i_color, #c5a059);
}

/* 关键：悬停上部，下部消失以防显脏 */
.top_overlay:hover ~ .feature_overlay {
  opacity: 0;
  transform: translateY(20px);
}

.feature_overlay:hover {
  height: 75%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    transparent 100%
  );
}

.overlay_content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-out;
}

.feature_overlay:hover .overlay_content {
  transform: translateY(-10px);
}

/* 关键：悬停下部，上部淡出 */
.feature_item:has(.feature_overlay:hover) .top_overlay {
  opacity: 0;
  transform: translateY(-20px);
}

.feature_title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  letter-spacing: 2px;
  color: var(--i_color);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sub_title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}

.view_more_link {
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.feature_text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.6;
  max-width: 90%;
}

.common_more_btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  transition: 0.3s;
}

.common_more_btn:hover {
  background: #fff;
  color: #000;
}

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

.about_section .wrap {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.about_section::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 48%;
  width: 120px;
  height: 160px;
  background-image: radial-gradient(#ddd 2px, transparent 2px);
  background-size: 15px 15px;
  z-index: 0;
  opacity: 0.6;
}
.about_info {
  width: 45%;
}
.ia_video {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about_info,
  .ia_video {
    width: 100%;
  }
}
.ia_video::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.ia_video::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border-left: 2px solid var(--i_color);
  border-bottom: 2px solid var(--i_color);
  z-index: -1;
  pointer-events: none;
}
.ia_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1); /* 柔和的大阴影 */
  border-radius: 4px;
}

.about_section .description {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 0.3rem 0;
}

/* 数字网格 */
.stats_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.stats_item .num {
  font-size: 52px;
  font-family: "Arial Black", sans-serif;
  color: var(--i_color);
  margin-right: 15px;
  transition: transform 0.3s;
}

.stats_item:hover .num {
  transform: translateY(-5px);
}

.stats_item .txt {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
}

@media screen and (max-width: 1440px) {
  .stats_item .num {
    font-size: 44px;
  }
}

@media screen and (max-width: 1024px) {
  .stats_item .num {
    font-size: 38px;
  }
}
.thumb_gallery {
  display: flex;
  gap: 10px;
}
.thumb_img {
  flex: 1;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.thumb_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.thumb_img:hover img {
  transform: scale(1.1);
}

.i_v_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 6;
}
.i_v_btn::before,
.i_v_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: dot 2s infinite;
}
.i_v_btn::after {
  animation-delay: 0.3s;
}
@keyframes dot {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
.i_v_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 0.24rem;
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .i_v_btn {
    width: 0.5rem;
    height: 0.5rem;
  }
  .i_v_btn iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .i_v_btn {
    width: 0.45rem;
    height: 0.45rem;
  }
  .i_v_btn iconify-icon {
    font-size: 0.18rem;
  }
}
/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}
/* 产品轮播 */
.i_p {
  overflow: hidden;
}
.i_p .swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 20px 0;
  z-index: 1;
}
.i_p .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.i_p .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.ip_but {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.1rem;
}
.i_p-button-prev,
.i_p-button-next {
  width: 0.4rem;
  height: 0.4rem;
  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;
  position: relative;
}
.i_p-button-prev iconify-icon,
.i_p-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #333;
}
.i_p-button-prev:hover,
.i_p-button-next:hover {
  background-color: var(--i_color);
  border: none;
}
.i_p-button-prev:hover iconify-icon,
.i_p-button-next:hover iconify-icon {
  color: #fff;
}
.ip_control {
  width: 80%;
  margin: 0.2rem auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.1rem;
}
.i_p-pagination {
  width: calc(100% - 1rem);
  position: relative;
  height: 6px;
  background-color: #eee;
  border-radius: 3px;
}

.i_p-pagination .swiper-pagination-progressbar-fill {
  display: block;
  background-color: #bbb; /* Color for the progress bar */
  height: 100%;
  border-radius: 3px;
  transition: width 0.3s ease-in-out; /* Smooth transition for progress */
}

@media screen and (max-width: 1024px) {
  .i_p-button-prev,
  .i_p-button-next {
    width: 0.36rem;
    height: 0.36rem;
  }
  .i_p-button-prev iconify-icon,
  .i_p-button-next iconify-icon {
    font-size: 0.2rem;
  }
}
.i_p a {
  display: block;
  width: 100%;
  height: 100%;
}
.i_p .img {
  position: relative;
  overflow: hidden;
}
.i_p .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.i_p .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_p h3 {
  font-size: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.2rem 0;
  color: #222;
}
.i_p img,
.i_p h3 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_p li:hover img {
  width: 105%;
  height: 105%;
}
.i_p li:hover h3 {
  color: var(--i_color);
}
/* ------------内页-------------- */
.in_banner {
  position: relative;
  width: 100%;
}
.in_banner::after {
  content: "";
  display: block;
  padding-bottom: 26%;
}
.in_banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .in_banner::after {
    padding-bottom: 58%;
  }
}
@media screen and (max-width: 560px) {
  .in_banner::after {
    padding-bottom: 66%;
  }
}
/* 当前位置 */
.in_position {
  padding: 0.14rem 0;
}
.in_position a {
  display: block;
  float: left;
  font-size: 14px;
  color: #4c4c4c;
  position: relative;
  line-height: 0.2rem;
  text-transform: capitalize;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 0.1rem;
  color: #4c4c4c;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 959px) {
  .in_position a {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .in_position a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }
}

.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;
  }
  .p_menu_list li a {
    font-size: 0.16rem;
    padding: 0.16rem 0.18rem;
  }
}
.in_c_name h6 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

@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 * 16);
  overflow-y: auto;
  padding-right: 2%;
  margin: 0.2rem 0 0.3rem;
}
.in_c_name article * {
  margin: 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);
}

@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%;
}
.product_card_wrap {
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product_card_wrap:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 6px;
}

/* 图片区域 */
.img_link .img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: var(--bc_color);
}

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

/* 文字内容区域 */
.info_content {
  padding: 0.3rem 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.title_link {
  text-decoration: none;
}

.info_content h3 {
  font-size: 0.3rem;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.action_links {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.action_item {
  font-size: 0.16rem;
  color: #333;
  text-decoration: none;
  width: fit-content;
  padding-bottom: 2px;
  position: relative;
}
.action_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #333;
  transition:
    width 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    background-color 0.4s ease;
}
.action_item:hover::after {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .info_content h3 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .info_content {
    padding: 0.2rem 0.1rem;
  }
  .info_content h3 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .info_content h3 {
    font-size: 0.18rem;
  }
  .action_item {
    font-size: 14px;
  }
}
/* Number of pages */
.in_page_box {
  text-align: center;
  overflow: hidden;
}
.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: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.in_page > i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}
.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) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}
@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) {
  .in_page_box {
    margin-top: 0.3rem;
  }
}
.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;
  }
}

/* 折叠面板根容器 */
.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;
}

/* -----------------------------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: cover;
}
.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_green {
  background-color: var(--i_color);
}

.single_grid_black {
  background-color: #333;
}

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

.single_grid_green:hover {
  background-color: #333;
}

.single_grid_black:hover {
  background-color: var(--i_color);
}

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

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

/* 基础按钮样式 */
.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: cover;

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

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

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

/* ------------------project------------- */

.common_tool_section {
  padding: 0.8rem 0;
  background-color: #fff;
}

.tool_flex_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.tool_filter_part {
  width: 45%;
}

.tool_headline {
  font-size: 0.44rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.4rem;
}

.common_dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 2.2rem;
  padding: 0.12rem 0.2rem;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: border-color 0.3s;
}

.common_dropdown span {
  font-size: 0.16rem;
  color: #333;
}

.common_dropdown iconify-icon {
  font-size: 0.2rem;
  fill: #333;
  transition: transform 0.3s;
}

.common_dropdown:hover {
  border-color: var(--i_color);
}

.tool_pdf_card {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background-color: #f8f9fa; /* 轻微背景区分 */
  padding: 0.2rem;
  flex-shrink: 0;
}

.pdf_thumb {
  width: 2.4rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.pdf_thumb img {
  width: 100%;
  display: block;
}

.pdf_content {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.pdf_title {
  font-size: 0.32rem;
  font-weight: 600;
  color: #000;
}

.pdf_link {
  position: relative;
  font-size: 0.2rem;
  color: #333;
  text-decoration: none;
  padding-bottom: 4px;
  width: fit-content;
}

/* 复用你之前的线条 Hover 逻辑 */
.pdf_link .link_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #333;
  transition:
    width 0.4s ease,
    background-color 0.4s ease;
}

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

.pdf_link:hover .link_line {
  width: 100%;
  background-color: var(--i_color);
}

/* 响应式 */
@media screen and (max-width: 1024px) {
  .tool_flex_container {
    flex-direction: column;
    gap: 0.6rem;
  }
  .tool_filter_part {
    width: 100%;
  }
  .tool_pdf_card {
    width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 750px) {
  .pdf_thumb {
    width: 1.8rem;
  }
  .tool_headline {
    font-size: 0.24rem;
  }
}

.featured_main_grid {
  display: flex;
  gap: 0.3rem;
}

.project_hero_card {
  flex: 2;
  display: flex;
  background-color: #000;
  min-height: 5rem;
}

.hero_img {
  flex: 1.2;
  overflow: hidden;
}

.hero_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_content {
  flex: 1;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}

.hero_title {
  font-size: 0.45rem;
  margin-bottom: 0.4rem;
}

.meta_item {
  margin-bottom: 0.25rem;
}

.meta_item label {
  display: block;
  font-size: 0.14rem;
  font-weight: 700;
  color: #888;
  margin-bottom: 0.05rem;
}

.meta_item span {
  font-size: 0.16rem;
}

.view_project_link {
  color: #fff;
  font-size: 0.14rem;
  text-decoration: underline;
  text-align: right;
}

/* 右侧次卡片 */
.project_side_card {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  background-color: #000;
}

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

.side_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side_content {
  padding: 0.3rem;
  color: #fff;
}

.side_title {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}

.side_country {
  font-size: 0.14rem;
  color: #888;
}

@media screen and (max-width: 1024px) {
  .tools_row {
    flex-direction: column;
    gap: 0.4rem;
  }
  .featured_main_grid {
    flex-direction: column;
  }
  .project_hero_card {
    flex-direction: column;
  }
  .hero_title {
    font-size: 0.35rem;
  }
}

.in_project_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.2rem;
}

/* PC端：每行 5 个 */
.in_project_list li {
  width: calc((100% - 0.8rem) / 5);
}

.project_card {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.project_card .img {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 0.15rem;
}

.project_card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.project_card .txt h6 {
  font-size: 0.22rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.05rem;
  line-height: 1.2;
}

.project_card .txt p {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 1200px) {
  .in_project_list li {
    width: calc((100% - 0.4rem) / 3);
  }
}
.project_card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 6px;
}
@media screen and (max-width: 1024px) {
  .in_project_list li {
    width: calc((100% - 0.2rem) / 2);
  }
  .project_card .txt h6 {
    font-size: 0.18rem;
  }
}

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

/* --------------------news--------------------- */
.talks_hero_grid {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 1rem;
}
/* 
.talks_card {
  width: calc(50% - 0.15rem);
  display: flex;
  background-color: #000;
  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;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.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;
  }
} */
/* 容器：100% 宽度，高度可根据设计调整 */
.finder_section {
  width: 100%;
  overflow: hidden;
}

.talks_card {
  display: flex;
  height: 500px; /* 建议高度在 450px - 550px 之间 */
  background-color: #000;
}

/* --- 左侧图片：平滑放大效果 --- */
.card_img {
  flex: 1;
  overflow: hidden;
}

.card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}

.talks_card:hover .card_img img {
  transform: scale(1.08); /* 缓慢拉近焦距感 */
}

/* --- 右侧内容：极简对齐 --- */
.card_content {
  flex: 1;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 0 8%; /* 使用百分比内边距，大屏更美观 */
}

.text_wrapper {
  width: 100%;
}

.card_title {
  color: #fff;
  font-size: 46px; /* 放大字号，形成视觉重心 */
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 35px;
  letter-spacing: -1px;
}

/* --- 链接：横向拉伸交互 --- */
.arrow_link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.arrow_icon {
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- 悬停状态：细节增强 --- */
.talks_card:hover .arrow_link {
  opacity: 1;
}

.talks_card:hover .arrow_icon {
  transform: translateX(15px); /* 箭头向右滑动，暗示前进 */
}

/* --- 移动端响应式 --- */
@media screen and (max-width: 991px) {
  .talks_card {
    flex-direction: column;
    height: auto;
  }
  .card_img,
  .card_content {
    flex: none;
    width: 100%;
  }
  .card_img {
    height: 350px;
  }
  .card_content {
    padding: 60px 30px;
  }
  .card_title {
    font-size: 32px;
  }
}

/* ---------------------about us------------------------------ */

.about_intro_section {
  padding: 1rem 0 0.6rem;
}

.intro_big_title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.4rem;
  letter-spacing: -0.02rem;
}

/* .intro_text_col {
  max-width: 7.5rem;
} */

.intro_text_col p {
  font-size: 0.22rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.3rem;
  font-weight: 500;
}

/* 企业价值观 */
.values_section {
  padding: 0.6rem 0 1rem;
}

.values_sub_desc {
  font-size: 0.14rem;
  color: #666;
  max-width: 5rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

/* 价值观网格：2x2 布局 */
.values_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0.8rem;
}

.value_item {
  display: flex;
  flex-direction: column;
}

.value_title {
  font-size: 0.36rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #000;
}

.value_body {
  display: flex;
  gap: 0.3rem;
  align-items: flex-start;
}

.value_img {
  flex: 1;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.value_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value_txt {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 2.2rem;
}

.value_txt p {
  font-size: 0.17rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 0.2rem;
  text-align: justify;
}

/* 响应式 */
@media screen and (max-width: 1024px) {
  .intro_big_title {
    font-size: 0.6rem;
  }
  .values_grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .value_title {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 750px) {
  .value_body {
    flex-direction: column;
  }
  .value_txt {
    min-height: auto;
  }
}

/* 2. 展厅列表 */
.showrooms_section {
  padding: 0.8rem 0;
}
.showroom_list {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.5rem;
}
.showroom_list li {
  flex: 1;
  list-style: none;
}
.sr_img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.sr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sr_info h3 {
  font-size: 0.24rem;
  margin-bottom: 0.15rem;
}
.sr_info address {
  font-size: 0.15rem;
  font-style: normal;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0.2rem;
}

/* 3. HQ 总部 */
.hq_section {
  padding: 1rem 0;
}
.hq_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hq_left {
  flex: 1;
}
.hq_right {
  flex: 1;
  max-width: 8rem;
}
.hq_address {
  font-size: 0.18rem;
  font-style: normal;
  margin: 0.4rem 0;
  line-height: 1.8;
}
.hq_big_img {
  width: 100%;
  overflow: hidden;
}
.hq_big_img img {
  width: 100%;
  display: block;
}

/* 响应式调整 */
@media screen and (max-width: 1024px) {
  .testimonial_container,
  .showroom_list,
  .hq_flex {
    flex-direction: column;
    gap: 0.5rem;
  }
  .hq_right {
    order: -1;
  }
}

/* -----------------------contact us------------------ */
.contact_container {
  display: flex;
  gap: 1.2rem;
  margin-top: 0.6rem;
}

.contact_info_side {
  flex: 1;
}
.contact_form_side {
  flex: 1.2;
}

.contact_intro {
  font-size: 0.24rem;
  line-height: 1.4;
  margin-bottom: 0.6rem;
  font-weight: 500;
}

.info_grid {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
}

.info_item label,
.contact_social label {
  display: block;
  font-size: 0.12rem;
  font-weight: 700;
  color: #999;
  margin-bottom: 0.1rem;
  letter-spacing: 0.05rem;
}

.social_links {
  display: flex;
  gap: 0.3rem;
}

.social_links a {
  font-size: 0.16rem;
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .contact_container {
    flex-direction: column;
    gap: 0.8rem;
  }
}
div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  border: none !important;
}
#wpforms-68 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-68 {
  margin: 0;
  padding: 0;
}
#wpforms-form-68 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-68 .wpforms-field {
  padding: 0;
  margin-bottom: 20px;
}
#wpforms-68 .wpforms-field-label {
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 3px;
}
#wpforms-68 .wpforms-field-label span {
  font-size: 0.14rem;
  color: red;
}
#wpforms-68 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  gap: 0.2rem 0;
}
#wpforms-68 .wpforms-field-container > div {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #wpforms-68 .wpforms-field-container > div:first-child,
  #wpforms-68 .wpforms-field-container > div:nth-child(2) {
    width: 49%;
  }
}
#wpforms-68 .wpforms-field-container input,
#wpforms-68 textarea,
#wpforms-68 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border-bottom: 1px solid #aaa !important;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}
#wpforms-68 input {
  line-height: var(--input_height);
}
#wpforms-68 textarea {
  line-height: 0.22rem;
  min-height: 1.4rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-68-field_1-container {
  border-top-left-radius: 20px;
}
#wpforms-68 input::-webkit-input-placeholder,
#wpforms-68 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-moz-placeholder,
#wpforms-68 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-ms-input-placeholder,
#wpforms-68 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68-field_1-error,
#wpforms-68-field_2-error,
#wpforms-68-field_3-error,
#wpforms-68-field_4-error,
#wpforms-68-field_5-error,
#wpforms-68-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}

#wpforms-68 .wpforms-submit-container button {
  padding: 10px 0.6rem;
  display: block;
  margin: 20px 0 0 auto;
  font-size: 0.18rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: #000;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-68 .wpforms-submit-container:hover button {
  background: var(--i_color2);
}
#wpforms-68 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #wpforms-68 .wpforms-submit-container button {
    font-size: 0.16rem;
  }
}

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

.i_custom .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.i_custom .title {
  width: 45%;
  font-size: 0.34rem;
}

.i_custom .custom {
  width: 52%;
  position: relative;
  overflow: hidden;
}

.i_custom .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.i_custom .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.i_custom_but {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
}
.i_custom-button-prev,
.i_custom-button-next {
  font-size: 0.3rem;
  color: var(--i_color);
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .i_custom-button-prev,
  .i_custom-button-next {
    width: 40px;
    height: 40px;
  }
  .i_custom .custom,
  .i_custom .title {
    width: 100%;
  }
}
.i_custom-button-prev:hover,
.i_custom-button-next:hover {
  background: var(--gra_color);
}
.i_custom-pagination {
  text-align: center;
  display: none;
}
.i_custom-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 0.1rem;
  background: #9a9a9a;
  outline: none;
  cursor: pointer;
}
.i_custom-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_custom li {
  padding: 0.3rem;
}
.i_custom .quote {
  max-width: 0.2rem;
}
.i_custom h6 {
  font-size: 0.24rem;
  color: #222;
  font-weight: bold;
}
.i_custom p {
  font-size: 0.18rem;
  color: #666;
  font-style: italic;
  margin-top: 0.2rem;
}
.i_custom .star {
  font-size: 0.2rem;
  color: var(--i_color);
}
.i_custom h5 {
  font-size: 0.18rem;
  color: #222;
  font-weight: bold;
}
.i_custom span {
  font-size: 0.16rem;
  color: #666;
}

.rz_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.rz_list li {
  width: 18%;
}
.rz_list img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .rz_list li {
    width: 30%;
  }
}
@media screen and (max-width: 560px) {
  .rz_list li {
    width: 50%;
  }
}

.news_row {
  display: flex;
  gap: 0.6rem 0.4rem;
  flex-wrap: wrap;
}

.news_row li {
  width: calc(50% - 0.2rem);
}
.news_row h2 {
  position: relative;
  font-size: 0.36rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.news_row .item_body {
  display: flex;
  gap: 0.25rem;
}

.item_img {
  flex: 1;
  position: relative;
  aspect-ratio: 1 / 1;
}

.item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_text {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.3rem 0;
}

.item_text p {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.6;
}

@media screen and (max-width: 1440px) {
  .news_row h2 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .news_row h2 {
    font-size: 0.24rem;
  }
  .talks_hero_grid {
    flex-direction: column;
  }
  .news_row {
    flex-direction: column;
    gap: 0.6rem;
  }
  .news_row .item_body {
    flex-direction: column;
  }
  .news_row li {
    width: 100%;
  }
}

/* -----------------design-------------- */

.service_flex_container {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0.6rem 0;
}
.service_flex_container.row {
  flex-direction: row-reverse;
}
.service_text_part {
  flex: 1;
}

.service_text_part .main_title {
  font-size: 0.5rem;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

.service_text_part p {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0.4rem;
}

.service_text_part strong {
  font-weight: 700;
  color: #000;
}

.expect_box h5 {
  font-size: 0.16rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

/* 列表黄色小方块 */
.expect_list {
  margin-bottom: 0.5rem;
}

.expect_list li {
  position: relative;
  padding-left: 0.25rem;
  font-size: 0.16rem;
  line-height: 1.8;
  margin-bottom: 0.1rem;
  list-style: none;
}

.expect_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #e1b300; /* 对应图中的黄色小方块 */
}

/* 右侧大图 */
.service_img_part {
  flex: 1.2;
}

.img_holder {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  overflow: hidden;
}

.img_holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 响应式 */
@media screen and (max-width: 1025px) {
  .service_flex_container {
    flex-direction: column !important;
    gap: 0.5rem;
  }
  .service_text_part .main_title {
    font-size: 0.36rem;
  }
  .service_img_part {
    order: -1;
    width: 100%;
  }
}

.collection_flex {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.col_item {
  width: calc((100% - 0.9rem) / 4);
}

.col_img {
  width: 100%;
  aspect-ratio: 0.85 / 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.col_img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.icon_tag {
  position: absolute;
  right: 0.15rem;
  bottom: 0.15rem; /* 固定在右下角，或按之前逻辑做 Hover 位移 */
  display: flex;
  gap: 0.08rem;
  z-index: 5;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.05rem;
  border-radius: 2px;
}

.modu_icon {
  font-size: 0.24rem; /* 调整图标大小 */
  color: #000;
  display: flex;
}

.col_txt h3 {
  font-size: 0.3rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.col_txt p {
  font-size: 0.2rem;
  line-height: 1.6;
}

.col_item:hover .col_img img {
  transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
  .col_item {
    width: calc((100% - 0.3rem) / 2);
  }
  .col_txt h3 {
    font-size: 0.24rem;
  }
  .col_txt p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .col_item {
    width: 100%;
  }
  .col_txt h3 {
    font-size: 0.2rem;
  }
  .col_txt p {
    font-size: 0.16rem;
  }
}

/* about */
.in_about {
  position: relative;
  overflow: hidden;
}
.in_about .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 0.3rem 0;
}
.in_about .img {
  width: 46%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.in_about .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.in_about .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_about .txt {
  width: 50%;
  font-size: 0.18rem;
}
.in_about article {
  margin: 0.2rem 0 0.3rem;
  color: #666;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 8);
  overflow-y: auto;
  padding-right: 2%;
}
.in_about article * {
  margin: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.in_about article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}
.in_about article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}
.in_about article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .in_about article {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }
  .in_about article * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_about article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
  .in_about article * {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .in_about .img,
  .in_about .txt {
    width: 100%;
  }
}
.num_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.num_list li {
  width: 18%;
}
.num_list h6 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border_color);
}
.num_list span {
  font-size: 0.5rem;
  line-height: 120%;
  color: #333;
  font-weight: 400;
}
.num_list b {
  font-size: 0.18rem;
  color: #666;
}
.num_list p {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #333;
}
.num_list span,
.num_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.num_list li:hover span {
  color: var(--i_color);
}
.num_list li:hover h6 {
  border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .num_list span {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .num_list li {
    width: 45%;
    margin-bottom: 0.3rem;
  }
  .num_list span {
    font-size: 0.3rem;
  }
  .num_list b,
  .num_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .num_list b,
  .num_list p {
    font-size: 0.14rem;
  }
}

.service_scope {
  position: relative;
}
.service_scope::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: var(--bc_color);
}

.service_scope .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 2;
}
.service_scope .txt {
  width: 46%;
  padding: 0 0.3rem;
}
.service_scope .gallery {
  width: 52%;
}
.service_scope h6 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.service_scope p {
  font-size: 0.18rem;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .service_scope h6 {
    font-size: 0.24rem;
  }
  .service_scope p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .service_scope h6 {
    font-size: 0.2rem;
  }
  .service_scope p {
    font-size: 0.15rem;
  }
  .service_scope .txt {
    width: 100%;
    padding: 0.2rem;
  }
  .service_scope .gallery {
    display: none;
  }
}
.p_atlas_show {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.p_atlas_show .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_show .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.p_atlas_show .swiper-slide .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.p_atlas_show .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 63.15%;
}
.p_atlas_show .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_atlas_list {
  width: 100%;
  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;
  cursor: pointer;
  overflow: hidden;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 63.15%;
}
.p_atlas_list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p_atlas_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_atlas_list .swiper-slide-thumb-active .img {
  border: 1px solid var(--i_color);
}
.atlas-prev,
.atlas-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}
.atlas-prev {
  left: 0;
}
.atlas-next {
  right: 0;
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.atlas-prev:hover,
.atlas-next:hover {
  opacity: 1;
}
.atlas-pagination {
  text-align: center;
  display: none;
}
.atlas-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.atlas-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.atlas-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.atlas-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

.env_list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1rem;
}
.env_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.env_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.env_list .img::before {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.env_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.env_list .img,
.env_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env_list li:hover .img {
  background: #fff;
  border-color: var(--i_color);
}
.env_list li:hover img {
  width: 105%;
  height: 105%;
}
.env_but {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.env-prev,
.env-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}
.env-prev {
  transform: translateX(-0.6rem);
}
.env-next {
  transform: translateX(0.6rem);
}
.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}
.env-prev:hover,
.env-next:hover {
  opacity: 1;
}
.env-pagination {
  text-align: center;
}
.env-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}
.env-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.env-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.env-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}
