
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Microsoft YaHei","PingFang SC",sans-serif;color:#2c3e3a;line-height:1.8;background:#fff}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
/* 白底导航 */
header{background:#fff;position:sticky;top:0;z-index:30;box-shadow:0 2px 14px rgba(0,105,92,.08)}
.nav{display:flex;align-items:center;justify-content:space-between;height:76px}
.logo{font-size:24px;font-weight:800;color:#00695c;display:flex;align-items:center;gap:11px}
.logo .sq{width:40px;height:40px;background:linear-gradient(135deg,#00695c,#00897b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;border-radius:50%}
.logo small{display:block;font-size:10px;color:#8aa39d;letter-spacing:2px;font-weight:400}
.menu{display:flex;gap:4px;align-items:center}
.menu a{position:relative;padding:10px 15px;font-size:15px;font-weight:600;color:#46605a}
.menu a::after{content:"";position:absolute;left:50%;bottom:4px;width:0;height:7px;background:rgba(255,160,0,.35);transform:translateX(-50%);transition:.25s;z-index:-1;border-radius:4px}
.menu a:hover,.menu a.on{color:#00695c}
.menu a:hover::after,.menu a.on::after{width:calc(100% - 22px)}
.menu .tel{margin-left:12px;background:#ffa000;color:#fff;padding:11px 22px;font-weight:700;font-size:14px;border-radius:30px}
.menu .tel::after{display:none}.menu .tel:hover{background:#f57c00}
.mtog{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:#00695c}
.mmask{position:fixed;inset:0;background:rgba(0,77,64,.98);z-index:40;display:none;flex-direction:column;align-items:center;justify-content:center;gap:20px}
.mmask.open{display:flex}.mmask a{color:#fff;font-size:20px;font-weight:600}.mmask .x{position:absolute;top:22px;right:28px;font-size:34px;color:#fff}
/* 青绿渐变首屏 + 波浪 */
.hero{background:linear-gradient(135deg,#00695c,#00897b);color:#fff;position:relative;overflow:hidden;text-align:center}
.hero::before{content:"";position:absolute;top:-100px;right:-100px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(255,160,0,.22),transparent 68%)}
.hero .wrap{padding:104px 24px 156px;position:relative;z-index:2}
.hero .kk{display:inline-block;background:rgba(255,160,0,.2);color:#ffd180;font-size:13px;padding:7px 20px;margin-bottom:24px;letter-spacing:1px;font-weight:700;border-radius:30px;border:1px solid rgba(255,160,0,.45)}
.hero h1{font-size:50px;font-weight:800;margin-bottom:20px;line-height:1.16;max-width:880px;margin-left:auto;margin-right:auto}
.hero h1 em{font-style:normal;color:#ffc046}
.hero p{font-size:18px;opacity:.9;max-width:600px;margin:0 auto 34px}
.wave{position:absolute;left:0;right:0;bottom:-1px;z-index:1;line-height:0}
.wave svg{width:100%;height:90px;display:block}
.b{display:inline-block;background:#ffa000;color:#fff;padding:15px 38px;font-weight:700;transition:.25s;border-radius:30px}
.b:hover{background:#f57c00;transform:translateY(-2px)}
.b.o{background:transparent;border:2px solid rgba(255,255,255,.55);margin-left:12px}
.b.o:hover{border-color:#ffa000;background:#ffa000}
.b.g{background:#00695c}.b.g:hover{background:#004d40}
/* 内页头 */
.phead{background:linear-gradient(135deg,#00695c,#00897b);color:#fff;padding:78px 0 86px;position:relative;overflow:hidden;text-align:center}
.phead::before{content:"";position:absolute;top:-80px;right:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,160,0,.2),transparent 68%)}
.phead .wrap{position:relative;z-index:2}
.phead h1{font-size:38px;font-weight:800;margin-bottom:10px}
.crumb{font-size:14px;opacity:.88}
.crumb a:hover{color:#ffc046}
/* 计数器 */
.counters{background:#fff}
.counters .wrap{display:grid;grid-template-columns:repeat(4,1fr);padding:56px 24px}
.ct{text-align:center;border-right:1px solid #eef3f1}
.ct:last-child{border-right:none}
.ct .n{font-size:46px;font-weight:800;color:#ffa000;line-height:1}
.ct .l{font-size:14px;color:#6f8580;margin-top:8px}
/* 区块 */
.sec{padding:84px 0}
.sec.alt{background:#f3f8f6}
.sh{text-align:center;margin-bottom:50px}
.sh .en{display:inline-block;font-size:12px;letter-spacing:2px;color:#ffa000;background:#fff6e6;font-weight:800;text-transform:uppercase;padding:6px 18px;border-radius:30px;margin-bottom:14px}
.sh h2{font-size:34px;font-weight:800;color:#00695c}
.sh .u{display:none}
.sh p{color:#6f8580;margin-top:14px;font-size:15px;max-width:680px;margin-left:auto;margin-right:auto}
/* 左色条卡 */
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.grid.g3{grid-template-columns:repeat(3,1fr)}
.grid.g2{grid-template-columns:repeat(2,1fr)}
.c{padding:32px 28px;background:#fff;border:1px solid #e6efec;border-left:4px solid #00695c;border-radius:10px;transition:.25s;display:block;position:relative;overflow:hidden}
.c:hover{border-left-color:#ffa000;box-shadow:0 16px 40px rgba(0,105,92,.14);transform:translateY(-4px)}
.c .ic{width:60px;height:60px;background:#e3f2ef;color:#00695c;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;margin-bottom:18px;border-radius:16px;transition:.25s}
.c:hover .ic{background:#ffa000;color:#fff}
.c .tg{display:inline-block;font-size:12px;color:#00695c;background:#e3f2ef;padding:3px 11px;margin-bottom:10px;font-weight:600;border-radius:20px}
.c h3{font-size:18px;margin-bottom:10px;color:#2c3e3a;font-weight:700}
.c p{font-size:14px;color:#6f8580;line-height:1.75}
.c .more{display:inline-block;margin-top:13px;font-size:13px;color:#00695c;font-weight:700}
.c:hover .more{color:#ffa000}
/* 带图卡 */
.c.pic{padding:0;overflow:hidden}
.c.pic .ph{height:206px;overflow:hidden;background:#e6efec}
.c.pic .ph img{width:100%;height:100%;object-fit:cover;transition:.5s}
.c.pic:hover .ph img{transform:scale(1.07)}
.c.pic .tx{padding:24px 26px}
/* 富文本 */
.rich{max-width:920px;margin:0 auto}
.rich p{font-size:16px;color:#3d544e;margin-bottom:15px;line-height:1.95}
.rich p b{color:#00695c}
img.full{width:100%;margin:24px 0;border-radius:14px}
/* CTA */
.band{background:linear-gradient(135deg,#00695c,#00897b);color:#fff;padding:64px 24px;text-align:center;position:relative;overflow:hidden}
.band::before{content:"";position:absolute;left:-80px;bottom:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(255,160,0,.22),transparent 68%)}
.band>*{position:relative;z-index:2}
.band h3{font-size:30px;font-weight:800;margin-bottom:12px}
.band p{opacity:.92;margin-bottom:28px}
.band .b{background:#ffa000}.band .b:hover{background:#f57c00}
/* 时间轴 */
.tl{max-width:840px;margin:0 auto;border-left:3px solid #e6efec;padding-left:32px}
.tl .it{position:relative;padding-bottom:32px}
.tl .it:last-child{padding-bottom:0}
.tl .it::before{content:"";position:absolute;left:-41px;top:5px;width:15px;height:15px;background:#ffa000;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #00695c}
.tl .yr{font-size:22px;font-weight:800;color:#00695c;margin-bottom:4px}
.tl p{font-size:15px;color:#6f8580}
/* FAQ */
.faq{max-width:880px;margin:0 auto}
.faq .item{border:1px solid #e6efec;border-radius:12px;margin-bottom:14px;overflow:hidden}
.faq .q{padding:20px 26px;font-size:16px;font-weight:700;color:#2c3e3a;cursor:pointer;display:flex;justify-content:space-between;gap:14px;background:#f3f8f6}
.faq .q .pm{color:#ffa000;font-size:22px;transition:.3s}
.faq .item.open .q{color:#00695c}
.faq .item.open .q .pm{transform:rotate(45deg)}
.faq .a{max-height:0;overflow:hidden;transition:max-height .4s}
.faq .item.open .a{max-height:320px}
.faq .a p{padding:18px 26px;color:#6f8580;font-size:15px}
/* 招聘 */
.jobs{max-width:940px;margin:0 auto}
.jb{display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid #e6efec;border-radius:12px;padding:24px 28px;margin-bottom:14px;transition:.25s}
.jb:hover{border-color:#ffa000;box-shadow:0 10px 26px rgba(0,105,92,.1)}
.jb h3{font-size:18px;color:#2c3e3a;font-weight:700}
.jb .tags{font-size:13px;color:#8aa39d;margin-top:5px}
.jb .pay{color:#ffa000;font-weight:800;font-size:18px;white-space:nowrap}
/* 新闻列表 */
.nlist{max-width:960px;margin:0 auto}
.ni{display:flex;gap:26px;align-items:center;border:1px solid #e6efec;border-radius:14px;padding:22px 26px;margin-bottom:16px;transition:.25s}
.ni:hover{box-shadow:0 14px 30px rgba(0,105,92,.12);border-color:#ffa000}
.ni .date{text-align:center;background:linear-gradient(135deg,#00695c,#00897b);color:#fff;padding:14px 18px;white-space:nowrap;border-radius:12px}
.ni .date .d{font-size:28px;font-weight:800;color:#ffc046}
.ni .date .m{font-size:12px;opacity:.85}
.ni h3{font-size:18px;color:#2c3e3a;font-weight:700;margin-bottom:6px}
.ni p{font-size:14px;color:#6f8580}
.ni:hover h3{color:#00695c}
/* 产品详情 */
.pd{display:grid;grid-template-columns:1fr 1fr;gap:46px;max-width:1100px;margin:0 auto}
.pd .gal img{width:100%;border-radius:14px}
.pd .thumbs{display:flex;gap:12px;margin-top:12px}
.pd .thumbs img{width:33%;border-radius:8px}
.pd h1{font-size:30px;font-weight:800;color:#00695c;margin-bottom:12px}
.pd .desc{color:#6f8580;margin-bottom:20px;font-size:16px}
.specs{width:100%;border-collapse:collapse;border:1px solid #e6efec;border-radius:10px;overflow:hidden;margin-bottom:24px}
.specs td{padding:13px 16px;border-bottom:1px solid #eef3f1;font-size:14px}
.specs tr:last-child td{border-bottom:none}
.specs td:first-child{background:#f3f8f6;color:#4d655f;width:38%;font-weight:600}
.body{max-width:940px;margin:30px auto 0}
.body h3{font-size:18px;color:#00695c;font-weight:800;margin:28px 0 12px;padding-left:14px;border-left:4px solid #ffa000}
.body h3:first-child{margin-top:0}
.body p{font-size:15.5px;color:#3d544e;line-height:1.95;margin-bottom:14px}
.body img{width:100%;margin:18px 0;border-radius:14px}
/* 文章 */
.article{max-width:840px;margin:0 auto}
.ahead{border-bottom:2px solid #e6efec;padding-bottom:22px;margin-bottom:26px;text-align:center}
.ahead h1{font-size:32px;font-weight:800;color:#00695c;margin-bottom:12px;line-height:1.35}
.ahead .meta{font-size:13px;color:#8aa39d}
.prevnext{display:flex;justify-content:space-between;border-top:2px solid #e6efec;margin-top:38px;padding-top:20px;font-size:14px;font-weight:600}
.prevnext a:hover{color:#00695c}
/* 联系 */
.cgrid{display:grid;grid-template-columns:1fr 1fr;gap:46px;max-width:1020px;margin:0 auto}
.ci{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid #eef3f1;align-items:center}
.ci .ic{width:52px;height:52px;flex:none;background:#e3f2ef;color:#00695c;display:flex;align-items:center;justify-content:center;font-size:22px;border-radius:14px}
.ci .k{font-size:12px;color:#8aa39d}
.ci .v{font-size:17px;color:#2c3e3a;font-weight:600}
.cform input,.cform textarea{width:100%;padding:13px 16px;border:1px solid #d4e0dc;border-radius:8px;margin-bottom:14px;font-family:inherit;font-size:14px}
.cform input:focus,.cform textarea:focus{outline:none;border-color:#00695c}
.cform button{width:100%;padding:15px;border:none;border-radius:30px;background:#ffa000;color:#fff;font-size:15px;font-weight:700;cursor:pointer}
.cform button:hover{background:#f57c00}
/* 页脚 */
footer{background:#004d40;color:#9cbcb4;padding:56px 0 30px}
.fcols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px}
.fcols h4{color:#fff;margin-bottom:16px;font-size:16px;position:relative;padding-bottom:10px}
.fcols h4::after{content:"";position:absolute;left:0;bottom:0;width:30px;height:3px;background:#ffa000;border-radius:3px}
.fbrand{font-size:24px;font-weight:800;color:#fff;margin-bottom:14px}
.fcols p,.fcols a{font-size:14px;line-height:2;color:#9cbcb4;display:block}
.fcols a:hover{color:#ffc046}
.fbot{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:22px;font-size:13px;color:#6f9189;text-align:center}
/* 动效 */
.reveal{opacity:0;transform:translateY(24px);transition:.8s}
.reveal.in{opacity:1;transform:none}
@media(max-width:980px){.grid,.grid.g3{grid-template-columns:repeat(2,1fr)}.counters .wrap{grid-template-columns:repeat(2,1fr)}.fcols{grid-template-columns:1fr 1fr}}
@media(max-width:760px){
.menu{display:none}.mtog{display:block}
.hero h1{font-size:34px}.phead h1{font-size:27px}
.grid,.grid.g2,.grid.g3,.pd,.cgrid,.counters .wrap{grid-template-columns:1fr}
.ct{border-right:none;border-bottom:1px solid #eef3f1;padding-bottom:16px;margin-bottom:16px}
.ni{flex-direction:column;align-items:flex-start;gap:12px}.fcols{grid-template-columns:1fr}
}
