active-health-concept.html 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="description" content="浠艾福(Care Family)是什么?——以智能评估为基础、以规划师为纽带,构建从检测、评估到干预的全链路主动健康管理服务体系。身·智·富·行·心五维幸福矩阵,让每个家庭掌握健康主动权。">
  7. <meta name="keywords" content="浠艾福,主动健康,五维能量,身智富行心,家庭健康,健康管理,肠道检测,成长规划师,检测评估干预,全链路健康管理">
  8. <meta property="og:title" content="浠艾福是什么?——让每个家庭掌握健康主动权">
  9. <meta property="og:description" content="不是等生病了才去医院,而是从今天起主动掌握健康。浠艾福以智能评估为基础、以规划师为纽带,为家庭提供检测—评估—干预的全链路主动健康管理服务。">
  10. <meta property="og:type" content="article">
  11. <meta property="og:image" content="https://www.etotem.com.cn/img/hero-active-health.jpg">
  12. <title>浠艾福是什么?——让每个家庭掌握健康主动权 · 浠艾福</title>
  13. <style>
  14. :root {
  15. --bg-card: #FFFFFF;
  16. --bg-alt: #f8fafc;
  17. --text-primary: #1a1a2e;
  18. --text-secondary: #4a5568;
  19. --text-muted: #718096;
  20. --accent: #0d9488;
  21. --accent-light: #f0fdfa;
  22. --orange: #FF8C42;
  23. --orange-light: #fff4e6;
  24. --indigo: #6366F1;
  25. --indigo-light: #eef2ff;
  26. --gold: #F59E0B;
  27. --gold-light: #fffbe6;
  28. --green: #10B981;
  29. --green-light: #ecfdf5;
  30. --pink: #FF6B9D;
  31. --pink-light: #fdf2f6;
  32. --blue: #1a5276;
  33. --blue-light: #eaf4fb;
  34. --font: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  35. --max-width: 1080px;
  36. --shadow-card: 0 4px 24px rgba(0,0,0,0.08);
  37. --shadow-hover: 0 8px 40px rgba(0,0,0,0.12);
  38. --radius: 16px;
  39. }
  40. * { margin: 0; padding: 0; box-sizing: border-box; }
  41. html { scroll-behavior: smooth; }
  42. body {
  43. font-family: var(--font);
  44. font-size: 1rem;
  45. line-height: 1.8;
  46. color: var(--text-primary);
  47. background: #fff;
  48. -webkit-font-smoothing: antialiased;
  49. }
  50. /* HERO */
  51. .hero {
  52. position: relative;
  53. background: linear-gradient(135deg, #0f2e4a 0%, #134e5e 45%, #0d9488 100%);
  54. color: white;
  55. padding: 6rem 1.5rem 4.5rem;
  56. overflow: hidden;
  57. min-height: 62vh;
  58. display: flex;
  59. align-items: center;
  60. }
  61. .hero::before {
  62. content: '';
  63. position: absolute;
  64. inset: 0;
  65. background:
  66. radial-gradient(circle at 20% 30%, rgba(255,140,66,0.18) 0%, transparent 50%),
  67. radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 50%);
  68. }
  69. .hero-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
  70. .particle {
  71. position: absolute;
  72. border-radius: 50%;
  73. background: rgba(255,255,255,0.12);
  74. animation: float 8s ease-in-out infinite;
  75. }
  76. .particle:nth-child(1) { width: 8px; height: 8px; left: 10%; top: 30%; animation-delay: 0s; }
  77. .particle:nth-child(2) { width: 12px; height: 12px; left: 25%; top: 50%; animation-delay: 1.5s; }
  78. .particle:nth-child(3) { width: 6px; height: 6px; left: 60%; top: 25%; animation-delay: 3s; }
  79. .particle:nth-child(4) { width: 10px; height: 10px; left: 75%; top: 60%; animation-delay: 0.5s; }
  80. .particle:nth-child(5) { width: 14px; height: 14px; left: 85%; top: 40%; animation-delay: 2s; }
  81. .particle:nth-child(6) { width: 7px; height: 7px; left: 40%; top: 70%; animation-delay: 4s; }
  82. @keyframes float {
  83. 0%, 100% { transform: translateY(0); opacity: 0.3; }
  84. 50% { transform: translateY(-30px); opacity: 0.7; }
  85. }
  86. .hero-content { position: relative; z-index: 1; max-width: var(--max-width); margin: 0 auto; }
  87. .hero-badge {
  88. display: inline-block;
  89. background: rgba(255,255,255,0.15);
  90. color: white;
  91. font-size: 0.78rem;
  92. font-weight: 700;
  93. padding: 0.35rem 1rem;
  94. border-radius: 100px;
  95. margin-bottom: 1.2rem;
  96. backdrop-filter: blur(4px);
  97. }
  98. .hero-content h1 {
  99. font-size: clamp(2rem, 4.5vw, 3rem);
  100. font-weight: 800;
  101. line-height: 1.25;
  102. margin-bottom: 1.5rem;
  103. letter-spacing: -0.02em;
  104. }
  105. .hero-content .accent { color: #FF8C42; display: inline-block; }
  106. .hero-sub {
  107. font-size: clamp(1rem, 2vw, 1.15rem);
  108. color: rgba(255,255,255,0.88);
  109. max-width: 700px;
  110. margin-bottom: 2rem;
  111. }
  112. .hero-stats {
  113. display: flex;
  114. gap: 2.5rem;
  115. flex-wrap: wrap;
  116. margin-top: 2rem;
  117. }
  118. .hero-stat { display: flex; flex-direction: column; }
  119. .hero-stat .num { font-size: 1.8rem; font-weight: 800; color: #FF8C42; }
  120. .hero-stat .label { font-size: 0.8rem; color: rgba(255,255,255,0.7); }
  121. /* SECTION */
  122. .section {
  123. padding: 4rem 1.5rem;
  124. max-width: var(--max-width);
  125. margin: 0 auto;
  126. }
  127. .section.alt { background: var(--bg-alt); border-radius: var(--radius); margin: 2rem auto; }
  128. .section-tag {
  129. display: inline-block;
  130. font-size: 0.75rem;
  131. font-weight: 700;
  132. padding: 0.3rem 0.8rem;
  133. border-radius: 100px;
  134. margin-bottom: 0.8rem;
  135. }
  136. .section-tag.teal { background: var(--accent-light); color: var(--accent); }
  137. .section-tag.orange { background: var(--orange-light); color: var(--orange); }
  138. .section-tag.indigo { background: var(--indigo-light); color: var(--indigo); }
  139. .section-tag.gold { background: var(--gold-light); color: var(--gold); }
  140. .section-tag.green { background: var(--green-light); color: var(--green); }
  141. .section-tag.pink { background: var(--pink-light); color: var(--pink); }
  142. .section-tag.blue { background: var(--blue-light); color: var(--blue); }
  143. .section h2 {
  144. font-size: clamp(1.5rem, 3vw, 2rem);
  145. font-weight: 800;
  146. margin-bottom: 1.2rem;
  147. line-height: 1.35;
  148. }
  149. .section h2 .accent { color: var(--accent); }
  150. .section-intro {
  151. font-size: 1.05rem;
  152. color: var(--text-secondary);
  153. max-width: 780px;
  154. margin-bottom: 2rem;
  155. }
  156. /* 痛点对比 */
  157. .pain-grid {
  158. display: grid;
  159. grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  160. gap: 1rem;
  161. margin-top: 1.5rem;
  162. }
  163. .pain-card {
  164. background: var(--bg-card);
  165. border-radius: var(--radius);
  166. padding: 1.5rem;
  167. box-shadow: var(--shadow-card);
  168. border-top: 4px solid #e2e8f0;
  169. }
  170. .pain-card .icon { font-size: 1.6rem; margin-bottom: 0.6rem; }
  171. .pain-card h4 { font-size: 1.02rem; margin-bottom: 0.5rem; }
  172. .pain-card p { font-size: 0.9rem; color: var(--text-secondary); }
  173. /* 理念对比 */
  174. .contrast {
  175. display: grid;
  176. grid-template-columns: 1fr 1fr;
  177. gap: 1.2rem;
  178. margin-top: 1.5rem;
  179. }
  180. .contrast-box {
  181. border-radius: var(--radius);
  182. padding: 1.8rem;
  183. box-shadow: var(--shadow-card);
  184. }
  185. .contrast-box.old { background: #fef2f2; border: 1px solid #fecaca; }
  186. .contrast-box.new { background: var(--accent-light); border: 1px solid #99f6e4; }
  187. .contrast-box h4 { margin-bottom: 0.8rem; font-size: 1.05rem; }
  188. .contrast-box.old h4 { color: #dc2626; }
  189. .contrast-box.new h4 { color: var(--accent); }
  190. .contrast-box ul { list-style: none; padding-left: 0; }
  191. .contrast-box li {
  192. font-size: 0.92rem;
  193. color: var(--text-secondary);
  194. padding: 0.35rem 0;
  195. padding-left: 1.4rem;
  196. position: relative;
  197. }
  198. .contrast-box.old li::before { content: '✗'; position: absolute; left: 0; color: #dc2626; font-weight: 700; }
  199. .contrast-box.new li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
  200. /* 五维 */
  201. .dim-grid {
  202. display: grid;
  203. grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  204. gap: 1.2rem;
  205. margin-top: 1.5rem;
  206. }
  207. .dim-card {
  208. background: var(--bg-card);
  209. border-radius: var(--radius);
  210. padding: 1.6rem;
  211. box-shadow: var(--shadow-card);
  212. border-top: 4px solid #e2e8f0;
  213. transition: transform 0.2s, box-shadow 0.2s;
  214. }
  215. .dim-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
  216. .dim-card.orange { border-top-color: var(--orange); }
  217. .dim-card.indigo { border-top-color: var(--indigo); }
  218. .dim-card.gold { border-top-color: var(--gold); }
  219. .dim-card.green { border-top-color: var(--green); }
  220. .dim-card.pink { border-top-color: var(--pink); }
  221. .dim-head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.7rem; }
  222. .dim-head .dim-icon { font-size: 1.4rem; }
  223. .dim-head h4 { font-size: 1.05rem; font-weight: 800; }
  224. .dim-head .wuxing {
  225. font-size: 0.7rem;
  226. padding: 0.15rem 0.6rem;
  227. border-radius: 100px;
  228. font-weight: 700;
  229. }
  230. .dim-card.orange .wuxing { background: var(--orange-light); color: var(--orange); }
  231. .dim-card.indigo .wuxing { background: var(--indigo-light); color: var(--indigo); }
  232. .dim-card.gold .wuxing { background: var(--gold-light); color: var(--gold); }
  233. .dim-card.green .wuxing { background: var(--green-light); color: var(--green); }
  234. .dim-card.pink .wuxing { background: var(--pink-light); color: var(--pink); }
  235. .dim-card p { font-size: 0.92rem; color: var(--text-secondary); margin-bottom: 0.6rem; }
  236. .dim-card .funcs { font-size: 0.8rem; color: var(--text-muted); }
  237. /* 闭环流程 */
  238. .flow {
  239. display: flex;
  240. align-items: stretch;
  241. gap: 0;
  242. margin-top: 2rem;
  243. flex-wrap: wrap;
  244. justify-content: center;
  245. }
  246. .flow-step {
  247. flex: 1;
  248. min-width: 160px;
  249. max-width: 220px;
  250. background: var(--bg-card);
  251. border-radius: var(--radius);
  252. padding: 1.6rem 1.2rem;
  253. box-shadow: var(--shadow-card);
  254. text-align: center;
  255. position: relative;
  256. margin: 0.5rem;
  257. }
  258. .flow-step .step-num {
  259. width: 32px;
  260. height: 32px;
  261. border-radius: 50%;
  262. background: var(--accent);
  263. color: white;
  264. font-weight: 800;
  265. font-size: 0.9rem;
  266. display: inline-flex;
  267. align-items: center;
  268. justify-content: center;
  269. margin-bottom: 0.8rem;
  270. }
  271. .flow-step .step-icon { font-size: 1.6rem; margin-bottom: 0.4rem; display: block; }
  272. .flow-step h4 { font-size: 1rem; margin-bottom: 0.4rem; }
  273. .flow-step p { font-size: 0.82rem; color: var(--text-secondary); }
  274. .flow-arrow {
  275. align-self: center;
  276. font-size: 1.4rem;
  277. color: var(--accent);
  278. font-weight: 800;
  279. }
  280. /* 人群 */
  281. .person-grid {
  282. display: grid;
  283. grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  284. gap: 1rem;
  285. margin-top: 1.5rem;
  286. }
  287. .person-card {
  288. background: var(--bg-card);
  289. border-radius: var(--radius);
  290. padding: 1.4rem 1.5rem;
  291. box-shadow: var(--shadow-card);
  292. border-left: 4px solid var(--accent);
  293. }
  294. .person-card h4 { font-size: 1rem; margin-bottom: 0.4rem; }
  295. .person-card p { font-size: 0.88rem; color: var(--text-secondary); }
  296. /* 信任 */
  297. .trust-strip {
  298. display: grid;
  299. grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  300. gap: 1rem;
  301. margin-top: 1.5rem;
  302. }
  303. .trust-item {
  304. text-align: center;
  305. background: var(--bg-card);
  306. border-radius: var(--radius);
  307. padding: 1.5rem 1rem;
  308. box-shadow: var(--shadow-card);
  309. }
  310. .trust-item .num { font-size: 1.6rem; font-weight: 800; color: var(--accent); }
  311. .trust-item .label { font-size: 0.82rem; color: var(--text-muted); }
  312. /* 延伸阅读 */
  313. .link-list {
  314. list-style: none;
  315. padding-left: 0;
  316. margin-top: 1rem;
  317. display: grid;
  318. grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  319. gap: 0.5rem;
  320. }
  321. .link-list li a {
  322. display: block;
  323. padding: 0.7rem 1rem;
  324. background: var(--bg-card);
  325. border-radius: 10px;
  326. border: 1px solid #e2e8f0;
  327. color: var(--text-secondary);
  328. font-size: 0.9rem;
  329. text-decoration: none;
  330. transition: border-color 0.15s, color 0.15s;
  331. }
  332. .link-list li a:hover { border-color: var(--accent); color: var(--accent); }
  333. /* HIGHLIGHT */
  334. .highlight-box {
  335. border-radius: 12px;
  336. padding: 1.2rem 1.5rem;
  337. font-size: 0.92rem;
  338. }
  339. .highlight-box.teal { background: var(--accent-light); border-left: 4px solid var(--accent); }
  340. .highlight-box p { color: var(--text-secondary); }
  341. /* CTA */
  342. .cta-section {
  343. background: linear-gradient(135deg, #0f2e4a 0%, #134e5e 50%, #0d9488 100%);
  344. color: white;
  345. text-align: center;
  346. padding: 4.5rem 1.5rem;
  347. }
  348. .cta-section h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 800; margin-bottom: 1.2rem; line-height: 1.4; }
  349. .cta-section .accent { color: #FF8C42; }
  350. .cta-section p { color: rgba(255,255,255,0.85); max-width: 700px; margin: 0 auto 1.2rem; }
  351. .cta-contact { font-size: 1.15rem; font-weight: 700; margin-top: 1.5rem; }
  352. .cta-contact .phone { color: #FF8C42; }
  353. /* FOOTER */
  354. .footer { background: #0f172a; color: #cbd5e1; padding: 3.5rem 1.5rem 2rem; }
  355. .footer-inner { max-width: var(--max-width); margin: 0 auto; display: flex; flex-wrap: wrap; gap: 2rem; }
  356. .footer-brand { flex: 1; min-width: 250px; }
  357. .footer-brand .logo-text { font-size: 1.5rem; font-weight: 800; color: #fff; }
  358. .footer-brand .logo-tag { font-size: 0.85rem; color: #94a3b8; }
  359. .footer-brand p { font-size: 0.85rem; color: #94a3b8; margin-top: 0.5rem; }
  360. .footer-col { flex: 1; min-width: 180px; }
  361. .footer-col h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.6rem; color: #fff; }
  362. .footer-col ul { list-style: none; padding-left: 0; }
  363. .footer-col li { font-size: 0.82rem; margin-bottom: 0.35rem; }
  364. .footer-col a { color: #94a3b8; text-decoration: none; }
  365. .footer-col a:hover { color: #fff; }
  366. .footer-legal { text-align: center; font-size: 0.75rem; color: #64748b; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #1e293b; }
  367. @media (max-width: 700px) {
  368. .contrast { grid-template-columns: 1fr; }
  369. .hero { padding: 4rem 1.2rem 3rem; min-height: auto; }
  370. .hero-stats { gap: 1.5rem; }
  371. }
  372. </style>
  373. </head>
  374. <body>
  375. <!-- HERO -->
  376. <div class="hero">
  377. <div class="hero-particles">
  378. <span class="particle"></span><span class="particle"></span><span class="particle"></span>
  379. <span class="particle"></span><span class="particle"></span><span class="particle"></span>
  380. </div>
  381. <div class="hero-content">
  382. <span class="hero-badge">浠艾福(Care Family)· 家庭健康成长俱乐部</span>
  383. <h1>不是等生病了才去医院<br>而是从今天起,<span class="accent">主动掌握健康</span></h1>
  384. <p class="hero-sub">
  385. 浠艾福——以智能评估为基础、以规划师为纽带,为每个家庭提供
  386. 从<b>检测 → 评估 → 干预</b>的全链路主动健康管理服务。
  387. 让健康不再靠"运气",而是靠一套看得见、可执行、能坚持的系统。
  388. </p>
  389. <div class="hero-stats">
  390. <div class="hero-stat"><span class="num">120,000+</span><span class="label">家庭的选择</span></div>
  391. <div class="hero-stat"><span class="num">5 维</span><span class="label">身·智·富·行·心体系</span></div>
  392. <div class="hero-stat"><span class="num">1 站式</span><span class="label">检测评估干预闭环</span></div>
  393. </div>
  394. </div>
  395. </div>
  396. <!-- 痛点 -->
  397. <div class="section">
  398. <span class="section-tag orange">先看一个扎心的现状</span>
  399. <h2>为什么我们"越来越重视健康"<br>身体却<span class="accent">越来越差</span>?</h2>
  400. <p class="section-intro">
  401. 加班、外卖、熬夜、久坐……我们用身体换事业,再用事业换医院。
  402. 等指标亮红灯、等确诊报告、等医生开药——每一步都在"被动等病"。
  403. </p>
  404. <div class="pain-grid">
  405. <div class="pain-card">
  406. <div class="icon">🩺</div>
  407. <h4>体检异常逐年增多</h4>
  408. <p>脂肪肝、高尿酸、血压血糖偏高……"亚健康"成为常态,却不知道从哪下手。</p>
  409. </div>
  410. <div class="pain-card">
  411. <div class="icon">🧒</div>
  412. <h4>孩子的体质让人揪心</h4>
  413. <p>过敏反复、注意力不集中、免疫力差、长不高——家长焦虑却束手无策。</p>
  414. </div>
  415. <div class="pain-card">
  416. <div class="icon">💊</div>
  417. <h4>吃不完的药、查不完的指标</h4>
  418. <p>血压高了吃药、血糖高了吃药,指标压下去了,身体却越来越依赖药物。</p>
  419. </div>
  420. <div class="pain-card">
  421. <div class="icon">🌪️</div>
  422. <h4>信息爆炸,越查越慌</h4>
  423. <p>网上说法互相矛盾,今天说补这个明天说戒那个,全家跟着瞎折腾。</p>
  424. </div>
  425. </div>
  426. </div>
  427. <!-- 理念对比 -->
  428. <div class="section alt">
  429. <span class="section-tag teal">主动健康 · 理念升级</span>
  430. <h2>从「治已病」到「管未病」<br>差的不是钱,是<span class="accent">一套方法论</span></h2>
  431. <p class="section-intro">
  432. 浠艾福倡导的<b>主动健康</b>,不是"有病治病",而是"没病防病、小病防大"——
  433. 用科学数据看清身体状态,在问题发生前就把它拦住。
  434. </p>
  435. <div class="contrast">
  436. <div class="contrast-box old">
  437. <h4>❌ 被动医疗模式</h4>
  438. <ul>
  439. <li>等不舒服了才检查</li>
  440. <li>指标异常才紧张</li>
  441. <li>确诊了才治疗</li>
  442. <li>治标不治本,反反复复</li>
  443. <li>全家健康靠"扛"和"拖"</li>
  444. </ul>
  445. </div>
  446. <div class="contrast-box new">
  447. <h4>✅ 主动健康模式</h4>
  448. <ul>
  449. <li>定期检测,提前发现风险</li>
  450. <li>专业评估,看清问题根源</li>
  451. <li>科学干预,从生活方式入手</li>
  452. <li>持续追踪,看得见的变化</li>
  453. <li>全家共建,健康成为习惯</li>
  454. </ul>
  455. </div>
  456. </div>
  457. </div>
  458. <!-- 浠艾福是什么 -->
  459. <div class="section">
  460. <span class="section-tag blue">一分钟认识浠艾福</span>
  461. <h2>浠艾福是谁?<br><span class="accent">给全家的一站式幸福提案</span></h2>
  462. <p class="section-intro">
  463. 亿图腾(北京)科技有限公司倾力打造的家庭健康成长俱乐部。
  464. 一句话说清楚:<b>我们帮每个家庭,把"健康"从一句口号,变成一套能落地的系统。</b>
  465. </p>
  466. <div class="contrast" style="grid-template-columns:1fr;">
  467. <div class="highlight-box teal">
  468. <p>
  469. <strong>核心定位:</strong>以<b>智能评估</b>为基础、以<b>规划师</b>为纽带,
  470. 构建从<b>检测 — 评估 — 干预</b>的全链路主动健康管理服务体系。
  471. 以五行智慧为根基,以五维能量为引擎,为每个家庭定制全生命周期解决方案。
  472. </p>
  473. </div>
  474. </div>
  475. <p class="section-intro" style="margin-top:1.5rem;">
  476. 在充满变化的时代,一个家庭最顶级、最稳固的幸福——是身体的舒服长久,
  477. 是下一代的大智慧,是长辈与家族的爱心传承,是知行合一的活力,更是衣食无忧的底气。
  478. </p>
  479. </div>
  480. <!-- 五维 -->
  481. <div class="section alt">
  482. <span class="section-tag indigo">五维能量体系</span>
  483. <h2>身·智·富·行·心<br>家庭幸福的<span class="accent">五块拼图</span></h2>
  484. <p class="section-intro">
  485. 健康不只是"不生病"。浠艾福把家庭幸福拆解为五大维度,每个维度都有对应的
  486. 评估工具与行动方案——你缺哪块,我们就帮你补哪块。
  487. </p>
  488. <div class="dim-grid">
  489. <div class="dim-card orange">
  490. <div class="dim-head">
  491. <span class="dim-icon">🌏</span>
  492. <h4>身 · 主动健康</h4>
  493. <span class="wuxing">土</span>
  494. </div>
  495. <p>用最适合、最简单的方法(好水与精准营养),从根源调理家人体质,享受高质量的舒服长寿生活。</p>
  496. <div class="funcs">精准营养推荐 · 健康报告解析 · 体质调理方案</div>
  497. </div>
  498. <div class="dim-card indigo">
  499. <div class="dim-head">
  500. <span class="dim-icon">⚔️</span>
  501. <h4>智 · 赋能未来</h4>
  502. <span class="wuxing">金</span>
  503. </div>
  504. <p>通过专业心智测评与综合素质培养,开启青少年面向未来的大智慧、健全人格与核心竞争力。</p>
  505. <div class="funcs">专业心智测评 · 综合素质培养 · 成长档案追踪</div>
  506. </div>
  507. <div class="dim-card gold">
  508. <div class="dim-head">
  509. <span class="dim-icon">💧</span>
  510. <h4>富 · 利他创富</h4>
  511. <span class="wuxing">水</span>
  512. </div>
  513. <p>依托低门槛创客成长生态,在利他分享中顺便实现家庭的"第二收入曲线"。</p>
  514. <div class="funcs">创客成长生态 · 积分奖励体系 · 服务套餐市场</div>
  515. </div>
  516. <div class="dim-card green">
  517. <div class="dim-head">
  518. <span class="dim-icon">🌿</span>
  519. <h4>行 · 人际和谐</h4>
  520. <span class="wuxing">木</span>
  521. </div>
  522. <p>"行"的核心是人与人的关系:亲子、夫妻、同事、朋友——以和谐关系滋养家庭幸福。</p>
  523. <div class="funcs">亲子关系建设 · 夫妻情感经营 · 社交与人脉拓展</div>
  524. </div>
  525. <div class="dim-card pink">
  526. <div class="dim-head">
  527. <span class="dim-icon">🔥</span>
  528. <h4>心 · 大爱相随</h4>
  529. <span class="wuxing">火</span>
  530. </div>
  531. <p>以心理学视角解读自我与家人,用理解与包容滋养家庭情感,把爱升华为以"心"传心的家族纽带。</p>
  532. <div class="funcs">情绪认知与疏导 · 家庭关系心理学 · 人格与性格探索</div>
  533. </div>
  534. </div>
  535. <div class="highlight-box teal" style="margin-top:1.5rem;">
  536. <p><strong>五行相生:</strong>身生智 → 智生富 → 富生行 → 行生心 → 心生身。
  537. 五维不是孤立拼盘,而是环环相扣的有机生态——每个服务都会按比例分配能量值到各维度,
  538. 综合计算家庭健康指数,让你一眼看清全家状态。</p>
  539. </div>
  540. </div>
  541. <!-- 闭环 -->
  542. <div class="section">
  543. <span class="section-tag green">全链路服务</span>
  544. <h2>我们怎么帮你?<br><span class="accent">检测 — 评估 — 干预</span> 三步闭环</h2>
  545. <p class="section-intro">
  546. 不是卖完产品就结束,而是陪你走完整个健康改善周期。
  547. </p>
  548. <div class="flow">
  549. <div class="flow-step">
  550. <span class="step-num">1</span>
  551. <span class="step-icon">🧬</span>
  552. <h4>智能检测</h4>
  553. <p>肠道菌群基因检测等科学评估工具,居家采样,看清身体的真实状态,告别"猜"。</p>
  554. </div>
  555. <div class="flow-arrow">→</div>
  556. <div class="flow-step">
  557. <span class="step-num">2</span>
  558. <span class="step-icon">📋</span>
  559. <h4>专业评估</h4>
  560. <p>规划师一对一解读报告,把晦涩数据翻译成"你的身体在告诉你什么"。</p>
  561. </div>
  562. <div class="flow-arrow">→</div>
  563. <div class="flow-step">
  564. <span class="step-num">3</span>
  565. <span class="step-icon">🛠️</span>
  566. <h4>科学干预</h4>
  567. <p>好水、精准营养、饮食运动、生活习惯——定制可执行的调理方案。</p>
  568. </div>
  569. <div class="flow-arrow">→</div>
  570. <div class="flow-step">
  571. <span class="step-num">4</span>
  572. <span class="step-icon">📈</span>
  573. <h4>持续追踪</h4>
  574. <p>成长档案记录变化,能量指数实时反馈,让每一次努力都看得见。</p>
  575. </div>
  576. </div>
  577. <div class="highlight-box teal" style="margin-top:2rem;">
  578. <p><strong>谁陪你走完这条路?</strong> 成长规划师——懂测评、懂调理、懂家庭教育的专业顾问,
  579. 从首次咨询到方案落地全程陪伴,而不是让你一个人对着报告发愁。</p>
  580. </div>
  581. </div>
  582. <!-- 适用人群 -->
  583. <div class="section alt">
  584. <span class="section-tag gold">谁需要浠艾福</span>
  585. <h2>如果你家有以下情况<br>我们<span class="accent">正好能帮上忙</span></h2>
  586. <div class="person-grid">
  587. <div class="person-card">
  588. <h4>👨‍👩‍👧 有娃家庭</h4>
  589. <p>孩子过敏、专注力差、反复生病、生长发育担忧——从根源找原因,科学调理。</p>
  590. </div>
  591. <div class="person-card">
  592. <h4>🧑‍💼 亚健康上班族</h4>
  593. <p>体检报告年年有箭头,身体却查不出"病"——先看肠道,再看炎症,找到失衡点。</p>
  594. </div>
  595. <div class="person-card">
  596. <h4>👴 关注慢病的长辈家庭</h4>
  597. <p>三高、痛风、骨质疏松、心脑血管风险——用主动健康把风险拦在确诊之前。</p>
  598. </div>
  599. <div class="person-card">
  600. <h4>💼 想增加家庭收入的家长</h4>
  601. <p>加入创客成长生态,在利他分享中打造家庭的"第二收入曲线"。</p>
  602. </div>
  603. </div>
  604. </div>
  605. <!-- 信任 -->
  606. <div class="section">
  607. <span class="section-tag teal">为什么可以相信</span>
  608. <h2>科学循证 + 专业团队<br>健康这件事,<span class="accent">我们不玩玄学</span></h2>
  609. <div class="trust-strip">
  610. <div class="trust-item"><div class="num">120,000+</div><div class="label">服务家庭</div></div>
  611. <div class="trust-item"><div class="num">300+</div><div class="label">菌群检测维度</div></div>
  612. <div class="trust-item"><div class="num">5 维</div><div class="label">能量评估体系</div></div>
  613. <div class="trust-item"><div class="num">1对1</div><div class="label">规划师全程陪伴</div></div>
  614. </div>
  615. <p class="section-intro" style="margin-top:1.5rem;">
  616. 我们的健康科普文章全部基于公开科学文献(PubMed / NEJM / Cell 等),
  617. 用证据说话,不贩卖焦虑。想了解更多,可以从这些文章读起:
  618. </p>
  619. <ul class="link-list">
  620. <li><a href="gut-microbiota-testing.html">为什么要做菌群检测?先测再调,告别瞎猜 →</a></li>
  621. <li><a href="gut-microbiome-immune.html">肠道菌群与免疫系统:身体的"第二基因组" →</a></li>
  622. <li><a href="metabolic-syndrome.html">从三高到六高:是症状,不是病 →</a></li>
  623. <li><a href="leaky-gut.html">肠漏:被忽视的慢性病根源 →</a></li>
  624. </ul>
  625. </div>
  626. <!-- CTA -->
  627. <div class="cta-section">
  628. <h2>健康不是等来的<br>是<span class="accent">主动管理</span>出来的</h2>
  629. <p>从一次检测开始,看清身体的真实状态;<br>从一位规划师开始,找到适合全家的改善路径。</p>
  630. <p style="font-size:1.1rem;"><strong>把"以后再说"换成"现在就开始"——<br>你家离主动健康,只差一个开始。</strong></p>
  631. <p class="cta-contact">📞 书宁老师 <span class="phone">13701366188</span></p>
  632. </div>
  633. <!-- Footer -->
  634. <footer class="footer">
  635. <div class="footer-inner">
  636. <div class="footer-brand">
  637. <span class="logo-text">浠艾福</span>
  638. <span class="logo-tag">主动健康 · 五维幸福</span>
  639. <p>以智能评估为基础,以规划师为纽带,构建从检测—评估—干预的全链路主动健康管理服务体系。让每个家庭掌握健康主动权。</p>
  640. </div>
  641. <div class="footer-col">
  642. <h4>健康科普</h4>
  643. <ul>
  644. <li><a href="gut-microbiota-testing.html">为什么要做菌群检测</a></li>
  645. <li><a href="gut-microbiome-immune.html">肠道菌群与免疫系统</a></li>
  646. <li><a href="metabolic-syndrome.html">从三高到六高</a></li>
  647. <li><a href="leaky-gut.html">肠漏与慢性病</a></li>
  648. </ul>
  649. </div>
  650. <div class="footer-col">
  651. <h4>产品与服务</h4>
  652. <ul>
  653. <li><a href="../product-intro/gut-testing.html">肠道菌群基因检测</a></li>
  654. <li><a href="../product-intro/kangen-water.html">Enagic 电解还原水机</a></li>
  655. <li><a href="../sales/sales.html">家庭成长规划服务</a></li>
  656. <li><a href="../sales/index.html">全部文章合集</a></li>
  657. </ul>
  658. </div>
  659. </div>
  660. <div class="footer-legal">
  661. © 2026 亿图腾(北京)科技有限公司 · 浠艾福主动健康学院 · 内容仅供科普参考,不构成医疗建议
  662. </div>
  663. </footer>
  664. </body>
  665. </html>