.company-history .container {
  max-width: 1200px;   /* 控制最大宽度，保证左右留白 */
  margin: 0 auto;      /* 居中 */
  padding: 0 16px;     /* 内边距，避免图片紧贴边框 */
}

.company-history .titles {
  text-align: center;
  margin-bottom: 22px;
}
.company-history .titles .sub-title span {
  font-size: 12px;
  letter-spacing: .15em;
  color: #999;
}
.company-history .titles .title span {
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

.company-history .history-image {
  text-align: center;   /* 让图片在容器中居中 */
}
.company-history .history-image img {
  max-width: 100%;      /* 保持自适应缩放 */
  height: auto;
  display: inline-block; /* 配合 text-align:center 实现居中 */
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
