/* ========== 内页共用样式 - 参考蓝思科技风格 ========== */

/* Banner */
.ny-banner {
  position: relative;
  height: 60vh;
  min-height: 450px;
  overflow: hidden;
}

.ny-banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ny-banner .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 82, 217, 0.85) 0%, rgba(0, 102, 255, 0.8) 50%, rgba(0, 200, 180, 0.75) 100%);
}

.ny-banner .banner-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.ny-banner .banner-title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
}

@media (max-width: 767px) {
  .ny-banner { height: 50vh; min-height: 350px; }
  .ny-banner .banner-title { font-size: 32px; letter-spacing: 2px; }
}

/* Sub Navigation */
.sub-nav {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 72px;
  z-index: 100;
}

.sub-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 0;
}

.sub-nav-item {
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #4A4A68;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.sub-nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #0052D9;
  transition: width 0.3s ease;
}

.sub-nav-item:hover,
.sub-nav-item.active {
  color: #0052D9;
}

.sub-nav-item:hover::after,
.sub-nav-item.active::after {
  width: 100%;
}

@media (max-width: 767px) {
  .sub-nav-inner { padding: 0 10px; overflow-x: auto; }
  .sub-nav-item { padding: 14px 12px; font-size: 13px; white-space: nowrap; }
}

/* Section Base */
.section {
  padding: 100px 0;
}

.container {
  width: 100%;
  padding: 0 120px;
}

@media (max-width: 1199px) {
  .container { padding: 0 60px; }
}

@media (max-width: 767px) {
  .container { padding: 0 32px; }
}

@media (max-width: 1199px) {
  .container { padding: 0 40px; }
}

@media (max-width: 767px) {
  .section { padding: 70px 0; }
  .container { padding: 0 24px; }
}

/* Section Titles */
.section-big-title {
  font-size: 52px;
  font-weight: 700;
  color: #1A1A2E;
  line-height: 1.2;
}

.section-center-title {
  font-size: 42px;
  font-weight: 700;
  color: #1A1A2E;
  text-align: center;
  margin-bottom: 60px;
}

.section-center-title.light {
  color: #fff;
}

@media (max-width: 767px) {
  .section-big-title { font-size: 36px; }
  .section-center-title { font-size: 32px; margin-bottom: 40px; }
}

/* ========== 关于豪尔样式 ========== */
.section-intro-new {
  background: #fff;
  padding: 120px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-top: 60px;
  border-top: 1px solid #E5E7EB;
}

.stat-item-new {
  text-align: center;
}

.stat-number-new {
  font-size: 64px;
  font-weight: 700;
  color: #0052D9;
  line-height: 1;
  margin-bottom: 12px;
}

.stat-number-new .unit {
  font-size: 28px;
  margin-left: 4px;
}

.stat-label-new {
  font-size: 16px;
  color: #8C8CA1;
  font-weight: 500;
}

.stats-grid-2x2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  padding-top: 40px;
}

.stats-grid-2x2 .stat-item-new {
  text-align: left;
}

.stat-title-new {
  font-size: 20px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 8px;
}

.stats-grid-2x2 .stat-label-new {
  font-size: 14px;
  color: #8C8CA1;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .stat-number-new { font-size: 48px; }
}

@media (max-width: 575px) {
  .stats-grid { grid-template-columns: 1fr; gap: 32px; }
  .stat-number-new { font-size: 42px; }
  .stats-grid-2x2 { grid-template-columns: 1fr; gap: 32px; }
}

/* History Section */
.section-history-new {
  background: #F8F9FC;
  padding: 120px 0;
}

