body { background: #f6f8fa; font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif; }
.container { width: 1200px; max-width: 100%; margin: 0 auto; padding: 0 18px; }
.company-main-wrapper { padding: 48px 0 36px 0; }
.company-header-flex { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.company-header-info { flex: 1; }
.company-title { font-size: 32px; font-weight: bold; color: #222; display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.company-title i { color: #fff; font-size: 34px; background: #6a82fb; border-radius: 50%; padding: 8px; margin-right: 8px; }
.company-meta { font-size: 16px; color: #666; margin-bottom: 18px; display: flex; gap: 28px; flex-wrap: wrap; }
.company-meta i { color: #43e97b; margin-right: 6px; }
.company-desc { font-size: 17px; color: #444; line-height: 1.7; max-width: 800px; }
.btn-contact-company { background: #0078ff; color: #fff; border-radius: 18px; padding: 7px 22px; font-size: 15px; text-decoration: none; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 2px 8px rgba(0,120,255,0.10); transition: background 0.2s, box-shadow 0.2s; margin-top: 6px; }
.btn-contact-company i { color: #fff; }
.btn-contact-company:hover { background: #005bb5; box-shadow: 0 4px 16px rgba(0,120,255,0.18); }
.latest-section {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0 auto;
  background: transparent;
  padding: 0 0 40px 0;
}
.latest-title {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.latest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 32px;
}
.latest-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,120,255,0.10);
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  padding: 0;
}
.latest-card:hover {
  box-shadow: 0 8px 32px rgba(0,120,255,0.18);
  transform: translateY(-4px) scale(1.03);
  z-index: 2;
}
.latest-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f6f8fa;
  display: block;
  overflow: hidden;
}
.latest-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px 16px 0 0;
}
.latest-card-info {
  padding: 18px 20px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.latest-card-title {
  font-size: 17px;
  font-weight: bold;
  color: #222;
  margin-bottom: 4px;
  line-height: 1.4;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.8em;
  max-height: 2.8em;
}
.latest-card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  min-height: 2.2em;
  max-height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.latest-card-meta {
  font-size: 13px;
  color: #888;
  display: flex;
  gap: 18px;
  margin-top: 6px;
}
.latest-card-meta i {
  margin-right: 4px;
  color: #43e97b;
}
@media (max-width: 1200px) {
  .latest-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .container { width: 100% !important; padding: 0 8px; }
  .company-header-flex { flex-direction: column; gap: 18px; }
  .company-title { font-size: 22px; }
  .company-meta { font-size: 14px; gap: 10px; }
  .company-desc { font-size: 14px; }
  .latest-section { max-width: 100%; }
  .latest-grid { grid-template-columns: 1fr; gap: 16px; }
  .latest-card { min-width: 0; }
}

.company-section { background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,120,255,0.06); margin: 36px auto; padding: 38px 0; }
.company-section.bg-alt { background: linear-gradient(90deg, #f8fbff 60%, #e6f0ff 100%); }
.section-title { font-size: 26px; font-weight: bold; color: #585ed6; margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }
.section-title i { color: #ff9800; font-size: 28px; }
.section-content { font-size: 17px; color: #333; line-height: 1.7; }
.culture-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 24px; }
.culture-list li { font-size: 17px; color: #1677ff; background: #e6f0ff; border-radius: 12px; padding: 10px 28px; display: flex; align-items: center; gap: 8px; font-weight: 500; }
.culture-list i { color: #43e97b; font-size: 18px; }
.timeline { display: flex; flex-direction: row; gap: 38px; flex-wrap: wrap; }
.timeline-item { background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,120,255,0.08); padding: 18px 28px; min-width: 180px; max-width: 220px; display: flex; flex-direction: column; align-items: center; }
.timeline-year { font-size: 22px; font-weight: bold; color: #ff9800; margin-bottom: 8px; }
.timeline-desc { font-size: 15px; color: #666; text-align: center; }
.team-gallery { display: flex; gap: 24px; flex-wrap: wrap; justify-content: flex-start; }
.team-gallery img { width: 180px; height: 130px; object-fit: cover; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,120,255,0.10); transition: transform 0.2s; }
.team-gallery img:hover { transform: scale(1.06); box-shadow: 0 4px 18px rgba(106,130,251,0.13); }
@media (max-width: 600px) {
  .company-title { flex-direction: column; align-items: flex-start; gap: 10px; }
  .company-title .btn-contact-company { margin-left: 0; margin-top: 10px; width: 100%; justify-content: center; }
}
.company-contact-btn-area { margin-top: 32px; text-align: center; }
.main-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 18px;
    color: #222;
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.main-item { display: flex; gap: 18px; background: #f8f8fa; border-radius: 10px; padding: 14px 18px; align-items: center; box-shadow: 0 2px 8px rgba(0,120,255,0.06); transition: background 0.2s; }
.main-item:hover { background: #e6f0ff; }
.main-item img { width: 90px; height: 68px; object-fit: cover; border-radius: 8px; box-shadow: 0 1px 4px rgba(0,120,255,0.08); }
.main-info { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.main-item-title { font-size: 17px; font-weight: bold; color: #222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.main-item-desc { font-size: 14px; color: #666; }
@media (max-width: 900px) {
  .company-main-flex { flex-direction: column; gap: 18px; }
  .company-main-left, .company-main-right { max-width: 100%; flex: 1 1 100%; }
}
/* 弹窗样式复用 */
.com-modal-mask { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.18); z-index: 1000; display: flex; align-items: center; justify-content: center; }
.com-modal-box { background: #fff; border-radius: 14px; box-shadow: 0 4px 24px rgba(0,0,0,0.13); padding: 38px 32px 28px 32px; min-width: 320px; max-width: 90vw; text-align: center; }
.com-modal-title { font-size: 20px; font-weight: bold; color: #585ed6; margin-bottom: 18px; }
.com-modal-content { font-size: 17px; color: #222; margin-bottom: 18px; }
.com-modal-btns { display: flex; gap: 18px; justify-content: center; margin-top: 18px; }
.com-modal-btn { background: #585ed6; color: #fff; border: none; border-radius: 18px; padding: 8px 32px; font-size: 16px; font-weight: bold; cursor: pointer; transition: background 0.2s; text-decoration: none; display: inline-block; }
.com-modal-btn.btn-login { background: #1677ff; }
.com-modal-btn.btn-login:hover { background: #005bb5; }
.com-modal-btn.btn-reg { background: #ff9800; }
.com-modal-btn.btn-reg:hover { background: #e67c00; }
.com-modal-btn.btn-pay { background: #43e97b; }
.com-modal-btn.btn-pay:hover { background: #2bb673; }
.site-footer a { color: inherit; text-decoration: none; transition: none; }
.site-footer a:hover { color: inherit; text-decoration: underline; }

.company-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}
.btn-contact {
    padding: 7px 22px;
    font-size: 15px;
    border-radius: 16px;
    background: #0078ff;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s;
    font-weight: 500;
}
.btn-contact:hover {
    background: #005bb5;
}
.news-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,120,255,0.06);
    border: 1px solid #f0f0f0;
    display: flex;
    width: calc(33.33% - 16px);
    min-width: 320px;
    max-width: 380px;
    margin-bottom: 18px;
    overflow: hidden;
}
.news-image {
    width: 120px;
    height: 90px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.news-category {
    position: absolute;
    left: 8px;
    bottom: 8px;
    background: #ff9800;
    color: #fff;
    font-size: 12px;
    border-radius: 8px;
    padding: 2px 10px;
}
.news-content {
    flex: 1;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-title {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-excerpt {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-meta {
    font-size: 12px;
    color: #888;
    display: flex;
    gap: 12px;
}

/* 企业信息区 */
.company-hero-bg {
  background: linear-gradient(90deg, #e0e7ff 0%, #f8fafc 100%);
  box-shadow: 0 4px 32px rgba(0,120,255,0.06);
  padding: 48px 0 32px 0;
  margin-bottom: 32px;
  border-radius: 0 0 24px 24px;
}
.company-hero-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.company-hero-info {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  flex: 1;
}
.company-logo {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, #6a82fb 0%, #43e97b 100%);
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 36px; color: #fff;
  box-shadow: 0 2px 12px rgba(106,130,251,0.13);
}
.company-title {
  font-size: 28px; font-weight: bold; color: #222; margin-bottom: 10px;
}
.company-meta {
  font-size: 15px; color: #666; margin-bottom: 14px; display: flex; gap: 22px; flex-wrap: wrap;
}
.company-meta i { color: #43e97b; margin-right: 6px; }
.company-desc {
  font-size: 16px; color: #444; line-height: 1.7; max-width: 700px;
  background: #fff; border-radius: 10px; padding: 18px 22px; box-shadow: 0 2px 8px rgba(0,120,255,0.04);
}

/* 联系我们按钮 */
.btn-contact-company {
  background: linear-gradient(90deg, #6a82fb 0%, #43e97b 100%);
  color: #fff;
  border-radius: 22px;
  padding: 8px 22px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0,120,255,0.10);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  margin-top: 6px;
  border: none;
}
.btn-contact-company i { color: #fff; }
.btn-contact-company:hover {
  background: linear-gradient(90deg, #43e97b 0%, #6a82fb 100%);
  box-shadow: 0 6px 24px rgba(106,130,251,0.18);
  transform: translateY(-2px) scale(1.06);
}

/* 最新发布区 */
.latest-title {
  font-size: 20px; font-weight: bold; color: #222; margin-bottom: 22px;
  display: flex; align-items: center; gap: 10px;
}
.latest-list {
  display: flex; flex-wrap: wrap; gap: 28px;
}
.latest-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0,120,255,0.10);
  border: 1px solid #e0e0e0;
  display: flex;
  width: calc(33.33% - 18px);
  min-width: 320px;
  max-width: 380px;
  margin-bottom: 18px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
}
.latest-item:hover {
  box-shadow: 0 8px 32px rgba(0,120,255,0.18);
  transform: translateY(-4px) scale(1.03);
  z-index: 2;
}
.latest-img-link {
  width: 120px; height: 90px; overflow: hidden; flex-shrink: 0; position: relative; display: block;
}
.latest-img-link img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  border-radius: 10px 0 0 10px;
}
.latest-info {
  flex: 1; padding: 14px 16px; display: flex; flex-direction: column; justify-content: center;
}
.latest-item-title {
  font-size: 16px; font-weight: bold; color: #222; margin-bottom: 6px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.latest-item-desc {
  font-size: 13px; color: #666; margin-bottom: 8px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.latest-meta {
  font-size: 12px; color: #888; display: flex; gap: 12px;
}
@media (max-width: 900px) {
  .container { width: 100% !important; padding: 0 8px; }
  .company-hero-flex { flex-direction: column; gap: 18px; }
  .company-hero-info { flex-direction: column; gap: 12px; }
  .company-title { font-size: 20px; }
  .company-meta { font-size: 13px; gap: 8px; }
  .company-desc { font-size: 13px; }
  .latest-list { gap: 12px; }
  .latest-item { min-width: 0; width: 100%; max-width: 100%; margin-bottom: 16px; padding: 12px 8px 12px 0; }
  .latest-img-link { width: 90px; height: 68px; margin-right: 10px; }
} 