
  /* 关于我们 - 更好阅读宽度 */
  #about-section .about-text {
    max-width: 820px; margin: 0 auto; text-align: left;
  }
  #about-section .about-text h2 { font-size: 22px; margin-bottom: 12px; }
  #about-section p { text-align: justify; }
  
  /* 联系我们 */
  #contact-section { background: #fafafa; }
  
  /* 底部 */
  #footer { background: #0f172a; color: #cbd5e1; padding: 18px 0; }
  #footer a { color: #93c5fd; }
  #footer a:hover { color: #bfdbfe; }
  
  /* 全局图片圆角（避免 logo 受影响，精准到内容图） */
  .service img, .portfolio-item img, #about-section img, .intro-text img { border-radius: 8px; }
  
  /* 细节优化 */
  hr { border-color: #e5e7eb; }
  img.img-responsive { margin: 0 auto; }
  
  /* 响应式优化 */
  @media (max-width: 991px) {
    .intro-text h1 { font-size: 32px; }
    .portfolio-items img { height: 160px; }
  }
  /* @media (max-width: 768px) {
    header.text-center { min-height: auto; padding: 100px 0 60px; }
    .navbar-default .navbar-nav>li>a { padding: 14px 16px; }
  } */
  @media (max-width: 480px) {
    .intro-text h1 { font-size: 26px; }
    .intro-text p { font-size: 16px; }
  }
  