@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ehg-lv: #079c8f;
  --ehg-shenlv: #006d65;
  --ehg-hei: #17201f;
  --ehg-hui: #66706e;
  --ehg-xian: #dbe4e1;
  --ehg-qian: #f3f7f5;
  --ehg-huang: #ffca43;
  --ehg-hong: #ff6f61;
  --ehg-bai: #ffffff;
}

* { box-sizing: border-box; }
html {  }
body { margin: 0; color: var(--ehg-hei); background: var(--ehg-bai); font-family: "Manrope", "Microsoft YaHei", sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.ehg-kuang { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.ehg-toubu { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(23, 32, 31, .1); background: rgba(255, 255, 255, .93); backdrop-filter: blur(16px); }
.ehg-daohang { min-height: 72px; display: flex; align-items: center; gap: 34px; }
.ehg-pinpai { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 800; flex: 0 0 auto; }
.ehg-pinpai img { width: 38px; height: 38px; border-radius: 6px; }
.ehg-lianjie { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; font-size: 13px; font-weight: 700; color: #4f5957; }
.ehg-lianjie a { position: relative; padding: 27px 0; }
.ehg-lianjie a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--ehg-lv);  }
.ehg-lianjie a:hover::after { right: 0; }
.ehg-toubu-xiazai { min-height: 40px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--ehg-hei); font-size: 13px; font-weight: 800; }
.ehg-toubu-xiazai:hover { color: #fff; background: var(--ehg-hei); }

.ehg-yingxiong { position: relative; overflow: hidden; min-height: 680px; display: flex; align-items: center; background: linear-gradient(90deg, #f2f7f4 0 51%, #e7f1ee 51%); }
.ehg-yingxiong::before { content: "EH"; position: absolute; left: max(2vw, calc((100vw - 1340px) / 2)); bottom: -58px; color: rgba(7, 156, 143, .055); font-size: 280px; line-height: .8; font-weight: 800; }
.ehg-yingxiong-neirong { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 64px; padding: 72px 0 78px; }
.ehg-yingxiong-wenan { max-width: 520px; }
.ehg-biaoqian { width: max-content; margin-bottom: 24px; padding: 7px 11px; display: flex; align-items: center; gap: 8px; border: 1px solid #9ecbc5; color: var(--ehg-shenlv); background: #fff; font-size: 12px; font-weight: 800; }
.ehg-yingxiong h1 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.12; font-weight: 800; letter-spacing: 0; }
.ehg-yingxiong h1 span { color: var(--ehg-lv); }
.ehg-yingxiong-wenan > p { max-width: 470px; margin: 25px 0 0; color: #58625f; font-size: 16px; line-height: 1.9; }
.ehg-yingxiong-anniu { display: flex; gap: 12px; margin-top: 32px; }
.ehg-yingxiong-anniu a { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 14px; font-weight: 800;  }
.ehg-yingxiong-anniu a:hover { transform: translateY(-3px); }
.ehg-zhuanniu { color: #fff; background: var(--ehg-lv); box-shadow: 6px 6px 0 var(--ehg-hei); }
.ehg-cifanniu { border: 1px solid #9da9a6; background: rgba(255, 255, 255, .74); }
.ehg-yingxiong-shuju { margin-top: 32px; display: flex; gap: 20px; color: #6d7774; font-size: 11px; }
.ehg-yingxiong-shuju span { padding-left: 12px; border-left: 2px solid #c2cecb; }
.ehg-yingxiong-shuju b { color: var(--ehg-hei); font-size: 16px; }

.ehg-yuedutai { position: relative; min-height: 422px; padding: 0 24px 24px; overflow: hidden; border: 1px solid #17201f; background: #fbfdfc; box-shadow: 14px 14px 0 rgba(0, 109, 101, .12); }
.ehg-yuedutai-dingbu { height: 48px; margin: 0 -24px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; color: #d7ebe8; background: var(--ehg-hei); font-size: 10px; font-weight: 800; }
.ehg-yuedutai-dingbu span { display: flex; gap: 8px; align-items: center; }
.ehg-yuedutai-dingbu div { display: flex; gap: 14px; }
.ehg-zhangjie-guidao { position: relative; height: 92px; margin: 20px 0 12px; border-top: 2px solid var(--ehg-hei); }
.ehg-zhangjie-guidao::before { content: ""; position: absolute; top: -2px; left: 34%; width: 33%; height: 2px; background: var(--ehg-hong); }
.ehg-guidao-biaoti { position: absolute; top: 15px; left: 0; }
.ehg-guidao-biaoti span { display: block; color: var(--ehg-hui); font-size: 10px; }
.ehg-guidao-biaoti b { display: block; margin-top: 2px; font-size: 15px; }
.ehg-guidao-dian { position: absolute; top: -7px; width: 12px; height: 12px; border: 2px solid var(--ehg-hei); border-radius: 50%; background: #fff; }
.ehg-guidao-dian span { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); color: #75807d; font-size: 10px; }
.ehg-guidao-yi { left: 34%; }
.ehg-guidao-er { left: 50%; }
.ehg-guidao-san { left: 66%; background: var(--ehg-hong); box-shadow: 0 0 0 5px rgba(255,111,97,.18); }
.ehg-guidao-si { left: 82%; }
.ehg-guidao-wu { left: calc(100% - 12px); }
.ehg-hengping { height: 166px; display: grid; grid-template-columns: 42% 58%; border: 1px solid var(--ehg-hei); background: var(--ehg-bai); }
.ehg-hengping-tupian { overflow: hidden; background: var(--ehg-lv); }
.ehg-hengping-tupian img { width: 100%; height: 100%; object-fit: cover; object-position: center 21%; filter: saturate(.8); }
.ehg-hengping-xinxi { padding: 17px 19px; display: flex; flex-direction: column; }
.ehg-hengping-xuhao { color: var(--ehg-lv); font-size: 10px; font-weight: 800; }
.ehg-hengping-ming { margin-top: 7px; font-size: 20px; font-weight: 800; }
.ehg-hengping-xinxi p { margin: 5px 0 auto; color: var(--ehg-hui); font-size: 11px; }
.ehg-hengping-caozuo { display: flex; gap: 15px; font-size: 10px; font-weight: 700; }
.ehg-hengping-caozuo span { display: flex; align-items: center; gap: 4px; }
.ehg-hengping-caozuo i { color: var(--ehg-lv); font-size: 15px; }
.ehg-yuedu-jindu { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-top: 22px; font-size: 9px; font-weight: 800; }
.ehg-yuedu-jindu div { height: 4px; background: #d7dfdd; }
.ehg-yuedu-jindu div i { display: block; width: 68%; height: 100%; background: var(--ehg-huang); }
.ehg-yuedu-jindu b { font-size: 12px; }
.ehg-yuedutai-jiao { position: absolute; right: -35px; bottom: 22px; transform: rotate(-90deg); color: #909996; font-size: 8px; }

.ehg-zhanshi, .ehg-liangdian, .ehg-liucheng, .ehg-wenti, .ehg-pingjia { padding: 104px 0; }
.ehg-mokuai-biaoti { margin-bottom: 46px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.ehg-mokuai-biaoti > div > span, .ehg-liucheng-yinru > span, .ehg-wenti-biaoti > span { display: block; margin-bottom: 14px; color: var(--ehg-lv); font-size: 11px; font-weight: 800; }
.ehg-dabiaoti { font-size: clamp(30px, 3.8vw, 48px); line-height: 1.2; font-weight: 800; }
.ehg-mokuai-biaoti > p { max-width: 390px; margin: 0; color: var(--ehg-hui); font-size: 14px; line-height: 1.8; }
.ehg-zhanshi { background: #fff; }
.ehg-zhanshi-liebiao { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.ehg-zhanshi-liebiao figure { margin: 0; }
.ehg-zhanshi-liebiao figure > div { height: 368px; overflow: hidden; border: 1px solid var(--ehg-xian); background: var(--ehg-qian); }
.ehg-zhanshi-liebiao img { width: 100%; height: 100%; object-fit: cover; object-position: top;  }
.ehg-zhanshi-liebiao figure:hover img { transform: scale(1.025); }
.ehg-zhanshi-liebiao figcaption { padding: 15px 4px 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ehg-zhanshi-liebiao figcaption b { font-size: 15px; }
.ehg-zhanshi-liebiao figcaption span { color: #84908d; font-size: 10px; }

.ehg-liangdian { color: #fff; background: var(--ehg-hei); }
.ehg-liangdian .ehg-mokuai-biaoti > p { color: #aab4b1; }
.ehg-liangdian-wangge { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #45504e; border-left: 1px solid #45504e; }
.ehg-liangdian-wangge article { position: relative; min-height: 230px; padding: 32px; border-right: 1px solid #45504e; border-bottom: 1px solid #45504e; }
.ehg-liangdian-wangge article > i { color: var(--ehg-huang); font-size: 28px; }
.ehg-liangdian-wangge article > span { position: absolute; top: 33px; right: 30px; color: #6c7774; font-size: 11px; }
.ehg-xiaobiaoti { margin-top: 32px; font-size: 19px; font-weight: 800; }
.ehg-liangdian-wangge p { max-width: 250px; margin: 12px 0 0; color: #aab4b1; font-size: 13px; line-height: 1.8; }

.ehg-liucheng { background: var(--ehg-huang); }
.ehg-liucheng-buju { display: grid; grid-template-columns: 1fr 1.25fr; gap: 90px; align-items: start; }
.ehg-liucheng-yinru { position: sticky; top: 110px; }
.ehg-liucheng-yinru > span { color: #5c4800; }
.ehg-liucheng-yinru > p { max-width: 430px; margin: 22px 0; line-height: 1.8; }
.ehg-liucheng-yinru > a { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 2px solid var(--ehg-hei); font-size: 14px; font-weight: 800; }
.ehg-liucheng-guidao { position: relative; }
.ehg-liucheng-guidao::before { content: ""; position: absolute; top: 20px; bottom: 20px; left: 29px; width: 2px; background: rgba(23,32,31,.3); }
.ehg-liucheng-guidao article { position: relative; min-height: 104px; margin-bottom: 14px; padding: 24px 22px 24px 84px; display: grid; grid-template-columns: 1fr auto; align-items: center; border: 1px solid var(--ehg-hei); background: rgba(255,255,255,.78); }
.ehg-liucheng-guidao article > b { position: absolute; left: 15px; top: 50%; width: 30px; height: 30px; transform: translateY(-50%); display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ehg-hei); font-size: 9px; }
.ehg-liucheng-guidao article span { font-size: 16px; font-weight: 800; }
.ehg-liucheng-guidao article p { margin: 5px 0 0; color: #5d625f; font-size: 12px; }
.ehg-liucheng-guidao article > i { font-size: 24px; }

.ehg-wenti { background: #edf4f2; }
.ehg-wenti-buju { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.ehg-wenti-zhuangshi { width: 170px; height: 170px; margin-top: 48px; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: var(--ehg-lv); }
.ehg-wenti-zhuangshi i { margin-bottom: auto; font-size: 28px; }
.ehg-wenti-zhuangshi b { font-size: 48px; line-height: 1; }
.ehg-wenti-zhuangshi span { font-size: 11px; }
.ehg-wenti-liebiao { border-top: 1px solid #aab8b5; }
.ehg-wenti-liebiao details { border-bottom: 1px solid #aab8b5; }
.ehg-wenti-liebiao summary { min-height: 76px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 8px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.ehg-wenti-liebiao summary::-webkit-details-marker { display: none; }
.ehg-wenti-liebiao summary span { color: var(--ehg-lv); font-size: 10px; }
.ehg-wenti-liebiao summary i { font-size: 19px;  }
.ehg-wenti-liebiao details[open] summary i { transform: rotate(45deg); }
.ehg-wenti-liebiao details p { margin: -6px 40px 24px 44px; color: var(--ehg-hui); font-size: 13px; line-height: 1.8; }
.ehg-wenti-liebiao details p a { color: var(--ehg-lv); font-weight: 800; }

.ehg-pingjia { background: #fff; }
.ehg-pingjia-pubu { columns: 3; column-gap: 18px; }
.ehg-pingjia-pubu article { break-inside: avoid; margin: 0 0 18px; padding: 24px; border: 1px solid var(--ehg-xian); background: #f9fbfa; }
.ehg-pingjia-pubu article:nth-child(2), .ehg-pingjia-pubu article:nth-child(5) { padding-top: 38px; padding-bottom: 38px; }
.ehg-pingjia-pubu article > i { color: var(--ehg-lv); font-size: 25px; }
.ehg-pingjia-pubu article > p { margin: 16px 0 26px; font-size: 14px; line-height: 1.9; }
.ehg-pingjia-pubu footer { display: flex; align-items: center; gap: 10px; }
.ehg-pingjia-pubu footer > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ehg-hei); font-size: 12px; font-weight: 800; }
.ehg-pingjia-pubu footer b, .ehg-pingjia-pubu time { display: block; }
.ehg-pingjia-pubu footer b { font-size: 12px; }
.ehg-pingjia-pubu time { margin-top: 3px; color: #8a9491; font-size: 9px; }

.ehg-dibu { padding: 48px 0; color: #dce5e2; background: var(--ehg-hei); }
.ehg-dibu-neirong { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 35px; }
.ehg-dibu-neirong > p { color: #8f9a97; font-size: 12px; }
.ehg-dibu-neirong nav { display: flex; gap: 19px; font-size: 11px; }
.ehg-dibu-neirong small { color: #7d8986; font-size: 9px; }

@media (max-width: 960px) {
  .ehg-daohang { min-height: 64px; }
  .ehg-lianjie { display: none; }
  .ehg-toubu-xiazai { margin-left: auto; }
  .ehg-yingxiong { background: #eef5f2; }
  .ehg-yingxiong-neirong { grid-template-columns: 1fr; gap: 52px; padding-top: 64px; }
  .ehg-yingxiong-wenan { max-width: 680px; }
  .ehg-yuedutai { width: min(650px, 100%); }
  .ehg-liucheng-buju, .ehg-wenti-buju { grid-template-columns: 1fr; gap: 50px; }
  .ehg-liucheng-yinru { position: static; }
  .ehg-liangdian-wangge { grid-template-columns: repeat(2, 1fr); }
  .ehg-zhanshi-liebiao { grid-template-columns: repeat(4, 230px); overflow-x: auto; padding-bottom: 18px; scroll-snap-type: x mandatory; }
  .ehg-zhanshi-liebiao figure { scroll-snap-align: start; }
  .ehg-dibu-neirong { grid-template-columns: 1fr auto; }
  .ehg-dibu-neirong > p { display: none; }
  .ehg-dibu-neirong nav { order: 3; grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .ehg-kuang { width: min(100% - 32px, 1180px); }
  .ehg-toubu-xiazai span { display: none; }
  .ehg-toubu-xiazai { width: 40px; padding: 0; }
  .ehg-yingxiong { min-height: auto; }
  .ehg-yingxiong::before { font-size: 160px; }
  .ehg-yingxiong-neirong { padding: 48px 0 58px; gap: 42px; }
  .ehg-yingxiong h1 { font-size: 40px; }
  .ehg-yingxiong-wenan > p { font-size: 14px; }
  .ehg-yingxiong-anniu { flex-direction: column; }
  .ehg-yingxiong-anniu a { width: 100%; }
  .ehg-yingxiong-shuju { gap: 10px; justify-content: space-between; }
  .ehg-yingxiong-shuju span { padding-left: 7px; font-size: 9px; }
  .ehg-yuedutai { min-height: 380px; padding: 0 14px 18px; box-shadow: 8px 8px 0 rgba(0,109,101,.12); }
  .ehg-yuedutai-dingbu { margin: 0 -14px; }
  .ehg-guidao-biaoti { display: none; }
  .ehg-guidao-yi { left: 2%; }
  .ehg-guidao-er { left: 25%; }
  .ehg-guidao-san { left: 49%; }
  .ehg-guidao-si { left: 73%; }
  .ehg-hengping { height: 148px; grid-template-columns: 39% 61%; }
  .ehg-hengping-xinxi { padding: 14px 12px; }
  .ehg-hengping-ming { font-size: 15px; }
  .ehg-hengping-caozuo { gap: 8px; font-size: 8px; }
  .ehg-yuedu-jindu { margin-top: 19px; }
  .ehg-zhanshi, .ehg-liangdian, .ehg-liucheng, .ehg-wenti, .ehg-pingjia { padding: 72px 0; }
  .ehg-mokuai-biaoti { margin-bottom: 32px; display: block; }
  .ehg-mokuai-biaoti > p { margin-top: 18px; }
  .ehg-dabiaoti { font-size: 30px; }
  .ehg-zhanshi-liebiao { margin-right: -16px; grid-template-columns: repeat(4, 214px); }
  .ehg-zhanshi-liebiao figure > div { height: 330px; }
  .ehg-liangdian-wangge { grid-template-columns: 1fr; }
  .ehg-liangdian-wangge article { min-height: 205px; }
  .ehg-liucheng-guidao article { padding-left: 70px; }
  .ehg-wenti-zhuangshi { display: none; }
  .ehg-wenti-buju { gap: 32px; }
  .ehg-wenti-liebiao summary { min-height: 72px; font-size: 13px; }
  .ehg-pingjia-pubu { columns: 1; }
  .ehg-dibu-neirong { display: flex; flex-wrap: wrap; }
  .ehg-dibu-neirong nav { width: 100%; flex-wrap: wrap; order: 3; }
  .ehg-dibu-neirong small { margin-left: auto; }
}
