﻿
    /* 外层全屏灰底 */
    .banner-text-wrap {
      width: 100%;
      background: #ffffff;
    }

    /* 色块内容区 - 最大1400居中 */
    .banner-text-blocks {
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      gap: 12px;
      padding: 15px 15px;
      box-sizing: border-box;
    }

    .text-block {
      width: 25%;
      min-height: 120px;
      background-color: #fff;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px;
      box-sizing: border-box;
      text-align: center;
      border: 1px solid #eee;
    }

    .text-block p {
      font-size: 14px;
      color: #333;
      margin: 0;
      line-height: 1.6;
    }

    /* 响应式适配 */
    @media (max-width: 768px) {
      .banner-text-blocks {
        flex-wrap: wrap;
      }

      .text-block {
        width: 48%;
        min-height: 100px;
      }

      .idx_proflli {
        flex: 0 0 calc(33.33% - 10px);
        /* 移动端显示3个 */
        max-width: calc(33.33% - 10px);
      }
    }

    @media (max-width: 480px) {
      .text-block {
        width: 100%;
      }

      .idx_proflli {
        flex: 0 0 calc(50% - 10px);
        /* 小屏显示2个 */
        max-width: calc(50% - 10px);
      }
    }

    /* 外层容器：不滚动、不显示滚动条 */
    .idx_profl {
      width: 100%;
      overflow: hidden !important;
      position: relative;
    }

    /* 核心：菜单列表自己滚动 + 一行4个 + 美化滚动条 */
    .idx_proflul.swiper-wrapper {
      display: flex !important;
      flex-wrap: nowrap !important;
      padding: 0 0 12px 0 !important;
      /* 给滚动条留空间 */
      margin: 0 !important;
      width: 100% !important;
      min-width: 100% !important;

      /* 滚动条在这里生效 */
      overflow-x: auto !important;
      overflow-y: hidden !important;
      -webkit-overflow-scrolling: touch;
      cursor: grab;
    }

    .idx_proflul:active {
      cursor: grabbing;
    }

    /* 每个菜单项：一行固定4个 */
    .idx_proflli.swiper-slide {
      flex: 0 0 calc(50% - 10px) !important;
      max-width: calc(50% - 10px) !important;
      margin-right: 10px !important;
      white-space: nowrap !important;
      box-sizing: border-box !important;
    }

    /* 移动端：使用下拉代替横向菜单，避免文字遮挡；隐藏三级侧栏 */
    @media (max-width: 767px) {
      .idx_proflul.swiper-wrapper {
        display: none !important;
      }
      .idx_profl_select {
        display: block !important;
      }
      .pro-left-menu {
        display: none !important;
      }
      .idx_proflli.swiper-slide {
        flex: 0 0 auto !important;
        max-width: none !important;
        margin-right: 8px !important;
      }
      .idx_proflli a.cate-item {
        white-space: normal !important;
        display: block !important;
        padding: 8px 10px !important;
      }
      .pro-right-list {
        width: 100% !important;
      }
    }

    /* ======================
   美化滚动条（在 idx_proflul 上）
====================== */
    .idx_proflul::-webkit-scrollbar {
      height: 6px;
    }

    .idx_proflul::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 3px;
    }

    .idx_proflul::-webkit-scrollbar-thumb {
      background: #0099ff;
      /* 你的页面主题色 */
      border-radius: 3px;
    }

    .idx_proflul::-webkit-scrollbar-thumb:hover {
      background: #0077cc;
    }

    /* 火狐兼容 */
    .idx_proflul {
      scrollbar-width: thin;
      scrollbar-color: #0099ff #f1f1f1;
    }

    /* ======================
   认证流程
====================== */
    #rzlc {
      width: 100%;
      /* 手机端自适应宽度 */
      max-width: 1400px;
      /* 大屏最大宽度1400px */
      margin: 30px auto;
      /* 手机端减小上下间距 */
      padding: 30px 15px;
      /* 整体底图 */
      background-size: cover;
      /* 整体底图自适应缩放 */
      background-attachment: scroll;
      /* 移动端取消固定背景，避免兼容问题 */
      border-radius: 10px;
      position: relative;
    }

    /* 顶部大标题：响应式字号 */
    #rzlc .flow-main-title {
      text-align: center;
      font-size: clamp(24px, 8vw, 48px);
      /* 手机端最小24px，大屏最大48px，自动适配 */
      font-weight: 700;
      position: relative;
      display: inline-block;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 15px;
      /* 手机端减小间距 */
    }

    /* 认证（黑色）+ 流程（蓝色）+ 英文底纹 */
    #rzlc .flow-main-title span:nth-child(1) {
      color: #000;
      position: relative;
      z-index: 2;
    }

    #rzlc .flow-main-title span:nth-child(2) {
      color: #0066cc;
      position: relative;
      z-index: 2;
    }

    #rzlc .flow-main-title::after {
      content: "PROCESS";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: clamp(30px, 10vw, 60px);
      /* 英文底纹响应式 */
      color: #f0f0f0;
      z-index: 1;
      letter-spacing: 3px;
      /* 手机端减小字母间距 */
    }

    /* 标语：响应式字号 */
    #rzlc .flow-slogan {
      text-align: center;
      font-size: clamp(16px, 4vw, 22px);
      /* 手机端16px，大屏22px */
      font-weight: bold;
      color: #333;
      margin-bottom: 30px;
      /* 手机端减小间距 */
      line-height: 1.6;
      padding: 0 10px;
      /* 手机端左右留白 */
    }

    /* 6个步骤布局：手机端单列/双列，大屏多列 */
    #rzlc .flow-box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 0px;
      /* 手机端减小间距 */
      padding: 0 5px;
    }

    /* 单个卡片：响应式尺寸 + 背景图通用规则 */
    #rzlc .flow-item {
      flex: 1 1 calc(50% - 10px);
      /* 手机端默认2列 */
      min-width: 150px;
      /* 手机端最小宽度 */
      max-width: calc(33.33% - 10px);
      /* 平板3列 */
      padding: 25px 15px;
      /* 手机端减小内边距 */
      border-radius: 8px;
      text-align: center;
      position: relative;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.5s ease;
      z-index: 1;
      /* 背景图通用自适应规则（行内背景图会继承此规则） */
      background-repeat: no-repeat !important;
      background-position: center center !important;
      background-size: cover !important;
      /* 自动缩放，覆盖容器且保持比例 */
      background-attachment: scroll !important;
      /* 移动端兼容 */
    }

    /* 大屏适配：6列/3列 */
    @media (min-width: 992px) {
      #rzlc .flow-item {
        flex: 1 1 calc(16.66% - 10px);
        /* 大屏6列 */
        max-width: calc(16.66% - 10px);
        padding: 35px 20px;
      }
    }

    @media (min-width: 768px) and (max-width: 991px) {
      #rzlc .flow-item {
        flex: 1 1 calc(33.33% - 10px);
        /* 平板3列 */
        max-width: calc(33.33% - 10px);
        padding: 30px 18px;
      }
    }

    @media (max-width: 767px) {
      #rzlc .flow-item {
        flex: 1 1 calc(50% - 10px);
        /* 手机端2列 */
        max-width: calc(50% - 10px);
      }
    }

    @media (max-width: 480px) {
      #rzlc .flow-item {
        flex: 1 1 100%;
        /* 小屏手机单列 */
        max-width: 100%;
      }
    }

    /* 紫色渐变层（悬浮时上下展开） */
    #rzlc .flow-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #51A31A;
      /* 紫色主色 */
      opacity: 0;
      transform: scaleY(0);
      transform-origin: center center;
      transition: transform 0.6s ease, opacity 0.6s ease;
      z-index: -1;
    }

    #rzlc .flow-item:hover::before {
      opacity: 1;
      transform: scaleY(1);
    }

    /* 步骤序号：响应式尺寸 */
    #rzlc .flow-num {
      width: clamp(36px, 8vw, 42px);
      /* 手机端36px，大屏42px */
      height: clamp(36px, 8vw, 42px);
      line-height: clamp(36px, 8vw, 42px);
      background: #3b9300;
      color: #fff;
      border-radius: 50%;
      margin: 0 auto 12px;
      /* 手机端减小间距 */
      font-size: clamp(16px, 4vw, 18px);
      font-weight: bold;
      position: relative;
      z-index: 2;
    }

    /* 步骤标题：响应式字号 */
    #rzlc .flow-title {
      font-size: clamp(14px, 3vw, 17px);
      color: #222;
      font-weight: bold;
      margin-bottom: 8px;
      /* 手机端减小间距 */
      position: relative;
      z-index: 2;
      transition: color 0.3s ease;
    }

    /* 步骤说明：响应式字号 */
    #rzlc .flow-desc {
      font-size: clamp(12px, 2.5vw, 14px);
      color: #666;
      line-height: 1.5;
      position: relative;
      z-index: 2;
      transition: color 0.3s ease;
    }

    /* 悬浮时文字变白 */
    #rzlc .flow-item:hover .flow-title,
    #rzlc .flow-item:hover .flow-desc {
      color: #fff;
    }

    #rzlc .eytitle_l b {
      display: inline-block;
      font-size: 44px;
      color: #333
    }

    #rzlc .eytitle_l img {
      display: inline-block;
      margin-top: -60px;
      margin-left: -24px
    }

    #rzlc .eytitle_l p {
      color: #999;
      font-size: 18px
    }
	
	
	
    .idx_proflli.active a {
      color: #51a31a !important;
      font-weight: bold;
    }
    .idx_proflli a:hover {
      color: #fff !important;
      font-weight: bold;
    }

    .three-item.on {
      background: #2a6503 !important;
      color: #fff !important;
    }

    .eyidxpro_list ul {
      margin: 0 !important;
      padding: 0 !important;
      list-style: none !important;
    }
    /* 移动端产品列表：图片层先行、标题不覆盖图片 */
    .eyidxpro_list ul li {
      box-sizing: border-box;
    }
    .eyidxpro_img img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 6px;
    }

    @media (max-width: 767px) {
      .eyidxpro_list ul {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
      }
      .eyidxpro_list ul li {
        width: calc(50% - 6px) !important;
        margin: 0 !important;
        padding: 0 10px 12px 10px !important;
        display: block !important;
      }
      .eyidxpro_img {
        width: 100% !important;
        padding: 0 !important;
        height: auto !important;
        overflow: visible !important;
        z-index: 1 !important;
      }
      .eyidxpro_text {
        padding: 8px 0 0 0 !important;
        position: relative !important;
        z-index: 5 !important;
        background: transparent !important;
        display: block !important;
        clear: both !important;
      }
      .eyidxpro_tit {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 6px !important;
      }
      /* 强制图片不使用绝对定位，避免覆盖文字 */
      .eyidxpro_img img {
        position: static !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        max-width: 100% !important;
        transform: none !important;
      }
    }
    /* 强制覆盖：确保标题不覆盖在图片上 */
    .eyidxpro_list ul li {
      position: relative !important;
      overflow: visible !important;
      display: block !important;
      clear: both !important;
    }
    .eyidxpro_img {
      position: relative !important;
      display: block !important;
      float: none !important;
      width: 100% !important;
    }
    .eyidxpro_img a,
    .eyidxpro_img img {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      max-width: 100% !important;
    }
    .eyidxpro_text {
      position: static !important;
      bottom: auto !important;
      left: auto !important;
      width: auto !important;
      background: transparent !important;
      margin-top: 8px !important;
      z-index: 2 !important;
      float: none !important;
    }
    .eyidxpro_tit {
      position: static !important;
      background: transparent !important;
      padding: 0 !important;
    }
	
	
	
	
