@font-face {
  font-family: DingTalk-JinBuTi;
  src: url(/escss/font/DingTalk-JinBuTi.ttf);
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Microsoft YaHei";
}
/* 版心 */
.main-center {
  width: 83.35%;
  margin: 0 auto;
}
.main-center-mini {
  width: 72.95%;
  margin: 0 auto;
}

.header-main-box {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 114rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  /* background: #e7ebf0; */
  padding: 0 160rem;
}
.header-top-box {
  padding-top: 20rem;
}
.header-top-title {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-title h1 {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-link {
  display: flex;
  align-items: center;
  color: rgba(87, 93, 108, 0.4);
}
.header-top-link a {
  margin: 0 10rem;
  color: rgba(87, 93, 108, 0.4);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-top-link a:hover {
  color: rgba(87, 93, 108, 0.6);
}
.header-center-box {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-phone-box {
  display: flex;
  align-items: center;
  padding-left: 80rem;
}
.header-phone-img {
  width: 38rem;
}
.header-phone-text {
  font-weight: 400;
  color: #333333;
}
.header-phone-number {
  font-family: Arial;
  font-weight: bold;
  color: #1f6b35;
}
.header-nav-box {
  display: flex;
}
.header-nav-item {
  padding: 40rem 40rem;
  height: 100%;
  position: relative;
}
.header-nav-item:last-child {
  /* padding-right: 0; */
}
.header-nav-title {
  font-weight: bold;
  color: #292929;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-title:hover {
  color: #1f6b35;
}
.header-center-logo {
  /* width: 192rem; */
  height: 114rem;
}
.header-center-logo img {
  height: 100%;
}
.header-nav-section {
  position: absolute;
  left: 5%;
  top: 100%;
  width: 90%;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-item:hover .header-nav-section {
  height: auto;
}
.header-nav-text {
  text-align: center;
  color: #fff;
  padding: 10rem 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: #C7EDCC;
}
.header-nav-text:hover {
  color: #1f6b35;
}
.header-nav-on .header-nav-title {
  color: #1f6b35;
}
.banner-main-box {
  position: relative;
  z-index: 1;
}
.banner-item {
  width: 100%;
  position: relative;
}
.banner-item-bg {
  width: 100%;
}
.banner-item-content {
  position: absolute;
  top: 69.69%;
  left: 0;
  width: 100%;
}
.banner-item-text {
  height: 145rem;
  width: auto;
  margin: 0 auto 0;
}
.index-banner-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 67rem !important;
  left: auto !important;
  right: 160rem;
}
.index-banner-pagination .swiper-pagination-bullet {
  width: 34rem;
  height: 34rem;
  border-radius: 0;
  opacity: 1;
  margin: 0 12rem !important;
  background: url(/esimg/icon/banner-dot.png) no-repeat;
  background-size: 100% 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  background: url(/esimg/icon/banner-dot-color.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.header-phone-cont {
  padding-left: 6rem;
}
.apex-box {
  background: #173b22;
}
.apex-box .main-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30rem;
  padding: 5rem 0;
}
.apex-left-box {
  display: flex;
  align-items: center;
}
.apex-left-text {
  color: #fefefe;
  opacity: 0.6;
  display: flex;
  align-items: center;
}
.apex-right-box {
  display: flex;
  align-items: center;
}
.apex-right-btn {
  font-weight: 400;
  font-size: 12px;
  color: #fefefe;
  opacity: 0.6;
  margin: 0 20rem;
  position: relative;
}
.apex-right-btn::after {
  content: "";
  position: absolute;
  right: -20rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fefefe;
}
.apex-right-btn:last-child::after {
  display: none;
}
.apex-right-btn:last-child {
  margin-right: 0;
}
.header-wap-show {
  width: 60rem;
  height: 31rem;
  background: url(/esimg/icon/header-nav.png) no-repeat;
  background-size: 100% 100%;
}
.index-recommend-box {
  padding: 70rem 0;
}
.index-recommend-slide {
  display: none;
}
.index-recommend-slide-show {
  display: block;
}
.index-recommend-tabs {
  padding-top: 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.index-recommend-tab {
  margin: 0 60rem;
  color: #333333;
  padding: 20rem 0;
  position: relative;
  cursor: pointer;
}
.index-recommend-tab:hover,
.index-recommend-active {
  color: #1f6b35;
}
.index-recommend-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 140%;
  height: 2rem;
  background: #C7EDCC;
}
.public-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.public-title-cn {
  position: relative;
  font-weight: bold;
  color: #333333;
  padding: 0 30rem;
}
.public-title-cn::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9rem);
  width: 16rem;
  height: 18rem;
  background: url(/esimg/icon/title-icon.png) no-repeat;
  background-size: 100% 100%;
}
.public-title-cn::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 9rem);
  width: 16rem;
  height: 18rem;
  background: url(/esimg/icon/title-icon.png) no-repeat;
  background-size: 100% 100%;
}
.public-title-en {
  padding-top: 3rem;
  font-family: Arial;
  font-weight: bold;
  color: #d1d1d2;
}
.index-recommend-swiper {
  /* margin: 0 60rem; */
  padding: 40rem 60rem;
  overflow: hidden;
  position: relative;
}
.index-recommend-item {
  height: 550rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;

  background: #f1f3f9;
  padding: 50rem 25rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-recommend-item:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(238, 251, 240, 0.65), #1f6b35);
}
.index-recommend-img {
  width: 100%;
  aspect-ratio: 13 / 12;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-recommend-name {
  margin-top: 42rem;
  padding-top: 36rem;
  text-align: center;
  color: #333333;
  position: relative;
  z-index: 3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-recommend-item:hover .index-recommend-name {
  margin-top: -100rem;
  color: #ffffff;
}
.index-recommend-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 40rem);
  width: 40rem;
  height: 2rem;
  background: #1f6b35;
}
.index-recommend-name::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50%);
  width: 40rem;
  height: 2rem;
  background: #8ed69c;
}
.index-recommend-item:hover .index-recommend-name::before,
.index-recommend-item:hover .index-recommend-name::after {
  display: none;
}
.index-recommend-text {
  display: none;
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 20rem 10rem 80rem;
}
.index-recommend-item:hover .index-recommend-text {
  display: block;
}
.index-recommend-text::after {
  content: "";
  position: absolute;
  width: 47rem;
  height: 52rem;
  bottom: 0;
  left: calc(50% - 23.5rem);
  background: url(/esimg/icon/index-recommend-icon.png) no-repeat;
  background-size: 100% 100%;
}
.index-recommend-prev {
  cursor: pointer;
  position: absolute;
  z-index: 11;
  left: 0rem;
  top: calc(50% - 22rem);
  width: 20rem;
  height: 44rem;
  background: url(/esimg/icon/swiper-prev.png) no-repeat;
  background-size: 100% 100%;
}
.index-recommend-next {
  cursor: pointer;
  position: absolute;
  z-index: 11;
  right: 0rem;
  top: calc(50% - 22rem);
  width: 20rem;
  height: 44rem;
  background: url(/esimg/icon/swiper-next.png) no-repeat;
  background-size: 100% 100%;
}
.public-btn {
  margin: 0 auto;
  width: 160rem;
  height: 50rem;
  background: #C7EDCC;
  border: 1px solid #8ed69c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #173b22;
}
.public-btn .button__flair:before {
  background-color: #fff;
  border: 1px solid #8ed69c;
  color: #1f6b35;
}
.public-btn:hover span {
  transition: color 0.5s ease-in-out;
  z-index: 2;
  color: #1f6b35;
}
.public-btn-reversed {
  color: #1f6b35;
  background: #fbfdff;
  border: 1px solid #8ed69c;
}
.public-btn-reversed .button__flair:before {
  background-color: #C7EDCC;
  border: 1px solid #fbfdff;
  color: #fbfdff;
}
.public-btn-reversed:hover span {
  transition: color 0.5s ease-in-out;
  z-index: 2;
  color: #fbfdff;
}
.index-advantages-box {
  padding: 20rem 0;
}
.index-advantages-content {
  display: flex;
  padding-top: 25rem;
}
.index-advantages-item {
  width: 316rem;
  height: 760rem;
  margin-right: 10rem;
  position: relative;
  transition: all 0.5s;
}
.index-advantages-item-plus {
  width: calc((100% - 10rem * 3 - 316rem * 3));
  margin-right: 10rem;
}
.index-advantages-item-plus::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/esimg/img/index-advantages-item-hover.png) no-repeat;
  background-size: 100% 100%;
}
.index-advantages-item:last-child {
  margin-right: 0 !important;
}
.index-advantages-img {
  width: 100%;
  height: 100%;
}
.index-advantages-item .nor {
  display: block;
}
.index-advantages-item .sel {
  display: none;
}
.index-advantages-item-plus .nor {
  display: none;
}
.index-advantages-item-plus .sel {
  display: block;
}
.index-advantages-cont {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-advantages-item-plus .index-advantages-cont {
  align-items: flex-start;
  padding-left: 150rem;
  padding-top: 200rem;
}
.index-advantages-icon {
  width: 80rem;
}
.index-advantages-name {
  font-weight: bold;
  color: #ffffff;
  padding-top: 30rem;
}
.index-advantages-desc {
  display: none;
  padding-top: 30rem;
  width: 608rem;
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5;
  -moz-transition: all 0.5;
  -ms-transition: all 0.5;
  -o-transition: all 0.5;
}
.index-advantages-item-plus .index-advantages-desc {
  display: block;
}
.index-about-box {
  display: flex;
  align-items: flex-start;
  padding: 30rem 0;
}
.index-about-img {
  width: 857rem;
}
.index-about-content {
  width: calc(100% - 857rem);
  padding-top: 120rem;
  padding-left: 20rem;
}
.public-title-left {
  align-items: flex-start;
}
.public-title-left .public-title-en {
  padding-left: 30rem;
}
.index-about-name {
  padding-top: 40rem;
  font-weight: bold;
  color: #333333;
}
.index-about-text {
  padding-top: 20rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
}
.index-about-flex {
  display: flex;
  padding-top: 60rem;
}
.index-about-icon {
  width: 58rem;
}
.index-about-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 60rem;
}
.index-about-item .nor {
  display: block;
}
.index-about-item .sel {
  display: none;
}
.index-about-item:hover .nor {
  display: none;
}
.index-about-item:hover .sel {
  display: block;
}
.index-about-by {
  color: #333333;
  padding-top: 5rem;
}
.index-about-text {
  padding-top: 15rem;
  color: #999999;
}
.index-about-btn {
  margin-top: 100rem;
  margin-left: 0;
}
.index-case-box {
  padding: 90rem 0 80rem;
  background: url(/esimg/img/index-case-box.png) no-repeat;
  background-size: 100% 100%;
}
.public-title-white .public-title-cn {
  color: #ffffff;
}
.index-case-swiper {
  position: relative;
  padding: 60rem 0 100rem;
  overflow: hidden;
}
.index-case-img {
  width: 100%;
  overflow: hidden;
}
.index-case-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-case-slide:hover .index-case-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-case-name {
  width: 100%;
  padding: 30rem;
  text-align: center;
  background: #ffffff;
  color: #333333;
}
.index-case-slide:hover .index-case-name {
  background: #C7EDCC;
  color: #173b22;
}
.index-case-pagination,
.product-case-pagination,
.product-recommend-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 37rem !important;
}
.index-case-pagination .swiper-pagination-bullet,
.product-case-pagination .swiper-pagination-bullet,
.product-recommend-pagination .swiper-pagination-bullet {
  width: 20rem;
  height: 20rem;
  border-radius: 0;
  opacity: 1;
  margin: 0 12rem !important;
  background: url(/esimg/icon/banner-dot.png) no-repeat;
  background-size: 100% 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.index-case-pagination .swiper-pagination-bullet-active,
.product-case-pagination .swiper-pagination-bullet-active,
.product-recommend-pagination .swiper-pagination-bullet-active {
  background: url(/esimg/icon/banner-dot-color.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.index-news-box {
  padding-top: 60rem;
}
.index-news-content {
  display: flex;
  padding-top: 30rem;
}
.index-news-left {
  width: 1020rem;
  padding-right: 25rem;
}
.index-news-left .index-news-row {
  padding-right: 30rem;
}
.index-news-right {
  width: calc(100% - 1020rem);
}
.index-news-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news-types {
  display: flex;
  align-items: center;
}
.index-news-type {
  margin-right: 40rem;
  color: #333333;
  position: relative;
}
.index-news-type::after {
  content: "|";
  position: absolute;
  right: -22rem;
  color: #333333;
}
.index-news-type:last-child::after {
  display: none;
}
.index-news-type-on {
  color: #1f6b35;
}
.index-news-list {
  padding-top: 35rem;
  display: none;
}
.index-news-list-on {
  display: block;
}
.index-news-first {
  display: flex;
  background: #ffffff;
  box-shadow: 6px 2px 37px 1px rgba(190, 190, 191, 0.31);
}

.index-news-img {
  width: 503rem;
}
.index-news-text {
  padding-top: 20rem;
  line-height: 1.8;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-item .index-news-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 100rem;
}
.index-news-first:hover .index-news-text,
.index-news-item:hover .index-news-text {
  color: #1f6b35;
}
.index-news-cont {
  padding: 40rem 40rem 20rem;
  line-height: 1.8;
}
.index-news-date {
  margin-top: 50rem;
  position: relative;
  color: #999999;
  transition: all 0.5s;
}
.index-news-first:hover .index-news-date,
.index-news-item:hover .index-news-date {
  color: #1f6b35;
}
.index-news-date::after {
  content: "";
  position: absolute;
  width: 17rem;
  height: 7rem;
  right: 0;
  top: calc(50% - 4rem);
  background: url(/esimg/icon/index-news-arr-gary.svg) no-repeat;
  background-size: 100% 100%;
}
.index-news-first:hover .index-news-date::after,
.index-news-item:hover .index-news-date::after {
  background: url(/esimg/icon/index-news-arr-blue.svg) no-repeat;
  background-size: 100% 100%;
}
.index-news-name {
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.index-news-first:hover .index-news-name,
.index-news-item:hover .index-news-name,
.index-news-point:hover .index-news-name {
  color: #1f6b35;
}
.index-news-item {
  padding: 30rem 15rem;
  border-bottom: 1px solid #dbdbdd;
}
.index-news-item:last-child {
  border-bottom: none;
}
.index-news-ranks {
  padding-top: 30rem;
}
.index-news-item .index-news-date {
  margin-top: 15rem;
}
.index-news-item .index-news-text {
  padding-top: 10rem;
}
.index-news-card {
  background: #f0f1f8;
  padding: 0 28rem;
  margin-top: 35rem;
}
.index-news-point {
  position: relative;
  padding: 45rem 20rem 45rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.index-news-point:last-child {
  border-bottom: 0;
}
.index-news-point::after {
  content: "";
  position: absolute;
  right: 5rem;
  top: calc(50% - 3.5rem);
  width: 17rem;
  height: 7rem;
  background: url(/esimg/icon/index-news-arr-gary.svg) no-repeat;
  background-size: 100% 100%;
}
.index-news-point:hover::after {
  background: url(/esimg/icon/index-news-arr-blue.svg) no-repeat;
  background-size: 100% 100%;
}
.index-news-decs {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10rem;
  color: #999999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-point:hover .index-news-decs {
  color: #1f6b35;
}
.index-ad-img {
  width: 100%;
}
.public-content-box {
  background: url(/esimg/img/public-content-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 55rem 0 65rem;
}
.public-title-decorate .public-title-cn::before {
  display: none;
}
.public-title-decorate .public-title-cn::after {
  display: none;
}
.content-form-box {
  display: flex;
  flex-wrap: wrap;
}
.content-form-flex {
  width: calc((100% - 40rem) / 3);
  margin-right: 20rem;
  margin-top: 20rem;
}
.content-form-flex:nth-child(3),
.content-form-flex:nth-child(7) {
  margin-right: 0;
}
.content-form-input {
  height: 50rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: 1px solid #ffffff;
  padding-left: 20rem;
  color: #fff;
}
.content-form-input.content-form-flex::placeholder {
  color: #fff;
  opacity: 0.7;
}
.content-form-text {
  width: 100%;
  height: 200rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: 1px solid #ffffff;
  margin-top: 20rem;
  padding: 20rem;
  color: #fff;
}
.content-form-text::placeholder {
  color: #fff;
  opacity: 0.7;
  font-family: Microsoft YaHei;
}
.content-form-codes-img {
  height: 100%;
}
.content-form-codes {
  display: flex;
  align-items: center;
}
.content-form-codes-text {
  margin-left: 15rem;
  color: #ffffff;
}
.content-form-btn {
  width: 140rem;
  height: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 30rem;
  cursor: pointer;
}
.content-form-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content-form-submit {
  color: #ffffff;
  background: #C7EDCC;
}
.content-form-reset {
  color: #333333;
  background: #ffffff;
}
.public-footer-box {
  background: #173b22;
  padding: 50rem 0 30rem;
}
.footer-top-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-logo {
  width: 202rem;
  margin-bottom: 30rem;
}
.footer-left-flex {
  display: flex;
  align-items: center;
  margin-bottom: 20rem;
}
.footer-left-phone {
  font-weight: bold;
  padding-left: 15rem;
  color: #1f6b35;
}
.footer-left-text {
  color: #ffffff;
  padding-left: 15rem;
}
.footer-center-first {
  font-weight: 400;
  color: #ffffff;
}
.footer-top-nav {
  margin: 0 50rem;
}
.footer-center-cont {
  padding-top: 30rem;
}
.footer-center-section {
  margin-bottom: 10rem;
  color: #ffffff;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.footer-center-section:hover {
  opacity: 0.7;
}
.footer-top-center {
  display: flex;
  align-items: flex-start;
}
.footer-erweima {
  width: 154rem;
}
.footer-erweima-text {
  text-align: center;
  padding-top: 10rem;
  color: #ffffff;
  opacity: 0.5;
}
.footer-center-box {
  display: flex;
  align-items: center;
}
.footer-bottom-box {
  padding-top: 80rem;
  display: flex;
  align-items: center;
  position: relative;
}
.footer-bottom-text {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 100rem;
  display: flex;
  align-items: center;
}
.footer-bottom-text img {
  width: 20rem;
  margin-right: 6rem;
}
.footer-bottom-text a,
.footer-bottom-text p {
  color: rgba(255, 255, 255, 0.5);
}
.friendly-box {
  background: #173b22;
  padding: 20rem 0 40rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.friendly-box .main-center {
  display: flex;
  flex-wrap: wrap;
}
.friendly-box p,
.friendly-box a {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 15rem;
}
.suspension-box {
  width: 90rem;
  position: fixed;
  right: 0.7%;
  top: 44%;
  z-index: 999;
}
.suspension-content-max {
  width: fit-content;
  border-radius: 6px;
  background: #C7EDCC;
}
.suspension-content-box {
  width: 90rem;
  height: 90rem;
  /* background: #1f6b35; */
  position: relative;
  cursor: pointer;
  border-bottom: 1px dashed rgba(243, 243, 243, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.suspension-content-icon {
  /* position: absolute;
  top: 12px;
  left: 12px; */
  width: 40rem;
  height: 40rem;
  margin: 0 auto;
}
.suspension-content-name {
  text-align: center;
  color: #fff;
  margin-top: 5rem;
}
.suspension-content-box:hover .suspension-content-info {
  min-width: 246rem;
  background: radial-gradient(circle, #ffffff 0%, #f8f9f9 100%);
  border-radius: 6px;
  border: 1px solid #8ed69c;
  opacity: 0.9;
  /* border-image: linear-gradient(129deg, #3f9656, #8ed69c) 10 10; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.suspension-content-box:hover .suspension-content-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 20rem 0 0 20rem;
}
.suspension-content-by {
  font-weight: 400;
  color: #373737;
}
.suspension-content-decs {
  padding-top: 5rem;
  font-weight: 600;
  color: #1f6b35;
}
.suspension-content-info {
  display: block;
  width: 0;
  height: auto;
  font-family: arial;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.suspension-content-top {
  border-radius: 8px 8px 0px 0px;
}
.suspension-content-bottom {
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  border-bottom: none;
}
.suspension-content-bottom .suspension-content-icon {
  width: 50rem;
  height: 50rem;
}
.suspension-content-other {
  border-radius: 8px 8px 8px 8px;
  margin-top: 20px;
  border-bottom: none;
}
.suspension-content-box:hover .suspension-content-info {
  width: 120px;
  /* background-color: #1f6b35; */
  display: block;
}
.suspension-content-box:hover {
  /* background-color: #1f6b35; */
}

.suspension-content-box:hover .suspension-content-info img {
  display: block;
}
.suspension-content-info {
  display: none;
  width: 0;
  height: 90rem;
  font-family: arial;
  color: #fff;
  position: absolute;
  top: 0;
  right: 100rem;
  overflow: hidden;
  transition: all 0.3s;
  background: radial-gradient(circle, #ffffff 0%, #f8f9f9 100%);
  border: 1px solid #8ed69c;
  /* border-image: linear-gradient(129deg, #3f9656, #8ed69c) 10 10; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.suspension-content-qr {
  min-width: 110rem !important;
  width: 110rem !important;
  height: 130rem;

  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.suspension-content-box:hover .suspension-content-qr {
  display: flex;
}

.suspension-content-qr-code {
  width: 80rem;
  height: 80rem;
  /* position: absolute;
  top: 10px;
  left: 16px; */
}
.suspension-content-qr img {
  display: none;
}
.suspension-content-qr-name {
  font-size: 12px;
  /* position: absolute; */
  /* top: 80px; */
  left: 0;
  width: 100%;
  text-align: center;
  color: #050505;
  margin-top: 5rem;
}
.public-banner-box {
  position: relative;
}
.public-banner-img {
  width: 100%;
}
.public-banner-titles {
  position: absolute;
  z-index: 2;
  left: 260rem;
  top: 190rem;
}
.public-banner-title {
  font-weight: bold;
  color: #ffffff;
}
.public-banner-en {
  color: #ffffff;
  padding-top: 5rem;
}
.keyword-box {
  position: absolute;
  z-index: 2;
  left: 160rem;
  bottom: 50rem;
  display: flex;
  align-items: center;
}
.keyword-box p,
.keyword-box a {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10rem;
}
.public-banner-box .keyword-box {
  bottom: 20rem;
}
.page-main-box {
  background: #f7f7f7;
}
.product-main-flex .main-center {
}
.product-left-box {
  width: 350rem;
}
.product-main-flex {
  display: flex;
  align-items: flex-start;
  padding: 40rem 0 60rem;
}
.product-left-titles {
  padding: 25rem 0 25rem 40rem;
  background: #C7EDCC;
  position: relative;
}
.product-left-titles::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2rem;
  background-color: #C7EDCC;
}
.product-left-title {
  color: #fff;
}
.product-left-en {
  font-family: Arial;
  padding-top: 5rem;
  font-weight: 400;
  color: #ffffff;
}
.public-crumbs-box {
  display: flex;
  align-items: center;
  padding-top: 20rem;
}
.public-crumbs-box p {
  color: #999999;
}
.public-crumbs-box a {
  margin-right: 20rem;
  position: relative;
  color: #999999;
}
.public-crumbs-box a::after {
  content: ">";
  position: absolute;
  right: -15rem;
}
.public-crumbs-box a:last-child::after {
  content: "";
}
.product-left-first {
  cursor: pointer;
  position: relative;
  color: #333333;
  padding: 30rem 60rem 30rem 40rem;
  background: #fff;
  border-bottom: 1px solid #e7e7e8;
}
.product-left-show-child .product-left-first {
  background: linear-gradient(90deg, #C7EDCC 0%, rgba(199, 237, 204, 0.55) 100%);
  color: #173b22;
}
.product-left-have-child .product-left-first::after {
  content: "";
  position: absolute;
  right: 30rem;
  top: calc(50% - 5rem);
  width: 19rem;
  height: 9rem;
  background: url(/esimg/icon/arr-bottom.png) no-repeat;
  background-size: 100% 100%;
}
.product-left-show-child .product-left-open::after {
  background: url(/esimg/icon/arr-top-white.png) no-repeat;
  background-size: 100% 100%;
}
.product-left-child {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-left-show-child .product-left-child {
  height: auto;
  padding: 20rem 0;
}
.product-left-section {
  padding: 15rem 60rem;
  color: #666666;
  position: relative;
}
.product-left-section-on {
  color: #1f6b35;
}
.product-left-section-on::after {
  content: "";
  position: absolute;
  left: 30rem;
  top: calc(50% - 8rem);
  width: 14rem;
  height: 15rem;
  background: url(/esimg/icon/product-left-section.png) no-repeat;
  background-size: 100% 100%;
}
.product-list-box {
  width: calc(100% - 350rem - 50rem);
  margin-left: 50rem;
  padding: 40rem 40rem;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.product-list-item {
  width: calc((100% - 60rem) / 3);
  margin-right: 30rem;
  margin-bottom: 30rem;
  position: relative;
  padding: 30rem 25rem;
  height: 400rem;
}
.product-list-item:nth-child(3n) {
  margin-right: 0;
}
.product-list-item .index-recommend-name {
  margin-top: 20rem;
  padding-top: 16rem;
}
.product-list-item .index-recommend-text {
  padding-bottom: 60rem;
}
.product-list-item:hover .index-recommend-name {
  margin-top: -50rem;
}
.product-content-box {
  width: calc(100% - 350rem);
  padding-left: 50rem;
}
.product-info-box {
  background: #ffffff;
  padding: 35rem 55rem 65rem 25rem;
}
.product-info-title {
  text-align: center;
  padding-bottom: 20rem;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #e7e7e8;
}
.product-header-img {
  width: 640rem;
  margin: 20rem auto;
}
.product-info-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e8;
}
.product-info-name {
  font-weight: bold;
  color: #ffffff;
  min-width: 180rem;
  padding: 13rem 20rem 13rem 27rem;
  background: #C7EDCC;
}
.product-phone-box {
  display: flex;
  align-items: center;
}
.product-phone-cont {
  padding-left: 7rem;
}
.product-phone-text {
  color: #333333;
}
.product-phone-number {
  font-weight: bold;
  color: #1f6b35;
}
.product-info-parameter {
  padding: 50rem 30rem;
  display: flex;
  flex-wrap: wrap;
}
.product-parameter-text {
  color: #333333;
  padding-bottom: 10rem;
  min-width: 50%;
  padding-right: 30rem;
}
.product-parameter-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-parameter-item {
  width: 260rem;
  margin: 0 50rem;
}
.product-parameter-img {
  width: 100%;
}
.product-parameter-name {
  color: #333333;
  text-align: center;
  padding-top: 20rem;
}
.product-parameter-pivot {
  width: calc((100% - (30rem * 4)) / 5);
  margin-right: 30rem;
}
.product-parameter-pivot:nth-child(5n),
.product-parameter-pivot:last-child {
  margin-right: 0;
}
.product-card-box {
  margin-top: 40rem;
  padding: 40rem;
  background: #fff;
}
.product-case-swiper {
  padding: 40rem 0 90rem;
  overflow: hidden;
  position: relative;
}
.product-case-img {
  width: 100%;
}
.product-recommend-swiper {
  position: relative;
  overflow: hidden;
  padding: 20rem 0 80rem;
}
.product-recommend-swiper .index-recommend-item {
  height: 400rem;
}
.product-recommend-swiper .index-recommend-name {
  margin-top: 22rem;
  padding-top: 16rem;
}
.product-baike-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30rem;
}
.product-baike-link {
  width: calc((100% - 20rem) / 2);
  height: 130rem;
  border: 1px solid #e7e7e8;
  margin-right: 20rem;
  margin-bottom: 20rem;
  padding: 25rem 55rem 0 25rem;
  position: relative;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-baike-link:hover {
  background: #C7EDCC;
}
.product-baike-link:nth-child(2n) {
  margin-right: 0;
}
.product-baike-name {
  font-weight: 400;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-baike-link:hover .product-baike-name {
  color: #fff;
}
.product-baike-text {
  color: #999999;
  line-height: 1.8;
  padding-top: 10rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-baike-link:hover .product-baike-text {
  color: #fff;
}
.product-baike-link::after {
  content: "";
  position: absolute;
  right: 30rem;
  top: calc(50% - 4rem);
  width: 18rem;
  height: 8rem;
  background: url(/esimg/icon/index-news-arr-gary.svg) no-repeat;
  background-size: 100% 100%;
}
.product-baike-link:hover::after {
  background: url(/esimg/icon/index-news-arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.enterprise-advantages-box {
  padding: 80rem 0;
}
.enterprise-advantages-flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50rem;
}
.enterprise-advantages-item {
  width: calc((100% - (15rem * 3)) / 4);
  margin-right: 15rem;
  position: relative;
  z-index: 1;
}
.enterprise-advantages-item:nth-child(4n) {
  margin-right: 0;
}
.enterprise-advantages-item:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/esimg/img/enterprise-advantages-item-hover.png) no-repeat;
  background-size: 100% 100%;
}
.enterprise-advantages-item .nor {
  display: block;
}
.enterprise-advantages-item .sel {
  display: none;
}
.enterprise-advantages-item:hover .nor {
  display: none;
}
.enterprise-advantages-item:hover .sel {
  display: block;
}
.enterprise-advantages-img {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise-advantages-cont {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.enterprise-advantages-icon {
  width: 57rem;
  margin-top: 150rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise-advantages-item:hover .enterprise-advantages-icon {
  margin-top: 50rem;
}
.enterprise-advantages-name {
  text-align: center;
  padding-top: 30rem;
  font-weight: bold;
  color: #ffffff;
}
.enterprise-advantages-text {
  padding: 30rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.8;
  display: none;
}
.enterprise-advantages-item:hover .enterprise-advantages-text {
  display: block;
}
.product-parameter-card {
  position: relative;
}
.product-parameter-card-bg {
  width: 100%;
}
.product-card-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.product-card-name {
  padding: 22rem 0;
  text-align: center;
  font-weight: bold;
  color: #1f6b35;
}
.product-card-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30rem;
}
.product-card-text {
  width: 25%;
  position: relative;
  margin-bottom: 20rem;
}
.product-card-text:nth-child(4n - 1) {
  width: 30%;
}
.product-card-text:nth-child(4n) {
  width: 20%;
  text-align: right;
}
.product-card-text span {
  width: fit-content;
  position: relative;
  padding-left: 20rem;
}
.product-card-text span::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: calc(50% - 4rem);
  width: 8rem;
  height: 8rem;
  background: #C7EDCC;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-parameter-tip {
  text-align: center;
  color: #1f6b35;
  padding-bottom: 10rem;
}
.product-card-imgs {
  display: flex;
  flex-wrap: wrap;
  padding: 40rem 20rem;
}
.product-card-pivot {
  width: calc((100% - 70rem) / 3);
  margin-right: 35rem;
}
.product-card-pivot:nth-child(3n) {
  margin-right: 0;
}
.case-list-main {
  padding: 40rem 0 80rem;
}
.case-list-box {
  padding: 50rem 0;
  display: flex;
  flex-wrap: wrap;
}
.case-list-item {
  width: calc((100% - 40rem) / 3);
  margin-right: 20rem;
  margin-bottom: 20rem;
}
.case-list-item:nth-child(3n) {
  margin-right: 0;
}
.case-list-img {
  width: 100%;
  overflow: hidden;
}
.case-list-item:hover .case-list-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.case-list-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-list-name {
  width: 100%;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10rem;
  background: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-list-item:hover .case-list-name {
  color: #ffffff;
  background: #C7EDCC;
}
.public-pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.public-pages-item {
  width: 45rem;
  height: 45rem;
  background: #ffffff;
  border: 1px solid #e0e1e4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #999999;
  margin: 0 4rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.public-pages-item:hover,
.public-pages-on {
  background: #C7EDCC;
  color: #173b22;
}
.public-pages-num {
  padding-left: 10rem;
  color: #666666;
}
.public-pages-prev {
  background: url(/esimg/icon/arr-left.png) no-repeat center;
  background-size: 7rem 14rem;
  background-color: #fff;
}
.public-pages-prev:hover {
  background: url(/esimg/icon/arr-left-white.png) no-repeat center;
  background-size: 7rem 14rem;
  background-color: #C7EDCC;
}
.public-pages-next {
  background: url(/esimg/icon/arr-right.png) no-repeat center;
  background-size: 7rem 14rem;
  background-color: #fff;
}
.public-pages-next:hover {
  background: url(/esimg/icon/arr-right-white.png) no-repeat center;
  background-size: 7rem 14rem;
  background-color: #C7EDCC;
}
.news-types-box {
  padding-top: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e2e5eb;
}
.news-type-item {
  padding-bottom: 20rem;
  margin: 0 30rem;
  color: #333333;
  position: relative;
}
.news-type-item:hover {
  color: #1f6b35;
}
.news-type-item-on::after {
  content: "";
  position: absolute;
  left: -20%;
  top: calc(100% - 1rem);
  width: calc(100% + 40%);
  height: 2rem;
  background: #C7EDCC;
}
.news-list-box {
  padding-top: 60rem;
  padding-bottom: 60rem;
}
.news-item-box {
  display: flex;
  position: relative;
  padding: 30rem 100rem 30rem 60rem;
  margin-bottom: 30rem;
  background: #f7f7f7;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-item-box:hover {
  background: #C7EDCC;
}
.news-item-box::after {
  content: "";
  position: absolute;
  right: 58rem;
  top: calc(50% - 12.5rem);
  width: 25rem;
  height: 25rem;
  background: url(/esimg/icon/news-item-arr.png) no-repeat;
  background-size: 100% 100%;
}
.news-item-box:hover::after {
  background: url(/esimg/icon/news-item-arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.news-item-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 40rem;
  position: relative;
}
.news-item-date::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 25rem);
  width: 1px;
  height: 50rem;
  background: #eeeeee;
}
.news-item-day {
  font-family: Arial;
  font-weight: bold;
  color: #1f6b35;
}
.news-item-box:hover .news-item-day {
  color: #ffffff;
}
.news-item-month {
  color: #999999;
}
.news-item-box:hover .news-item-month {
  color: #ffffff;
}
.news-item-cont {
  width: calc(100% - 120rem);
  padding-left: 40rem;
}
.news-item-name {
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item-box:hover .news-item-name {
  color: #ffffff;
}
.news-item-text {
  padding-top: 10rem;
  color: #999999;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item-box:hover .news-item-text {
  color: #ffffff;
}
.news-main-flex {
  display: flex;
  align-items: flex-start;
  padding: 30rem 0 60rem;
}
.news-main-left {
  width: 1030rem;
}
.news-main-right {
  width: calc(100% - 1030rem);
  padding-left: 30rem;
}
.news-main-title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.news-info-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15rem;
  padding-bottom: 15rem;
  border-bottom: 1px solid #f0f0f0;
}
.news-info-time,
.news-info-name {
  position: relative;
  color: #999999;
  padding-left: 22rem;
  margin: 0 20rem;
}
.news-info-time::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8rem);
  width: 16rem;
  height: 16rem;
  background: url(/esimg/icon/news-info-time.png) no-repeat;
  background-size: 100% 100%;
}
.news-info-name::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8rem);
  width: 16rem;
  height: 16rem;
  background: url(/esimg/icon/news-info-name.png) no-repeat;
  background-size: 100% 100%;
}
.news-content-box {
  padding-top: 40rem;
  line-height: 1.8;
  color: #333333;
}
.news-content-box p,
.news-content-box span {
  margin-bottom: 20rem;
}
.news-content-box img {
  max-width: 100%;
  margin: 0 auto 20rem;
}
.news-content-box a {
  display: inline-block;
}
.news-ad-img {
  width: 100%;
  margin-top: 30rem;
}
.news-keyword-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-keyword-box p {
  color: #333333;
}
.news-keyword-box a {
  color: #999999;
  margin-right: 8rem;
}
.news-article-box {
  padding-bottom: 35rem;
  border-bottom: 1px solid #f0f0f0;
}
.news-btn-box {
  display: flex;
  justify-content: space-between;
  padding-top: 30rem;
}
.news-btn-left {
  width: 60%;
}
.news-btn-link {
  width: fit-content;
  color: #333333;
  margin-bottom: 10rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-btn-link:hover {
  color: #1f6b35;
}
.news-baike-name {
  font-weight: bold;
  color: #333333;
}
.news-baike-list {
  padding-top: 20rem;
}
.news-baike-item {
  border: 1px solid #e0e1e5;
  padding: 30rem 50rem 30rem 20rem;
  position: relative;
  margin-bottom: 13rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-baike-item:hover {
  background: #C7EDCC;
}
.news-baike-date {
  color: #999999;
}
.news-baike-item:hover .news-baike-date {
  color: #fff;
}
.news-baike-name {
  color: #333333;
  padding-top: 5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-baike-item:hover .news-baike-name {
  color: #fff;
}
.news-baike-item::after {
  content: "";
  position: absolute;
  right: 25rem;
  top: calc(50% - 6.5rem);
  width: 6rem;
  height: 13rem;
  background: url(/esimg/icon/news-arr-gary.png) no-repeat;
  background-size: 100% 100%;
}
.news-baike-item:hover::after {
  background: url(/esimg/icon/news-arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.contact-main-box {
  background: url(/esimg/img/contact-main-bg.png) no-repeat;
  background-size: 100% 100%;
}
.contact-content-box {
  padding-top: 100rem;
  padding-bottom: 180rem;
  display: flex;
  align-items: flex-start;
}
.contact-content-left {
  width: calc(100% - 900rem);
}
.contact-content-right {
  width: 900rem;
}
.contact-map-img {
  width: 100%;
}
.contact-content-text {
  color: #333333;
}
.contact-content-item {
  padding-top: 60rem;
}
.contact-content-name {
  color: #999999;
}
.contact-content-phone {
  font-weight: bold;
  color: #1f6b35;
  padding-top: 10rem;
}
.contact-content-cont {
  padding-top: 10rem;
  color: #333333;
}
.about-content-box {
  display: flex;
  align-items: flex-start;
  padding-top: 70rem;
  padding-bottom: 85rem;
}
.about-content-img {
  width: 660rem;
}
.about-content-right {
  width: calc(100% - 660rem);
  padding-left: 50rem;
}
.about-content-name {
  font-weight: bold;
  color: #333333;
}
.about-content-en {
  font-family: Arial;
  font-weight: 400;
  color: #333333;
}
.about-content-decs {
  padding-top: 30rem;
  line-height: 1.8;
  color: #666666;
}
.about-content-decs p {
  padding-bottom: 30rem;
}
.about-content-decs p:last-child {
  padding-bottom: 0;
}
.about-swiper-slide {
  position: relative;
  z-index: 1;
}
.about-swiper-img {
  width: 100%;
}
.about-swiper-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60rem;
  color: #ffffff;
  background: #C7EDCC;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.about-swiper-box {
  position: relative;
  margin-bottom: 80rem;
}
.about-swiper-box .swiper-slide-active .about-swiper-name {
  display: flex;
}
.about-swiper-box .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.about-swiper-box .swiper-slide-active::after {
  background: rgba(0, 0, 0, 0);
}
.about-swiper-prev {
  position: absolute;
  z-index: 11;
  left: 260rem;
  top: calc(50% - 30rem);
  width: 60rem;
  height: 60rem;
  background: url(/esimg/icon/about-swiper-prev.png) no-repeat;
  background-size: 100% 100%;
}
.about-swiper-next {
  position: absolute;
  z-index: 11;
  right: 260rem;
  top: calc(50% - 30rem);
  width: 60rem;
  height: 60rem;
  background: url(/esimg/icon/about-swiper-next.png) no-repeat;
  background-size: 100% 100%;
}
.about-culture-box {
  padding-bottom: 80rem;
}
.about-culture-main {
  margin-top: 40rem;
  position: relative;
}
.about-culture-bg {
  width: 100%;
}
.about-culture-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.about-culture-cont {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50rem;
  border-right: 1px solid #f0f0f0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-culture-cont:hover {
  background: url(/esimg/img/about-culture-hover.png) no-repeat;
  background-size: 100% 100%;
}
.about-culture-name {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.about-culture-text {
  text-align: center;
  height: 0;
  overflow: hidden;
  padding: 0 10rem;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.strength-main-box {
  padding-top: 60rem;
}
.strength-main-box:nth-child(2n) {
  padding-bottom: 80rem;
}
.about-culture-cont:hover .about-culture-text {
  padding-top: 20rem;
  height: auto;
}
.strength-content-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35rem;
}
.strength-content-item {
  cursor: pointer;
  width: calc((100% - 50rem) / 3);
  height: 310rem;
  overflow: hidden;
  margin-right: 25rem;
  margin-bottom: 35rem;
  position: relative;
}
.strength-content-item:nth-child(3n) {
  margin-right: 0;
}
.strength-content-img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.strength-content-item:hover .strength-content-img {
  transform: scale(1.1);
}
.strength-content-name {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 140rem;
  padding-right: 30rem;
  height: 50rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #C7EDCC;
  padding-left: 20rem;
}
.strength-content-name::after {
  content: "";
  position: absolute;
  right: -31rem;
  top: 0rem;
  width: 0;
  height: 0;
  border-left: 20rem solid transparent;
  border-right: 30rem solid transparent;
  border-top: 50rem solid #C7EDCC;
}
.strength-popup-box {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.strength-popup-main {
  position: absolute;
  top: 20%;
  width: 40%;
  margin: 0 30%;
}
.strength-popup-img {
  width: 100%;
}
.strength-popup-name {
  position: absolute;
  left: 0;
  top: 100%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60rem;
  background: #ffffff;
}
.strength-popup-close {
  position: absolute;
  right: -60rem;
  top: -40rem;
  width: 27rem;
  height: 29rem;
  background: url(/esimg/icon/strength-popup-close.png) no-repeat;
  background-size: 100% 100%;
}
.wap-tab-item .nor {
  display: block;
}
.wap-tab-item .sel {
  display: none;
}
.wap-tab-on .nor {
  display: none;
}
.wap-tab-on .sel {
  display: block;
}
.index-recommend-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40rem 0;
}
.index-recommend-list .index-recommend-item {
  width: calc((100% - 160rem) / 3);
  margin-right: 80rem;
  margin-bottom: 40rem;
  position: relative;
}
.index-recommend-list .index-recommend-item:nth-child(3n) {
  margin-right: 0;
}
.index-recommend-list .index-recommend-name {
  margin-top: 30rem;
  padding-top: 20rem;
}
.about-honors-box {
  background: url(/esimg/img/about-honors-bg.png) no-repeat;
  background-size: 100% 100%;
}
.about-honors-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 100rem 200rem 200rem;
}
.about-honors-item {
  width: calc((100% - 260rem) / 3);
  margin-right: 130rem;
  margin-bottom: 40rem;
}
.about-honors-item:nth-child(3n) {
  margin-right: 0;
}
.about-honors-img {
  width: 100%;
}
.footer-bottom-right {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-right a {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1000px) and (max-width: 1460px) {
  .header-menu-fist {
    width: 110rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 30rem; */
    left: 5%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .header-menu-fist {
    width: 120rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 35rem; */
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .header-menu-fist {
    width: 130rem;
    padding-top: 7rem;
    font-size: 13px;
  }
  .header-menu-on::after {
    left: 5%;
    background: url(/esimg/icon/nav-on.png) no-repeat;
    background-size: 100% 100%;
    width: 91%;
    height: 50rem;
  }
}
@media screen and (max-width: 999px) {
  body,
  html {
    font-size: var(--psize);
  }
  .pc {
    display: none !important;
  }
  .wap {
    display: block !important;
  }
  .main-center-mini,
  .main-center {
    width: calc(100% - 80rem);
    margin: 0 auto;
  }
  .banner-item-content {
    top: 66.5%;
  }
  .banner-item-text {
    height: 248rem;
    width: auto;
    margin: 0 auto 0;
  }
  .header-logo-box {
    width: 167rem;
  }
  .header-wap-close {
    position: absolute;
    right: 40rem;
    top: 40rem;
    width: 48rem;
    height: 48rem;
    background: url(/esimg/icon/icon_close.png) no-repeat;
    background-size: 100% 100%;
  }
  .header-nav-box {
    width: 70vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    background: #fff;
    flex-direction: column;
    padding-top: 120rem;
  }
  .header-nav-box::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 30vw;
    left: -30vw;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  .header-nav-on .header-nav-title {
    position: relative;
  }
  .header-nav-on .header-nav-title::after {
    content: "·";
    position: absolute;
    left: -20rem;
  }
  .header-nav-item {
    padding: 20rem 40rem;
  }
  .header-nav-on .header-nav-section,
  .header-nav-item:hover .header-nav-section {
    position: relative;
    left: auto;
    top: auto;
    width: 90%;
    height: auto;
    background: none;
    padding-top: 20rem;
  }
  .header-nav-on .header-nav-text,
  .header-nav-item:hover .header-nav-text {
    color: rgba(37, 43, 58, 0.8);
    text-align: left;
    padding-left: 25rem;
  }
  .header-menu-second-show {
    position: relative;
    height: 100%;
    top: 0;
    left: 10%;
    padding-bottom: 20rem;
  }
  .header-menu-second-show a {
    color: #2f2f2f;
    text-align: left;
    width: 100%;
    line-height: 42.5rem;
    background-color: rgba(0, 0, 0, 0);
    padding: 5rem 0;
  }
  .header-menu-second-show a:hover {
    background: none;
  }
  .header-main-box {
    padding: 20rem 30rem;
    height: 110rem;
    margin-top: 0;
    background: #fff;
    position: relative;
  }

  .header-main-right {
    margin-right: 0;
  }

  .header-menu-box {
    flex-direction: column;
    position: absolute;
    width: 80%;
    right: 0;
    height: 100%;
    background-color: #fff;
  }
  .header-wap-menu {
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #999;
  }
  .header-wap-menu img {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 24px;
  }
  .header-menu-fist {
    color: #2f2f2f;
    line-height: 80rem;
    width: 100%;
    text-align: left;
  }
  .header-menu-on {
    color: #3c5057;
    font-weight: bold;
  }
  .header-menu-on::after {
    content: "";
    display: none;
  }
  .header-menu-item:hover .header-menu-second {
    height: 0;
  }
  .header-language-dropdown {
    position: absolute;
    bottom: -110rem;
    right: -10%;
    width: 160%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }
  .header-language-box:hover .header-language-dropdown {
    height: 110rem;
  }
  .header-language-dropdown a {
    text-align: center;
    color: #fff;
    line-height: 55rem;
  }
  .header-language-dropdown a:nth-child(2) {
    margin-top: 0;
  }
  .header-center-logo {
    height: 75rem;
  }
  .index-banner-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30rem !important;
    left: auto !important;
    right: 0;
  }
  .header-nav-item {
    height: auto;
  }
  .header-nav-on::after {
    display: none;
  }
  .index-recommend-item {
    height: 700rem;
  }
  .index-recommend-tabs {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .public-btn {
    width: 240rem;
    height: 70rem;
  }
  .index-advantages-content {
    display: flex;
    padding-top: 25rem;
    flex-direction: column;
  }
  .index-advantages-item {
    width: calc(100% - 60rem);
    margin: 0 30rem 30rem;
    height: auto;
    position: relative;
    transition: all 0.5s;
  }
  .index-advantages-item-plus {
    width: calc(100% - 60rem);
    margin: 0 30rem 30rem;
  }
  .index-advantages-item-plus .index-advantages-cont {
    align-items: flex-start;
    padding-left: 50rem;
  }
  .index-advantages-item .index-advantages-cont {
    align-items: flex-start;
    padding-left: 50rem;
  }
  .index-advantages-item .index-advantages-desc {
    display: block;
  }
  .index-advantages-cont {
    justify-content: flex-end;
    padding-bottom: 20rem;
  }
  .index-advantages-desc {
    padding-top: 10rem;
    width: 100%;
    padding-right: 30rem;
    opacity: 0.8;
  }
  .index-about-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .index-about-img {
    width: 100%;
  }
  .index-about-content {
    width: 100%;
    padding-top: 60rem;
    padding-left: 0;
  }
  .index-about-flex {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    width: 100%;
  }
  .index-about-item {
    width: calc(50% - 20rem);
    margin-right: 40rem;
    margin-bottom: 30rem;
  }
  .index-about-item:nth-child(2n) {
    margin-right: 0;
  }
  .index-about-icon {
    width: 90rem;
  }
  .index-about-btn {
    margin-top: 100rem;
    margin-left: auto;
  }
  .index-about-box {
    padding-bottom: 80rem;
  }
  .index-news-content {
    flex-direction: column;
  }
  .index-news-left {
    width: 100%;
    padding-right: 0;
  }
  .index-news-left .index-news-row {
    padding-right: 0;
  }
  .index-news-first {
    flex-direction: column;
  }
  .index-news-img {
    width: 100%;
  }
  .index-news-cont {
    padding-bottom: 50rem;
  }
  .index-news-date::after {
    width: 24rem;
    height: 11rem;
    top: calc(50% - 5rem);
  }
  .index-news-item .index-news-text {
    padding-right: 50rem;
  }
  .index-news-right {
    width: 100%;
    margin-top: 60rem;
  }
  .index-ad-img {
    margin-top: 40rem;
  }
  .content-form-flex {
    width: 100%;
    margin-right: 0;
    margin-top: 30rem;
  }
  .content-form-input {
    height: 70rem;
  }
  .content-form-codes {
    width: calc((100% - 40rem) / 2);
  }
  .content-form-codes {
    margin-right: 20rem;
  }
  .content-form-btn {
    width: calc((100% - 20rem) / 2);
    height: 70rem;
    margin-left: 0;
  }
  .content-form-btn:nth-child(1) {
    margin-right: 20rem;
  }
  .content-form-text {
    margin-top: 30rem;
  }
  .footer-bottom-box {
    padding-top: 50rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-bottom-text {
    margin-bottom: 20rem;
    margin-right: 0;
  }
  .wap-tab-box {
    display: flex !important;
    background: #fbfbfb;
    padding: 20rem 0;
  }
  .wap-tab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wap-tab-icon {
    width: 50rem;
    height: 50rem;
  }
  .wap-tab-name {
    font-family: Arial;
    font-weight: 400;
    padding-top: 10rem;
    color: #333333;
  }
  .footer-wap-item {
    flex: 1;
  }
  .footer-wap-center {
    flex: 0.5;
  }
  .footer-wap-phone {
    width: 114rem;
    margin: -70rem auto 0;
    animation: bounce1 2s infinite;
    -webkit-animation: bounce1 2s infinite;
  }
  /* 手机底部 */
  @keyframes bounce1 {
    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0) translateX(0);
      transform: translate3d(0, 0, 0) translateX(0);
      -moz-transform: translate3d(0, 0, 0) translateX(0);
      -ms-transform: translate3d(0, 0, 0) translateX(0);
      -o-transform: translate3d(0, 0, 0) translateX(0);
    }

    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0) translateX(0);
      transform: translate3d(0, -14px, 0) translateX(0);
      -moz-transform: translate3d(0, -14px, 0) translateX(0);
      -ms-transform: translate3d(0, -14px, 0) translateX(0);
      -o-transform: translate3d(0, -14px, 0) translateX(0);
    }

    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0) translateX(0);
      transform: translate3d(0, -6px, 0) translateX(0);
      -moz-transform: translate3d(0, -6px, 0) translateX(0);
      -ms-transform: translate3d(0, -6px, 0) translateX(0);
      -o-transform: translate3d(0, -6px, 0) translateX(0);
    }

    90% {
      -webkit-transform: translate3d(0, -1px, 0) translateX(0);
      transform: translate3d(0, -1px, 0) translateX(0);
      -moz-transform: translate3d(0, -1px, 0) translateX(0);
      -ms-transform: translate3d(0, -1px, 0) translateX(0);
      -o-transform: translate3d(0, -1px, 0) translateX(0);
    }
  }
  .public-content-box {
    background: url(/esimg/img/content-bg-wap.png) no-repeat;
    background-size: 100% 100%;
    padding: 55rem 0 65rem;
  }
  .public-banner-titles {
    position: absolute;
    z-index: 2;
    left: 50rem;
    top: 80rem;
  }
  .product-main-flex {
    flex-direction: column;
  }
  .product-left-box {
    width: 100%;
  }
  .product-list-box {
    width: 100%;
    margin-left: 0;
    padding: 40rem 40rem;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
  }
  .product-list-item {
    width: 100%;
    margin-right: 0;
    height: 650rem;
  }
  .product-content-box {
    width: 100%;
    padding-left: 0;
    margin-top: 100rem;
  }
  .product-info-box {
    background: #ffffff;
    padding: 35rem 30rem 65rem 30rem;
  }
  .product-header-img {
    width: 100%;
    margin: 20rem auto;
  }
  .product-phone-box .header-phone-img {
    width: 68rem;
  }
  .product-parameter-text {
    color: #333333;
    padding-bottom: 20rem;
    min-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .product-recommend-swiper .index-recommend-item {
    height: 680rem;
  }
  .product-baike-link {
    width: 100%;
    height: 190rem;
    margin-right: 0;
    margin-bottom: 30rem;
    padding: 25rem 25rem 0 25rem;
  }
  .product-baike-link::after {
    display: none;
  }
  .enterprise-advantages-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  .enterprise-advantages-icon {
    width: 110rem;
    margin-top: 280rem;
  }
  .enterprise-advantages-item:hover .enterprise-advantages-icon {
    margin-top: 190rem;
  }
  .product-parameter-imgs {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .product-parameter-pivot {
    width: calc((100% - 30rem) / 2);
    margin-right: 30rem;
    margin-bottom: 30rem;
  }
  .product-parameter-pivot:nth-child(2n) {
    margin-right: 0;
  }
  .product-card-text {
    width: 100% !important;
  }
  .product-card-text:nth-child(4n) {
    width: 100%;
    text-align: left;
  }
  .product-card-main {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .public-pages-item {
    width: 70rem;
    height: 70rem;
  }
  .case-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  .news-item-box {
    padding: 30rem 30rem 30rem 30rem;
  }
  .news-item-date {
    padding-right: 20rem;
  }
  .news-item-cont {
    width: calc(100% - 120rem);
    padding-left: 20rem;
  }
  .public-pages-prev {
    background: url(/esimg/icon/arr-left.png) no-repeat center;
    background-size: 12rem 22rem;
    background-color: #fff;
  }
  .public-pages-prev:hover {
    background: url(/esimg/icon/arr-left-white.png) no-repeat center;
    background-size: 12rem 22rem;
    background-color: #C7EDCC;
  }
  .public-pages-next {
    background: url(/esimg/icon/arr-right.png) no-repeat center;
    background-size: 12rem 22rem;
    background-color: #fff;
  }
  .public-pages-next:hover {
    background: url(/esimg/icon/arr-right-white.png) no-repeat center;
    background-size: 12rem 22rem;
    background-color: #C7EDCC;
  }
  .news-item-box::after {
    display: none;
  }
  .news-main-flex {
    flex-direction: column;
  }
  .news-main-left {
    width: 100%;
  }
  .news-info-time,
  .news-info-name {
    padding-left: 30rem;
  }
  .news-info-time::after {
    top: calc(50% - 12rem);
    width: 24rem;
    height: 24rem;
  }
  .news-info-name::after {
    top: calc(50% - 12rem);
    width: 24rem;
    height: 24rem;
  }
  .news-main-right {
    width: 100%;
    padding-left: 0;
    margin-top: 90rem;
  }
  .news-baike-item {
    margin-bottom: 20rem;
  }
  .news-btn-box {
    flex-direction: column;
  }
  .news-btn-left {
    width: 100%;
  }
  .news-btn-right {
    width: 100%;
    margin-top: 30rem;
  }
  .public-footer-box {
    padding-bottom: 80rem;
  }
  .contact-content-box {
    flex-direction: column;
  }
  .contact-content-left {
    width: 100%;
  }
  .contact-content-right {
    width: 100%;
    margin-top: 40rem;
  }
  .about-content-box {
    flex-direction: column;
  }
  .about-content-img {
    width: 100%;
  }
  .about-content-right {
    width: 100%;
    padding-left: 0;
    margin-top: 60rem;
  }
  .about-swiper-box {
    padding: 0 30rem;
    overflow: hidden;
  }
  .about-swiper-prev {
    left: 40rem;
    top: calc(50% - 80rem);
  }
  .about-swiper-next {
    right: 40rem;
    top: calc(50% - 80rem);
  }
  .about-swiper-name {
    height: 80rem;
  }
  .about-culture-content {
    padding: 80rem 0 20rem;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .about-culture-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-culture-cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50rem;
    border-right: none;
  }
  .about-culture-cont:hover {
    background: none;
  }
  .about-culture-text {
    height: auto;
    padding: 20rem 10rem;
  }
  .strength-content-item {
    cursor: pointer;
    width: 100%;
    height: 400rem;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 35rem;
    position: relative;
  }
  .strength-popup-main {
    position: absolute;
    top: 30%;
    width: 80%;
    margin: 0 10%;
  }
  .strength-popup-close {
    position: absolute;
    right: -40rem;
    top: -30rem;
  }
  .strength-popup-name {
    height: 80rem;
  }
  .index-advantages-img {
    height: 600rem;
  }
  .strength-content-name {
    height: 70rem;
  }
  .strength-content-name::after {
    content: "";
    position: absolute;
    right: -41rem;
    top: 0rem;
    width: 0;
    height: 0;
    border-left: 30rem solid transparent;
    border-right: 40rem solid transparent;
    border-top: 70rem solid #C7EDCC;
  }
  .index-recommend-list .index-recommend-item {
    width: 100%;
    margin-right: 0;
    position: relative;
    height: 750rem;
  }
  .about-honors-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60rem 80rem 60rem;
    flex-direction: column;
  }
  .about-honors-item {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
}

/* =============================================================
   嘉奥采暖·深绿主题统一层(合并自theme-green.css,最终版)
   ============================================================= */
:root {
  --szx-theme: #C7EDCC;
  --szx-theme-rgb: 199, 237, 204;
  --szx-theme-soft: #eefbf0;
  --szx-theme-mid: #2e8b4a;
  --szx-theme-strong: #3f9656;
  --szx-theme-dark: #1f6b35;
  --szx-text-on-theme: #174f27;
}
body { accent-color: var(--szx-theme-strong); }

/* ---------- 文字颜色修正(浅色背景元素) ---------- */
.header-phone-number, .contact-content-phone, .product-phone-number,
.news-main-title, .news-item-day, .product-left-section-on,
.product-card-name, .index-news-type-on { color: #1f6b35 !important; }
.header-phone-number:hover { color: #174f27 !important; }
.news-item-month { color: #2e8b4a !important; }
.news-info-flex p { color: #888888 !important; }
.news-btn-link:hover, .news-type-item:hover { color: #1f6b35 !important; }
.product-card-text span::before { background: #C7EDCC !important; }
.contact-content-cont a { color: #1f6b35 !important; }

/* ---------- 顶部apex条:白底细线·低调不抢镜 ---------- */
.apex-box { background: #ffffff !important; border-bottom: 1px solid #f0f2f0 !important; }
.apex-box .main-center { min-height: 32rem; padding: 4rem 0; }
.apex-left-text {
  color: #9aa79e !important;
  opacity: 1;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
}
.apex-right-btn {
  color: #9aa79e !important;
  opacity: 1;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0 16rem;
  transition: color 0.3s ease;
}
.apex-right-btn::after {
  right: -16rem;
  background-color: #ecefec;
}
.apex-right-btn:hover {
  color: #5a6b60 !important;
  text-decoration: none;
}
.apex-right-btn + .apex-right-btn::before { content: "·"; margin: 0 10rem 0 4rem; color: #c7e8cf; }

/* ---------- 导航下拉:白底深绿(收起零占位) ---------- */
.header-nav-section { padding: 0 !important; border: none !important; box-shadow: none !important; background: transparent !important; }
.header-nav-item:hover .header-nav-section { background: #ffffff !important; padding: 4rem 0 !important; border: 1px solid #e3f3e6 !important; border-radius: 0 0 10rem 10rem !important; box-shadow: 0 12rem 30rem rgba(15,61,31,0.15) !important; }
.header-nav-text { color: #1f6b35 !important; }
.header-nav-text:hover { color: #174f27 !important; background: #eefbf0; }
.header-nav-on .header-nav-text, .header-nav-item:hover .header-nav-text { color: #174f27 !important; }
.header-menu-on { color: #1f6b35; }
.header-nav-title { font-weight: 600; }

/* ---------- 页脚:低饱和墨绿 ---------- */
.public-footer-box { background: linear-gradient(180deg, #18261d 0%, #101d15 100%) !important; }
.footer-left-phone { color: #ffffff !important; text-shadow: 0 1rem 8rem rgba(0,0,0,0.25); }
.footer-left-phone:hover { color: #C7EDCC !important; }
.public-footer-box .footer-left-text, .footer-center-first, .footer-center-section,
.footer-wap-item, .footer-bottom-text { color: #a8b8ad !important; }
.public-footer-box a:hover, .footer-center-section:hover, .footer-wap-item:hover { color: #8ed69c !important; }

/* ---------- 悬浮侧栏:qdszx绿色版 + hover白绿互换 ---------- */
.suspension-content-max {
  width: fit-content !important;
  background: #1f6b35 !important;
  border: none !important;
  border-radius: 12rem !important;
  box-shadow: 0 10rem 32rem rgba(15,61,31,0.4) !important;
  padding: 0 !important;
  overflow: visible !important;
}
.suspension-content-box {
  width: 90rem !important; height: 90rem !important; padding: 0 !important;
  border-bottom: 1px dashed rgba(255,255,255,0.35) !important;
  border-radius: 0 !important;
  transition: background 0.25s;
}
.suspension-content-box:last-child { border-bottom: none !important; }
.suspension-content-icon {
  background: transparent !important;
  filter: brightness(0) invert(1) !important;
  width: 40rem !important; height: 40rem !important; padding: 0 !important;
  border-radius: 0 !important; box-shadow: none !important;
  transition: transform 0.25s;
}
.suspension-content-bottom .suspension-content-icon { width: 48rem !important; height: 48rem !important; }
.suspension-content-name { color: #ffffff !important; font-weight: 500; letter-spacing: 1px; margin-top: 4rem !important; }
.suspension-content-top { border-radius: 12rem 12rem 0 0 !important; }
.suspension-content-bottom { border-radius: 0 0 12rem 12rem !important; }
/* hover:背景变白、图标变绿、文字变绿 */
.suspension-content-box:hover { background: rgba(255, 255, 255, 0.14) !important; }
.suspension-content-box:hover .suspension-content-icon {
  filter: none !important;
  transform: scale(1.08);
}
.suspension-content-box:hover .suspension-content-name { color: #ffffff !important; }
.suspension-content-top:hover { border-radius: 12rem 12rem 0 0 !important; }
.suspension-content-bottom:hover { border-radius: 0 0 12rem 12rem !important; }
/* 热线脉冲 */
.suspension-content-top .suspension-content-icon { animation: jiaao-pulse 2.6s ease-in-out infinite; }
@keyframes jiaao-pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.12); } }
.suspension-content-top:hover .suspension-content-icon { animation: none; }
/* 弹卡:白底绿边 */
.suspension-content-info {
  position: absolute !important; right: calc(100% + 16rem) !important; top: 45rem !important;
  transform: translateY(0) translateX(10rem);
  visibility: hidden; opacity: 0;
  transition: all 0.25s ease;
  white-space: nowrap; z-index: 10; pointer-events: none;
  width: auto !important; height: auto !important; overflow: visible !important;
}
.suspension-content-box:hover .suspension-content-info {
  visibility: visible; opacity: 1;
  transform: translateY(0) translateX(0);
  pointer-events: auto;
}
.suspension-content-info:not(.suspension-content-qr) {
  min-width: 264rem !important; background: #ffffff !important;
  border: 1px solid #8ed69c !important; border-radius: 12rem !important;
  box-shadow: 0 12rem 34rem rgba(15,61,31,0.36) !important;
  padding: 18rem 24rem 18rem 28rem !important; box-sizing: border-box;
}
.suspension-content-info:not(.suspension-content-qr)::before {
  content: ""; position: absolute; left: 0; top: 14rem; bottom: 14rem; width: 5rem;
  border-radius: 0 4rem 4rem 0; background: linear-gradient(180deg, #3a9d5c, #1f6b35);
}
.suspension-content-text { display: block !important; padding: 0 !important; }
.suspension-content-by { color: #555555 !important; font-size: 14rem !important; letter-spacing: 2px; }
.suspension-content-decs { color: #1f6b35 !important; font-weight: bold; font-size: 21rem !important; padding-top: 6rem; letter-spacing: 1px; }
.suspension-content-qr {
  display: flex !important; flex-direction: column; align-items: center; justify-content: center;
  width: 160rem !important; min-width: 160rem !important; height: 195rem;
  background: #ffffff !important; border: 1px solid #8ed69c !important;
  border-radius: 12rem !important; box-shadow: 0 12rem 34rem rgba(15,61,31,0.36) !important;
  box-sizing: border-box;
}
.suspension-content-qr img, .suspension-content-qr .suspension-content-qr-code {
  display: block !important; visibility: visible !important; opacity: 1 !important;
  width: 100rem !important; height: 100rem !important; margin: 0 auto;
}
.suspension-content-qr-name { margin-top: 10rem; color: #1f6b35 !important; font-weight: bold; letter-spacing: 1px; font-size: 15rem; }

/* ---------- 按钮hover:纯色渐变(无白flair) ---------- */
.eshine-effect-button .button__flair, .eshine-effect-button .button__flair:before, .eshine-effect-button:after {
  display: none !important; content: none !important; background: transparent !important;
  border: none !important; box-shadow: none !important; width: 0 !important; height: 0 !important;
}
.public-btn { transition: all 0.25s ease !important; }
.public-btn:hover {
  background: linear-gradient(135deg, #3a9d5c 0%, #2e8b4a 50%, #1f6b35 100%) !important;
  border-color: #1f6b35 !important; color: #ffffff !important;
  transform: translateY(-2rem);
  box-shadow: 0 10rem 26rem rgba(31,107,53,0.35) !important;
}
.public-btn:hover span { color: #ffffff !important; }
.public-btn-reversed { color: #1f6b35; background: #ffffff; border: 1px solid #8ed69c; }
.public-btn-reversed:hover { background: #ffffff !important; border-color: #ffffff !important; box-shadow: 0 10rem 26rem rgba(15,61,31,0.3) !important; }
.public-btn-reversed:hover span { color: #1f6b35 !important; }

/* ---------- 资讯分类侧栏(浅色) ---------- */
.news-page-flex { display: flex; align-items: flex-start; padding: 40rem 0 60rem; }
.news-page-side { width: 300rem; flex-shrink: 0; margin-right: 40rem; }
.news-page-main { flex: 1; min-width: 0; }
.news-side-box { background: #ffffff; border: 1px solid #e3f3e6; border-radius: 12rem; padding: 0 0 30rem; box-shadow: 0 6rem 24rem rgba(15,61,31,0.07); overflow: hidden; }
.news-side-titles { background: #ffffff !important; color: #1f6b35 !important; font-weight: bold; padding: 22rem 30rem; letter-spacing: 2px; border-bottom: 1px solid #e3f3e6; }
.news-side-btn { position: relative; display: block; margin: 18rem 24rem 0; padding: 14rem 26rem; border-radius: 26rem; background: #ffffff !important; color: #1f6b35 !important; border: 1px solid #c7e8cf; text-decoration: none; letter-spacing: 1px; transition: all 0.25s; box-shadow: none !important; font-weight: 500; }
.news-side-btn::before { content: ""; position: absolute; left: -1rem; top: 50%; transform: translateY(-50%); width: 4rem; height: 22rem; border-radius: 0 4rem 4rem 0; background: #8ed69c; opacity: 0; transition: opacity 0.2s; }
.news-side-btn:hover { background: #eefbf0 !important; color: #174f27 !important; transform: translateY(-1rem); box-shadow: 0 4rem 14rem rgba(31,107,53,0.12) !important; }
.news-side-btn-on { background: #eefbf0 !important; color: #174f27 !important; font-weight: bold; border-color: #8ed69c; box-shadow: 0 4rem 14rem rgba(31,107,53,0.12) !important; }
.news-side-btn-on::before { opacity: 1; background: #1f6b35 !important; box-shadow: none !important; }
.news-main-right .news-side-box { margin-bottom: 30rem; }

/* ---------- 相关文章推荐 ---------- */
.news-reco-box { background: #ffffff; border: 1px solid #e3f3e6; border-radius: 12rem; padding: 22rem 24rem; margin-bottom: 26rem; box-shadow: 0 6rem 24rem rgba(15,61,31,0.06); }
.news-reco-box .news-baike-name { color: #1f6b35; border-left: 4rem solid #1f6b35; padding-left: 14rem; margin-bottom: 16rem; letter-spacing: 1px; }
.news-reco-item { display: flex; align-items: flex-start; gap: 10rem; padding: 12rem 6rem; border-bottom: 1px dashed #e3f3e6; text-decoration: none; transition: all 0.2s; }
.news-reco-item:last-child { border-bottom: none; }
.news-reco-dot { flex-shrink: 0; width: 8rem; height: 8rem; border-radius: 50%; background: #C7EDCC; margin-top: 9rem; }
.news-reco-title { flex: 1; min-width: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #333333; line-height: 1.6; }
.news-reco-date { flex-shrink: 0; color: #999999; padding-top: 2rem; }
.news-reco-item:hover .news-reco-title { color: #1f6b35; }
.news-reco-item:hover .news-reco-dot { background: #1f6b35; }

/* ---------- 列表卡片与分页 ---------- */
.news-item-box { background: #ffffff; border: 1px solid #eef3ef; border-radius: 12rem; padding: 26rem 28rem; margin-bottom: 20rem; transition: all 0.25s; }
.news-item-box:hover { transform: translateY(-3rem); border-color: #8ed69c; box-shadow: 0 10rem 28rem rgba(15,61,31,0.12); }
.news-item-box:hover .news-item-name { color: #1f6b35; }
.news-item-date { border-radius: 10rem; background: #f4fbf6; padding: 14rem 18rem; margin-right: 24rem; }
.news-item-day { color: #1f6b35; }
.news-item-month { color: #2e8b4a; }
.news-item-text { color: #666666; }
.public-pages-box { padding: 30rem 0 10rem; }
.public-pages-item, .public-pages-box .page-num { border-radius: 24rem !important; border: 1px solid #e3f3e6; background: #ffffff; color: #555555; transition: all 0.2s; }
.public-pages-item:hover, .public-pages-box .page-num:hover { border-color: #8ed69c; color: #1f6b35; background: #f4fbf6; }
.public-pages-box .page-num-current { background: linear-gradient(135deg, #2e8b4a, #1f6b35) !important; border-color: #1f6b35 !important; color: #ffffff !important; }
.public-pages-num { color: #999999; }

/* ---------- 文章页排版(去竖杠、加大字号) ---------- */
.news-main-title { font-size: 34rem !important; font-weight: 700 !important; color: #1f2a23 !important; line-height: 1.4 !important; letter-spacing: 1px !important; margin: 14rem 0 18rem !important; padding-bottom: 0 !important; }
.news-main-title::after { content: none !important; }
.news-info-flex { gap: 8rem; padding-bottom: 20rem !important; margin-bottom: 30rem !important; border-bottom: 1px solid #eef3ef !important; }
.news-info-flex p { font-size: 15rem !important; color: #93a29a !important; letter-spacing: 1px; }
.news-info-time::after { content: "·"; margin: 0 20rem !important; color: #b9d9c2 !important; }
.news-content-box { color: #3d4741 !important; font-size: 17rem !important; line-height: 2 !important; }
.news-content-box p { margin: 18rem 0 !important; }
.news-content-box p, .news-content-box p span, .news-content-box div, .news-content-box div span { font-family: "Microsoft YaHei","PingFang SC",sans-serif !important; }
.news-content-box h2, .news-content-box h3, .news-content-box h4 { padding-left: 0 !important; color: #1f6b35 !important; letter-spacing: 0.5px !important; line-height: 1.5 !important; font-weight: bold !important; }
.news-content-box h2 { font-size: 26rem !important; margin: 40rem 0 20rem !important; padding-bottom: 14rem !important; border-bottom: 1px solid #e3f3e6; }
.news-content-box h3 { font-size: 22rem !important; margin: 34rem 0 16rem !important; }
.news-content-box h4 { font-size: 19rem !important; margin: 28rem 0 14rem !important; }
.news-content-box h1 span, .news-content-box h2 span, .news-content-box h3 span, .news-content-box h4 span, .news-content-box h5 span, .news-content-box h1 strong, .news-content-box h2 strong, .news-content-box h3 strong, .news-content-box h4 strong { font-size: inherit !important; font-family: inherit !important; color: inherit !important; }
.news-content-box img { display: block !important; max-width: 100% !important; height: auto !important; margin: 22rem auto !important; border-radius: 12rem !important; border: 1px solid #eef3ef; box-shadow: 0 8rem 24rem rgba(15,61,31,0.08); }
.news-content-box a { color: #2e8b4a !important; text-decoration: none !important; }
.news-content-box a:hover { color: #1f6b35 !important; text-decoration: underline !important; }
.news-content-box ul { padding-left: 8rem; margin: 16rem 0 !important; }
.news-content-box ul li { list-style: none; position: relative; padding-left: 20rem; margin: 12rem 0 !important; line-height: 1.9 !important; color: #3d4741 !important; }
.news-content-box ul li::before { content: ""; position: absolute; left: 2rem; top: 15rem; width: 7rem; height: 7rem; border-radius: 50%; background: #8ed69c; }
.news-content-box ol { padding-left: 8rem; margin: 16rem 0 !important; counter-reset: jiaao-ol; }
.news-content-box ol li { list-style: none; position: relative; padding-left: 36rem; margin: 12rem 0 !important; line-height: 1.9 !important; color: #3d4741 !important; counter-increment: jiaao-ol; }
.news-content-box ol li::before { content: counter(jiaao-ol); position: absolute; left: 0; top: 11rem; width: 26rem; height: 26rem; border-radius: 50%; background: #eefbf0; border: 1px solid #c7e8cf; color: #1f6b35; font-size: 14rem; font-weight: 600; text-align: center; line-height: 26rem; }
.news-content-box blockquote { margin: 22rem 0 !important; padding: 18rem 24rem !important; background: #f6fcf8; border-left: 4rem solid #8ed69c; border-radius: 0 12rem 12rem 0; color: #5a6b60 !important; }
.news-content-box table { width: 100%; border-collapse: collapse; margin: 22rem 0 !important; border-radius: 10rem; overflow: hidden; }
.news-content-box th { background: #eefbf0; color: #1f6b35 !important; font-weight: 600; }
.news-content-box td, .news-content-box th { border: 1px solid #d8f0de; padding: 12rem 16rem !important; }
.news-btn-box { display: flex; gap: 24rem; margin-top: 34rem; }
.news-btn-item { position: relative; flex: 1; min-width: 0; background: #ffffff; border: 1px solid #e3f3e6; border-radius: 14rem; padding: 18rem 24rem 18rem 64rem; transition: all 0.25s; }
.news-btn-item::before { content: "\2190"; position: absolute; left: 14rem; top: 50%; transform: translateY(-50%); width: 40rem; height: 40rem; line-height: 40rem; text-align: center; border-radius: 50%; background: #eefbf0; color: #1f6b35; font-size: 18rem; }
.news-btn-item-right::before { content: "\2192"; }
.news-btn-item:hover { transform: translateY(-2rem); border-color: #8ed69c; background: #f4fbf6; box-shadow: 0 6rem 18rem rgba(31,107,53,0.12); }
.news-btn-tag { display: block; color: #999999; letter-spacing: 2px; margin-bottom: 6rem; }
.news-btn-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #333333; line-height: 1.6; }
.news-btn-title a { color: #333333; text-decoration: none; }
.news-btn-item:hover .news-btn-title a, .news-btn-item:hover .news-btn-title { color: #1f6b35; }

/* ---------- 产品详情页 ---------- */
.product-info-box, .product-reco-box { background: #ffffff; border: 1px solid #eef3ef; border-radius: 14rem; box-shadow: 0 8rem 30rem rgba(15,61,31,0.06); padding: 40rem 50rem; margin-bottom: 30rem; }
.product-info-title { text-align: center; color: #1f2a23; font-weight: bold; margin: 0 0 26rem; letter-spacing: 1px; }
.product-swiper { border-radius: 14rem; overflow: hidden; border: 1px solid #eef3ef; background: #f9fdf9; margin-bottom: 34rem; }
.product-swiper .swiper-slide { position: relative; }
.product-swiper .swiper-slide img { width: 100%; height: 440rem; object-fit: cover; }
.product-swiper-tip { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(0deg, rgba(15,61,31,0.78), rgba(15,61,31,0)); color: #ffffff; padding: 34rem 20rem 14rem; letter-spacing: 1px; }
.product-swiper-pagination .swiper-pagination-bullet { background: #8ed69c; opacity: 0.6; }
.product-swiper-pagination .swiper-pagination-bullet-active { background: #1f6b35; opacity: 1; }
.product-swiper-prev, .product-swiper-next { position: absolute; top: 50%; transform: translateY(-50%); width: 44rem; height: 44rem; border-radius: 50%; background: rgba(255,255,255,0.9); cursor: pointer; z-index: 5; box-shadow: 0 4rem 14rem rgba(15,61,31,0.2); transition: all 0.25s; }
.product-swiper-prev:hover, .product-swiper-next:hover { background: #1f6b35; }
.product-swiper-prev { left: 16rem; background-image: url("/esimg/icon/arr-left.png"); background-size: 20rem; background-position: center; background-repeat: no-repeat; }
.product-swiper-next { right: 16rem; background-image: url("/esimg/icon/arr-right.png"); background-size: 20rem; background-position: center; background-repeat: no-repeat; }
.product-swiper-prev:hover { background-image: url("/esimg/icon/arr-left-white.png"); }
.product-swiper-next:hover { background-image: url("/esimg/icon/arr-right-white.png"); }
.product-info-titles { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e3f3e6; padding-bottom: 16rem; margin: 36rem 0 22rem; }
.product-info-name { color: #1f6b35; font-weight: bold; position: relative; padding-left: 18rem; letter-spacing: 1px; }
.product-info-name::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6rem; height: 24rem; border-radius: 3rem; background: linear-gradient(180deg, #8ed69c, #1f6b35); }
.product-phone-box { display: flex; align-items: center; gap: 12rem; background: #f4fbf6; border: 1px solid #c7e8cf; border-radius: 30rem; padding: 10rem 24rem; }
.product-phone-box .header-phone-img { width: 32rem; height: 32rem; }
.product-phone-text { color: #999999; letter-spacing: 1px; }
.product-phone-number { color: #1f6b35; font-weight: bold; letter-spacing: 1px; }
.product-info-parameter { color: #3d4741; line-height: 2; }
.product-info-parameter p { margin: 14rem 0; }
.product-info-parameter img { display: block; max-width: 100%; height: auto; margin: 18rem auto; border-radius: 10rem; }
.product-parameter-imgs { display: flex; flex-wrap: wrap; margin: 10rem -8rem 0; }
.product-parameter-item { width: calc((100% - 48rem) / 3); margin: 8rem; border-radius: 10rem; overflow: hidden; border: 1px solid #eef3ef; }
.product-parameter-item img { width: 100%; height: 180rem; object-fit: cover; transition: transform 0.35s; }
.product-parameter-item:hover img { transform: scale(1.06); }
.product-cta-box { text-align: center; margin: 40rem 0 10rem; }
.product-cta-btn { display: inline-flex; align-items: center; gap: 10rem; background: linear-gradient(135deg, #3a9d5c 0%, #2e8b4a 45%, #1f6b35 100%); color: #ffffff; padding: 16rem 56rem; border-radius: 34rem; text-decoration: none; letter-spacing: 3px; font-weight: 600; box-shadow: 0 10rem 26rem rgba(31,107,53,0.35); transition: all 0.25s; }
.product-cta-btn:hover { transform: translateY(-3rem); color: #ffffff; box-shadow: 0 14rem 34rem rgba(31,107,53,0.5); }
.product-cta-icon { font-size: 22rem; }
.product-reco-box .product-info-titles { margin-top: 0; }
.product-reco-list { display: flex; flex-wrap: wrap; margin: 0 -10rem; }
.product-reco-item { width: calc((100% - 80rem) / 4); margin: 10rem; background: #ffffff; border: 1px solid #eef3ef; border-radius: 12rem; overflow: hidden; text-decoration: none; transition: all 0.25s; }
.product-reco-item:hover { transform: translateY(-4rem); border-color: #8ed69c; box-shadow: 0 10rem 28rem rgba(15,61,31,0.14); }
.product-reco-img { height: 160rem; overflow: hidden; background: #f9fdf9; }
.product-reco-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; }
.product-reco-item:hover .product-reco-img img { transform: scale(1.06); }
.product-reco-name { color: #1f2a23; font-weight: bold; padding: 14rem 16rem 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-reco-text { color: #999999; padding: 6rem 16rem 16rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-left-box { background: #ffffff; border: 1px solid #eef3ef; border-radius: 12rem; overflow: hidden; box-shadow: 0 6rem 24rem rgba(15,61,31,0.06); }
.product-left-titles { color: #1f6b35 !important; font-weight: bold; border-bottom: 1px solid #eef3ef; background: #f4fbf6; }
.product-left-first { color: #333333; background: #ffffff; border-bottom: 1px solid #eef3ef; }
.product-left-show-child .product-left-first { background: #ffffff; color: #1f6b35; }
.product-left-section { color: #555555; }
.product-left-section:hover, .product-left-section-on { color: #1f6b35; }
.product-card-grid { background: #ffffff; border: 1px solid #eef3ef; border-radius: 12rem; transition: all 0.25s; }
.product-card-grid:hover { border-color: #8ed69c; box-shadow: 0 10rem 28rem rgba(15,61,31,0.12); transform: translateY(-3rem); }

/* ---------- 案例画廊 ---------- */
.case-gallery-main { padding: 30rem 0 60rem; }
.case-gallery-desc { color: #666666; line-height: 1.9; max-width: 900rem; margin: 0 auto 40rem; text-align: center; }
.case-gallery-box { display: flex; flex-wrap: wrap; margin: 0 -12rem; }
.case-gallery-item { width: calc((100% - 120rem) / 5); margin: 0 12rem 24rem; background: #ffffff; border: 1px solid #eef3ef; border-radius: 12rem; overflow: hidden; transition: all 0.25s; }
.case-gallery-item:hover { transform: translateY(-4rem); border-color: #8ed69c; box-shadow: 0 12rem 30rem rgba(15,61,31,0.14); }
.case-gallery-img { height: 190rem; overflow: hidden; }
.case-gallery-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.case-gallery-item:hover .case-gallery-img img { transform: scale(1.08); }
.case-gallery-name { text-align: center; color: #1f6b35; padding: 14rem 10rem; letter-spacing: 1px; }

/* ---------- 404模板页 ---------- */
.notfound-main { background: linear-gradient(160deg, #eefbf0 0%, #e3f5e7 45%, #d8f0de 100%); padding: 90rem 0 110rem; text-align: center; }
.notfound-code { font-size: 130rem; font-weight: bold; color: #1f6b35; line-height: 1; letter-spacing: 6px; text-shadow: 6px 8px 0 rgba(31,107,53,0.12); }
.notfound-en { font-size: 20rem; color: #8ed69c; letter-spacing: 6px; margin: 18rem 0 10rem; text-transform: uppercase; }
.notfound-title { font-size: 30rem; color: #173b22; margin-bottom: 14rem; }
.notfound-text { font-size: 16rem; color: #5a6b60; margin-bottom: 40rem; line-height: 1.8; }
.notfound-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.notfound-btn { display: inline-block; padding: 12rem 40rem; border-radius: 26rem; font-size: 16rem; text-decoration: none; transition: all 0.2s; }
.notfound-btn-primary { background: #1f6b35; color: #fff; }
.notfound-btn-primary:hover { background: #173b22; transform: translateY(-2rem); box-shadow: 0 8px 20px rgba(31,107,53,0.3); }
.notfound-btn-plain { background: #fff; color: #1f6b35; border: 1px solid #c7e8cf; }
.notfound-btn-plain:hover { background: #eefbf0; }

/* ---------- 表单按钮 ---------- */
.content-form-submit { background: linear-gradient(135deg, #3a9d5c 0%, #2e8b4a 50%, #1f6b35 100%); color: #ffffff; box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 4rem 14rem rgba(31,107,53,0.22); }
.content-form-submit:hover { background: linear-gradient(135deg, #45ad6a 0%, #35975a 50%, #237a3d 100%); box-shadow: 0 10rem 26rem rgba(31,107,53,0.35); transform: translateY(-2rem); }

/* ---------- 移动端 ---------- */
@media screen and (max-width: 999px) {
  .news-page-flex { flex-direction: column; }
  .news-page-side { width: 100%; margin-right: 0; margin-bottom: 30rem; }
  .news-side-box { padding: 0 20rem 20rem; }
  .news-side-titles { display: none; }
  .news-side-btn { display: inline-block; margin: 14rem 12rem 0 0; padding: 12rem 24rem; }
  .public-footer-box .footer-top-box { flex-direction: column; align-items: center; text-align: center; }
  .footer-top-left { display: flex; flex-direction: column; align-items: center; margin-bottom: 30rem; }
  .footer-left-flex { flex-wrap: wrap; justify-content: center; margin-bottom: 12rem; }
  .footer-left-text { word-break: break-all; line-height: 1.7; }
  .footer-wap-phone { margin: 14rem auto 0 !important; text-align: center; }
  .footer-bottom-box { align-items: center; text-align: center; }
  .footer-bottom-text { line-height: 1.8; margin-bottom: 12rem; }
  .product-info-box, .product-reco-box { padding: 24rem 20rem; }
  .product-swiper .swiper-slide img { height: 260rem; }
  .product-parameter-item { width: calc((100% - 32rem) / 2); }
  .product-reco-item { width: calc((100% - 40rem) / 2); }
  .product-info-titles { flex-direction: column; align-items: flex-start; gap: 14rem; }
  .case-gallery-item { width: calc((100% - 72rem) / 3); }
}
@media screen and (max-width: 750px) {
  .news-main-title { font-size: 26rem !important; }
  .news-content-box h2 { font-size: 22rem !important; }
  .news-content-box h3 { font-size: 19rem !important; }
  .news-content-box h4 { font-size: 18rem !important; }
  .news-content-box { font-size: 16rem !important; }
  .news-btn-box { flex-direction: column; gap: 14rem; }
  .news-item-box { padding: 24rem 20rem !important; }
  .news-item-day { font-size: 24rem !important; }
  .news-main-left, .news-main-right { padding-left: 0 !important; }
  .news-main-right .news-side-box { margin-top: 30rem; }
  .public-title-cn { font-size: 26rem !important; }
  .public-title-en { font-size: 15rem !important; letter-spacing: 3px; }
  .content-form-input, .content-form-text { width: 100% !important; }
  .content-form-btns { flex-wrap: wrap; gap: 12rem; }
  .case-list-item, .product-card-grid { width: 100% !important; margin-right: 0 !important; }
  .case-gallery-item { width: calc((100% - 24rem) / 2); }
  .banner-main-box .keyword-box, .public-banner-box .keyword-box { display: none; }
}

/* =============================================================
   修正层:侧栏hover图标可见 + 首页推荐卡片hover精修
   ============================================================= */

/* 侧栏 hover:白底+绿渐变圆底白图标+深绿字 */
.suspension-content-box:hover .suspension-content-icon {
  filter: brightness(0) invert(1) drop-shadow(0 0 6rem rgba(255, 255, 255, 0.6)) !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transform: scale(1.12);
}
.suspension-content-box:hover .suspension-content-name { color: #1f6b35 !important; }

/* =============================================================
   首页收尾:微信弹窗加大/顶条胶囊/推荐渐变hover/新闻hover对齐
   ============================================================= */

/* 微信弹窗加大留白 */
.suspension-content-qr {
  width: 190rem !important;
  min-width: 190rem !important;
  height: 230rem !important;
  padding: 22rem !important;
}
.suspension-content-qr img,
.suspension-content-qr .suspension-content-qr-code {
  width: 120rem !important;
  height: 120rem !important;
}
.suspension-content-qr-name {
  margin-top: 16rem;
}

/* 顶条统一胶囊风格 */
.apex-right-btn {
  display: inline-block;
  padding: 4rem 18rem;
  border: 1px solid #c7e8cf;
  border-radius: 20rem;
  transition: all 0.25s;
}
.apex-right-btn:hover {
  background: #1f6b35;
  color: #ffffff !important;
  text-decoration: none !important;
  border-color: #1f6b35;
}
.apex-right-btn + .apex-right-btn::before {
  content: none;
}

/* 新闻板块hover对齐qdszx */
.index-news-first {
  position: relative;
  overflow: hidden;
  border-radius: 12rem;
  transition: all 0.3s;
}
.index-news-first .index-news-img {
  transition: transform 0.5s ease;
}
.index-news-first:hover {
  box-shadow: 0 10rem 26rem rgba(15, 61, 31, 0.14);
}
.index-news-first:hover .index-news-img {
  transform: scale(1.06);
}
.index-news-first:hover .index-news-name {
  color: #1f6b35;
}
.index-news-item {
  border-radius: 10rem;
  padding: 30rem 12rem;
  transition: all 0.25s;
}
.index-news-item:hover {
  background: #f4fbf6;
}
.index-news-item:hover .index-news-name {
  color: #1f6b35;
}
.index-news-date {
  color: #999999;
}
.index-news-type {
  position: relative;
  padding-bottom: 8rem;
  cursor: pointer;
  transition: color 0.3s;
}
.index-news-type::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3rem;
  border-radius: 2rem;
  background: linear-gradient(90deg, #8ed69c, #1f6b35);
  transition: width 0.3s ease;
}
.index-news-type:hover::after,
.index-news-type-on::after {
  width: 70%;
}
.index-news-more {
  transition: all 0.25s;
}
.index-news-more:hover {
  color: #1f6b35;
}

/* =============================================================
   首页收尾v2:顶条去胶囊/弹窗对齐/推荐区并排/案例统一/按钮统一
   ============================================================= */

/* 顶条去胶囊:简洁文字 */
.apex-right-btn {
  display: inline;
  padding: 0;
  border: none;
  border-radius: 0;
}
.apex-right-btn:hover {
  background: transparent;
  color: #174f27 !important;
  text-decoration: underline !important;
  border: none;
}
.apex-right-btn + .apex-right-btn::before {
  content: "·";
  margin: 0 10rem 0 4rem;
  color: #c7e8cf;
}

/* 侧栏弹窗与按钮上沿对齐 */
.suspension-content-info {
  top: 0 !important;
  transform: translateX(10rem);
}
.suspension-content-box:hover .suspension-content-info {
  transform: translateX(0);
}

/* 查看更多按钮统一(白底绿字绿边,深浅背景都协调) */
.public-btn {
  background: #ffffff !important;
  color: #1f6b35 !important;
  border: 1px solid #c7e8cf !important;
  border-radius: 26rem;
  padding: 8rem 28rem;
}
.public-btn span { color: #1f6b35 !important; }
.public-btn:hover {
  background: linear-gradient(135deg, #3a9d5c 0%, #2e8b4a 50%, #1f6b35 100%) !important;
  border-color: #1f6b35 !important;
}
.public-btn:hover span { color: #ffffff !important; }

/* 案例图:恢复 qdszx 451/281 比例,不再硬裁 240rem 高 */
.index-case-img {
  overflow: hidden;
}
.index-case-img img {
  width: 100%;
  aspect-ratio: 451 / 281;
  object-fit: cover;
  transition: transform 0.4s;
}
.index-case-slide:hover .index-case-img img {
  transform: scale(1.06);
}

/* 新闻首卡图:qdszx 横向结构,503 宽 300 高与文字列对齐 */
.index-news-first .index-news-img {
  width: 503rem;
  height: 300rem;
  object-fit: cover;
}
.index-news-list {
  transition: opacity 0.3s ease;
}

/* 案例页 qdszx 结构 */
.case-list-box { background: transparent; }
.case-list-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12rem;
}
.case-list-item {
  width: calc((100% - 120rem) / 5);
  margin: 0 12rem 24rem;
  background: #ffffff;
  border: 1px solid #eef3ef;
  border-radius: 12rem;
  overflow: hidden;
  transition: all 0.25s;
}
.case-list-item:hover {
  transform: translateY(-4rem);
  border-color: #8ed69c;
  box-shadow: 0 12rem 30rem rgba(15, 61, 31, 0.14);
}
.case-list-img {
  height: 220rem;
  overflow: hidden;
}
.case-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.case-list-item:hover .case-list-img img {
  transform: scale(1.08);
}
.case-list-name {
  text-align: center;
  color: #1f6b35;
  padding: 14rem 10rem;
  letter-spacing: 1px;
}

/* 移动端 */
@media screen and (max-width: 999px) {
  .case-list-item {
    width: calc((100% - 72rem) / 3);
  }
}
@media screen and (max-width: 750px) {
  .case-list-item {
    width: calc((100% - 24rem) / 2);
  }
}

/* =============================================================
   页脚友链/侧栏字体/顶条统一/页脚配色精修
   ============================================================= */

/* 页脚友情链接:低调 */
.footer-links {
  text-align: center;
  padding: 18rem 0 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 10rem;
}
.footer-link-item {
  display: inline-block;
  color: #7d9284 !important;
  letter-spacing: 1px;
  padding: 0 8rem;
  transition: color 0.25s;
}
.footer-link-item:hover {
  color: #8ed69c !important;
}
.footer-link-item + .footer-link-item::before {
  content: "|";
  color: #4a5f50;
  margin-right: 8rem;
}

/* 侧栏hover字体保持白色 */
.suspension-content-box:hover .suspension-content-name {
  color: #ffffff !important;
}

/* 顶条颜色统一 */
.apex-left-text,
.apex-left-text h1,
.apex-right-btn {
  color: #1f6b35 !important;
}
.apex-right-btn:hover {
  color: #174f27 !important;
}

/* 页脚配色精修 */
.public-footer-box {
  background: linear-gradient(180deg, #14251b 0%, #0b1811 100%) !important;
  padding: 60rem 0 30rem !important;
}
.footer-center-first {
  color: #ffffff !important;
  letter-spacing: 2px;
}
.footer-center-section,
.footer-wap-item {
  color: #9fb5a7 !important;
}
.public-footer-box .footer-left-text {
  color: #9fb5a7 !important;
}
.footer-left-phone {
  color: #ffffff !important;
  letter-spacing: 1px;
}
.footer-bottom-box {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-top: 22rem !important;
  padding-top: 18rem !important;
}
.footer-bottom-text {
  color: #7d9284 !important;
}
.footer-bottom-text a {
  color: #7d9284 !important;
}
.footer-bottom-text a:hover {
  color: #8ed69c !important;
}

/* =============================================================
   联系页重设计 + 留言板块重设计 + 友链低调化
   ============================================================= */

/* 友链:低调+标签 */
.footer-links {
  text-align: center;
  padding: 14rem 0 4rem;
}
.footer-links-label {
  color: #6b8072 !important;
  letter-spacing: 1px;
}
.footer-link-item {
  font-size: 12rem !important;
  color: #6b8072 !important;
  padding: 0 6rem;
}

/* 联系页信息卡 */
.contact-info-box {
  margin: 30rem 0;
}
.contact-info-grid {
  display: flex;
  gap: 24rem;
}
.contact-info-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18rem;
  background: #ffffff;
  border: 1px solid #eef3ef;
  border-radius: 14rem;
  box-shadow: 0 6rem 24rem rgba(15, 61, 31, 0.06);
  padding: 26rem 28rem;
  transition: all 0.25s;
}
.contact-info-item:hover {
  transform: translateY(-3rem);
  border-color: #8ed69c;
  box-shadow: 0 12rem 30rem rgba(15, 61, 31, 0.12);
}
.contact-info-icon {
  font-size: 34rem;
  line-height: 1;
}
.contact-info-label {
  color: #999999;
  letter-spacing: 2px;
}
.contact-info-value {
  color: #1f6b35;
  font-weight: bold;
  letter-spacing: 1px;
  word-break: break-all;
}

/* 地图区 */
.contact-map-box {
  background: #ffffff;
  border: 1px solid #eef3ef;
  border-radius: 14rem;
  overflow: hidden;
  box-shadow: 0 6rem 24rem rgba(15, 61, 31, 0.06);
  margin-bottom: 30rem;
}
.contact-map-frame {
  display: block;
  width: 100%;
  height: 420rem;
  border: none;
}
.contact-map-tip {
  text-align: center;
  padding: 12rem 0;
}
.contact-map-tip a {
  color: #2e8b4a;
  letter-spacing: 1px;
}
.contact-map-tip a:hover {
  color: #1f6b35;
}

/* 联系页正文卡 */
.contact-about-box {
  background: #ffffff;
  border: 1px solid #eef3ef;
  border-radius: 14rem;
  box-shadow: 0 6rem 24rem rgba(15, 61, 31, 0.06);
  padding: 30rem 40rem;
  margin-bottom: 30rem;
}
.contact-about-head {
  border-bottom: 1px solid #e3f3e6;
  padding-bottom: 14rem;
  margin-bottom: 20rem;
}
.contact-about-title {
  color: #1f6b35;
  letter-spacing: 1px;
}
.contact-about-content {
  color: #3d4741;
  line-height: 2;
}

/* 留言板块:白卡无背景图 */
.message-section-box {
  background: #f8fcfa;
  padding: 60rem 0 70rem;
}
.message-section-tip {
  color: #999999;
  letter-spacing: 1px;
  margin-top: -6rem;
}
.message-form-box {
  background: #ffffff;
  border: 1px solid #e3f3e6;
  border-radius: 16rem;
  box-shadow: 0 10rem 34rem rgba(15, 61, 31, 0.08);
  padding: 36rem 40rem;
  margin: 30rem auto 0;
}
.message-form-row {
  display: flex;
  gap: 20rem;
  margin-bottom: 20rem;
}
.message-form-field {
  flex: 1;
  min-width: 0;
}
.message-form-label {
  display: block;
  color: #1f6b35;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8rem;
}
.message-form-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8f0de;
  border-radius: 10rem;
  padding: 12rem 16rem;
  font-size: 15rem;
  color: #333333;
  background: #fbfefc;
  outline: none;
  transition: all 0.25s;
}
.message-form-input:focus {
  border-color: #2e8b4a;
  background: #ffffff;
  box-shadow: 0 0 0 3rem rgba(46, 139, 74, 0.12);
}
.message-form-textarea {
  height: 120rem;
  resize: vertical;
  line-height: 1.7;
}
.message-form-bottom {
  align-items: center;
  margin-bottom: 0;
}
.message-form-code {
  flex: 0 0 160rem;
}
.message-form-code-box {
  display: flex;
  align-items: center;
  gap: 12rem;
  margin-top: 20rem;
}
.message-form-code-img {
  width: 110rem;
  height: 40rem;
  border: 1px solid #d8f0de;
  border-radius: 8rem;
  cursor: pointer;
}
.message-form-code-refresh {
  color: #2e8b4a;
  cursor: pointer;
  white-space: nowrap;
}
.message-form-code-refresh:hover {
  color: #1f6b35;
}
.message-form-actions {
  display: flex;
  gap: 16rem;
  margin-left: auto;
  margin-top: 20rem;
}
.message-form-submit {
  background: linear-gradient(135deg, #3a9d5c 0%, #2e8b4a 50%, #1f6b35 100%);
  color: #ffffff;
  border: none;
  border-radius: 26rem;
  padding: 13rem 40rem;
  font-size: 16rem;
  letter-spacing: 2px;
  cursor: pointer;
  box-shadow: 0 8rem 22rem rgba(31, 107, 53, 0.3);
  transition: all 0.25s;
}
.message-form-submit:hover {
  transform: translateY(-2rem);
  box-shadow: 0 12rem 30rem rgba(31, 107, 53, 0.42);
}
.message-form-reset {
  background: #ffffff;
  color: #1f6b35;
  border: 1px solid #c7e8cf;
  border-radius: 26rem;
  padding: 13rem 30rem;
  cursor: pointer;
  transition: all 0.25s;
}
.message-form-reset:hover {
  background: #eefbf0;
}

/* 移动端 */
@media screen and (max-width: 999px) {
  .contact-info-grid {
    flex-direction: column;
    gap: 14rem;
  }
  .contact-map-frame {
    height: 280rem;
  }
  .message-form-row {
    flex-direction: column;
    gap: 14rem;
    margin-bottom: 14rem;
  }
  .message-form-bottom {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .message-form-actions {
    width: 100%;
    justify-content: center;
  }
}

/* =============================================================
   联系页信息区+二维码布局
   ============================================================= */
.contact-info-flex {
  display: flex;
  gap: 24rem;
  align-items: stretch;
}
.contact-info-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20rem;
}
.contact-qr-box {
  flex: 0 0 220rem;
  background: #ffffff;
  border: 1px solid #eef3ef;
  border-radius: 14rem;
  box-shadow: 0 6rem 24rem rgba(15, 61, 31, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20rem;
}
.contact-qr-img {
  width: 150rem;
  height: 150rem;
  object-fit: contain;
}
.contact-qr-name {
  color: #1f6b35;
  font-weight: bold;
  margin-top: 10rem;
  letter-spacing: 1px;
}
.contact-qr-tip {
  color: #999999;
  margin-top: 4rem;
}
@media screen and (max-width: 999px) {
  .contact-info-flex {
    flex-direction: column;
  }
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
  .contact-qr-box {
    flex: auto;
    width: 100%;
  }
}

/* =============================================================
   联系页高端版 + 表单精简 + 友链再低调
   ============================================================= */

/* 联系页左右两栏 */
.contact-lux-box {
  display: flex;
  gap: 30rem;
  margin: 30rem 0;
  align-items: stretch;
}
.contact-lux-panel {
  flex: 0 0 42%;
  background: linear-gradient(160deg, #1c4a2e 0%, #143822 55%, #0c2415 100%);
  border-radius: 18rem;
  padding: 44rem 40rem;
  color: #ffffff;
  box-shadow: 0 18rem 50rem rgba(12, 36, 21, 0.4);
}
.contact-lux-company {
  color: #ffffff;
  letter-spacing: 1px;
}
.contact-lux-en {
  color: #8ed69c;
  letter-spacing: 2px;
  margin-top: 6rem;
}
.contact-lux-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(142,214,156,0.6), rgba(142,214,156,0));
  margin: 26rem 0;
}
.contact-lux-label {
  color: #9fb5a7;
  letter-spacing: 3px;
}
.contact-lux-phone {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 8rem 0 22rem;
}
.contact-lux-list {
  display: flex;
  flex-direction: column;
  gap: 14rem;
}
.contact-lux-item {
  display: flex;
  align-items: flex-start;
  gap: 12rem;
}
.contact-lux-icon {
  font-size: 18rem;
  line-height: 1.6;
}
.contact-lux-text {
  color: #c9d9cd;
  line-height: 1.6;
}
.contact-lux-bottom {
  margin-top: 30rem;
}
.contact-lux-nav {
  display: inline-block;
  background: #ffffff;
  color: #1f6b35;
  padding: 10rem 30rem;
  border-radius: 24rem;
  letter-spacing: 1px;
  transition: all 0.25s;
}
.contact-lux-nav:hover {
  background: #8ed69c;
  color: #143822;
  transform: translateY(-2rem);
}
.contact-lux-form {
  flex: 1;
  background: #ffffff;
  border: 1px solid #eef3ef;
  border-radius: 18rem;
  box-shadow: 0 10rem 34rem rgba(15, 61, 31, 0.07);
  padding: 40rem;
  display: flex;
  flex-direction: column;
}
.contact-lux-form-head {
  text-align: center;
  margin-bottom: 24rem;
}
.contact-lux-form-title {
  color: #1f2a23;
  letter-spacing: 2px;
}
.contact-lux-form-sub {
  color: #999999;
  margin-top: 8rem;
}
.contact-lux-form .message-form-box {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  max-width: none;
}
/* 表单精简网格 */
.message-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16rem;
}
.message-form-code-line {
  display: flex;
  gap: 10rem;
}
.message-form-code-line .message-form-input {
  flex: 1;
}
.message-form-code-img {
  width: 100rem;
  height: 46rem;
  border: 1px solid #d8f0de;
  border-radius: 8rem;
  cursor: pointer;
}
.message-form-textarea {
  margin-top: 16rem;
}
.message-form-actions {
  justify-content: center;
  margin-top: 22rem;
}
/* 二维码行 */
.contact-lux-qr-row {
  display: flex;
  justify-content: center;
  margin-bottom: 30rem;
}
.contact-lux-qr-card {
  background: #ffffff;
  border: 1px solid #eef3ef;
  border-radius: 16rem;
  box-shadow: 0 8rem 28rem rgba(15, 61, 31, 0.07);
  padding: 24rem 50rem;
  text-align: center;
}
.contact-lux-qr-img {
  width: 140rem;
  height: 140rem;
  object-fit: contain;
}
.contact-lux-qr-name {
  color: #1f6b35;
  font-weight: bold;
  margin-top: 10rem;
  letter-spacing: 1px;
}
.contact-lux-qr-tip {
  color: #999999;
  margin-top: 4rem;
}
/* 旧联系页样式清理(覆盖) */
.contact-info-box,
.contact-map-box,
.contact-map-frame,
.contact-map-tip {
  display: none;
}
/* 友链再低调 */
.footer-links {
  padding: 12rem 0 16rem;
  opacity: 0.75;
}
.footer-links-label {
  color: #5a6f60 !important;
  font-size: 12rem;
}
.footer-link-item {
  color: #5a6f60 !important;
  font-size: 12rem !important;
}
.footer-link-item:hover {
  color: #8ed69c !important;
}
.footer-link-item + .footer-link-item::before {
  content: "·";
  color: #42554a;
}

/* 移动端 */
@media screen and (max-width: 999px) {
  .contact-lux-box {
    flex-direction: column;
  }
  .contact-lux-panel {
    flex: auto;
  }
  .message-form-grid {
    grid-template-columns: 1fr;
  }
}

/* =============================================================
   联系页第三次改版:轻盈留白,表单为主,二维码入侧栏
   ============================================================= */

/* 三张联系卡 */
.contact-new-cards {
  display: flex;
  gap: 24rem;
  margin: 30rem 0;
}
.contact-new-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18rem;
  background: #ffffff;
  border: 1px solid #eef3ef;
  border-radius: 14rem;
  box-shadow: 0 6rem 24rem rgba(15, 61, 31, 0.05);
  padding: 24rem 26rem;
  text-decoration: none;
  transition: all 0.25s;
}
.contact-new-card:hover {
  transform: translateY(-3rem);
  border-color: #8ed69c;
  box-shadow: 0 12rem 30rem rgba(15, 61, 31, 0.12);
}
.contact-new-icon {
  flex-shrink: 0;
  width: 52rem;
  height: 52rem;
  border-radius: 50%;
  background: #eefbf0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24rem;
}
.contact-new-cont {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  min-width: 0;
}
.contact-new-label {
  color: #999999;
  letter-spacing: 2px;
}
.contact-new-value {
  color: #1f6b35;
  font-weight: bold;
  letter-spacing: 0.5px;
  word-break: break-all;
}

/* 主体两栏:左表单右侧栏 */
.contact-new-main {
  display: flex;
  gap: 28rem;
  margin-bottom: 60rem;
  align-items: flex-start;
}
.contact-new-formcard {
  flex: 1.6;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #eef3ef;
  border-radius: 16rem;
  box-shadow: 0 8rem 30rem rgba(15, 61, 31, 0.06);
  padding: 36rem 38rem;
}
.contact-new-formhead {
  text-align: center;
  margin-bottom: 24rem;
}
.contact-new-formtitle {
  color: #1f2a23;
  letter-spacing: 2px;
}
.contact-new-formsub {
  color: #999999;
  margin-top: 8rem;
}
.contact-new-formcard .message-form-box {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  max-width: none;
}

/* 右侧栏 */
.contact-new-side {
  flex: 1;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #eef3ef;
  border-radius: 16rem;
  box-shadow: 0 8rem 30rem rgba(15, 61, 31, 0.06);
  padding: 32rem 28rem;
}
.contact-new-qr {
  text-align: center;
}
.contact-new-qrimg {
  width: 140rem;
  height: 140rem;
  object-fit: contain;
}
.contact-new-qrname {
  color: #1f6b35;
  font-weight: bold;
  margin-top: 10rem;
  letter-spacing: 1px;
}
.contact-new-qrtip {
  color: #999999;
  margin-top: 4rem;
}
.contact-new-divider {
  height: 1px;
  background: #eef3ef;
  margin: 22rem 0;
}
.contact-new-company {
  color: #1f2a23;
  font-weight: bold;
  margin-bottom: 14rem;
  letter-spacing: 0.5px;
}
.contact-new-info {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.contact-new-infoitem {
  color: #555555;
  text-decoration: none;
  line-height: 1.6;
  word-break: break-all;
}
a.contact-new-infoitem:hover {
  color: #1f6b35;
}

/* 隐藏旧联系页样式 */
.contact-lux-box,
.contact-lux-panel,
.contact-lux-form,
.contact-lux-qr-row,
.contact-lux-qr-card,
.contact-info-box,
.contact-map-box,
.contact-about-box {
  display: none !important;
}

/* 移动端 */
@media screen and (max-width: 999px) {
  .contact-new-cards {
    flex-direction: column;
    gap: 14rem;
  }
  .contact-new-main {
    flex-direction: column;
  }
}

/* =============================================================
   联系页终极版:工业编辑风
   ============================================================= */

.contact-pro-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 50rem 0 40rem;
  border-bottom: 1px solid #e8efe9;
  margin-bottom: 44rem;
}
.contact-pro-title {
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.3;
}
.contact-pro-desc {
  color: #7a857d;
  margin-top: 14rem;
  letter-spacing: 1px;
}
.contact-pro-hero-right {
  text-align: right;
}
.contact-pro-herolabel {
  color: #9aa79e;
  letter-spacing: 3px;
}
.contact-pro-herophone {
  color: #1f6b35;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 8rem;
  border-bottom: 1px solid #c9e2cf;
  padding-bottom: 10rem;
}

.contact-pro-main {
  display: flex;
  gap: 60rem;
  align-items: flex-start;
  padding-bottom: 70rem;
}
.contact-pro-info {
  flex: 3;
  min-width: 0;
}
.contact-pro-entry {
  border-bottom: 1px solid #e8efe9;
  padding: 22rem 0;
}
.contact-pro-entry-head {
  display: flex;
  align-items: baseline;
  gap: 14rem;
  margin-bottom: 10rem;
}
.contact-pro-en {
  color: #9aa79e;
  letter-spacing: 3px;
}
.contact-pro-cn {
  color: #7a857d;
  letter-spacing: 1px;
}
.contact-pro-value {
  display: inline-block;
  color: #1c2620;
  text-decoration: none;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
a.contact-pro-value:hover {
  color: #1f6b35;
}
.contact-pro-value-big {
  color: #1f6b35;
  font-weight: 700;
}
.contact-pro-wechat {
  display: flex;
  align-items: center;
  gap: 18rem;
  margin-top: 30rem;
}
.contact-pro-qrimg {
  width: 96rem;
  height: 96rem;
  object-fit: contain;
}
.contact-pro-wechat-text p:first-child {
  color: #1c2620;
  letter-spacing: 1px;
}
.contact-pro-wechat-tip {
  color: #9aa79e;
  margin-top: 4rem;
}

/* 表单面板:浅底无卡感 */
.contact-pro-formpanel {
  flex: 2;
  min-width: 0;
  background: #f6faf7;
  border: 1px solid #e8efe9;
  padding: 38rem 36rem;
}
.contact-pro-formhead {
  margin-bottom: 26rem;
}
.contact-pro-formtitle {
  color: #1c2620;
  letter-spacing: 2px;
}
.contact-pro-formsub {
  color: #9aa79e;
  margin-top: 8rem;
}
.contact-pro-formpanel .message-form-box {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  max-width: none;
  background: transparent;
}

/* 下划线式输入 */
.message-form-input {
  border: none;
  border-bottom: 1px solid #d5e2d8;
  border-radius: 0;
  background: transparent;
  padding: 12rem 2rem;
  color: #1c2620;
}
.message-form-input:focus {
  border-bottom-color: #1f6b35;
  background: transparent;
  box-shadow: none;
}
.message-form-textarea {
  border: 1px solid #d5e2d8;
  border-radius: 0;
  background: #ffffff;
  margin-top: 18rem;
  padding: 14rem 16rem;
}
.message-form-code-img {
  border-radius: 0;
  border: 1px solid #d5e2d8;
}
/* 直角按钮 */
.message-form-submit {
  border-radius: 0;
  letter-spacing: 4px;
  background: #1f6b35;
  box-shadow: none;
}
.message-form-submit:hover {
  background: #174f27;
  box-shadow: none;
  transform: none;
}
.message-form-reset {
  border-radius: 0;
  background: transparent;
  border: 1px solid #c9d8cd;
}
.message-form-reset:hover {
  background: #eef4f0;
}
.message-form-actions {
  justify-content: flex-start;
  margin-top: 26rem;
}

/* 隐藏旧联系页样式 */
.contact-new-cards,
.contact-new-main,
.contact-new-formcard,
.contact-new-side,
.contact-lux-box,
.contact-lux-qr-row,
.contact-info-box,
.contact-map-box,
.contact-about-box {
  display: none !important;
}

@media screen and (max-width: 999px) {
  .contact-pro-hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 24rem;
  }
  .contact-pro-hero-right {
    text-align: left;
  }
  .contact-pro-main {
    flex-direction: column;
    gap: 36rem;
  }
  .contact-pro-formpanel {
    width: 100%;
  }
}

/* =============================================================
   联系页改版:工业精致风(卡片/地图/流程/正文区)
   ============================================================= */

/* 1. Hero 引言区升级 */
.contact-pro-title::before {
  content: "";
  display: inline-block;
  width: 12rem;
  height: 30rem;
  margin-right: 16rem;
  vertical-align: -4rem;
  background: linear-gradient(180deg, #3a9d5c, #1f6b35);
}
.contact-pro-herophone {
  display: inline-block;
  margin-top: 8rem;
  padding-bottom: 12rem;
  border-bottom: none;
  font-family: "DingTalk-JinBuTi", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 2px;
  color: #1f6b35;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.contact-pro-herophone::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1f6b35 0%, #8ed69c 65%, rgba(142, 214, 156, 0) 100%);
}
.contact-pro-herophone:hover {
  color: #174f27;
}
.contact-pro-hero-time {
  color: #9aa79e;
  margin-top: 16rem;
  letter-spacing: 1px;
}
.contact-pro-hero-time .contact-pro-hero-time-label {
  color: #7a857d;
  margin-right: 6rem;
}

/* 2. 快捷联系卡 */
.contact-pro-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24rem;
  margin-bottom: 56rem;
}
.contact-pro-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12rem;
  padding: 30rem 28rem;
  background: #ffffff;
  border: 1px solid #e8efe9;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.contact-pro-card:hover {
  transform: translateY(-6px);
  border-color: #8ed69c;
  box-shadow: 0 14px 30px rgba(63, 150, 86, 0.18);
}
.contact-pro-card:focus-visible {
  outline: 2px solid #1f6b35;
  outline-offset: 2px;
}
.contact-pro-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52rem;
  height: 52rem;
  margin-bottom: 6rem;
  background: #f6faf7;
  border: 1px solid #e3f3e6;
  color: #1f6b35;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.contact-pro-card:hover .contact-pro-card-icon {
  background: #eefbf0;
  border-color: #8ed69c;
}
.contact-pro-card-icon svg {
  width: 24rem;
  height: 24rem;
}
.contact-pro-card-label {
  color: #9aa79e;
  letter-spacing: 2px;
}
.contact-pro-card-value {
  color: #1c2620;
  font-weight: 600;
  line-height: 1.55;
  transition: color 0.3s ease;
}
.contact-pro-card:hover .contact-pro-card-value {
  color: #1f6b35;
}

/* 3. 地图 + 地址卡 */
.contact-pro-loc {
  display: flex;
  align-items: stretch;
  gap: 40rem;
  margin-bottom: 56rem;
}
.contact-pro-map {
  flex: 1.4;
  min-width: 0;
  height: 420rem;
  overflow: hidden;
  background: #eefbf0;
}
.contact-pro-mapimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-pro-addr-card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16rem;
  padding: 40rem 38rem;
  background: #f6faf7;
  border: 1px solid #e3f3e6;
  border-left: 4px solid #1f6b35;
}
.contact-pro-addr-en {
  color: #9aa79e;
  letter-spacing: 3px;
}
.contact-pro-addr-big {
  color: #1f6b35;
  font-weight: 700;
  line-height: 1.7;
}
.contact-pro-addr-tip {
  color: #5a6b60;
  line-height: 1.7;
}
.contact-pro-navbtn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10rem;
  margin-top: 8rem;
  padding: 12rem 30rem;
  background: #1f6b35;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 3px;
  transition: background 0.3s ease;
}
.contact-pro-navbtn:hover {
  background: #174f27;
  color: #ffffff;
}
.contact-pro-navbtn:focus-visible {
  outline: 2px solid #174f27;
  outline-offset: 2px;
}
.contact-pro-navbtn svg {
  width: 18rem;
  height: 18rem;
}

/* 4. 服务流程 */
.contact-pro-flow {
  flex: 3;
  min-width: 0;
}
.contact-pro-flowhead {
  padding-bottom: 18rem;
  margin-bottom: 8rem;
  border-bottom: 2px solid #e8efe9;
}
.contact-pro-flowtitle {
  color: #1c2620;
  letter-spacing: 2px;
}
.contact-pro-flowsub {
  color: #9aa79e;
  margin-top: 8rem;
}
.contact-pro-step {
  display: flex;
  align-items: flex-start;
  gap: 18rem;
  padding: 20rem 0;
  border-bottom: 1px solid #eef3ef;
}
.contact-pro-step-num {
  flex: none;
  width: 44rem;
  height: 44rem;
  line-height: 44rem;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1f6b35;
  background: #eefbf0;
  border: 1px solid #c7e8cf;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.contact-pro-step:hover .contact-pro-step-num {
  background: #1f6b35;
  border-color: #1f6b35;
  color: #ffffff;
}
.contact-pro-step-title {
  color: #1c2620;
  font-weight: 600;
}
.contact-pro-step-desc {
  color: #7a857d;
  margin-top: 6rem;
  line-height: 1.6;
}
.contact-pro-promise {
  margin-top: 22rem;
  padding: 14rem 18rem;
  color: #5a6b60;
  line-height: 1.6;
  background: #f6faf7;
  border: 1px solid #e3f3e6;
}

/* 5. 正文补充区 */
.contact-pro-body-box {
  padding-bottom: 70rem;
}
.contact-pro-body {
  color: #4a554e;
  font-size: 16rem;
  line-height: 1.9;
}
.contact-pro-body img {
  max-width: 100%;
  height: auto;
}
.contact-pro-body p {
  margin-bottom: 12rem;
}

/* 6. 响应式 */
@media screen and (max-width: 999px) {
  .contact-pro-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16rem;
  }
  .contact-pro-card {
    padding: 24rem 20rem;
  }
  .contact-pro-loc {
    flex-direction: column;
    gap: 20rem;
  }
  .contact-pro-map {
    height: 340rem;
  }
  .contact-pro-flow {
    order: 2;
  }
  .contact-pro-formpanel {
    order: 1;
  }
  .contact-pro-formpanel .message-form-input,
  .contact-pro-formpanel .message-form-submit,
  .contact-pro-formpanel .message-form-reset,
  .contact-pro-navbtn {
    min-height: 44rem;
  }
  .contact-pro-formpanel .message-form-input,
  .contact-pro-formpanel .message-form-textarea,
  .contact-pro-formpanel .message-form-submit,
  .contact-pro-formpanel .message-form-reset {
    font-size: 14px;
  }
  .contact-pro-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .contact-pro-cards {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .contact-pro-card {
    transition: none;
    transform: none;
  }
}

/* 7. 字号统一:全页字号走 font-size-* 工具类,字体样式保持原样 */
.contact-pro-formpanel .message-form-input,
.contact-pro-formpanel .message-form-textarea,
.contact-pro-formpanel .message-form-submit,
.contact-pro-formpanel .message-form-reset {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16rem;
}

/* =============================================================
   联系页改版二:经典左右布局(左:联系方式+微信;右:留言板)
   中性色调,绿色仅保留热线数字/提交按钮/焦点三个强调点
   ============================================================= */
.contact-pro-info-panel {
  flex: 3;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #ecefec;
  padding: 10rem 34rem 34rem;
}
.contact-pro-entry {
  padding: 24rem 0;
  border-bottom: 1px solid #eef0ee;
}
.contact-pro-entry-head {
  display: flex;
  align-items: center;
  gap: 16rem;
  margin-bottom: 12rem;
}
.contact-pro-entry-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44rem;
  height: 44rem;
  background: #f7f8f7;
  border: 1px solid #e6e9e6;
  color: #7a857d;
}
.contact-pro-entry-icon svg {
  width: 20rem;
  height: 20rem;
}
.contact-pro-entry-labels {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-pro-entry .contact-pro-value {
  margin-left: 60rem;
}
.contact-pro-wechat-box {
  display: flex;
  align-items: center;
  gap: 20rem;
  margin-top: 26rem;
  padding: 22rem 24rem;
  background: #f7f8f7;
  border: 1px solid #ecefec;
}
.contact-pro-wechat-qrbox {
  flex: none;
}
.contact-pro-qrimg {
  width: 108rem;
  height: 108rem;
  object-fit: contain;
}
.contact-pro-wechat-title {
  color: #1c2620;
  letter-spacing: 1px;
}
.contact-pro-wechat-tip {
  color: #8a938c;
  margin-top: 6rem;
  line-height: 1.6;
}
/* 留言板:白卡中性化 */
.contact-pro-formpanel {
  background: #ffffff;
  border: 1px solid #ecefec;
  box-shadow: 0 8px 30px rgba(28, 38, 32, 0.05);
}
.contact-pro-formpanel .message-form-input {
  border-bottom-color: #d8ddd8;
}
@media screen and (max-width: 999px) {
  .contact-pro-info-panel {
    padding: 6rem 24rem 26rem;
  }
  .contact-pro-entry .contact-pro-value {
    margin-left: 0;
  }
}

/* =============================================================
   联系页改版三:上左信息右地图 + 下全宽留言板
   ============================================================= */
.contact-pro-main {
  gap: 40rem;
  align-items: stretch;
}
.contact-pro-info-panel {
  flex: 1.2;
}
.contact-pro-map-panel {
  flex: 1.8;
  min-width: 0;
  display: flex;
  background: #ffffff;
  border: 1px solid #ecefec;
  box-shadow: 0 8px 30px rgba(28, 38, 32, 0.05);
  padding: 10rem;
  overflow: hidden;
}
.contact-pro-form-section {
  margin-bottom: 70rem;
}
.contact-pro-form-section .contact-pro-formpanel {
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .contact-pro-map-panel {
    padding: 8rem;
  }
}

/* =============================================================
   联系页改版四:公司名称 + OSM 交互地图 + 全宽留言板
   ============================================================= */
.contact-pro-companyname {
  color: #7a857d;
  letter-spacing: 2px;
  margin-bottom: 12rem;
}
.contact-pro-map-wrap {
  position: relative;
  flex: 1;
  min-height: 420rem;
}
.contact-pro-mapframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-pro-map-overlay {
  position: absolute;
  top: 20rem;
  left: 20rem;
  z-index: 2;
  max-width: 320rem;
  padding: 18rem 22rem;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(28, 38, 32, 0.12);
}
.contact-pro-map-company {
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 1px;
}
.contact-pro-map-address {
  color: #7a857d;
  margin-top: 6rem;
  line-height: 1.6;
}
.contact-pro-map-nav {
  display: inline-block;
  margin-top: 10rem;
  color: #1f6b35;
  text-decoration: none;
}
.contact-pro-map-nav:hover {
  text-decoration: underline;
}
.contact-pro-form-section .contact-pro-formpanel {
  max-width: none;
}
@media screen and (max-width: 999px) {
  .contact-pro-map-wrap {
    min-height: 340rem;
  }
  .contact-pro-map-overlay {
    top: 12rem;
    left: 12rem;
    max-width: 240rem;
    padding: 12rem 16rem;
  }
}

/* =============================================================
   联系页改版五:标题去双图标 + 留言板加高
   ============================================================= */
.contact-pro-form-section .public-title-cn {
  padding: 0;
}
.contact-pro-form-section .public-title-cn::before,
.contact-pro-form-section .public-title-cn::after {
  display: none;
}
.contact-pro-form-section .contact-pro-formpanel {
  padding: 52rem 48rem;
}
.contact-pro-form-section .message-form-grid {
  gap: 20rem;
}
.contact-pro-form-section .message-form-input {
  padding: 16rem 2rem;
}
.contact-pro-form-section .message-form-textarea {
  min-height: 200rem;
  margin-top: 24rem;
}
.contact-pro-form-section .message-form-actions {
  margin-top: 30rem;
}
.contact-pro-form-section .message-form-submit,
.contact-pro-form-section .message-form-reset {
  padding: 14rem 44rem;
}
@media screen and (max-width: 999px) {
  .contact-pro-form-section .contact-pro-formpanel {
    padding: 32rem 22rem;
  }
  .contact-pro-form-section .message-form-textarea {
    min-height: 160rem;
  }
}

/* =============================================================
   关于我们改版:实力数据条/简介标签/车间说明/荣誉墙卡片化
   ============================================================= */
.about-pro-slogan {
  color: #1f6b35;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 16rem 0 14rem;
}
.about-pro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem;
  margin-top: 22rem;
}
.about-pro-tag {
  padding: 8rem 22rem;
  background: #f7f8f7;
  border: 1px solid #ecefec;
  color: #5a6b60;
}
/* 实力数据条 */
.about-pro-stats-box {
  background: #ffffff;
  border-top: 1px solid #f0f2f0;
  border-bottom: 1px solid #f0f2f0;
  padding: 56rem 0 50rem;
}
.about-pro-stats {
  display: flex;
  justify-content: space-between;
}
.about-pro-stat {
  flex: 1;
  text-align: center;
}
.about-pro-stat-num {
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}
.about-pro-stat-unit {
  font-style: normal;
  color: #7a857d;
  font-weight: 400;
  margin-left: 4rem;
}
.about-pro-stat-label {
  color: #7a857d;
  margin-top: 10rem;
  letter-spacing: 1px;
}
.about-pro-stats-desc {
  text-align: center;
  color: #8a938c;
  margin-top: 40rem;
  line-height: 1.7;
}
/* 车间风采说明 */
.about-pro-ws-desc {
  text-align: center;
  color: #8a938c;
  margin-top: 28rem;
}
/* 荣誉墙:白底卡片化(替代原绿色背景图) */
.about-honors-box {
  background: #f7f8f7;
  padding: 60rem 0 80rem;
}
.about-honors-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24rem;
  padding: 34rem 0 0;
  align-items: start;
}
.about-honors-item {
  width: auto;
  margin: 0;
  background: #ffffff;
  border: 1px solid #ecefec;
  padding: 14rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.about-honors-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(28, 38, 32, 0.10);
}
.about-honors-img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .about-pro-stats {
    flex-wrap: wrap;
    row-gap: 30rem;
  }
  .about-pro-stat {
    flex: 0 0 50%;
  }
  .about-honors-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16rem;
    padding: 24rem 24rem 0;
  }
  .about-honors-item {
    padding: 10rem;
  }
  .about-pro-ws-desc {
    padding: 0 24rem;
  }
}
@media screen and (max-width: 450px) {
  .about-honors-list {
    grid-template-columns: 1fr;
  }
}

/* =============================================================
   关于我们二轮:文化区重做/统计徽章/证书混排/车间图统一/留言全宽
   ============================================================= */
/* 文化区:平铺 h5+p 流式排版 */
.about-culture-box {
  background: #f7f8f7;
  padding: 60rem 0 70rem;
}
.about-culture-main {
  position: relative;
}
.about-culture-bg {
  display: none;
}
.about-culture-content {
  position: static;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #ecefec;
  box-shadow: 0 8px 30px rgba(28, 38, 32, 0.04);
  padding: 16rem 40rem 6rem;
}
.about-culture-content h5.about-culture-name {
  margin: 0;
  padding: 18rem 0 10rem;
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 2px;
}
.about-culture-content h5.about-culture-name::before {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  margin-right: 12rem;
  background: #1f6b35;
}
.about-culture-content p.about-culture-text {
  margin: 0;
  padding: 0 0 18rem;
  color: #5a6b60;
  line-height: 1.9;
  border-bottom: 1px solid #f0f2f0;
}
.about-culture-content > :last-child {
  border-bottom: none;
}
/* 统计徽章行 */
.about-pro-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14rem;
  margin-top: 26rem;
}
.about-pro-badge {
  padding: 8rem 26rem;
  background: #f7f8f7;
  border: 1px solid #e3e8e4;
  color: #5a6b60;
  letter-spacing: 1px;
}
/* 证书混排:竖版统一卡片 + 横版整行宽卡 */
.about-honors-item {
  aspect-ratio: 5 / 7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-honors-item .about-honors-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-honors-item-wide {
  grid-column: span 3;
  aspect-ratio: auto;
  height: 420rem;
}
.about-honors-item-wide2 {
  grid-column: span 2;
  aspect-ratio: auto;
  height: 420rem;
}
/* 车间图统一 16:9(CSS 兜底) */
.about-swiper-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
/* 留言板全宽(仅关于页,不影响首页同款) */
.about-pro-message .message-form-box {
  max-width: none;
}
@media screen and (max-width: 999px) {
  .about-culture-content {
    padding: 10rem 24rem 4rem;
  }
  .about-honors-item-wide,
  .about-honors-item-wide2 {
    grid-column: span 2;
    height: 300rem;
  }
  .about-pro-badge {
    padding: 6rem 18rem;
  }
}

/* =============================================================
   关于我们三轮:标题去图标/证书等大/文化卡片化
   ============================================================= */
.about-honors-box .public-title-cn,
.about-culture-box .public-title-cn,
.about-pro-message .public-title-cn {
  padding: 0;
}
.about-honors-box .public-title-cn::before,
.about-honors-box .public-title-cn::after,
.about-culture-box .public-title-cn::before,
.about-culture-box .public-title-cn::after,
.about-pro-message .public-title-cn::before,
.about-pro-message .public-title-cn::after {
  display: none;
}
/* 证书统一 3 列等大 */
.about-honors-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 24rem;
}
.about-honors-item {
  aspect-ratio: 5 / 7;
}
.about-honors-item-wide,
.about-honors-item-wide2 {
  grid-column: auto;
  height: auto;
  aspect-ratio: 5 / 7;
}
/* 文化卡片化(执行 SQL 后为卡片;未执行时平铺 h5/p 整行排列兜底) */
.about-culture-box {
  background: #ffffff;
  padding: 60rem 0 70rem;
}
.about-culture-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24rem;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 34rem 0 0;
}
.about-culture-content > h5.about-culture-name {
  grid-column: span 3;
}
.about-culture-content > p.about-culture-text {
  grid-column: span 3;
}
.about-culture-content .about-culture-item {
  background: #ffffff;
  border: 1px solid #ecefec;
  box-shadow: 0 8px 30px rgba(28, 38, 32, 0.04);
  padding: 34rem 30rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-culture-content .about-culture-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(28, 38, 32, 0.10);
}
.about-culture-content .about-culture-item h5.about-culture-name {
  position: relative;
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 14rem;
  padding: 0 0 14rem;
  border-bottom: 1px solid #f0f2f0;
}
.about-culture-content .about-culture-item h5.about-culture-name::before {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  margin-right: 12rem;
  background: #1f6b35;
}
.about-culture-content .about-culture-item p.about-culture-text {
  color: #5a6b60;
  line-height: 1.9;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
@media screen and (max-width: 999px) {
  .about-culture-content {
    grid-template-columns: 1fr;
    gap: 16rem;
    padding: 24rem 24rem 0;
  }
  .about-honors-list {
    gap: 16rem;
  }
}

/* =============================================================
   关于我们四轮:文化区编辑风编号卡
   ============================================================= */
.about-culture-box {
  background: #f7f8f7;
  padding: 60rem 0 80rem;
}
.about-culture-content {
  counter-reset: culture;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24rem;
  padding: 34rem 0 0;
}
.about-culture-content .about-culture-item {
  counter-increment: culture;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ecefec;
  box-shadow: 0 8px 30px rgba(28, 38, 32, 0.04);
  padding: 40rem 34rem 36rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-culture-content .about-culture-item::after {
  content: "0" counter(culture);
  position: absolute;
  right: 18rem;
  top: 6rem;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 80rem;
  line-height: 1;
  color: #1c2620;
  opacity: 0.06;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.about-culture-content .about-culture-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(28, 38, 32, 0.10);
}
.about-culture-content .about-culture-item:hover::after {
  opacity: 0.10;
}
.about-culture-content .about-culture-item h5.about-culture-name {
  position: relative;
  z-index: 1;
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 14rem;
  padding: 0 0 16rem;
  border-bottom: 1px solid #f0f2f0;
}
.about-culture-content .about-culture-item h5.about-culture-name::before {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  margin-right: 12rem;
  background: #1f6b35;
}
.about-culture-content .about-culture-item p.about-culture-text {
  position: relative;
  z-index: 1;
  color: #5a6b60;
  line-height: 1.9;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 999px) {
  .about-culture-content {
    grid-template-columns: 1fr;
    gap: 16rem;
    padding: 24rem 24rem 0;
  }
  .about-culture-content .about-culture-item {
    padding: 30rem 24rem 28rem;
  }
}

/* =============================================================
   关于我们五轮:简介图加高 + 文化区全宽背景
   ============================================================= */
.about-content-img {
  width: 660rem;
  height: 580rem;
  object-fit: cover;
}
@media screen and (max-width: 999px) {
  .about-content-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
}

/* =============================================================
   关于我们六轮:修复文化区内容被原主题 height:0 隐藏的问题
   ============================================================= */
.about-culture-content > h5.about-culture-name,
.about-culture-content > p.about-culture-text,
.about-culture-content .about-culture-item h5.about-culture-name,
.about-culture-content .about-culture-item p.about-culture-text {
  text-align: left;
}
.about-culture-content > p.about-culture-text,
.about-culture-content .about-culture-item p.about-culture-text {
  height: auto;
  overflow: visible;
}

/* =============================================================
   资讯列表改版:翻页中性化 + 列表卡片化 + 侧栏去绿
   ============================================================= */
.public-pages-box {
  padding-top: 10rem;
  padding-bottom: 60rem;
}
.page-num,
.public-pages-on,
.public-pages-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44rem;
  height: 44rem;
  margin: 0 4rem;
  background: #f7f8f7;
  border: 1px solid #e6e9e6;
  border-radius: 4rem;
  color: #5a6b60;
  font-size: 16px;
  text-decoration: none;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}
.page-num:hover {
  border-color: #c9cec9;
  color: #1c2620;
}
.page-num-current,
.public-pages-on {
  background: #1f6b35;
  border-color: #1f6b35;
  color: #ffffff;
}
.page-num-current:hover,
.public-pages-on:hover {
  background: #174f27;
  border-color: #174f27;
  color: #ffffff;
}
.public-pages-prev {
  background: url(/esimg/icon/arr-left.png) no-repeat center #f7f8f7;
  background-size: 7rem 14rem;
}
.public-pages-prev:hover {
  background: url(/esimg/icon/arr-left-white.png) no-repeat center #1f6b35;
  background-size: 7rem 14rem;
  border-color: #1f6b35;
}
.public-pages-next {
  background: url(/esimg/icon/arr-right.png) no-repeat center #f7f8f7;
  background-size: 7rem 14rem;
}
.public-pages-next:hover {
  background: url(/esimg/icon/arr-right-white.png) no-repeat center #1f6b35;
  background-size: 7rem 14rem;
  border-color: #1f6b35;
}
.public-pages-num {
  padding-left: 14rem;
  color: #8a938c;
  font-size: 14px;
}
/* 列表卡片 */
.news-list-box {
  padding-top: 40rem;
  padding-bottom: 40rem;
}
.news-item-box {
  padding: 34rem 60rem 34rem 44rem;
  margin-bottom: 20rem;
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  box-shadow: 0 6px 24px rgba(28, 38, 32, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.news-item-box:hover {
  transform: translateY(-4px);
  border-color: #d8ddd8;
  box-shadow: 0 12px 30px rgba(28, 38, 32, 0.08);
}
.news-item-box::after {
  display: none;
}
.news-item-date {
  padding-right: 36rem;
}
.news-item-date::after {
  width: 1px;
  height: 50rem;
  background: #eef0ee;
}
.news-item-day {
  color: #1c2620;
}
.news-item-month {
  color: #9aa79e;
}
.news-item-box:hover .news-item-day {
  color: #1f6b35;
}
.news-item-cont {
  width: calc(100% - 120rem);
  padding-left: 36rem;
}
.news-item-name {
  color: #1c2620;
  font-weight: 700;
  transition: color 0.25s ease;
}
.news-item-box:hover .news-item-name {
  color: #1f6b35;
}
.news-item-text {
  color: #7a857d;
  line-height: 1.7;
  margin-top: 8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* 侧栏去绿 */
.news-side-box {
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  box-shadow: 0 6px 24px rgba(28, 38, 32, 0.05);
}
.news-side-titles {
  color: #1c2620 !important;
  background: #ffffff !important;
  border-bottom: 1px solid #f0f2f0;
}
.news-side-btn {
  background: #ffffff !important;
  color: #5a6b60 !important;
  border: 1px solid #e6e9e6;
  border-radius: 4rem;
  font-weight: 400;
  box-shadow: none !important;
  transition: all 0.25s ease;
}
.news-side-btn:hover {
  background: #f7f8f7 !important;
  color: #1c2620 !important;
  transform: none;
  box-shadow: none !important;
}
.news-side-btn::before {
  background: #1f6b35;
  height: 18rem;
}
.news-side-btn-on {
  background: #f7f8f7 !important;
  color: #174f27 !important;
  font-weight: 700;
  border-color: #e6e9e6;
  box-shadow: none !important;
}
.news-side-btn-on::before {
  opacity: 1;
}

/* =============================================================
   资讯列表二轮:悬停黑字/日期同行/再降绿
   ============================================================= */
.news-item-box:hover .news-item-name {
  color: #1c2620;
}
.news-item-box:hover .news-item-day {
  color: #1c2620;
}
.news-item-box:hover .news-item-text {
  color: #1c2620;
}
.news-item-date {
  flex-direction: row;
  align-items: baseline;
  gap: 12rem;
}
.news-item-month {
  order: 1;
}
.news-item-day {
  order: 2;
}
.news-side-btn-on {
  color: #1c2620 !important;
  border-color: #e6e9e6;
}
.news-side-btn-on::before {
  background: #1c2620;
}

/* =============================================================
   资讯列表三轮:缩略图卡片 + 日期移标题行右上
   ============================================================= */
.news-item-box {
  padding: 24rem;
  align-items: stretch;
}
.news-item-imgwrap {
  flex: none;
  width: 260rem;
  height: 170rem;
  overflow: hidden;
  border-radius: 4rem;
  background: #f7f8f7;
}
.news-item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-item-box:hover .news-item-img {
  transform: scale(1.05);
}
.news-item-cont {
  width: auto;
  flex: 1;
  min-width: 0;
  padding-left: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20rem;
}
.news-item-name {
  flex: 1;
  min-width: 0;
}
.news-item-time {
  flex: none;
  color: #9aa79e;
  letter-spacing: 0.5px;
}
.news-item-text {
  margin-top: 12rem;
}
@media screen and (max-width: 999px) {
  .news-item-box {
    flex-direction: column;
    padding: 18rem;
  }
  .news-item-imgwrap {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .news-item-cont {
    padding-left: 0;
    padding-top: 18rem;
  }
  .news-item-head {
    flex-wrap: wrap;
    row-gap: 8rem;
  }
}

/* =============================================================
   文章详情改版:元信息简约化 + 管理员改嘉奥采暖 + 去绿
   ============================================================= */
.news-info-flex {
  gap: 0;
  padding: 20rem 0;
  border-bottom: 1px solid #f0f2f0;
}
.news-info-time,
.news-info-name {
  color: #8a938c;
  letter-spacing: 1px;
}
.news-info-time::after {
  content: "";
  position: absolute;
  right: -9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12rem;
  background: #d8ddd8;
}
.news-info-name {
  color: #5a6b60;
  margin-left: 18rem;
}
.news-info-name::after {
  display: none;
}
.news-info-time,
.news-info-name {
  background-image: none;
}
/* 正文小标题去绿 */
.news-content-box h2,
.news-content-box h3,
.news-content-box h4 {
  color: #1c2620 !important;
}
.news-content-box h2 {
  border-bottom-color: #f0f2f0 !important;
}
/* 相关文章推荐去绿 */
.news-baike-item:hover {
  background: #f7f8f7;
}
.news-baike-item:hover .news-baike-date,
.news-baike-item:hover .news-baike-name {
  color: #1c2620;
}
.news-baike-item:hover::after {
  background: url(/esimg/icon/news-arr-gary.png) no-repeat;
  background-size: 100% 100%;
}
/* 上一篇/下一篇去绿 */
.news-btn-link:hover {
  color: #1c2620;
}

/* =============================================================
   字号自适应修复:所有 rem 字号转固定 px(桌面/移动分档)
   ============================================================= */
.message-form-input {
  font-size: 15px;
}
.message-form-submit {
  font-size: 16px;
}
.footer-link-item {
  font-size: 12px !important;
}
.news-content-box {
  font-size: 16px !important;
}
.news-content-box h2 {
  font-size: 26px !important;
}
.news-content-box h3 {
  font-size: 22px !important;
}
.news-content-box h4 {
  font-size: 19px !important;
}
.news-content-box ol li::before {
  font-size: 14px;
}
.news-btn-item::before {
  font-size: 18px;
}
.product-cta-icon {
  font-size: 22px;
}
.notfound-code {
  font-size: 130px;
}
.notfound-en {
  font-size: 20px;
}
.notfound-title {
  font-size: 30px;
}
.notfound-text {
  font-size: 16px;
}
.notfound-btn {
  font-size: 16px;
}
.contact-pro-body {
  font-size: 16px;
}
.contact-pro-formpanel .message-form-input,
.contact-pro-formpanel .message-form-textarea,
.contact-pro-formpanel .message-form-submit,
.contact-pro-formpanel .message-form-reset {
  font-size: 16px;
}
.about-culture-content .about-culture-item::after {
  font-size: 80px;
}
@media screen and (max-width: 999px) {
  .news-main-title {
    font-size: 20px !important;
  }
  .news-content-box {
    font-size: 15px !important;
  }
  .news-content-box h2 {
    font-size: 20px !important;
  }
  .news-content-box h3 {
    font-size: 18px !important;
  }
  .news-content-box h4 {
    font-size: 17px !important;
  }
  .news-item-day {
    font-size: 22px !important;
  }
  .public-title-cn {
    font-size: 24px !important;
  }
  .public-title-en {
    font-size: 15px !important;
  }
  .message-form-input {
    font-size: 14px;
  }
  .message-form-submit,
  .message-form-reset {
    font-size: 14px;
  }
  .contact-pro-body {
    font-size: 14px;
  }
  .about-culture-content .about-culture-item::after {
    font-size: 56px;
  }
}

/* =============================================================
   移动端吸底询盘栏 + 相关推荐修复 + 文章页绿色点缀
   ============================================================= */
/* 吸底栏 */
.mobile-ask-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  height: 56px;
  background: #1c2620;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.18);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-ask-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
}
.mobile-ask-item svg {
  width: 20px;
  height: 20px;
}
.mobile-ask-item:active {
  opacity: 0.85;
}
.mobile-ask-cta {
  background: #1f6b35;
}
.mobile-ask-qr {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 56px;
  z-index: 998;
  display: none;
  justify-content: center;
  padding: 0 16px 12px;
}
.mobile-ask-qr.mobile-ask-qr-show {
  display: flex;
}
.mobile-ask-qr-card {
  position: relative;
  width: 100%;
  max-width: 320px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
}
.mobile-ask-qr-card img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.mobile-ask-qr-card p {
  color: #5a6b60;
  font-size: 13px;
  margin-top: 8px;
}
.mobile-ask-qr-close {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 22px;
  color: #9aa79e;
  cursor: pointer;
  line-height: 1;
  padding: 6px;
}
@media screen and (max-width: 999px) {
  body {
    padding-bottom: 80px;
  }
}
/* 相关推荐:中性重做 + 空时隐藏 */
.news-reco-box {
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  padding: 22rem 24rem;
  box-shadow: 0 6px 24px rgba(28, 38, 32, 0.05);
}
.news-reco-box .news-baike-name {
  color: #1c2620;
  border-left: 4px solid #1f6b35;
  padding-left: 14rem;
  margin-bottom: 16rem;
  letter-spacing: 1px;
}
.news-reco-item {
  border-bottom: 1px solid #f0f2f0;
  padding: 12rem 6rem;
}
.news-reco-list:empty {
  display: none;
}
.news-reco-dot {
  background: #1f6b35;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 999px) {
  .news-main-right {
    margin-top: 40rem;
  }
}
/* 文章详情页绿色点缀(克制) */
.news-main-title {
  position: relative;
  padding-bottom: 18px;
}
.news-main-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, rgba(31, 107, 53, 0) 0%, #1f6b35 50%, rgba(31, 107, 53, 0) 100%);
}
.news-content-box h2 {
  position: relative;
  padding-left: 16px !important;
  border-bottom-color: #e3f3e6 !important;
}
.news-content-box h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  background: #1f6b35;
  border-radius: 2px;
}
.news-content-box h3::before,
.news-content-box h4::before {
  content: none;
}
.news-info-name::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1f6b35;
  margin-right: 8px;
  vertical-align: 2px;
}

/* =============================================================
   吸底栏二轮:留言弹层 + 视觉打磨
   ============================================================= */
.mobile-ask-item {
  gap: 2px;
  font-size: 11px;
  letter-spacing: 1px;
  cursor: pointer;
}
.mobile-ask-item svg {
  width: 22px;
  height: 22px;
}
.mobile-ask-cta {
  background: linear-gradient(135deg, #3a9d5c 0%, #1f6b35 100%);
}
.mobile-ask-item:active {
  opacity: 0.9;
}
/* 留言弹层 */
.mobile-ask-sheet {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 997;
  display: none;
}
.mobile-ask-sheet.mobile-ask-sheet-show {
  display: block;
}
.mobile-ask-sheet-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  animation: mobile-ask-fade 0.25s ease;
}
.mobile-ask-sheet-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 82vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
  padding: 0 20px 20px;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
  animation: mobile-ask-up 0.3s ease;
}
@keyframes mobile-ask-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes mobile-ask-up {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.mobile-ask-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 2px 10px;
  border-bottom: 1px solid #f0f2f0;
  margin-bottom: 14px;
}
.mobile-ask-sheet-title {
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 2px;
}
.mobile-ask-sheet-close {
  font-size: 26px;
  color: #9aa79e;
  line-height: 1;
  padding: 4px 8px;
  cursor: pointer;
}
.mobile-ask-sheet-body .message-form-box {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  max-width: none;
}
.mobile-ask-sheet-body .message-form-submit {
  width: 100%;
  background: linear-gradient(135deg, #3a9d5c 0%, #1f6b35 100%);
}

/* =============================================================
   吸底栏修复:wap 工具类 display 冲突(≤999 强制覆盖)
   ============================================================= */
@media screen and (max-width: 999px) {
  .mobile-ask-bar {
    display: flex !important;
  }
  .mobile-ask-qr {
    display: none !important;
  }
  .mobile-ask-qr.mobile-ask-qr-show {
    display: flex !important;
  }
  .mobile-ask-sheet {
    display: none !important;
  }
  .mobile-ask-sheet.mobile-ask-sheet-show {
    display: block !important;
  }
}

/* =============================================================
   移动端:去友链 + 页脚重排 + 吸底栏三键统一
   ============================================================= */
.mobile-ask-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile-ask-cta {
  background: transparent;
}
@media screen and (max-width: 999px) {
  .footer-links {
    display: none !important;
  }
  .footer-logo {
    width: 180px;
    margin-bottom: 20px;
  }
  .footer-top-left {
    margin-bottom: 24px;
  }
  .footer-left-flex {
    margin-bottom: 12px;
    gap: 8px;
  }
  .footer-left-icon {
    width: 18px;
    height: 18px;
  }
  .footer-left-phone {
    font-size: 22px;
  }
  .footer-left-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .footer-top-right {
    margin-top: 22px;
  }
  .footer-erweima {
    width: 100px;
    height: 100px;
  }
  .footer-erweima-text {
    font-size: 12px;
  }
  .footer-wap-center {
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .footer-wap-item {
    font-size: 14px;
  }
  .footer-wap-phone {
    width: auto;
    margin: 14px auto 0 !important;
    font-size: 14px;
  }
  .footer-bottom-box {
    flex-direction: column;
    gap: 6px;
    padding: 16px 0 24px;
    line-height: 1.8;
  }
  .footer-bottom-text {
    font-size: 12px;
  }
}

/* =============================================================
   吸底栏三轮:留言弹层抬高 + 页脚精简 + 二维码居中
   ============================================================= */
.mobile-ask-sheet-body {
  bottom: 56px;
}
.mobile-ask-qr-card {
  margin: 0 auto;
  padding: 24px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.22);
  animation: mobile-ask-qr-up 0.25s ease;
}
.mobile-ask-qr-card img {
  width: 160px;
  height: 160px;
}
.mobile-ask-qr-card p {
  font-size: 13px;
  letter-spacing: 1px;
}
.mobile-ask-qr-close {
  right: 12px;
  top: 6px;
}
@keyframes mobile-ask-qr-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 999px) {
  .mobile-ask-qr.mobile-ask-qr-show {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .footer-top-right,
  .footer-wap-center,
  .footer-wap-phone {
    display: none !important;
  }
}

/* =============================================================
   移动端收尾:版权区修正 + 去白条 + 底栏品牌深绿
   ============================================================= */
.mobile-ask-bar {
  background: linear-gradient(135deg, #1f6b35 0%, #174f27 100%);
}
@media screen and (max-width: 999px) {
  body {
    padding-bottom: 0;
  }
  .public-footer-box {
    padding-bottom: 140px;
  }
  .footer-bottom-right {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .footer-bottom-text {
    margin-right: 0 !important;
    line-height: 1.8;
  }
}

/* =============================================================
   微信二维码改居中弹窗 + 相关推荐可见性修复
   ============================================================= */
.mobile-ask-qr {
  top: 0;
  bottom: 0;
  align-items: center;
  padding-bottom: 0;
}
.mobile-ask-qr-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  animation: mobile-ask-fade 0.25s ease;
}
.mobile-ask-qr-card {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .mobile-ask-qr.mobile-ask-qr-show {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  /* 相关推荐:移动端提到分类按钮之前,紧接正文 */
  .news-main-right {
    display: flex;
    flex-direction: column;
  }
  .news-reco-box {
    order: -1;
  }
}
/* 推荐文章为空时整块隐藏(不留空标题) */
.news-reco-list:empty::after {
  content: "暂无更多推荐，欢迎浏览资讯中心其他文章";
  display: block;
  padding: 10rem 6rem 2rem;
  color: #9aa79e;
  font-size: 13px;
  letter-spacing: 1px;
}

/* =============================================================
   二维码卡片内容居中 + 页脚备案完整展示
   ============================================================= */
.mobile-ask-qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-ask-qr-card img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .footer-bottom-right {
    padding-bottom: 8px;
  }
  .footer-bottom-text {
    white-space: normal;
    word-break: keep-all;
  }
}

/* =============================================================
   移动端三项加固:页脚留白150px + 二维码卡内强制居中
   ============================================================= */
.mobile-ask-qr-card {
  text-align: center !important;
}
@media screen and (max-width: 999px) {
  .public-footer-box {
    padding-bottom: 150px;
  }
  .footer-bottom-right {
    padding-bottom: 10px;
  }
}

/* =============================================================
   推荐标题强制可见(对抗原主题 line-clamp 盒子模型)
   ============================================================= */
.news-reco-box .news-baike-name {
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: horizontal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

/* =============================================================
   推荐区块移动端兜底加固(防未来冲突规则)
   ============================================================= */
@media screen and (max-width: 999px) {
  .news-reco-box {
    display: block !important;
    visibility: visible !important;
  }
  .news-reco-box .news-baike-name {
    display: block !important;
  }
}

/* =============================================================
   文章正文自适应分级
   ============================================================= */
@media screen and (min-width: 1000px) and (max-width: 1460px) {
  .news-content-box {
    font-size: 15px !important;
  }
  .news-content-box p {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 999px) {
  .news-content-box {
    font-size: 15px !important;
    line-height: 1.75;
  }
  .news-content-box p {
    margin-bottom: 14px;
  }
}

/* =============================================================
   案例列表:三列白卡 + 全宽留言
   ============================================================= */
.case-list-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
  padding: 40rem 0;
}
.case-list-item {
  width: auto;
  margin: 0;
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  box-shadow: 0 6px 24px rgba(28, 38, 32, 0.04);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.case-list-item:hover {
  transform: translateY(-4px);
  border-color: #d8ddd8;
  box-shadow: 0 12px 30px rgba(28, 38, 32, 0.08);
}
.case-list-img {
  aspect-ratio: 4 / 3;
  background: #f7f8f7;
}
.case-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.case-list-item:hover .case-list-img img {
  transform: scale(1.05);
}
.case-list-name {
  height: 56rem;
  color: #1c2620;
  font-weight: 600;
  letter-spacing: 1px;
  background: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-list-item:hover .case-list-name {
  color: #174f27;
  background: #ffffff;
}
.cases-pro-message .message-section-box {
  background: #f7f8f7;
}
.cases-pro-message .message-form-box {
  max-width: none;
}
@media screen and (max-width: 999px) {
  .case-list-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem;
    padding: 28rem 0;
  }
  .case-list-name {
    height: 48rem;
  }
}
@media screen and (max-width: 450px) {
  .case-list-box {
    grid-template-columns: 1fr;
  }
}

/* =============================================================
   案例页兼容:旧容器 case-list-main 同样应用三列网格卡片
   ============================================================= */
.case-list-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
  padding: 40rem 0;
}
.case-list-main .case-list-item {
  width: auto;
  margin: 0;
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  box-shadow: 0 6px 24px rgba(28, 38, 32, 0.04);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.case-list-main .case-list-item:hover {
  transform: translateY(-4px);
  border-color: #d8ddd8;
  box-shadow: 0 12px 30px rgba(28, 38, 32, 0.08);
}
.case-list-main .case-list-img {
  aspect-ratio: 4 / 3;
  background: #f7f8f7;
}
.case-list-main .case-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.case-list-main .case-list-item:hover .case-list-img img {
  transform: scale(1.05);
}
.case-list-main .case-list-name {
  height: 56rem;
  color: #1c2620;
  font-weight: 600;
  letter-spacing: 1px;
  background: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-list-main .case-list-item:hover .case-list-name {
  color: #174f27;
  background: #ffffff;
}
@media screen and (max-width: 999px) {
  .case-list-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem;
    padding: 28rem 0;
  }
  .case-list-main .case-list-name {
    height: 48rem;
  }
}
@media screen and (max-width: 450px) {
  .case-list-main {
    grid-template-columns: 1fr;
  }
}

/* =============================================================
   案例页嵌套兼容:内层旧容器穿透,三列平分
   ============================================================= */
.case-list-box > .case-list-main {
  display: contents;
}

/* =============================================================
   案例页:留言标题去左右 icon
   ============================================================= */
.cases-pro-message .public-title-cn {
  padding: 0;
}
.cases-pro-message .public-title-cn::before,
.cases-pro-message .public-title-cn::after {
  display: none;
}

/* =============================================================
   案例页全面优化:标题去图标 + 图片灯箱 + 画廊中性化
   ============================================================= */
.case-gallery-main .public-title-cn {
  padding: 0;
}
.case-gallery-main .public-title-cn::before,
.case-gallery-main .public-title-cn::after {
  display: none;
}
/* 灯箱 */
.case-lightbox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  cursor: zoom-out;
  animation: case-lightbox-in 0.25s ease;
}
.case-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  background: #ffffff;
  border-radius: 6px;
  padding: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
@keyframes case-lightbox-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 画廊中性化 */
.case-gallery-item {
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}
.case-gallery-item:hover {
  transform: translateY(-4rem);
  border-color: #d8ddd8;
  box-shadow: 0 12px 30px rgba(28, 38, 32, 0.08);
}
.case-gallery-img {
  height: auto;
  aspect-ratio: 4 / 3;
}
.case-gallery-name {
  color: #1c2620;
  font-weight: 600;
}
.case-gallery-item:hover .case-gallery-name {
  color: #174f27;
}
@media screen and (max-width: 999px) {
  .case-gallery-item {
    width: calc((100% - 24rem) / 2);
    margin: 0 0 12rem;
  }
  .case-gallery-item:nth-child(2n) {
    margin-left: 12rem;
  }
  .case-gallery-item:nth-child(2n + 1) {
    margin-right: 12rem;
  }
}

/* =============================================================
   案例画廊:后台数据驱动网格(5列,可点击进详情)
   ============================================================= */
.case-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16rem;
  padding-top: 30rem;
}
.case-gallery-wrap .case-gallery-item {
  width: auto;
  margin: 0;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .case-gallery-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 12rem;
  }
  .case-gallery-item {
    width: auto;
    margin: 0;
  }
  .case-gallery-item:nth-child(2n),
  .case-gallery-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .case-gallery-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =============================================================
   案例详情页样式
   ============================================================= */
.case-detail-box {
  display: flex;
  gap: 40rem;
  align-items: flex-start;
  padding: 50rem 0 30rem;
}
.case-detail-imgwrap {
  flex: 1.2;
  min-width: 0;
  border-radius: 4rem;
  overflow: hidden;
  background: #f7f8f7;
  border: 1px solid #ecefec;
}
.case-detail-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.case-detail-info {
  flex: 1;
  min-width: 0;
}
.case-detail-name {
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f0f2f0;
}
.case-detail-content {
  color: #5a6b60;
  line-height: 1.9;
}
.case-detail-content p {
  margin-bottom: 12px;
}
.case-detail-content img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .case-detail-box {
    flex-direction: column;
    gap: 24rem;
    padding: 30rem 0 20rem;
  }
  .case-detail-imgwrap {
    width: 100%;
  }
}

/* =============================================================
   案例纯展示卡:图片点击放大提示
   ============================================================= */
.case-list-item {
  cursor: default;
}
.case-list-img {
  cursor: zoom-in;
}

/* =============================================================
   留言区宽度与上方内容对齐(联系我们页除外,其内容本就全宽)
   ============================================================= */
.cases-pro-message .main-center,
.about-pro-message .main-center {
  width: 72.95%;
}

/* =============================================================
   文章元信息:小图标替代绿色圆点,低调美观
   ============================================================= */
.news-info-time,
.news-info-name {
  color: #8a938c;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
}
.news-info-time svg,
.news-info-name svg {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  color: #9aa79e;
}
.news-info-name {
  color: #8a938c;
}
.news-info-name::before {
  content: none;
}

/* =============================================================
   友链靠左低调
   ============================================================= */
.footer-links {
  text-align: left;
  opacity: 0.55;
  padding: 10rem 0 14rem;
}
.footer-links-label {
  font-size: 11px !important;
}
.footer-link-item {
  font-size: 11px !important;
  padding: 0 8rem 0 0;
}

/* =============================================================
   产品列表页全面优化:侧栏中性/卡片网格/产品百科/企业优势
   ============================================================= */
.product-left-box {
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(28, 38, 32, 0.04);
}
.product-left-titles {
  padding: 22rem 0 18rem 28rem;
  background: #ffffff;
  border-bottom: 1px solid #f0f2f0;
}
.product-left-title {
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 2px;
}
.product-left-en {
  color: #9aa79e;
  letter-spacing: 1px;
  margin-top: 4rem;
}
.product-left-titles::after {
  display: none;
}
.product-left-first {
  display: block;
  color: #5a6b60;
  padding: 16rem 28rem;
  background: #ffffff;
  border-bottom: 1px solid #f0f2f0;
  text-decoration: none;
  transition: color 0.25s ease;
}
.product-left-first:hover {
  color: #1c2620;
}
.product-left-first-on {
  color: #1f6b35;
  font-weight: 700;
}
.product-left-show-child .product-left-first {
  background: #ffffff;
  color: #1c2620;
}
.product-left-section {
  display: block;
  padding: 14rem 28rem 14rem 36rem;
  color: #7a857d;
  text-decoration: none;
  border-bottom: 1px solid #f7f8f7;
  position: relative;
  transition: color 0.25s ease;
}
.product-left-section::before {
  content: "";
  position: absolute;
  left: 22rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 14px;
  background: #1f6b35;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.product-left-section:hover {
  color: #1c2620;
}
.product-left-section-on {
  color: #1f6b35;
  font-weight: 700;
}
.product-left-section-on::before {
  opacity: 1;
}
/* 产品卡片 */
.product-card-box {
  margin-top: 0;
  padding: 0;
  background: transparent;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
}
.product-card-grid {
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(28, 38, 32, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.product-card-grid:hover {
  transform: translateY(-4px);
  border-color: #d8ddd8;
  box-shadow: 0 12px 30px rgba(28, 38, 32, 0.08);
}
.product-card-imgs {
  padding: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f7f8f7;
}
.product-card-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.product-card-grid:hover .product-card-imgs img {
  transform: scale(1.05);
}
.product-card-name {
  padding: 18rem 20rem 0;
  text-align: left;
  font-weight: 700;
  color: #1c2620;
  transition: color 0.25s ease;
}
.product-card-grid:hover .product-card-name {
  color: #174f27;
}
.product-card-text {
  width: auto;
  margin: 0;
  padding: 8rem 20rem 20rem;
  text-align: left;
  color: #7a857d;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* 产品百科 */
.product-baike-box {
  background: #f7f8f7;
  padding: 60rem 0 70rem;
}
.product-baike-list {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  margin-top: 34rem;
}
.product-baike-link {
  display: flex;
  align-items: center;
  gap: 30rem;
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  padding: 22rem 28rem;
  text-decoration: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.product-baike-link:hover {
  border-color: #d8ddd8;
  box-shadow: 0 8px 24px rgba(28, 38, 32, 0.06);
}
.product-baike-info {
  flex: 1;
  min-width: 0;
}
.product-baike-name {
  color: #1c2620;
  font-weight: 700;
  transition: color 0.25s ease;
}
.product-baike-link:hover .product-baike-name {
  color: #174f27;
}
.product-baike-text {
  color: #7a857d;
  margin-top: 8rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-baike-date {
  flex: none;
  color: #9aa79e;
  letter-spacing: 1px;
}
@media screen and (max-width: 999px) {
  .product-card-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem;
  }
  .product-baike-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
    padding: 18rem 20rem;
  }
}
@media screen and (max-width: 450px) {
  .product-card-box {
    grid-template-columns: 1fr;
  }
}

/* =============================================================
   产品页留言同宽 + 全站标题去双图标
   ============================================================= */
.product-pro-message .main-center {
  width: 83.35%;
}
.public-title-cn::before,
.public-title-cn::after {
  display: none !important;
}
.public-title-cn {
  padding: 0 !important;
}

/* =============================================================
   产品页布局修复:右栏弹性宽度(原主题宽度规则挂在旧类名上)
   ============================================================= */
.product-right-box {
  flex: 1;
  min-width: 0;
  margin-left: 40rem;
}
@media screen and (max-width: 999px) {
  .product-right-box {
    margin-left: 0;
    width: 100%;
  }
}

/* =============================================================
   产品列表页重写:product2-* 自包含体系(与旧主题零交互)
   ============================================================= */
.product2-wrap {
  display: flex;
  align-items: flex-start;
  gap: 40rem;
  padding: 40rem 0 60rem;
}
.product2-side {
  flex: 0 0 300rem;
  width: 300rem;
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(28, 38, 32, 0.04);
}
.product2-side-title {
  padding: 22rem 28rem 18rem;
  border-bottom: 1px solid #f0f2f0;
}
.product2-side-title p:first-child {
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 2px;
}
.product2-side-en {
  color: #9aa79e;
  letter-spacing: 2px;
  margin-top: 4rem;
}
.product2-side-item {
  display: block;
  position: relative;
  padding: 15rem 28rem;
  color: #5a6b60;
  text-decoration: none;
  border-bottom: 1px solid #f7f8f7;
  transition: color 0.25s ease;
}
.product2-side-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: #1f6b35;
  opacity: 0;
}
.product2-side-item:hover {
  color: #1c2620;
}
.product2-side-on {
  color: #1f6b35;
  font-weight: 700;
}
.product2-side-on::before {
  opacity: 1;
}
.product2-main {
  flex: 1;
  min-width: 0;
}
.product2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
}
.product2-card {
  display: block;
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(28, 38, 32, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.product2-card:hover {
  transform: translateY(-4px);
  border-color: #d8ddd8;
  box-shadow: 0 12px 30px rgba(28, 38, 32, 0.08);
}
.product2-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f7f8f7;
}
.product2-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product2-card:hover .product2-img img {
  transform: scale(1.05);
}
.product2-name {
  padding: 18rem 20rem 0;
  color: #1c2620;
  font-weight: 700;
  transition: color 0.25s ease;
}
.product2-card:hover .product2-name {
  color: #174f27;
}
.product2-desc {
  padding: 8rem 20rem 20rem;
  color: #7a857d;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product2-baike {
  background: #f7f8f7;
  padding: 60rem 0 70rem;
}
.product2-baike-list {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  margin-top: 34rem;
}
.product2-baike-item {
  display: flex;
  align-items: center;
  gap: 30rem;
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  padding: 22rem 28rem;
  text-decoration: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.product2-baike-item:hover {
  border-color: #d8ddd8;
  box-shadow: 0 8px 24px rgba(28, 38, 32, 0.06);
}
.product2-baike-info {
  flex: 1;
  min-width: 0;
}
.product2-baike-name {
  color: #1c2620;
  font-weight: 700;
  transition: color 0.25s ease;
}
.product2-baike-item:hover .product2-baike-name {
  color: #174f27;
}
.product2-baike-text {
  color: #7a857d;
  margin-top: 8rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product2-baike-date {
  flex: none;
  color: #9aa79e;
  letter-spacing: 1px;
}
@media screen and (max-width: 999px) {
  .product2-wrap {
    flex-direction: column;
    gap: 24rem;
    padding: 30rem 0 40rem;
  }
  .product2-side {
    flex: none;
    width: 100%;
  }
  .product2-side-title {
    display: none;
  }
  .product2-side-item {
    display: inline-block;
    padding: 12rem 22rem;
    border: 1px solid #ecefec;
    border-radius: 4rem;
    margin: 6rem 10rem 0 0;
    border-bottom: 1px solid #ecefec;
  }
  .product2-side-on {
    background: #f7f8f7;
    border-color: #d8ddd8;
  }
  .product2-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem;
  }
  .product2-baike-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
    padding: 18rem 20rem;
  }
}
@media screen and (max-width: 450px) {
  .product2-grid {
    grid-template-columns: 1fr;
  }
}

/* =============================================================
   企业优势悬停动效 + 留言表单同宽 + 面包屑间距
   ============================================================= */
.index-advantages-item:hover {
  width: 608rem;
}
.index-advantages-item:hover .nor {
  display: none;
}
.index-advantages-item:hover .sel {
  display: block;
}
.index-advantages-item:hover .index-advantages-desc {
  display: block;
}
.index-advantages-item-plus:hover {
  width: auto;
}
.index-advantages-item-plus:hover .nor {
  display: none;
}
.index-advantages-item-plus:hover .sel {
  display: block;
}
.product-pro-message .message-form-box {
  max-width: none;
}
.product2-main .public-crumbs-box {
  margin-bottom: 28rem;
}

/* =============================================================
   企业优势 qdszx 同款动效(覆盖层+换图+图标上滑+文字显现)
   ============================================================= */
.index-advantages-item,
.index-advantages-item-plus {
  width: calc((100% - 30rem) / 4);
}
.index-advantages-item-plus::after {
  content: none;
}
.index-advantages-item-plus .nor {
  display: block;
}
.index-advantages-item-plus .sel {
  display: none;
}
.index-advantages-item-plus .index-advantages-desc {
  display: none;
}
.index-advantages-item-plus .index-advantages-cont {
  align-items: center;
  padding-left: 0;
  padding-top: 0;
}
.index-advantages-item:hover {
  width: calc((100% - 30rem) / 4);
}
.index-advantages-item:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/esimg/img/index-advantages-item-hover.png) no-repeat;
  background-size: 100% 100%;
}
.index-advantages-item:hover .nor {
  display: none;
}
.index-advantages-item:hover .sel {
  display: block;
}
.index-advantages-cont {
  justify-content: flex-start;
}
.index-advantages-icon {
  margin-top: 150rem;
  transition: all 0.5s;
}
.index-advantages-item:hover .index-advantages-icon {
  margin-top: 50rem;
}
.index-advantages-desc {
  display: none;
  padding: 30rem;
  width: auto;
}
.index-advantages-item:hover .index-advantages-desc {
  display: block;
}
@media screen and (max-width: 999px) {
  .index-advantages-content {
    flex-direction: column;
  }
  .index-advantages-item,
  .index-advantages-item-plus {
    width: 100%;
    height: auto;
    margin: 0 0 30rem;
  }
  .index-advantages-icon {
    width: 110rem;
    margin-top: 280rem;
  }
  .index-advantages-item:hover .index-advantages-icon {
    margin-top: 190rem;
  }
}
/* 产品页体验打磨 */
.product2-side {
  position: sticky;
  top: 20rem;
}
.product2-wrap {
  padding-bottom: 70rem;
}

/* =============================================================
   企业优势:绿色化(蓝→绿)+ 悬停宽度展开(类qdszx观感)
   ============================================================= */
.index-advantages-item .index-advantages-img {
  filter: sepia(0.6) hue-rotate(55deg) saturate(1.5);
}
.index-advantages-item:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3a9d5c 0%, #1f6b35 100%);
}
.index-advantages-item,
.index-advantages-item-plus {
  flex: 1 1 0;
  width: auto;
}
.index-advantages-item:hover {
  flex-grow: 2.2;
  width: auto;
}
@media screen and (max-width: 999px) {
  .index-advantages-item,
  .index-advantages-item-plus {
    flex: none;
    width: 100%;
  }
  .index-advantages-item:hover {
    flex-grow: 0;
    width: 100%;
  }
}

/* =============================================================
   企业优势颜色恢复原样(保留全部动效)
   ============================================================= */
.index-advantages-item .index-advantages-img {
  filter: none;
}
.index-advantages-item:hover::after {
  background: url(/esimg/img/index-advantages-item-hover.png) no-repeat;
  background-size: 100% 100%;
}

/* =============================================================
   首页 Banner 切换点:品牌绿胶囊条样式
   ============================================================= */
.index-banner-pagination .swiper-pagination-bullet {
  width: 12rem;
  height: 12rem;
  border-radius: 2rem;
  opacity: 1;
  margin: 0 8rem !important;
  background: rgba(28, 38, 32, 0.25);
  transition: all 0.3s ease;
  cursor: pointer;
}
.index-banner-pagination .swiper-pagination-bullet:hover {
  background: rgba(31, 107, 53, 0.45);
}
.index-banner-pagination .swiper-pagination-bullet-active {
  width: 36rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, #3a9d5c 0%, #1f6b35 100%);
}
@media screen and (max-width: 999px) {
  .index-banner-pagination .swiper-pagination-bullet {
    width: 10rem;
    height: 10rem;
    margin: 0 6rem !important;
  }
  .index-banner-pagination .swiper-pagination-bullet-active {
    width: 30rem;
  }
}

/* =============================================================
   产品详情页 product2 视觉体系
   ============================================================= */
.product2-detail {
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  box-shadow: 0 6px 24px rgba(28, 38, 32, 0.04);
  padding: 34rem 40rem;
  margin-bottom: 40rem;
}
.product2-detail .product-info-title {
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 18rem;
  margin-bottom: 22rem;
  border-bottom: 1px solid #f0f2f0;
}
.product2-detail .product-swiper {
  border-radius: 4rem;
  border: 1px solid #ecefec;
  background: #f7f8f7;
}
.product2-detail .product-swiper .swiper-slide img {
  height: 440rem;
}
.product2-detail .product-info-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30rem;
  padding-bottom: 14rem;
  border-bottom: 1px solid #f0f2f0;
}
.product2-detail .product-info-name {
  position: relative;
  padding-left: 16rem;
  color: #1c2620;
  font-weight: 700;
}
.product2-detail .product-info-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  bottom: 4rem;
  width: 4px;
  background: #1f6b35;
  border-radius: 2px;
}
.product2-detail .product-phone-number {
  color: #1f6b35;
  font-weight: 700;
}
.product2-detail .product-info-parameter {
  color: #4a554e;
  line-height: 1.9;
  padding-top: 6rem;
}
.product2-detail .product-info-parameter h2,
.product2-detail .product-info-parameter h3,
.product2-detail .product-info-parameter h4 {
  color: #1c2620;
  margin: 22rem 0 12rem;
}
.product2-detail .product-parameter-imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16rem;
  margin-top: 20rem;
}
.product2-detail .product-parameter-item {
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  overflow: hidden;
}
.product2-detail .product-parameter-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.product2-detail .product-cta-box {
  text-align: center;
  margin-top: 34rem;
}
.product2-detail .product-cta-btn {
  border-radius: 4rem;
}
/* 推荐区中性化 */
.product2-main .product-reco-list {
  margin: 0;
  gap: 16rem;
}
.product2-main .product-reco-item {
  width: calc((100% - 48rem) / 4);
  margin: 0;
  border: 1px solid #ecefec;
  border-radius: 4rem;
}
.product2-main .product-reco-item:hover {
  border-color: #d8ddd8;
  box-shadow: 0 12px 30px rgba(28, 38, 32, 0.08);
}
.product2-main .product-reco-name {
  color: #1c2620;
}
@media screen and (max-width: 999px) {
  .product2-detail {
    padding: 24rem 20rem;
  }
  .product2-main .product-reco-item {
    width: calc((100% - 16rem) / 2);
  }
  .product2-detail .product-parameter-imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem;
  }
}

/* =============================================================
   产品详情轮播增强:16:9 大图 + 绿色胶囊分页 + 精致箭头
   ============================================================= */
.product2-detail .product-swiper {
  border-radius: 4rem;
}
.product2-detail .product-swiper .swiper-slide img {
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.product2-detail .product-swiper-pagination .swiper-pagination-bullet {
  width: 12rem;
  height: 12rem;
  border-radius: 2rem;
  background: rgba(28, 38, 32, 0.25);
  opacity: 1;
  transition: all 0.3s ease;
}
.product2-detail .product-swiper-pagination .swiper-pagination-bullet-active {
  width: 36rem;
  background: linear-gradient(135deg, #3a9d5c 0%, #1f6b35 100%);
}
.product2-detail .product-swiper-prev,
.product2-detail .product-swiper-next {
  width: 46rem;
  height: 46rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #ecefec;
}
.product2-detail .product-swiper-prev:hover,
.product2-detail .product-swiper-next:hover {
  background: #ffffff;
}
.product2-detail .product-info-titles {
  margin-top: 36rem;
}
@media screen and (max-width: 999px) {
  .product2-detail .product-swiper .swiper-slide img {
    aspect-ratio: 4 / 3;
  }
}

/* =============================================================
   产品轮播交互修复:锚点定位 + 方形侧边箭头 + 去图名/banner点
   ============================================================= */
.product2-detail .product-swiper {
  position: relative;
}
.product2-detail .product-swiper-prev,
.product2-detail .product-swiper-next {
  width: 40rem;
  height: 40rem;
  border-radius: 4rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d8ddd8;
  box-shadow: 0 4rem 14rem rgba(28, 38, 32, 0.08);
}
.product2-detail .product-swiper-prev:hover,
.product2-detail .product-swiper-next:hover {
  background: #ffffff;
  border-color: #1f6b35;
}
.product2-detail .product-swiper-tip {
  display: none;
}
.index-banner-pagination {
  display: none;
}

/* =============================================================
   产品详情精修:标题统一/案例四条均匀/推荐重做/箭头样式
   ============================================================= */
.product2-main .product-info-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14rem;
  border-bottom: 1px solid #f0f2f0;
  margin-top: 30rem;
}
.product2-main .product-info-name {
  position: relative;
  padding-left: 16rem;
  color: #1c2620;
  font-weight: 700;
}
.product2-main .product-info-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  bottom: 4rem;
  width: 4px;
  background: #1f6b35;
  border-radius: 2px;
}
.product2-detail .case-gallery-wrap {
  grid-template-columns: repeat(4, 1fr);
}
.product2-detail .case-gallery-item {
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.product2-detail .case-gallery-item:hover {
  transform: translateY(-4rem);
  border-color: #d8ddd8;
  box-shadow: 0 12px 30px rgba(28, 38, 32, 0.08);
}
.product2-detail .case-gallery-img {
  aspect-ratio: 4 / 3;
}
.product2-detail .case-gallery-name {
  padding: 12rem 10rem;
}
.product2-main .product-reco-item {
  border: 1px solid #ecefec;
  border-radius: 4rem;
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.product2-main .product-reco-item:hover {
  transform: translateY(-4px);
  border-color: #d8ddd8;
  box-shadow: 0 12px 30px rgba(28, 38, 32, 0.08);
}
.product2-main .product-reco-img {
  height: auto;
  aspect-ratio: 4 / 3;
}
.product2-main .product-reco-name {
  color: #1c2620;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product2-main .product-reco-text {
  color: #8a938c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product2-detail .product-swiper-prev,
.product2-detail .product-swiper-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 4rem;
  background: #ffffff;
  border: 1px solid #1f6b35;
  box-shadow: 0 4rem 14rem rgba(28, 38, 32, 0.08);
  transition: all 0.25s ease;
}
.product2-detail .product-swiper-prev::before {
  content: "‹";
  font-size: 30rem;
  line-height: 1;
  color: #1f6b35;
  margin-top: -4rem;
}
.product2-detail .product-swiper-next::before {
  content: "›";
  font-size: 30rem;
  line-height: 1;
  color: #1f6b35;
  margin-top: -4rem;
}
.product2-detail .product-swiper-prev:hover,
.product2-detail .product-swiper-next:hover {
  background: #1f6b35;
  border-color: #1f6b35;
}
.product2-detail .product-swiper-prev:hover::before,
.product2-detail .product-swiper-next:hover::before {
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .product2-detail .case-gallery-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =============================================================
   详情页标题重做:小方块 + 上/下篇白卡
   ============================================================= */
.product2-main .product-info-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16rem;
  border-bottom: 1px solid #f0f2f0;
  margin-top: 40rem;
}
.product2-main .product-info-name {
  position: relative;
  padding-left: 18rem;
  color: #1c2620;
  font-weight: 700;
  letter-spacing: 1px;
}
.product2-main .product-info-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8rem;
  height: 8rem;
  background: #1f6b35;
}
.product2-detail .news-btn-box {
  display: flex;
  justify-content: space-between;
  gap: 20rem;
  margin-top: 30rem;
  padding: 18rem 24rem;
  background: #ffffff;
  border: 1px solid #ecefec;
  border-radius: 4rem;
}
.product2-detail .news-btn-item {
  width: auto;
  flex: 1;
  min-width: 0;
}
.product2-detail .news-btn-title {
  display: block;
  color: #5a6b60;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =============================================================
   详情页三标题大气化:渐变竖条 + 渐变细线 + 大字距
   ============================================================= */
.product2-main .product-info-titles {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20rem;
  margin-top: 44rem;
  border-bottom: none;
}
.product2-main .product-info-titles::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #1f6b35 0%, rgba(31, 107, 53, 0.25) 25%, #f0f2f0 75%);
}
.product2-main .product-info-name {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1c2620;
  padding-left: 22rem;
}
.product2-main .product-info-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 26px;
  border-radius: 2px;
  background: linear-gradient(180deg, #3a9d5c 0%, #1f6b35 100%);
}

/* =============================================================
   详情页三标题去绿纯净化:纯文字 + 中性细线
   ============================================================= */
.product2-main .product-info-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16rem;
  margin-top: 44rem;
  border-bottom: 1px solid #f0f2f0;
}
.product2-main .product-info-titles::after {
  content: none;
}
.product2-main .product-info-name {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1c2620;
  padding-left: 0;
}
.product2-main .product-info-name::before {
  content: none;
}

/* =============================================================
   三标题修正:保留左侧渐变绿条,去掉底部线/背景
   ============================================================= */
.product2-main .product-info-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18rem;
  margin-top: 44rem;
  border-bottom: none;
}
.product2-main .product-info-titles::after {
  content: none;
}
.product2-main .product-info-name {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1c2620;
  padding-left: 22rem;
}
.product2-main .product-info-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 26px;
  border-radius: 2px;
  background: linear-gradient(180deg, #3a9d5c 0%, #1f6b35 100%);
}

/* =============================================================
   三标题修正二:去浅绿背景 + 恢复底部细线
   ============================================================= */
.product2-main .product-info-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16rem;
  margin-top: 44rem;
  background: #ffffff;
  border-bottom: 1px solid #f0f2f0;
}
.product2-main .product-info-titles::after {
  content: none;
}
.product2-main .product-info-name {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1c2620;
  padding-left: 22rem;
}
.product2-main .product-info-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 26px;
  border-radius: 2px;
  background: linear-gradient(180deg, #3a9d5c 0%, #1f6b35 100%);
}

/* =============================================================
   三标题绿底根除:清标题文字自身背景与盒内边距
   ============================================================= */
.product2-main .product-info-name {
  background: transparent;
  padding: 0 0 0 22rem;
}

/* =============================================================
   推荐产品tab v3:靠左 + 新闻区同款绿色渐变下划线
   (覆盖 qdszx 原版 space-between / margin 0 60rem / 纯色下划线)
   ============================================================= */
.index-recommend-tabs {
  justify-content: flex-start;
}
.index-recommend-tab {
  margin: 0 60rem 0 0;
  padding-bottom: 8rem;
}
.index-recommend-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3rem;
  border-radius: 2rem;
  background: linear-gradient(90deg, #8ed69c, #1f6b35);
  transition: width 0.3s ease;
}
.index-recommend-tab:hover::after,
.index-recommend-active::after {
  width: 70%;
}

/* =============================================================
   移动端UX v4:菜单滚动/触摸目标/iOS表单/banner比例/防溢出/页脚
   ============================================================= */
html,
body {
  overflow-x: hidden;
}
@media screen and (max-width: 999px) {
  /* 菜单可滚动,底部导航项可达 */
  .header-nav-box {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* 汉堡按钮:44px 点击区,图标居中 */
  .header-wap-show {
    min-width: 44px;
    min-height: 44px;
    background-size: 60rem 31rem;
    background-position: center;
  }
  /* 二维码弹窗关闭按钮:44px 点击区 */
  .mobile-ask-qr-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    right: 4px;
    top: 0;
    padding: 0;
    font-size: 24px;
  }
  /* iOS 聚焦防自动放大:输入框字号 ≥16px */
  .message-form-input {
    font-size: 16px !important;
  }
  /* 表单网格移动端单列 */
  .message-form-grid,
  .contact-pro-form-section .message-form-grid,
  .contact-pro-formpanel .message-form-grid {
    grid-template-columns: 1fr;
  }
  /* 联系页表单输入框:44px 高点击区 */
  .contact-pro-formpanel .message-form-input,
  .contact-pro-formpanel .message-form-textarea {
    min-height: 44px;
  }
  /* banner 移动端固定比例裁切(1920x820),防高度失控 */
  .banner-item-bg {
    aspect-ratio: 1920 / 820;
    object-fit: cover;
  }
  /* 产品分类药丸:44px 点击区 */
  .product2-side-item {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 10rem 24rem;
  }
  /* 移动端页脚:PC 同款白色 logo + 电话/地址/邮箱清晰展示 */
  .footer-top-box {
    padding: 30px 16px 10px;
  }
  .footer-logo {
    display: block;
    width: 200px;
    margin: 0 auto 22px;
  }
  .footer-top-left {
    width: 100%;
    text-align: left;
    padding: 0 6px;
  }
  .footer-left-flex {
    justify-content: flex-start;
    gap: 10px;
  }
  .footer-left-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .footer-left-phone {
    font-size: 22px;
  }
  .footer-left-text {
    font-size: 15px;
    line-height: 1.7;
  }
}
/* =============================================================
   首页 v5 精修:广告图版心化 / 案例胶囊分页
   ============================================================= */

/* ---- 1. 广告图:版心宽度 + 圆角 + 上下留白 ---- */
.index-ad-wrap {
  margin-top: 60rem;
  margin-bottom: 60rem;
}
.index-ad-wrap .index-ad-img {
  display: block;
  width: 100%;
  border-radius: 12rem;
  -webkit-border-radius: 12rem;
  box-shadow: 0 10rem 40rem rgba(23, 75, 39, 0.1);
}

/* ---- 2. 成功案例:胶囊渐变分页(仅 index,产品页保持原样) ---- */
.index-case-pagination .swiper-pagination-bullet {
  width: 12rem;
  height: 12rem;
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  opacity: 1;
  margin: 0 8rem !important;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  transition: width 0.35s ease, background 0.35s ease;
  -webkit-transition: width 0.35s ease, background 0.35s ease;
}
.index-case-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background: #8ed69c;
}
.index-case-pagination .swiper-pagination-bullet-active {
  width: 36rem;
  background: linear-gradient(90deg, #8ed69c 0%, #1f6b35 100%);
}

@media screen and (max-width: 999px) {
  .index-ad-wrap {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }
  .index-ad-wrap .index-ad-img {
    margin-top: 0; /* 覆盖原 img margin-top:40rem,避免叠加 */
    border-radius: 8rem;
    -webkit-border-radius: 8rem;
  }
}
/* =============================================================
   首页 v8:关于嘉奥图片样式优化(无附加元素,仅图片本身轻量美化)
   ============================================================= */
@media screen and (min-width: 1000px) {
  .index-about-box {
    padding: 50rem 0;
  }
  .index-about-img {
    width: 720rem; /* 原 857rem 收窄,给文字让位 */
    aspect-ratio: 16 / 10; /* 原图 1.44:1 太方,CSS 裁为更宽比例 */
    object-fit: cover;
    margin-top: 30rem; /* 图片稍下移,底部更靠近查看更多,左侧不显空 */
    border-radius: 12rem;
    -webkit-border-radius: 12rem;
    border: 1rem solid rgba(31, 107, 53, 0.15);
    box-shadow: 0 12rem 36rem rgba(23, 75, 39, 0.1);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    -webkit-transition: box-shadow 0.4s ease, transform 0.4s ease;
  }
  .index-about-img:hover {
    transform: translateY(-4rem) scale(1.02);
    box-shadow: 0 18rem 48rem rgba(23, 75, 39, 0.16);
  }
  .index-about-content {
    width: calc(100% - 720rem);
    padding-left: 60rem; /* 图文间距 20rem → 60rem */
    padding-top: 0; /* 标题与图片顶部对齐 */
    box-sizing: border-box;
  }
}
/* =============================================================
   首页 v9:企业优势底部渐变蒙版改为品牌绿
   ============================================================= */
.index-advantages-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(23, 75, 39, 0.9) 0%, rgba(31, 107, 53, 0.55) 40%, rgba(31, 107, 53, 0) 65%);
}
.index-advantages-item:hover::after {
  z-index: 1; /* 悬停渐变层置于文字之下,文字始终清晰 */
}
/* =============================================================
   首页 v10:导航自适应 + 侧边按钮 + 首页移动端整体优化
   ============================================================= */

/* ---- 1. 导航:窄桌面自适应(文字随窗口平滑缩放,配合 main.css clamp 字号) ---- */
@media screen and (min-width: 1200px) and (max-width: 1460px) {
  .header-main-box {
    padding: 0 80rem;
  }
  .header-nav-item {
    padding: 40rem 30rem;
  }
  .header-phone-box {
    padding-left: 40rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .header-main-box {
    padding: 0 50rem;
  }
  .header-nav-item {
    padding: 40rem 22rem;
  }
  .header-phone-box {
    padding-left: 24rem;
  }
  .header-phone-img {
    width: 30rem;
  }
}
.header-nav-item:last-child {
  padding-right: 0; /* 原规则 97-99 为残缺注释,补上末项右 padding 归零 */
}
.header-nav-on::after {
  background: linear-gradient(90deg, #8ed69c, #1f6b35); /* 激活下划线改品牌渐变 */
}

/* ---- 2. 移动端抽屉:iOS 动态视口 + 子菜单触摸展开(仅 ≤999px,PC 不得生效) ---- */
@media screen and (max-width: 999px) {
  @supports (height: 100dvh) {
    .header-nav-box,
    .header-nav-box::after {
      height: 100dvh; /* 旧浏览器回退 100vh */
    }
  }
  .header-nav-item.nav-open .header-nav-section {
    position: relative;
    left: auto;
    top: auto;
    width: 90%;
    height: auto;
    background: none;
    padding-top: 20rem;
  }
  .header-nav-item.nav-open .header-nav-text {
    color: rgba(37, 43, 58, 0.8);
    text-align: left;
    padding-left: 25rem;
  }
}

/* ---- 3. 侧边悬浮按钮:rem 化定位 + 垂直居中 + 移动端显式隐藏 ---- */
.suspension-box {
  right: 20rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .suspension-box {
    right: 10rem;
  }
}
@media screen and (max-width: 999px) {
  .suspension-box {
    display: none !important; /* 移动端显式隐藏(手机用底部咨询栏) */
  }
}

/* ---- 4. 首页移动端修复(≤999px) ---- */
@media screen and (max-width: 999px) {
  /* 新闻首图:3866 的 503rem 固定宽压过移动 width:100% → 同特异性后声明覆盖 */
  .index-news-first .index-news-img {
    width: 100%;
    height: auto;
    aspect-ratio: 503 / 300;
  }
  /* 推荐卡片固定 750rem 高 → 内容自适应 */
  .index-recommend-list .index-recommend-item {
    height: auto;
  }
  /* 企业优势图标 280rem 巨量空白 → 40rem */
  .index-advantages-icon {
    margin-top: 40rem;
  }
  .index-advantages-item:hover .index-advantages-icon {
    margin-top: 40rem;
  }
  /* 案例/banner 分页点放大 + 伪元素扩大热区 */
  .index-case-pagination .swiper-pagination-bullet,
  .index-banner-pagination .swiper-pagination-bullet {
    width: 14rem;
    height: 14rem;
    margin: 0 14rem !important;
    position: relative;
  }
  .index-case-pagination .swiper-pagination-bullet::after,
  .index-banner-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    inset: -14rem;
  }
  /* banner 分页容器:center 与 right:0 冲突 → 居中 */
  .index-banner-pagination {
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    justify-content: center;
  }
  /* 案例区背景 100% 100% 拉伸变形 → cover */
  .index-case-box {
    background-size: cover;
    background-position: center;
  }
  /* 关于板块:按钮间距、图片与桌面统一、三小项单列 */
  .index-about-btn {
    margin-top: 60rem;
  }
  .index-about-img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 12rem;
    -webkit-border-radius: 12rem;
  }
  .index-about-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20rem;
  }
  /* 新闻右栏间距 60 → 40rem */
  .index-news-right {
    margin-top: 40rem;
  }
  /* 留言表单:文本域加高、按钮 ≥44px、验证码放大 */
  .message-form-textarea {
    min-height: 160rem;
  }
  .message-form-submit,
  .message-form-reset {
    min-height: 88rem;
  }
  .message-form-code-img {
    width: 130rem;
    height: 52rem;
  }
  /* 推荐 tab 间距收紧 */
  .index-recommend-tab {
    margin: 0 30rem 0 0;
  }
}
/* =============================================================
   首页 v11:整站移动端优化(产品/案例/新闻/关于/联系/搜索/404/公共件)
   ============================================================= */

/* ---- 产品页(list + detail) ---- */
@media screen and (max-width: 999px) {
  /* 侧栏分类条不再吸顶遮挡内容 */
  .product2-side {
    position: static;
    top: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .product2-side-item {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* 详情正文富文本:块级排版,图片/表格不横向溢出 */
  .product2-detail .product-info-parameter {
    display: block;
    padding: 0;
  }
  .product-info-parameter img {
    max-width: 100%;
    height: auto;
  }
  .product-info-parameter table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* 详情页小标题:覆盖硬编码 26px */
  .product2-main .product-info-name {
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 16rem;
  }
  /* 产品图轮播:箭头 44px 触摸标准、分页点放大+热区、图片完整显示不裁切 */
  .product2-detail .product-swiper-prev,
  .product2-detail .product-swiper-next {
    width: 44px;
    height: 44px;
  }
  .product2-detail .product-swiper-prev::before,
  .product2-detail .product-swiper-next::before {
    font-size: 22px;
  }
  .product2-detail .product-swiper-pagination .swiper-pagination-bullet {
    width: 14rem;
    height: 14rem;
    position: relative;
  }
  .product2-detail .product-swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    inset: -14rem;
  }
  .product2-detail .product-swiper .swiper-slide img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #f7f8f7;
  }
  /* 推荐产品副标题为空时不留白 */
  .product-reco-text:empty {
    display: none;
  }
  /* 上/下篇按钮移动端竖排(显式声明,不再依赖新闻页规则) */
  .product2-detail .news-btn-box {
    flex-direction: column;
  }
}

/* ---- 案例/新闻页 ---- */
@media screen and (max-width: 999px) {
  /* 案例标题:2 行完整显示,不再 9 字截断 */
  .case-list-name {
    height: auto;
    min-height: 48rem;
    -webkit-line-clamp: 2;
  }
  /* 分页:40px 可点目标,可换行,箭头清晰 */
  .public-pages-box {
    flex-wrap: wrap;
    row-gap: 8rem;
  }
  .public-pages-item,
  .page-num,
  .public-pages-on {
    width: 40px;
    height: 40px;
    font-size: 14px;
    flex-shrink: 0;
  }
  .public-pages-prev,
  .public-pages-next {
    background-size: 12px 20px;
  }
  /* 新闻详情富文本表格可横向滑动 */
  .news-content-box table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* 新闻卡片 padding 统一(压过 3677 的旧 !important) */
@media screen and (max-width: 750px) {
  .news-item-box {
    padding: 18rem !important;
  }
}

/* ---- 关于/联系/搜索/404/公共件 ---- */
/* 搜索页表单:浅色底深色字(原样式是深色 banner 专用,白字白底不可见) */
.search-page-form .content-form-input {
  background: #ffffff;
  border: 1px solid #d5e2d8;
  color: #1c2620;
}
.search-page-form .content-form-input::placeholder {
  color: #8a9a8e;
  opacity: 1;
}
.search-page-form .content-form-input,
.search-page-form .content-form-btn {
  min-height: 44px;
}
.search-page-form .content-form-btn {
  background: #1f6b35;
  color: #ffffff;
  border: none;
}
/* 404:数字随视口缩放防溢出 + 移动端留白收敛 */
@media screen and (max-width: 999px) {
  .notfound-code {
    font-size: clamp(72px, 26vw, 130px) !important;
    letter-spacing: 2px;
  }
  .notfound-main {
    padding: 60rem 30rem 80rem;
  }
  /* 联系页地图:加高保证"一键导航"按钮不被裁切 */
  .contact-pro-map-wrap {
    min-height: 500rem;
  }
  .contact-pro-map-overlay {
    max-width: 60%;
    padding: 12rem 16rem;
  }
  /* 关于页车间轮播箭头垂直居中 */
  .about-swiper-prev,
  .about-swiper-next {
    top: calc(50% - 30rem);
  }
  /* 内页 banner 标题不溢出 */
  .public-banner-titles {
    max-width: calc(100% - 100rem);
  }
  /* 吸底栏文字略放大、留言弹层贴合安全区 */
  .mobile-ask-item {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .mobile-ask-sheet-body {
    bottom: calc(56px + env(safe-area-inset-bottom));
  }
  .about-pro-tag,
  .about-pro-badge {
    padding: 8px 16px;
  }
}
/* 页脚补偿统一:吸底栏 56px + 安全区 + 30px 余量(替代 150px) */
@media screen and (max-width: 999px) {
  .public-footer-box {
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px) + 30px);
  }
}
/* 案例列表:移动端"点击查看大图"角标,PC 隐藏 */
.case-list-img {
  position: relative;
}
.case-list-img-tip {
  display: none;
}
@media screen and (max-width: 999px) {
  .case-list-img-tip {
    display: block;
    position: absolute;
    right: 8rem;
    bottom: 8rem;
    padding: 4rem 10rem;
    border-radius: 999rem;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    font-size: 12rem;
    line-height: 1.6;
    pointer-events: none;
  }
}
/* 灯箱关闭按钮 */
.case-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
/* =============================================================
   首页 v12:产品页移动端宽度失锁修复
   (align-items:flex-start + 竖排导致正文被内容撑到 4608px 出屏)
   ============================================================= */
@media screen and (max-width: 999px) {
  .product2-wrap {
    align-items: stretch; /* 竖排时子项横向拉伸到版心宽,不再被内容撑开 */
  }
  .product2-main {
    width: 100%;
    max-width: 100%;
  }
  /* 兜底:整条链封顶版心宽,防止富文本长图/表格再次撑破 */
  .product2-detail,
  .product2-detail .product-swiper {
    max-width: 100%;
  }
}
