
		.jz_toolbar .wx_qr_logo {
			background-image: url("assets/img/ss_cb070a1acbd3.jpg");
		}
	


			.animateModule {
				opacity: 0 !important;
			}

			.jz_hidden_content_Animate {
				opacity: 0;
			}
		



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --gold: #c8963e;
  --gold-light: #d4a42a;
  --gold-dark: #a67c2e;
  --brown: #2c1810;
  --cream: #faf8f5;
  --muted: #6b5d52;
  --border: #e0d8ce;
  --bg-alt: #f0ece6;
  --white: #ffffff;
}
body {
  font-family: 'Inter', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--brown);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
.navbar {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(250,248,245,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.navbar-logo {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: var(--brown);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.navbar-logo span { color: var(--gold); font-weight: 400; }
.navbar-links {
  display: flex;
  gap: 8px;
  margin-left: 40px;
  margin-right: auto;
  list-style: none;
  align-items: center;
}
.navbar-links a {
  text-decoration: none;
  color: var(--brown);
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.8;
  transition: all 0.2s;
}
.navbar-links a:hover,
  .navbar-links a.active { opacity: 1; color: var(--gold); }
.navbar-links a.active { background: rgba(200,150,62,0.06); font-weight: 600; }
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.mobile-toggle span {
  width: 24px;
  height: 2px;
  background: var(--brown);
  border-radius: 2px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 28px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
  font-family: inherit;
}
.btn-primary { background: var(--gold); color: var(--cream); }
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(200,150,62,0.35);
}
.btn-outline {
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--brown);
}
.btn-outline:hover { background: var(--bg-alt); border-color: var(--gold); }
.btn-lg {
  height: 56px;
  padding: 0 48px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
}
.hero {
  padding: 200px 40px 40px;
  text-align: center;
  background: linear-gradient(180deg, rgba(200,150,62,0.06) 0%, rgba(200,150,62,0.02) 40%, transparent 70%);
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 50% 0%, rgba(200,150,62,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.hero-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
}
.hero h1 {
  font-size: 56px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--brown);
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.gradient-text {
  background: linear-gradient(111deg, var(--gold) 5%, var(--gold-dark) 71%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hero h1 .gradient-text {
  background: linear-gradient(111deg, var(--gold) 5%, var(--gold-dark) 71%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(107,93,82,0.8);
  margin-top: 20px;
  position: relative;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
  position: relative;
}
.trust-bar {
  max-width: 1000px;
  margin: 24px auto 80px;
  padding: 0 40px;
}
.trust-inner {
  display: flex;
  gap: 0;
  background: var(--white);
  border-radius: 24px;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.03);
}
.trust-item {
  flex: 1;
  text-align: center;
  padding: 32px 20px;
  border-right: 1px solid var(--border);
}
.trust-item:last-child { border-right: none; }
.trust-num {
  font-size: 40px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.trust-num span {
  font-size: 18px;
  font-weight: 500;
  color: var(--muted);
}
.trust-label {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}
.section {
  padding: 100px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.section-alt {
  background: var(--bg-alt);
  max-width: none;
  padding: 100px 40px;
}
.section-alt .container { max-width: 1200px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--brown);
  line-height: 1.3;
  margin-bottom: 16px;
}
.section-desc {
  font-size: 17px;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}
.model-intro {
  max-width: 680px;
  margin: 0 auto 56px;
  text-align: center;
}
.model-thesis {
  font-family: 'Noto Serif SC', 'Noto Sans SC', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--brown);
  line-height: 1.7;
  margin-bottom: 28px;
  letter-spacing: 0.5px;
}
.model-method {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 32px;
}
.model-lead {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.5px;
}
.model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.model-card {
  background: var(--white);
  border-radius: 24px;
  padding: 40px 32px;
  border: 1px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
}
.model-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.model-card .model-battle-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.model-card-title {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
}
.model-card-title h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--brown);
  line-height: 1.2;
  margin: 0;
}
.model-card-title .model-domain-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--gold);
  padding: 3px 10px;
  background: rgba(200,150,62,0.08);
  border-radius: 6px;
  white-space: nowrap;
}
.model-card .model-goal {
  font-size: 14px;
  color: var(--gold-dark);
  line-height: 1.6;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.model-card .model-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.model-card .model-list li {
  display: flex;
  align-items: baseline;
  gap: 0;
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
}
.model-card .model-list li strong {
  color: var(--brown);
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  padding-right: 14px;
}
.model-card .model-list li strong::after {
  content: '';
  position: absolute;
  right: 5px;
  top: 6px;
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0.5;
}
.model-card .model-list li span { color: var(--muted); }
.engine-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.engine-grid .model-card {
  text-align: center;
  padding: 44px 28px 36px;
  border-top: 3px solid transparent;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.engine-grid .model-card:hover { border-top-color: var(--gold); }
.engine-badge {
  font-size: 56px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -1px;
}
.engine-badge span {
  font-size: 20px;
  font-weight: 500;
  color: var(--muted);
  margin-left: 2px;
}
.engine-grid h4 {
  font-size: 26px;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 8px;
}
.engine-sub {
  font-size: 14px;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 12px;
}
.engine-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}
.cycle-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.timeline-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.timeline-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--border);
  transition: background 0.3s;
}
.timeline-dot.active { background: var(--gold); box-shadow: 0 0 0 4px rgba(200,150,62,0.15); }
.timeline-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--brown);
}
.timeline-line {
  flex: 1;
  height: 1px;
  background: var(--border);
  min-width: 40px;
  margin: 0 8px;
  margin-bottom: 28px;
}
.cycle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.cycle-card {
  padding: 36px 32px;
  position: relative;
  border-left: 3px solid transparent;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.cycle-card:hover { border-left-color: var(--gold); }
.cycle-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cycle-num {
  font-size: 20px;
  font-weight: 800;
  color: var(--gold);
  opacity: 0.5;
  letter-spacing: 1px;
  flex-shrink: 0;
}
.cycle-head h4 {
  font-size: 26px;
  font-weight: 700;
  color: var(--brown);
  margin: 0;
}
.cycle-en {
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
  margin-left: 6px;
}
.cycle-intro {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
}
.cycle-goal {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
  margin-top: 4px;
}
.cycle-goal.c1 { color: #b8860b; background: rgba(184,134,11,0.08); }
.cycle-goal.c2 { color: #d97706; background: rgba(217,119,6,0.08); }
.cycle-goal.c3 { color: #0d9488; background: rgba(13,148,136,0.08); }
.cycle-goal.c4 { color: #6366f1; background: rgba(99,102,241,0.08); }
.cycle-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.cycle-list li {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
  padding: 10px 14px;
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 100px;
  position: relative;
  padding-left: 24px;
}
.cycle-list li::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0.5;
}
.cycle-note {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--white);
  border-radius: 24px;
  padding: 36px 28px;
  border: 1px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.service-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.service-head h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--brown);
  margin: 0;
}
.service-head .service-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--gold);
  padding: 3px 10px;
  background: rgba(200,150,62,0.08);
  border-radius: 20px;
  flex-shrink: 0;
}
.service-card .card-icon {
  width: 48px;
  height: 48px;
  background: rgba(200,150,62,0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}
.service-sub-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--gold);
  padding: 4px 14px;
  background: rgba(200,150,62,0.06);
  border: 1px solid rgba(200,150,62,0.12);
  border-radius: 100px;
  margin-top: 18px;
  align-self: flex-start;
}
.service-card > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
}
.case-showcase { display: flex; gap: 24px; }
.case-showcase-card {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.case-showcase-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.case-top {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-image: url('images/图 1.png');
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 28px;
}
.case-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(transparent, rgba(0,0,0,0.4));
  pointer-events: none;
}
.case-top-title {
  font-family: 'Noto Serif SC', serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.case-bottom {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.case-tag-sm {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--gold);
  padding: 3px 10px;
  background: rgba(200,150,62,0.08);
  border-radius: 20px;
  margin-bottom: 12px;
  align-self: flex-start;
}
.case-bottom h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--brown);
  line-height: 1.35;
  margin-bottom: 10px;
}
.case-bottom p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
}
.case-metrics-row {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  gap: 0;
}
.case-metric-item { flex: 1; text-align: center; }
.case-metric-item + .case-metric-item { border-left: 1px solid var(--border); }
.metric-num {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1.1;
  margin-bottom: 4px;
}
.metric-label {
  display: block;
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}
.articles-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.article-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}
.article-item:hover { background: rgba(200,150,62,0.04); }
.article-date {
  font-size: 13px;
  color: var(--muted);
  min-width: 90px;
  font-weight: 500;
}
.article-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--brown);
  flex: 1;
}
.article-tag {
  font-size: 12px;
  font-weight: 500;
  color: var(--gold);
  padding: 4px 12px;
  background: rgba(200,150,62,0.08);
  border-radius: 20px;
}
.team-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.team-member-card {
  background: var(--white);
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.team-member-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.tm-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.tm-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.tm-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tm-name h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--brown);
  margin: 0 0 2px;
}
.tm-role {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}
.tm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.tm-tags span {
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  background: var(--bg-alt);
  padding: 3px 10px;
  border-radius: 6px;
}
.tm-section-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.tm-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  margin-bottom: 16px;
}
.tm-list li {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
.tm-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  color: var(--gold);
  font-weight: 600;
}
.tm-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--gold);
  text-decoration: none;
  transition: opacity 0.2s;
  align-self: flex-start;
}
.tm-link:hover { opacity: 0.7; }
.wf-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
}
.wf-grid {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  gap: 6px;
  align-items: start;
}
.wf-step {
  border-radius: 16px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wf-step--green { background: rgba(170,220,195,0.5); }
.wf-step--blue { background: rgba(215,228,248,0.5); }
.wf-step--purple { background: rgba(210,200,240,0.5); }
.wf-step--orange { background: rgba(245,228,215,0.5); }
.wf-step__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--brown);
  line-height: 1.3;
  text-align: center;
  padding: 2px 0 6px;
}
.wf-en {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
}
.wf-card {
  background: rgba(255,255,255,0.85);
  border-radius: 8px;
  padding: 10px 12px;
}
.wf-card__name {
  font-size: 13px;
  font-weight: 600;
  color: var(--brown);
  line-height: 1.4;
}
.wf-card__desc {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.5;
}
.wf-card__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 6px;
  list-style: none;
  padding: 0;
}
.wf-card--sub {
  background: rgba(0,0,0,0.03);
  border-radius: 6px;
  padding: 8px 10px;
}
.wf-card--sub .wf-card__name { font-size: 12px; color: var(--brown); }
.wf-connector { display: flex; align-items: flex-start; }
.wf-connector svg {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 60px;
}
.wf-connector__shaft {
  stroke: var(--gold);
  stroke-width: 1.5;
  opacity: 0.5;
}
.wf-connector__head {
  stroke: var(--gold);
  stroke-width: 1.5;
  fill: none;
  opacity: 0.5;
}
@media (max-width: 900px)  {
  .wf-grid { grid-template-columns: 1fr; gap: 12px; }
  .wf-connector { display: none; }
}
.engine-image-wrap { max-width: 1000px; margin: 0 auto 40px; }
.engine-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.engine-explainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.explainer-card {
  text-align: center;
  padding: 20px 24px;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--border);
  min-width: 140px;
  transition: transform 0.2s;
}
.explainer-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.explainer-badge {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 6px;
}
.explainer-card h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--brown);
  margin-bottom: 4px;
}
.explainer-card p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}
.explainer-arrow {
  font-size: 20px;
  color: var(--border);
  font-weight: 300;
}
@media (max-width: 768px)  {
  .engine-explainer { flex-direction: column; }
  .explainer-arrow { transform: rotate(90deg); }
}
.engine-detail-block {
  margin-top: 60px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}
