.banner-image::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 300px;
        left: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0, 0, 0, .5)));
        background: -webkit-linear-gradient(top, transparent 80%, rgba(0, 0, 0, .8) 100%);
        background: -o-linear-gradient(top, transparent 80%, rgba(0, 0, 0, .8) 100%);
        background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, .8) 100%);
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
    }
.banner-image img{width:100%; display:block; object-fit:cover;}
.container {
            max-width: 1600px;
            margin: 0 auto;
            padding: 2rem 15px;
}
            h2 {
	font-size:3rem;
	font-weight:bold;
	margin-bottom:1rem;
}    
 
        h3 {
	font-size:3rem;
	font-weight:bold;
	margin-bottom:1rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
 /* 顶部区域样式 */
    .top-section {
      text-align: center;
      padding: 50px 0 40px;
      background-color: white;
      color: #6b8ef5;
      border-bottom: 1px solid #e0e0e0;
    }

    .top-section h1 {
      font-size: clamp(2rem, 5vw, 3rem);
      margin-bottom: 30px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

    /* 箭头样式 */
    .arrow-down {
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-top: 25px solid #93b3fc;
      margin: 25px auto;
    }

    /* 代理类型样式 */
    .agent-types {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
      font-size: 1.2rem;
    }

    .agent-type {
      background-color: #93b3fc;
      color: white;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: bold;
      box-shadow: 0 4px 6px rgba(147, 179, 252, 0.3);
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .agent-type:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 12px rgba(147, 179, 252, 0.4);
      background-color: #6b8ef5;
    }

    /* 中间区域样式 */
    .mid-section {
      text-align: center;
      padding: 40px 20px;
      background-color: #f5f8ff;
    }

    .mid-section h2 {
      font-size: clamp(1.5rem, 3vw, 2rem);
      color: #6b8ef5;
      margin-bottom: 15px;
    }

    .mid-section h3 {
      font-size: clamp(1rem, 2vw, 1.2rem);
      color: #666;
      font-weight: normal;
    }

    /* 底部权益区域样式 */
    .bottom-section {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
      gap: 25px;
      padding: 30px 20px;
      max-width: 1600px;
      margin: 0 auto;
    }

    .benefit-item {
      background-color: white;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(147, 179, 252, 0.15);
      padding: 25px;
      text-align: center;
      transition: all 0.3s ease;
      border: 1px solid #e8f0ff;
    }

    .benefit-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(147, 179, 252, 0.25);
      border-color: #93b3fc;
    }

    .benefit-num {
      background-color: #93b3fc;
      color: white;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      font-weight: bold;
      margin: 0 auto 15px;
    }

    .benefit-item p {
      line-height: 1.6;
      font-size: 1.2rem;
    }

    /* 响应式调整 */
    @media (max-width: 768px) {
      .top-section {
        padding: 40px 15px;
      }
      
      .agent-types {
        gap: 10px;
      }
      
      .agent-type {
        padding: 10px 20px;
        font-size: 0.9rem;
      }
      
      .bottom-section {
        grid-template-columns: 1fr;
        padding: 25px 15px;
      }
      
      .benefit-item {
        padding: 20px;
      }
    }
    /* 优势介绍 */
    .content {
    max-width: 1600px;
    margin: 0 auto;
}
    .company-container {
            display: flex;
            justify-content: space-between;
            gap: 40px;
            max-width: 1600px;
            width: 100%;
            margin: 3rem auto;
        }
        
        .company-image {
            flex: 1;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
        
        .company-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        .company-info {
            flex: 1;
            background-color: white;
            border-radius: 20px;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
        }
        
        .company-info::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background-image: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9));
            z-index: 0;
        }
        
        .company-title {
            text-align: center;
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 25px;
            position: relative;
            z-index: 1;
            color: #333;
        }
        
        .subtitle {
            text-align: center;
            color: #666;
            font-size: 22px;
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
            font-weight: 600;
        }
        
        .company-desc {
            font-size: 16px;
            line-height: 1.9;
            color: #444;
            position: relative;
            z-index: 1;
        }
        
        .company-desc p {
            margin-bottom: 20px;
        }
        
        /* 鼠标悬停效果 */
        .company-container:hover .company-image {
            transform: translateY(-5px) scale(1.03);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        }
        
        .company-container:hover .company-info {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        }
        
        .company-container:hover .company-title {
            color: #0066cc;
            animation: float 0.4s ease-in-out;
        }
        
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-3px); }
            100% { transform: translateY(0px); }
        }
        
        @media (max-width: 992px) {
            .company-container {
                flex-direction: column;
            }
            
            .company-image, .company-info {
                margin-bottom: 30px;
            }
        }
        /* 服务优势 */
          .service-container {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            padding: 20px;
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            /* 隐藏滚动条但保留功能 */
            scrollbar-width: none;
            -ms-overflow-style: none;
            margin: 3rem auto;
        }
        
        .service-container::-webkit-scrollbar {
            display: none;
        }
        
        .service-card {
            flex: 0 0 calc(20% - 16px);
            min-width: 200px;
            background-color: #f8f9fa;
            border-radius: 12px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .service-icon {
            width: 90px;
            height: 90px;
            background-color: #93b3fc;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
        }
        
        .service-icon img {
            width: 55px;
            height: 55px;
            object-fit: contain;
        }
        
        .service-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 18px;
            color: #333;
        }
        
        .service-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
            padding: 0 15px;
        }
        
        /* 响应式设计 */
        @media (max-width: 1400px) {
            .service-card {
                flex: 0 0 calc(25% - 16px);
                min-width: 180px;
            }
        }
        
        @media (max-width: 1100px) {
            .service-card {
                flex: 0 0 calc(33.33% - 16px);
                min-width: 160px;
            }
        }
        
        @media (max-width: 850px) {
            .service-card {
                flex: 0 0 calc(50% - 16px);
                min-width: 220px;
            }
        }
        
        @media (max-width: 576px) {
            .service-card {
                flex: 0 0 100%;
                margin-bottom: 30px;
                min-width: auto;
            }
        }
        /*  产品优势*/
           .advantages-container {
            max-width: 1600px;
            margin: 0 auto;
            border-radius: 12px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
            padding: 30px;
             margin: 3rem auto;
        }
        
        .advantages-grid {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            padding-bottom: 20px;
            scrollbar-width: thin;
        }
        /* 隐藏滚动条但保持功能 */
        .advantages-grid::-webkit-scrollbar {
            height: 6px;
        }
        
        .advantages-grid::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }
        
        .advantages-grid::-webkit-scrollbar-thumb {
            background: #93b3fc;
            border-radius: 10px;
        }
        
        .advantage-card {
            flex: 0 0 calc(20% - 16px);
            min-width: 200px;
            background-color: white;
            border-radius: 12px;
            padding: 25px 15px;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .advantage-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .advantage-icon {
            width: 200px;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }
        
        .advantage-icon img {
            width: 200px;
            height: auto;
            object-fit: contain;
            border-radius: 1rem;
        }
        
        .advantage-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #333;
        }
        
        .advantage-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            padding: 0 10px;
        }
        
        /* 响应式设计 */
        @media (max-width: 1200px) {
            .advantage-card {
                flex: 0 0 calc(25% - 16px);
                min-width: 180px;
            }
        }
        
        @media (max-width: 992px) {
            .advantage-card {
                flex: 0 0 calc(33.33% - 16px);
                min-width: 160px;
            }
        }
        
        @media (max-width: 768px) {
            .advantage-card {
                flex: 0 0 calc(50% - 16px);
                min-width: 220px;
            }
        }
        
        @media (max-width: 576px) {
            .advantage-card {
                flex: 0 0 100%;
                margin-bottom: 20px;
            }
        }
        /*  我们的承诺 */
        /* 特点卡片容器 */
        .features {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        /* 单个特点卡片 */
        .feature-card {
            background-color: #fff;
            border-radius: 8px;
            padding: 25px;
            width: calc(33.333% - 15px);
            display: flex;
            flex-direction: column;
            align-items: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
        }
        
        /* 图标容器 */
        .icon-circle {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background:#93b3fc;
            border: 2px solid #93b3fc;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
            overflow: hidden; /* 确保图片不会超出圆形容器 */
        }
        
        /* 特点标题 */
        .feature-title {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
            position: relative;
            display: flex;
            align-items: center;
        }
        
        .feature-title::after {
          content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 120px;
    height: 3px;
    background-color: #93b3fc;
    border-radius: 3px;
    transform: translateX(-50%);
        }
        
        /* 特点描述 */
        .feature-desc {
            text-align: left;
            color: #666;
            font-size: 16px;
            line-height: 1.8;
        }
        
        /* 图标样式 */
        .icon-circle img {
            width: 80px;
            height: 80px;
            object-fit: contain; /* 保持比例并适应容器大小 */
        }
        
        /* 响应式调整 */
        @media (max-width: 992px) {
            .feature-card {
                width: calc(50% - 10px);
            }
        }
        
        @media (max-width: 768px) {
            .feature-card {
                width: 100%;
                margin-bottom: 20px;
            }
        }