.timeline-new {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.timeline-new::before {
  content: '';
  position: absolute;
  left: 90px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #0052D9, #00C8B4);
}

.timeline-new-item {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
  position: relative;
}

.timeline-new-item:last-child {
  margin-bottom: 0;
}

.timeline-new-item::before {
  content: '';
  position: absolute;
  left: 82px;
  top: 8px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 3px solid #0052D9;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s ease;
}

.timeline-new-item:hover::before {
  background: #0052D9;
  transform: scale(1.2);
}

.timeline-year-new {
  width: 80px;
  text-align: right;
  font-size: 28px;
  font-weight: 700;
  color: #0052D9;
  padding-top: 4px;
}

.timeline-content-new {
  flex: 1;
  padding: 24px 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.timeline-new-item:hover .timeline-content-new {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateX(8px);
}

.timeline-content-new h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 8px;
}

.timeline-content-new p {
  font-size: 14px;
  color: #8C8CA1;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .section-history-new { padding: 80px 0; }
  .timeline-new::before { left: 20px; }
  .timeline-new-item { flex-direction: column; padding-left: 50px; gap: 12px; }
  .timeline-new-item::before { left: 12px; }
  .timeline-year-new { width: auto; text-align: left; font-size: 24px; }
  .timeline-content-new { padding: 20px 24px; }
}

/* Culture Section */
.culture-list {
  max-width: 900px;
  margin: 0 auto;
}

.culture-item-new {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #E5E7EB;
}

.culture-item-new:last-child {
  border-bottom: none;
}

.culture-tt {
  font-size: 32px;
  font-weight: 600;
  color: #1A1A2E;
}

.culture-sum {
  font-size: 20px;
  color: #4A4A68;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .culture-item-new { grid-template-columns: 1fr; gap: 12px; padding: 32px 0; }
  .culture-tt { font-size: 24px; }
  .culture-sum { font-size: 16px; }
}

/* ========== 研发中心样式 ========== */
.section-rd-new {
  background: #fff;
  padding: 120px 0;
}

.intro-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  margin-bottom: 80px;
}

.section-big-title {
  position: sticky;
  top: 160px;
}

.intro-text p {
  font-size: 16px;
  line-height: 2;
  color: #4A4A68;
  margin-bottom: 20px;
}

.rd-text p {
  font-size: 16px;
  line-height: 2;
  color: #4A4A68;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .intro-layout { grid-template-columns: 1fr; gap: 40px; }
  .section-big-title { position: static; font-size: 42px; }
}

/* Philosophy Cards */
.philosophy-grid-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 60px;
}

.philosophy-card-new {
  text-align: center;
  padding: 40px 24px;
  background: #F8F9FC;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.philosophy-card-new:hover {
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.philosophy-icon-new {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: #E6F0FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0052D9;
}

.philosophy-card-new h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 8px;
}

.philosophy-card-new p {
  font-size: 14px;
  color: #8C8CA1;
}

@media (max-width: 991px) {
  .philosophy-grid-new { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .philosophy-grid-new { grid-template-columns: 1fr; }
}

/* HSM Tech */
.section-hsm-new {
  background: #F8F9FC;
  padding: 120px 0;
}

.hsm-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hsm-text p {
  font-size: 16px;
  line-height: 2;
  color: #4A4A68;
  margin-bottom: 32px;
}

.hsm-advantages-new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.hsm-adv-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.hsm-adv-icon {
  width: 40px;
  height: 40px;
  background: #E6F0FF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0052D9;
  flex-shrink: 0;
}

.hsm-adv-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 4px;
}

.hsm-adv-item p {
  font-size: 14px;
  color: #8C8CA1;
  margin: 0;
}

.hsm-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.hsm-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hsm-layout { grid-template-columns: 1fr; gap: 40px; }
  .hsm-advantages-new { grid-template-columns: 1fr; }
}

/* Lab Section */
.section-lab-new {
  background: #fff;
  padding: 120px 0;
}

.lab-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.lab-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.lab-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.lab-text p {
  font-size: 16px;
  line-height: 2;
  color: #4A4A68;
  margin-bottom: 32px;
}

.lab-capabilities-new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.lab-cap-item {
  padding: 24px;
  background: #F8F9FC;
  border-radius: 12px;
}

.lab-cap-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 8px;
}

.lab-cap-item p {
  font-size: 14px;
  color: #8C8CA1;
}

@media (max-width: 991px) {
  .lab-layout { grid-template-columns: 1fr; gap: 40px; }
  .lab-capabilities-new { grid-template-columns: 1fr; }
}