.edb-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.edb-num {
  font-size: 36px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.edb-num span {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}
.edb-head h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--brown);
  margin: 0;
}
.edb-sub {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 24px;
  padding-left: 52px;
}
.engine-module-intro {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.engine-module-note {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 16px;
  padding: 14px 18px;
  background: var(--bg-alt);
  border-radius: 12px;
}
.engine-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.engine-trio-card {
  padding: 32px 28px;
  border-radius: 20px;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.engine-trio-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.trio-a { background: var(--white); border: 1px solid var(--border); }
.trio-b { background: var(--white); border: 1px solid var(--border); }
.trio-c { background: var(--white); border: 1px solid var(--border); }
.trio-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.trio-head h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--brown);
  margin: 0;
}
.trio-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: var(--cream);
  flex-shrink: 0;
  background: var(--gold);
}
.engine-trio-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  text-align: left;
  flex: 1;
}
.trio-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: var(--gold);
  padding: 3px 12px;
  background: rgba(200,150,62,0.08);
  border-radius: 20px;
  margin-top: 16px;
  align-self: flex-end;
}
.engine-cap-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.engine-cap-card {
  padding: 28px 18px 22px;
  border-radius: 16px;
  text-align: left;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border);
}
.engine-cap-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.cap-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.cap-head h5 {
  font-size: 15px;
  font-weight: 700;
  color: var(--brown);
  margin: 0;
  flex: 1;
}
.cap-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  color: var(--cream);
  flex-shrink: 0;
  background: var(--gold);
}
.engine-cap-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
@media (max-width: 1024px)  {
  .engine-cap-grid { grid-template-columns: repeat(3, 1fr); }
  .engine-cap-grid,.engine-mentor-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px)  {
  .engine-trio { grid-template-columns: 1fr; }
  .engine-cap-grid { grid-template-columns: repeat(2, 1fr); }
  .engine-cap-grid,.engine-mentor-grid { grid-template-columns: 1fr; }
}
.cta-section {
  text-align: center;
  padding: 100px 40px;
  background: linear-gradient(180deg, var(--bg-alt) 0%, var(--cream) 100%);
}
.cta-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 16px;
}
.cta-section h2 .gradient-text {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cta-section p {
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 32px;
}
.view-all {
  display: block;
  text-align: center;
  margin-top: 40px;
  color: var(--gold);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.view-all:hover { text-decoration: underline; }
.footer {
  background: var(--brown);
  color: var(--cream);
  padding: 80px 40px 0;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-brand { max-width: 300px; }
.footer-brand h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-brand h3 span { color: var(--gold); font-weight: 400; }
.footer-brand p {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6;
  margin-top: 8px;
}
.footer-column h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--cream);
}
.footer-column ul { list-style: none; }
.footer-column li { margin-top: 14px; }
.footer-column a {
  color: rgba(250,248,245,0.6);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.footer-column a:hover { color: var(--gold); }
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
  margin-top: 60px;
  font-size: 13px;
  color: rgba(250,248,245,0.4);
  text-align: center;
}
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  background: var(--gold);
  color: var(--cream);
  border: none;
  border-radius: 14px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(200,150,62,0.3);
  z-index: 50;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--gold-dark); transform: translateY(-2px); }
