
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Microsoft YaHei","PingFang SC",sans-serif;color:#293744;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}
/* 双层导航 */
.topbar{background:#08355f;color:#b9d2ea;font-size:13px}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;height:40px}
.topbar .l span{margin-right:18px}.topbar .r span{margin-left:20px}
.topbar a:hover{color:#f1c232}
header{background:#fff;position:sticky;top:0;z-index:30;box-shadow:0 2px 14px rgba(11,83,148,.1);border-bottom:3px solid #0b5394}
.nav{display:flex;align-items:center;justify-content:space-between;height:74px}
.logo{font-size:24px;font-weight:800;color:#0b5394;display:flex;align-items:center;gap:11px}
.logo .sq{width:40px;height:40px;background:#0b5394;color:#f1c232;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;border-radius:5px}
.logo small{display:block;font-size:10px;color:#90a4b4;letter-spacing:2px;font-weight:400}
.menu{display:flex;gap:2px;align-items:center}
.menu a{position:relative;padding:26px 16px;font-size:15px;font-weight:600;color:#3b4a59}
.menu a::after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;background:#f1c232;transform:scaleX(0);transition:.25s}
.menu a:hover,.menu a.on{color:#0b5394}
.menu a:hover::after,.menu a.on::after{transform:scaleX(1)}
.menu .tel{margin-left:14px;background:#f1c232;color:#0b5394;padding:11px 22px;font-weight:800;font-size:14px;border-radius:4px}
.menu .tel::after{display:none}.menu .tel:hover{background:#0b5394;color:#fff}
.mtog{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:#0b5394}
.mmask{position:fixed;inset:0;background:rgba(8,53,95,.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{display:flex;min-height:520px;color:#fff;background:#0b5394}
.hleft{flex:1;background:#0b5394;display:flex;align-items:center;position:relative;overflow:hidden}
.hleft::before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:#f1c232}
.hleft::after{content:"";position:absolute;right:-80px;bottom:-80px;width:260px;height:260px;border:30px solid rgba(241,194,50,.12);border-radius:50%}
.hleft .in{padding:70px 60px;max-width:640px;margin-left:auto;position:relative;z-index:2}
.hright{flex:1;background:#08355f;overflow:hidden}
.hright img{width:100%;height:100%;object-fit:cover;min-height:520px}
.hero .kk{display:inline-block;background:#f1c232;color:#0b5394;font-size:13px;padding:7px 18px;margin-bottom:24px;letter-spacing:1px;font-weight:800;border-radius:3px}
.hero h1{font-size:46px;font-weight:800;margin-bottom:18px;line-height:1.18}
.hero h1 em{font-style:normal;color:#f1c232}
.hero p{font-size:17px;opacity:.9;margin-bottom:32px}
.b{display:inline-block;background:#f1c232;color:#0b5394;padding:15px 36px;font-weight:800;transition:.25s;border-radius:4px}
.b:hover{background:#fff;transform:translateY(-2px)}
.b.o{background:transparent;border:2px solid rgba(255,255,255,.55);color:#fff;margin-left:12px}
.b.o:hover{border-color:#f1c232;background:#f1c232;color:#0b5394}
.b.g{background:#0b5394;color:#fff}.b.g:hover{background:#08355f;color:#fff}
/* 内页头 */
.phead{background:#0b5394;color:#fff;padding:64px 0;position:relative;overflow:hidden}
.phead::before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:#f1c232}
.phead::after{content:"";position:absolute;right:-60px;top:-60px;width:220px;height:220px;border:26px solid rgba(241,194,50,.12);border-radius:50%}
.phead .wrap{position:relative;z-index:2}
.phead h1{font-size:38px;font-weight:800;margin-bottom:10px}
.crumb{font-size:14px;opacity:.85}
.crumb a:hover{color:#f1c232}
/* 计数器 */
.counters{background:#0b5394;color:#fff}
.counters .wrap{display:grid;grid-template-columns:repeat(4,1fr);padding:50px 24px}
.ct{text-align:center;border-right:1px solid rgba(255,255,255,.16)}
.ct:last-child{border-right:none}
.ct .n{font-size:44px;font-weight:800;color:#f1c232;line-height:1}
.ct .l{font-size:14px;opacity:.82;margin-top:8px}
/* 区块 */
.sec{padding:82px 0}
.sec.alt{background:#f3f6fa}
.sh{text-align:center;margin-bottom:50px}
.sh h2{font-size:34px;font-weight:800;color:#0b5394;display:inline-block;position:relative;padding:0 72px}
.sh h2::before,.sh h2::after{content:"";position:absolute;top:50%;width:48px;height:2px;background:#f1c232}
.sh h2::before{left:0}.sh h2::after{right:0}
.sh .en{display:block;font-size:13px;letter-spacing:4px;color:#90a4b4;font-weight:700;text-transform:uppercase;margin-top:14px}
.sh .u{display:none}
.sh p{color:#6a7c8c;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:34px 28px;background:#fff;border:1px solid #e3e9f0;border-radius:6px;transition:.25s;display:block;position:relative;overflow:hidden}
.c::before{content:"";position:absolute;left:0;top:0;border-top:30px solid #f1c232;border-right:30px solid transparent;opacity:0;transition:.3s}
.c:hover{border-color:#0b5394;box-shadow:0 16px 38px rgba(11,83,148,.14);transform:translateY(-4px)}
.c:hover::before{opacity:1}
.c .ic{width:60px;height:60px;background:#0b5394;color:#f1c232;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;margin-bottom:18px;border-radius:6px;transition:.25s}
.c:hover .ic{background:#f1c232;color:#0b5394}
.c .tg{display:inline-block;font-size:12px;color:#0b5394;background:#eaf2fa;padding:3px 11px;margin-bottom:10px;font-weight:600;border-radius:3px}
.c h3{font-size:18px;margin-bottom:10px;color:#293744;font-weight:700}
.c p{font-size:14px;color:#6a7c8c;line-height:1.75}
.c .more{display:inline-block;margin-top:13px;font-size:13px;color:#0b5394;font-weight:700}
/* 带图卡 */
.c.pic{padding:0;overflow:hidden}
.c.pic .ph{height:206px;overflow:hidden;background:#e3e9f0}
.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:#3f5161;margin-bottom:15px;line-height:1.95}
.rich p b{color:#0b5394}
img.full{width:100%;margin:24px 0;border-radius:6px}
/* CTA */
.band{background:#0b5394;color:#fff;padding:62px 24px;text-align:center;position:relative;overflow:hidden}
.band::before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:#f1c232}
.band::after{content:"";position:absolute;right:-70px;bottom:-70px;width:240px;height:240px;border:28px solid rgba(241,194,50,.12);border-radius:50%}
.band>*{position:relative;z-index:2}
.band h3{font-size:30px;font-weight:800;margin-bottom:12px}
.band p{opacity:.9;margin-bottom:28px}
.band .b{background:#f1c232;color:#0b5394}.band .b:hover{background:#fff}
/* 时间轴 */
.tl{max-width:840px;margin:0 auto;border-left:3px solid #e3e9f0;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:#f1c232;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #0b5394}
.tl .yr{font-size:22px;font-weight:800;color:#0b5394;margin-bottom:4px}
.tl p{font-size:15px;color:#6a7c8c}
/* FAQ */
.faq{max-width:880px;margin:0 auto}
.faq .item{border:1px solid #e3e9f0;border-radius:6px;margin-bottom:14px;overflow:hidden}
.faq .q{padding:20px 26px;font-size:16px;font-weight:700;color:#293744;cursor:pointer;display:flex;justify-content:space-between;gap:14px;background:#f3f6fa}
.faq .q .pm{color:#f1c232;font-size:22px;transition:.3s}
.faq .item.open .q{color:#0b5394}
.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:#6a7c8c;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 #e3e9f0;border-left:4px solid #0b5394;border-radius:6px;padding:24px 28px;margin-bottom:14px;transition:.25s}
.jb:hover{background:#f3f6fa;border-left-color:#f1c232;box-shadow:0 10px 26px rgba(11,83,148,.1)}
.jb h3{font-size:18px;color:#293744;font-weight:700}
.jb .tags{font-size:13px;color:#90a4b4;margin-top:5px}
.jb .pay{color:#0b5394;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 #e3e9f0;border-radius:6px;padding:22px 26px;margin-bottom:16px;transition:.25s}
.ni:hover{box-shadow:0 14px 30px rgba(11,83,148,.12);border-color:#0b5394}
.ni .date{text-align:center;background:#0b5394;color:#fff;padding:14px 18px;white-space:nowrap;border-radius:5px}
.ni .date .d{font-size:28px;font-weight:800;color:#f1c232}
.ni .date .m{font-size:12px;opacity:.82}
.ni h3{font-size:18px;color:#293744;font-weight:700;margin-bottom:6px}
.ni p{font-size:14px;color:#6a7c8c}
.ni:hover h3{color:#0b5394}
/* 产品详情 */
.pd{display:grid;grid-template-columns:1fr 1fr;gap:46px;max-width:1100px;margin:0 auto}
.pd .gal img{width:100%;border-radius:6px}
.pd .thumbs{display:flex;gap:12px;margin-top:12px}
.pd .thumbs img{width:33%;border-radius:4px}
.pd h1{font-size:30px;font-weight:800;color:#0b5394;margin-bottom:12px}
.pd .desc{color:#6a7c8c;margin-bottom:20px;font-size:16px}
.specs{width:100%;border-collapse:collapse;border:1px solid #e3e9f0;margin-bottom:24px}
.specs td{padding:13px 16px;border-bottom:1px solid #eef2f6;font-size:14px}
.specs tr:last-child td{border-bottom:none}
.specs td:first-child{background:#f3f6fa;color:#4f6173;width:38%;font-weight:600}
.body{max-width:940px;margin:30px auto 0}
.body h3{font-size:18px;color:#0b5394;font-weight:800;margin:28px 0 12px;padding-left:14px;border-left:4px solid #f1c232}
.body h3:first-child{margin-top:0}
.body p{font-size:15.5px;color:#3f5161;line-height:1.95;margin-bottom:14px}
.body img{width:100%;margin:18px 0;border-radius:6px}
/* 文章 */
.article{max-width:840px;margin:0 auto}
.ahead{border-bottom:2px solid #e3e9f0;padding-bottom:22px;margin-bottom:26px;text-align:center}
.ahead h1{font-size:32px;font-weight:800;color:#0b5394;margin-bottom:12px;line-height:1.35}
.ahead .meta{font-size:13px;color:#90a4b4}
.prevnext{display:flex;justify-content:space-between;border-top:2px solid #e3e9f0;margin-top:38px;padding-top:20px;font-size:14px;font-weight:600}
.prevnext a:hover{color:#0b5394}
/* 联系 */
.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 #eef2f6;align-items:center}
.ci .ic{width:52px;height:52px;flex:none;background:#0b5394;color:#f1c232;display:flex;align-items:center;justify-content:center;font-size:22px;border-radius:6px}
.ci .k{font-size:12px;color:#90a4b4}
.ci .v{font-size:17px;color:#293744;font-weight:600}
.cform input,.cform textarea{width:100%;padding:13px 16px;border:1px solid #d2dce6;border-radius:4px;margin-bottom:14px;font-family:inherit;font-size:14px}
.cform input:focus,.cform textarea:focus{outline:none;border-color:#0b5394}
.cform button{width:100%;padding:15px;border:none;border-radius:4px;background:#0b5394;color:#fff;font-size:15px;font-weight:800;cursor:pointer}
.cform button:hover{background:#f1c232;color:#0b5394}
/* 页脚 */
footer{background:#08355f;color:#9fbcd8;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:#f1c232}
.fbrand{font-size:24px;font-weight:800;color:#fff;margin-bottom:14px}
.fcols p,.fcols a{font-size:14px;line-height:2;color:#9fbcd8;display:block}
.fcols a:hover{color:#f1c232}
.fbot{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:22px;font-size:13px;color:#7397ba;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}.hero{flex-direction:column}.hright img{min-height:300px}}
@media(max-width:760px){
.menu{display:none}.mtog{display:block}.topbar{display:none}
.hero h1{font-size:32px}.hleft .in{padding:50px 30px}.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 rgba(255,255,255,.16);padding-bottom:18px;margin-bottom:18px}
.ni{flex-direction:column;align-items:flex-start;gap:12px}.fcols{grid-template-columns:1fr}
}
