/* 全局样式 */

/* 章节标题 */
.section-header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 40px;
    align-items: center;
}

.section-header > div:first-child,
.section-header > div:last-child {
    height: 3px;
    background-color: #333;
}

.section-header > div:nth-child(2) {
    grid-column: span 2;
    text-align: center;
}

.section-header h2 {
    font-size: 28px;
    color: #333;
    margin: 0;
    font-weight: 600;
}

.section-header p {
    font-size: 16px;
    color: #666;
    margin: 5px 0 0;
}

/* 组织架构图容器 */
.org-chart-container {
    margin: 20px auto;
    max-width: 1100px;
    overflow-x: auto;
}

.org-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    position: relative;
}

/* 组织架构图各级别 */
.level {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.level-1, .level-2, .level-3, .level-4 {
    flex-direction: column;
    align-items: center;
}

.level-5 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1000px;
}

.level-6, .level-7 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    max-width: 1000px;
    border: 1px dashed #ccc;
    padding: 10px;
    margin: 10px;
    position: relative;
}

/* 组织框样式 */
.org-box {
    background-color: #666;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-align: center;
    min-width: 100px;
    margin: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(20px);
}

.org-box-small {
    background-color: #ddd;
    color: #333;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    min-width: 60px;
    margin: 3px;
    font-size: 0.85em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(20px);
}

/* 已注册单位样式 */
.registered {
    background-color: #c9b18c;
    color: #333;
}

/* 未注册单位样式 */
.unregistered {
    background-color: #ddd;
    color: #333;
    border: 1px dashed #999;
}

/* 连接线 */
.connector {
    width: 2px;
    height: 20px;
    background-color: #999;
    margin: 0 auto;
}

/* 标签样式 */
.section-label {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border-radius: 3px;
    display: inline-block;
}

/* 图例 */
.legend {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
    gap: 20px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.legend-color {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 3px;
}

.legend-registered {
    background-color: #c9b18c;
}

.legend-unregistered {
    background-color: #ddd;
    border: 1px dashed #999;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .level-5, .level-6, .level-7 {
        flex-direction: column;
        align-items: center;
    }
    
    .org-box, .org-box-small {
        min-width: 80px;
        margin: 3px;
        font-size: 0.8em;
    }
}

/* 特殊样式 */
.level-1 .org-box {
    background-color: #4a6baf;
}

.level-2 .org-box {
    background-color: #5a7bbf;
}

.level-3 .org-box {
    background-color: #6a8bcf;
}

.level-4 .org-box {
    background-color: #7a9bdf;
}

/* 核心能力板块和三级生态合资公司标签 */
.core-capability-label, 
.eco-joint-venture-label {
    font-size: 14px;
    color: #333;
    margin: 5px 0;
    padding: 3px 8px;
    background-color: #f0f0f0;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    bottom: -25px;
}


.satellite-dikong {
    padding: 10px 0;
    background: #f5f5f5;
}

/* 简化的标题区域 */
.section-header-simple {
    text-align: center;
    margin-bottom: 15px;
}

.section-header-simple h2 {
    font-size: 28px;
    color: #bdb39c;
    margin: 0;
    font-weight: 600;
}

.section-header-simple p {
    font-size: 16px;
    color: #666;
    margin: 5px 0 0;
}

/* 低空产业内容区域 */
.satellite-dikong-content {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 0;
    margin-left: 20px;
}

.satellite-dikong-content h4 {
    font-size: 20px;
    color: #bdb39c;
    margin-bottom: 15px;
    font-weight: 600;
}

.satellite-dikong-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    max-width: 800px;
}

/* 架构图样式 - 严格按照设计图 */
.satellite-dikong-bg {
    position: relative;
    width: 100%;
    height: 600px;
    margin: -183px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/jsbjz.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.architecture-diagram {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 文字容器，可调整位置 */
}

.ellipse-container {
    position: relative;
    width: 900px;
    height: 500px;
}

.ellipse-border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
}

/* 中心内容区域 */
.center-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}


/* 技术支撑点通用样式 */
.tech-support {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 15;
}

/* 柱状装饰 - 按照设计图样式 */



/* 技术编号 */
.tech-number {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 5px;
}

/* 技术标题 */
.tech-title {
    font-size: 24px;
    font-weight: bold;
    color: #0f1010;
    margin-bottom: 8px;
}

/* 技术详情 */
.tech-details {
    font-size: 14px;
    color: #393939;
    line-height: 1.8;
    text-align: center;
}

.tech-details div {
    margin: 1px 0;
}

/* 具体位置定位 - 按照设计图 */
.tech-01 {
    top: 96px;
    right: 390px;
    color: #a59a7d;
}

.tech-02 {
    top: 172px;
    right: 56px;
    color: #a59a7d;
}

.tech-03 {
    bottom: 170px;
    left: 143px;
    color: #a59a7d;
}

