/* 全局重置 统一后缀-yn 隔离样式冲突 */
*{margin:0;padding:0;list-style:none;text-decoration:none;box-sizing:border-box;}
img{max-width:100%;display:block;}
/* 轮播外层容器 */
.banner-box-yn{width:100%;overflow:hidden;position:relative;}
/* 轮播幻灯片容器 */
.banner-wrap-yn{width:100%;position:relative;}
/* 单张轮播项 */
.banner-item-yn{width:100%;position:absolute;top:0;left:0;opacity:0;transition:opacity 0.7s ease-in-out;z-index:1;}
.banner-item-yn.active-yn{opacity:1;z-index:2;position:relative;}
.banner-item-yn img{width:100%;}
/* 底部功能导航栏 联动高亮模块 */
.service-tab-yn{width:100%;background:#fff;display:flex;flex-wrap:wrap;}
.tab-item-yn{flex:1;min-width:140px;text-align:center;padding:14px 6px;color:#017b39;cursor:pointer;transition:all 0.3s;}
.tab-item-yn.active-tab-yn{background:#ffffff;color:#0053aa;border-top:5px solid #669934;}
.tab-item-yn .icon-yn{width:120px;height:120px;margin:0 auto 6px;}
.tab-item-yn .icon-yn#teshu{width:220px;height:120px;margin:0 auto 6px;}
.tab-item-yn .text-yn{font-size:16px; font-weight:bold }
/* 轮播左右切换箭头 */
.slider-prev-yn,.slider-next-yn{
    position:absolute;top:45%;transform:translateY(-50%);
    width:52px;height:52px;border-radius:50%;
    background:rgba(255,255,255,0.25);cursor:pointer;
    z-index:9;transition:0.3s;
}
.slider-prev-yn:hover,.slider-next-yn:hover{background:#669934;}
.slider-prev-yn{left:20px;}
.slider-next-yn{right:20px;}
/* 底部圆点指示器 */
.slider-dots-yn{
    position:absolute;bottom:120px;left:50%;transform:translateX(-50%);
    display:flex;gap:12px;z-index:9;
}
.dot-yn{width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,0.4);cursor:pointer;}
.dot-yn.active-yn{background:#fff;}
/* 移动端适配 */
@media (max-width:768px){
    .tab-item-yn{min-width:33.33%;padding:10px 4px;}
    .tab-item-yn .icon-yn{width:36px;height:36px;}
    .tab-item-yn .text-yn{font-size:12px; font-weight:bold}
    .slider-prev-yn,.slider-next-yn{width:40px;height:40px;}
}
    :root {
      --deep-green: #2d5029;
      --light-green: #85aa65;
      --green-bg: rgba(45, 80, 41, 0.06);
      --green-border: rgba(45, 80, 41, 0.15);
    }
    .page-wrap-uu {
      max-width: 1240px;
      margin: 0 auto;
      padding: 50px 24px;
	  padding-bottom:0px
    }
    .header-box-uu {
      text-align: center;
      margin-bottom: 48px;
    }
    .main-title-uu {
      font-size: 34px;
      font-weight: 700;
      color: var(--deep-green);
      margin-bottom: 16px;
      position: relative;
      display: inline-block;
    }
    .main-title-uu::after {
      content: "";
      width: 70%;
      height: 3px;
      background: linear-gradient(90deg, transparent, var(--light-green), transparent);
      position: absolute;
      left: 15%;
      bottom: -10px;
      border-radius: 3px;
    }
    .intro-desc-uu {
      font-size: 16px;
      color: #444;
      max-width: 900px;
      margin: 0 auto;
    }
    .scene-tag-uu {
      display: inline-block;
      padding: 5px 14px;
      margin: 5px 6px;
      background: linear-gradient(135deg, var(--light-green), var(--deep-green));
      color: #fff;
      border-radius: 99px;
      font-size: 14px;
      box-shadow: 0 2px 6px rgba(45, 80, 41, 0.18);
    }
    .card-list-uu {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
    .info-card-uu {
      background: #fff;
      border-radius: 16px;
      padding: 28px;
      box-shadow: 0 5px 20px rgba(45, 80, 41, 0.06);
      border: 1px solid var(--green-border);
      transition: all 0.3s ease;
    }
    .info-card-uu:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 28px rgba(45, 80, 41, 0.11);
    }
    .card-top-uu {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 16px;
    }
    .card-icon-uu {
      width: 36px;
      height: 36px;
      border-radius: 9px;
      background: var(--green-bg);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--deep-green);
      font-weight: bold;
      font-size: 18px;
    }
    .card-title-uu {
      font-size: 20px;
      font-weight: 600;
      color: var(--deep-green);
    }
    .card-text-uu {
      font-size: 15px;
      color: #474f4c;
    }
    .text-list-uu {
      margin-top: 12px;
      padding-left: 18px;
    }
    .list-item-uu {
      margin: 8px 0;
      position: relative;
      padding-left: 12px;
      font-size: 14.5px;
    }
    .list-item-uu::before {
      content: "•";
      color: var(--light-green);
      font-weight: bold;
      position: absolute;
      left: 0;
    }
    @media (max-width: 992px) {
      .card-list-uu {
        grid-template-columns: 1fr;
      }
      .main-title-uu {
        font-size: 28px;
      }
      .page-wrap-uu {
        padding: 36px 16px;
      }
    }
    @media (max-width: 576px) {
      .main-title-uu {
        font-size: 24px;
      }
      .info-card-uu {
        padding: 22px 18px;
      }
    }
	
	
	
	
	
	
	
	
	
	
	
	        /* 外层容器 后缀-99 */
        .service-wrap-99 {
            width: 95%;
            max-width: 1400px;
            margin: 60px auto;
        }
        /* 标题模块 */
        .service-title-99 {
            font-size: 28px;
            color: #666;
            font-weight: normal;
            margin-bottom: 40px;
        }
        /* 卡片容器 flex布局 后缀-99 */
        .service-list-99 {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
        }
        /* 单个服务卡片 后缀-99 */
        .service-card-99 {
            flex: 1;
            min-width: 260px;
            border: 1px solid #eee;
            overflow: hidden;
            border-radius: 4px;
        }
        /* 卡片图片区域 */
        .card-img-box-99 {
            width: 100%;
            height: 320px;
            overflow: hidden;
        }
        .card-img-box-99 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        /* hover放大效果 */
        .service-card-99:hover .card-img-box-99 img {
            transform: scale(1.05);
        }
        /* 卡片文字标题 */
        .card-text-99 {
            padding: 20px;
            text-align: center;
            font-size: 22px;
            color: #222;
        }
        /* 平板适配 */
        @media screen and (max-width: 992px) {
            .service-title-99 {
                font-size: 24px;
            }
            .card-img-box-99 {
                height: 260px;
            }
        }
        /* 手机端适配 */
        @media screen and (max-width: 768px) {
            .service-wrap-99 {
                margin: 30px auto;
            }
            .service-list-99 {
                gap: 16px;
            }
            .card-img-box-99 {
                height: 220px;
            }
            .card-text-99 {
                font-size: 18px;
                padding: 14px;
            }
        }
		/* 外层容器 后缀-88 */
.industry-wrap-88{
    width:95%;
    max-width:1440px;
    margin:70px auto;
}
/* 标题区域 */
.industry-title-88{
    text-align:center;
    margin-bottom:60px;
}
.industry-title-88 h2{
    font-size:34px;
    color:#026a27;
    font-weight:600;
    margin-bottom:14px;
}
.industry-title-88 p{
    font-size:17px;
    color:#707070;
	margin-bottom:20px
}
/* 网格布局 大屏固定7列 */
.industry-grid-88{
    display:grid;
    grid-template-columns:repeat(7, 1fr);
    gap:46px 24px;
}
/* 单个行业单元 */
.industry-item-88{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
}
/* 灰色圆形图标容器 */
.icon-circle-88{
    width:120px;
    height:120px;
    background:#727272;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all 0.3s ease;
}
.icon-circle-88 svg{
    width:54px;
    height:54px;
    fill:#fff;
}
/* hover交互效果 品牌绿色 */
.industry-item-88:hover .icon-circle-88{
    background:#137752;
    transform:translateY(-6px);
    box-shadow:0 10px 22px rgba(19,119,82,0.16);
}
/* 行业文字 */
.industry-text-88{
    font-size:17px;
    color:#444;
    text-align:center;
}
/* 1200px以下平板：4列 */
@media screen and (max-width:1200px){
    .industry-grid-88{
        grid-template-columns:repeat(4,1fr);
    }
    .icon-circle-88{
        width:106px;
        height:106px;
    }
    .icon-circle-88 svg{
        width:46px;
        height:46px;
    }
}
/* 860px小平板：3列 */
@media screen and (max-width:860px){
    .industry-grid-88{
        grid-template-columns:repeat(3,1fr);
        gap:36px 18px;
    }
    .icon-circle-88{
        width:94px;
        height:94px;
    }
    .icon-circle-88 svg{
        width:40px;
        height:40px;
    }
}
/* 640px手机端：2列 */
@media screen and (max-width:640px){
    .industry-wrap-88{
        margin:40px auto;
    }
    .industry-title-88 h2{
        font-size:26px;
    }
    .industry-title-88 p{
        font-size:15px;
    }
    .industry-grid-88{
        grid-template-columns:repeat(2,1fr);
        gap:30px 14px;
    }
    .icon-circle-88{
        width:100%;
        height:auto;
        aspect-ratio:1/1;
    }
    .industry-text-88{
        font-size:15px;
    }
}
/* 全局统一后缀-66 */
.founder-section-66 {
  width: 100%;
  padding: 0px 0px;
  background: #f5f7fa;
}
.container-66 {
  max-width: 1200px;
  margin: 0 auto;
}
.founder-card-66 {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  gap: 36px;
  align-items: flex-start;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
/* 左侧照片固定宽 */
.founder-photo-box-66 {
  width: 300px;
  flex-shrink: 0;
}
.photo-empty-66 {
  width: 100%;
  height: 280px;
  background: #eeeeee;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
}
/* 右侧文字区域填满剩余宽度 */
.founder-text-wrap-66 {
  flex: 1;
}
.founder-title-66 h2 {
  font-size: 42px;
  color: #111111;
  margin: 0px 0 6px;
  line-height: 1.1;
}
.founder-title-66 p {
  font-size: 16px;
  color: #666666;
  margin: 0 0 32px;
}
/* 两栏布局 无间隙均分 */
.two-col-row-66 {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 32px;
}
.col-title-66 {
  font-size: 22px;
  color: #027539;
  border-left: 4px solid #027539;
  padding-left: 12px;
  margin: 50px 0 16px;
  line-height: 1.2;
}
.star-list-66 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.star-list-66 li {
  font-size: 15px;
  line-height: 1.75;
  color: #333333;
  margin-bottom: 10px;
  text-align: left;
}
/* 红色五角星 */
.red-star-66 {
  color: #ff0000;
  font-weight: bold;
  margin-right: 8px;
}

/* 移动端自适应 单列排版 */
@media screen and (max-width: 768px) {
  .founder-card-66 {
    flex-direction: column;
    padding: 24px 20px;
    gap: 30px;
  }
  .founder-photo-box-66 {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .photo-empty-66 {
    height: 320px;
  }
  .two-col-row-66 {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .founder-title-66 h2 {
    font-size: 30px;
    text-align: center;
  }
  .founder-title-66 p {
    text-align: center;
  }
  .founder-section-66 {
    padding: 40px 12px;
  }
}
/* 全局模块容器 浅绿底色 */
.service-cycle-green-box{
    width:100%;
    padding:70px 20px;
    background:#f7fcf8;
    box-sizing:border-box;
    font-family: "Microsoft Yahei",sans-serif;
}
.container{
    max-width:1240px;
    margin:0 auto;
}
/* 标题区域 绿色主标题 */
.cycle-title-top{
    text-align:center;
    margin-bottom:55px;
}
.cycle-title-top h2{
    font-size:34px;
    color:#239946;
    margin:0 0 14px;
    font-weight:600;
}
.cycle-title-top .sub-desc{
    font-size:17px;
    color:#555;
    margin-bottom:10px;
}
.cycle-title-top .flow-text{
    font-size:18px;
    color:#239946;
    letter-spacing:2px;
    font-weight:500;
}
/* PC横向流程连接线 绿色渐变 */
.cycle-flow-wrap{
    display:flex;
    justify-content:space-between;
    gap:12px;
    position:relative;
    margin-bottom:45px;
}
.cycle-flow-wrap::before{
    content:"";
    position:absolute;
    top:52px;
    left:65px;
    right:65px;
    height:3px;
    background:linear-gradient(90deg,#36b35c,#72d18f);
    z-index:1;
}
/* 流程节点 绿色圆形数字 */
.flow-item{
    width:19%;
    text-align:center;
    position:relative;
    z-index:2;
}
.flow-num{
    width:64px;
    height:64px;
    border-radius:50%;
    background:#239946;
    color:#fff;
    font-size:24px;
    line-height:64px;
    margin:0 auto 18px;
}
.flow-item h4{
    font-size:19px;
    color:#1a1a1a;
    margin:0 0 10px;
}
.flow-item p{
    font-size:14px;
    color:#585858;
    line-height:1.65;
    margin:0;
}
/* 中间高亮标语块 浅绿底色+绿边框 */
.cycle-slogan{
    text-align:center;
    padding:18px;
    background:#e6f7ec;
    border-left:5px solid #239946;
    font-size:18px;
    color:#1c7537;
    margin:45px 0;
    border-radius:0 6px 6px 0;
}
/* 四大优势卡片 hover绿色阴影 */
.advantage-wrap{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    margin-bottom:55px;
}
.adv-card{
    background:#fff;
    padding:26px 20px;
    border-radius:10px;
    transition:0.3s all ease;
    border-top:4px solid transparent;
}
.adv-card:hover{
    border-top:4px solid #239946;
    box-shadow:0 6px 20px rgba(35,153,70,0.12);
    transform:translateY(-5px);
}
.adv-card h5{
    font-size:17px;
    color:#111;
    margin:0 0 9px;
}
.adv-card p{
    font-size:14px;
    color:#606060;
    margin:0;
    line-height:1.6;
}
/* 按钮 主绿+描边绿 */
.btn-group{
    text-align:center;
}
.btn-green-solid{
    display:inline-block;
    padding:15px 36px;
    background:#239946;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
    margin:0 12px;
    font-size:16px;
}
.btn-green-line{
    display:inline-block;
    padding:15px 36px;
    border:1px solid #239946;
    color:#239946;
    border-radius:6px;
    text-decoration:none;
    margin:0 12px;
    font-size:16px;
}
/* 移动端适配 */
@media screen and (max-width:768px){
    .cycle-flow-wrap{
        flex-direction:column;
        gap:35px;
    }
    .cycle-flow-wrap::before{
        display:none;
    }
    .flow-item{
        width:100%;
    }
    .advantage-wrap{
        grid-template-columns:repeat(2,1fr);
    }
    .cycle-title-top h2{
        font-size:26px;
    }
    .service-cycle-green-box{
        padding:45px 15px;
    }
}