@media (max-width: 1024px)  {
  .hero h1 { font-size: 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .team-showcase { grid-template-columns: repeat(2, 1fr); }
  .case-showcase { flex-direction: column; }
  .model-grid { grid-template-columns: 1fr; }
  .engine-grid { grid-template-columns: repeat(2, 1fr); }
  .cycle-grid { grid-template-columns: 1fr; }
  .section-title { font-size: 32px; }
}
@media (max-width: 768px)  {
  .navbar { padding: 0 20px; }
  .navbar-links { display: none; }
  .mobile-toggle { display: flex; }
  .hero { padding: 160px 20px 24px; }
  .hero h1 { font-size: 32px; }
  .hero-sub { font-size: 16px; }
  .hero-btns { flex-direction: column; align-items: center; }
  .trust-inner { flex-wrap: wrap; }
  .trust-item {
  flex: 0 0 50%;
  padding: 24px 16px;
  border-bottom: 1px solid var(--border);
}
  .trust-item:nth-child(3) { border-right: none; }
  .trust-item:nth-child(4),
    .trust-item:nth-child(5) { border-bottom: none; }
  .trust-num { font-size: 32px; }
  .services-grid { grid-template-columns: 1fr; }
  .team-showcase { grid-template-columns: repeat(2, 1fr); }
  .engine-grid { grid-template-columns: 1fr; }
  .cycle-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 20px; }
  .section-alt { padding: 60px 20px; }
  .section-title { font-size: 28px; }
  .cta-section { padding: 60px 20px; }
  .cta-section h2 { font-size: 28px; }
  .footer-inner { flex-direction: column; }
}
@media (max-width: 480px)  {
  .team-showcase { grid-template-columns: 1fr; }
  .case-showcase { flex-direction: column; }
  .article-item { flex-wrap: wrap; gap: 8px; }
}