/* 左侧文字 - 按照设计图位置 */
.left-text {
    position: absolute;
    top: 187px;
    left: 80px;
    font-size: 10px;
    color: #a59a7d;
    font-size: 16px;
    /* transform: rotate(-20deg); */
    z-index: 5;
    /* 可调整位置：修改 left 和 top 值 */
}

.left-text-2 {
    position: absolute;
    bottom: 160px;
    left: -61px;
    font-size: 10px;
    color: #a59a7d;
    font-size: 16px;
    /* transform: rotate(-30deg); */
    z-index: 5;
    /* 可调整位置：修改 left 和 bottom 值 */
}

/* 底部信息 - 按照设计图 */
.bottom-info {
    position: absolute;
    bottom: 112px;
    left: 79%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 650px;
    z-index: 5;
    color: #a59a7d;
    font-size: 16px;
    /* 可调整位置：修改 bottom 值 */
}

/* 低空经济核心案例样式 */
.satellite-dikong-anli {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    padding: 60px 0;
    
    max-width: 1200px;
    margin: 35px auto;
}

.satellite-dikong-anli .anli-content {
    flex: 0.8;
    padding-right: 40px;
    margin-top: 35px;
}

.satellite-dikong-anli .anli-image {
    flex: 1.2;
    text-align: center;
}

.satellite-dikong-anli .anli-image img {
    max-width: 100%;
    height: auto;
   
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.satellite-dikong-anli h4 {
    font-size: 30px;
    color: #bdb39c;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.satellite-dikong-anli p {
    font-size: 14px;
    line-height: 2rem;
    color: #000000;
    margin: 0;
    text-align: left;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .satellite-dikong-anli {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
    }
    
    .satellite-dikong-anli .anli-content {
        padding-right: 0;
    }
    
    .satellite-dikong-anli h4 {
        font-size: 1.6rem;
        text-align: center;
    }
    
    .satellite-dikong-anli p {
        font-size: 1rem;
        line-height: 1.8;
    }
}
.left-text-3 {
    position: absolute;
    bottom: 162px;
    left: 125%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 650px;
    z-index: 5;
    color: #a59a7d;
    /* 可调整位置：修改 bottom 值 */
}
.bottom-left, .bottom-right {
    
   
    font-weight: normal;
    background: transparent;
}

/* 卫星特性网格布局 */
.satellite-features {
    margin-top: 50px;
}

.satellite-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 60px;
}

/* 卫星项目样式 */
.satellite-item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* 卫星图片容器 */
.satellite-image {
    position: relative;
    overflow: hidden;
    /* height: 300px; */
}

.satellite-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 文字遮盖层 - 始终显示 */
.satellite-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    /* background: rgba(0, 0, 0, 0.2); */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    padding-left: 70px;
    color: #fff;
    text-align: left;
}

/* 数字样式 */
.satellite-number {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.satellite-number img {
    height: 85%;
    width: auto;
    object-fit: contain;
}

/* 文字内容样式 */
.satellite-text {
    flex: 1;
    opacity: 1;
}

.satellite-text h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #bdb39c;
    font-weight: bold;
    line-height: 1.2;
}

.satellite-text p {
    font-size: 14px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}







/* 响应式设计 */
@media (max-width: 1200px) {
    .satellite-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .satellite-grid {
        grid-template-columns: 1fr;
    }
    
    .satellite-background {
        height: 300px;
    }
    
    .satellite-bg-content h2 {
        font-size: 28px;
    }
    
    .satellite-bg-content p {
        font-size: 16px;
    }
}

/* 智慧医疗综合解决方案样式 */
.satellite-dikong-medical {
    padding: 60px 0;
    background: #ffffff;
}

.medical-header {
    text-align: center;
    margin-bottom: 50px;
}

.medical-header h2 {
    font-size: 32px;
    color: #a59a7d;
    margin-bottom: 10px;
  
}

.medical-header h3 {
    font-size: 24px;
    color: #a59a7d;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;
    margin-left: 45px;
}
.medical-header p {
    text-align: left;
    margin-bottom: 10px;
  margin-left: 45px;
}
.medical-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
    font-style: italic;
}

/* 医疗系统展示区域 */
.medical-systems {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.system-item {
    flex: 1;
    text-align: center;
    padding: 20px 10px;
}

.system-image {
    margin-bottom: 15px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.system-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.system-item h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
}

/* 医院场景区域 */
.medical-scene {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.scene-image {
    margin-bottom: 20px;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.scene-image img {
    width: 100%;
    height: auto;
    display: block;
}

.scene-description {
    font-size: 18px;
   
    margin: 0;
    
}

/* 响应式设计 */
@media (max-width: 768px) {
    .satellite-dikong-medical {
        padding: 40px 0;
    }
    
    .medical-header h2 {
        font-size: 28px;
    }
    
    .medical-header h3 {
        font-size: 20px;
    }
    
    .medical-systems {
        flex-direction: column;
        gap: 20px;
    }
    
    .system-item {
        padding: 20px 15px;
    }
    
    .system-image {
        height: 150px;
    }
    
    .scene-description {
        font-size: 16px;
    }
}

