.hyzt_body{
    padding-top:80px;
    background: url(../images/hyzt1.jpg) center top no-repeat;
    height: 4180px;
    min-width: 100%;
}

.part6{
    padding-top:20px;
    background: url(../images/hyzt5.jpg) center top no-repeat;
    height: 1369px;
    min-width: 100%;
}
 /* 2. 简洁命名（BEM风格简化，无冗余，易维护，避免命名冲突） */
        /* 容器：唯一顶级容器，限定PC端宽度，居中对齐 */
        .pc-container {
            width: 1200px; /* PC端常用标准宽度 */
            margin: 80px auto; /* 上下留白，左右居中 */
            padding: 0 20px;
        }

        /* 内容区块：独立模块，避免模块间样式污染 */
        .content-block {
            margin-bottom: 60px; /* PC端加大区块间距，更符合视觉体验 */
            text-align: center;
        }

        /* 标题：单独样式，层级清晰 */
        .block-title {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 20px;
            letter-spacing: 1px; /* PC端增加字间距，提升质感 */
        }

        /* 正文：优化行高，提升可读性 */
        .block-text {
            font-size: 16px;
            line-height: 2.2; /* PC端行高适度加大，更易阅读 */
            opacity: 0.9;
        }

        /* 高亮文本：独立样式，无冲突 */
        .text-highlight {
         
            padding: 3px 10px;
            border-radius: 4px;
            font-weight: 500;
          
        }
  .part5{ 
      width: 100%;
      /* 核心属性：实现子元素水平居中 */
      text-align: center;
      padding: 70px 0;
    }
   .part5 img{
      width: 1200px;
      height: auto; /* 保持图片宽高比 */
      margin:auto;
    }
   .part1 {
            padding-top:180px;
            position: relative;
            z-index: 1;
            text-align: center;
            color: #704f38; /* 文字主色 */
        }
        .hyzt_title {
            font-size: 80px;
            font-weight: bold;
            margin-bottom: 20px;
            letter-spacing: 2px;
            color: #783e28;
        }
        .slogan {
            font-size: 30px;
            margin-bottom: 30px;
            letter-spacing: 1px;
        }
        .desc {
            font-size: 18px;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto 10px;
            color: #54534f;
        }
        .tags {
            font-size: 18px;
            margin-top: 15px;
             color: #54534f;
        }
        
        
        
        
    .part2 {
    padding-top:220px;
    margin: 0 auto;
    width: 1200px;
    }
    
    .img-section{float: left;width:700px;}
    .text-section{float: left;width:500px;padding-left: 50px;}    
  /* 英文标题 */
    .en-title {
      font-size: 16px;
      /* 浅棕色调 */
      color: #9a7b68;
      /* 字母间距拉大，提升精致感 */
      letter-spacing: 3px;
      /* 全大写（和切片一致） */
      text-transform: uppercase;
      margin-bottom: 8px;
      font-weight: 400;
    }

    /* 中文主标题 */
    .cn-title {
      font-size: 32px;
      color: #805c44;
      font-weight: 600;
      margin-bottom: 30px;
      letter-spacing: 2px;
    }

    /* 二级标题（高阶圈层的多维共振） */
    .sub-title {
      font-size: 18px;
      color: #6d4c41;
      margin-bottom: 24px;
      letter-spacing: 1px;
      font-weight: 500;
    }

    /* 列表容器 */
    .list-wrap {
      margin-bottom: 30px;
    }

    /* 列表项 */
    .list-item {
      /* 模拟切片中的点式缩进 */
      position: relative;
      font-size: 16px;
      color: #795548;
      line-height: 2.2; /* 宽松行高，贴合高端排版 */
      /* 左侧预留点的位置 */
      padding-left: 20px;
      letter-spacing: 0.5px;
    }

    /* 列表项前面的点（还原切片样式） */
    .list-item::before {
      content: "·";
      position: absolute;
      left: 8px;
      color: #795548;
      font-size: 20px;
      line-height: 1;
    }

    /* 底部文案 */
    .bottom-text {
      font-size: 16px;
      color: #795548;
      line-height: 2;
      letter-spacing: 0.5px;
    }      
        
  .container3 {
            width: 1200px;
            margin: 0 auto;
            display: flex;
            padding: 180px 0;
        }
        /* 左侧图片区域 */
        .img-section3 {
            width: 100%;
        }
        .img-section3 img {
            width: 100%;
            height: auto;
            display: block;
        }
        /* 右侧文字区域 */
        .text-section3 {
            width: 50%;
            padding: 0 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .text-section3 .en-title {
            font-size: 14px;
           color: #795548;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }
        .text-section3 .cn-title {
            font-size: 28px;
            color: #663300; /* 棕红色系匹配设计风格 */
            margin-bottom: 30px;
            font-weight: 500;
        }
        .text-section3 .desc {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 25px;
            color: #795548;
        }
        .text-section3 .slogan {
            font-size: 18px;
            color: #663300;
            font-style: italic;
            margin-top: 10px;
        }
        
         /* 核心容器：双栏场景布局 */
        .aborn-honor-layout {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: var(--aborn-spacing-lg);
        }

        /* 尊享板块容器 */
        .aborn-honor-section {
            padding: 0 20px;
        }

        /* 英文副标题（仪式感命名） */
        .aborn-ceremony-en {
            font-size: 16px;
            color: var(--aborn-gray-light);
            letter-spacing: 2px;
            margin-bottom: 8px;
            text-transform: uppercase;
            color: #795548;
        }

        /* 中文主标题（臻藏级命名） */
        .aborn-treasure-cn {
            font-size: 32px;
            color: var(--aborn-brown);
            font-weight: 500;
            margin-bottom: var(--aborn-spacing-md);
            position: relative;
            padding-bottom: 12px;
            color: #795548;
        }

        /* 标题装饰线（典藏纹） */
        .aborn-treasure-cn::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 60px;
            height: 2px;
            background-color: var(--aborn-brown);
        }

        /* 尊享权益列表 */
        .aborn-benefit-list {
            list-style: none;
        }

        .aborn-benefit-list li {
            font-size: 16px;
            color: var(--aborn-gray-mid);
            margin-bottom: var(--aborn-spacing-sm);
            position: relative;
            padding-left: 20px;
            line-height: 28px;
        }

        /* 列表点缀（星点纹） */
        .aborn-benefit-list li::before {
            content: "·";
            position: absolute;
            left: 0;
            color: var(--aborn-brown);
            font-size: 20px;
            line-height: 1;
        }

        /* 响应式适配 */
        @media (max-width: 840px) {
            .aborn-honor-layout {
                grid-template-columns: 1fr;
                gap: var(--aborn-spacing-md);
            }

            .aborn-treasure-cn {
                font-size: 28px;
                
            }


        
        
        