/* Patents Stats */
.section-patents-new {
  background: #F8F9FC;
  padding: 120px 0;
}

.patents-stats-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}

.patent-stat-new {
  text-align: center;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
}

.patent-stat-number-new {
  font-size: 56px;
  font-weight: 700;
  color: #0052D9;
  line-height: 1;
  margin-bottom: 12px;
}

.patent-stat-label-new {
  font-size: 16px;
  color: #8C8CA1;
}

.patents-list-new {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.patent-item-new {
  padding: 24px 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.patent-type-new {
  display: inline-block;
  padding: 4px 12px;
  background: #E6F0FF;
  color: #0052D9;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 12px;
}

.patent-item-new h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 8px;
}

.patent-item-new p {
  font-size: 14px;
  color: #8C8CA1;
}

@media (max-width: 767px) {
  .patents-stats-new { grid-template-columns: 1fr; }
}

/* Certifications */
.section-certs-new {
  background: #fff;
  padding: 120px 0;
}

.certs-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.cert-card-new {
  text-align: center;
  padding: 40px 32px;
  background: #F8F9FC;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.cert-card-new:hover {
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.cert-icon-new {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: #E6F0FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0052D9;
}

.cert-card-new h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 8px;
}

.cert-card-new p {
  font-size: 14px;
  color: #8C8CA1;
}

@media (max-width: 767px) {
  .certs-grid-new { grid-template-columns: 1fr; }
}

/* Process Flow */
.section-process-new {
  background: #F8F9FC;
  padding: 120px 0;
}

.process-flow-new {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.process-step-new {
  text-align: center;
  padding: 32px 24px;
  background: #fff;
  border-radius: 12px;
  min-width: 160px;
}

.process-step-number-new {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  background: linear-gradient(90deg, #0052D9 0%, #0066FF 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.process-step-new h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 8px;
}

.process-step-new p {
  font-size: 13px;
  color: #8C8CA1;
}

.process-arrow-new {
  color: #0052D9;
}

@media (max-width: 767px) {
  .process-flow-new { flex-direction: column; }
  .process-arrow-new { transform: rotate(90deg); }
}

/* ========== 产品应用样式 ========== */
.section-products-new {
  background: #fff;
  padding: 120px 0;
}

.section-products-compact {
  padding: 60px 0;
}

.section-products-compact .section-center-title {
  margin-bottom: 40px;
}

.filter-tabs-new {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 60px;
}

.filter-tab-new {
  padding: 10px 24px;
  border: 1px solid #E5E7EB;
  border-radius: 50px;
  background: #fff;
  color: #4A4A68;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-tab-new:hover {
  border-color: #0052D9;
  color: #0052D9;
}

.filter-tab-new.active {
  background: #0052D9;
  border-color: #0052D9;
  color: #fff;
}

.products-grid-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.product-card-new {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.product-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.product-card-img-new {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.product-card-img-new img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.product-card-new:hover .product-card-img-new img {
  transform: scale(1.05);
}

.product-card-body-new {
  padding: 24px;
}

.product-tag-new {
  display: inline-block;
  padding: 4px 12px;
  background: #E6F0FF;
  color: #0052D9;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 12px;
}

.product-card-body-new h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 8px;
}

.product-card-body-new p {
  font-size: 14px;
  color: #8C8CA1;
  margin-bottom: 16px;
}

.btn-text-new {
  color: #0052D9;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.btn-text-new:hover {
  opacity: 0.8;
}

@media (max-width: 1199px) {
  .products-grid-new { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .products-grid-new { grid-template-columns: 1fr; }
}

/* CTA Section */
.cta-section-new {
  background: linear-gradient(135deg, #0052D9 0%, #0066FF 50%, #00C8B4 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section-new::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></svg>') repeat;
  background-size: 100px;
}

.cta-content-new {
  position: relative;
  z-index: 2;
  color: #fff;
}

.cta-section-new h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}

.cta-section-new p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
}

.cta-buttons-new {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #0052D9;
  transition: all 0.2s ease;
}

.btn-cta-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.btn-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  background: transparent;
  color: #fff;
  transition: all 0.2s ease;
}

.btn-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

@media (max-width: 767px) {
  .cta-section-new h2 { font-size: 28px; }
  .cta-section-new p { font-size: 15px; }
}

/* ========== 服务中心样式 ========== */
.section-service-new {
  background: #fff;
  padding: 120px 0;
}

.search-box-new {
  display: flex;
  max-width: 600px;
  margin: 0 auto 60px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  overflow: hidden;
}

.search-input-new {
  flex: 1;
  padding: 16px 20px;
  border: none;
  outline: none;
  font-size: 15px;
  font-family: inherit;
}

.search-btn-new {
  padding: 16px 24px;
  background: #0052D9;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.search-btn-new:hover {
  background: #003BB3;
}

.doc-category-new {
  margin-bottom: 60px;
}

.doc-category-title-new {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #0052D9;
}

.doc-list-new {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.doc-item-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: #F8F9FC;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.doc-item-new:hover {
  background: #E6F0FF;
  transform: translateX(4px);
}

.doc-info-new h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 4px;
}

.doc-info-new p {
  font-size: 14px;
  color: #8C8CA1;
}

.btn-download-new {
  padding: 8px 20px;
  border: 1px solid #0052D9;
  border-radius: 6px;
  background: transparent;
  color: #0052D9;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-download-new:hover {
  background: #0052D9;
  color: #fff;
}

/* Contact Form */
.section-contact-new {
  background: #F8F9FC;
  padding: 80px 0;
}

.contact-new-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-info-new {
  display: contents;
}

.contact-item-new {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.contact-item-new:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact-icon-new {
  width: 48px;
  height: 48px;
  background: #E6F0FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0052D9;
  flex-shrink: 0;
}

.contact-item-new h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 4px;
}

.contact-item-new p {
  font-size: 14px;
  color: #8C8CA1;
}

.contact-form-new {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.contact-form-new h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 32px;
}

.form-row-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group-new {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group-new label {
  font-size: 14px;
  font-weight: 500;
  color: #1A1A2E;
}

.form-group-new input,
.form-group-new textarea {
  padding: 14px 18px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.2s ease;
  background: #F8F9FC;
}

.form-group-new input:focus,
.form-group-new textarea:focus {
  outline: none;
  border-color: #0052D9;
  box-shadow: 0 0 0 3px rgba(0, 82, 217, 0.1);
  background: #fff;
}

.form-group-new textarea {
  resize: vertical;
  min-height: 140px;
  margin-bottom: 20px;
}

.btn-submit-new {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #0052D9 0%, #0066FF 100%);
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-submit-new:hover {
  opacity: 0.9;
  box-shadow: 0 8px 24px rgba(0, 82, 217, 0.3);
  transform: translateY(-2px);
}

.btn-submit {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #0052D9 0%, #0066FF 100%);
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-submit:hover {
  opacity: 0.9;
  box-shadow: 0 8px 24px rgba(0, 82, 217, 0.3);
  transform: translateY(-2px);
}

.contact-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1280px;
  margin: 48px auto 0;
}

.contact-industry-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.contact-industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact-industry-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F5;
}

.contact-industry-icon {
  width: 52px;
  height: 52px;
  background: #E6F0FF;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0052D9;
  flex-shrink: 0;
}

.contact-industry-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1A1A2E;
}

.contact-industry-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #8C8CA1;
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}

.contact-detail-item svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #0052D9;
}

