/* 横幅 */
.page_banner{
    width:100%;
    height:300px;
    background:#666;
    /* 关键修改：添加背景尺寸/定位，保持图片比例并铺满容器 */
    background-image: url(../images/8c345bd21b2d252a660f07d9c7357726.jpg);
    background-size: cover; /* 让背景图等比例缩放，铺满整个容器 */
    background-position: center center; /* 图片居中显示 */
    background-repeat: no-repeat; /* 禁止图片重复 */
    /* 原有样式保留 */
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:80px;
    color:#fff;
    text-align:center;
}
.page_banner .en{
    font-size:50px;
    font-weight:bold;
    margin-bottom:10px;
    font-family: 'Montserrat', sans-serif; /* 英文标准字体 */
}
.page_banner .line{
    width:160px;
    height:2px;
    background:#fff;
    margin:10px auto;
}
.page_banner .cn{
    font-size:28px;
    font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 中文标准字体 */
    font-weight: bold;
}

/* 面包屑 */
.breadcrumb{
    padding:15px 0;
    background:#f5f5f5;
    font-size:14px;
    font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 中文标准字体 */
}
.breadcrumb a{
    color:#333;
    text-decoration:none;
    font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 中文标准字体 */
}
.breadcrumb a:hover{
    color:#00A846; /* 主色-科技绿 */
}
/* 面包屑高亮改为主色 */
.breadcrumb a.active,
.breadcrumb span.active{
    color:#00A846 !important; /* 主色-科技绿 */
    font-weight:bold;
}
/* 面包屑高亮变红 覆盖为科技绿 */
.breadcrumb a.active,
.breadcrumb span.active {
    color: #00A846 !important; /* 主色-科技绿 */
    font-weight: bold;
}

/* 内容通用样式 */
.about-content {
    font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 全局中文标准字体 */
}
.about-content .en {
    font-family: 'Montserrat', sans-serif; /* 全局英文标准字体 */
    font-weight: bold;
}

/* 公司简介 */
.about-company {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  padding: 60px 0;
  margin: 0 auto;
}
.section-title {
  font-size: 42px;
  color: #333;
  margin: 0 0 15px;
  font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 中文标准字体 */
  font-weight: bold;
}
.section-line {
  width: 120px;
  height: 4px;
  background: #00A846; /* 主色-科技绿 */
  margin: 0 auto 20px;
}
.section-subtitle {
  font-size: 22px;
  color: #666;
  margin: 0 0 40px;
  font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 中文标准字体 */
}
/* 👇 关键：文字全屏铺平 */
.content-text {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto 60px !important;
  padding: 0 60px !important;
  text-align: justify !important;
  line-height: 1.9 !important;
  font-size: 16px;
  color: #555;
  font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 中文标准字体 */
}
.content-text p {
  margin: 0 0 20px 0 !important;
}
/* 👇 数据卡片全屏铺平 */
.stats-list {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  padding: 0;
  margin: 0;
}
.stat-item {
  flex: 1;
  background: #f9f9f9;
  padding: 50px 0;
  margin: 0;
  text-align: center;
}
.stat-num {
  font-size: 60px;
  font-weight: bold;
  color: #00A846; /* 主色-科技绿 */
  margin: 0 0 10px;
  font-family: 'Montserrat', sans-serif; /* 英文标准字体 */
}
.stat-label {
  font-size: 20px;
  color: #333;
  margin: 0;
  font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 中文标准字体 */
}

/* 公司宣传视频 - 与上方宽度一致，间距15px，底部留边 */
.company-video {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;    /* 与上方数据卡片间距15px */
  margin-bottom: 20px; /* 与底部 footer 留60px 安全距离，不再贴着 */
  padding: 0 10px;
  box-sizing: border-box;
}
.company-video iframe {
  width: 100%;
  height: 480px;
  border: none;
  display: block;
}

/* 企业文化样式 */
.culture-container {
  text-align: center;
  padding: 60px 0;
  width: 100%;
}
.culture-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: 40px;
}
.culture-item {
  border: 1px solid #eee;
  padding: 40px 20px;
  text-align: left;
}
.item-num {
  color: #ccc;
  font-size: 32px;
  margin: 0 0 20px;
  font-family: 'Montserrat', sans-serif; /* 英文标准字体 */
}
.item-title {
  font-size: 22px;
  color: #333;
  margin: 0 0 15px;
  font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 中文标准字体 */
  font-weight: bold;
}
.item-text {
  color: #666;
  font-size: 16px;
  margin: 0;
  line-height: 1.8;
  font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 中文标准字体 */
}

/* 发展历程 - 整体字体缩小 */
.history-container {
  text-align: center;
  padding: 60px 0;
  width: 100%;
}
.timeline {
  position: relative;
  width: 100%;
  margin: 50px auto 0;
}

/* 中间竖线 */
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #eee;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 0 50px;
  margin-bottom: 100px !important;
  box-sizing: border-box;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}
.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* 圆点 */
.timeline-item::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #00A846; /* 主色-科技绿 */
  z-index: 1;
}
.timeline-item.left::after {
  right: -8px;
}
.timeline-item.right::after {
  left: -8px;
}

/* 时间字体（更小） */
.timeline-date {
  font-size: 18px;
  color: #00A846; /* 主色-科技绿 */
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif; /* 英文标准字体 */
}

/* 内容字体（整体缩小） */
.timeline-content {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 中文标准字体 */
}

/* 公司环境模块 */
.env-container {
  text-align: center;
  padding: 60px 0;
  width: 100%;
}
/* 切换按钮 */
.env-tabs {
  margin: 30px 0 40px;
}
.tab-btn {
  padding: 10px 30px;
  margin: 0 8px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  font-family: '思源黑体', 'Source Han Sans', sans-serif; /* 中文标准字体 */
  font-weight: bold;
}
.tab-btn.active {
  background: #00A846; /* 主色-科技绿 */
  color: #FFFFFF; /* 纯白 */
  border-color: #00A846; /* 主色-科技绿 */
  box-shadow: 0 2px 8px rgba(0, 168, 70, 0.3); /* 主色阴影 */
}
/* 图片画廊 */
.env-gallery {
  width: 100%;
}
.gallery-panel {
  display: none;
}
.gallery-panel.active {
  display: block;
}
.gallery-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gallery-row img {
  width: 49%;
  height: auto;
  border: 1px solid #eee;
  box-sizing: border-box;
}

/* 荣誉资质模块 */
.qualification-container {
  text-align: center;
  padding: 60px 0;
  width: 100%;
}
.cert-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.cert-item {
  width: 16%; /* 6个证书等宽排列 */
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 10px;
}
.cert-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* 全局字体兜底 */
body {
  font-family: '思源黑体', 'Source Han Sans', sans-serif;
  color: #000000; /* 纯黑 */
}
/* 英文全局兜底 */
body *:not([class*="cn"]) {
  font-family: 'Montserrat', sans-serif;
}