/* Founder Page */
.founder-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--gold);
  padding: 8px 18px;
  background: rgba(200,150,62,0.06);
  border: 1px solid rgba(200,150,62,0.12);
  border-radius: 100px;
  transition: all 0.2s;
}
.founder-tag:hover { background: rgba(200,150,62,0.12); border-color: var(--gold); }
.founder-theory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 840px;
  margin: 0 auto;
}
.founder-theory-grid { grid-template-columns: repeat(2, 1fr); }
.founder-role-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.founder-timeline {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  padding-left: 32px;
}
.founder-timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}
.ft-item { position: relative; margin-bottom: 32px; }
.ft-item:last-child { margin-bottom: 0; }
.ft-dot {
  position: absolute;
  left: -32px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--gold);
  z-index: 1;
}
.ft-year {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 4px;
}
.ft-content p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}
.founder-theory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 840px;
  margin: 0 auto;
}
.founder-theory-grid { grid-template-columns: repeat(2, 1fr); }
.founder-role-grid { grid-template-columns: repeat(2, 1fr); }



.s_footer, .s_footer a { } 
 .s_footer a:hover {  }


		:root {
			--theme-color:#2b2b2b;
		}
		.jz_theme_font_color {
			color: #2b2b2b;
		}

		.jz_theme_bg_color {
			background-color: #2b2b2b;
		}

		.jz_theme_border_color {
			border-color: #2b2b2b;
		}

		.jz_theme_fill_color {
			fill: #2b2b2b;
		}

		.jz_theme_focus_border_color:focus {
			border-color: #2b2b2b;
		}

		.jz_theme_hover_font_color:hover {
			color: #2b2b2b;
		}

		.pagination_style2 .pagination_item.active::after {
			border-color: #2b2b2b !important;
		}

		.pagination_style3 .pagination_item.active,
		.pagination_style2 .pagination_item.active {
			color: #2b2b2b !important;
		}

		.pagination_style3 .pagination_item.active::after,
		.pagination_style2 .pagination_item.active::before,
		.full_screen_row .pagination_style1 .pagination_item.active::after {
			background-color: #2b2b2b !important;
		}



		.jz_hover.jz_theme_bg_hover_color:hover {
			background-color: #2b2b2b;
		}

		.jz_hover.jz_theme_font_hover_color:hover {
			color: #2b2b2b;
		}

		.jz_hover.jz_theme_border_hover_color:hover {
			border-color: #2b2b2b;
		}

		.jz_focus.jz_theme_focus_border_color:focus {
			border-color: #2b2b2b;
		}


		.jz_secondary_bg_color {
			background-color: rgb(43,43,43);
		}
		.jz_screen_pc .submit_btn_style_1:hover .form_submit, .submit_btn_style_3:hover .form_submit {
			color: #2b2b2b;
			border-color: #2b2b2b;
		}
		.submit_btn_style_4 .form_submit, .submit_btn_style_5 .form_submit{
			color: #2b2b2b;
			border-color: #2b2b2b;
		}

		.submit_btn_style_0 .form_submit,.submit_btn_style_1 .form_submit,.submit_btn_style_2 .form_submit {
			background-color: #2b2b2b;
		}
		.jz_screen_pc .submit_btn_style_4:hover .form_submit {
			background-color: #2b2b2b;
		}
		.jz_screen_pc .submit_btn_style_2:hover .form_submit {
			background-color: #282828;
		}
	


                .jz_full_nav_wrap_expend_1.jz_full_nav_wrap_active{
                    transform: translate3d(0, calc(100% + 0px), 0);
                }
            

