@charset "utf-8";
/* ============ CPPM 专题网站 现代大气版式 ============ */
*{margin:0;padding:0;box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
body{
  font:14px/1.8 "Microsoft YaHei","微软雅黑","PingFang SC","Helvetica Neue",Arial,sans-serif;
  color:#333;background:#f4f6fa;text-align:center;
}
a{color:#b01c2e;text-decoration:none;transition:color .2s;}
a:hover{color:#c8102e;}
img{border:none;max-width:100%;}
ul,ol{list-style:none;}
.clearfix:after{content:"";display:block;clear:both;visibility:hidden;height:0;}
.fl{float:left;}
.fr{float:right;}
.container{width:1200px;margin:0 auto;text-align:left;}
.mt10{margin-top:10px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}
.mb20{margin-bottom:20px;}
.hide{display:none;}

/* ============ 顶部工具条 ============ */
.topbar{background:#7d1220;height:38px;line-height:38px;color:#f2cfd5;font-size:13px;}
.topbar .container{display:flex;justify-content:space-between;align-items:center;}
.topbar .tb-left span{margin-right:22px;}
.topbar .tb-left .dot{color:#d9a03c;font-weight:bold;}
.topbar .tb-right a{color:#f2cfd5;margin-left:18px;padding:0 4px;}
.topbar .tb-right a:hover{color:#fff;}
.topbar .tb-right a.warn{color:#ffd77a;}

/* ============ 头部横幅 ============ */
.header{background:#ffffff;border-bottom:1px solid #e5ebf2;}
.header .container{display:flex;align-items:center;justify-content:space-between;height:118px;}
.logo{display:flex;align-items:center;}
.logo .logo-icon{
  width:82px;height:82px;border-radius:18px;
  background:linear-gradient(135deg,#a01022,#c8102e);
  display:flex;align-items:center;justify-content:center;
  font:bold 26px/1 Arial;color:#fff;margin-right:16px;
  box-shadow:0 6px 18px rgba(200,16,46,.28);
  position:relative;overflow:hidden;
}
.logo .logo-icon:after{content:"";position:absolute;top:-18px;right:-18px;width:52px;height:52px;background:rgba(255,255,255,.12);border-radius:50%;}
.logo .logo-text h1,.logo .logo-title{font-size:34px;font-weight:bold;color:#7d1220;letter-spacing:1px;line-height:1.2;}
.logo .logo-text h1 em,.logo .logo-title em{font-style:normal;color:#c8102e;}
.logo .logo-text p{font-size:14px;color:#6b7c94;letter-spacing:4px;margin-top:2px;}
.header .header-right{display:flex;align-items:center;}
.header .header-enroll{
  display:inline-block;background:linear-gradient(135deg,#c8102e,#8a1226);
  color:#fff;font-size:15px;font-weight:bold;padding:10px 20px;border-radius:6px;
  margin-left:18px;box-shadow:0 4px 12px rgba(200,16,46,.35);
  animation:enrollPulse 2.2s infinite;
}
.header .header-enroll:hover{background:linear-gradient(135deg,#e8465f,#a01022);color:#ffd77a;}
@keyframes enrollPulse{
  0%{box-shadow:0 4px 12px rgba(200,16,46,.35);}
  50%{box-shadow:0 4px 22px rgba(200,16,46,.65);}
  100%{box-shadow:0 4px 12px rgba(200,16,46,.35);}
}
.header .search-box{display:flex;align-items:center;background:#f0f4f9;border:1px solid #dbe4ef;border-radius:22px;overflow:hidden;height:40px;margin-right:18px;}
.header .search-box input{border:none;outline:none;background:transparent;padding:0 16px;width:220px;font-size:13px;color:#333;}
.header .search-box button{border:none;background:#b01c2e;color:#fff;height:40px;padding:0 20px;cursor:pointer;font-size:14px;border-radius:0 22px 22px 0;}
.header .search-box button:hover{background:#7d1220;}
.header .hotline{text-align:center;border-left:1px solid #e5ebf2;padding-left:18px;}
.header .hotline .t{font-size:12px;color:#8a98ab;line-height:1.4;}
.header .hotline .n{font-size:22px;font-weight:bold;color:#c8102e;font-family:Arial;line-height:1.5;letter-spacing:1px;}

/* ============ 导航栏 ============ */
.nav{background:linear-gradient(180deg,#8a1226,#6d0e1c);box-shadow:0 4px 12px rgba(200,16,46,.2);}
.nav .container{display:flex;}
.nav-toggle{display:none;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:12px 10px;box-sizing:border-box;flex:none;}
.nav-toggle span{display:block;height:3px;border-radius:2px;background:#fff;margin:5px 0;transition:all .28s ease;}
.nav ul{display:flex;width:100%;}
.nav li{position:relative;flex:1;}
.nav li a{display:block;text-align:center;font-size:17px;color:#fff;line-height:56px;padding:0 8px;position:relative;}
.nav li a .en{font-size:11px;display:block;line-height:1;color:#e8b4bd;position:absolute;top:10px;width:100%;left:0;text-align:center;}
.nav li a .cn{display:block;line-height:56px;}
.nav li a:hover,.nav li.active a{background:rgba(255,255,255,.12);color:#ffd77a;}
.nav li a:hover .en,.nav li.active a .en{color:#ffd77a;}
.nav li .sub{
  position:absolute;top:56px;left:0;min-width:100%;background:#fff;z-index:99;
  box-shadow:0 8px 24px rgba(0,0,0,.15);border-radius:0 0 8px 8px;display:none;
}
.nav li:hover .sub{display:block;}
.nav li .sub a{color:#333;font-size:14px;line-height:40px;text-align:center;border-bottom:1px solid #f0f3f7;}
.nav li .sub a:last-child{border-bottom:none;}
.nav li .sub a:hover{background:#fdecee;color:#c8102e;}

/* ============ Hero 轮播 ============ */
.hero{position:relative;height:430px;overflow:hidden;}
.hero .slide{position:absolute;inset:0;display:none;}
.hero .slide.on{display:block;}
.hero .slide .slide-bg{position:absolute;inset:0;z-index:0;background:linear-gradient(120deg,#7d1220 0%,#8a1226 55%,#c8102e 100%);}
.hero .slide-1 .slide-bg{background:linear-gradient(120deg,#7d1220 0%,#8a1226 55%,#c8102e 100%);}
.hero .slide-2 .slide-bg{background:linear-gradient(120deg,#7d1220 0%,#8a1226 55%,#c8102e 100%);}
.hero .slide-3 .slide-bg{background:linear-gradient(120deg,#7d1220 0%,#8a1226 55%,#c8102e 100%);}
.hero .slide .deco{position:absolute;z-index:1;width:1200px;left:50%;margin-left:-600px;height:100%;}
.hero .slide .deco:before{content:"";position:absolute;right:60px;top:-40px;width:420px;height:420px;border:2px solid rgba(255,255,255,.18);border-radius:50%;}
.hero .slide .deco:after{content:"";position:absolute;right:140px;top:40px;width:260px;height:260px;border:2px solid rgba(255,255,255,.14);border-radius:50%;}
.hero .slide .txt{position:relative;z-index:2;padding-top:78px;width:1200px;margin:0 auto;}
.hero .slide .txt .tag{display:inline-block;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.4);color:#fff;font-size:13px;padding:2px 14px;border-radius:14px;letter-spacing:2px;}
.hero .slide .txt h1,.hero .slide .txt h2{font-size:44px;color:#fff;font-weight:bold;margin:18px 0 12px;letter-spacing:2px;line-height:1.3;}
.hero .slide .txt h1 em,.hero .slide .txt h2 em{font-style:normal;color:#ffd77a;}
.hero .slide .txt p{font-size:16px;color:rgba(255,255,255,.85);max-width:640px;line-height:1.9;}
.hero .slide .txt .btns{margin-top:26px;}
.hero .slide .txt .btn{display:inline-block;padding:10px 32px;border-radius:24px;font-size:15px;margin-right:16px;font-weight:bold;}
.hero .slide .txt .btn-primary{background:#ffd77a;color:#7d1220;}
.hero .slide .txt .btn-primary:hover{background:#ffe39a;color:#7d1220;}
.hero .slide .txt .btn-ghost{border:1px solid rgba(255,255,255,.8);color:#fff;}
.hero .slide .txt .btn-ghost:hover{background:rgba(255,255,255,.15);color:#fff;}
.hero .slide .txt .info{position:absolute;right:40px;bottom:-10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:18px 26px;color:#fff;}
.hero .slide .txt .info .num{font-size:30px;font-weight:bold;color:#ffd77a;}
.hero .slide .txt .info .lab{font-size:13px;color:rgba(255,255,255,.85);}
.hero .dots{position:absolute;bottom:18px;left:50%;margin-left:-40px;z-index:5;display:flex;}
.hero .dots i{width:14px;height:5px;border-radius:3px;background:rgba(255,255,255,.4);margin:0 4px;cursor:pointer;}
.hero .dots i.on{background:#ffd77a;width:26px;}

/* ============ 服务快捷区 ============ */
.services{background:#fff;margin:-0px 0 20px;border-bottom:1px solid #e5ebf2;}
.services .container{padding:26px 0;display:flex;justify-content:space-between;flex-wrap:wrap;}
.services .sv{width:13%;text-align:center;cursor:pointer;border-radius:12px;padding:18px 0 14px;transition:all .25s;}
.services .sv:hover{background:#fdf0f1;transform:translateY(-4px);box-shadow:0 6px 16px rgba(176,28,46,.12);}
.services .sv .ic{width:58px;height:58px;border-radius:16px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:26px;font-weight:bold;}
.services .sv .t{font-size:14px;font-weight:bold;color:#333;}
.services .sv .s{font-size:12px;color:#93a1b5;}
.services .sv.s1 .ic{background:linear-gradient(135deg,#c8102e,#e8465f);}
.services .sv.s2 .ic{background:linear-gradient(135deg,#0f8a6d,#21b28c);}
.services .sv.s3 .ic{background:linear-gradient(135deg,#b07a12,#d9a03c);}
.services .sv.s4 .ic{background:linear-gradient(135deg,#6a3fb5,#9164e0);}
.services .sv.s5 .ic{background:linear-gradient(135deg,#0b6fa8,#3a9fe0);}
.services .sv.s6 .ic{background:linear-gradient(135deg,#2a6a3b,#3f9e57);}
.services .sv.s7 .ic{background:linear-gradient(135deg,#c45a12,#e8852d);}

/* ============ 数据统计条 ============ */
.stats{background:linear-gradient(120deg,#7d1220,#b01c2e);padding:34px 0;color:#fff;}
.stats .container{display:flex;}
.stats .st{flex:1;text-align:center;border-right:1px solid rgba(255,255,255,.2);}
.stats .st:last-child{border-right:none;}
.stats .st .num{font-size:36px;font-weight:bold;color:#ffd77a;font-family:Arial;}
.stats .st .lab{font-size:14px;color:rgba(255,255,255,.9);letter-spacing:1px;}

/* ============ 主内容区 ============ */
.main{background:#f4f6fa;padding:26px 0 40px;}
.mrow{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px;}
.mrow:last-child{margin-bottom:0;}
.mrow-l{width:850px;}
.mrow-r{width:330px;}
.mrow-l>.tab-wrap,.mrow-l>.grid-2{margin-bottom:0;}
.mrow-r>.side-card{margin-bottom:0;}
.col-main{width:850px;}
.col-side{width:330px;}

/* 区块标题 */
.sec-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;position:relative;}
.sec-title .lt{display:flex;align-items:center;}
.sec-title .lt .bar{width:5px;height:24px;background:linear-gradient(180deg,#c8102e,#e8465f);border-radius:3px;margin-right:10px;}
.sec-title .lt h3{font-size:22px;font-weight:bold;color:#7d1220;line-height:1;}
.sec-title .lt .more-link{font-size:12px;color:#93a1b5;margin-left:14px;line-height:1;}
.sec-title .lt .more-link:hover{color:#c8102e;}
.sec-title .rt a{font-size:13px;color:#7a8aa0;}
.sec-title .rt a:hover{color:#c8102e;}

/* Tab 切换 */
.tab-wrap{background:#fff;border-radius:14px;padding:20px 22px 11px;box-shadow:0 2px 12px rgba(200,16,46,.06);margin-bottom:22px;}
.tab-head{border-bottom:2px solid #eef2f7;display:flex;margin-bottom:12px;}
.tab-head .t{font-size:16px;font-weight:bold;color:#5b6b80;padding:8px 20px;cursor:pointer;position:relative;transition:color .2s;}
.tab-head .t.on{color:#c8102e;}
.tab-head .t.on:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;background:#c8102e;border-radius:2px;}
.tab-body{display:none;}
.tab-body.on{display:block;}
.news-list li{display:flex;align-items:center;justify-content:space-between;padding:9px 4px;border-bottom:1px dashed #e9eef4;}
.news-list li:last-child{border-bottom:none;}
.news-list li a{font-size:15px;color:#444;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:16px;}
.news-list li a:hover{color:#c8102e;}
.news-list li .hot-tag{color:#c8102e;font-size:12px;border:1px solid #f0a9b4;border-radius:3px;padding:0 4px;margin-right:8px;}
.news-list li .new-tag{color:#b01c2e;font-size:12px;border:1px solid #f0a9b4;border-radius:3px;padding:0 4px;margin-right:8px;}
.news-list li i{font-size:13px;color:#9aa7b8;font-style:normal;}

/* 两栏内容块 */
.grid-2{display:flex;justify-content:space-between;margin-bottom:22px;}
.grid-2 .col{width:414px;background:#fff;border-radius:14px;padding:33px 22px;box-shadow:0 2px 12px rgba(200,16,46,.06);}
.grid-2 .col h3{font-size:18px;color:#7d1220;font-weight:bold;padding-bottom:12px;margin-bottom:6px;border-bottom:1px solid #eef2f7;position:relative;}
.grid-2 .col h3 .more{float:right;font-size:12px;font-weight:normal;color:#93a1b5;line-height:1.8;}
.grid-2 .col h3 .more:hover{color:#c8102e;}
.grid-2 .col ul li{padding:7px 2px;border-bottom:1px dashed #f0f3f7;}
.grid-2 .col ul li:last-child{border-bottom:none;}
.grid-2 .col ul li a{font-size:14px;color:#444;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.grid-2 .col ul li a:hover{color:#c8102e;}

/* ============ 侧边栏 ============ */
.side-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px rgba(200,16,46,.06);margin-bottom:22px;overflow:hidden;}
.side-card .card-title{background:linear-gradient(135deg,#a01022,#c8102e);color:#fff;font-size:17px;font-weight:bold;padding:13px 20px;}
.side-card .card-title i{font-style:normal;font-size:12px;font-weight:normal;float:right;line-height:2;color:#f2cfd5;}
.side-card .card-title i a{color:#f2cfd5;}
.side-card .card-title i a:hover{color:#ffd77a;}

/* 报名表单 */
.enroll-form{padding:20px;}
.enroll-form .f-row{margin-bottom:14px;}
.enroll-form .f-row label{display:block;font-size:13px;color:#5b6b80;margin-bottom:5px;}
.enroll-form .f-row input,.enroll-form .f-row select{
  width:100%;height:40px;border:1px solid #dbe4ef;border-radius:8px;padding:0 12px;
  font-size:14px;color:#333;outline:none;background:#f8fbfe;transition:border-color .2s;
}
.enroll-form .f-row input:focus,.enroll-form .f-row select:focus{border-color:#c8102e;background:#fff;}
.enroll-form .f-row textarea{width:100%;height:80px;border:1px solid #dbe4ef;border-radius:8px;padding:10px 12px;font-size:14px;outline:none;background:#f8fbfe;resize:none;}
.enroll-form .btn-submit{
  width:100%;height:44px;border:none;border-radius:22px;background:linear-gradient(135deg,#c8102e,#e8465f);
  color:#fff;font-size:16px;font-weight:bold;cursor:pointer;letter-spacing:6px;transition:opacity .2s;
}
.enroll-form .btn-submit:hover{opacity:.88;}
.enroll-form .btn-submit:disabled{opacity:.6;cursor:not-allowed;}
.enroll-form .form-tip{font-size:12px;color:#9aa7b8;text-align:center;margin-top:10px;}
.form-msg{display:none;border-radius:8px;padding:12px;margin-bottom:14px;font-size:14px;line-height:1.6;}
.form-msg.ok{display:block;background:#e8f7ee;color:#166b3b;border:1px solid #bfe7cd;}
.form-msg.err{display:block;background:#fdecee;color:#a01524;border:1px solid #f3c0c8;}

/* 侧栏专题服务 */
.side-links{padding:14px 20px 18px;}
.side-links .sl{display:flex;align-items:center;padding:11px 0;border-bottom:1px dashed #eef2f7;text-decoration:none;color:inherit;cursor:pointer;}
.side-links .sl:hover .tx .n{color:#c8102e;}
.side-links .sl:last-child{border-bottom:none;}
.side-links .sl .ic{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:bold;margin-right:12px;flex:none;}
.side-links .sl .tx{flex:1;}
.side-links .sl .tx .n{font-size:14px;font-weight:bold;color:#333;}
.side-links .sl .tx .d{font-size:12px;color:#93a1b5;}

/* 侧栏问答 */
.qa-list{padding:10px 20px 34px;}
.qa-list li{padding:8px 0;border-bottom:1px dashed #eef2f7;}
.qa-list li:last-child{border-bottom:none;}
.qa-list li a{font-size:14px;color:#444;}
.qa-list li a:hover{color:#c8102e;}
.qa-list li a b{color:#c8102e;font-weight:normal;}

/* 侧栏联系卡 */
.side-contact{padding:18px 20px 29px;}
.side-contact .phone-box{background:linear-gradient(135deg,#fdf3f4,#fbe9eb);border:1px solid #f3d0d5;border-radius:10px;padding:14px 16px;margin-bottom:12px;}
.side-contact .phone-box .p-t{font-size:13px;color:#8a5a62;}
.side-contact .phone-box .p-n{font-size:24px;font-weight:bold;color:#c8102e;font-family:Arial;letter-spacing:1px;}
.side-contact .phone-box .p-d{font-size:12px;color:#8a5a62;}
.side-contact .con-row{display:flex;align-items:flex-start;font-size:13px;color:#5b6b80;padding:5px 0;}
.side-contact .con-row .lb{color:#93a1b5;margin-right:8px;flex:none;}

/* ============ 报考流程 ============ */
.process{background:#fff;border-top:1px solid #e5ebf2;border-bottom:1px solid #e5ebf2;padding:34px 0;}
.process .container{position:relative;}
.process .line{position:absolute;top:64px;left:80px;right:80px;height:3px;background:linear-gradient(90deg,#dbe4ef,#c8102e,#dbe4ef);border-radius:2px;}
.process .steps{display:flex;position:relative;}
.process .step{flex:1;text-align:center;position:relative;z-index:2;}
.process .step .dot{width:52px;height:52px;border-radius:50%;background:#c8102e;color:#fff;font-size:22px;font-weight:bold;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;box-shadow:0 4px 12px rgba(200,16,46,.3);border:4px solid #fff;}
.process .step.s2 .dot{background:#c8102e;}
.process .step.s3 .dot{background:#d9a03c;}
.process .step.s4 .dot{background:#0f8a6d;}
.process .step .n{font-size:16px;font-weight:bold;color:#7d1220;}
.process .step .d{font-size:13px;color:#7a8aa0;margin-top:4px;line-height:1.6;}
.process .step:hover .dot{transform:scale(1.08);}

/* ============ 认证价值 ============ */
.value{background:#f4f6fa;padding:34px 0;}
.value .sec-title .lt h3{color:#7d1220;}
.value .partners{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:18px;}
.value .pn{width:calc((100% - 48px)/4);background:#fff;border:1px solid #e9eef4;border-radius:12px;padding:18px 12px 14px;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .25s;box-sizing:border-box;cursor:default;text-decoration:none;color:inherit;}
.value .pn:hover{transform:translateY(-4px);border-color:#c8102e;box-shadow:0 8px 20px rgba(200,16,46,.12);}
.value .pn .pic{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:bold;box-shadow:0 4px 10px rgba(0,0,0,.10);}
.value .pn b{font-size:16px;font-weight:bold;color:#2a3a52;letter-spacing:1px;}
.value .pn:hover b{color:#c8102e;}
.value .pn i{font-style:normal;font-size:12px;color:#8a98ab;background:#f4f6fa;border-radius:20px;padding:2px 12px;}
.value .partner-tip{font-size:13px;color:#8a98ab;line-height:1.8;text-align:center;}
.value .vcards{display:flex;flex-wrap:wrap;gap:22px;}
.value .vcard{width:calc((100% - 44px)/3);background:#fff;border-radius:14px;padding:24px 20px;box-shadow:0 2px 12px rgba(200,16,46,.06);text-align:center;transition:transform .25s,box-shadow .25s;box-sizing:border-box;}
.value .vcard:hover{transform:translateY(-5px);box-shadow:0 10px 24px rgba(200,16,46,.12);}
.value .vcard .ic{width:62px;height:62px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;font-weight:bold;}
.value .vcard .n{font-size:17px;font-weight:bold;color:#7d1220;margin-bottom:8px;}
.value .vcard .d{font-size:13px;color:#6b7c94;line-height:1.8;text-align:left;}

/* ============ 页脚 ============ */
.footer{background:#7d1220;color:#f2cfd5;padding:36px 0 0;margin-top:0;}
.footer .container{display:flex;justify-content:space-between;padding-bottom:26px;}
.footer .fcol{width:240px;}
.footer .fcol.wide{width:330px;}
.footer .fcol h4{color:#fff;font-size:17px;margin-bottom:14px;position:relative;padding-bottom:10px;}
.footer .fcol h4:after{content:"";position:absolute;bottom:0;left:0;width:34px;height:3px;background:#ffd77a;border-radius:2px;}
.footer .fcol ul li{padding:5px 0;}
.footer .fcol ul li a{color:#f2cfd5;font-size:13px;}
.footer .fcol ul li a:hover{color:#ffd77a;}
.footer .fcol p{font-size:13px;line-height:1.9;}
.footer .fcol .f-tel{font-size:26px;color:#ffd77a;font-weight:bold;font-family:Arial;}
.footer .friend-links{background:rgba(255,255,255,.06);padding:14px 0;}
.footer .friend-links .container{display:block;text-align:left;padding-bottom:0;}
.footer .friend-links .t{font-size:14px;color:#e8b4bd;margin-right:8px;}
.footer .friend-links a{color:#f2cfd5;font-size:13px;margin:0 8px;}
.footer .friend-links a:hover{color:#ffd77a;}
.copyright{background:#5c0a14;color:#7a92b5;font-size:12px;padding:16px 0;text-align:center;}
.copyright p{line-height:1.9;}
.copyright a{color:#7a92b5;}
.copyright a:hover{color:#ffd77a;}

/* ============ 内页 ============ */
.page-banner{background:linear-gradient(120deg,#7d1220,#c8102e);padding:46px 0 34px;color:#fff;position:relative;overflow:hidden;}
.page-banner:after{content:"";position:absolute;right:120px;top:-50px;width:300px;height:300px;border:2px solid rgba(255,255,255,.15);border-radius:50%;}
.page-banner .container{position:relative;z-index:2;}
.page-banner h1,.page-banner .pb-title{font-size:30px;font-weight:bold;letter-spacing:1px;}
.page-banner h1 em,.page-banner .pb-title em{font-style:normal;color:#ffd77a;}
.page-banner .crumb{font-size:13px;color:rgba(255,255,255,.7);margin-top:8px;}
.page-banner .crumb a{color:rgba(255,255,255,.8);}
.page-banner .crumb a:hover{color:#ffd77a;}
.page-banner .crumb span{color:#ffd77a;}

.page-body{background:#f4f6fa;padding:26px 0 40px;}
.page-body .container{display:flex;justify-content:space-between;}
.page-main{width:850px;}
.page-side{width:330px;}
.page-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px rgba(200,16,46,.06);padding:28px 34px;}

/* 列表页顶部简介 */
.article-intro{text-align:center;padding:6px 0;}
.article-intro h1{font-size:22px;color:#7d1220;margin-bottom:10px;}
.article-intro p{font-size:14px;color:#8a95a6;line-height:1.9;}

/* 内容页正文 */
.article h1{font-size:26px;text-align:center;color:#7d1220;margin:6px 0 14px;}
.article .meta{text-align:center;color:#9aa7b8;font-size:13px;padding-bottom:16px;border-bottom:1px solid #eef2f7;margin-bottom:20px;}
.article .meta span{margin:0 12px;}
.article p{font-size:15px;line-height:2;color:#444;margin:12px 0;text-align:justify;}
.article h2{font-size:20px;color:#a01022;margin:24px 0 10px;padding-left:12px;border-left:4px solid #c8102e;line-height:1.6;}
.article h3{font-size:17px;color:#c8102e;margin:18px 0 8px;}
.article table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px;}
.article table th{background:linear-gradient(135deg,#a01022,#c8102e);color:#fff;font-weight:bold;padding:10px 12px;text-align:center;}
.article table td{border:1px solid #dbe4ef;padding:10px 12px;text-align:center;color:#444;}
.article table tr:nth-child(even) td{background:#f8fbfe;}
.article ul.list-clear{list-style:disc;padding-left:26px;margin:10px 0;}
.article ul.list-clear li{font-size:15px;line-height:2;color:#444;}
.article .highlight{background:#fff8e6;border:1px solid #f0ddb0;border-radius:8px;padding:14px 18px;margin:16px 0;color:#7a5b10;font-size:14px;}
.article .highlight b{color:#c8790a;}
.article .tip-box{background:#fdeef0;border-left:4px solid #c8102e;border-radius:0 8px 8px 0;padding:14px 18px;margin:16px 0;color:#8a2a3a;font-size:14px;}

/* 内页列表 */
.page-list li{display:flex;align-items:center;justify-content:space-between;padding:12px 6px;border-bottom:1px dashed #e9eef4;}
.page-list li:last-child{border-bottom:none;}
.page-list li a{font-size:15px;color:#444;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:16px;}
.page-list li a:hover{color:#c8102e;}
.page-list li .date{font-size:13px;color:#9aa7b8;flex:none;}
.svc-news{margin-top:18px;padding-top:16px;border-top:1px dashed #e4ebf3;}

/* 在线试听：三个试听课横排三列 */
.trial-videos{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:12px;}
.trial-item{background:#f8fbfe;border:1px solid #e4ebf3;border-radius:10px;padding:10px;box-sizing:border-box;}
.trial-item .trial-name{font-size:14px;font-weight:bold;color:#7d1220;padding:4px 2px 10px;text-align:center;}
.trial-videos video{width:100%;background:#000;border-radius:8px;display:block;}
@media (max-width:700px){
  .trial-videos{grid-template-columns:1fr;}
}
.pagination{text-align:center;margin:22px 0 8px;}
.pagination a,.pagination span{display:inline-block;min-width:34px;height:34px;line-height:34px;border:1px solid #dbe4ef;border-radius:6px;margin:0 4px;color:#5b6b80;font-size:14px;background:#fff;}
.pagination a:hover{background:#c8102e;color:#fff;border-color:#c8102e;}
.pagination span.cur{background:#c8102e;color:#fff;border-color:#c8102e;}

/* 详情页内容 */
.detail-content{font-size:15px;line-height:2;color:#444;}
.detail-content p{margin:12px 0;text-align:justify;}
.detail-content h2{font-size:20px;color:#a01022;margin:24px 0 10px;padding-left:12px;border-left:4px solid #c8102e;line-height:1.6;}
.detail-content table{width:100%;border-collapse:collapse;margin:16px 0;}
.detail-content table th{background:linear-gradient(135deg,#a01022,#c8102e);color:#fff;padding:10px;text-align:center;}
.detail-content table td{border:1px solid #dbe4ef;padding:10px;text-align:center;}

/* 报考条件 Tab 切换 */
.cond-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 6px;}
.cond-tab{padding:10px 22px;border:1px solid #dbe4ef;border-radius:8px;background:#f6f9fc;color:#555;font-size:15px;font-weight:bold;cursor:pointer;transition:all .22s;}
.cond-tab:hover{color:#c8102e;border-color:#c8102e;}
.cond-tab.active{background:linear-gradient(135deg,#a01022,#c8102e);color:#fff;border-color:#c8102e;box-shadow:0 4px 12px rgba(200,16,46,.25);}
.cond-panel{display:none;}
.cond-panel.active{display:block;}
.back-link{display:inline-block;margin-top:18px;color:#b01c2e;font-size:14px;}
.back-link:hover{color:#c8102e;}

/* 联系我们表格 */
.contact-form-table{width:100%;border-collapse:collapse;margin:10px 0 6px;}
.contact-form-table td{border:1px solid #e0e8f2;padding:12px 14px;vertical-align:middle;}
.contact-form-table .lb{background:#fdf0f1;color:#b01c2e;font-weight:bold;width:120px;text-align:right;}
.contact-form-table input[type=text],.contact-form-table select,.contact-form-table textarea{
  width:100%;border:1px solid #dbe4ef;border-radius:8px;padding:9px 12px;font-size:14px;outline:none;background:#f8fbfe;
}
.contact-form-table input[type=text]:focus,.contact-form-table select:focus,.contact-form-table textarea:focus{border-color:#c8102e;background:#fff;}
.contact-form-table textarea{height:100px;resize:none;}

/* 返回顶部 */
.backtop{position:fixed;right:26px;bottom:60px;width:46px;height:46px;background:#b01c2e;color:#fff;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;font-size:20px;z-index:99;box-shadow:0 4px 14px rgba(176,28,46,.3);}
.backtop:hover{background:#c8102e;}
.backtop.show{display:flex;}

/* ============ 响应式 ============ */
@media (max-width:1240px){
  .container{width:100%;padding:0 16px;}
  .hero .slide .txt{width:100%;padding-left:24px;padding-right:24px;}
  .hero .slide .txt .info{display:none;}
  .col-main{width:72%;}
  .col-side{width:26%;}
  .mrow-l{width:72%;}
  .mrow-r{width:26%;}
}
@media (max-width:1024px){
  .col-main{width:66%;}
  .col-side{width:32%;}
  .mrow-l{width:66%;}
  .mrow-r{width:32%;}
  .page-main{width:66%;}
  .page-side{width:32%;}
  .grid-2 .col{width:100%;margin-bottom:16px;}
  .grid-2{flex-wrap:wrap;}
  .header .search-box{display:none;}
}
@media (max-width:960px){
  .main .container,.page-body .container{flex-direction:column;}
  .col-main,.col-side{width:100%;}
  .mrow{flex-direction:column;}
  .mrow-l,.mrow-r{width:100%;}
  .mrow-l{margin-bottom:22px;}
  .mrow-r>.side-card{margin-bottom:22px;}
  .page-main,.page-side{width:100%;}
  .grid-2{flex-direction:column;}
  .grid-2 .col{width:100%;margin-bottom:16px;}
  /* 导航折叠菜单 */
  .nav-toggle{
    display:block;width:44px;height:44px;background:transparent;border:none;cursor:pointer;
    padding:12px 10px;box-sizing:border-box;
  }
  .nav-toggle span{display:block;height:3px;border-radius:2px;background:#fff;margin:5px 0;transition:all .28s ease;}
  .nav .container{position:relative;flex-wrap:wrap;}
  .nav ul{
    display:none;position:absolute;top:56px;left:0;right:0;background:#7d1220;z-index:999;
    flex-direction:column;box-shadow:0 12px 24px rgba(0,0,0,.25);
  }
  .nav ul.open{display:flex;position:static;flex:0 0 100%;box-shadow:none;}
  .nav li{flex:none;}
  .nav li a{text-align:left;padding:0 20px;font-size:16px;line-height:46px;border-bottom:1px solid rgba(255,255,255,.08);}
  .nav li a .cn{line-height:46px;}
  .nav li a:hover,.nav li.active a{background:rgba(255,255,255,.12);color:#ffd77a;}
  .nav-toggle.on span:nth-child(1){transform:translateY(8px) rotate(45deg);}
  .nav-toggle.on span:nth-child(2){opacity:0;}
  .nav-toggle.on span:nth-child(3){transform:translateY(-8px) rotate(-45deg);}
  .services .sv{width:23%;margin:0 1% 12px;}
  .value .vcard{width:48%;margin-bottom:16px;}
  .value .pn{width:calc((100% - 16px)/2);padding:16px 8px;}
  .header .search-box{display:none;}
  .header .hotline{margin-right:10px;}
  .stats .st .num{font-size:28px;}
}

/* ============ 报名弹窗 ============ */
.enroll-modal-mask{
  display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;
  background:rgba(20,10,15,.55);align-items:center;justify-content:center;
}
.enroll-modal-mask.on{display:flex;}
.enroll-modal{
  width:420px;max-width:92vw;background:#fff;border-radius:12px;
  box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;animation:modalIn .28s ease;
}
@keyframes modalIn{from{transform:translateY(-24px);opacity:0;}to{transform:translateY(0);opacity:1;}}
.enroll-modal .em-head{
  background:linear-gradient(135deg,#c8102e,#8a1226);color:#fff;padding:18px 22px;
  display:flex;align-items:center;justify-content:space-between;
}
.enroll-modal .em-head .t{font-size:18px;font-weight:bold;}
.enroll-modal .em-head .sub{font-size:12px;opacity:.85;margin-top:4px;}
.enroll-modal .em-close{
  width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.2);
  color:#fff;font-size:16px;border:none;cursor:pointer;line-height:30px;text-align:center;
}
.enroll-modal .em-close:hover{background:rgba(255,255,255,.35);}
.enroll-modal .em-body{padding:20px 22px;}
.enroll-modal .f-row{margin-bottom:14px;}
.enroll-modal .f-row label{display:block;font-size:13px;color:#7d1220;font-weight:bold;margin-bottom:6px;}
.enroll-modal .f-row input,.enroll-modal .f-row select{
  width:100%;box-sizing:border-box;height:40px;border:1px solid #dbe4ef;border-radius:6px;
  padding:0 12px;font-size:14px;outline:none;background:#f8fafc;
}
.enroll-modal .f-row input:focus,.enroll-modal .f-row select:focus{border-color:#c8102e;background:#fff;}
.enroll-modal .em-btn{
  width:100%;height:44px;border:none;border-radius:6px;cursor:pointer;
  background:linear-gradient(135deg,#c8102e,#8a1226);color:#fff;font-size:16px;font-weight:bold;
  box-shadow:0 4px 12px rgba(200,16,46,.3);margin-top:4px;
}
.enroll-modal .em-btn:hover{background:linear-gradient(135deg,#e8465f,#a01022);}
.enroll-modal .em-btn:disabled{opacity:.7;cursor:not-allowed;}
.enroll-modal .em-tip{font-size:12px;color:#8a98ab;text-align:center;margin-top:10px;}
.enroll-modal .form-msg{margin:10px 0 0;text-align:center;font-size:13px;}
.enroll-modal .form-msg.ok{color:#0f8a6d;}
.enroll-modal .form-msg.err{color:#c8102e;}

/* ============ 移动端适配 ============ */
@media (max-width:768px){
  /* cert 查询输入框内联 320px 兜底 */
  #certNo,#certName{max-width:100%;box-sizing:border-box;}
  /* 顶部条精简 */
  .topbar{height:auto;line-height:1.6;padding:6px 0;font-size:12px;}
  .topbar .tb-left{display:flex;flex-wrap:wrap;}
  .topbar .tb-left span{margin-right:8px;display:inline-block;}
  .topbar .tb-right{display:none;}
  .topbar .tb-left span:last-child{margin-right:0;}

  /* 头部 */
  .header .container{height:auto;flex-wrap:wrap;padding:12px 16px;}
  .logo .logo-icon{width:52px;height:52px;border-radius:12px;font-size:18px;margin-right:10px;}
  .logo .logo-title{font-size:22px;line-height:1.1;}
  .logo .logo-text p{font-size:11px;letter-spacing:2px;}
  .header .header-right{margin-left:auto;}
  .header .header-enroll{padding:8px 14px;font-size:13px;margin-left:0;border-radius:6px;}
  .header .hotline{display:none;}

  /* 导航 */
  .nav li a{font-size:15px;padding:0 16px;}
  .nav li a .cn{line-height:48px;}

  /* Hero */
  .hero{height:340px;}
  .hero .slide .txt{padding-top:46px;}
  .hero .slide .txt h1,.hero .slide .txt h2{font-size:26px;letter-spacing:1px;margin:14px 0 10px;}
  .hero .slide .txt p{font-size:14px;line-height:1.7;}
  .hero .slide .txt .tag{font-size:12px;}
  .hero .slide .txt .btns{margin-top:20px;}
  .hero .slide .txt .btn{padding:8px 22px;font-size:14px;margin-right:10px;margin-bottom:8px;}
  .hero .slide .txt .info{display:none;}
  .hero .dots{bottom:14px;}

  /* 服务快捷区 */
  .services .container{padding:20px 0;}
  .services .sv{width:48%;margin:0 1% 12px;padding:14px 0 12px;}
  .services .sv .ic{width:52px;height:52px;font-size:22px;}
  .services .sv .s{display:none;}

  /* 数据条 */
  .stats{padding:24px 0;}
  .stats .st .num{font-size:24px;}
  .stats .st .lab{font-size:12px;}

  /* 主区 */
  .main{padding:20px 0 30px;}
  .sec-title .lt h3{font-size:18px;}
  .sec-title .lt .more-link{display:none;}
  .tab-wrap{padding:16px 14px 4px;}
  .tab-head{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;scrollbar-width:none;}
  .tab-head::-webkit-scrollbar{display:none;}
  .tab-head .t{font-size:14px;padding:8px 14px;flex:none;}
  .news-list li a{font-size:14px;}
  .news-list li i{font-size:12px;}
  .grid-2 .col{padding:16px 16px;}
  .grid-2 .col h3{font-size:16px;}

  /* 侧边栏 */
  .side-card .card-title{font-size:15px;padding:11px 16px;}
  .enroll-form{padding:16px;}

  /* 报考流程 */
  .process{padding:26px 0;}
  .process .line{display:none;}
  .process .steps{flex-wrap:wrap;}
  .process .step{flex:0 0 50%;margin-bottom:20px;}
  .process .step .dot{width:46px;height:46px;font-size:20px;margin-bottom:10px;}
  .process .step .n{font-size:15px;}
  .process .step .d{font-size:12px;}

  /* 认证价值 */
  .value{padding:26px 0;}
  .value .vcard{width:100%;padding:20px 16px;}
  .value .vcard .ic{width:54px;height:54px;font-size:24px;}
  .value .pn{width:100%;padding:14px 8px;}

  /* 页脚 */
  .footer{padding:28px 0 0;}
  .footer .container{flex-wrap:wrap;padding-bottom:18px;}
  .footer .fcol{width:50%;margin-bottom:22px;}
  .footer .fcol.wide{width:100%;}
  .footer .fcol .f-tel{font-size:22px;}
  .footer .friend-links .t{display:block;margin-bottom:6px;}

  /* 内页 */
  .page-banner{padding:30px 0 24px;}
  .page-banner h1,.page-banner .pb-title{font-size:22px;}
  .page-banner .crumb{font-size:12px;}
  .page-body{padding:20px 0 30px;}
  .page-card{padding:20px 16px;border-radius:10px;}

  /* 文章 */
  .article h1{font-size:21px;}
  .article p{font-size:14px;}
  .article h2{font-size:18px;}
  .article h3{font-size:16px;}
  /* 文章表格横向滚动 */
  .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:16px 0;}
  .article table{margin:0;}
  .article table th,.article table td{padding:8px 10px;}
  .detail-content table{margin:0;}
  .table-scroll.wide table{min-width:560px;}
  .article ul.list-clear li{font-size:14px;}
  .page-list li a{font-size:14px;}
  .page-list li .date{font-size:12px;}

  /* 详情 */
  .detail-content{font-size:14px;}
  .detail-content h2{font-size:18px;}
  /* 详情页表格同样由 .table-scroll 包裹 */

  /* 联系我们表格 */
  .contact-form-table .lb{width:80px;font-size:13px;padding:10px 8px;}
  .contact-form-table td{padding:10px 8px;}

  /* 分页 */
  .pagination a,.pagination span{min-width:30px;height:30px;line-height:30px;font-size:13px;}
}

@media (max-width:480px){
  /* 顶部条进一步精简 */
  .topbar .container{flex-direction:column;align-items:center;text-align:center;}
  .topbar .tb-left{justify-content:center;}
  .topbar .tb-left span{font-size:11px;margin-right:6px;}
  .topbar .tb-right{display:none;}

  /* 头部 */
  .header .container{padding:10px 12px;}
  .logo .logo-icon{width:44px;height:44px;font-size:16px;}
  .logo .logo-title{font-size:19px;}
  .logo .logo-text p{font-size:10px;letter-spacing:1px;}
  .header .header-enroll{padding:7px 12px;font-size:12px;}

  /* Hero */
  .hero{height:300px;}
  .hero .slide .txt{padding-top:38px;}
  .hero .slide .txt h1,.hero .slide .txt h2{font-size:22px;}
  .hero .slide .txt p{font-size:13px;}

  /* 服务区 */
  .services .sv .ic{width:46px;height:46px;font-size:19px;}

  /* 报考流程 */
  .process .step{flex:0 0 100%;}
  .process .step .dot{width:42px;height:42px;font-size:18px;}

  /* 页脚 */
  .footer .fcol{width:100%;}

  /* 文章 */
  .article .meta span{margin:0 6px;display:inline-block;}
  .page-list li{flex-direction:column;align-items:flex-start;}
  .page-list li .date{margin-top:2px;}
  .article table{font-size:12px;}
  .article table th,.article table td{padding:8px 6px;}
  /* 报考条件 Tab */
  .cond-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;margin:14px -12px 4px;padding-left:12px;padding-right:12px;-webkit-overflow-scrolling:touch;}
  .cond-tabs::-webkit-scrollbar{height:0;}
  .cond-tab{flex:0 0 auto;padding:8px 16px;font-size:14px;}

  /* 弹窗 */
  .enroll-modal .em-head{padding:14px 16px;}
  .enroll-modal .em-body{padding:16px;}
}

