.breadcrumb a:hover {
color: #C9A959;
}

.page-header {
display: none;
}

/* 内容区域 */

.section {
margin-bottom: 60px;
}

.section h2 {
color: #1A3A5C;
font-size: 28px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 3px solid #C9A959;
display: inline-block;
}

.section p {
color: #666;
line-height: 1.8;
margin-bottom: 15px;
}

/* 企业文化卡片 */
.culture-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 30px;
}

.culture-card {
background: #F5F7FA;
padding: 30px;
border-radius: 8px;
border-left: 4px solid #C9A959;
}

.culture-card h3 {
color: #1A3A5C;
margin-bottom: 15px;
}

/* 发展历程 */
.timeline {
position: relative;
padding-left: 30px;
}

.timeline::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3px;
background: #C9A959;
}

.timeline-item {
position: relative;
padding-bottom: 30px;
}

.timeline-item::before {
content: '';
position: absolute;
left: -36px;
top: 5px;
width: 15px;
height: 15px;
border-radius: 50%;
background: #1A3A5C;
border: 3px solid #C9A959;
}

.timeline-year {
font-weight: bold;
color: #1A3A5C;
font-size: 18px;
}

.timeline-content {
margin-top: 5px;
color: #666;
}

/* 组织架构 */
.org-chart {
background: #F5F7FA;
padding: 40px;
border-radius: 8px;
text-align: center;
}

.org-level {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 20px;
flex-wrap: wrap;
}

.org-box {
background: #1A3A5C;
color: white;
padding: 15px 25px;
border-radius: 5px;
min-width: 150px;
}

.org-box.sub {
background: #2C5F8D;
}

/* 荣誉资质 */
.honor-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
}

.honor-card {
background: #fff;
border: 1px solid #E0E0E0;
border-radius: 8px;
padding: 20px;
text-align: center;
}

.honor-icon {
font-size: 40px;
margin-bottom: 10px;
}

/* 底部 */

@media (max-width: 768px) {

.banner {
height: 200px;
}
}