.jz_nav_pc_layout .sub_nav_list{position:fixed!important}

@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInZoom{from{opacity:0;transform:scale(0.92)}to{opacity:1;transform:scale(1)}}

/* ===== 产品课程版块样式（从 h-col-135 同步） ===== */
/* ============ 产品课程（三大核心课程卡） ============ */
.pc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pc-card {
  background: var(--white);
  border-radius: 24px;
  padding: 36px 30px;
  border: 1px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.pc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.pc-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.pc-no {
  font-family: 'Noto Serif SC', 'Noto Sans SC', serif;
  font-size: 36px;
  font-weight: 800;
  color: rgba(200,150,62,0.28);
  line-height: 1;
}
.pc-kicker {
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 1px;
  padding: 4px 12px;
  background: rgba(200,150,62,0.08);
  border-radius: 100px;
}
.pc-title { font-size: 21px; font-weight: 700; color: var(--brown); margin: 0 0 8px; }
.pc-slogan { font-size: 13px; color: var(--gold-dark); font-weight: 600; margin: 0 0 18px; }
.pc-stats { display: flex; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 18px; }
.pc-stat { flex: 1; text-align: center; padding: 14px 0; }
.pc-stat + .pc-stat { border-left: 1px solid var(--border); }
.pc-num { font-size: 24px; font-weight: 800; color: var(--gold-dark); line-height: 1.2; }
.pc-label { font-size: 12px; color: var(--muted); margin-top: 2px; }
.pc-desc { font-size: 14px; color: var(--muted); line-height: 1.7; flex: 1; margin: 0 0 22px; }
.pc-actions { display: flex; gap: 10px; }
.pc-actions .btn { flex: 1; font-size: 14px; height: 40px; padding: 0 10px; }

/* 课程服务矩阵（九卡）按钮组 */
.service-card .service-actions { display: flex; gap: 10px; margin-top: auto; padding-top: 18px; }
.service-card .service-actions .btn { flex: 1; font-size: 13px; height: 36px; padding: 0 10px; }
.service-card .card-icon { color: var(--gold-dark); font-weight: 700; }

/* 矩阵底部备注 */
.pc-note { text-align: center; margin-top: 44px; font-size: 14px; color: var(--muted); }
.pc-note a { color: var(--gold-dark); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }

@media screen and (max-width: 992px) {
@media screen and (max-width: 992px) {
  .pc-grid { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 768px) {
@media screen and (max-width: 768px) {
  .pc-grid { grid-template-columns: 1fr; }
  .pc-card { padding: 28px 22px; }
}