.text-dark-1 {
    color: #003399 !important;
}
.text-dark-1 .org {
    color: #ff6600 !important;
}
 /* 轻微优化排版，更舒适 */
    .section-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #222;
      margin-bottom: 1.2rem;
    }
    .company-intro p {
      line-height: 1.7;
      color: #333;
    }
    .advantage-list li {
      margin-bottom: 0.5rem;
    }
    /* 图片阴影优化 */
    .company-img {
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      border-radius: 8px;
    }
    .btn-learn-more {
    background-color: #ff6600;
    border-color: #990000;
    color: #fff;
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 30px;
}