.in-yd {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.in-yd li {
    float: left;
    width: 25%;
}

.in-yd li a {
    display: inline-table;
    height: 80px;
    padding: 50px 20px;
    border-right: 1px solid #dddddd;
}

.in-yd li a:hover {
    background: -webkit-linear-gradient(left, #02943e, #00a212);
    color: #FFF;
}

.in-yd li .icon {
    float: left;
    width: 80px;
    height: 80px;
    background: no-repeat top center;
    transition: all 0.5s;
}

.in-yd li .text {
    margin-left: 90px;
}
.in-yd li .text {
       
    font-size: 16px;
    }
	.in-yd li .text p{
       
    font-size: 16px;
	}
@media screen and (max-width: 767px) {
    .in-yd li .text {
        margin-left: 0;
        width: 100%;
        display: block;
    font-size: 12px;
	word-break: break-all;
    }
	
	.in-yd li .text p{
       
    font-size: 12px;
	}
}



.in-yd li .text h2 {
    margin: 0;
    font-weight: normal;
}

.in-yd li .text p {
    margin: 0;
    color: #999;
}

.in-yd li:first-child .icon {
    background-image: url(../images/yd-1.png);
}

.in-yd li:nth-child(2) .icon {
    background-image: url(../images/yd-2.png);
}

.in-yd li:nth-child(3) .icon {
    background-image: url(../images/yd-3.png);
}

.in-yd li:last-child .icon {
    background-image: url(../images/yd-4.png);
}

.in-yd li a:hover .icon {
    background-position: bottom center;
}

.in-yd li a:hover .text p {
    color: #FFF;
}

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}
@media screen and (max-width: 767px) {
	
    .in-yd li{width: 50%;}
    .in-yd li a{ height: auto; padding:20px 10px 0; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd;  }
    .in-yd li .icon{ float: none; display: block; margin: 0 auto; }
    .in-yd li .text{ margin-left:0; width: 100%; display: block;}
    .in-yd li .text h2{font-size: 16px;}
    .in-yd li .text p{ font-size: 12px; height: 66px; }
}