@media (max-width: 991px) {
  .contact-new-layout { grid-template-columns: 1fr; gap: 24px; max-width: 500px; }
  .contact-industry-grid { grid-template-columns: 1fr; gap: 24px; max-width: 500px; }
}

@media (max-width: 767px) {
  .form-row-new { grid-template-columns: 1fr; }
  .contact-form-new { padding: 24px; }
  .section-contact-new { padding: 60px 0; }
  .contact-industry-card { padding: 28px 20px; }
}

/* ========== 新闻动态样式 ========== */
.section-news-new {
  background: #fff;
  padding: 120px 0;
}

.latest-news-new {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 80px;
}

.latest-news-card-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  background: #F8F9FC;
  border-radius: 16px;
  overflow: hidden;
}

.latest-news-img-new {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.latest-news-img-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.latest-news-card-new:hover .latest-news-img-new img {
  transform: scale(1.05);
}

.latest-news-content-new {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-date-new {
  font-size: 14px;
  color: #8C8CA1;
  margin-bottom: 12px;
}

.latest-news-content-new h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 12px;
}

.latest-news-content-new p {
  font-size: 15px;
  color: #4A4A68;
  margin-bottom: 20px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .latest-news-card-new { grid-template-columns: 1fr; }
  .latest-news-content-new { padding: 24px; }
}

/* News Grid */
.news-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.news-card-new {
  background: #F8F9FC;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.news-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.news-card-img-new {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.news-card-img-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.news-card-new:hover .news-card-img-new img {
  transform: scale(1.05);
}

.news-card-body-new {
  padding: 24px;
}

.news-card-date-new {
  font-size: 13px;
  color: #8C8CA1;
  margin-bottom: 8px;
}

.news-card-body-new h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 8px;
}

