img {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

a, a:focus, a:active {
  outline: none;
}
a img {
  border: 0;
}
*{
  font-family:pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,"sans-serif"
}


.navbar {

  height: 64px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar-inner {
  height: 100%;
  width: calc(100vw - 100px);
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.navbar-left {
  display: flex;
  gap: 56px;
}

.logo {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 60px;
  white-space: nowrap;
}

.nav-item {
  position: relative !important;
  text-decoration: none;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  height: 64px;
  line-height: 64px;
  transition: color 0.3s;
  display: block;
  overflow: visible;
}

.nav-item .content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.nav-item .title {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

/* 选中状态样式：绿色文字 + 底部绿色线 */
.nav-item.active .title {
  color: #00BF80 !important;
}

.nav-item.active::after {
  content: '' !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  width: 50% !important;
  height: 3px !important;
  background-color: #00BF80 !important;
  z-index: 999 !important;
  display: block !important;
  pointer-events: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) !important;
}

.nav-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.btn {
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.primary-btn {
  background-color: #00BF80;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 7px 20px;
  box-sizing: border-box;
}

/* 轮播图 */
.banner-full {
  width: 100%;
  height: 460px;
  position: relative;
}

.banner-full .image {
  height: 100%;
}

.banner-full .image .pImg {
  height: 100%;
}

.banner-full .carousel-inner {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.banner-full .carousel-content {
  width: calc(100vw - 100px);
  max-width: 1240px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.banner-full .carousel-content .carousel-image {
  transform: translateX(-100px);
  position: relative;
  width: 419px;
  height: 418px;
}

.carousel-info {
  /* margin-left: 30px; */
}

.carousel-info .title-logo {
  margin-bottom: 39px;
  width: 226px;
  height: 49px;
}

.carousel-info .title-logo1 {
  margin-bottom: 59px;
  width: 129px;
  height: 40px;
}

.carousel-info .title-logo2 {
  margin-bottom: 17px;
  width: 199px;
  height: 42px;
}

.carousel-info .title-logo3 {
  margin-bottom: 54px;
  width: 178px;
  height: 61px;
}

.carousel-info .title-logo4 {
  margin-bottom: 80px;
  width: 164px;
  height: 69px;
}

.carousel-info .title {
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 14px;
}

.carousel-info .title-bot {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin-bottom: 11px;
}

.carousel-info .title-ta {
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 15px;
}

.carousel-info .intro {
  font-weight: 500;
  font-size: 20px;
  color: #008D50;
  line-height: 30px;
  margin-bottom: 6px;
}

.carousel-info .intro-bold {
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 50px;
  margin-bottom: 36px;
}

.carousel-info .intro-red {
  font-weight: 600;
  font-size: 32px;
  color: #E40000;
  line-height: 33px;
  margin-bottom: 26px;
}

.carousel-info .intro-ta {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 12px;
}

.carousel-info .btn-group {
  display: flex;
  gap: 20px;
  margin-top: 36px;
}

.carousel-info .btn-group .btn {
  background: #008D50;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 9px 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.carousel-info .btn-group .btn-plain {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  border: 1px solid #008D50;
  backdrop-filter: blur(3px);
  font-weight: 500;
  font-size: 16px;
  color: #008D50;
  padding: 9px 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.carousel-info .btn-group .btn-franchise {
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #FF2500;
  padding: 9px 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.carousel-info .btn-group .btn-download {
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 9px 17px;
  box-sizing: border-box;
  cursor: pointer;
}

.carousel-info .btn-group .btn-understand {
  background: #E40000;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 9px 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.carousel-info .btn-group .btn-call {
  border-radius: 4px;
  border: 1px solid #E40000;
  font-weight: 500;
  font-size: 16px;
  color: #E40000;
  padding: 9px 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.carousel-info .btn-group .btn-understand-ta {
  background: #FF8119;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 9px 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.carousel-info .btn-group .btn-call-ta {
  border-radius: 4px;
  border: 1px solid #FF8119;
  font-weight: 500;
  font-size: 16px;
  color: #FF8119;
  padding: 9px 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.banner-full .indexBannerMain .swiper-wrapper {
  height: 460px !important;
  position: relative;
}

.banner-full .indexBannerMain .swiper-pagination {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  width: auto;
  z-index: 2;
}

.banner-full .indexBannerMain .swiper-wrapper .swiper-slide {
  height: 100%;
}

.banner-full .indexBannerMain .swiper-pagination .swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0px 4.5px;
  position: relative;
  cursor: pointer;
  opacity: 6;
}

.banner-full .indexBannerMain .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  border-radius: 18px;
  background: #fff;
  content: "";
  display: block;
}
.banner-full .indexBannerMain .swiper-pagination .swiper-pagination-bullet{
  background-color: rgba(0, 0, 0, 0.08);
}
.banner-full .indexBannerMain .swiper-pagination .swiper-pagination-bullet:nth-child(1)::after{
  background-color: #0071DD;
}
.banner-full .indexBannerMain .swiper-pagination .swiper-pagination-bullet:nth-child(2)::after{
  background-color: #229E68;
}
.banner-full .indexBannerMain .swiper-pagination .swiper-pagination-bullet:nth-child(3)::after{
  background-color: #FF4527;
}
.banner-full .indexBannerMain .swiper-pagination .swiper-pagination-bullet:nth-child(4)::after{
  background-color: #E40000;
}
.banner-full .indexBannerMain .swiper-pagination .swiper-pagination-bullet:nth-child(5)::after{
  background-color: #FF8119;
}

.banner-full .indexBannerMain .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: bullet 5s linear forwards;
  animation: bullet 5s linear forwards;
}

/* 轮播图end */

/* 推荐内容 */
.recommend-wrap {
  background-color: #fff;
}

.recommend-con {
  width: calc(100vw - 40px);
  max-width: 1300px;
  margin: 0px auto;
}

.recommend-list {
  display: flex;
}

.recommend-item {
  display: flex;
  flex: 1;
  padding: 15px 0 18px 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.recommend-item img{
  width: 21px;
  height: 21px;
  object-fit: cover;
}

.recommend-item span {
  font-weight: normal;
  font-size: 17px;
  color: #666666;
  margin-left: 8px;
  display: inline-block;
}

/* 推荐内容end */

/*  数字化转型start*/
.features-warp {
  background-image: url("../assets/features-bg.png");
  background-size: cover;
  background-position: center;
  height: 670px;
}

.features-con {
  width: calc(100vw - 40px);
  max-width: 1020px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 0 71px;
  box-sizing: border-box;
}

.features-con .features-title {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  text-align: center;
  margin: 14px 0 10px;
}

.features-con .features-logo {
  text-align: center;
  width: 467px;
  height: 122px;
}

.features-con .features-info {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;
  /* max-width: 1200px; */
}

.features-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 24px;
  padding: 40px 20px;
  transition: grid-template-columns 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: grid-template-columns;
}

.feature-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  height: 300px;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.card-inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: padding;
}

/* 左侧展开时 */
.feature-card[data-type="business"] .card-inner.expanded {
  padding: 34px 62px 0;
}

/* 左侧收起时 */
.feature-card[data-type="business"] .card-inner.collapsed {
  padding: 34px 50px;
}

/* 右侧展开时 */
.feature-card[data-type="value"] .card-inner.expanded {
  padding: 34px 30px 34px 62px;
}

/* 右侧收起时 */
.feature-card[data-type="value"] .card-inner.collapsed {
  padding: 34px 50px;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.icon-light,
.icon-dark {
  width: 40px;
  height: 40px;
  display: none;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.card-content {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
  display: none;
}

.card-content.show {
  display: block;
}

.card-content.light li {
  list-style-type: none;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.card-content.light li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 10px;
}

.card-content.light li::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #165DFF;
}

.card-content.dark li {
  list-style-type: disc;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
}

.features-grid.reverse {
  grid-template-columns: 30% 70%;
}

/*  数字化转型end*/

/*  核心优势 start */
.core-module {
  background-image: url('../img/corebg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 71px 0 102px;
}

.core-container {
  width: calc(100vw - 40px);
  max-width: 1240px;
  margin: 0 auto;
}

.core-title {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin: 0 0 54px 0;
}

.core-grid {
  display: flex;
  gap: 20px;
  height: 270px;
}

.core-card {
  flex: 1;
  min-height: 270px;
  border-radius: 12px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.08), 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  transition: none;
  /* 取消宽度过渡，避免网格二次布局抖动 */
  position: relative;
  overflow: hidden;
  will-change: flex;
  backface-visibility: hidden;
  transform: translateZ(0);
  min-width: 0;
  /* 防止子元素撑宽导致换行抖动 */
  contain: layout paint;
  /* 隔离布局/绘制，减少相互影响 */
}

.core-card.expanded {
  flex: 2;
}

.core-card.collapsed {
  flex: 1.5;
}

.core-card--1 {
  background: #E8FFFA;
}

.core-card--2 {
  background: #EEF2FF;
}

.core-card--3 {
  background: #F4F8FF;
}

.core-card--4 {
  background: #FFF4F6;
}

.core-card-inner {
  /* 固定内边距，避免切换时参与布局计算导致抖动 */
  padding: 0 22px;
  height: 100%;
}

.core-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 8px 0;
}

.core-card-sub {
  font-size: 14px;
  color: #00BF80;
  margin: 0 0 12px 0;
}

.core-card-content {
  margin: 0;
  padding-left: 18px;
  line-height: 1.8;
  color: #666666;
  font-size: 14px;
  display: none;
  /* 默认不展示，避免切换残留 */
}

.core-card.expanded .core-card-content {
  display: block;
  /* 展开时立即显示 */
}

/* 未展开：仅将标题/副标题定位到底部，内容保持隐藏且不受影响 */
.core-card {
  position: relative;
}

.core-card.collapsed .core-card-title {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 75px;
  margin: 0;
}

.core-card.collapsed .core-card-sub {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 40px;
  margin: 0;
}

/* 展开：标题/副标题恢复正常文档流，内容在其下方显示 */
.core-card.expanded .core-card-title,
.core-card.expanded .core-card-sub {
  position: static;
}

/* 弥补移除上内边距后的顶部留白（仅展开态需要） */
.core-card.expanded .core-card-title {
  margin-top: 58px;
}

.core-card.expanded .core-card-sub {
  margin-top: 8px;
}

/* 核心优势卡片列表小圆点 */
.core-card-content li {
  list-style: none;
  position: relative;
  margin-bottom: 6px;
}

.core-card-content li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00BF80;
}

/* 背景图模式（可选）：给卡片加 has-bg 类，并在行内设置 --bg:url('...') */
/* 图片背景模式：直接把图片作为卡片背景，由脚本在展开时切换为 hover 图 */
.core-card.has-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: flex .35s ease, background-image .35s ease;
}

/* background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.45) 100%); */
.core-card.has-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* .core-card.has-bg .core-card-inner { position: relative; z-index: 1; } */
.core-card.has-bg .core-card-title {
  color: #FFFFFF;
  font-size: 28px;
}

.core-card.has-bg .core-card-sub {
  color: #00BF80;
  font-size: 22px;
}

.core-card.has-bg .core-card-content {
  color: #EDEDED;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .core-grid {
    gap: 16px;
  }

  .core-card.expanded {
    flex: 1.6;
  }

  .core-card.collapsed {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .core-grid {
    flex-direction: column;
  }

  .core-card,
  .core-card.expanded,
  .core-card.collapsed {
    flex: auto;
  }
}

/*  核心优势 end */

/*  塔盟start*/
.taMeng-warp {
  min-height: 781px;
  /* padding: 60px 0; */
}

.tamengxuan1 {
  width: 100%;
  height: 100%;
  display: block;
  animation: rotate-clockwise 10s linear infinite;
}

.tamengxuan2 {
  width: 100%;
  height: 100%;
  display: block;
  animation: rotate-counterclockwise-img 10s linear infinite;
}

.tamengxuan3 {
  width: 100%;
  height: 100%;
  display: block;
  animation: rotate-clockwise-img 25s linear infinite;
}

.taMeng-con {
  width: calc(100vw - 40px);
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 20px 71px;
  box-sizing: border-box;
}

.taMeng-con .taMeng-title {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  text-align: center;
  margin: 14px 0 10px;
}

.taMeng-con .taMeng-logo {
  text-align: center;
  width: 129px;
  height: 55px;
}

.taMeng-con .taMeng-info {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;
  /* max-width: 870px; */
  margin-bottom: 40px;
}

/* 生态图和业务单元布局 */
.taMeng-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* 居中整体布局 */
  gap: 60px;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

/* 左侧：小象飞驰生态圈 */
.taMeng-left {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  /* min-width: 650px;  */
  width: auto;
}

.quan1 {
  width: 438px;
  height: 438px;
  position: relative;
  margin: 0 auto;
  /* 居中 */
}

.quan1 img {
  width: 100%;
  height: 100%;
  display: block;
}

.quan2 {
  width: 316px;
  height: 316px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.quan2 img {
  width: 100%;
  height: 100%;
  display: block;
}

.quan3 {
  width: 214px;
  height: 218px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.quan3 img {
  width: 100%;
  height: 100%;
  display: block;
}

.quan4 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.quan4 img {
  width: 100%;
  height: 100%;
  display: block;
}

.mod {
  position: absolute;
  z-index: 4;
}

.mod img{
  width: 31px;
  height: 31px;
}

/* 上下浮动动画 */
@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* mod-1 需要保持水平居中，所以需要特殊处理 */
@keyframes floatUpDownCenter {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-15px);
  }
}

.mod img {
  display: block;
}

.mod .label {
  position: absolute;
  width: 130px;
  padding: 19px 0px 10px 0px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.02);
  border-radius: 16px;
  border: 1px solid rgba(49, 114, 233, 0.08);
  text-align: center;
}

.mod .label h4 {
  margin: 0;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.mod .label p {
  margin: 4px 0 0 0;
  font-size: 12px;
  color: #333333;
}

.mod-1 {
  /* 顶部 */
  top: 0px;
  left: 50%;
  animation: floatUpDownCenter 3s ease-in-out infinite;
  animation-delay: 0s;
}

.mod-1 .label {
  /* 顶部：文案在图标下方 */
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.mod-2 {
  /* 右上 */
  top: 100px;
  right: 35px;
  animation: floatUpDown 3s ease-in-out infinite;
  animation-delay: 0.6s;
}

.mod-2 .label {
  /* 右上：文案在图标左侧 */
  top: 15px;
  right: -49px;
  z-index: -1;
}

.mod-3 {
  /* 右下 */
  right: 70px;
  bottom: 125px;
  animation: floatUpDown 3s ease-in-out infinite;
  animation-delay: 1.2s;
}

.mod-3 .label {
  /* 右下：文案在图标左侧稍上 */
  bottom: -60px;
  right: -49px;
  z-index: -1;
}

.mod-4 {
  /* 左下 */
  left: 70px;
  bottom: 125px;
  animation: floatUpDown 3s ease-in-out infinite;
  animation-delay: 0.9s;
}

.mod-4 .label {
  /* 左下：文案在图标右侧稍上 */
  bottom: -60px;
  left: -49px;
  z-index: -1;
}

.mod-5 {
  /* 左中 */
  top: 100px;
  left: 35px;
  animation: floatUpDown 3s ease-in-out infinite;
  animation-delay: 0.3s;
}

.mod-5 .label {
  /* 左中：文案在图标右侧 */
  top: 15px;
  left: -47px;
  z-index: -1;
}

/* 右侧：业务单元和供应链 */
.taMeng-right {
  flex: 0 0 auto;
  /* 根据内容自适应宽度，避免右侧把整体推偏 */
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
}

/* ====== 塔盟右侧：动画箭头与信息卡（来自 test.html，作用域限定） ====== */
.taMeng-right-boxone {
  position: relative;
  display: flex;
  align-items: center;
}

.taMeng-right-boxone .tameng-line-box {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.taMeng-right-boxone .tameng-line {
  position: relative;
  display: flex;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 360px;
}

.taMeng-right-boxone .line {
  position: absolute;
  left: 34px;
  top: 40px;
  width: 3px;
  height: 284px;
  background: #00c39e;
  border-radius: 1px;
}

.taMeng-right-boxone .line::before,
.taMeng-right-boxone .line::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 3px;
  background: #00c39e;
}

.taMeng-right-boxone .line::before {
  top: 0;
  left: 0;
}

.taMeng-right-boxone .line::after {
  bottom: 0;
  left: 0;
}

.taMeng-right-boxone .dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #00c39e;
  border-radius: 50%;
  animation: breathe 2s infinite;
  box-shadow: 0 0 6px rgba(0, 195, 158, .6);
}

.taMeng-right-boxone .dot1 {
  top: 35px;
  left: 60px;
}

.taMeng-right-boxone .dot2 {
  top: -4px;
  left: -5px;
}

.taMeng-right-boxone .dot3 {
  top: -4px;
  left: 50px;
}

.taMeng-right-boxone .dot4 {
  top: 315px;
  left: 60px;
}

.taMeng-right-boxone .line-dot {
  width: 57px;
  height: 3px;
  background: #00c39e;
  position: absolute;
  top: 180px;
  left: 7px;
}

@keyframes breathe {

  0%,
  100% {
    opacity: .4;
    transform: scale(.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

@keyframes flow-left {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -42px 0;
  }
}

@keyframes flow-left2 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -57px 0;
  }
}

@keyframes flow-right {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 42px 0;
  }
}

.taMeng-right-boxone .tameng-logo {
  margin-left: 23px;
  position: relative;
  width: 280px;
  min-width: 280px;
  height: 360px;
}

.taMeng-right-boxone .tameng-logo-item {
  display: flex;
  align-items: center;
  position: absolute;
}

.taMeng-right-boxone .tameng-logo-item img {
  width: 140px;
  height: 50px;
}

.taMeng-right-boxone .tameng-logo-item span {
  font-size: 14px;
  color: #333;
  display: block;
  width: 120px;
  margin-left: 12px;
}

.taMeng-right-boxone .tameng-logo-box-xian {
  position: relative;
  width: 100px;
  height: 360px;
  min-width: 100px;
}

.taMeng-right-boxone .tameng-logo-box-xianitem {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
}

.taMeng-right-boxone .tameng-arrow-left {
  margin-right: 7px;
  width: 42px;
  height: 8px;
  background-image: url('../img/tamengarrowl.png');
  background-repeat: repeat-x;
  background-size: 42px 8px;
  animation: flow-left 3.2s linear infinite;
  overflow: hidden;
  flex-shrink: 0;
}

.taMeng-right-boxone .tameng-arrow-right {
  width: 42px;
  height: 8px;
  background-image: url('../img/tamengarrowr.png');
  background-repeat: repeat-x;
  background-size: 42px 8px;
  animation: flow-right 3.2s linear infinite;
  overflow: hidden;
  flex-shrink: 0;
}

.taMeng-right-boxone .tameng-arrow-left img,
.taMeng-right-boxone .tameng-arrow-right img {
  display: none;
}

.taMeng-right-boxone .tameng-tag {
  position: relative;
  width: 203px;
  height: 404px;
  border: 2px solid #00BF80;
  border-radius: 1px;
  margin-left: 65px;
}

.taMeng-right-boxone .tameng-tag::after {
  content: '';
  width: 2px;
  height: 360px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: -2px;
  top: 20px;
}

.taMeng-right-boxone .tameng-tag-sj {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #00BF80;
  position: absolute;
  top: 15px;
  left: -8.5px;
  z-index: 1;
}

.taMeng-right-boxone .tameng-dian {
  width: 15px;
  height: 15px;
  background: #00BF80;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  left: -8.5px;
  z-index: 1;
}

.taMeng-right-boxone .tameng-tag-content {
  position: relative;
}

.taMeng-right-boxone .tameng-tag-content-item {
  display: flex;
  align-items: center;
  position: absolute;
  top: 46px;
  left: -61px;
  z-index: 1;
}

.taMeng-right-boxone .tameng-tag-content-item-name {
  display: block;
  width: 124px;
  line-height: 50px;
  background: linear-gradient(180deg, #DEFFF7 0%, #FFFFFF 100%);
  border-radius: 16px;
  border: 1px dashed #00BF80;
  font-weight: 500;
  font-size: 20px;
  color: #00BF80;
  text-align: center;
}

.taMeng-right-boxone .tameng-tag-content-item-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.taMeng-right-boxone .tameng-tag-content-item-img {
  position: absolute;
  left: -5px;
  z-index: 1;
}

.tameng-quanxian-img {
  background-image: url('../img/tamengquanxian2.png');
  background-size: 8px 57px;
  background-repeat: repeat-y;
  background-position: 0 0;
  width: 8px;
  height: 57px;
  overflow: hidden;
  animation: flow-down-tameng 4s linear infinite;
  will-change: background-position;
}

.tameng-quanxian-img2{
  background-image: url('../img/tamengquanxiann.png');
  background-size: 57px 8px;
  background-repeat: repeat-x;
  width: 57px;
  height: 8px;
  overflow: hidden;
  animation: flow-left2 4s linear infinite;
  will-change: background-position;
}

.tameng-quanxian-img img {
  display: none;
}


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

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.section_19 {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/c463bd92e089472c893da414c946045b_mergeImage.png);
  position: relative;
  width: 100%;
  /* max-width: 1920px; */
  height: 884px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.text_29 {
  width: 570px;
  max-width: 90%;
  height: auto;
  min-height: 42px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 42px;
  margin: 61px auto 0;
  display: block;
}

.section_20 {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.02);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 15px;
  width: 670px;
  max-width: 90%;
  height: 56px;
  border: 1px solid rgba(49, 114, 233, 0.15);
  margin: 22px auto 0;
}

.image-text_725 {
  width: 134px;
  height: 28px;
  margin: 14px 0 0 46px;
}

.text-group_10 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
}

-group_12 {
  width: 48px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(89, 139, 247, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
}

.image-text_726 {
  width: 104px;
  height: 28px;
  margin: 14px 0 0 38px;
}

.text-group_11 {
  width: 48px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(0, 191, 128, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
}

.box_8 {
  width: 44px;
  height: 7px;
  background-image: url('../img/loopxian1.png');
  background-size: 45px 7px;
  background-repeat: repeat-x;
  background-position: -1px 0;
  margin-top: 11px;
  overflow: hidden;
  animation: flow-right-loopxian 3s linear infinite;
  will-change: background-position;
}

.box_6 {
  width: 44px;
  height: 7px;
  background-image: url('../img/loopxian2.png');
  background-size: 45px 7px;
  background-repeat: repeat-x;
  background-position: -1px 0;
  margin-top: 11px;
  overflow: hidden;
  animation: flow-right-loopxian 3s linear infinite;
  will-change: background-position;
}

.image-text_727 {
  width: 104px;
  height: 28px;
  margin: 14px 0 0 38px;
}

.text-group_12 {
  width: 48px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(89, 139, 247, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
}

.box_7 {
  width: 44px;
  height: 7px;
  background-image: url('../img/loopxian3.png');
  background-size: 45px 7px;
  background-repeat: repeat-x;
  background-position: -1px 0;
  margin-top: 11px;
  overflow: hidden;
  animation: flow-right-loopxian 3s linear infinite;
  will-change: background-position;
}

.image-text_728 {
  width: 124px;
  height: 28px;
  margin: 14px 43px 0 39px;
}

.text-group_13 {
  width: 64px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 58, 116, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
}

.section_21 {
  width: 44px;
  height: 7px;
  background-image: url('../img/loopxian4.png');
  background-size: 45px 7px;
  background-repeat: repeat-x;
  background-position: -1px 0;
  margin-top: 11px;
  overflow: hidden;
  animation: flow-right-loopxian 3s linear infinite;
  will-change: background-position;
}

.section_244 {
  width: 1240px;
  max-width: 90%;
  height: auto;
  min-height: 584px;
  margin: 32px auto 87px;
  /* padding: 0 20px; */
  box-sizing: border-box;
}

.section_245 {
  position: relative;
  width: 727px;
  max-width: 100%;
  height: auto;
  min-height: 584px;
}

.group_372 {
  position: relative;
  width: 727px;
  height: 180px;
  margin-top: 33px;
}

.block_8 {
  height: 180px;
  background: linear-gradient(180deg, rgba(222, 248, 255, 0.62) 0%, rgba(255, 255, 255, 0.32) 100%);
  border-radius: 19px;
  border: 1px solid #00BF80;
  backdrop-filter: blur(6px);
  width: 252px;
}

.block_8::after{
  content: '品牌合作\A营销支持';
  white-space: pre-wrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  height: 64px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #00BF80;
  width: 130px;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 191, 128, 1);
  font-weight: 600;
  font-family: PingFangSC-Semibold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block_9 {
  background-color: rgba(0, 191, 128, 1);
  border-radius: 50%;
  position: relative;
  width: 110px;
  height: 110px;
  margin: 50px 0 0 71px;
}

.label_2 {
  width: 50px;
  height: 50px;
  margin: 22px 0 0 30px;
}

.text-group_14 {
  width: 44px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 17px 33px;
}

.image_86 {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
}

.paragraph_9 {
  /* width: 64px; */
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(89, 139, 247, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 28px;
  margin: 52px 0 0 70px;
}

.block_10 {
  height: 180px;
  background: linear-gradient(180deg, rgba(222, 248, 255, 0.62) 0%, rgba(255, 255, 255, 0.32) 100%);
  border-radius: 19px;
  border: 1px solid #00BF80;
  backdrop-filter: blur(6px);
  margin-left: 79px;
  width: 252px;
}

.block_10::after{
  content: '业务加盟\A商品供应';
  white-space: pre-wrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  height: 64px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #00BF80;
  width: 130px;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 191, 128, 1);
  font-weight: 600;
  font-family: PingFangSC-Semibold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group_13 {
  background-color: rgba(0, 191, 128, 1);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin: 50px 0 0 71px;
}

.image-text_729 {
  width: 73px;
  height: 72px;
  margin: 21px 0 0 18px;
}

.label_3 {
  width: 50px;
  height: 50px;
  margin-left: 13px;
}

.text-group_15 {
  width: 73px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 5px;
}

.block_11 {
  position: absolute;
  left: 278px;
  top: 77px;
  width: 164px;
  height: 7px;
  background-image: url('../img/loopxian5.png');
  background-size: 165px 7px;
  background-repeat: repeat-x;
  background-position: -1px 0;
  overflow: hidden;
  animation: flow-right-loopxian-large 5s linear infinite;
  will-change: background-position;
}

.group_373 {
  width: 675px;
  height: 180px;
  margin: 16px 0 0 33px;
}

.image-text_730 {
  width: 64px;
  height: 139px;
}

.text-group_268 {
  width: 53px;
  height: 60px;
  margin-top: 41px;
}

.text_30 {
  width: 30px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(255, 58, 116, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
}

.text_31 {
  width: 30px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(255, 58, 116, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
  margin-left: -7px;
}

.group_14 {
  width: 7px;
  height: 139px;
  background-image: url('../img/loopxian6.png');
  background-size: 7px 140px;
  background-repeat: repeat-y;
  background-position: 0 -1px;
  overflow: hidden;
  animation: flow-down-loopxian 3s linear infinite;
  will-change: background-position;
}

.image-text_731 {
  width: 70px;
  height: 139px;
  margin-left: 31px;
}

.section_24 {
  width: 7px;
  height: 139px;
  background-image: url('../img/loopxian7.png');
  background-size: 7px 140px;
  background-repeat: repeat-y;
  background-position: 0 -1px;
  overflow: hidden;
  animation: flow-up-loopxian 3s linear infinite;
  will-change: background-position;
}

.text-group_269 {
  width: 58px;
  height: 80px;
  margin-top: 33px;
}

.text_32 {
  width: 30px;
  height: 80px;
  overflow-wrap: break-word;
  color: rgba(0, 191, 128, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
}

.text_33 {
  width: 30px;
  height: 80px;
  overflow-wrap: break-word;
  color: rgba(0, 191, 128, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
  margin-left: -2px;
}

.text_34 {
  width: 30px;
  height: 100px;
  overflow-wrap: break-word;
  color: rgba(0, 191, 128, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
  margin: 23px 0 0 -2px;
}

.text-wrapper_9 {
  height: 50px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #00BF80;
  width: 230px;
  margin: 130px 0 0 23px;
  z-index: 1;
}

.text_35 {
  width: 153px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(0, 191, 128, 1);
  font-size: 18px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 25px;
  margin: 13px 0 0 39px;
}

.text_36 {
  width: 22px;
  height: 31px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 14px -3px 5px 23px;
  transform: rotate(90deg);
}

.paragraph_10 {
  width: 16px;
  height: 80px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
  margin: 50px 0 0 -10px;
}

.text_37 {
  width: 22px;
  height: 31px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 13px -3px 5px -1px;
  transform: rotate(90deg);
}

.paragraph_11 {
  width: 16px;
  height: 80px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
  margin: 49px 0 0 -10px;
}

.image-text_732 {
  width: 33px;
  height: 139px;
  margin-left: 10px;
}

.text-group_18 {
  width: 16px;
  height: 120px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
  margin-top: 14px;
  margin-right: 5px;
}

.group_15 {
  width: 7px;
  height: 139px;
  background: url('../img/loopxian8.png') 0px -1px no-repeat;
  background-size: 7px 140px;
  background-repeat: repeat-y;
  background-position: 0 -1px;
  overflow: hidden;
  animation: flow-up-loopxian 3s linear infinite;
  will-change: background-position;
}

.group_16 {
  width: 7px;
  height: 139px;
  background: url('../img/loopxian9.png') 0px -1px no-repeat;
  background-size: 7px 140px;
  margin-left: 30px;
  background-repeat: repeat-y;
  background-position: 0 -1px;
  overflow: hidden;
  animation: flow-down-loopxian 3s linear infinite;
  will-change: background-position;
}

.text_38 {
  width: 30px;
  height: 80px;
  overflow-wrap: break-word;
  color: rgba(89, 139, 247, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
  margin: 31px 0 0 3px;
}

.group_17 {
  width: 7px;
  height: 139px;
  background: url('../img/loopxian10.png') 0px -1px no-repeat;
  background-size: 7px 140px;
  margin-left: 10px;
  background-repeat: repeat-y;
  background-position: 0 -1px;
  overflow: hidden;
  animation: flow-down-loopxian 3s linear infinite;
  will-change: background-position;
}

.text_39 {
  width: 30px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(255, 58, 116, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
  margin: 41px 0 0 1px;
}

.box_10 {
  position: relative;
  width: 727px;
  height: 200px;
  background: linear-gradient(180deg, rgba(222, 248, 255, 0.62) 0%, rgba(255, 255, 255, 0.32) 100%);
  border-radius: 19px;
  border: 1px solid #00BF80;
  backdrop-filter: blur(6px);
  margin-top: -25px;
}

.image-text_733 {
  width: 127px;
  height: 134px;
  margin: 43px 0 0 62px;
}

.image_13 {
  width: 127px;
  height: 44px;
}

.text-group_19 {
  width: 64px;
  height: 78px;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  line-height: 26px;
  margin: 12px 0 0 32px;
}

.paragraph_12 {
  width: 70px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 191, 128, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 28px;
  margin: 72px 0 0 140px;
}

.image-text_734 {
  width: 160px;
  height: 105px;
  margin: 46px 46px 0 125px;
}

.image_14 {
  width: 160px;
  /* height: 40px; */
}

.text-group_20 {
  width: 96px;
  height: 52px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  line-height: 26px;
  margin: 13px 0 0 32px;
}

.group_18 {
  position: absolute;
  left: 266px;
  top: 98px;
  width: 196px;
  height: 7px;
  background: url('../img/loopxian22.png');
  background-size: 196px 7px;
  background-repeat: repeat-x;
  overflow: hidden;
  animation: flow-left-loopxian-large2 5s linear infinite;
  will-change: background-position;
}

.group_374 {
  position: absolute;
  left: 61px;
  top: 0;
  width: 605px;
  height: 64px;
}

.text-wrapper_10 {
  height: 64px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #00BF80;
  width: 130px;
}

.paragraph_13 {
  width: 72px;
  height: 50px;
  overflow-wrap: break-word;
  color: rgba(0, 191, 128, 1);
  font-size: 18px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  line-height: 25px;
  margin: 7px 0 0 29px;
}

.text-wrapper_11 {
  height: 64px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #00BF80;
  backdrop-filter: blur(7px);
  width: 130px;
}

.paragraph_14 {
  width: 72px;
  height: 50px;
  overflow-wrap: break-word;
  color: rgba(0, 191, 128, 1);
  font-size: 18px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  line-height: 25px;
  margin: 7px 0 0 29px;
}

.section_246 {
  position: relative;
  width: 481px;
  height: 572px;
  margin-top: 11px;
}

.paragraph_15 {
  width: 100px;
  height: 66px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 22px;
  margin-left: 110px;
}

.section_26 {
  width: 139px;
  height: 7px;
  background: url('../img/loopxian13.png') 0px -1px no-repeat;
  background-size: 139px 8px;
  margin: 4px 0 0 108px;
  background-repeat: repeat-x;
  background-position: -1px 0;
  overflow: hidden;
  animation: flow-left-loopxian-small 5s linear infinite;
  will-change: background-position;
}

.group_375 {
  width: 255px;
  height: 57px;
  margin: 23px 0 0 95px;
}

.group_19 {
  width: 139px;
  height: 7px;
  background: url('../img/loopxian15.png') 0px -1px no-repeat;
  background-size: 139px 8px;
  margin-top: 6.5px;
  background-repeat: repeat-x;
  background-position: -1px 0;
  overflow: hidden;
  animation: flow-right-loopxian-small 5s linear infinite;
  will-change: background-position;
}

.group_20 {
  width: 7px;
  height: 31px;
  background: url('../img/loopxian16.png') 0px -1px no-repeat;
  background-size: 7px 31px;
  margin: 26px 0 0 69px;
  background-repeat: repeat-y;
  animation: flow-down2 1.5s linear infinite;
  overflow: hidden;
}

.group_21 {
  width: 7px;
  height: 44px;
  background: url('../img/loopxian14.png') 0px -1px no-repeat;
  background-size: 7px 45px;
  margin-left: 24.5px;
  background-repeat: repeat-y;
  animation: flow-up2 2s linear infinite;
  overflow: hidden;
}

.group_376 {
  width: 481px;
  height: 350px;
  margin-top: 65px;
}

.block_201 {
  position: relative;
  width: 164px;
  height: 192px;
  margin-top: 154px;
}

.text_40 {
  width: 112px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(89, 139, 247, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 25px;
}

.group_22 {
  width: 164px;
  height: 7px;
  background: url('../img/loopxian5.png') 100% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 30px;
  background-repeat: repeat-x;
  background-position: -1px 0;
  overflow: hidden;
  animation: flow-right-loopxian-large 5s linear infinite;
  will-change: background-position;
}

.text_41 {
  width: 64px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 14px 0 0 49px;
}

.group_23 {

  width: 164px;
  height: 7px;
  background: url('../img/loopxian17.png') 100% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 68px;
  background-repeat: repeat-x;
  background-position: -1px 0;
  overflow: hidden;
  animation: flow-right-loopxian-large 5s linear infinite;
  will-change: background-position;
}

.paragraph_16 {
  width: 68px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 191, 128, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 28px;
  margin: 12px 0 0 49px;
}

.group_24 {
  width: 164px;
  height: 7px;
  background: url('../img/loopxian18.png') 100% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 106px;
  background-repeat: repeat-x;
  background-position: -1px 0;
  overflow: hidden;
  animation: flow-left-loopxian-large 5s linear infinite;
  will-change: background-position;
}

.group_25 {
  width: 164px;
  height: 7px;
  background: url('../img/loopxian19.png') 100% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 155px;
  background-repeat: repeat-x;
  background-position: -1px 0;
  overflow: hidden;
  animation: flow-left-loopxian-large 5s linear infinite;
  will-change: background-position;
}

.text_42 {
  width: 64px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 58, 116, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 25px 0 0 49px;
}

.section_30 {
  width: 286px;
  height: 350px;
  background: linear-gradient(180deg, rgba(222, 248, 255, 0.62) 0%, rgba(255, 255, 255, 0.32) 100%);
  border-radius: 19px;
  border: 1px solid #00BF80;
  backdrop-filter: blur(6px);
}

.image_15 {
  width: 157px;
  /* height: 32px; */
  margin: 35px 0 0 63px;
}

.box_420 {
  width: 133px;
  height: 103px;
  margin: 5px 0 0 62px;
}

.image-text_735 {
  width: 70px;
  height: 103px;
}

.text-group_270 {
  width: 52px;
  height: 80px;
  margin-top: 20px;
}

.text_43 {
  width: 30px;
  height: 80px;
  overflow-wrap: break-word;
  color: rgba(255, 58, 116, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
}

.text_44 {
  width: 30px;
  height: 80px;
  overflow-wrap: break-word;
  color: rgba(255, 58, 116, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
  margin-left: -8px;
}

.group_26 {
  width: 7px;
  height: 103px;
  background: url('../img/loopxian20.png') 0px -1px no-repeat;
  background-size: 7px 104px;
  background-repeat: repeat-y;
  background-position: 0 -1px;
  overflow: hidden;
  animation: flow-down-loopxian-small 3s linear infinite;
  will-change: background-position;
}

.image-text_736 {
  width: 46px;
  height: 103px;
}

.group_27 {
  width: 7px;
  height: 103px;
  background: url('../img/loopxian21.png') 0px -1px no-repeat;
  background-size: 7px 104px;
  background-repeat: repeat-y;
  background-position: 0 -1px;
  overflow: hidden;
  animation: flow-up-loopxian-small 3s linear infinite;
  will-change: background-position;
}

.text-group_22 {
  width: 30px;
  height: 80px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  line-height: 20px;
  margin-top: 20px;
}

.box_13 {
  background-color: rgba(0, 191, 128, 1);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin: 20px 0 0px 88px;
}

.image-text_737 {
  width: 58px;
  height: 68px;
  margin: 18px 0 0 26px;
}

.label_17 {
  width: 50px;
  height: 50px;
  margin-left: 3px;
}

.text-group_23 {
  width: 58px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 9px;
}

.text-wrapper_12 {
  height: 64px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #00BF80;
  width: 130px;
  position: absolute;
  left: 273px;
  top: 190px;
}

.paragraph_17 {
  width: 72px;
  height: 50px;
  overflow-wrap: break-word;
  color: rgba(0, 191, 128, 1);
  font-size: 18px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  line-height: 25px;
  margin: 6px 0 0 28px;
}

.text-wrapper_13 {
  height: 81px;
  background: url('../img/loopxian12.png') no-repeat;
  background-size: 296px 81px;
  width: 336px;
  position: absolute;
  left: 15px;
  top: 105.5px;
}

.paragraph_18 {
  text-align: center;
  width: 120px;
  height: 44px;
  overflow-wrap: break-word;
  color: rgba(255, 58, 116, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  line-height: 22px;
  margin: 13px 0 0 80px;
}

.image_16 {
  position: absolute;
  left: 13px;
  top: 68.5px;
  width: 330px;
  height: 99px;
}

.business-unit {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  padding-left: 20px;
}

.business-unit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 15px;
  height: 1px;
  border-top: 1px dashed #3172E9;
  opacity: 0.6;
}

.business-unit-main {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.business-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.business-logo-pdt {
  background: #FF4444;
}

.business-logo-circle {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
}

.business-logo-xz {
  background: #4CAF50;
  padding: 8px;
  box-sizing: border-box;
}

.business-logo-xz img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.business-logo-mf {
  background: #FF4444;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
}

.business-logo-mf-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

.business-logo-mf-en {
  color: #FFFFFF;
  font-size: 8px;
  line-height: 1.2;
}

.business-info {
  flex: 1;
}

.business-name {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 8px 0;
}

.business-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

.supply-chain-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 200px;
}

.supply-chain-arrow {
  width: 40px;
  height: 2px;
  background: #3172E9;
  position: relative;
  flex-shrink: 0;
  border-radius: 1px;
}

.supply-chain-arrow::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #3172E9;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.supply-chain-content {
  flex: 1;
}

.supply-chain-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 6px 0;
}

.supply-chain-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}

/* 响应式设计 */
@media (max-width: 1024px) {
  .taMeng-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .taMeng-content::before {
    display: none;
  }

  .taMeng-left {
    width: 100%;
    min-width: auto;
    justify-content: center;
  }

  .taMeng-right {
    width: 100%;
    align-items: center;
    /* 居中右侧内容 */
  }

  .business-unit {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
  }

  .business-unit::before {
    display: none;
  }

  .supply-chain-item {
    padding-left: 80px;
  }
}

@media (max-width: 768px) {
  .quan1 {
    width: 350px;
    height: 350px;
  }

  .quan2 {
    width: 252px;
    height: 252px;
  }

  .quan3 {
    width: 171px;
    height: 174px;
  }

  .quan4 {
    width: 160px;
    height: 160px;
  }

  .supply-chain-item {
    padding-left: 0;
    min-width: auto;
  }
}

/* 右侧塔盟图响应式缩放与居中 */
@media (max-width: 1280px) {
  .taMeng-right-boxone {
    transform: scale(0.92);
    transform-origin: center top;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .taMeng-right-boxone {
    transform: scale(0.9);
    transform-origin: center top;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .taMeng-right-boxone {
    transform: scale(0.82);
    transform-origin: center top;
    margin: 0 auto;
  }
}

/*  塔盟end*/

/* 选择小象 */
.elephant-full {
  width: auto !important;
  padding: 0;
  margin: 0;
  /* 确保内容不会超出容器 */
  overflow: hidden;
}

.elephant-full-wrap {
  width: 100%;
  /* max-width: 1240px; */
  max-width: 1400px;
  margin: 0px auto;

}

.elephant-full-wrap .cloudPivot5Slide {
  overflow: hidden;
  ;
  margin-bottom: 0 !important;
}

.cloudPivot5Slide .swiper-slide {

  background: #FFFFFF;
  /* 微调阴影：增加y轴轻微偏移，确保上下方向可见 */
  box-shadow:
    0px 2px 13px 0px rgba(0, 0, 0, 0.08),
    /* 上下方向增加2px偏移 */
    0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
  /* 增加内边距，给阴影留出空间 */
  margin: 20px 0;
  /* 上下增加外边距，避免阴影被相邻元素遮挡 */
  /* padding: 8px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cloudPivot5Slide .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

/* 顶部统计与说明 */
.brand-summary {
  text-align: center;
  padding: 28px 0 16px;
}

.brand-title {
  font-weight: 600;
  font-size: 30px;
  color: #333;
  line-height: 40px;
  margin: 0 0 8px;
}

.brand-sub {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 0 auto 16px;
  max-width: 820px;
}

/* .brand-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: end; margin: 10px auto 24px; max-width: 920px; } */
.brand-stats {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 10px auto -85px;
  max-width: 1000px;
}

.brand-stats .stat-item {
  position: relative;
  border-radius: 12px;
  padding: 24px 12px 12px;
}

.brand-stats .stat-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -115px;
  top: 50px;
  bottom: 50px;
  width: 1px;
  background: #e2e2e2;
}

.brand-stats .stat-num {
  font-size: 65px;
  font-weight: 700;
  color: #00BF80;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.brand-stats .stat-num-value {
  display: inline-block;
}

.brand-stats .stat-arrow {
  position: absolute;
  top: -8px;
  right: -40px;
  width: auto;
  height: 28px;
  object-fit: contain;
}

.brand-stats .stat-label {
  margin-top: 6px;
  font-size: 21px;
  color: #515151;
}

@media (max-width: 768px) {
  .brand-title {
    font-size: 22px;
    line-height: 32px;
  }

  .brand-stats {
    grid-template-columns: 1fr;
  }

  .brand-stats .stat-item {
    padding: 18px 12px 10px;
  }

  .brand-stats .stat-item::before {
    display: none;
  }

  .brand-stats .stat-num {
    font-size: 42px;
  }
}

.brand-container {
  background-image: url('/img/gg_bg.png');
  padding-top: 95px;
}

/* 左侧遮罩 */
.brand-container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60px;
  /* 遮罩宽度 */
  /* 从白色渐变到透明 */
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  z-index: 10;
  /* 确保遮罩在内容上方 */
  pointer-events: none;
  /* 不影响鼠标交互 */
}

/* 右侧遮罩 */
.brand-container::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  /* 遮罩宽度 */
  /* 从透明渐变到白色 */
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  z-index: 10;
  /* 确保遮罩在内容上方 */
  pointer-events: none;
  /* 不影响鼠标交互 */
}

/* 选择小象end */

/* 小象飞驰 */
.carousel-full .image,
.pImg {
  height: 100%;
  width: 100%;
}

.carousel-full .elephant-inner {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.carousel-full .elephant-content {
  width: calc(100vw - 100px);
  max-width: 1240px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.carousel-full .elephant-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elephant-info .title-logo {
  margin-right: 20%;
  width: 266px;
  height: 73px;
}

.elephant-info .title {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
}

.carousel-full .indexRecommendMain .swiper-wrapper {
  height: 150px !important;
  position: relative;
}

.carousel-full .indexRecommendMain .swiper-pagination {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  width: auto;
  z-index: 2;
}

.carousel-full .indexRecommendMain .swiper-wrapper .swiper-slide {
  height: 100%;
}

.carousel-full .indexRecommendMain .swiper-pagination .swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0px 4.5px;
  position: relative;
  cursor: pointer;
  opacity: 6;
}

.carousel-full .indexRecommendMain .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  border-radius: 18px;
  background: #00BF80;
  content: "";
  display: block;
}

.carousel-full .indexRecommendMain .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: bullet 5s linear forwards;
  animation: bullet 5s linear forwards;
}

.carousel-full .indexRecommendMain .banner-inner {
  width: calc(100vw - 100px);
  max-width: 1240px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.cloudPivot5Slide .swiper-wrapper .swiper-slide {
  width: 168px !important;
  height: 72px !important;
}

.swiper-button-prev,
.swiper-button-next {
  pointer-events: auto;
  position: absolute;
  /* top: 50%;
  transform: translateY(-50%);  */
  width: 38px;
  height: 38px;
  /* background: #FFFFFF; */
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05); */
  border-radius: 50%;
  color: #1C2229;
  text-align: center;
  line-height: 38px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
}

.icon-az-arrow2:before {
  content: ">";
}

.swiper-button-prev i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 小象飞驰 end */

/* 底部 */
.footer {
  background: #1C2229;
  padding: 58px 0 17px;
  box-sizing: border-box;
  position: relative;
}

.footer-inner {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.footer-column {
  min-width: 160px;
}

.footer-column p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  margin-bottom: 10px;
}

.column-title {
  font-weight: 500;
  font-size: 22px;
  color: #00BF80;
  line-height: 30px;
  margin-bottom: 16px;
}

.column-list li {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 40px;
}

.link {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s;
}

.link :hover {
  color: #fff;
}

.qrcode {
  margin-top: 38px;
}

.qrcode img {
  /* width: 135px;
    height: 136px; */
}

.qrcode p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  margin-bottom: 10px;
}

.consult-btn {
  background: #00BF80;
  border-radius: 4px;
  padding: 7px 24px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  width: fit-content;
}

.copyright {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
}

.copyright-line {
  width: 1281px;
  margin: 0 auto 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}

.copyright .link {
  color: rgba(255, 255, 255, 0.5);
}

.copyright p {
  margin-top: 8px;
}

.attention-column {
  position: relative;
  padding-left: 81px;
  box-sizing: border-box;
}

.attention-column::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.27);
}

.service-card {
  width: 224px;
  height: 269px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}

/* .service-card-wrap {
  position: absolute;
  right: 4px;
  top: 47px;
} */

.service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/service-bg.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.contact-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  text-align: center;
  box-sizing: border-box;
}

.phone-label {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 6px;
}

.phone-label img {
  margin-left: 6px;
}

.phone-number {
  font-weight: 500;
  font-size: 22px;
  color: #00B77B;
  line-height: 30px;
  margin-bottom: 22px;
}

.email-label {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 1px;
}

.email-address {
  font-weight: 500;
  font-size: 18px;
  color: #00B77B;
  line-height: 25px;
}

/* 底部end */

/* 生态闭环响应式优化 */
@media (max-width: 1440px) {
  .section_19 {
    height: auto;
    min-height: 884px;
  }

  .text_29 {
    font-size: 28px;
    text-align: center;
    white-space: normal;
  }

  .section_20 {
    width: 90%;
    max-width: 670px;
  }

  .section_244 {
    width: 95%;
    max-width: 1240px;
  }

  .section_245 {
    width: 100%;
  }

  .group_372 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .section_19 {
    height: auto;
    min-height: 700px;
    margin-top: 60px;
  }

  .text_29 {
    font-size: 24px;
    width: 90%;
    max-width: 570px;
    text-align: center;
    margin: 40px auto 0;
    white-space: normal;
  }

  .section_20 {
    width: 90%;
    max-width: 670px;
    margin: 20px auto 0;
  }

  .section_244 {
    width: 95%;
    margin: 20px auto 40px;
    padding: 0 15px;
  }

  .section_245 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section_19 {
    height: auto;
    min-height: 600px;
    margin-top: 40px;
    background-size: cover;
  }

  .text_29 {
    font-size: 20px;
    line-height: 32px;
    width: 95%;
    margin: 30px auto 0;
    text-align: center;
  }

  .section_20 {
    width: 95%;
    height: auto;
    min-height: 56px;
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .section_244 {
    width: 100%;
    margin: 20px auto 30px;
    padding: 0 10px;
  }

  .section_245 {
    width: 100%;
    min-height: auto;
  }

  .group_372 {
    width: 100%;
    height: auto;
    min-height: 180px;
  }

  .image-text_725,
  .image-text_726,
  .image-text_727,
  .image-text_728 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* section_25 样式 */
.section_25 {
  width: 100%;
  padding: 80px 20px;
  background-color: #fff;
  box-sizing: border-box;
}

.section_25-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/* 标题区域 */
.section_25-header {
  text-align: center;
  margin-bottom: 60px;
}

.section_25-title {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  line-height: 42px;
  margin: 0 0 30px 0;
}

.section_25-description {
  max-width: 1100px;
  margin: 0 auto;
  width: 1100px;
  height: 138px;
  background: linear-gradient(180deg, #E9FFFA 0%, #F7FFFD 41%, #FFFFFF 100%);
  border-radius: 19px;
  border: 1px dashed #00BF80;
  padding: 20px 46px 27px 46px;
}

.section_25-desc-text {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin: 0 0 10px 0;
  text-align: left;
}

.section_25-desc-textc {
  color: #00BF80;
}

.section_25-desc-text:last-child {
  margin-bottom: 0;
}

.section_25-content {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  max-width: 1100px;
  width: 1100px;
  margin: 0 auto;
}

.section_25-content-left {
  width: 468px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.section_25-content-left-leftarrow2 {
  width: 23px;
  height: 39px;
  margin-bottom: 35px;
  margin-top: -25px;
}

.section_25-content-left-img {
  width: 100%;
  height: 451px;

}

.section_25-content-left-leftarrow {
  width: 7px;
  height: 24px;
  position: absolute;
  background-image: url('../img/setion25leftarrow2.png');
  background-repeat: repeat-y;
  background-size: 7px 24px;
  animation: flow-down 1.5s linear infinite;
  overflow: hidden;
}

.section_25-content-left-leftarrow img {
  display: none;
}

.section_25-content-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 565px;
}

.setion25right {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  /* min-width: 650px;  */
  width: auto;
}

.setion25quan1 {
  width: 341px;
  height: 342px;
  position: relative;
  margin: 0 auto;
  /* 居中 */
}

.setion25quan1-img {
  width: 100%;
  height: 100%;
  display: block;
}

.setion25quan2 {
  width: 290px;
  height: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.setion25quan2-img {
  width: 100%;
  height: 100%;
  display: block;
  animation: rotate-counterclockwise-img 10s linear infinite;
}

.setion25quan3 {
  width: 226px;
  height: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.setion25quan3-img {
  width: 100%;
  height: 100%;
  display: block;
  animation: rotate-clockwise-img 25s linear infinite;
}

.setion25quan4 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.setion25quan4 img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 旋转动画定义 - 只旋转图片 */
@keyframes rotate-clockwise {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-counterclockwise-img {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotate-clockwise-img {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* 垂直箭头流动动画 */
@keyframes flow-down {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 24px;
  }
}

@keyframes flow-down2 {
  from {
    background-position: 0 -1px;
  }

  to {
    background-position: 0 30px;
  }
}

@keyframes flow-up {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -24px;
  }
}

@keyframes flow-up2 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -45px;
  }
}

/* tameng-quanxian-img 专用动画 */
@keyframes flow-down-tameng {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 57px;
  }
}

/* loopxian 背景图片流动动画 (140px高度) */
@keyframes flow-down-loopxian {
  from {
    background-position: 0 -1px;
  }

  to {
    background-position: 0 139px;
  }
}

@keyframes flow-up-loopxian {
  from {
    background-position: 0 139px;
  }

  to {
    background-position: 0 -1px;
  }
}

@keyframes flow-down-loopxian-small {
  from {
    background-position: 0 -1px;
  }

  to {
    background-position: 0 104px;
  }
}

@keyframes flow-up-loopxian-small {
  from {
    background-position: 0 104px;
  }

  to {
    background-position: 0 -1px;
  }
}


/* loopxian 水平背景图片流动动画 (45px宽度) */
@keyframes flow-right-loopxian {
  from {
    background-position: -1px 0;
  }

  to {
    background-position: 44px 0;
  }
}

/* loopxian 水平背景图片流动动画 (165px宽度) */
@keyframes flow-right-loopxian-large {
  from {
    background-position: -1px 0;
  }

  to {
    background-position: 164px 0;
  }
}

@keyframes flow-left-loopxian-large {
  from {
    background-position: -1px 0;
  }

  to {
    background-position: -164px 0;
  }
}

@keyframes flow-left-loopxian-large2 {
  from {
    background-position: -1px 0;
  }

  to {
    background-position: -196px 0;
  }
}

@keyframes flow-right-loopxian-small {
  from {
    background-position: -1px 0;
  }

  to {
    background-position: 139px 0;
  }
}

@keyframes flow-left-loopxian-small {
  from {
    background-position: 139px 0;
  }

  to {
    background-position: -1px 0;
  }
}

.setion25mod {
  position: absolute;
  z-index: 4;
  animation: floatUpDown 3s ease-in-out infinite;
}

.setion25mod img {
  display: block;
  width: 148px;
  height: 54px;
  object-fit: cover;
}

/* setion25mod-1 需要保持水平居中，所以需要特殊处理 */
@keyframes floatUpDownSection25Center {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-15px);
  }
}

.setion25mod-1 {
  /* 顶部 */
  top: -10px;
  left: 45%;
  /* animation: floatUpDownSection25Center 3s ease-in-out infinite; */
  animation-delay: 0s;
}

.setion25mod-2 {
  /* 右上 */
  top: 110px;
  right: -105px;
  animation-delay: 0.6s;
}

.setion25mod-3 {
  /* 右下 */
  right: -60px;
  bottom: 10px;
  animation-delay: 1.2s;
}

.setion25mod-4 {
  /* 左下 */
  left: -60px;
  bottom: 10px;
  animation-delay: 0.9s;
}

.setion25mod-5 {
  /* 左中 */
  top: 110px;
  left: -105px;
  animation-delay: 0.3s;
}

.setion25mod-6 {
  width: 150px;
  height: 76px;
  position: absolute;
  left: 65%;
  transform: translateX(-50%);
  top: 45px;
  z-index: 1;
}

.setion25mod-7 {
  width: 150px;
  height: 76px;
  position: absolute;
  bottom: 90px;
  right: -40px;
  z-index: 1;
}

.setion25mod-8 {
  width: 150px;
  height: 76px;
  position: absolute;
  bottom: 90px;
  left: -40px;
  z-index: 1;
}

/* 响应式设计 */
@media (max-width: 1024px) {
  .section_25 {
    padding: 60px 20px;
  }

  .section_25-title {
    font-size: 26px;
    line-height: 36px;
  }

}

@media (max-width: 768px) {
  .section_25 {
    padding: 40px 15px;
  }

  .section_25-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .section_25-desc-text {
    font-size: 14px;
    line-height: 24px;
  }

  .section_25-header {
    margin-bottom: 40px;
  }
}