@charset "utf-8";
/* ============================================================
   南宁其巷芦餐饮管理有限公司 - 全站样式
   参考站: demoall2.5fa.cn/501 (西餐咖啡餐饮模板)
   配色: 品红#ee0062(header) + 深咖啡棕#351000(主色) + 金黄#ffcc00(页脚) + 米色#f3eee8(背景)
   ============================================================ */

/* ---------- 变量 ---------- */
:root{
  --coffee:#351000;
  --coffee2:#974305;
  --coffee3:#461d00;
  --coffee4:#681e00;
  --magenta:#ee0062;
  --gold:#ffcc00;
  --cream:#f3eee8;
  --lt:#f7b786;
  --line:#d2cbc5;
  --text:#535353;
  --maxw:1004px;
}

/* ---------- 重置 ---------- */
*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:rgba(255,255,255,0)}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
ul,ul li,input,dl,dd{padding:0;margin:0;list-style-type:none}
img,a img{border:0;margin:0;padding:0;max-width:100%}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
a{text-decoration:none;color:#444;transition:all .35s ease}
a:hover{text-decoration:none}
.clear{clear:both}
.clearfix::after{content:"";display:block;clear:both}

body{
  font-family:"Microsoft YaHei","微软雅黑",Arial,sans-serif;
  font-size:14px;
  color:var(--text);
  overflow-x:hidden;
  background:var(--cream);
  line-height:1.6;
}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:rgba(0,0,0,.08)}
::-webkit-scrollbar-thumb{background:rgba(53,16,0,.35);border-radius:4px}
::-webkit-scrollbar-thumb:hover{background:rgba(53,16,0,.55)}

/* ---------- 通用容器 ---------- */
.main{width:100%;max-width:var(--maxw);margin:0 auto;position:relative}
.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 15px}
.theme_color1{background:var(--magenta)}

/* ---------- 淡入动画(渐进增强) ---------- */
.fade-in{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}
html.js .fade-in{opacity:0;transform:translateY(36px)}
html.js .fade-in.visible{opacity:1;transform:none}

/* ============================================================
   顶部信息栏 + 导航 (topbox 容器内含 header 与 menubox)
   ============================================================ */
.topbox{position:relative;width:100%;z-index:100}

