| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="浠艾福(Care Family)是什么?——以智能评估为基础、以规划师为纽带,构建从检测、评估到干预的全链路主动健康管理服务体系。身·智·富·行·心五维幸福矩阵,让每个家庭掌握健康主动权。">
- <meta name="keywords" content="浠艾福,主动健康,五维能量,身智富行心,家庭健康,健康管理,肠道检测,成长规划师,检测评估干预,全链路健康管理">
- <meta property="og:title" content="浠艾福是什么?——让每个家庭掌握健康主动权">
- <meta property="og:description" content="不是等生病了才去医院,而是从今天起主动掌握健康。浠艾福以智能评估为基础、以规划师为纽带,为家庭提供检测—评估—干预的全链路主动健康管理服务。">
- <meta property="og:type" content="article">
- <meta property="og:image" content="https://www.etotem.com.cn/img/hero-active-health.jpg">
- <title>浠艾福是什么?——让每个家庭掌握健康主动权 · 浠艾福</title>
- <style>
- :root {
- --bg-card: #FFFFFF;
- --bg-alt: #f8fafc;
- --text-primary: #1a1a2e;
- --text-secondary: #4a5568;
- --text-muted: #718096;
- --accent: #0d9488;
- --accent-light: #f0fdfa;
- --orange: #FF8C42;
- --orange-light: #fff4e6;
- --indigo: #6366F1;
- --indigo-light: #eef2ff;
- --gold: #F59E0B;
- --gold-light: #fffbe6;
- --green: #10B981;
- --green-light: #ecfdf5;
- --pink: #FF6B9D;
- --pink-light: #fdf2f6;
- --blue: #1a5276;
- --blue-light: #eaf4fb;
- --font: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
- --max-width: 1080px;
- --shadow-card: 0 4px 24px rgba(0,0,0,0.08);
- --shadow-hover: 0 8px 40px rgba(0,0,0,0.12);
- --radius: 16px;
- }
- * { margin: 0; padding: 0; box-sizing: border-box; }
- html { scroll-behavior: smooth; }
- body {
- font-family: var(--font);
- font-size: 1rem;
- line-height: 1.8;
- color: var(--text-primary);
- background: #fff;
- -webkit-font-smoothing: antialiased;
- }
- /* HERO */
- .hero {
- position: relative;
- background: linear-gradient(135deg, #0f2e4a 0%, #134e5e 45%, #0d9488 100%);
- color: white;
- padding: 6rem 1.5rem 4.5rem;
- overflow: hidden;
- min-height: 62vh;
- display: flex;
- align-items: center;
- }
- .hero::before {
- content: '';
- position: absolute;
- inset: 0;
- background:
- radial-gradient(circle at 20% 30%, rgba(255,140,66,0.18) 0%, transparent 50%),
- radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 50%);
- }
- .hero-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
- .particle {
- position: absolute;
- border-radius: 50%;
- background: rgba(255,255,255,0.12);
- animation: float 8s ease-in-out infinite;
- }
- .particle:nth-child(1) { width: 8px; height: 8px; left: 10%; top: 30%; animation-delay: 0s; }
- .particle:nth-child(2) { width: 12px; height: 12px; left: 25%; top: 50%; animation-delay: 1.5s; }
- .particle:nth-child(3) { width: 6px; height: 6px; left: 60%; top: 25%; animation-delay: 3s; }
- .particle:nth-child(4) { width: 10px; height: 10px; left: 75%; top: 60%; animation-delay: 0.5s; }
- .particle:nth-child(5) { width: 14px; height: 14px; left: 85%; top: 40%; animation-delay: 2s; }
- .particle:nth-child(6) { width: 7px; height: 7px; left: 40%; top: 70%; animation-delay: 4s; }
- @keyframes float {
- 0%, 100% { transform: translateY(0); opacity: 0.3; }
- 50% { transform: translateY(-30px); opacity: 0.7; }
- }
- .hero-content { position: relative; z-index: 1; max-width: var(--max-width); margin: 0 auto; }
- .hero-badge {
- display: inline-block;
- background: rgba(255,255,255,0.15);
- color: white;
- font-size: 0.78rem;
- font-weight: 700;
- padding: 0.35rem 1rem;
- border-radius: 100px;
- margin-bottom: 1.2rem;
- backdrop-filter: blur(4px);
- }
- .hero-content h1 {
- font-size: clamp(2rem, 4.5vw, 3rem);
- font-weight: 800;
- line-height: 1.25;
- margin-bottom: 1.5rem;
- letter-spacing: -0.02em;
- }
- .hero-content .accent { color: #FF8C42; display: inline-block; }
- .hero-sub {
- font-size: clamp(1rem, 2vw, 1.15rem);
- color: rgba(255,255,255,0.88);
- max-width: 700px;
- margin-bottom: 2rem;
- }
- .hero-stats {
- display: flex;
- gap: 2.5rem;
- flex-wrap: wrap;
- margin-top: 2rem;
- }
- .hero-stat { display: flex; flex-direction: column; }
- .hero-stat .num { font-size: 1.8rem; font-weight: 800; color: #FF8C42; }
- .hero-stat .label { font-size: 0.8rem; color: rgba(255,255,255,0.7); }
- /* SECTION */
- .section {
- padding: 4rem 1.5rem;
- max-width: var(--max-width);
- margin: 0 auto;
- }
- .section.alt { background: var(--bg-alt); border-radius: var(--radius); margin: 2rem auto; }
- .section-tag {
- display: inline-block;
- font-size: 0.75rem;
- font-weight: 700;
- padding: 0.3rem 0.8rem;
- border-radius: 100px;
- margin-bottom: 0.8rem;
- }
- .section-tag.teal { background: var(--accent-light); color: var(--accent); }
- .section-tag.orange { background: var(--orange-light); color: var(--orange); }
- .section-tag.indigo { background: var(--indigo-light); color: var(--indigo); }
- .section-tag.gold { background: var(--gold-light); color: var(--gold); }
- .section-tag.green { background: var(--green-light); color: var(--green); }
- .section-tag.pink { background: var(--pink-light); color: var(--pink); }
- .section-tag.blue { background: var(--blue-light); color: var(--blue); }
- .section h2 {
- font-size: clamp(1.5rem, 3vw, 2rem);
- font-weight: 800;
- margin-bottom: 1.2rem;
- line-height: 1.35;
- }
- .section h2 .accent { color: var(--accent); }
- .section-intro {
- font-size: 1.05rem;
- color: var(--text-secondary);
- max-width: 780px;
- margin-bottom: 2rem;
- }
- /* 痛点对比 */
- .pain-grid {
- display: grid;
- grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
- gap: 1rem;
- margin-top: 1.5rem;
- }
- .pain-card {
- background: var(--bg-card);
- border-radius: var(--radius);
- padding: 1.5rem;
- box-shadow: var(--shadow-card);
- border-top: 4px solid #e2e8f0;
- }
- .pain-card .icon { font-size: 1.6rem; margin-bottom: 0.6rem; }
- .pain-card h4 { font-size: 1.02rem; margin-bottom: 0.5rem; }
- .pain-card p { font-size: 0.9rem; color: var(--text-secondary); }
- /* 理念对比 */
- .contrast {
- display: grid;
- grid-template-columns: 1fr 1fr;
- gap: 1.2rem;
- margin-top: 1.5rem;
- }
- .contrast-box {
- border-radius: var(--radius);
- padding: 1.8rem;
- box-shadow: var(--shadow-card);
- }
- .contrast-box.old { background: #fef2f2; border: 1px solid #fecaca; }
- .contrast-box.new { background: var(--accent-light); border: 1px solid #99f6e4; }
- .contrast-box h4 { margin-bottom: 0.8rem; font-size: 1.05rem; }
- .contrast-box.old h4 { color: #dc2626; }
- .contrast-box.new h4 { color: var(--accent); }
- .contrast-box ul { list-style: none; padding-left: 0; }
- .contrast-box li {
- font-size: 0.92rem;
- color: var(--text-secondary);
- padding: 0.35rem 0;
- padding-left: 1.4rem;
- position: relative;
- }
- .contrast-box.old li::before { content: '✗'; position: absolute; left: 0; color: #dc2626; font-weight: 700; }
- .contrast-box.new li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
- /* 五维 */
- .dim-grid {
- display: grid;
- grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
- gap: 1.2rem;
- margin-top: 1.5rem;
- }
- .dim-card {
- background: var(--bg-card);
- border-radius: var(--radius);
- padding: 1.6rem;
- box-shadow: var(--shadow-card);
- border-top: 4px solid #e2e8f0;
- transition: transform 0.2s, box-shadow 0.2s;
- }
- .dim-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
- .dim-card.orange { border-top-color: var(--orange); }
- .dim-card.indigo { border-top-color: var(--indigo); }
- .dim-card.gold { border-top-color: var(--gold); }
- .dim-card.green { border-top-color: var(--green); }
- .dim-card.pink { border-top-color: var(--pink); }
- .dim-head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.7rem; }
- .dim-head .dim-icon { font-size: 1.4rem; }
- .dim-head h4 { font-size: 1.05rem; font-weight: 800; }
- .dim-head .wuxing {
- font-size: 0.7rem;
- padding: 0.15rem 0.6rem;
- border-radius: 100px;
- font-weight: 700;
- }
- .dim-card.orange .wuxing { background: var(--orange-light); color: var(--orange); }
- .dim-card.indigo .wuxing { background: var(--indigo-light); color: var(--indigo); }
- .dim-card.gold .wuxing { background: var(--gold-light); color: var(--gold); }
- .dim-card.green .wuxing { background: var(--green-light); color: var(--green); }
- .dim-card.pink .wuxing { background: var(--pink-light); color: var(--pink); }
- .dim-card p { font-size: 0.92rem; color: var(--text-secondary); margin-bottom: 0.6rem; }
- .dim-card .funcs { font-size: 0.8rem; color: var(--text-muted); }
- /* 闭环流程 */
- .flow {
- display: flex;
- align-items: stretch;
- gap: 0;
- margin-top: 2rem;
- flex-wrap: wrap;
- justify-content: center;
- }
- .flow-step {
- flex: 1;
- min-width: 160px;
- max-width: 220px;
- background: var(--bg-card);
- border-radius: var(--radius);
- padding: 1.6rem 1.2rem;
- box-shadow: var(--shadow-card);
- text-align: center;
- position: relative;
- margin: 0.5rem;
- }
- .flow-step .step-num {
- width: 32px;
- height: 32px;
- border-radius: 50%;
- background: var(--accent);
- color: white;
- font-weight: 800;
- font-size: 0.9rem;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 0.8rem;
- }
- .flow-step .step-icon { font-size: 1.6rem; margin-bottom: 0.4rem; display: block; }
- .flow-step h4 { font-size: 1rem; margin-bottom: 0.4rem; }
- .flow-step p { font-size: 0.82rem; color: var(--text-secondary); }
- .flow-arrow {
- align-self: center;
- font-size: 1.4rem;
- color: var(--accent);
- font-weight: 800;
- }
- /* 人群 */
- .person-grid {
- display: grid;
- grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
- gap: 1rem;
- margin-top: 1.5rem;
- }
- .person-card {
- background: var(--bg-card);
- border-radius: var(--radius);
- padding: 1.4rem 1.5rem;
- box-shadow: var(--shadow-card);
- border-left: 4px solid var(--accent);
- }
- .person-card h4 { font-size: 1rem; margin-bottom: 0.4rem; }
- .person-card p { font-size: 0.88rem; color: var(--text-secondary); }
- /* 信任 */
- .trust-strip {
- display: grid;
- grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
- gap: 1rem;
- margin-top: 1.5rem;
- }
- .trust-item {
- text-align: center;
- background: var(--bg-card);
- border-radius: var(--radius);
- padding: 1.5rem 1rem;
- box-shadow: var(--shadow-card);
- }
- .trust-item .num { font-size: 1.6rem; font-weight: 800; color: var(--accent); }
- .trust-item .label { font-size: 0.82rem; color: var(--text-muted); }
- /* 延伸阅读 */
- .link-list {
- list-style: none;
- padding-left: 0;
- margin-top: 1rem;
- display: grid;
- grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
- gap: 0.5rem;
- }
- .link-list li a {
- display: block;
- padding: 0.7rem 1rem;
- background: var(--bg-card);
- border-radius: 10px;
- border: 1px solid #e2e8f0;
- color: var(--text-secondary);
- font-size: 0.9rem;
- text-decoration: none;
- transition: border-color 0.15s, color 0.15s;
- }
- .link-list li a:hover { border-color: var(--accent); color: var(--accent); }
- /* HIGHLIGHT */
- .highlight-box {
- border-radius: 12px;
- padding: 1.2rem 1.5rem;
- font-size: 0.92rem;
- }
- .highlight-box.teal { background: var(--accent-light); border-left: 4px solid var(--accent); }
- .highlight-box p { color: var(--text-secondary); }
- /* CTA */
- .cta-section {
- background: linear-gradient(135deg, #0f2e4a 0%, #134e5e 50%, #0d9488 100%);
- color: white;
- text-align: center;
- padding: 4.5rem 1.5rem;
- }
- .cta-section h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 800; margin-bottom: 1.2rem; line-height: 1.4; }
- .cta-section .accent { color: #FF8C42; }
- .cta-section p { color: rgba(255,255,255,0.85); max-width: 700px; margin: 0 auto 1.2rem; }
- .cta-contact { font-size: 1.15rem; font-weight: 700; margin-top: 1.5rem; }
- .cta-contact .phone { color: #FF8C42; }
- /* FOOTER */
- .footer { background: #0f172a; color: #cbd5e1; padding: 3.5rem 1.5rem 2rem; }
- .footer-inner { max-width: var(--max-width); margin: 0 auto; display: flex; flex-wrap: wrap; gap: 2rem; }
- .footer-brand { flex: 1; min-width: 250px; }
- .footer-brand .logo-text { font-size: 1.5rem; font-weight: 800; color: #fff; }
- .footer-brand .logo-tag { font-size: 0.85rem; color: #94a3b8; }
- .footer-brand p { font-size: 0.85rem; color: #94a3b8; margin-top: 0.5rem; }
- .footer-col { flex: 1; min-width: 180px; }
- .footer-col h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.6rem; color: #fff; }
- .footer-col ul { list-style: none; padding-left: 0; }
- .footer-col li { font-size: 0.82rem; margin-bottom: 0.35rem; }
- .footer-col a { color: #94a3b8; text-decoration: none; }
- .footer-col a:hover { color: #fff; }
- .footer-legal { text-align: center; font-size: 0.75rem; color: #64748b; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #1e293b; }
- @media (max-width: 700px) {
- .contrast { grid-template-columns: 1fr; }
- .hero { padding: 4rem 1.2rem 3rem; min-height: auto; }
- .hero-stats { gap: 1.5rem; }
- }
- </style>
- </head>
- <body>
- <!-- HERO -->
- <div class="hero">
- <div class="hero-particles">
- <span class="particle"></span><span class="particle"></span><span class="particle"></span>
- <span class="particle"></span><span class="particle"></span><span class="particle"></span>
- </div>
- <div class="hero-content">
- <span class="hero-badge">浠艾福(Care Family)· 家庭健康成长俱乐部</span>
- <h1>不是等生病了才去医院<br>而是从今天起,<span class="accent">主动掌握健康</span></h1>
- <p class="hero-sub">
- 浠艾福——以智能评估为基础、以规划师为纽带,为每个家庭提供
- 从<b>检测 → 评估 → 干预</b>的全链路主动健康管理服务。
- 让健康不再靠"运气",而是靠一套看得见、可执行、能坚持的系统。
- </p>
- <div class="hero-stats">
- <div class="hero-stat"><span class="num">120,000+</span><span class="label">家庭的选择</span></div>
- <div class="hero-stat"><span class="num">5 维</span><span class="label">身·智·富·行·心体系</span></div>
- <div class="hero-stat"><span class="num">1 站式</span><span class="label">检测评估干预闭环</span></div>
- </div>
- </div>
- </div>
- <!-- 痛点 -->
- <div class="section">
- <span class="section-tag orange">先看一个扎心的现状</span>
- <h2>为什么我们"越来越重视健康"<br>身体却<span class="accent">越来越差</span>?</h2>
- <p class="section-intro">
- 加班、外卖、熬夜、久坐……我们用身体换事业,再用事业换医院。
- 等指标亮红灯、等确诊报告、等医生开药——每一步都在"被动等病"。
- </p>
- <div class="pain-grid">
- <div class="pain-card">
- <div class="icon">🩺</div>
- <h4>体检异常逐年增多</h4>
- <p>脂肪肝、高尿酸、血压血糖偏高……"亚健康"成为常态,却不知道从哪下手。</p>
- </div>
- <div class="pain-card">
- <div class="icon">🧒</div>
- <h4>孩子的体质让人揪心</h4>
- <p>过敏反复、注意力不集中、免疫力差、长不高——家长焦虑却束手无策。</p>
- </div>
- <div class="pain-card">
- <div class="icon">💊</div>
- <h4>吃不完的药、查不完的指标</h4>
- <p>血压高了吃药、血糖高了吃药,指标压下去了,身体却越来越依赖药物。</p>
- </div>
- <div class="pain-card">
- <div class="icon">🌪️</div>
- <h4>信息爆炸,越查越慌</h4>
- <p>网上说法互相矛盾,今天说补这个明天说戒那个,全家跟着瞎折腾。</p>
- </div>
- </div>
- </div>
- <!-- 理念对比 -->
- <div class="section alt">
- <span class="section-tag teal">主动健康 · 理念升级</span>
- <h2>从「治已病」到「管未病」<br>差的不是钱,是<span class="accent">一套方法论</span></h2>
- <p class="section-intro">
- 浠艾福倡导的<b>主动健康</b>,不是"有病治病",而是"没病防病、小病防大"——
- 用科学数据看清身体状态,在问题发生前就把它拦住。
- </p>
- <div class="contrast">
- <div class="contrast-box old">
- <h4>❌ 被动医疗模式</h4>
- <ul>
- <li>等不舒服了才检查</li>
- <li>指标异常才紧张</li>
- <li>确诊了才治疗</li>
- <li>治标不治本,反反复复</li>
- <li>全家健康靠"扛"和"拖"</li>
- </ul>
- </div>
- <div class="contrast-box new">
- <h4>✅ 主动健康模式</h4>
- <ul>
- <li>定期检测,提前发现风险</li>
- <li>专业评估,看清问题根源</li>
- <li>科学干预,从生活方式入手</li>
- <li>持续追踪,看得见的变化</li>
- <li>全家共建,健康成为习惯</li>
- </ul>
- </div>
- </div>
- </div>
- <!-- 浠艾福是什么 -->
- <div class="section">
- <span class="section-tag blue">一分钟认识浠艾福</span>
- <h2>浠艾福是谁?<br><span class="accent">给全家的一站式幸福提案</span></h2>
- <p class="section-intro">
- 亿图腾(北京)科技有限公司倾力打造的家庭健康成长俱乐部。
- 一句话说清楚:<b>我们帮每个家庭,把"健康"从一句口号,变成一套能落地的系统。</b>
- </p>
- <div class="contrast" style="grid-template-columns:1fr;">
- <div class="highlight-box teal">
- <p>
- <strong>核心定位:</strong>以<b>智能评估</b>为基础、以<b>规划师</b>为纽带,
- 构建从<b>检测 — 评估 — 干预</b>的全链路主动健康管理服务体系。
- 以五行智慧为根基,以五维能量为引擎,为每个家庭定制全生命周期解决方案。
- </p>
- </div>
- </div>
- <p class="section-intro" style="margin-top:1.5rem;">
- 在充满变化的时代,一个家庭最顶级、最稳固的幸福——是身体的舒服长久,
- 是下一代的大智慧,是长辈与家族的爱心传承,是知行合一的活力,更是衣食无忧的底气。
- </p>
- </div>
- <!-- 五维 -->
- <div class="section alt">
- <span class="section-tag indigo">五维能量体系</span>
- <h2>身·智·富·行·心<br>家庭幸福的<span class="accent">五块拼图</span></h2>
- <p class="section-intro">
- 健康不只是"不生病"。浠艾福把家庭幸福拆解为五大维度,每个维度都有对应的
- 评估工具与行动方案——你缺哪块,我们就帮你补哪块。
- </p>
- <div class="dim-grid">
- <div class="dim-card orange">
- <div class="dim-head">
- <span class="dim-icon">🌏</span>
- <h4>身 · 主动健康</h4>
- <span class="wuxing">土</span>
- </div>
- <p>用最适合、最简单的方法(好水与精准营养),从根源调理家人体质,享受高质量的舒服长寿生活。</p>
- <div class="funcs">精准营养推荐 · 健康报告解析 · 体质调理方案</div>
- </div>
- <div class="dim-card indigo">
- <div class="dim-head">
- <span class="dim-icon">⚔️</span>
- <h4>智 · 赋能未来</h4>
- <span class="wuxing">金</span>
- </div>
- <p>通过专业心智测评与综合素质培养,开启青少年面向未来的大智慧、健全人格与核心竞争力。</p>
- <div class="funcs">专业心智测评 · 综合素质培养 · 成长档案追踪</div>
- </div>
- <div class="dim-card gold">
- <div class="dim-head">
- <span class="dim-icon">💧</span>
- <h4>富 · 利他创富</h4>
- <span class="wuxing">水</span>
- </div>
- <p>依托低门槛创客成长生态,在利他分享中顺便实现家庭的"第二收入曲线"。</p>
- <div class="funcs">创客成长生态 · 积分奖励体系 · 服务套餐市场</div>
- </div>
- <div class="dim-card green">
- <div class="dim-head">
- <span class="dim-icon">🌿</span>
- <h4>行 · 人际和谐</h4>
- <span class="wuxing">木</span>
- </div>
- <p>"行"的核心是人与人的关系:亲子、夫妻、同事、朋友——以和谐关系滋养家庭幸福。</p>
- <div class="funcs">亲子关系建设 · 夫妻情感经营 · 社交与人脉拓展</div>
- </div>
- <div class="dim-card pink">
- <div class="dim-head">
- <span class="dim-icon">🔥</span>
- <h4>心 · 大爱相随</h4>
- <span class="wuxing">火</span>
- </div>
- <p>以心理学视角解读自我与家人,用理解与包容滋养家庭情感,把爱升华为以"心"传心的家族纽带。</p>
- <div class="funcs">情绪认知与疏导 · 家庭关系心理学 · 人格与性格探索</div>
- </div>
- </div>
- <div class="highlight-box teal" style="margin-top:1.5rem;">
- <p><strong>五行相生:</strong>身生智 → 智生富 → 富生行 → 行生心 → 心生身。
- 五维不是孤立拼盘,而是环环相扣的有机生态——每个服务都会按比例分配能量值到各维度,
- 综合计算家庭健康指数,让你一眼看清全家状态。</p>
- </div>
- </div>
- <!-- 闭环 -->
- <div class="section">
- <span class="section-tag green">全链路服务</span>
- <h2>我们怎么帮你?<br><span class="accent">检测 — 评估 — 干预</span> 三步闭环</h2>
- <p class="section-intro">
- 不是卖完产品就结束,而是陪你走完整个健康改善周期。
- </p>
- <div class="flow">
- <div class="flow-step">
- <span class="step-num">1</span>
- <span class="step-icon">🧬</span>
- <h4>智能检测</h4>
- <p>肠道菌群基因检测等科学评估工具,居家采样,看清身体的真实状态,告别"猜"。</p>
- </div>
- <div class="flow-arrow">→</div>
- <div class="flow-step">
- <span class="step-num">2</span>
- <span class="step-icon">📋</span>
- <h4>专业评估</h4>
- <p>规划师一对一解读报告,把晦涩数据翻译成"你的身体在告诉你什么"。</p>
- </div>
- <div class="flow-arrow">→</div>
- <div class="flow-step">
- <span class="step-num">3</span>
- <span class="step-icon">🛠️</span>
- <h4>科学干预</h4>
- <p>好水、精准营养、饮食运动、生活习惯——定制可执行的调理方案。</p>
- </div>
- <div class="flow-arrow">→</div>
- <div class="flow-step">
- <span class="step-num">4</span>
- <span class="step-icon">📈</span>
- <h4>持续追踪</h4>
- <p>成长档案记录变化,能量指数实时反馈,让每一次努力都看得见。</p>
- </div>
- </div>
- <div class="highlight-box teal" style="margin-top:2rem;">
- <p><strong>谁陪你走完这条路?</strong> 成长规划师——懂测评、懂调理、懂家庭教育的专业顾问,
- 从首次咨询到方案落地全程陪伴,而不是让你一个人对着报告发愁。</p>
- </div>
- </div>
- <!-- 适用人群 -->
- <div class="section alt">
- <span class="section-tag gold">谁需要浠艾福</span>
- <h2>如果你家有以下情况<br>我们<span class="accent">正好能帮上忙</span></h2>
- <div class="person-grid">
- <div class="person-card">
- <h4>👨👩👧 有娃家庭</h4>
- <p>孩子过敏、专注力差、反复生病、生长发育担忧——从根源找原因,科学调理。</p>
- </div>
- <div class="person-card">
- <h4>🧑💼 亚健康上班族</h4>
- <p>体检报告年年有箭头,身体却查不出"病"——先看肠道,再看炎症,找到失衡点。</p>
- </div>
- <div class="person-card">
- <h4>👴 关注慢病的长辈家庭</h4>
- <p>三高、痛风、骨质疏松、心脑血管风险——用主动健康把风险拦在确诊之前。</p>
- </div>
- <div class="person-card">
- <h4>💼 想增加家庭收入的家长</h4>
- <p>加入创客成长生态,在利他分享中打造家庭的"第二收入曲线"。</p>
- </div>
- </div>
- </div>
- <!-- 信任 -->
- <div class="section">
- <span class="section-tag teal">为什么可以相信</span>
- <h2>科学循证 + 专业团队<br>健康这件事,<span class="accent">我们不玩玄学</span></h2>
- <div class="trust-strip">
- <div class="trust-item"><div class="num">120,000+</div><div class="label">服务家庭</div></div>
- <div class="trust-item"><div class="num">300+</div><div class="label">菌群检测维度</div></div>
- <div class="trust-item"><div class="num">5 维</div><div class="label">能量评估体系</div></div>
- <div class="trust-item"><div class="num">1对1</div><div class="label">规划师全程陪伴</div></div>
- </div>
- <p class="section-intro" style="margin-top:1.5rem;">
- 我们的健康科普文章全部基于公开科学文献(PubMed / NEJM / Cell 等),
- 用证据说话,不贩卖焦虑。想了解更多,可以从这些文章读起:
- </p>
- <ul class="link-list">
- <li><a href="gut-microbiota-testing.html">为什么要做菌群检测?先测再调,告别瞎猜 →</a></li>
- <li><a href="gut-microbiome-immune.html">肠道菌群与免疫系统:身体的"第二基因组" →</a></li>
- <li><a href="metabolic-syndrome.html">从三高到六高:是症状,不是病 →</a></li>
- <li><a href="leaky-gut.html">肠漏:被忽视的慢性病根源 →</a></li>
- </ul>
- </div>
- <!-- CTA -->
- <div class="cta-section">
- <h2>健康不是等来的<br>是<span class="accent">主动管理</span>出来的</h2>
- <p>从一次检测开始,看清身体的真实状态;<br>从一位规划师开始,找到适合全家的改善路径。</p>
- <p style="font-size:1.1rem;"><strong>把"以后再说"换成"现在就开始"——<br>你家离主动健康,只差一个开始。</strong></p>
- <p class="cta-contact">📞 书宁老师 <span class="phone">13701366188</span></p>
- </div>
- <!-- Footer -->
- <footer class="footer">
- <div class="footer-inner">
- <div class="footer-brand">
- <span class="logo-text">浠艾福</span>
- <span class="logo-tag">主动健康 · 五维幸福</span>
- <p>以智能评估为基础,以规划师为纽带,构建从检测—评估—干预的全链路主动健康管理服务体系。让每个家庭掌握健康主动权。</p>
- </div>
- <div class="footer-col">
- <h4>健康科普</h4>
- <ul>
- <li><a href="gut-microbiota-testing.html">为什么要做菌群检测</a></li>
- <li><a href="gut-microbiome-immune.html">肠道菌群与免疫系统</a></li>
- <li><a href="metabolic-syndrome.html">从三高到六高</a></li>
- <li><a href="leaky-gut.html">肠漏与慢性病</a></li>
- </ul>
- </div>
- <div class="footer-col">
- <h4>产品与服务</h4>
- <ul>
- <li><a href="../product-intro/gut-testing.html">肠道菌群基因检测</a></li>
- <li><a href="../product-intro/kangen-water.html">Enagic 电解还原水机</a></li>
- <li><a href="../sales/sales.html">家庭成长规划服务</a></li>
- <li><a href="../sales/index.html">全部文章合集</a></li>
- </ul>
- </div>
- </div>
- <div class="footer-legal">
- © 2026 亿图腾(北京)科技有限公司 · 浠艾福主动健康学院 · 内容仅供科普参考,不构成医疗建议
- </div>
- </footer>
- </body>
- </html>
|