*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#0050a9;--blue-d:#003d82;--blue-l:#e8f0fb;
  --green:#3CB400;--green-d:#2d8a00;
  --bg:#f4f6f9;--text:#1a1a1a;--muted:#666;--fff:#fff;
  --red:#e63946;--shadow:0 2px 12px rgba(0,0,0,.08);
  --r:8px;--r2:16px;
}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--text);background:var(--fff);line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block}
button,input,select,textarea{font-family:inherit;outline:none;border:none}

/* ===== TOP ===== */
.top{background:#fff;border-bottom:1px solid #eee}
.top_center{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:80px}
.top_center_left{min-width:350px;max-width:450px;height:60px;background:url(/public/images/logo.jpg) no-repeat;background-size:contain;background-position:left center;flex-shrink:0}
.top_center_right{display:flex;align-items:center;gap:10px;flex-shrink:0}
.top_center_right>img{height:48px;width:auto;flex-shrink:0}
.rexian{text-align:left;}
.rexian span{display:block;font-size:12px;color:var(--muted)}
.rexian strong{font-size:24px;color:#7fbe26;font-weight:700;line-height:1.2;letter-spacing:1px}

/* ===== NAV ===== */
.menuBox{background:var(--blue);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,80,169,.3)}
.menu{max-width:1200px;margin:0 auto;display:flex;align-items:center;height:50px;padding:0 16px}

/* 右侧菜单 */
.s2{flex:1;display:flex;align-items:center;justify-content:space-between}
.nav{display:flex;height:50px;align-items:center}
.nav li>a{height:50px;line-height:50px;padding:0 18px;color:#fff;font-size:15px;font-weight:500;display:block;white-space:nowrap;transition:background .2s,color .2s}
.nav li>a:hover{background:#7fbe26}

/* 更多按钮 */
.nav-more{position:relative;flex-shrink:0}
.nav-more-btn{height:50px;padding:0 16px;color:#fff;font-size:15px;font-weight:500;display:flex;align-items:center;gap:4px;background:none;cursor:pointer;transition:background .2s}
.nav-more-btn:hover{background:#7fbe26}
.nav-more-btn i{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #fff;transition:transform .2s}
.nav-more.on .nav-more-btn i{transform:rotate(180deg)}
.nav-more-drop{display:none;position:absolute;right:0;top:100%;background:#fff;min-width:160px;box-shadow:0 4px 16px rgba(0,0,0,.2);border-radius:0 0 6px 6px;overflow:hidden;z-index:200}
.nav-more.on .nav-more-drop{display:block}
.nav-more-drop a{display:block;padding:12px 20px;color:var(--text);font-size:14px;border-bottom:1px solid #f0f0f0;transition:background .2s,color .2s}
.nav-more-drop a:last-child{border-bottom:none}
.nav-more-drop a:hover{background:#e8f7e3;color:#7fbe26}

/* 移动端菜单按钮 */
.mbtn{display:none;width:44px;height:44px;flex-direction:column;justify-content:center;gap:5px;padding:8px;cursor:pointer;flex-shrink:0}
.mbtn span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s}
.mbtn.on span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mbtn.on span:nth-child(2){opacity:0}
.mbtn.on span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mnav{display:none;position:fixed;top:50px;left:0;right:0;bottom:0;background:var(--blue);z-index:99;overflow-y:auto;padding:10px 0}
.mnav.on{display:block}
.mnav li{border-bottom:1px solid rgba(255,255,255,.1)}
.mnav li>a{display:block;padding:14px 20px;color:#fff;font-size:16px}
.mnav-sub{display:none;background:rgba(0,0,0,.2);padding:8px 0}
.mnav-sub.on{display:block}
.mnav-sub li>a{padding:12px 40px;font-size:14px;color:rgba(255,255,255,.85)}

/* ===== BANNER ===== */
.banner{position:relative;overflow:hidden;height:666px}
.b-img{display:flex;height:100%;transition:transform .5s ease}
.b-img a{min-width:100%;height:100%;display:block;background-size:cover;background-position:center}
.b-list{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}
.b-list span{width:20px;height:20px;border-radius:50%;border:2px solid #fff;cursor:pointer;background:transparent;transition:background .2s}
.b-list span.on{background:#7fbe26}
.bar-left,.bar-right{position:absolute;top:0;width:70px;height:100%;display:flex;align-items:center;cursor:pointer;z-index:10;opacity:0;transition:opacity .2s}
.banner:hover .bar-left,.banner:hover .bar-right{opacity:1}
.bar-left{left:16px}.bar-right{right:16px}
.bar-left em,.bar-right em{width:44px;height:100px;margin:auto;background:url(/public/images/arrow.png) no-repeat}
.bar-right em{background-position:-50px 0}
.bar-left:hover em{background-position:0 -100px}
.bar-right:hover em{background-position:-50px -100px}

/* ===== NAVITEM ===== */
.navitem_menu{background:#fff;padding:20px 0}
.navitem_dh{max-width:1200px;margin:0 auto;padding:0 16px;display:grid;/*grid-template-columns:repeat(10,1fr);gap:10px*/}
.navitem_dh a{display:block}
.navitem_dh dl{height:100px;border:2px solid var(--blue);border-radius:10px;background:var(--blue);padding:6px 4px 0;transition:all .3s;cursor:pointer;text-align:center;display:flex;flex-direction:column;align-items:center}
.navitem_dh dl:hover{background:#fff}
.navitem_dh dl dt{display:block;width:105px;height:65px;background:url(/public/images/icons.png) no-repeat center;background-size:auto 105px;transition:background .3s}
.navitem_dh dl dd{color:#fff;font-size:13px;transition:color .3s;margin-top:2px;line-height:1.3}
.navitem_dh dl:hover dd{color:var(--blue)}
.d1{background-position:center 0}.d2{background-position:center -100px}.d3{background-position:center -200px}
.d4{background-position:center -300px}.d5{background-position:center -400px}.d6{background-position:center -500px}
.d7{background-position:center -600px}.d8{background-position:center -700px}.d9{background-position:center -800px}.d10{background-position:center -900px}
.navitem_dh dl:hover dt.d1{background-position:center -100px}.navitem_dh dl:hover dt.d2{background-position:center -200px}
.navitem_dh dl:hover dt.d3{background-position:center -300px}.navitem_dh dl:hover dt.d4{background-position:center -400px}
.navitem_dh dl:hover dt.d5{background-position:center -500px}.navitem_dh dl:hover dt.d6{background-position:center -600px}
.navitem_dh dl:hover dt.d7{background-position:center -700px}.navitem_dh dl:hover dt.d8{background-position:center -800px}
.navitem_dh dl:hover dt.d9{background-position:center -900px}.navitem_dh dl:hover dt.d10{background-position:center -1000px}

/* ===== THREE CARDS ===== */
.shilijia_news{background:#f4f6f9;padding:40px 0}
.shilijia_news_con{max-width:1200px;margin:0 auto;padding:0 16px}
.shilijia_news_con>h2{font-size:28px;text-align:center;color:var(--text);font-weight:400;margin-bottom:40px}
.con_shilijia{display:flex;gap:24px}
.eye_box_con{flex:1;background:#fff;border:1px solid #ddd;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s}
.eye_box_con:hover{box-shadow:0 4px 20px rgba(0,0,0,.12);/*border-top:2px solid var(--blue)*/}
.ae_box_cn{padding:20px 20px 10px 20px; flex:1;display:flex;flex-direction:column}
.ae_box_cn>span{display:block;font-size:18px;color:var(--text);padding-bottom:12px;border-bottom:2px solid var(--blue);margin-bottom:14px;font-weight:700}
.ae_box_cn>div.flex1{flex:1;display:flex;flex-direction:column}

/* mini slide */
.slideBox{position:relative;overflow:hidden;border-radius:6px;flex:1;min-height:240px}
.slideBox .tempWrap ul{display:flex}
.slideBox .tempWrap li{min-width:100%;display:flex;flex-direction:column}
.slideBox .tempWrap img{width:100%;height:240px;object-fit:cover;border-radius:6px;display:block;flex-shrink:0}
.slide-title{background:#fff;padding:10px 12px;font-size:1rem;color:#333;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.slideBox .prev,.slideBox .next{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4);border-radius:50%;cursor:pointer;z-index:5;opacity:0;transition:opacity .2s}
.slideBox:hover .prev,.slideBox:hover .next{opacity:1}
.slideBox .prev{left:8px}.slideBox .next{right:8px}
.slideBox .prev:hover,.slideBox .next:hover{background:rgba(0,0,0,.7)}
.slideBox .prev img,.slideBox .next img{width:14px;height:14px}
.bd-dots{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:5}
.bd-dots span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:background .2s}
.bd-dots span.on{background:#fff}

/* 预约挂号按钮 */
.yygh-wrap{display:flex;flex-direction:column;gap:6px;flex:1;padding:10px 0 0}
.yygh{border:1px solid #eee;border-radius:5px;padding:4px;transition:box-shadow .2s;cursor:pointer}
.yygh:hover{box-shadow:0 2px 8px rgba(0,0,0,.15)}
.yygh img{width:100%;display:block;border-radius:4px}

/* ===== DOCTORS (NEW) ===== */
.doctors-section{background:#fff;padding:30px 0 60px 0;}
.section-title{text-align:center;font-size:2.25rem;color:var(--text);font-weight:700;margin-bottom:4px}
.section-en{text-align:center;font-size:16px;color:var(--text); margin-bottom:4px;color: rgba(0, 0, 0, 0.5); font-size: 1.125rem; text-transform: uppercase;}
.section-ms{text-align:center;font-size:16px;color:var(--text);margin:0 20px 30px}
.doctors-grid{max-width:1200px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.doc-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;transition:box-shadow .3s,transform .3s}
.doc-card:hover{box-shadow:0 8px 24px rgba(0,80,169,.15);transform:translateY(-4px)}
.doc-photo{width:100%;height:300px;overflow:hidden;position:relative}
.doc-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.doc-card:hover .doc-photo img{transform:scale(1.05)}
.doc-info{padding:16px}
.doc-name{font-size:18px;font-weight:700;color:var(--text);margin-bottom:4px}
.doc-title{font-size:13px;color:var(--blue);margin-bottom:10px;font-weight:500}
.doc-bio{font-size:13px;color:var(--muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.doc-btn{display:inline-block;margin-top:12px;padding:6px 20px;background:var(--blue);color:#fff;font-size:13px;border-radius:20px;transition:background .2s}
.doc-btn:hover{background:var(--blue-d)}

/* ===== Q&A SCROLL ===== */
.qa{background:#f6f6f6;padding:40px 0 30px}
.qa_box{max-width:1200px;margin:0 auto;padding:0 16px}
.qa_box_title{text-align:center;font-size:28px;color:var(--text);margin-bottom:20px;font-weight:400}
.scroltit{display:flex;justify-content:flex-end;gap:8px;margin-bottom:12px}
.updown{width:34px;height:34px;cursor:pointer;background-repeat:no-repeat;background-position:center}
#but_up{background-image:url(/public/images/up.gif)}
#but_down{background-image:url(/public/images/down.gif)}
.scrollbox{width:100%;height:420px;overflow:hidden;position:relative}
#scrollDiv{width:100%;position:absolute;left:0;top:0}
#scrollDiv ul{display:flex;flex-wrap:wrap;display: flex; flex-direction: row; justify-content: space-between;}
#scrollDiv li{width:49%;display:flex;align-items:center;margin-bottom:16px;background:#fff;border:1px solid #ddd;border-radius:6px;overflow:hidden;transition:box-shadow .2s}
#scrollDiv li:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}
.qaa{width:70px;height:70px;background:url(/public/images/qa.png) no-repeat center;flex-shrink:0}
#scrollDiv li h3{flex:1;padding:12px 10px;min-width:0}
#scrollDiv li h3 a{display:block;font-size:15px;color:#333;line-height:1.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
#scrollDiv li h3 a p{color:var(--blue);font-size:13px;margin-top:4px;white-space:normal}
.qaa_num{width:50px;text-align:center;font-size:14px;color:#999;flex-shrink:0;padding-right:10px}
.qa_box_wenzhen{text-align:center;margin-top:30px;cursor:pointer}

/* ===== STATS ===== */
.intoShilijia{background:url(/public/images/s7-bg.jpg) center no-repeat;background-size:cover;padding:150px 0 150px}
.intoShilijia .stats-title{text-align:center;font-size:36px;font-weight:400;/*color:var(--blue);text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff;*/; color:#fff;margin-bottom:30px}
.intoShilijia .stats-sub{text-align:center;font-size:18px;/*color:var(--blue);text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff;*/;  color:#fff;margin-bottom:50px;line-height:1.8;max-width:910px;margin-left:auto;margin-right:auto;padding:0 16px}
.stats-grid{max-width:1200px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.counter{text-align:center;padding:20px 10px}
.counter img{margin:0 auto 10px;height:40px}
.counter-value{font-size:48px;font-weight:700;color:#fff;display:inline;line-height:1}
.counter-sign{font-size:28px;font-weight:700;color:#fff}
.counter h3{font-size:18px;color:#fff;margin-top:12px;font-weight:400}

/* ===== CONCERNS ===== */
#content_menu{background:#fff;padding:50px 0}
.content_menu_title{text-align:center;font-size:28px;color:var(--text);margin-bottom:30px;font-weight:400}
.menubox{max-width:1200px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:repeat(7,1fr);gap:12px}
.menubox>div{display:contents}
.menubox a{display:flex;align-items:center;justify-content:center;text-align:center;padding:14px 10px;background:#eee;color:var(--text);border-radius:6px;font-size:14px;line-height:1.4;min-height:52px;transition:background .2s,color .2s;cursor:pointer}
.menubox a:hover,.menubox a.currt{background:var(--blue);color:#fff}

/* ===== ABOUT ===== */
.about_shilijia{background:#fff;padding:50px 15px;}
.about_shebeiHead{max-width:1200px;margin:0 auto;padding:30px 16px 0;background:url(/public/images/comei_comei.png) no-repeat left center;min-height:90px;display:flex;align-items:center}
.about_shebeiHead h3{font-size:28px;font-weight:400;color:#333;padding-left:70px}
.about_BOx{max-width:1200px;margin:25px auto 0;background:#f2f2f2;border-radius:8px;overflow:hidden}
.about_box_head{background:#dedede;display:flex}
.about_box_head ul{display:flex; width: 100%;}
.about_box_head li{width:50%;height:52px;line-height:50px;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:8px}
.about_box_head li span{font-size:18px;padding-left:50px}
.about_box_head li p{font-size:14px;opacity:.7}
.about_box_head li.hao{background:var(--blue);color:#fff}
.about_box_body>ul>li{display:none;padding:20px 0}
.about_box_body>ul>li.on{display:block}
.pic_li{position:relative;overflow:hidden;width:100%;padding:0 50px}
.pic_li ul{display:flex;gap:20px;transition:transform .5s ease}
.pic_li li{width:240px;height:330px;flex-shrink:0;position:relative;border-radius:6px;overflow:hidden}
.pic_li li img{width:100%;height:100%;object-fit:cover}
.pic_li li span{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);color:#fff;font-size:14px;padding:16px 12px}
.pic_li .prev,.pic_li .next{position:absolute;top:0;bottom:0;width:36px;cursor:pointer;z-index:10;opacity:.7;transition:opacity .2s;display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0}
.pic_li .prev:hover,.pic_li .next:hover{opacity:1}
.pic_li .prev{left:8px}.pic_li .next{right:8px}
.pic_li .prev img,.pic_li .next img{width:36px;height:74px;object-fit:none;display:block;pointer-events:none}
.pic_li li{flex-shrink:0;background:#eee}

/* ===== LINKS ===== */
.shilijia_link{max-width:1200px;margin:0 auto;padding:60px 16px}
.shilijia_link_right{border-bottom:1px solid #d8b736;padding-bottom:8px;margin-bottom:16px}
.shilijia_link_right_amp{font-size:18px;color:#323232}
.comei_hzdw{display:flex;flex-wrap:wrap;gap:16px 32px}
.comei_hzdw li a{font-size:16px;color:var(--muted);transition:color .2s}
.comei_hzdw li a:hover{color:var(--blue)}

/* ===== FOOTER ===== */
footer{background:#303135 url(/public/images/foot-arrow.jpg) no-repeat center top;padding-bottom:30px}
.foot-list{max-width:1200px;margin:0 auto;padding:40px 16px 0;display:flex;flex-wrap:wrap;gap:0;background:url(/public/images/foot-logo.png) no-repeat right center;background-size:240px}
footer dl{width:145px;padding-bottom:30px}
footer dl dt{font-size:18px;color:#fff;margin-bottom:16px}

 
footer dl dd{background:url(/public/images/foot-list-bg.jpg) no-repeat left top;}

footer dl dd a{display:block;margin-left:28px;margin-bottom:10px;font-size:14px;color:#929394;transition:color .2s; padding-left:4px}
footer dl dd a:hover{color:#fff}

.foot-nav{margin-top:20px; display:flex;flex-wrap:wrap;gap:0}
.foot-nav ul{margin:0 auto;}
.foot-nav li{font-size:14px;color:#a1a1a2;padding:0 20px 0 36px;height:28px;line-height:28px;white-space:nowrap;margin-bottom:10px; float:left; }
.foot-nav li a{color:#a1a1a2}
.foot-nav-a{background:url(/public/images/hand-ico.jpg) no-repeat left center}.foot-nav-b{background:url(/public/images/liu-ico.jpg) no-repeat left center}
.foot-nav-c{background:url(/public/images/address-ico.jpg) no-repeat left center}.foot-nav-d{background:url(/public/images/register-ico.jpg) no-repeat left center}
.foot-nav-e{background:url(/public/images/wisdom-ico.jpg) no-repeat left center}
.txt-lineb{border-top:1px solid #45464a;margin:0 auto;max-width:1200px}
.foot-copy{text-align:center;padding:16px 0 0}
.foot-copy a{color:#939393;font-size:13px;text-decoration:none}

.txt-lineb {
    height: 1px;
    background: #45464a;
    margin-top: 10px;
}

/* ===== FLOATING ===== */
.float-btn{position:fixed;right:20px;bottom:80px;display:flex;flex-direction:column;gap:12px;z-index:9999}
.float-btn a{display:block;width:48px;height:48px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,80,169,.4);transition:transform .2s,background .2s;cursor:pointer}
.float-btn a:hover{transform:scale(1.1);background:var(--gray-d)}
.float-btn a.back{background:#555;display:none}
.float-btn a.back.show{display:flex}

/* ===== RESPONSIVE: TABLET ===== */
@media(max-width:1024px){
  .top_center_left{min-width:200px;max-width:280px;height:44px;}
  .banner{height:400px}
  .navitem_dh{/*grid-template-columns:repeat(5,1fr)*/}
  .doctors-grid{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .menubox{grid-template-columns:repeat(4,1fr)}
  .foot-list{background-position:right top}
  .foot-nav{padding-left:0}
  footer dl{width:33%}
  .doc-photo{height:220px}
  .scrollbox{height:420px}
  .pic_li li{width:200px;height:270px}
  .pic_li .prev img,.pic_li .next img{width:30px;height:60px}
}

/* ===== RESPONSIVE: MOBILE ===== */
@media(max-width:767px){
    
  .nav-more-btn{
    touch-action:manipulation;  /* 防止双击缩放 */
    -webkit-tap-highlight-color:transparent  /* 去掉点击高亮 */
  }
  .nav-more-drop{
    position:fixed;
    left:0;right:0;
    top:60px;
    min-width:100%;
    max-height:calc(100vh - 60px);
    overflow-y:auto;
    display:none  /* 确保默认隐藏 */
  }
  .nav-more.on .nav-more-drop{
    display:block  /* JS 控制 on 类时显示 */
  }
    
  .shilijia_news{background:#f4f6f9;padding:30px 0}
  .top_center{height:60px}
  .top_center_left{min-width:100px;max-width:160px;height:36px;background:url(/public/images/logo_m.jpg) no-repeat;background-size:contain;background-position:left center;flex-shrink:0}
  .rexian span{display:none}
  .rexian strong{font-size:16px}
  .top_center_right>img{height:38px}
  .menu{padding:0}
  .nav{display:none}
  .mbtn{display:flex}
  .banner{height:240px}
  .navitem_dh{/*grid-template-columns:repeat(5,1fr)*/}
  .navitem_dh dl{height:80px}
  .navitem_dh dl dt{width:80px;height:50px;background-size:auto 50px}
  .navitem_dh dl dd{font-size:11px}
  .d1{background-position:center -3px}.d2{background-position:center -78px}.d3{background-position:center -153px}
  .d4{background-position:center -228px}.d5{background-position:center -303px}.d6{background-position:center -378px}
  .d7{background-position:center -453px}.d8{background-position:center -528px}.d9{background-position:center -603px}.d10{background-position:center -678px}
  .navitem_dh dl:hover dt.d1{background-position:center -78px}.navitem_dh dl:hover dt.d2{background-position:center -153px}
  .navitem_dh dl:hover dt.d3{background-position:center -228px}.navitem_dh dl:hover dt.d4{background-position:center -303px}
  .navitem_dh dl:hover dt.d5{background-position:center -378px}.navitem_dh dl:hover dt.d6{background-position:center -453px}
  .navitem_dh dl:hover dt.d7{background-position:center -528px}.navitem_dh dl:hover dt.d8{background-position:center -603px}
  .navitem_dh dl:hover dt.d9{background-position:center -678px}.navitem_dh dl:hover dt.d10{background-position:center -753px}
  .con_shilijia{flex-direction:column;gap:16px}
  .slideBox .tempWrap img{height:180px}
  .yygh img{height:50px;object-fit:cover}
  .doctors-section{padding:30px 0}
  .section-title{font-size:2.25rem;margin-bottom:24px}
  .doctors-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .doc-photo{height:200px}
  .doc-name{font-size:15px}
  .doc-title{font-size:15px}
  .doc-bio{-webkit-line-clamp:2;font-size:12px}
  .doc-btn{padding:5px 14px;font-size:12px}
  .scrollbox{height:380px}
  #scrollDiv li{width:100%;margin-bottom:10px}
  .qaa{width:55px;height:55px;background-size:contain}
  .qa_box_title,.content_menu_title,.intoShilijia .stats-title{font-size:22px}
  .stats-grid{grid-template-columns:1fr 1fr;gap:12px}
  .counter-value{font-size:34px}
  .counter-sign{font-size:20px}
  .menubox{grid-template-columns:repeat(2,1fr)}
  .about_shebeiHead h3{font-size:22px;padding-left:30px}
  .about_box_head li span{font-size:15px;padding-left:20px}
  .pic_li li{width:150px;height:200px}
  .pic_li{padding:0 40px}
  .pic_li .prev,.pic_li .next{width:28px}
  .pic_li .prev img,.pic_li .next img{width:24px;height:48px}
  footer{display:none}
  .nav-more-drop{position:fixed;left:0;right:0;top:60px;border-radius:0;min-width:100%;max-height:calc(100vh - 60px);overflow-y:auto}
  .float-btn{right:10px;bottom:60px}
  .float-btn a{width:42px;height:42px}
}

/* ===== RESPONSIVE: SMALL MOBILE ===== */
@media(max-width:480px){
  .shilijia_news{background:#f4f6f9;padding:20px 0}
  .banner{height:180px}
  .navitem_dh{/*grid-template-columns:repeat(5,1fr)*/}
  .navitem_dh dl{height:72px}
  .navitem_dh dl dt{width:70px;height:44px;background-size:auto 44px}
  .navitem_dh dl dd{font-size:10px}
  .pic_li li{width:120px;height:170px}
  .pic_li{padding:0 45px}
  .menubox{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:1fr 1fr}
  .doc-photo{height:180px}
  .scrollbox{height:320px}
  .top_center_right>img{height:24px}
  .intoShilijia {padding: 100px 0 100px;}
  .intoShilijia {background:url(/public/images/mAbout.jpg) center no-repeat;background-size:cover;padding:150px 0 150px}
  .section-ms{margin: 0 15px 30px 15px;}
  .scroltit{display:none;}

}

/* ===== 荣誉资质 ===== */
/* 容器 */
.wh {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/* 标题样式 */
.title1 {
	text-align: center;
	margin-bottom: 2rem;
}

.title1 h2 {
	color: #000000;
	font-size: 2.25rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.title1 .entit {
	color: rgba(0, 0, 0, 0.5);
	font-size: 1.125rem;
	text-transform: uppercase;
}

/* 资质荣誉模块 - zzrongyu */
.zzrongyu {
	padding: 5.875rem 0 4rem;
	background: #F2F5FF;
}

@media (max-width: 768px) {
	.zzrongyu {
		padding: 2.5rem 0;
	}
}

.zzrongyu .mySwiper2 {
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.zzrongyu .mySwiper2 {
		margin-top: 1.5rem;
	}
}

.zzrongyu .mySwiper2 .swiper-slide {
	background: #FFFFFF;
	padding: 1.4375rem 1.2rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.zzrongyu .mySwiper2 .swiper-slide:hover {
	box-shadow: 0 8px 24px rgba(0, 129, 204, 0.15);
	transform: translateY(-5px);
}

.zzrongyu .mySwiper2 .swiper-slide i {
	display: block;
	font-size: 0;
}

.zzrongyu .mySwiper2 .swiper-slide i img {
	width: 100%;
	aspect-ratio: 288/188;
	object-fit: cover;
	display: block;
}

.zzrongyu .mySwiper2 .swiper-slide .tit {
	color: #000000;
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0.85em 0;
	text-align: center;
}

@media (max-width: 768px) {
	.zzrongyu .mySwiper2 .swiper-slide .tit {
		font-size: 1.125rem;
	}
}

.zzrongyu .mySwiper2 .swiper-pagination1 {
	text-align: center;
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.zzrongyu .mySwiper2 .swiper-pagination1 {
		margin-top: 1.25rem;
	}
}

/* Swiper 基础样式 */
.swiper {
	position: relative;
	overflow: hidden;
}

.swiper-wrapper {
	display: flex;
	transition: transform 0.3s ease;
}

.swiper-slide {
	flex-shrink: 0;
	width: auto;
}


/* 工具类 */
.line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fang {
	position: relative;
	overflow: hidden;
}

/* 分页器样式 */
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
	margin: 0 5px;
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #0081CC;
}








