
/* ============ 全局 ============ */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif; font-size: 14px; line-height: 24px; background: #ffffff; color: #555f79; }
ul, ol { list-style: none; }
a { text-decoration: none; color: inherit; }
img { border: 0; outline: none; max-width: 100%; vertical-align: middle; }
em, i { font-style: normal; }
h1, h2, h3, h4, h5 { font-weight: normal; }
button { font-family: inherit; }
.container { width: 1280px; max-width: 94%; margin: 0 auto; }
.block { opacity: 0; transform: translateY(26px); transition: all .8s ease; }
.block.block-show { opacity: 1; transform: none; }
.img-fallback { background: linear-gradient(135deg, #162142, #febf00); color: #ffffff; }

/* ============ 顶栏 lotbox + 导航 menubox（topbox 容器） ============ */
.topbox { position: relative; z-index: 12; background: #ffffff; border-bottom: 4px dashed #febf00; margin-bottom: 4px; }
.lotbox { background: #fdf9ef; border-bottom: 1px dashed #fabb33; }
.lot-in { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.lot-left { font-size: 12px; color: #555f79; }
.welcome { line-height: 38px; }
.lot-right { display: flex; align-items: center; gap: 18px; }
.top-tel { display: flex; align-items: center; gap: 6px; color: #162142; font-size: 13px; }
.top-tel b { font-weight: bold; }
.ic-svg { width: 16px; height: 16px; color: #febf00; }
.top-search { position: relative; width: 200px; height: 28px; border: 1px dashed #febf00; border-radius: 16px; background: #ffffff; display: flex; align-items: center; }
.txt1 { border: 0; background: none; outline: none; height: 26px; line-height: 26px; width: 156px; text-indent: 10px; font-size: 12px; color: #152041; }
.top-search .btn1, .search-m .btn1 { position: absolute; right: 7px; top: 4px; width: 20px; height: 20px; background: transparent; border: 0; cursor: pointer; padding: 0; display: flex; align-items: center; justify-content: center; }
.top-search .btn1 svg, .search-m .btn1 svg { width: 15px; height: 15px; }
.menubox { position: relative; }
.nav-box { display: flex; align-items: center; justify-content: space-between; padding: 18px 0 12px; }
.nav-fl, .nav-fr { width: 37%; display: flex; }
.nav-fl { justify-content: flex-end; border-right: 1px dotted #fabb33; }
.nav-fr { justify-content: flex-start; border-left: 1px dotted #fabb33; }
.nav-fl .yiji { border-left: 1px dotted #fabb33; }
.nav-fr .yiji { border-right: 1px dotted #fabb33; }
.yiji { position: relative; text-align: center; }
.yiji > a { display: block; padding: 0 34px; line-height: 58px; font-size: 16px; font-weight: bold; color: #162142; transition: color .3s; }
.yiji > a em { position: relative; }
.yiji > a:hover, .yiji.current > a { color: #febf00; }
.libox { display: none; position: absolute; top: 66px; left: 0; width: 100%; background: rgba(254, 191, 0, .88); border-radius: 16px; padding: 12px 0; box-shadow: 0 0 10px rgba(51, 51, 51, .2); z-index: 20; }
.libox:before { content: ""; position: absolute; top: -6px; left: 50%; margin-left: -6px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid rgba(254, 191, 0, .88); }
.yiji:hover .libox { display: block; }
.libox a { display: block; margin: 0 10px 4px; line-height: 30px; height: 30px; font-size: 14px; color: #152041; border-radius: 14px; transition: all .3s; }
.libox a:hover { background: #162142; color: #ffffff; }
.logo { display: flex; flex-direction: column; align-items: center; gap: 4px; width: 26%; padding: 0 10px; }
.logo-icon { width: 54px; height: 54px; }
.logo-txt { display: flex; flex-direction: column; align-items: center; }
.logo-t1 { font-size: 25px; font-weight: bold; color: #162142; letter-spacing: 2px; line-height: 28px; }
.logo-t2 { font-size: 12px; color: #555f79; letter-spacing: 5px; }
.molheader { display: none; position: relative; align-items: center; height: 70px; margin-top: 8px; border-bottom: 3px dashed #febf00; background: #ffffff; }
.mol-btn { position: absolute; left: 22px; top: 20px; width: 30px; height: 30px; background: transparent; border: 0; cursor: pointer; display: flex; flex-direction: column; gap: 5px; justify-content: center; z-index: 5; }
.mol-btn span { display: block; width: 26px; height: 3px; background: #162142; border-radius: 2px; }
.logomol { display: flex; align-items: center; gap: 8px; margin: 0 auto; }
.logomol .logo-icon { width: 40px; height: 40px; }
.logomol .logo-txt { align-items: flex-start; }
.logomol .logo-t1 { font-size: 19px; line-height: 22px; }
.logomol .logo-t2 { letter-spacing: 3px; }

/* ============ 移动抽屉导航 ============ */
.sidenav { position: fixed; top: 0; left: 0; width: 280px; height: 100%; background: #162142; z-index: 100; transform: translateX(-320px); transition: transform .3s; }
.sidenav.open { transform: none; }
.opacity2 { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); z-index: 99; display: none; }
.opacity2.open { display: block; }
.wrapsearch { background: #111e44; padding: 14px 16px; }
.search-m { position: relative; border: 1px dashed #febf00; border-radius: 16px; height: 34px; display: flex; align-items: center; background: #162142; }
.search-m .txt1 { color: #ffffff; width: 190px; }
.search-m .txt1::placeholder { color: #7081b4; }
.close1 { position: absolute; top: 16px; right: 16px; color: #febf00; font-size: 26px; line-height: 1; cursor: pointer; z-index: 2; }
.class-m { margin-top: 44px; height: calc(100% - 100px); overflow-y: auto; padding-bottom: 30px; }
.nnav .ce { display: block; padding-left: 26px; color: #ffffff; font-size: 16px; line-height: 50px; border-bottom: 1px dashed #1e2b54; }
.nnav .ce.cur { color: #febf00; }
.menu-head { position: relative; }
.ericon { position: absolute; right: 22px; top: 14px; width: 22px; height: 22px; border-radius: 50%; background: #febf00; color: #152041; text-align: center; line-height: 22px; font-weight: bold; font-size: 15px; cursor: pointer; }
.menu-body { display: none; background: #111e44; }
.menu-body .er { display: block; margin: 0 20px; padding-left: 10px; font-size: 14px; line-height: 40px; color: #c7d3f6; border-radius: 20px; }
.menu-body .er:hover { color: #162142; background: #febf00; }

/* ============ 首页 Banner ============ */
.banner { position: relative; overflow: hidden; background: #fdf9ef; }
.banner-track { display: flex; transition: transform .6s ease; }
.banner-item { position: relative; flex: 0 0 100%; height: 600px; }
.banner-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.banner-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(22, 33, 66, .28), rgba(22, 33, 66, .46)); }
.banner-txt { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); text-align: center; color: #ffffff; padding: 0 20px; }
.banner-t1 { font-size: 46px; font-weight: bold; letter-spacing: 5px; text-shadow: 0 2px 10px rgba(0, 0, 0, .35); }
.banner-t2 { font-size: 18px; margin-top: 16px; letter-spacing: 3px; text-shadow: 0 1px 5px rgba(0, 0, 0, .35); }
.banner-btn { display: inline-block; margin-top: 30px; padding: 0 40px; height: 44px; line-height: 44px; border-radius: 22px; background: #febf00; color: #152041; font-size: 15px; font-weight: bold; box-shadow: 0 4px 16px rgba(254, 191, 0, .55); transition: all .3s; }
.banner-btn:hover { background: #ffffff; }
.banner-prev, .banner-next { position: absolute; top: 50%; margin-top: -28px; width: 56px; height: 56px; border-radius: 50%; border: 0; background: rgba(22, 33, 66, .35); color: #ffffff; font-size: 28px; line-height: 1; cursor: pointer; transition: all .3s; z-index: 5; }
.banner-prev { left: 13%; }
.banner-next { right: 13%; }
.banner-prev:hover, .banner-next:hover { background: #febf00; color: #162142; }
.banner-dots { position: absolute; bottom: 18px; left: 0; right: 0; text-align: center; z-index: 5; }
.banner-dot { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #febf00; margin: 0 10px; cursor: pointer; transition: all .3s; }
.banner-dot.on { background: #162142; transform: scale(1.25); }

/* ============ 首页：产品中心 ============ */
.section1 { padding-top: 50px; padding-bottom: 50px; border-bottom: 4px dashed #febf00; margin-bottom: 4px; background: #ffffff; }
.indextt1 { text-align: center; font-weight: bold; color: #162142; font-size: 24px; line-height: 40px; padding-bottom: 30px; }
.indextt1 em { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #febf00; margin: 0 16px; position: relative; top: -6px; }
.slidegroup { width: 100%; }
.parhd { text-align: center; padding-bottom: 44px; }
.tab-item { display: inline-block; font-size: 16px; padding: 0 40px; color: #152041; line-height: 40px; position: relative; cursor: pointer; border-radius: 16px; transition: all .3s; }
.tab-item:hover { color: #febf00; }
.tab-item.on { color: #ffffff; background: #febf00; }
.tab-item span { display: none; position: absolute; left: 50%; top: 48px; width: 6px; height: 6px; border-radius: 50%; background: #febf00; }
.tab-item.on span, .tab-item:hover span { display: block; }
.parbd { position: relative; }
.panel { display: none; }
.panel.show1 { display: block; }
.track-wrap { position: relative; padding: 0 30px; }
.track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
.track::-webkit-scrollbar { display: none; }
.track { scrollbar-width: none; }
.p-card { flex: 0 0 25%; scroll-snap-align: start; }
.wrapli { position: relative; margin: 10px; border-radius: 20px; overflow: hidden; box-shadow: 0 0 20px rgba(0, 0, 0, .1); }
.wrapli img { width: 100%; height: 300px; object-fit: cover; display: block; transition: transform .5s; }
.mark1 { position: absolute; left: 0; width: 100%; height: 50px; line-height: 50px; text-align: center; background: rgba(254, 191, 0, .85); top: -100%; transition: all .5s; z-index: 2; }
.mark1 em { color: #152041; font-size: 14px; }
.mark1 em:before, .mark1 em:after { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #162142; margin: 0 14px; vertical-align: middle; }
.p-card:hover .mark1, .pro-item a:hover .mark1 { top: 50%; margin-top: -25px; }
.p-card:hover .wrapli, .pro-item a:hover .wrapli { box-shadow: 0 0 20px rgba(0, 0, 0, .25); }
.p-card:hover .wrapli img, .pro-item a:hover .wrapli img { transform: scale(1.04); }
.tt1 { line-height: 40px; font-size: 16px; font-weight: bold; color: #152041; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 6px; }
.tt2 { font-size: 13px; color: #555f79; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 10px; }
.track-prev, .track-next { position: absolute; top: 150px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(22, 33, 66, .08); color: #162142; font-size: 26px; line-height: 1; cursor: pointer; transition: all .3s; z-index: 3; }
.track-prev { left: -6px; }
.track-next { right: -6px; }
.track-prev:hover, .track-next:hover { background: #febf00; }
.btn-more { display: block; margin: 54px auto 0; width: 280px; height: 40px; border: 1px solid #febf00; border-radius: 20px; line-height: 40px; text-align: center; font-size: 14px; color: #152041; transition: all .4s; }
.btn-more:hover { background: #febf00; box-shadow: 0 0 10px rgba(254, 191, 0, 1); }

/* ============ 首页：关于我们（金底大卡） ============ */
.content2 { position: relative; padding: 86px 0 70px; }
.yellowbg { position: absolute; top: 0; left: 0; width: 100%; height: 260px; background: #fdf9ef; }
.c2wrap { position: relative; z-index: 1; background: #febf00; border-radius: 20px; }
.c2wrap:after { content: ""; display: block; clear: both; }
.c2img { width: 48%; margin-left: 2.5%; position: relative; top: -30px; float: left; }
.c2img img { border-radius: 16px; width: 100%; height: 360px; object-fit: cover; display: block; box-shadow: 0 10px 30px rgba(22, 33, 66, .18); }
.c2info { width: 42%; margin-right: 3.3%; float: right; padding: 36px 0 26px; }
.c2t1 { font-weight: bold; font-size: 30px; color: #162142; line-height: 40px; margin-bottom: 14px; }
.c2t2 { line-height: 30px; font-size: 15px; color: #233058; text-align: justify; }
.stat-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.stat-item { background: rgba(255, 255, 255, .8); border-radius: 14px; padding: 10px 16px; text-align: center; min-width: 100px; }
.stat-num { font-size: 22px; font-weight: bold; color: #162142; line-height: 28px; }
.stat-txt { font-size: 12px; color: #233058; }
.c2more { display: block; width: 220px; height: 40px; background: #ffffff; color: #152041; font-size: 14px; line-height: 40px; text-align: center; border-radius: 20px; margin-top: 24px; transition: all .3s; }
.c2more:hover { background: #162142; color: #ffffff; }

/* ============ 首页：新闻 + 联系（米黄底） ============ */
.content3 { width: 100%; background: #fdf9ef; padding-top: 30px; padding-bottom: 60px; }
.content3 .container { display: flex; flex-wrap: wrap; }
.news { width: 51%; padding-right: 1.6%; }
.contact { width: 45.8%; padding-left: 1.6%; }
.indextt3 { height: 58px; border-bottom: 2px solid #febf00; margin-bottom: 32px; display: flex; justify-content: space-between; align-items: center; }
.tt3h2 { color: #162142; font-size: 24px; font-weight: bold; }
.tt3more { color: #162142; font-size: 14px; }
.tt3more em { margin-left: 4px; font-weight: bold; }
.tt3more:hover { color: #febf00; }
.newslist { background: #ffffff; border-radius: 20px; padding: 30px 5%; }
.news-li a { display: flex; border-bottom: 1px dashed #febf00; padding-bottom: 20px; margin-bottom: 20px; }
.news-li:last-child a { margin-bottom: 0; }
.nimg { flex: 0 0 28%; width: 28%; border-radius: 14px; overflow: hidden; transition: all .5s; }
.nimg img { width: 100%; height: 130px; object-fit: cover; display: block; }
.ninfo { flex: 1; margin-left: 4%; min-width: 0; }
.nt1 { color: #555f79; font-size: 13px; }
.nt2 { color: #162142; font-size: 16px; line-height: 40px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nt3 { color: #555f79; font-size: 14px; line-height: 24px; max-height: 48px; overflow: hidden; }
.news-li a:hover .nimg { box-shadow: 0 0 10px rgba(254, 191, 0, .6); padding: 6px; }
.news-li a:hover .nt2 { color: #febf00; }
.wrap-contact { background: #ffffff; border-radius: 20px; padding: 30px 5%; }
.c-img img { width: 100%; height: 190px; object-fit: cover; border-radius: 14px; display: block; }
.c-info { margin-top: 18px; }
.c-info p { position: relative; line-height: 24px; padding: 9px 0 9px 36px; font-weight: bold; font-size: 15px; color: #152041; }
.c-info p.p1, .c-info p.p2 { padding-bottom: 4px; }
.c-info p.p3 { line-height: 22px; }
.c-ic { position: absolute; left: 0; top: 11px; width: 22px; height: 22px; }
.c-ic .ic-svg { width: 22px; height: 22px; }
.friendlylink { position: relative; margin-top: 38px; }
.friendlylink .container { position: relative; }
.flink-track { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 10px 0; }
.flink-track::-webkit-scrollbar { display: none; }
.flink-track { scrollbar-width: none; }
.flink-item { flex: 0 0 auto; scroll-snap-align: start; border: 1px dashed #febf00; border-radius: 40px; padding: 0 34px; height: 64px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: bold; color: #162142; background: #ffffff; white-space: nowrap; transition: all .4s; }
.flink-item:hover { box-shadow: 0 0 20px rgba(254, 191, 0, .5); border-style: solid; }

/* ============ 页脚 ============ */
.footer { background: #162142; color: #ffffff; padding-top: 46px; }
.f-top { display: flex; flex-wrap: wrap; gap: 30px; padding-bottom: 34px; border-bottom: 1px dashed #1e2b54; }
.f-col { flex: 1 1 180px; min-width: 180px; }
.f-col-1 { flex: 1.5 1 260px; }
.f-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.f-logo .logo-t1 { color: #ffffff; font-size: 20px; }
.f-logo .logo-t2 { color: #93a3cf; letter-spacing: 4px; }
.f-desc { font-size: 13px; color: #93a3cf; line-height: 24px; text-align: justify; }
.f-qr { margin-top: 16px; display: flex; align-items: center; gap: 12px; }
.f-qr-img { width: 97px; height: 97px; border-radius: 8px; background: #ffffff; padding: 4px; display: block; }
.f-qr-txt { font-size: 12px; color: #93a3cf; line-height: 20px; }
.f-tit { font-size: 16px; font-weight: bold; color: #febf00; margin-bottom: 16px; padding-left: 12px; border-left: 4px solid #febf00; }
.f-links a { display: block; color: #c7d3f6; font-size: 14px; line-height: 34px; transition: all .3s; }
.f-links a:hover { color: #febf00; padding-left: 6px; }
.f-contact p { display: flex; gap: 10px; color: #c7d3f6; font-size: 14px; line-height: 26px; align-items: flex-start; margin-bottom: 6px; }
.f-contact .ic-svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 5px; }
.f-bot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 16px 0; font-size: 13px; color: #93a3cf; }
.f-bot a { color: #93a3cf; }
.f-bot a:hover { color: #febf00; }
.jishu { text-align: right; }
.copyright { text-align: left; }
.backtop { position: fixed; right: 20px; bottom: 62px; width: 56px; height: 56px; border-radius: 50%; border: 0; background: #febf00; color: #162142; font-size: 22px; cursor: pointer; box-shadow: 0 4px 14px rgba(22, 33, 66, .25); display: none; z-index: 90; transition: all .3s; }
.backtop.show { display: block; }
.backtop:hover { background: #162142; color: #ffffff; }

/* ============ 内页：Banner + 面包屑条 ============ */
.pagecont { background: #fdf9ef; padding-bottom: 50px; }
.n-banner { position: relative; height: 400px; overflow: hidden; }
.n-banner-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.n-banner-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(22, 33, 66, .45); }
.n-banner-txt { position: absolute; left: 0; right: 0; top: 44%; transform: translateY(-50%); text-align: center; color: #ffffff; padding: 0 20px; }
.nbt1 { font-size: 32px; font-weight: bold; letter-spacing: 4px; text-shadow: 0 2px 8px rgba(0, 0, 0, .3); }
.nbt2 { font-size: 15px; margin-top: 12px; letter-spacing: 2px; color: rgba(255, 255, 255, .85); }
.ntit { position: relative; z-index: 2; margin: -80px auto 0; width: min(1280px, 94%); background: rgba(255, 255, 255, .93); border-radius: 30px 30px 0 0; border-bottom: 2px solid #febf00; height: 80px; display: flex; justify-content: space-between; align-items: center; padding: 0 2.5%; box-shadow: 0 -6px 20px rgba(22, 33, 66, .06); }
.ntt { display: flex; align-items: baseline; gap: 12px; }
.ntt h1 { font-size: 28px; font-weight: bold; color: #152041; }
.ntt i { font-size: 13px; color: #febf00; font-weight: bold; letter-spacing: 3px; }
.weiz { font-size: 13px; color: #555f79; }
.weiz a { color: #555f79; margin: 0 2px; }
.weiz a:hover { color: #febf00; }
.weiz em { color: #febf00; font-weight: bold; }

/* ============ 内页：白卡 + 侧栏 ============ */
.wrappage { background: #ffffff; border-radius: 0 0 30px 30px; width: min(1280px, 94%); margin: 0 auto; padding: 40px 2.5% 50px; }
.pagebody { display: flex; flex-wrap: wrap; }
.nynav { width: 20.8%; flex: 0 0 20.8%; }
.firstul { padding-bottom: 10px; }
.firstli { background: #febf00; border-radius: 30px; margin-bottom: 10px; overflow: hidden; }
.firstli > a { display: block; padding: 0 20px; height: 50px; line-height: 50px; color: #162142; font-size: 15px; font-weight: bold; transition: all .3s; }
.firstli > a:hover { background: #162142; color: #ffffff; }
.firstli.current { background: #162142; }
.firstli.current > a { color: #ffffff; }
.secondul { background: #162142; padding: 4px 10px 14px; }
.secondli > a { display: block; text-indent: 12px; height: 40px; line-height: 40px; font-size: 14px; color: #b2c3fc; border-radius: 20px; padding-right: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.secondli.cur > a, .secondli > a:hover { color: #162142; background: #febf00; }
.inner-main { flex: 1; min-width: 0; min-height: 450px; }

/* ============ 产品列表 / 卡片网格 ============ */
.propage { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.pro-item { width: 25%; padding: 0 10px; margin-bottom: 16px; }
.page-num { padding: 26px 0 0; text-align: center; font-size: 14px; color: #555f79; }
.page-num a { display: inline-block; margin: 0 8px; min-width: 30px; height: 30px; line-height: 30px; border-radius: 50%; background: #162142; color: #ffffff; padding: 0 10px; transition: all .3s; }
.page-num a:hover, .page-num a.cur { background: #febf00; color: #162142; }

/* ============ 产品详情 ============ */
.prott { font-size: 22px; font-weight: bold; color: #152041; padding: 4px 0 18px; text-align: center; }
.gallery { width: 56%; margin: 0 auto; }
.gallery-main-img { width: 100%; height: 420px; object-fit: cover; border-radius: 20px; box-shadow: 0 0 20px rgba(51, 51, 51, .25); display: block; }
.gallery-thumbs { display: flex; gap: 12px; margin-top: 14px; justify-content: center; }
.g-thumb { width: 82px; height: 82px; border-radius: 10px; border: 1px solid #e6e6e6; overflow: hidden; cursor: pointer; padding: 0; background: #ffffff; transition: all .3s; }
.g-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.g-thumb.on { border-color: #febf00; }
.aboutedit, .aboutedit2 { line-height: 28px; color: #152041; font-size: 14px; }
.aboutedit2 { padding: 10px 0 16px; }
.aboutedit { margin-top: 6px; }
.aboutedit p, .aboutedit2 p { margin-bottom: 12px; text-align: justify; }
.bigpic { display: block; max-width: 100%; height: auto; margin: 14px auto; border-radius: 20px; box-shadow: 0 0 20px rgba(51, 51, 51, .25); }
.subtt { font-size: 18px; font-weight: bold; color: #162142; padding: 22px 0 10px; display: flex; align-items: center; gap: 10px; }
.subtt i { display: inline-block; width: 9px; height: 9px; background: #febf00; border-radius: 2px; }
.param-table { width: 100%; border-collapse: collapse; margin: 6px 0 10px; font-size: 14px; }
.param-table th { background: #162142; color: #ffffff; padding: 11px 16px; text-align: left; font-size: 15px; }
.param-table td { border: 1px solid #e6e6e6; padding: 10px 16px; color: #152041; }
.param-table td.k { width: 170px; font-weight: bold; background: #fdf9ef; color: #162142; }
.feature-list { padding: 4px 0; }
.feat-item { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; color: #555f79; font-size: 14px; line-height: 24px; }
.feat-ic { flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; background: #febf00; color: #162142; text-align: center; line-height: 22px; font-weight: bold; font-size: 13px; }
.other { border-top: 1px solid #e6e6e6; margin-top: 30px; padding-top: 28px; text-align: center; }
.other a { display: inline-block; margin: 6px 10px; width: 260px; height: 40px; line-height: 40px; font-size: 14px; color: #162142; background: #febf00; border-radius: 20px; transition: all .4s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.other a:hover { color: #ffffff; background: #162142; }

/* ============ 新闻列表 / 详情 ============ */
.newspage { margin-top: 4px; }
.newspage .news-li { margin-bottom: 20px; }
.newspage .nimg img { height: 150px; }
.newsdetailtt { font-size: 20px; font-weight: bold; color: #162142; text-align: center; line-height: 32px; padding: 4px 0; }
.newstime { color: #41548c; font-size: 14px; text-align: center; margin: 10px 0 20px; }
.other1 { border-top: 1px solid #e6e6e6; margin-top: 26px; padding-top: 14px; }
.other1 a { display: block; font-size: 14px; color: #4e5e95; line-height: 32px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.other1 a:hover { color: #febf00; font-weight: bold; }

/* ============ 关于我们 ============ */
.aboutedit3 { margin-top: 36px; color: #152041; font-size: 14px; line-height: 28px; }
.a3t1 { display: block; width: 100%; text-align: center; font-size: 18px; line-height: 40px; background: #162142; color: #ffffff; border-radius: 20px; margin-bottom: 22px; }
.timeline { position: relative; margin: 10px 0 6px 8px; padding-left: 26px; border-left: 2px dashed #febf00; }
.tl-item { position: relative; padding: 0 0 26px 14px; }
.tl-item:before { content: ""; position: absolute; left: -34px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: #febf00; border: 2px solid #162142; }
.tl-year { font-size: 17px; font-weight: bold; color: #162142; }
.tl-tit { font-weight: bold; color: #152041; font-size: 15px; margin: 2px 0; }
.tl-txt { color: #555f79; font-size: 13px; line-height: 24px; }
.culture-grid { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 4px; }
.cul-card { flex: 1 1 30%; min-width: 220px; background: #fdf9ef; border-radius: 20px; padding: 26px 20px; text-align: center; transition: all .4s; }
.cul-card:hover { background: #febf00; }
.cul-ic { width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 50%; background: #162142; display: flex; align-items: center; justify-content: center; }
.cul-ic .ic-svg { width: 26px; height: 26px; color: #febf00; }
.cul-tit { font-size: 17px; font-weight: bold; color: #162142; margin-bottom: 8px; }
.cul-txt { font-size: 13px; color: #555f79; line-height: 24px; }
.cul-card:hover .cul-txt { color: #233058; }
.team-grid { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 4px; }
.team-card { flex: 1 1 22%; min-width: 200px; text-align: center; background: #fdf9ef; border-radius: 20px; padding: 26px 14px; transition: all .4s; }
.team-card:hover { box-shadow: 0 0 20px rgba(254, 191, 0, .5); }
.team-img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; display: block; margin: 0 auto 12px; border: 3px solid #febf00; }
.team-name { font-size: 16px; font-weight: bold; color: #162142; }
.team-role { font-size: 13px; color: #555f79; margin-top: 4px; }

/* ============ 联系我们 ============ */
.cc-grid { display: flex; flex-wrap: wrap; gap: 16px; margin: 6px 0 26px; }
.cc-row { flex: 1 1 30%; min-width: 220px; background: #fdf9ef; border-radius: 20px; padding: 22px 20px; display: flex; gap: 14px; align-items: flex-start; }
.cc-ic { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: #febf00; display: flex; align-items: center; justify-content: center; color: #162142; }
.cc-ic .ic-svg { width: 22px; height: 22px; color: #162142; }
.cc-tit { font-weight: bold; color: #152041; font-size: 15px; margin-bottom: 6px; }
.cc-txt { font-size: 13px; color: #555f79; line-height: 22px; }
.msgform { background: #fdf9ef; border-radius: 20px; padding: 28px; }
.fm-item { margin-bottom: 16px; }
.fm-label { display: block; font-size: 14px; color: #152041; font-weight: bold; margin-bottom: 8px; }
.fm-input { width: 100%; height: 44px; border: 1px dashed #fabb33; border-radius: 22px; background: #ffffff; text-indent: 16px; font-size: 14px; color: #152041; outline: none; transition: all .3s; }
.fm-input:focus { border-color: #febf00; border-style: solid; }
.fm-text { width: 100%; height: 140px; border: 1px dashed #fabb33; border-radius: 16px; background: #ffffff; padding: 12px 16px; font-size: 14px; color: #152041; resize: vertical; outline: none; font-family: inherit; transition: all .3s; }
.fm-text:focus { border-color: #febf00; border-style: solid; }
.fm-btn { display: block; width: 220px; height: 46px; margin: 8px auto 0; border: 0; border-radius: 23px; background: #162142; color: #ffffff; font-size: 15px; letter-spacing: 4px; cursor: pointer; transition: all .4s; }
.fm-btn:hover { background: #febf00; color: #162142; }

/* ============ 响应式：平板 ≤991px ============ */
@media (max-width: 991px) {
  .topbox { display: none; }
  .molheader { display: flex; }
  .banner-item { height: 380px; }
  .banner-t1 { font-size: 32px; }
  .nav-fl, .nav-fr { display: none; }
  .c2img { width: 95%; margin: 2.5% 2.5% 0; top: 0; float: none; }
  .c2img img { height: 260px; }
  .c2info { width: 95%; margin: 0 2.5%; float: none; padding: 22px 0 26px; }
  .c2t1 { font-size: 24px; }
  .content3 .container { display: block; }
  .news, .contact { width: 100%; padding: 0; }
  .news { margin-bottom: 30px; }
  .nynav { display: none; }
  .inner-main { flex: 1 1 100%; }
  .propage .pro-item { width: 33.33%; }
  .cul-card { flex: 1 1 46%; }
  .team-card { flex: 1 1 46%; }
  .gallery { width: 76%; }
  .f-col { flex: 1 1 46%; }
}

/* ============ 响应式：手机 ≤768px ============ */
@media (max-width: 768px) {
  .container { max-width: 94%; }
  .banner-item { height: 250px; }
  .banner-t1 { font-size: 22px; letter-spacing: 2px; }
  .banner-t2 { font-size: 13px; margin-top: 10px; }
  .banner-btn { height: 38px; line-height: 38px; padding: 0 26px; margin-top: 18px; font-size: 14px; }
  .banner-prev, .banner-next { width: 38px; height: 38px; margin-top: -19px; font-size: 18px; }
  .section1 { padding-top: 26px; padding-bottom: 30px; }
  .indextt1 { font-size: 20px; padding-bottom: 16px; }
  .parhd { padding-bottom: 6px; }
  .tab-item { padding: 0 12px; font-size: 14px; line-height: 34px; margin-bottom: 18px; }
  .tab-item span { top: 40px; }
  .track-wrap { padding: 0; }
  .track-prev, .track-next { display: none; }
  .p-card { flex: 0 0 50%; }
  .wrapli img { height: 200px; }
  .btn-more { margin: 26px auto 0; width: 100%; }
  .content2 { padding: 30px 0; }
  .stat-row { gap: 8px; }
  .stat-item { min-width: 84px; padding: 8px 10px; }
  .stat-num { font-size: 18px; }
  .indextt3 { height: 44px; margin-bottom: 20px; }
  .tt3h2 { font-size: 18px; }
  .newslist { padding: 22px 4%; }
  .news-li a { padding-bottom: 16px; margin-bottom: 16px; }
  .nimg { flex: 0 0 38%; width: 38%; }
  .nimg img { height: 96px; }
  .nt2 { line-height: 28px; font-size: 15px; font-weight: normal; }
  .nt3 { display: none; }
  .wrap-contact { padding: 22px 4%; }
  .friendlylink { margin-top: 24px; }
  .flink-item { height: 52px; font-size: 14px; padding: 0 24px; }
  .propage .pro-item { width: 50%; }
  .ntit { height: 56px; margin-top: -56px; border-radius: 20px 20px 0 0; }
  .ntt h1 { font-size: 20px; }
  .ntt i { display: none; }
  .weiz { display: none; }
  .wrappage { width: 96%; padding: 24px 3% 32px; }
  .n-banner { height: 260px; }
  .nbt1 { font-size: 22px; }
  .nbt2 { font-size: 12px; }
  .gallery { width: 100%; }
  .gallery-main-img { height: 280px; }
  .g-thumb { width: 68px; height: 68px; }
  .prott { font-size: 18px; }
  .other a { width: 150px; font-size: 12px; }
  .cul-card { flex: 1 1 100%; }
  .team-card { flex: 1 1 100%; }
  .cc-row { flex: 1 1 100%; }
  .msgform { padding: 20px; }
  .f-col { flex: 1 1 100%; }
  .f-bot { justify-content: center; text-align: center; }
  .backtop { width: 42px; height: 42px; font-size: 18px; bottom: 20px; right: 14px; }
}
