.indexModule .swiperBox {
  width: 100%;
}
.indexModule .swiperBox .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.indexModule .swiperBox .swiper-container img {
  width: 100%;
  height: auto;
}
.indexModule .swiperBox .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff !important;
}
.indexModule .swiperBox .swiper-pagination-bullet-active {
  width: 1.25rem !important;
  border-radius: 10px;
  height: 0.5rem !important;
  background-color: #009944 !important;
}
.indexModule .About {
  width: 100%;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
.index_product_box{
	width:100%;
	height: 61.25rem;
	background-image: url('/static/images/index_product_bj.png');
	background-size: cover;
	background-repeat: no-repeat;
	font-family: "AlibabaPuHuiTi", serif;
}


.indexModule .About .About_area {
  margin: 0 auto;
  /* width: 104.6875rem; */
  width: 87.5rem;
  /* height: 72.5625rem; */
  height: 42.1875rem;
  background-color: #fff;
  /* background-image: url('/static/images/index3.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-top: -19rem; */
  padding-top: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10rem;
}
.indexModule .About .About_area .leftBox {
  width: 42.125rem;
  height: 31.25rem;
  /* margin-left: 137px; */
  color: #606266;
  font-size: 1rem;
}
.indexModule .About .About_area .leftBox .title {
  font-size: 2.875rem;
  color: #303133;
}
.indexModule .About .About_area .leftBox .title2 {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  color: #606266;
  margin-top: 1rem;
   font-family: "AlibabaPuHuiTi", serif;
}
.indexModule .About .About_area .leftBox .content {
  margin-bottom: 2.5rem;
  line-height: 180%;
  text-align: justify;
   font-family: "AlibabaPuHuiTi", serif;
}
.indexModule .About .About_area .leftBox .numberBox {
  display: flex;
  align-items: center;
  padding-right: 5.625rem;
  justify-content: space-between;
}
.indexModule .About .About_area .leftBox .numberBox .numberBox_item .number {
  font-size: 2.5rem;
  color: #009944;
  /* font-weight:500 !important; */
}
.indexModule .About .About_area .leftBox .numberBox .numberBox_item .number  .num{
	font-weight:600 !important;
	font-family: "AlibabaPuHuiTi", serif;
}
.indexModule .About .About_area .leftBox .numberBox .numberBox_item .number .pre,
.indexModule .About .About_area .leftBox .numberBox .numberBox_item .number .suf {
  font-size: 1.125rem;
  color: #009944;
  font-family: "AlibabaPuHuiTi", serif;
}
.indexModule .About .About_area .leftBox .numberBox .numberBox_item .des {
  font-size: 1rem;
  color: #606266;
   font-family: "AlibabaPuHuiTi", serif;
}
.indexModule .About .About_area .leftBox .index_about_more_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1.875rem;
  margin-top: 4.375rem;
  font-size: 1rem;
  color: #fff;
  background-color: #009944;
  border-radius: 0.3125rem;
  text-decoration: none;
  transition: background-color .3s ease;
 font-family: "AlibabaPuHuiTi", serif; 
}
.indexModule .About .About_area .leftBox .index_about_more_btn:hover {
  background-color: #007a36;
}
.indexModule .About .About_area .leftBox .index_about_more_btn .index_about_more_arrow {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform .3s ease;
  margin-top: 2px;
}
.indexModule .About .About_area .leftBox .index_about_more_btn:hover .index_about_more_arrow {
  transform: translateX(0.1875rem) rotate(45deg);
}
.indexModule .About .About_area .right {
  width: 38.375rem;
  height: 26.25rem;
  /* margin-right: 4.9375rem; */
}
.indexModule .Product .title {
  text-align: center;
  font-size: 2.875rem;
  color: #303133;
  margin-bottom: 0.625rem;
}
.indexModule .Product .title1 {
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
  width: 94%;
  margin: 0 auto;
}
.indexModule .Product .itemBox {
  margin-top: 3.75rem;
  overflow: hidden;
}
.indexModule .Product .itemBox .swiper-wrapper {
  display: flex;
}
.indexModule .Product .itemBox .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.indexModule .Product .itemBox .item {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}
.indexModule .Product .itemBox .item .image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .Product .itemBox .item .show {
  position: absolute;
  width: 100%;
  display: flex;
  padding: 0 2.5rem;
  bottom: 3.75rem;
  font-size: 1.75rem;
  color: #fff;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.35s ease;
}
.indexModule .Product .itemBox .item .show .icon {
  width: 1.875rem;
  height: 1.875rem;
}
.indexModule .Product .itemBox .item:hover {
  box-shadow: 0 0.75rem 2.5rem rgba(46, 26, 71, 0.12);
}
.indexModule .Product .itemBox .item:hover .image {
  transform: scale(1.03);
}
.indexModule .Product .itemBox .item:hover .show {
  transform: translateY(-0.8rem);
}
.indexModule .newsBox {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
.indexModule .newsBox .title {
  text-align: center;
  font-size: 2.875rem;
  color: #303133;
  margin-bottom: 0.625rem;
}
.indexModule .newsBox .title1 {
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
  width: 94%;
  margin: 0 auto;
}
.indexModule .newsBox .recommend {
  width: 87.5rem;
  height: 26rem;
  margin: 0 auto;
  margin-top: 2.3125rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.25rem;
}
.indexModule .newsBox .recommend .left {
  width: 42.8125rem;
  height: 100%;
  overflow: hidden;
}
.indexModule .newsBox .recommend .left .image {
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .newsBox .recommend .right {
  width: 44.6875rem;
  height: 100%;
  background-color: #F5F6F8;
  padding-top: 3.375rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.indexModule .newsBox .recommend .right .time {
  font-size: 0.9375rem;
  color: #909399;
}
.indexModule .newsBox .recommend .right .des {
  color: #303133;
  font-size: 1.5rem;
  margin-top: 0.9375rem;
  margin-bottom: 1.625rem;
}
.indexModule .newsBox .recommend .right .content {
  font-size: 1rem;
  color: #606266;
  margin-bottom: 5rem;
}
.indexModule .newsBox .recommend .right .button {
  width: 9.375rem;
  height: 3.125rem;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .newsBox .recommend:hover .image {
  transform: scale(1.03);
}
.indexModule .newsBox .recommend:hover .button {
  transform: translateX(0.8rem);
}
.indexModule .newsBox .recommend:hover .des {
  color: #009944;
}
.indexModule .newsBox .newsitemBox {
  display: flex;
  width: 87.5rem;
  margin: 0 auto;
  align-items: center;
  margin-top: 3.25rem;
  justify-content: space-between;
}
.indexModule .newsBox .newsitemBox .item {
  width: 27.5625rem;
  border-top: 1px solid #E4E7ED;
  padding-top: 1.75rem;
}
.indexModule .newsBox .newsitemBox .item .time {
  color: #909399;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}
.indexModule .newsBox .newsitemBox .item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexModule .newsBox .newsitemBox .item .content .det {
  width: 24.125rem;
  color: #303133;
  font-size: 1.0625rem;
}
.indexModule .newsBox .newsitemBox .item .content .icon {
  width: 1.875rem;
  height: 1.875rem;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .newsBox .newsitemBox .item .content .icon1 {
  width: 1.875rem;
  height: 1.875rem;
  display: none;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .newsBox .newsitemBox .item :hover .det {
  color: #009944;
}
.indexModule .newsBox .newsitemBox .item :hover .icon1 {
  display: block;
}
.indexModule .newsBox .newsitemBox .item :hover .icon {
  display: none;
}

.index_case_box{
	width: 100%;
	height:730px;
	background-color: #fff;
	font-family: "AlibabaPuHuiTi", serif;
	position: relative;
}
.index_case_box_content {
	width: 100%;
	margin-top: 4.5rem;
	position: relative;
}
.index_case_box_content .indexCaseSwiper {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.index_case_box_content .swiper-slide {
	background-color: rgb(247, 247, 247);
	transition: background-color .3s ease;
}
.index_case_box_content .swiper-slide:hover {
	background-color: #009944;
}
.index_case_box_content .index_case_card_link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.index_case_box_content .index_case_card_img {
	width: 100%;
	height: 17.5rem;
	overflow: hidden;
}
.index_case_box_content .index_case_card_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}
.index_case_box_content .swiper-slide:hover .index_case_card_img img {
	transform: scale(1.08);
}
.index_case_box_content .index_case_card_title {
	padding: 1.25rem 0.75rem;
	text-align: center;
	font-size: 0.9375rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color .3s ease;
}
.index_case_box_content .swiper-slide:hover .index_case_card_title {
	color: #fff;
}
.index_case_box_content .index_case_arrow_prev,
.index_case_box_content .index_case_arrow_next {
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
	color: #009944;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	transition: background-color .3s ease, color .3s ease;
}
.index_case_box_content .index_case_arrow_prev {
	left: calc(50% - 700px - 5rem);
}
.index_case_box_content .index_case_arrow_next {
	right: calc(50% - 700px - 5rem);
}
.index_case_box_content .index_case_arrow_prev::after,
.index_case_box_content .index_case_arrow_next::after {
	font-size: 0.875rem;
	font-weight: bold;
}
.index_case_box_content .index_case_arrow_prev:hover,
.index_case_box_content .index_case_arrow_next:hover {
	background-color: #009944;
	color: #fff;
}

/* 产品中心：左侧分类 + 右侧产品 */
.index_product_box_content {
	width: 100%;
	margin-top: 3.75rem;
	display: flex;
	gap: 2.5rem;
	align-items: stretch;
}
.index_product_cate {
  width: 20rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.index_product_cate_item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: color .3s ease;
}
.index_product_cate_item img {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  object-fit: contain;
}
.index_product_cate_item .icon-active {
  display: none;
}
.index_product_cate_item .name {
  font-size: 1.125rem;
  color: #303133;
  font-family: "AlibabaPuHuiTi", serif;
}
.index_product_cate_item.active {
  background-color: transparent;
}
.index_product_cate_item.active .icon {
  display: none;
}
.index_product_cate_item.active .icon-active {
  display: block;
}
.index_product_cate_item.active .name {
  color: #009944;
}
.index_product_cate_arrow {
  display: none;
  margin-left: auto;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #009944;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.index_product_cate_arrow::after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 0.25rem;
}
.index_product_cate_item.active .index_product_cate_arrow {
  display: inline-flex;
}
.index_product_list {
	flex: 1;
	min-width: 0;
}
.index_product_list_group {
  display: none;
  flex-direction: row;
  gap: 1.875rem;
}
.index_product_list_group.active {
  display: flex;
}
.index_product_card {
  width: calc((100% - 1.875rem) / 2);
  background-color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}
.index_product_card:hover {
  background-color: #009944;
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08);
}
.index_product_card_img {
  position: relative;
  width: 100%;
  padding-top: 110%;
  height: 0;
  overflow: hidden;
}
.index_product_card_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.index_product_card:hover .index_product_card_img img {
	transform: scale(1.05);
}
.index_product_card_title {
  padding: 1rem 1.25rem;
  text-align: center;
  font-size: 1.125rem;
  color: #303133;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "AlibabaPuHuiTi", serif;
  transition: color .3s ease;
}
.index_product_card:hover .index_product_card_title {
  color: #fff;
}






.index_news_box{
	width: 100%;
	height:840px;
	background-color: #fff;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_news_box_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_news_box_top_right {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	padding: 0.75rem 1.875rem;
	font-size: 16px;
	color: #fff;
	background-color: #009944;
	border-radius: 0.3125rem;
	text-decoration: none;
	transition: background-color .3s ease;
	margin-top: 4.6rem;
}
.index_news_box_top_right:hover {
	background-color: #007a36;
	color: #fff;
}
.index_news_box_top_right .index_news_box_top_right_arrow {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-25%) rotate(45deg);
	transition: transform .3s ease;
	margin-top: 4px;
}
.index_news_box_top_right:hover .index_news_box_top_right_arrow {
	transform: translate(0.1875rem, -25%) rotate(45deg);
}
.index_news_box_content {
	margin-top: 5rem;
	display: flex;
	gap: 1.875rem;
}
.index_news_card {
	width: calc((100% - 2 * 1.875rem) / 3);
	background-color: #fff;
	transition: transform .3s ease, box-shadow .3s ease;
}
.index_news_card:hover {
	transform: translateY(-0.3125rem);
	/* box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08); */
}
.index_news_card_link {
	display: block;
	color: inherit;
	text-decoration: none;
}
.index_news_card_img {
	width: 100%;
	height: 16.25rem;
	overflow: hidden;
}
.index_news_card_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}
.index_news_card:hover .index_news_card_img img {
	transform: scale(1.08);
}
.index_news_card_title {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	color: #303133;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: transform .4s ease;
}
.index_news_card:hover  .index_news_card_title {
	color: #009944;
}
.index_news_card_desc {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	color: #666;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index_news_card_meta {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.875rem;
}
.index_news_card_date {
	color: #999;
}
.index_news_card_more {
	color: #009944;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}
.index_news_card_more .index_news_card_arrow {
	transition: transform .3s ease;
}
.index_news_card:hover .index_news_card_more .index_news_card_arrow {
	transform: translateX(0.1875rem);
}







.indexModule .index_cooperate_box {
  width: 100%;
  height:760px;
  background-image: url('/static/images/index_cooperate_bj.png');
  background-size: 100% 100%;
  /* padding-top: 8.125rem; */
   font-family: "AlibabaPuHuiTi", serif;
}
.index_cooperate_box_title1{
	color: #303133;
	width: 27rem;
	margin-top: 3.4375rem;
	font-size: 1.875rem;
	
}
.index_cooperate_box_title1 span{
	color: #009944;
}
.indexModule .index_cooperate_item_box {
	width: 1400px;
	margin: 7rem auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.75rem;
}
.indexModule .index_cooperate_item_box .index_cooperate_item {
	width: calc((100% - 6 * 0.75rem) / 7);
	height: 6.25rem;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexModule .index_cooperate_item_box .index_cooperate_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 6px;
	transition: transform .3s ease;
}
.indexModule .index_cooperate_item_box .index_cooperate_item:hover img {
	transform: scale(1.15);
}


.indexModule .index_message_box {
  width: 100%;
  height:38.75rem;
  background-image: url('/static/images/index_msg_bj.png');
  background-size: 100% 100%;
  /* padding-top: 8.125rem; */
   font-family: "AlibabaPuHuiTi", serif;
}
.index_message_box_gray {
  background-image: none !important;
  background-color: rgb(247, 247, 247);
  padding-bottom: 6.25rem;
}
 .index_message_box_center{
	width: 1400px;
	margin: 0 auto;
}
.index_message_box_title{
	color: #009944;
	font-weight: 500;
	font-size: 2.875rem;
	padding-top: 6.25rem;
	font-family: "AlibabaPuHuiTi", serif;
}
 .index_message_box_title1{
	color: #606266;
	font-size: 1.125rem;
	padding-top: 10px;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_message_box .index_message_form {
	width: 100%;
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.index_message_box .index_message_form .form_left {
	width: 46%;
	display: flex;
	flex-direction: column;
}
.index_message_box .index_message_form .form_right {
	width: 52%;
}
.index_message_box .index_message_form .form_row {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index_message_box .index_message_form .form_row .form_item {
	width: 48%;
}
.index_message_box .index_message_form .form_row .form_item input,
.index_message_box .index_message_form .form_right textarea {
	width: 100%;
	height: 3.75rem;
	line-height: 3.75rem;
	padding: 0 1.25rem;
	border: none;
	border-radius: 0.25rem;
	background: #fff;
	font-size: 1rem;
	color: #333;
	outline: none;
	box-sizing: border-box;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_message_box .index_message_form .form_row:first-child .form_item input {
	margin-bottom: 1.25rem;
}
.index_message_box .index_message_form .form_row .form_item input::placeholder,
.index_message_box .index_message_form .form_right textarea::placeholder {
	color: #909399;
}
.index_message_box .index_message_form .form_right textarea {
	height: 100%;
	line-height: 1.6;
	padding-top: 1.125rem;
	resize: none;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_message_box .index_message_form .form_submit {
	width: 100%;
	text-align: center;
	margin-top: 3.75rem;
}
.index_message_box .index_message_form .form_submit button {
	width: 16rem;
	height: 3.75rem;
	line-height: 3.75rem;
	border: none;
	border-radius: 0.25rem;
	background: #009944;
	color: #fff;
	font-size: 1.125rem;
	cursor: pointer;
	transition: background 0.3s;
	font-family: "AlibabaPuHuiTi", serif;
}
.index_message_box .index_message_form .form_submit button:hover {
	background: #007a36;
}
.index_message_box .index_message_form .form_submit button:disabled {
	background: #7fcca2;
	cursor: not-allowed;
}

.indexModule .joinBox {
  width: 100%;
  height: 36.25rem;
  background-image: url('/static/images/index15.jpg');
  background-size: 100% 100%;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  padding-top: 8.125rem;
}
.indexModule .joinBox .logo {
  width: 14.4375rem;
  height: auto;
  margin-bottom: 1.75rem;
  opacity: 0;
  transform: translateY(2.5rem);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .joinBox .button {
  width: 9.375rem;
  height: auto;
  margin-top: 4.6875rem;
}
.indexModule .joinBox .button:hover {
  transform: scale(1.04);
}
.page_about_bj_box{
	min-height: 0;
	padding-top: 6%;
	padding-bottom: 6%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width: 100%;
	background-image: url('/static/images/page_about_box.jpg');
	background-attachment:fixed;
	
}
.page_about_yewu_box{
	width: 100%;
	padding-top: 4%;
	padding-bottom: 4%;
	background-color: #fff;
}




.AboutModule {
  overflow: hidden;
}
.AboutModule .About {
  width: 100%;
  padding-bottom: 2.5rem;
  overflow: hidden;
  background-color: #fff;
}
.AboutModule .About .About_area {
  margin: 0 auto;
  /* width: 104.6875rem; */
  width: 87.5rem;
  height:48rem;
  background-color: #fff;
  /* background-image: url('/static/images/index3.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-top: -19rem; */
  padding-top: 10%;
  padding-bottom: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AboutModule .About .About_area .leftBox {
  width: 42.125rem;
  height: 31.25rem;
  /* margin-left: 137px; */
  color: #606266;
  font-size: 1rem;
}
.AboutModule .About .About_area .leftBox .title {
  font-size: 2.875rem;
  color: #303133;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .About .About_area .leftBox .title2 {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  color: #606266;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .About .About_area .leftBox .content {
  margin-bottom: 2.5rem;
  line-height: 180%;
  text-align: justify;
  margin-top: 3.125rem;
   font-family: "AlibabaPuHuiTi", serif !important;
}
.AboutModule .About .About_area .leftBox .numberBox {
  display: flex;
  align-items: center;
  padding-right: 5.625rem;
  justify-content: space-between;
}
.AboutModule .About .About_area .leftBox .numberBox .numberBox_item .number {
  font-size: 2.5rem;
  color: #009944;
}
.AboutModule .About .About_area .leftBox .numberBox .numberBox_item .number .num {
  font-weight: 600 !important;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .About .About_area .leftBox .numberBox .numberBox_item .number .pre,
.AboutModule .About .About_area .leftBox .numberBox .numberBox_item .number .suf {
  font-size: 1.125rem;
  color: #009944;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .About .About_area .leftBox .numberBox .numberBox_item .des {
  font-size: 1rem;
  color: #606266;
}
/* 发展历程时间轴 */
.AboutModule .about_licheng_box {
  width: 62.5rem;
  margin: 0 auto;
  padding: 3.125rem 0;
}
.AboutModule .about_licheng_title {
  text-align: center;
  font-size: 2.875rem;
  /* font-weight: 600; */
  color: #fff;
  font-family: "AlibabaPuHuiTi", serif;
  letter-spacing: .125rem;
  margin-bottom: 3.75rem;
}
.AboutModule .about_licheng_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.AboutModule .about_licheng_item .year {
  width: 7.5rem;
  flex-shrink: 0;
  text-align: right;
  padding-top: 1.125rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .about_licheng_item .year span {
  font-size: 1rem;
  font-weight: 400;
  margin-left: .25rem;
}
.AboutModule .about_licheng_item .node {
  width: 1.5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  position: relative;
  align-self: stretch;
}
.AboutModule .about_licheng_item .node::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -1.5rem;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: #fff;
}
.AboutModule .about_licheng_item:last-child .node::before {
  display: none;
}
.AboutModule .about_licheng_item .node i {
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background: #009944;
  border: 3px solid #fff;
  position: relative;
  z-index: 1;
}
.AboutModule .about_licheng_item .desc {
  flex: 1;
  min-width: 0;
  padding: .875rem 1.5rem;
  background-color: rgba(255, 255, 255, .92);
  background-image: linear-gradient(to right, #009944, #009944);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left center;
  border-left: 4px solid #009944;
  border-radius: .375rem;
  font-size: 1rem;
  color: #303133;
  line-height: 1.8;
  font-family: "AlibabaPuHuiTi", serif;
  transition: background-size .45s ease, transform .3s ease, box-shadow .3s ease, color .3s ease;
}
.AboutModule .about_licheng_item:hover .desc {
  background-size: 100% 100%;
  color: #fff;
  transform: translateX(.25rem);
  box-shadow: 0 .75rem 2rem rgba(0, 153, 68, .25);
}
/* 核心业务 */
.AboutModule .about_yewu {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.AboutModule .about_yewu_title {
  text-align: center;
  font-size: 2.875rem;
  /* font-weight: 600; */
  color: #303133;
  font-family: "AlibabaPuHuiTi", serif;
  letter-spacing: .125rem;
}
.AboutModule .about_yewu_sub {
  text-align: center;
  font-size: 1.25rem;
  color: #009944;
  margin-top: .75rem;
  margin-bottom: 1.75rem;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .about_yewu_intro {
  width: 55rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.9;
  color: #606266;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .about_yewu_models {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.AboutModule .about_yewu_model {
  padding: 2.25rem 1.75rem;
  background-color: rgba(247, 247, 247, 1);
  border-radius: .625rem;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}
.AboutModule .about_yewu_model .icon {
  font-size: 2.25rem;
  font-weight: 700;
  color: #009944;
  font-family: "AlibabaPuHuiTi", serif;
  margin-bottom: 1.25rem;
}
.AboutModule .about_yewu_model .name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #303133;
  font-family: "AlibabaPuHuiTi", serif;
  margin-bottom: .875rem;
}
.AboutModule .about_yewu_model .des {
  font-size: .9375rem;
  line-height: 1.8;
  color: #606266;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .about_yewu_model:hover {
  background-color: #fff;
  transform: translateY(-.375rem);
  box-shadow: 0 .75rem 2rem rgba(0, 153, 68, .18);
}
.AboutModule .about_yewu_markets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.AboutModule .about_yewu_market {
  padding: 2rem 2rem 2.25rem;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: .625rem;
  transition: transform .3s ease, box-shadow .3s ease;
}
.AboutModule .about_yewu_market .tag {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  background: #009944;
  padding: .375rem 1.125rem;
  border-radius: 1.5rem;
  font-family: "AlibabaPuHuiTi", serif;
  margin-bottom: 1rem;
}
.AboutModule .about_yewu_market p {
  font-size: .9375rem;
  line-height: 1.9;
  color: #606266;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .about_yewu_market:hover {
  transform: translateY(-.375rem);
  box-shadow: 0 .75rem 2rem rgba(0, 153, 68, .18);
}
/* 全周期服务体系（仿 TEAM 团队） */
.AboutModule .about_service {
  position: relative;
  width: 100%;
  padding-top: 3%;
  padding-bottom: 5%;
  /* background-color: rgba(0, 0, 0, .4); */
}
.AboutModule .about_service_en {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 700;
  color: #d40000;
  letter-spacing: .25rem;
  font-family: Arial, sans-serif;
}
.AboutModule .about_service_cn {
  text-align: center;
  font-size: 2.875rem;
  /* font-weight: 600; */
  color: #fff;
  margin-top: .5rem;
  letter-spacing: .125rem;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .about_service_line {
  width: 3.75rem;
  height: 2px;
  background: #fff;
  margin: 1.25rem auto 1.5rem;
}
.AboutModule .about_service_intro {
  width: 60rem;
  max-width: 90%;
  margin: 0 auto 6.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.9;
  color: #fff;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .about_service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.AboutModule .about_service_item {
  position: relative;
  background-color: #fff;
  padding: 3.75rem 1.75rem 2rem;
  text-align: center;
  border-radius: .375rem;
  box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .15);
  transition: transform .3s ease, box-shadow .3s ease;
}
.AboutModule .about_service_item:hover {
  transform: translateY(-.5rem);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, .25);
}
.AboutModule .about_service_item .icon {
  position: absolute;
  top: -2.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  background-color: #009944;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AboutModule .about_service_item .icon svg {
  width: 2.75rem;
  height: 2.75rem;
}
.AboutModule .about_service_item .name {
  font-size: 1.375rem;
  font-weight: 600;
  color: #303133;
  margin-bottom: 1rem;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .about_service_item ul {
  text-align: left;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .about_service_item li {
  position: relative;
  padding-left: 1.125rem;
  font-size: .9375rem;
  line-height: 1.9;
  color: #606266;
}
.AboutModule .about_service_item li::before {
  content: '';
  position: absolute;
  top: .875rem;
  left: 0;
  width: .375rem;
  height: .375rem;
  background: #009944;
}
.AboutModule .About .About_area .leftBox .button {
  width: 9.375rem;
  height: 3.125rem;
  margin-top: 4.375rem;
}
.AboutModule .About .About_area .right {
  /* width: 44.875rem; */
  width: 38.375rem;
  /* height: 40.625rem; */
  height: 26.25rem;
  /* margin-right: 4.9375rem; */
}
.AboutModule .wenhua {
  width: 100%;
  height: 71.25rem;
  overflow: hidden;
  background-image: url('/static/images/about3.jpg');
}
.AboutModule .wenhua .title {
  text-align: center;
  font-size: 2.875rem;
  color: #303133;
  margin-top: 8.75rem;
  margin-bottom: 0.625rem;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .wenhua .title1 {
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
  margin-bottom: 1.875rem;
}
.AboutModule .wenhua .itemBox {
  width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.AboutModule .wenhua .itemBox .item {
  cursor: pointer;
  width: 50%;
  height: 22.5rem;
  background-color: #157EC3;
  background-size: 100%;
  background-position: center;
  color: #fff;
  font-size: 1.875rem;
  text-align: center;
  padding-top: 6.25rem;
  transition: background-size 0.5s;
  font-family: "AlibabaPuHuiTi", serif;
}
.AboutModule .wenhua .itemBox .item:hover {
  background-size: 105%;
}
.AboutModule .wenhua .itemBox .item .des {
  font-size: 1.375rem;
}
.AboutModule .wenhua .itemBox .item .des_hover {
  font-size: 1.375rem;
  display: none;
}
.AboutModule .wenhua .itemBox .item .line {
  width: 5.8125rem;
  height: 0.0625rem;
  margin: 0 auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1.5px solid #FFFFFF80;
}
.AboutModule .wenhua .itemBox .item1 {
  background-image: url('/static/images/about8.png');
}
.AboutModule .wenhua .itemBox .item2 {
  background-image: url('/static/images/about5.jpg');
}
.AboutModule .wenhua .itemBox .item3 {
  background-image: url('/static/images/about6.jpg');
}
.AboutModule .wenhua .itemBox .item4 {
  background-image: url('/static/images/about7.jpg');
}
.AboutModule .wenhua .itemBox .item:hover.item1,
.AboutModule .wenhua .itemBox .item:hover.item2,
.AboutModule .wenhua .itemBox .item:hover.item3,
.AboutModule .wenhua .itemBox .item:hover.item4 {
  background-image: none;
  background-color: #009944;
}
.AboutModule .wenhua .itemBox .item1:hover .des,
.AboutModule .wenhua .itemBox .item2:hover .des,
.AboutModule .wenhua .itemBox .item3:hover .des,
.AboutModule .wenhua .itemBox .item4:hover .des {
  display: none;
}
.AboutModule .wenhua .itemBox .item1:hover .des_hover,
.AboutModule .wenhua .itemBox .item2:hover .des_hover,
.AboutModule .wenhua .itemBox .item3:hover .des_hover,
.AboutModule .wenhua .itemBox .item4:hover .des_hover {
  display: block;
}
.productModule {
  overflow: hidden;
}
.productModule .contentBoxWrap {
  width: 100%;
  background-color: rgba(242, 242, 242, 1);
}
.productModule .contentBox {
  /* width: 100rem; */
  width: 87.5rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.productModule .contentBox .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6.875rem;
  padding-bottom: 5.875rem;
}
.productModule .contentBox .titleBox .left .text {
  font-size: 2.5rem;
  color: #009944;
  font-family: "AlibabaPuHuiTi", serif;
}
.productModule .contentBox .titleBox .left .text1 {
  font-size: 1.375rem;
  color: #606266;
  font-family: "AlibabaPuHuiTi", serif;
}
.productModule .contentBox .titleBox .right {
  width: 12.8125rem;
  height: auto;
}
.productModule .contentBox .titleBox .right img {
  width: 100%;
  height: 100%;
}
.productModule .listBox {
  display: flex;
  background-color: #fff;
  padding: 2.5rem 2.5rem 3rem;
  /* border-radius: 0.625rem; */
}
.productModule .listBox .leftBox {
  width: 13rem;
  flex-shrink: 0;
  background-color: rgba(247, 247, 247, 1);
  /* border-radius: 0.625rem; */
  overflow: hidden;
  font-size: 1.125rem;
  color: #303133;
  margin-right: 2rem;
}
.productModule .listBox .leftBox .title {
  height: 3.75rem;
  background-color: #009944;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  letter-spacing: 0.125rem;
  font-family: "AlibabaPuHuiTi", serif;
}
.productModule .listBox .leftBox .class {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1.5rem;
  margin: 0;
  cursor: pointer;
  width: 100%;
  font-size: 1.125rem;
  color: #303133;
  border-bottom: 1px solid #eaeaea;
  font-family: "AlibabaPuHuiTi", serif;
}
.productModule .listBox .leftBox a:last-child .class {
  border-bottom: none;
}
.productModule .listBox .leftBox .class:hover,
.productModule .listBox .leftBox .active {
  color: #009944;
}
.productModule .listBox .leftBox .active {
  color: #009944;
}
.productModule .listBox .rightBox {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
.productModule .listBox .rightBox .item {
  cursor: pointer;
}
.productModule .listBox .rightBox .item .imgBox {
  overflow: hidden;
  /* border-radius: 0.625rem; */
  margin-bottom: 1.625rem;
  height: 18.5rem;
}
.productModule .listBox .rightBox .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productModule .listBox .rightBox .item .name {
  color: #303133;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  text-align: center;
  font-family: "AlibabaPuHuiTi", serif;
}
.productModule .listBox .rightBox .item .spec {
  display: flex;
  justify-content: space-between;
  color: #606266;
  font-size: 0.9375rem;
}
.productModule .listBox .rightBox .item:hover .imgBox img {
  transform: scale(1.04);
  transition: all 0.6s ease;
}
.productModule .listBox .rightBox .item:hover .name {
  color: #009944;
}
.experienceModule {
  overflow: hidden;
}
.experienceModule .contentBoxWrap {
  width: 100%;
  background-color: #fff;
}
.experienceModule .contentBox {
  /* width: 100rem; */
  width: 87.5rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.experienceModule .contentBox .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6.875rem;
  padding-bottom: 5rem;
}
.experienceModule .contentBox .titleBox .left .text {
  font-size: 2.5rem;
  color: #009944;
  font-family: "AlibabaPuHuiTi", serif;
}
.experienceModule .contentBox .titleBox .left .text1 {
  font-size: 1.375rem;
  color:#606266;
  font-family: "AlibabaPuHuiTi", serif;
}
.experienceModule .contentBox .titleBox .right {
  height: auto;
}
.experienceModule .contentBox .titleBox .right img {
  width: 100%;
  height: 100%;
}
.experienceModule .listBox.listBox_news {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.experienceModule .listBox.listBox_news .item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  background-color: rgba(247, 247, 247, 1);
  overflow: hidden;
  transition: background-color .3s ease;
  text-decoration: none;
  color: inherit;
}
.experienceModule .listBox.listBox_news .item .imgBox {
  width: 24rem;
  height: 15rem;
  flex-shrink: 0;
  overflow: hidden;
}
.experienceModule .listBox.listBox_news .item .itemBottom {
  display: flex;
  align-items: stretch;
  flex: 1;
  min-width: 0;
}
.experienceModule .listBox.listBox_news .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.experienceModule .listBox.listBox_news .item:hover .imgBox img {
  transform: scale(1.05);
}
.experienceModule .listBox.listBox_news .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.875rem;
  /* padding: 0; */
  min-width: 0;
}
.experienceModule .listBox.listBox_news .item .name {
  font-size: 1.25rem;
  color: #303133;
  font-weight: 600;
  margin-bottom: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
  font-family: "AlibabaPuHuiTi", serif;
}
.experienceModule .listBox.listBox_news .item:hover .name {
  color: #009944;
}
.experienceModule .listBox.listBox_news .item .add {
  font-size: 0.9375rem;
  color: #606266;
  line-height: 1.6;
  font-family: "AlibabaPuHuiTi", serif;
}
.experienceModule .listBox.listBox_news .item .timeBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 8.75rem;
  padding: 0 1.25rem;
  transition: background-color .3s ease, color .3s ease;
  flex-shrink: 0;
}
.experienceModule .listBox.listBox_news .item .timeBox .day {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #303133;
  font-family: Arial, sans-serif;
}
.experienceModule .listBox.listBox_news .item .timeBox .ym {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #909399;
}
.experienceModule .listBox.listBox_news .item:hover .timeBox {
  background-color: #009944;
}
.experienceModule .listBox.listBox_news .item:hover .timeBox .day,
.experienceModule .listBox.listBox_news .item:hover .timeBox .ym {
  color: #fff;
}
.experienceModule .switch-btn {
  display: inline-block;
  padding: 0.5625rem 1.5rem;
  border-radius: 3.125rem;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-right: 0.75rem;
  background: #fff;
  color: #303133;
  border: 1px solid #e0e0e0;
  font-family: "AlibabaPuHuiTi", serif;
}
.experienceModule .switch-btn:hover {
  border-color: #009944;
  color: #009944;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 153, 68, 0.15);
}
.experienceModule .switch-btn.active,
.experienceModule .switch-btn.active:hover {
  background: #009944;
  color: #fff;
  border-color: #009944;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 153, 68, 0.3);
  font-family: "AlibabaPuHuiTi", serif;
}
.experienceModule .switch-btn:last-child {
  margin-right: 0;
}
.experienceModule .listBox.listBox_cooperation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.experienceModule .listBox.listBox_cooperation a {
  text-decoration: none;
  color: inherit;
}
.experienceModule .listBox.listBox_cooperation .item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgba(247, 247, 247, 1);
  border-radius: 6px;
  overflow: hidden;
  align-items: stretch;
  transition: transform .3s ease, box-shadow .3s ease;
}
.experienceModule .listBox.listBox_cooperation .item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background-color: #009944;
  z-index: 0;
  transition: top .45s ease;
}
.experienceModule .listBox.listBox_cooperation .item:hover {
  transform: translateY(-0.375rem);
  box-shadow: 0 0.75rem 2rem rgba(0, 153, 68, .18);
}
.experienceModule .listBox.listBox_cooperation .item:hover::before {
  top: 0;
}
.experienceModule .listBox.listBox_cooperation .item .imgBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 9.375rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1.5rem 0;
  overflow: hidden;
}
.experienceModule .listBox.listBox_cooperation .item .imgBox img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  transition: transform .5s ease;
}
.experienceModule .listBox.listBox_cooperation .item:hover .imgBox img {
  transform: scale(1.06);
}
.experienceModule .listBox.listBox_cooperation .item .name {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 1.0625rem;
  color: #303133;
  text-align: center;
  padding: 1rem 0.75rem;
  margin-bottom: 0;
  font-weight: 500;
  transition: color .3s ease;
  font-family: "AlibabaPuHuiTi", serif;
}
.experienceModule .listBox.listBox_cooperation .item:hover .name {
  color: #fff;
}
.experienceModule .listBox.listBox_case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.experienceModule .listBox.listBox_case a {
  text-decoration: none;
  color: inherit;
}
.experienceModule .listBox.listBox_case .item {
  position: relative;
  display: block;
  width: 100%;
  height: 22rem;
  background-color: transparent;
  transition: transform .3s ease, box-shadow .3s ease;
}
.experienceModule .listBox.listBox_case .item:hover {
  transform: translateY(-0.375rem);
}
.experienceModule .listBox.listBox_case .item .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 80%;
}
.experienceModule .listBox.listBox_case .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.experienceModule .listBox.listBox_case .item:hover .imgBox img {
  transform: scale(1.06);
}
.experienceModule .listBox.listBox_case .item .floatBox {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom:0.25rem;
  background-color: rgba(247, 247, 247, .95);
  /* border-radius: 6px; */
  padding: 1.25rem 1.5rem;
  transition: background-color .3s ease;
}
.experienceModule .listBox.listBox_case .item .info {
  text-align: left;
}
.experienceModule .listBox.listBox_case .item .info .name {
  text-align: left;
  font-size: 1.125rem;
  color: #303133;
  font-weight: 400;
  margin-bottom: 0.875rem;
  font-family: "AlibabaPuHuiTi", serif;
  transition: color .3s ease;
}
.experienceModule .listBox.listBox_case .item .info .line {
  width: 1.75rem;
  height: 2px;
  background-color: #009944;
  transition: width .3s ease;
}
.experienceModule .listBox.listBox_case .item:hover .info .line {
  width: 2.75rem;
}
.experienceModule .listBox.listBox_case .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.875rem;
  margin-top: 0.875rem;
  border-top: 1px solid #e4e7ed;
}
.experienceModule .listBox.listBox_case .item .bottom .date {
  text-align: left;
  font-size: 0.875rem;
  color: #909399;
  transition: color .3s ease;
}
.experienceModule .listBox.listBox_case .item .bottom .arrow {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background-color: #009944;
  position: relative;
  transition: transform .3s ease, background-color .3s ease;
}
.experienceModule .listBox.listBox_case .item .bottom .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.25rem;
  height: 0.25rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.experienceModule .listBox.listBox_case .item:hover .bottom .arrow {
  transform: translateX(4px);
}
.experienceModule .listBox.listBox_case .item:hover .bottom .date,
.experienceModule .listBox.listBox_case .item:hover .info .name {
  color: #009944;
}
.experienceModule .listBox.listBox_down {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.experienceModule .listBox.listBox_down a {
  text-decoration: none;
  color: inherit;
}
.experienceModule .listBox.listBox_down .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(245, 245, 245, 1);
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}
.experienceModule .listBox.listBox_down .item .imgBox {
  width: 100%;
  height: 11.875rem;
  overflow: hidden;
}
.experienceModule .listBox.listBox_down .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.experienceModule .listBox.listBox_down .item:hover .imgBox img {
  transform: scale(1.06);
}
.experienceModule .listBox.listBox_down .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.5rem;
  min-width: 0;
}
.experienceModule .listBox.listBox_down .item .info .name {
  font-size: 1.0625rem;
  color: #303133;
  font-weight: 500;
  margin-bottom: 0.875rem;
  font-family: "AlibabaPuHuiTi", serif;
  transition: color .3s ease;
}
.experienceModule .listBox.listBox_down .item .info .date {
  margin-top: auto;
  font-size: 0.875rem;
  color: #909399;
}
.experienceModule .listBox.listBox_down .item:hover {
  background-color: #fff;
  transform: translateY(-0.375rem);
  box-shadow: 0 0.75rem 2rem rgba(0, 153, 68, .18);
}
.experienceModule .listBox.listBox_down .item:hover .info .name {
  color: #009944;
}
.experienceModule .listBox.listBox_shili {
  display: grid;
  gap: 1.5rem;
}
.experienceModule .listBox.listBox_shili.shili_col4 {
  grid-template-columns: repeat(4, 1fr);
}
.experienceModule .listBox.listBox_shili.shili_col3 {
  grid-template-columns: repeat(3, 1fr);
}
.experienceModule .listBox.listBox_shili a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.experienceModule .listBox.listBox_shili .item {
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}
.experienceModule .listBox.listBox_shili .item .imgBox {
  width: 100%;
  overflow: hidden;
}
.experienceModule .listBox.listBox_shili .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.experienceModule .listBox.listBox_shili .item:hover .imgBox img {
  transform: scale(1.06);
}
/* 栏目61：横长方形 */
.experienceModule .listBox.listBox_shili .item.shili_h .imgBox {
  height: 14.375rem;
}
/* 栏目62：竖长方形（窄高） */
.experienceModule .listBox.listBox_shili .item.shili_v .imgBox {
  height: 34.375rem;
}
/* 图片点击放大遮罩 */
.shili_lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, .82);
  cursor: zoom-out;
}
.shili_lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  max-height: 85%;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, .5);
}
.experienceModule .listBox.listBox_faq {
  display: flex;
  flex-direction: column;
}
.experienceModule .listBox.listBox_faq a {
  text-decoration: none;
  color: inherit;
}
.experienceModule .listBox.listBox_faq .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.375rem 1.5rem;
  margin-bottom: 1rem;
  background-color: rgba(247, 247, 247, 1);
  transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.experienceModule .listBox.listBox_faq .item .name {
  flex: 1;
  min-width: 0;
  font-size: 1.125rem;
  color: #303133;
  font-family: "AlibabaPuHuiTi", serif;
  transition: color .3s ease;
}
.experienceModule .listBox.listBox_faq .item .arrow {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background-color: #009944;
  position: relative;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform .3s ease, background-color .3s ease;
}
.experienceModule .listBox.listBox_faq .item .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.25rem;
  height: 0.25rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.experienceModule .listBox.listBox_faq .item:hover {
  background-color: #fff;
  box-shadow: 0 0.75rem 2rem rgba(0, 153, 68, .18);
  transform: translateX(0.375rem);
}
.experienceModule .listBox.listBox_faq .item:hover .name {
  color: #009944;
}
.experienceModule .listBox.listBox_faq .item:hover .arrow {
  transform: translateX(4px);
}
.experienceModule .titleBox .right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.Page_content {
  overflow: hidden;
}
.Page_content .map_box .map_info_box {
  position: absolute;
  top: 28%;
  right: 10%;
  width: 43.75rem;
  z-index: 1001;
}
.Page_content .map_box .map_info_content_box {
  width: 100%;
  height: 26rem;
  border-radius: 0.375rem;
  background-color: #ffffff;
  margin-top: 0.875rem;
}
.Page_content .map_box .map_info_content_item_box {
  display: flex;
}
.Page_content .map_box .map_info_content_item {
  display: flex;
  margin-bottom: 2.875rem;
  margin-left: 8%;
}
.Page_content .map_box .map_info_content_item_img {
  width: 3rem;
  height: 3rem;
  border: 1px solid #e4e7ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
.Page_content .map_box .map_info_content_item_info_desc {
  max-width: 18.75rem;
  min-width: 8.125rem;
  line-height: 140%;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  color: #303133;
  font-size: 1rem;
}
.Page_content .map_box .map_info_content_item_img {
  width: 3rem;
  height: 3rem;
  border: 1px solid #e4e7ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
.Page_content .map_box .map_info_content_title {
  color: #303133;
  font-size: 1.375rem;
  padding-top: 3.75rem;
  padding-left: 8%;
  font-weight: 600;
  margin-bottom: 2.125rem;
   font-family: "AlibabaPuHuiTi", serif;
}
.Page_content .map_box .map_info_content_item_info_title {
  font-size: 0.875rem;
  margin-bottom: 0.4rem;
  color: #606266;
   font-family: "AlibabaPuHuiTi", serif;
}
.Page_content .map_box .map_info_content_item_info_desc {
  max-width: 18.75rem;
  min-width: 8.125rem;
 font-family: "AlibabaPuHuiTi", serif;
  color: #303133;
  font-size: 16px;
}
.Page_content .map_box .about-desc-more {
  color: #fff;
  background-color: #009944;
  width: 11.25rem;
  height: 2.875rem;
  border-radius: 0.5rem;
  margin-left: 8%;
   font-family: "AlibabaPuHuiTi", serif;
}
.Page_content .map_box .about-desc-more a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
}
.Page_partnership {
  overflow: hidden;
}
.Page_partnership .content {
  height: 47.5rem;
  margin-top: 5.125rem;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  background-image: url('/static/images/partnership.jpg');
}
.Page_partnership .content .logo {
  width: 14.4375rem;
  height: auto;
  margin-top: 11.8125rem;
  margin-bottom: 1.75rem;
  transition: all 0.6s ease;
}
.Page_partnership .content .logo:hover {
  transform: scale(1.05);
}
.Page_partnership .content .phone {
background-color: #009944;
    border-radius: 3.125rem;
    padding: 0.625rem 1.875rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    width: 19.75rem;
    margin: 0 auto;
    margin-top: 4.625rem;
    display: flex;
}
}
.showProductModule {
  overflow: hidden;
}
.showProductModule .details .container {
  width: 87.5rem;
  margin: 0 auto;
}
.showProductModule .details .view-top h1 {
  font-size: 2.2rem;
  text-align: center;
  padding-top: 6.25rem;
  margin-bottom: 1.875rem;
}
.showProductModule .view-info {
  display: flex;
  justify-content: center;
}
.showProductModule .view-info em {
  display: flex;
  margin: 0 1rem;
  color: #909399;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
  align-items: center;
}
.showProductModule .view-info em img {
  margin-right: 0.625rem;
}
.showProductModule .view-desc {
  margin-top: 2rem;
  padding: 1rem 0 3rem 0;
}
.showProductModule .view-desc,
.showProductModule .view-desc p {
  color: #303133;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  
  margin-bottom: -8px;
  letter-spacing: 0.3px;
}
.showProductModule .view-pager {
  border-top: 1px solid #e2e2e2;
  padding: 1rem 0 5rem 0;
  margin-top: 2rem;
}
.showProductModule .view-pager ul {
  display: flex;
  justify-content: space-between;
}
.showProductModule .view-pager ul li {
  display: flex;
  color: #303133;
  cursor: pointer;
}
.showProductModule .view-pager ul li:hover {
  color: #006CDE;
}

/* ===== 留言提交提示组件 messageTip ===== */
.msg-tip {
  position: fixed;
  left: 50%;
  z-index: 99999;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 0.375rem 1.5rem rgba(0, 0, 0, 0.12);
  transform: translateX(-50%) translateY(-0.75rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
.msg-tip-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.msg-tip-icon {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.625rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  font-weight: 600;
  flex-shrink: 0;
}
.msg-tip-text {
  font-size: 0.9375rem;
  color: #303133;
}

/* 内页 banner 固定 + 滚动放大模糊 */
.banner.banner_fixed {
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 0;
  overflow: hidden;
}
.banner.banner_fixed .banner_fixed_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transform-origin: center center;
  will-change: transform, filter;
}
.banner.banner_fixed .area {
  position: relative;
  z-index: 2;
}
.banner_fixed_placeholder {
  width: 100%;
  /* height: 40rem; */
  height: 37rem;
}
/* 后续内容覆盖 banner（滚动时内容盖住 banner，参考站效果），排除弹窗与右侧悬浮工具条 */
.Page_content > .banner_fixed_placeholder ~ *:not(.sy-alert):not(.fixedRightTool),
.experienceModule > .banner_fixed_placeholder ~ *:not(.sy-alert):not(.fixedRightTool),
.productModule > .banner_fixed_placeholder ~ *:not(.sy-alert):not(.fixedRightTool),
.AboutModule > .banner_fixed_placeholder ~ *:not(.sy-alert):not(.fixedRightTool),
.searchModule > .banner_fixed_placeholder ~ *:not(.sy-alert):not(.fixedRightTool),
.showModule > .banner_fixed_placeholder ~ *:not(.sy-alert):not(.fixedRightTool),
.showProductModule > .banner_fixed_placeholder ~ *:not(.sy-alert):not(.fixedRightTool) {
  position: relative;
  z-index: 2;
}
.showModule .show-white,
.showProductModule .show-white {
  background-color: #fff;
}

/* ========== 搜索页 ========== */
.searchModule {
  background-color: #fff;
  min-height: 42.5rem;
  padding: 0;
}
.search-wrap {
  width: 100%;
  background-color: rgba(245, 245, 245, 1);
  padding-top: 2.5rem;
}
.searchModule .container {
  width: 1400px;
  max-width: 92%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: .625rem;
  padding: 3.5rem 3rem 2.5rem;
}
.searchModule .search-body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.searchModule .search-body .navbar-form {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}
.searchModule .search-form-search {
  display: flex;
  align-items: center;
  height: 3.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.875rem;
  overflow: hidden;
  background-color: #fff;
  transition: border-color .3s ease, box-shadow .3s ease;
  box-shadow: 0 .375rem 1.25rem rgba(0, 0, 0, .04);
}
.searchModule .search-form-search:focus-within {
  border-color: #009944;
  box-shadow: 0 .375rem 1.5rem rgba(0, 153, 68, .15);
}
.searchModule .search-form-search .search-label {
  flex-shrink: 0;
  padding: 0 1.25rem 0 1.75rem;
  height: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #303133;
  font-family: "AlibabaPuHuiTi", serif;
}
.searchModule .search-form-search .search-divider {
  display: inline-block;
  width: 1px;
  height: 1.25rem;
  background-color: #e5e5e5;
}
.searchModule .search-form-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 1.25rem;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  color: #303133;
}
.searchModule .search-form-search input::placeholder {
  color: #b5b5b5;
}
.searchModule .search-form-search button {
  flex-shrink: 0;
  height: 100%;
  padding: 0 1.5rem;
  border: none;
  background-color: #009944;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s ease;
}
.searchModule .search-form-search button:hover {
  background-color: #007a37;
}
.searchModule .search-info {
  text-align: center;
  font-size: .9375rem;
  color: #606266;
  margin: 2rem 0 1.5rem;
  font-family: "AlibabaPuHuiTi", serif;
}
.searchModule .search-info b {
  color: #d40000;
  font-size: 1.125rem;
  margin: 0 .1875rem;
}
/* 结果网格：一行4个 */
.searchModule .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.searchModule .list li {
  list-style: none;
}
.searchModule .list li .item {
  display: block;
  height: 100%;
  background-color: rgba(245, 245, 245, 1);
  border-radius: .625rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}
.searchModule .list li .item:hover {
  transform: translateY(-.375rem);
  background-color: #fff;
  box-shadow: 0 .75rem 2rem rgba(0, 153, 68, .15);
}
.searchModule .list li .imgBox {
  width: 100%;
  height: 11.25rem;
  overflow: hidden;
}
.searchModule .list li .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.searchModule .list li .item:hover .imgBox img {
  transform: scale(1.06);
}
.searchModule .list li .info {
  padding: 1.25rem 1.375rem 1.375rem;
}
.searchModule .list li .info .name {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.6;
  color: #303133;
  margin-bottom: .875rem;
  font-family: "AlibabaPuHuiTi", serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color .3s ease;
}
.searchModule .list li .item:hover .info .name {
  color: #009944;
}
.searchModule .list li .info .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
.searchModule .list li .info .meta .channel {
  font-size: .8125rem;
  color: #009944;
  background-color: rgba(0, 153, 68, .1);
  padding: .1875rem .625rem;
  border-radius: 1rem;
  flex-shrink: 0;
}
.searchModule .list li .info .meta .date {
  font-size: .8125rem;
  color: #909399;
  flex-shrink: 0;
}
/* 搜索结果关键词高亮 */
.searchModule .list li .highlight,
.searchModule .list li span[style*="color"] {
  color: #d40000 !important;
  font-weight: 600;
}
/* 空状态 */
.searchModule .search-empty {
  text-align: center;
  padding: 6.25rem 1rem;
  background-color: #fff;
  border-radius: .625rem;
  margin-top: 2rem;
}
.searchModule .search-empty-icon {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background-color: rgba(247, 247, 247, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.searchModule .search-empty-icon svg {
  display: block;
}
.searchModule .search-empty-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #303133;
  font-family: "AlibabaPuHuiTi", serif;
  margin-bottom: .625rem;
}
.searchModule .search-empty-des {
  font-size: .9375rem;
  color: #909399;
  font-family: "AlibabaPuHuiTi", serif;
}
.searchModule .paginationBox {
  margin-top: 3rem;
}