.news-card-body-new p {
  font-size: 14px;
  color: #8C8CA1;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .news-grid-new { grid-template-columns: 1fr; }
}

/* Pagination */
.pagination-new {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}

.pagination-btn-new {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  background: #fff;
  color: #4A4A68;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pagination-btn-new:hover,
.pagination-btn-new.active {
  background: #0052D9;
  border-color: #0052D9;
  color: #fff;
}

/* Culture Section */
.section-culture-new {
  background: #fff;
  padding: 120px 0;
}

.culture-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.culture-card-new {
  text-align: center;
  padding: 48px 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.culture-card-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0052D9, #00C8B4);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.culture-card-new:hover::before {
  transform: scaleX(1);
}

.culture-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.culture-icon-new {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: rgba(0, 82, 217, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0052D9;
  transition: all 0.3s ease;
}

.culture-card-new:hover .culture-icon-new {
  background: #0052D9;
  color: #fff;
}

.culture-card-new h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1A1A2E;
  margin-bottom: 12px;
}

.culture-card-new p {
  font-size: 16px;
  color: #4A4A68;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .culture-grid-new { grid-template-columns: 1fr; gap: 24px; }
  .culture-card-new { padding: 36px 24px; }
  .culture-icon-new { width: 64px; height: 64px; }
  .culture-icon-new svg { width: 32px; height: 32px; }
  .culture-card-new h3 { font-size: 20px; }
  .culture-card-new p { font-size: 15px; }
}

/* Careers Section */
.section-careers-new {
  background: linear-gradient(135deg, #0052D9 0%, #0066FF 50%, #00C8B4 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.section-careers-new::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></svg>') repeat;
  background-size: 100px;
}

.careers-new-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.careers-new-text {
  font-size: 18px;
  opacity: 0.9;
  line-height: 1.8;
  margin-bottom: 60px;
}

.careers-benefits-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.benefit-new {
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.benefit-new:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.benefit-new h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.benefit-new p {
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .careers-benefits-new { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .careers-benefits-new { grid-template-columns: 1fr; }
  .careers-new-text { font-size: 16px; margin-bottom: 40px; }
}

/* ========== 行业详情页样式 ========== */
.industry-scene {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding: 24px;
  background: #F8F9FC;
  border-radius: 12px;
}

.scene-icon {
  width: 64px;
  height: 64px;
  background: #E6F0FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0052D9;
  flex-shrink: 0;
}

.scene-text {
  font-size: 16px;
  color: #4A4A68;
  font-weight: 500;
}

/* Partners Grid for Industry Pages */
.partners-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: center;
}

.partner-logo-new {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.partner-logo-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.partner-logo-new img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.partner-logo-new:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 991px) {
  .partners-grid-new { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .partners-grid-new { grid-template-columns: 1fr; }
}