/* ---- header ---- */
.header{
  width:100%;
  background:var(--magenta);
  background:linear-gradient(135deg,#c8044f 0%,var(--magenta) 60%,#ff3a86 100%);
  position:relative;
  box-shadow:0 2px 8px rgba(0,0,0,.18);
}
.header .main{display:flex;align-items:center;justify-content:space-between;height:97px;padding:0 15px}
.header .logo{display:flex;align-items:center;gap:12px;color:#fff}
.header .logo .logo-ico{width:54px;height:54px;flex-shrink:0}
.header .logo .logo-txt{display:flex;flex-direction:column;line-height:1.1}
.header .logo .brand-name{font-size:26px;font-weight:bold;color:#fff;letter-spacing:1px}
.header .logo .brand-sub{font-size:12px;color:var(--gold);letter-spacing:3px;margin-top:4px}
.header .tel{
  display:flex;align-items:center;gap:10px;
  color:#fff;padding-left:46px;position:relative;
  font-family:Impact,"微软雅黑",sans-serif;font-size:28px;
}
.header .tel::before{
  content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);
  width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.18);
}
.header .tel b{display:block;font-size:11px;font-weight:normal;font-family:"微软雅黑";color:var(--gold);letter-spacing:2px;margin-bottom:-4px}
.header .tel em{font-style:normal;font-size:28px;color:#fff}

/* ---- 导航 menubox ---- */
.g_nav{
  width:100%;height:60px;
  background:linear-gradient(to bottom,#5a2d05 0%,var(--coffee2) 45%,var(--coffee) 100%);
  border-top:var(--coffee2) solid 4px;
  position:relative;z-index:90;
  box-shadow:0 2px 6px rgba(0,0,0,.25);
}
.g_nav .g_nav01{max-width:var(--maxw);margin:0 auto;padding:0 15px}
.g_nav .nav-list{display:flex;align-items:stretch;height:56px}
.g_nav .nav-list>li{flex:1;position:relative;text-align:center}
.g_nav .nav-list>li>a{
  display:flex;align-items:center;justify-content:center;
  height:56px;color:#fff;font-size:16px;
  border-right:1px solid rgba(255,255,255,.08);
  position:relative;
}
.g_nav .nav-list>li:last-child>a{border-right:none}
.g_nav .nav-list>li>a:hover,
.g_nav .nav-list>li>a.cur,
.g_nav .nav-list>li>a.g_nav01_on{
  background:linear-gradient(to bottom,var(--coffee2),#3a1a02);
  color:var(--lt);
}
.g_nav .nav-list .ihome>a{color:var(--gold)}
.g_nav .nav-list .ihome>a::before{
  content:"🏠";margin-right:6px;font-size:16px;
}
/* 下拉 */
.g_nav .nav_tan{
  display:none;position:absolute;left:0;top:56px;width:100%;
  background:var(--cream);border-top:1px solid var(--line);
  border-bottom:3px solid var(--coffee);z-index:9999;
  box-shadow:0 6px 14px rgba(0,0,0,.2);
}
.g_nav .nav_tan a{
  display:block;line-height:40px;height:40px;font-size:14px;color:var(--coffee);
  border-bottom:1px dashed var(--line);padding:0 10px;text-align:center;
}
.g_nav .nav_tan a:last-child{border-bottom:none}
.g_nav .nav_tan a:hover{color:#fff;background:var(--coffee2)}

/* 移动端汉堡 */
.m-toggle{display:none;cursor:pointer;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:5px}
.m-toggle span{display:block;width:26px;height:3px;background:#fff;border-radius:2px;transition:.3s}

/* ============================================================
   Banner 轮播
   ============================================================ */
.slideBox{
  position:relative;width:100%;height:420px;overflow:hidden;
  background:var(--coffee);
}
.slideBox .bd{position:relative;width:100%;height:100%}
.slideBox .bd ul{width:100%;height:100%}
.slideBox .bd ul li{
  position:absolute;top:0;left:0;width:100%;height:100%;
  opacity:0;transition:opacity 1s ease-in-out;
  background-position:center center;background-size:cover;background-repeat:no-repeat;
}
.slideBox .bd ul li.on{opacity:1;z-index:2}
.slideBox .bd ul li a{display:block;width:100%;height:100%}
.slideBox .slide-mask{
  position:absolute;left:0;top:0;width:100%;height:100%;
  background:linear-gradient(90deg,rgba(53,16,0,.72) 0%,rgba(53,16,0,.35) 50%,rgba(238,0,98,.25) 100%);
  z-index:3;
}
.slideBox .slide-text{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:100%;max-width:var(--maxw);padding:0 30px;z-index:4;text-align:left;
}
.slideBox .slide-text .st-en{font-size:16px;color:var(--gold);letter-spacing:6px;text-transform:uppercase;font-family:"Times New Roman",serif;margin-bottom:10px}
.slideBox .slide-text .st-cn{font-size:42px;color:#fff;font-weight:bold;letter-spacing:2px;line-height:1.3;text-shadow:0 2px 10px rgba(0,0,0,.4)}
.slideBox .slide-text .st-desc{font-size:16px;color:#f3eee8;margin-top:14px;max-width:560px;line-height:1.7}
.slideBox .slide-text .st-btn{
  display:inline-block;margin-top:24px;padding:10px 30px;
  border:2px solid var(--gold);color:var(--gold);font-size:15px;letter-spacing:2px;
  transition:.3s;
}
.slideBox .slide-text .st-btn:hover{background:var(--gold);color:var(--coffee)}
.slideBox .hd{position:absolute;bottom:22px;left:0;width:100%;text-align:center;z-index:5}
.slideBox .hd ul{display:inline-block}
.slideBox .hd ul li{
  display:inline-block;width:12px;height:12px;border-radius:50%;
  margin:0 4px;cursor:pointer;background:rgba(255,255,255,.55);
  transition:.3s;
}
.slideBox .hd ul li.on{background:var(--gold);width:30px;border-radius:6px}
.slideBox .prev,.slideBox .next{display:none}

/* ============================================================
   公告条
   ============================================================ */
.index_gonggao{padding:10px 0;background:#fff;border-bottom:1px solid var(--line)}
.index_gonggao01{max-width:var(--maxw);margin:0 auto;height:35px;padding:0 15px;display:flex;align-items:center;font-size:14px;color:#333}
.index_gonggao01 span{flex-shrink:0;width:100px;color:var(--coffee);font:700 16px/35px "Microsoft YaHei"}
.index_gonggao01 marquee{flex:1;color:#4c4c4c;font-size:15px;line-height:35px}

/* ============================================================
   通用区块标题
   ============================================================ */
.sec-title{text-align:center;font-size:30px;color:var(--coffee3);font-weight:bold;padding:50px 0 10px;position:relative}
.sec-title::after{content:"";display:block;width:60px;height:3px;background:var(--magenta);margin:12px auto 0;border-radius:2px}
.sec-title .en{display:block;font-size:14px;color:#999;letter-spacing:4px;text-transform:uppercase;font-family:"Times New Roman",serif;font-weight:normal;margin-top:6px}

/* ============================================================
   产品中心 (横向滚动 6 卡)
   ============================================================ */
.index_pro00{padding:0 0 50px;background:linear-gradient(to bottom,#fff 0%,var(--cream) 100%)}
.index_pro01{max-width:var(--maxw);margin:0 auto;padding:0 15px}
.index_pro02{width:100%;margin-top:30px}
.picScroll-left01{position:relative;width:100%;overflow:hidden}
.picScroll-left01 .hd{position:absolute;top:50%;width:100%;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:5}
.picScroll-left01 .hd .prev,.picScroll-left01 .hd .next{
  pointer-events:auto;cursor:pointer;width:34px;height:54px;
  background:rgba(53,16,0,.55);color:#fff;font-size:24px;
  display:flex;align-items:center;justify-content:center;border-radius:3px;
  transition:.3s;
}
.picScroll-left01 .hd .prev:hover,.picScroll-left01 .hd .next:hover{background:var(--magenta)}
.picScroll-left01 .bd{overflow:hidden}
.picScroll-left01 .bd ul.picList{display:flex;gap:18px;transition:transform .6s ease;width:max-content}
.picScroll-left01 .bd ul.picList>li{position:relative;width:300px;flex-shrink:0;overflow:hidden;background:#fff;border:1px solid #eee}
.chanpin00{display:block;position:relative;width:300px;height:232px;overflow:hidden}
.chanpin00 img{width:300px;height:232px;object-fit:cover;display:block;transition:transform .6s ease}
.chanpin00:hover img{transform:scale(1.08)}
.index_pro03{
  position:absolute;top:0;left:0;width:100%;height:232px;
  background:url('') repeat,linear-gradient(135deg,rgba(53,16,0,.85),rgba(151,67,5,.78));
  display:flex;align-items:center;justify-content:center;
  opacity:0;transition:opacity .3s ease;
}
.chanpin00:hover .index_pro03{opacity:1}
.index_pro04{
  width:240px;height:120px;line-height:120px;text-align:center;
  color:#fff;font-size:22px;border:2px solid rgba(255,255,255,.7);
  letter-spacing:1px;
}
.index_pro-list-name{display:none}
/* 兼容:产品卡底部标题(列表页用) */
.pro-card-name{display:block;text-align:center;font-size:15px;color:var(--coffee3);padding:12px 8px;background:#fff;font-weight:bold}

/* ============================================================
   成功案例 (左4缩略 + 右1大图轮播)
   ============================================================ */
.index_case01{padding:0 0 60px;background:linear-gradient(to bottom,var(--cream) 0%,#efe6da 100%)}
.index_case02{max-width:var(--maxw);margin:0 auto;padding:0 15px}
.index_case03{text-align:center;padding:6px 0 10px;color:#999;font-size:13px;letter-spacing:3px;font-family:"Times New Roman",serif}
.index_case04{float:left;width:48%;overflow:hidden;padding-top:10px}
.index_case04 dl{float:left;width:48%;height:180px;margin:0 4% 16px 0;overflow:hidden;position:relative;background:#fff;border:3px solid var(--coffee)}
.index_case04 dl:nth-child(2n){margin-right:0}
.index_case04 dl dt{width:100%;height:100%;overflow:hidden}
.index_case04 dl dt a{display:block;width:100%;height:100%}
.index_case04 dl dt img{width:100%;height:180px;object-fit:cover;transition:transform .5s}
.index_case04 dl:hover img{transform:scale(1.1)}
.index_case05{float:right;width:48%;height:376px;margin-top:10px;overflow:hidden;position:relative;background:#fff;border:3px solid var(--coffee)}
.slideBox02{width:100%;height:100%;position:relative;overflow:hidden}
.slideBox02 .bd{width:100%;height:100%;position:relative}
.slideBox02 .bd ul{width:100%;height:100%}
.slideBox02 .bd li{position:absolute;top:0;left:0;width:100%;height:376px;opacity:0;transition:opacity .8s ease;background-position:center;background-size:cover}
.slideBox02 .bd li.on{opacity:1;z-index:2}
.index_case06{position:relative;width:100%;height:100%}
.index_case06 a{display:block;width:100%;height:100%;position:relative}
.index_case06 img{width:100%;height:376px;object-fit:cover;display:block}
.index_case07{
  position:absolute;left:0;bottom:0;width:88%;padding:18px 6%;
  background:linear-gradient(to top,rgba(53,16,0,.92),rgba(53,16,0,.55) 70%,transparent);
  color:#fff;
}
.index_case07 span{display:block;font-size:22px;font-weight:bold;margin-bottom:6px}
.index_case07 p{font-size:14px;line-height:1.6;color:#e8d9cf}
.index_hovor04{clear:both;padding-top:20px;text-align:center}
.index_hovor04 a{
  display:inline-block;font-size:16px;color:var(--coffee);font-weight:bold;
  height:42px;line-height:38px;padding:0 36px;
  border:2px solid var(--coffee);border-radius:2px;transition:.3s;
}
.index_hovor04 a:hover{background:var(--coffee);color:#fff}

/* ============================================================
   关于我们 (暗底 左文右品牌名)
   ============================================================ */
.index_about{
  position:relative;padding:60px 0;
  background:linear-gradient(rgba(53,16,0,.82),rgba(53,16,0,.82)),url('https://images.unsplash.com/photo-1526069631228-723c945bea6b?w=1920&h=600&fit=crop&auto=format&q=80') center/cover fixed;
  color:#fff;
}
.index_about02{max-width:var(--maxw);margin:0 auto;padding:0 15px;display:flex;align-items:center;gap:40px}
.index_about03{flex:1;line-height:2;font-size:15px;color:#e8d9cf;text-indent:2em}
.index_about03 p{margin-bottom:14px}
.index_about04{
  flex-shrink:0;width:280px;text-align:right;
  font-size:30px;color:var(--gold);font-weight:bold;letter-spacing:2px;
}
.index_about04 .ab-en{display:block;font-size:13px;color:var(--lt);letter-spacing:4px;font-family:"Times New Roman",serif;font-weight:normal;margin-top:8px}
.index_about-stats{display:flex;gap:30px;margin-top:30px;justify-content:flex-end}
.index_about-stats .stat{text-align:right}
.index_about-stats .stat b{display:block;font-size:38px;color:var(--gold);font-family:Impact,sans-serif}
.index_about-stats .stat span{font-size:13px;color:#cfc0ba}

/* ============================================================
   荣誉资质 (横向滚动 4 证)
   ============================================================ */
.index_hovor{padding:0 0 60px;background:#fff}
.index_hovor01{max-width:var(--maxw);margin:0 auto;padding:0 15px}
.index_hovor03{margin-top:30px;position:relative}
.picScroll-left{position:relative;width:100%;overflow:hidden}
.picScroll-left .hd{position:absolute;top:50%;width:100%;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:5}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
  pointer-events:auto;cursor:pointer;width:40px;height:54px;
  background:rgba(53,16,0,.6);color:#fff;font-size:24px;
  display:flex;align-items:center;justify-content:center;border-radius:3px;transition:.3s;
}
.picScroll-left .hd .prev:hover,.picScroll-left .hd .next:hover{background:var(--magenta)}
.picScroll-left .bd{overflow:hidden;padding:0 5px}
.picScroll-left .bd ul{display:flex;gap:22px;transition:transform .6s ease;width:max-content}
.picScroll-left .bd ul li{
  width:230px;height:174px;flex-shrink:0;overflow:hidden;
  border:3px solid var(--coffee);background:#fff;position:relative;
}
.picScroll-left .bd ul li a{display:block;width:100%;height:100%}
.picScroll-left .bd ul li img{width:100%;height:174px;object-fit:cover;transition:transform .5s}
.picScroll-left .bd ul li:hover img{transform:scale(1.08)}
.picScroll-left .bd ul li .honor-cap{
  position:absolute;left:0;bottom:0;width:100%;padding:6px 8px;
  background:linear-gradient(to top,rgba(53,16,0,.9),transparent);
  color:#fff;font-size:13px;text-align:center;
}

/* ============================================================
   新闻动态 (暗棕底 左轮播 右联系)
   ============================================================ */
.index_news{
  max-width:var(--maxw);margin:0 auto;padding:30px 15px;
  display:flex;gap:30px;align-items:stretch;
}
.index_news::before{
  content:"";position:absolute;
}
.index_news{position:relative;background:var(--coffee);overflow:hidden}
.index_news01{flex:1;min-width:0}
.index_news02{
  border-bottom:1px solid #9c8980;font-size:26px;color:#fff;
  line-height:32px;padding:22px 0 14px;font-weight:bold;
}
.index_news02 span{display:block;font-size:18px;color:var(--lt);letter-spacing:3px;font-family:"Times New Roman",serif;margin-top:2px}
.slideBox01{position:relative;width:100%;height:360px;overflow:hidden;margin-top:20px}
.slideBox01 .bd{width:100%;height:100%;position:relative}
.slideBox01 .bd ul{width:100%;height:100%}
.slideBox01 .bd li{position:absolute;top:0;left:0;width:100%;opacity:0;transition:opacity .8s ease}
.slideBox01 .bd li.on{opacity:1;z-index:2}
.index_news03{width:100%}
.index_news03 dl dt{width:100%;height:200px;overflow:hidden}
.index_news03 dl dt a{display:block;width:100%;height:100%}
.index_news03 dl dt img{width:100%;height:200px;object-fit:cover}
.index_news03 dl dd{padding:18px 0 0 5px}
.index_news03 dl dd a{display:block;font-size:17px;height:27px;overflow:hidden;color:#fff;font-weight:bold;line-height:27px}
.index_news03 dl dd a strong{color:var(--gold);margin-right:6px}
.index_news03 dl dd a:hover{color:var(--lt)}
.index_news03 dl dd span{display:block;height:54px;overflow:hidden;color:#8d786f;font-size:13px;margin:8px 0 0 19px;line-height:1.6}
.index_news04{padding-top:18px}
.index_news04 a{
  display:block;line-height:40px;text-align:center;font-size:16px;color:#fff;
  border:1px solid #fff;transition:.3s;
}
.index_news04 a:hover{background:#fff;color:var(--coffee)}

/* 联系我们(右侧) */
.index_contact{flex:1;min-width:0}
.index_contact01{
  overflow:hidden;margin-top:27px;border:3px solid var(--gold);height:220px;
  position:relative;
  background:linear-gradient(135deg,#2a0b00,#5a2d05);
}
/* CSS模拟地图 */
.index_contact01 .map-grid{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:30px 30px;
}
.index_contact01 .map-road{position:absolute;background:rgba(247,183,134,.25)}
.index_contact01 .map-road.r1{left:0;top:60%;width:100%;height:10px}
.index_contact01 .map-road.r2{left:35%;top:0;width:8px;height:100%}
.index_contact01 .map-block{position:absolute;background:rgba(255,255,255,.06);border-radius:2px}
.index_contact01 .map-block.b1{left:10%;top:20%;width:18%;height:25%}
.index_contact01 .map-block.b2{left:55%;top:15%;width:25%;height:30%}
.index_contact01 .map-block.b3{left:8%;top:75%;width:22%;height:18%}
.index_contact01 .map-block.b4{left:60%;top:70%;width:28%;height:22%}
.index_contact01 .map-pin{
  position:absolute;left:38%;top:48%;width:24px;height:24px;
  border-radius:50% 50% 50% 0;background:var(--magenta);transform:rotate(-45deg);
  box-shadow:0 0 0 6px rgba(238,0,98,.25);animation:pulse 2s infinite;
}
.index_contact01 .map-pin::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:8px;height:8px;background:#fff;border-radius:50%}
.index_contact01 .map-bubble{
  position:absolute;left:42%;top:30%;background:#fff;color:var(--coffee);
  padding:6px 12px;font-size:12px;border-radius:4px;white-space:nowrap;
  box-shadow:0 2px 8px rgba(0,0,0,.3);
}
.index_contact01 .map-bubble::after{content:"";position:absolute;left:14px;bottom:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(238,0,98,.4)}70%{box-shadow:0 0 0 14px rgba(238,0,98,0)}100%{box-shadow:0 0 0 0 rgba(238,0,98,0)}}
.index_contact02{line-height:34px;font-size:15px;color:#fff;padding-top:24px}
.index_contact02 ul li{
  background:rgba(255,255,255,.06);padding:0 0 0 52px;margin:0 0 12px;
  border-left:3px solid var(--gold);height:48px;display:flex;align-items:center;
}
.index_contact02 ul li:nth-child(1){background:url('') no-repeat 6px center,rgba(255,255,255,.06)}
.index_contact02 ul li .ico{display:inline-flex;width:32px;height:32px;margin-right:10px;align-items:center;justify-content:center;color:var(--gold);font-size:18px}
.index_contact02 ul li b{color:var(--lt);font-weight:normal;margin-right:6px;font-size:13px}

/* ============================================================
   合作伙伴
   ============================================================ */
.index_partner{padding:50px 0;background:var(--cream)}
.partner-list{max-width:var(--maxw);margin:30px auto 0;padding:0 15px;display:flex;flex-wrap:wrap;gap:14px}
.partner-list .partner-item{
  flex:1 1 calc(25% - 14px);min-width:180px;height:80px;
  background:#fff;display:flex;align-items:center;justify-content:center;
  border:1px solid #eee;color:var(--coffee3);font-size:16px;font-weight:bold;
  letter-spacing:1px;transition:.3s;
}
.partner-list .partner-item:hover{background:var(--coffee);color:#fff;border-color:var(--coffee)}

/* ============================================================
   页脚 (金黄)
   ============================================================ */
.footer{
  background:var(--gold);
  background:repeating-linear-gradient(45deg,var(--gold),var(--gold) 20px,#f5c200 20px,#f5c200 40px);
  color:#000;padding:30px 0 0;
}
.footer00{max-width:var(--maxw);margin:0 auto;padding:0 15px;display:flex;gap:30px;align-items:flex-start}
.footer01{width:150px;flex-shrink:0;text-align:center;background:#fff;padding:10px;border-radius:4px}
.footer01 img{width:130px;height:130px;display:block;margin:0 auto}
.footer01 .qr-txt{font-size:12px;color:var(--coffee);margin-top:6px;letter-spacing:1px}
.footer02{flex:1}
.footer03{line-height:32px;padding:6px 0 14px;border-bottom:1px solid rgba(0,0,0,.15);font-size:14px}
.footer03 .flink-label{font-weight:bold;color:var(--coffee);margin-right:8px}
.footer03 a{color:#3a1a02;margin:0 8px;display:inline-block}
.footer03 a:hover{color:var(--magenta);text-decoration:underline}
.footer03 .f-addr{margin-top:6px;color:#3a1a02}
.footer03 .f-addr span{margin-right:18px}
.footer-cols{display:flex;gap:20px;padding:18px 0;flex-wrap:wrap}
.footer-cols .fcol{flex:1;min-width:130px}
.footer-cols .fcol h4{font-size:15px;color:var(--coffee);font-weight:bold;margin-bottom:8px;padding-bottom:6px;border-bottom:2px solid var(--coffee);display:inline-block}
.footer-cols .fcol a{display:block;color:#3a1a02;font-size:13px;line-height:26px}
.footer-cols .fcol a:hover{color:var(--magenta);padding-left:4px}
.footer-cols .fcol p{font-size:13px;color:#3a1a02;line-height:24px}
.footer04{padding-top:10px;font-size:13px;color:#3a1a02}
.footer04 .share-label{margin-right:8px}
.footer04 a{display:inline-block;width:26px;height:26px;line-height:26px;text-align:center;background:var(--coffee);color:var(--gold);border-radius:50%;margin:0 3px;font-size:13px}
.footer04 a:hover{background:var(--magenta);color:#fff}
.f_bq{text-align:center;height:46px;line-height:46px;background:#000;color:#999;font-size:13px}
.f_bq a{color:#999}
.f_bq a:hover{color:var(--gold)}

/* ============================================================
   右浮工具
   ============================================================ */
.c-tools{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:9999;text-align:center}
.c-tools ul li{
  position:relative;width:56px;height:56px;margin:1px 0;cursor:pointer;
  background:var(--coffee);color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:20px;transition:.3s;border-radius:3px 0 0 3px;
}
.c-tools ul li:hover{background:var(--magenta)}
.c-tools ul li span{
  display:none;position:absolute;right:58px;top:50%;transform:translateY(-50%);
  width:140px;line-height:1.5;padding:8px 12px;background:var(--coffee3);color:#fff;
  border-radius:3px;font-size:13px;white-space:nowrap;
}
.c-tools ul li:hover span{display:block}
.c-tools ul li .ewmPic{width:150px;padding:8px}
.c-tools ul li .ewmPic img{display:block;width:130px;height:130px;margin:0 auto}
.c-tools ul .top-ico{font-size:22px}
.c-tools ul .tel-ico,.c-tools ul .ewm-ico,.c-tools ul .qq-ico{ /* 图标项,样式继承 .c-tools ul li */ }

/* 留言表单容器 */
.msg_form{width:100%}
.msg_form .msg_ul li:last-child{margin-top:6px}

/* 视觉隐藏(SEO h1) */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ============================================================
   内页 Banner + 面包屑
   ============================================================ */
.n-banner{
  position:relative;width:100%;height:300px;margin-top:0;
  background-position:center center;background-size:cover;background-repeat:no-repeat;
}
.n-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(53,16,0,.78),rgba(238,0,98,.35))}
.n-banner .n-banner-inner{position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;height:100%;padding:0 15px;display:flex;flex-direction:column;justify-content:center}
.n-banner .n-banner-inner h1,.n-banner .n-banner-inner .nb-title{font-size:38px;color:#fff;font-weight:bold;letter-spacing:2px;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.n-banner .n-banner-inner .n-en{font-size:15px;color:var(--gold);letter-spacing:5px;font-family:"Times New Roman",serif;margin-top:8px;text-transform:uppercase}
.ntit{background:#fff;border-bottom:1px solid var(--line)}
.ntit .ntt-wrap{max-width:var(--maxw);margin:0 auto;padding:0 15px;display:flex;align-items:center;justify-content:space-between;height:60px}
.ntit .ntt{display:flex;align-items:baseline;gap:10px}
.ntit .ntt h1,.ntit .ntt .ntt-title{font-size:22px;color:var(--coffee3);font-weight:bold}
.ntit .ntt i{font-style:normal;font-size:13px;color:#aaa;letter-spacing:3px;font-family:"Times New Roman",serif;text-transform:uppercase}
.ntit .weiz{font-size:13px;color:#888}
.ntit .weiz a{color:#888}
.ntit .weiz a:hover{color:var(--magenta)}
.ntit .weiz .sep{margin:0 6px;color:#ccc}

/* ============================================================
   内页主体 (左侧栏 + 右内容)
   ============================================================ */
.product{max-width:var(--maxw);margin:30px auto;padding:0 15px;display:flex;gap:25px;align-items:flex-start}
.sub_pro01{flex-shrink:0;width:220px;background:#fff;padding-bottom:20px;border:1px solid #eee}
.product07{
  height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;color:#fff;background:linear-gradient(135deg,var(--coffee2),var(--coffee));
  border-bottom:3px solid var(--gold);
}
.product07 b{font-size:22px;font-weight:bold;line-height:1.2}
.product07 span{display:block;color:var(--gold);font-size:12px;letter-spacing:3px;font-family:"Times New Roman",serif;margin-top:4px}
.sidenav{padding:12px 10px 0}
.sidenav ul{border-bottom:4px solid var(--gold)}
.sidenav ul li{position:relative}
.sidenav ul li a.sidenava{display:block;height:40px;line-height:40px;color:#333;font-size:14px;border-bottom:1px dashed #eee;overflow:hidden}
.sidenav ul li a.sidenava p{padding:0 30px 0 14px;background:url('') no-repeat right center;position:relative}
.sidenav ul li a.sidenava p::before{content:"›";position:absolute;left:0;color:var(--coffee2);font-size:16px}
.sidenav ul li a.sidenava:hover p,.sidenav ul li a.sidenava.cu p{font-weight:bold;color:var(--coffee);background-color:#faf3ec}
.sidenav ul li a.sidenava.cu p::before{color:var(--magenta)}
.sub_lx{margin:16px 10px 0;background:var(--coffee3);color:#fff;padding:14px;font-size:13px;line-height:1.8}
.sub_lx h4{font-size:15px;color:var(--gold);margin-bottom:8px;font-weight:bold}
.sub_lx p{color:#e8d9cf}
.sub_lx p b{color:var(--lt)}

.product02{flex:1;background:#fff;padding:25px 28px;min-width:0;border:1px solid #eee}
.product03{flex:1;background:#fff;padding:30px 28px;min-width:0;border:1px solid #eee}

/* 内页右侧头部 */
.content_com_title{position:relative;height:48px;border-bottom:1px solid #ddd;margin-bottom:18px;display:flex;align-items:flex-end;justify-content:space-between}
.content_com_title h2{font-size:18px;color:var(--coffee3);font-weight:bold;padding-bottom:8px;border-bottom:2px solid var(--magenta);position:relative}
.content_com_title h2 .ct-en{font-size:12px;color:#bbb;font-weight:normal;letter-spacing:2px;font-family:"Times New Roman",serif;margin-left:8px}
.bread{font-size:13px;color:#888;padding-bottom:8px}
.bread a{color:#888}
.bread a:hover{color:var(--magenta)}

/* ============================================================
   产品列表 (3列)
   ============================================================ */
.product3{width:100%;display:flex;flex-wrap:wrap;gap:18px}
.product3 li{width:calc(33.333% - 12px);margin-bottom:18px;position:relative;text-align:center;background:#fff;border:1px solid #eee;transition:.3s}
.product3 li:hover{border-color:var(--coffee2);box-shadow:0 6px 16px rgba(53,16,0,.15);transform:translateY(-4px)}
.product3 li>div{width:100%;position:relative;overflow:hidden}
.product3 li>div>a{display:block;width:100%}
.product3 li>div img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .5s}
.product3 li:hover img{transform:scale(1.08)}
.product3 li>p{width:90%;margin:0 auto;font:14px/38px "Microsoft YaHei";text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:var(--coffee3);font-weight:bold}
.product3 li .prod-cat{display:block;font-size:12px;color:#999;padding-bottom:8px}
.prod-zoom{
  position:absolute;left:50%;top:50%;width:46px;height:46px;margin:-23px 0 0 -23px;
  background:rgba(238,0,98,.85);border-radius:50%;color:#fff;font-size:20px;
  display:flex;align-items:center;justify-content:center;
  opacity:0;transform:scale(.5);transition:.4s;pointer-events:none;
}
.product3 li:hover .prod-zoom{opacity:1;transform:scale(1)}

/* ============================================================
   新闻列表 (图左文右)
   ============================================================ */
.product8{width:100%}
.product8 li{padding:18px 0;border-bottom:1px dashed #ccc;display:flex;gap:20px}
.product8 li:last-child{border-bottom:none}
.prod8-left{flex-shrink:0;width:200px;height:140px;overflow:hidden;position:relative}
.prod8-left a{display:block;width:100%;height:100%}
.prod8-left img{width:200px;height:140px;object-fit:cover;transition:transform .5s}
.prod8-left:hover img{transform:scale(1.08)}
.prod8-left .news-date{
  position:absolute;left:0;top:0;width:50px;height:50px;background:var(--magenta);color:#fff;
  text-align:center;display:flex;flex-direction:column;justify-content:center;line-height:1.1;
}
.prod8-left .news-date b{font-size:20px;font-family:Impact}
.prod8-left .news-date span{font-size:11px}
.prod8-right{flex:1;min-width:0;padding-top:6px}
.prod8-right h3{font-size:17px;color:var(--coffee3);font-weight:bold;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prod8-right h3 a{color:var(--coffee3)}
.prod8-right h3 a:hover{color:var(--magenta)}
.prod8-right .news-meta{font-size:12px;color:#999;margin-bottom:8px}
.prod8-right .news-meta span{margin-right:14px}
.prod8-right .news-meta span::before{content:"";display:inline-block;width:4px;height:4px;background:var(--coffee2);border-radius:50%;margin-right:5px;vertical-align:middle}
.prod8-right p{font-size:13px;color:#777;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.prod8-right .news-more{display:inline-block;margin-top:10px;font-size:13px;color:var(--coffee2);border:1px solid var(--coffee2);padding:3px 14px;border-radius:2px}
.prod8-right .news-more:hover{background:var(--coffee2);color:#fff}

/* 纯文字新闻列表(侧栏/简版) */
.news1{width:100%}
.news1 li{width:100%;padding:8px 0;height:36px;font:14px/36px "Microsoft YaHei";color:#737373;border-bottom:1px dashed #ddd;display:flex;justify-content:space-between;align-items:center}
.news1 li a{flex:1;margin-left:12px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news1 li a::before{content:"·";color:var(--magenta);margin-right:6px;font-weight:bold}
.news1 li a:hover{color:var(--magenta)}
.news1 li span{color:#999;font-size:12px}

/* ============================================================
   详情页
   ============================================================ */
.content{font-size:14px;min-height:400px}
.view{line-height:1.9;border-bottom:1px dashed #ccc;padding:0 0 20px;margin-bottom:20px}
.view-title{width:100%;text-align:center;font:22px/36px "Microsoft YaHei";color:var(--coffee3);padding:10px 0 0;font-weight:bold}
.view-date{width:100%;text-align:center;font:13px/24px "Microsoft YaHei";color:#999;padding:8px 0;background:#faf3ec;margin:12px 0}
.view-date span{margin:0 10px}
.view-date span::before{content:"⏱ ";opacity:.6}
.view img{max-width:100%;display:block;margin:14px auto;border-radius:4px}
.view p{font-size:14px;color:#444;line-height:1.9;margin-bottom:14px;text-indent:2em}
.view h2{font-size:18px;color:var(--coffee);font-weight:bold;margin:22px 0 12px;padding-left:12px;border-left:4px solid var(--magenta)}
.view h3{font-size:16px;color:var(--coffee3);font-weight:bold;margin:18px 0 10px}
.view ul{margin:10px 0 14px 2em}
.view ul li{font-size:14px;color:#444;line-height:1.9;list-style:disc}
.view-pages{width:100%;margin:18px auto;overflow:hidden}
.view-pages p{width:100%;height:32px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-bottom:1px dashed #ddd;line-height:32px;font-size:13px}
.view-pages p a{color:#555}
.view-pages p a:hover{color:var(--magenta)}
.view-back{display:block;width:120px;height:36px;margin:14px auto 6px;text-align:center;font:14px/36px "Microsoft YaHei";background:var(--coffee);color:#fff;border-radius:3px}
.view-back:hover{background:var(--magenta)}

/* ============================================================
   产品详情
   ============================================================ */
.pro-detail{padding:10px 0}
.pro-top{display:flex;gap:30px;margin-bottom:24px}
.pro-top .pro-img{flex-shrink:0;width:380px;height:320px;overflow:hidden;border:1px solid #eee;background:#fafafa}
.pro-top .pro-img img{width:380px;height:320px;object-fit:cover;display:block}
.pro-top .pro-info{flex:1;min-width:0}
.pro-top .pro-info h1{font-size:22px;color:var(--coffee3);font-weight:bold;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #eee}
.pro-top .pro-info .pro-sn{font-size:13px;color:#999;margin-bottom:14px}
.pro-top .pro-info .pro-desc{font-size:14px;color:#666;line-height:1.9;margin-bottom:18px}
.pro-top .pro-info .pro-price{font-size:15px;color:var(--magenta);margin-bottom:14px}
.pro-top .pro-info .pro-price b{font-size:22px}
.pro-top .pro-info .pro-cta{display:inline-block;padding:10px 30px;background:var(--magenta);color:#fff;font-size:14px;border-radius:3px;transition:.3s}
.pro-top .pro-info .pro-cta:hover{background:var(--coffee)}
.pro-params{margin:24px 0;border:1px solid #eee}
.pro-params .pp-title{background:var(--coffee);color:#fff;padding:10px 16px;font-size:15px;font-weight:bold}
.pro-params table{width:100%;border-collapse:collapse}
.pro-params table th,.pro-params table td{border:1px solid #eee;padding:10px 16px;font-size:13px;text-align:left}
.pro-params table th{background:#faf3ec;color:var(--coffee3);font-weight:bold;width:28%}
.pro-params table td{color:#666}
.pro-features{margin:24px 0}
.pro-features .pf-title{font-size:18px;color:var(--coffee3);font-weight:bold;margin-bottom:16px;padding-left:12px;border-left:4px solid var(--magenta)}
.pro-features ul{display:flex;flex-wrap:wrap;gap:16px}
.pro-features ul li{flex:1 1 calc(50% - 8px);min-width:280px;display:flex;gap:12px;align-items:flex-start;padding:14px;background:#faf3ec;border-radius:4px}
.pro-features ul li .pf-ico{flex-shrink:0;width:36px;height:36px;background:var(--magenta);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}
.pro-features ul li .pf-txt b{display:block;font-size:15px;color:var(--coffee3);margin-bottom:4px}
.pro-features ul li .pf-txt span{font-size:13px;color:#777;line-height:1.6}
.pro-related{margin-top:30px}
.pro-related .pr-title{font-size:18px;color:var(--coffee3);font-weight:bold;margin-bottom:16px;padding-left:12px;border-left:4px solid var(--magenta)}

/* ============================================================
   关于我们页
   ============================================================ */
.about-wrap{padding:10px 0}
.about-intro{margin-bottom:24px}
.about-intro h2{font-size:20px;color:var(--coffee3);font-weight:bold;margin-bottom:14px;padding-left:12px;border-left:4px solid var(--magenta)}
.about-intro p{font-size:14px;color:#555;line-height:2;text-indent:2em;margin-bottom:12px}
.about-stats{display:flex;gap:16px;margin:24px 0;flex-wrap:wrap}
.about-stats .as-card{flex:1;min-width:140px;background:linear-gradient(135deg,var(--coffee2),var(--coffee));color:#fff;padding:20px;text-align:center;border-radius:4px}
.about-stats .as-card b{display:block;font-size:34px;color:var(--gold);font-family:Impact}
.about-stats .as-card span{font-size:13px;color:#e8d9cf}
.about-history{margin:30px 0}
.about-history .ah-title{font-size:20px;color:var(--coffee3);font-weight:bold;margin-bottom:24px;padding-left:12px;border-left:4px solid var(--magenta)}
.timeline{position:relative;padding:10px 0 10px 30px}
.timeline::before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:var(--coffee2)}
.timeline li{position:relative;padding:0 0 26px 26px}
.timeline li::before{content:"";position:absolute;left:-26px;top:4px;width:14px;height:14px;border-radius:50%;background:var(--magenta);border:3px solid #fff;box-shadow:0 0 0 2px var(--magenta)}
.timeline li .tl-year{font-size:18px;color:var(--coffee);font-weight:bold;font-family:Impact,sans-serif;margin-bottom:4px}
.timeline li .tl-text{font-size:14px;color:#666;line-height:1.8}
.about-culture{margin:30px 0}
.about-culture .ac-title{font-size:20px;color:var(--coffee3);font-weight:bold;margin-bottom:20px;padding-left:12px;border-left:4px solid var(--magenta)}
.culture-grid{display:flex;gap:18px;flex-wrap:wrap}
.culture-card{flex:1;min-width:240px;padding:24px 20px;background:#faf3ec;border-top:3px solid var(--magenta);text-align:center}
.culture-card .cc-ico{width:54px;height:54px;margin:0 auto 12px;background:var(--coffee);color:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}
.culture-card h4{font-size:17px;color:var(--coffee3);font-weight:bold;margin-bottom:10px}
.culture-card p{font-size:13px;color:#777;line-height:1.7}
.about-team{margin:30px 0}
.about-team .at-title{font-size:20px;color:var(--coffee3);font-weight:bold;margin-bottom:20px;padding-left:12px;border-left:4px solid var(--magenta)}
.team-grid{display:flex;gap:18px;flex-wrap:wrap}
.team-card{flex:1;min-width:160px;text-align:center;background:#fff;border:1px solid #eee;padding:18px 12px;transition:.3s}
.team-card:hover{border-color:var(--coffee2);transform:translateY(-4px);box-shadow:0 6px 16px rgba(53,16,0,.12)}
.team-card .av{width:120px;height:120px;margin:0 auto 12px;border-radius:50%;overflow:hidden;border:3px solid var(--gold)}
.team-card .av img{width:120px;height:120px;object-fit:cover}
.team-card h4{font-size:16px;color:var(--coffee3);font-weight:bold;margin-bottom:4px}
.team-card span{font-size:13px;color:var(--coffee2)}

/* ============================================================
   联系我们页
   ============================================================ */
.contact-wrap{padding:10px 0}
.contact-info{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:24px}
.contact-info .ci-card{flex:1;min-width:200px;padding:22px 18px;background:#faf3ec;border-left:4px solid var(--magenta);display:flex;gap:14px;align-items:flex-start}
.contact-info .ci-card .ci-ico{flex-shrink:0;width:46px;height:46px;background:var(--coffee);color:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}
.contact-info .ci-card .ci-txt b{display:block;font-size:14px;color:var(--coffee3);margin-bottom:4px}
.contact-info .ci-card .ci-txt span{font-size:14px;color:#666;line-height:1.6}
.contact-row{display:flex;gap:24px;margin-bottom:24px;flex-wrap:wrap}
.contact-map{flex:1;min-width:300px;height:340px;position:relative;background:linear-gradient(135deg,#2a0b00,#5a2d05);border:3px solid var(--gold);overflow:hidden}
.contact-map .map-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:36px 36px}
.contact-map .map-road{position:absolute;background:rgba(247,183,134,.22)}
.contact-map .map-road.r1{left:0;top:55%;width:100%;height:12px}
.contact-map .map-road.r2{left:42%;top:0;width:10px;height:100%}
.contact-map .map-road.r3{left:0;top:25%;width:60%;height:6px}
.contact-map .map-block{position:absolute;background:rgba(255,255,255,.06);border-radius:2px}
.contact-map .map-block.b1{left:8%;top:8%;width:24%;height:30%}
.contact-map .map-block.b2{left:52%;top:10%;width:30%;height:35%}
.contact-map .map-block.b3{left:10%;top:68%;width:26%;height:22%}
.contact-map .map-block.b4{left:58%;top:64%;width:32%;height:28%}
.contact-map .map-pin{position:absolute;left:45%;top:48%;width:28px;height:28px;border-radius:50% 50% 50% 0;background:var(--magenta);transform:rotate(-45deg);box-shadow:0 0 0 8px rgba(238,0,98,.22);animation:pulse 2s infinite}
.contact-map .map-pin::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:10px;height:10px;background:#fff;border-radius:50%}
.contact-map .map-bubble{position:absolute;left:48%;top:24%;background:#fff;color:var(--coffee);padding:10px 16px;font-size:13px;border-radius:5px;white-space:nowrap;box-shadow:0 4px 12px rgba(0,0,0,.35)}
.contact-map .map-bubble b{display:block;font-size:14px;color:var(--coffee3);margin-bottom:2px}
.contact-map .map-bubble::after{content:"";position:absolute;left:18px;bottom:-7px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}
.contact-form{flex:1;min-width:300px}
.contact-form h3{font-size:18px;color:var(--coffee3);font-weight:bold;margin-bottom:16px;padding-left:12px;border-left:4px solid var(--magenta)}
.msg_ul{width:100%}
.msg_ul li{width:100%;margin-bottom:14px;display:flex;align-items:flex-start}
.msg_ul li>p{width:90px;flex-shrink:0;height:38px;line-height:38px;font-size:14px;color:#333;text-align:right;margin-right:10px}
.msg_ul li>p span{color:var(--magenta);font-weight:bold}
.msg_input{flex:1;height:38px;border:1px solid #d9d9d9;border-radius:2px;padding:0 12px;font-size:14px;font-family:inherit;background:#fff}
.msg_input:focus,.msg_textarea:focus{border-color:var(--coffee2);box-shadow:0 0 5px rgba(151,67,5,.2) inset;outline:none}
.msg_textarea{flex:1;height:120px;border:1px solid #d9d9d9;border-radius:2px;padding:10px 12px;font-size:14px;font-family:inherit;resize:none;line-height:1.6;background:#fff}
.msg_submit{width:100%;height:44px;border:0;border-radius:3px;background:var(--coffee2);color:#fff;font-size:16px;cursor:pointer;letter-spacing:4px;transition:.3s}
.msg_submit:hover{background:var(--magenta)}

/* 留言列表(已有留言) */
.msg li{width:100%;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ebebeb}
.msg_top{background:#ededed;color:#333;text-indent:14px;font-weight:bold;line-height:32px;border-radius:3px 3px 0 0}
.msg_top span{margin-right:14px;color:#666;font-weight:normal}
.msg_con{border:1px solid #ebebeb;background:#f3f3f3;padding:10px 14px}
.msg_consult{color:#7b7b7b;line-height:1.8;font-size:13px}
.msg_reply{margin-top:8px;border:1px solid #ebebeb;background:#fff;color:var(--magenta);text-indent:10px;line-height:30px;font-size:13px;border-radius:2px}

/* ============================================================
   分页
   ============================================================ */
.paging{width:100%;text-align:center;padding:20px 0}
.paging a,.paging span{font:13px/30px "Microsoft YaHei";color:#333;padding:0 12px;border:1px solid #ddd;display:inline-block;margin:0 3px;border-radius:2px}
.paging a:hover{background:var(--coffee);color:#fff;border-color:var(--coffee)}
.paging span{background:var(--coffee);color:#fff;border-color:var(--coffee)}
.pglist{padding:25px 0;text-align:center;line-height:34px}
.pglist a{color:#fff;padding:0 12px;margin:0 5px;background:var(--coffee);display:inline-block;line-height:32px;height:32px;border-radius:2px}
.pglist .hover,.pglist a:hover{background:var(--magenta)}

/* ============================================================
   图片兜底
   ============================================================ */
.img-fallback{background:linear-gradient(135deg,var(--coffee),var(--coffee2));display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;color:#fff;font-size:14px;border-radius:4px;text-align:center;padding:10px}

/* ============================================================
   响应式
   ============================================================ */
@media (max-width:1024px){
  :root{--maxw:960px}
  .header .main{height:80px}
  .header .tel em{font-size:24px}
  .slideBox{height:360px}
  .slideBox .slide-text .st-cn{font-size:32px}
  .index_case04,.index_case05{float:none;width:100%}
  .index_case05{margin-top:18px}
  .index_case04 dl{width:23%}
  .index_about02{flex-direction:column}
  .index_about04{text-align:center;width:100%}
  .index_about-stats{justify-content:center}
  .index_news{flex-direction:column}
  .footer00{flex-direction:column}
  .footer01{margin:0 auto}
}
@media (max-width:768px){
  :root{--maxw:100%}
  body{font-size:13px}
  /* header & nav 移动 */
  .header .main{height:auto;padding:12px 15px;flex-wrap:wrap;gap:10px}
  .header .logo .brand-name{font-size:20px}
  .header .logo .brand-sub{font-size:10px;letter-spacing:2px}
  .header .logo .logo-ico{width:42px;height:42px}
  .header .tel{font-size:20px;padding-left:0}
  .header .tel::before{display:none}
  .header .tel em{font-size:18px}
  .header .tel b{display:none}
  .m-toggle{display:flex}
  .g_nav{height:auto;position:fixed;left:-100%;top:0;width:75%;max-width:320px;height:100vh;overflow-y:auto;z-index:9999;transition:left .3s ease;padding-top:60px}
  .g_nav.open{left:0}
  .g_nav .g_nav01{padding:0}
  .g_nav .nav-list{flex-direction:column;height:auto}
  .g_nav .nav-list>li{flex:none}
  .g_nav .nav-list>li>a{height:48px;border-right:none;border-bottom:1px solid rgba(255,255,255,.1);justify-content:flex-start;padding:0 20px}
  .g_nav .nav_tan{display:none;position:static;width:100%;background:rgba(0,0,0,.25);border:none;box-shadow:none;padding-bottom:6px}
  .g_nav .nav_tan a{color:#fff;background:none;border-bottom:1px dashed rgba(255,255,255,.1);text-align:left;padding:0 36px}
  .g_nav .nav_tan a:hover{background:rgba(238,0,98,.3)}
  .nav-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9998}
  .nav-overlay.open{display:block}
  .m-close{position:absolute;right:14px;top:14px;color:#fff;font-size:28px;cursor:pointer;z-index:10}
  /* banner */
  .slideBox{height:240px}
  .slideBox .slide-text .st-cn{font-size:24px}
  .slideBox .slide-text .st-desc{font-size:13px}
  .slideBox .slide-text .st-btn{padding:8px 20px;font-size:13px}
  .n-banner{height:200px}
  .n-banner .n-banner-inner h1{font-size:26px}
  /* sections */
  .sec-title{font-size:24px;padding:30px 0 8px}
  .chanpin00{width:260px;height:200px}
  .chanpin00 img{width:260px;height:200px}
  .index_pro03{height:200px}
  .index_case04 dl{width:48%}
  .index_about{padding:40px 0}
  .index_about-stats .stat b{font-size:28px}
  .picScroll-left .bd ul li{width:200px;height:150px}
  .picScroll-left .bd ul li img{height:150px}
  /* 内页 */
  .product{flex-direction:column}
  .sub_pro01{width:100%}
  .product3 li{width:calc(50% - 9px)}
  .product3 li>div img{height:150px}
  .pro-top{flex-direction:column}
  .pro-top .pro-img{width:100%;height:auto}
  .pro-top .pro-img img{width:100%;height:auto}
  .product8 li{flex-direction:column;gap:12px}
  .prod8-left{width:100%;height:180px}
  .prod8-left img{width:100%;height:180px}
  .prod8-right h3{white-space:normal}
  .pro-features ul li{min-width:100%}
  .culture-card,.team-card,.contact-info .ci-card{min-width:100%}
  .contact-row{flex-direction:column}
  .contact-map{height:240px}
  .msg_ul li{flex-direction:column}
  .msg_ul li>p{text-align:left;width:auto;line-height:28px;height:auto;margin-right:0}
  .footer-cols{flex-direction:column}
  .footer-cols .fcol{min-width:100%}
  .c-tools{display:none}
  .index_about04{font-size:24px}
  .index_case07 span{font-size:18px}
}
@media (max-width:480px){
  .product3 li{width:100%}
  .index_case04 dl{width:100%}
  .slideBox .slide-text .st-cn{font-size:20px}
  .partner-list .partner-item{flex:1 1 100%}
}
