@charset "utf-8";
/* ===== 全局重置 ===== */
*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:rgba(255,255,255,0)}
html{min-width:1200px}
body{font-family:'Microsoft YaHei','PingFang SC',sans-serif;font-size:14px;color:#4E3D33;background:#fff;line-height:1.6;-webkit-font-size-adjust:none;overflow-x:hidden}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}
img{border:0;max-width:100%}
a{text-decoration:none;color:#4E3D33;transition:all .4s}
a:hover{color:#B3998A}
i{font-style:normal}
input,textarea,select,button{font-family:inherit;font-size:100%;outline:none}

/* ===== 通用工具 ===== */
.fl{float:left}
.fr{float:right}
.clearfix{*zoom:1}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.wrap{width:1200px;margin:0 auto}

/* ===== 顶部信息栏 ===== */
.top-bar{background:#3a2e26;color:#c9b8a8;font-size:12px;line-height:34px}
.top-bar .wrap{display:flex;justify-content:space-between;align-items:center}
.top-bar .welcome{letter-spacing:1px}
.top-bar .t-right a{color:#c9b8a8;margin:0 12px}
.top-bar .t-right a:hover{color:#fff}
.top-bar .t-right span{color:#5a4a3e}

/* ===== 头部 Header (fixed) ===== */
.header{position:fixed;top:0;left:0;right:0;z-index:999;transition:all .5s}
.header .header-in{background:rgba(40,32,26,0.55);transition:all .5s}
.header.scrolled .header-in{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.1)}
.header .wrap{display:flex;align-items:center;justify-content:space-between;height:90px;transition:all .5s}
.header.scrolled .wrap{height:70px}

/* Logo */
.logo{display:flex;align-items:center;text-decoration:none}
.logo .logo-svg{width:46px;height:46px;margin-right:14px;flex-shrink:0}
.logo .logo-text{display:flex;flex-direction:column}
.logo .logo-text .brand{font-size:24px;font-weight:bold;color:#fff;letter-spacing:2px;transition:color .5s;line-height:1.2}
.logo .logo-text .slogan{font-size:11px;color:#c9b8a8;letter-spacing:4px;line-height:1.2;text-transform:uppercase}
.header.scrolled .logo .logo-text .brand{color:#4E3D33}
.header.scrolled .logo .logo-text .slogan{color:#B3998A}

/* 导航 */
.nav{display:flex;align-items:center}
.nav>li{position:relative;margin:0 4px}
.nav>li>a{display:block;padding:0 18px;line-height:90px;color:#fff;font-size:15px;position:relative;transition:all .5s}
.header.scrolled .nav>li>a{line-height:70px;color:#4E3D33}
.nav>li>a:after{content:"";position:absolute;left:50%;bottom:0;height:2px;width:0;background:#B3998A;transition:all .5s}
.nav>li:hover>a:after,.nav>li.active>a:after{width:60%;left:20%}
.nav>li:hover>a,.nav>li.active>a{color:#B3998A}

/* 下拉子菜单 */
.nav .submenu{position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:160px;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,0.12);opacity:0;visibility:hidden;transition:all .3s;z-index:100}
.nav>li:hover .submenu{opacity:1;visibility:visible;top:100%}
.nav .submenu li{border-bottom:1px solid #f0e8e0}
.nav .submenu li:last-child{border-bottom:none}
.nav .submenu a{display:block;padding:13px 22px;color:#4E3D33;font-size:13px;text-align:center;white-space:nowrap}
.nav .submenu a:hover{background:#B3998A;color:#fff}

/* 移动端菜单按钮 */
.menu-toggle{display:none;flex-direction:column;justify-content:center;width:44px;height:44px;cursor:pointer}
.menu-toggle span{display:block;width:26px;height:2px;background:#fff;margin:4px auto;transition:all .3s}
.header.scrolled .menu-toggle span{background:#4E3D33}
.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}

/* ===== Banner 轮播 ===== */
.banner{position:relative;height:720px;overflow:hidden}
.banner .slider{position:relative;height:100%}
.banner .slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.2s ease-in-out;background-size:cover;background-position:center}
.banner .slide.active{opacity:1}
.banner .slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(30,22,16,0.35)}
.banner .banner-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:5;width:80%}
.banner .banner-text h2{font-size:52px;font-weight:bold;letter-spacing:6px;text-shadow:0 2px 20px rgba(0,0,0,0.5);margin-bottom:18px}
.banner .banner-text .sub{font-size:18px;letter-spacing:8px;opacity:0.9;text-shadow:0 1px 6px rgba(0,0,0,0.5)}
.banner .banner-text .line{width:60px;height:2px;background:#B3998A;margin:28px auto}
.banner .banner-text .desc{font-size:15px;opacity:0.85;max-width:600px;margin:0 auto;line-height:1.9}
.banner .dots{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;z-index:6}
.banner .dots span{width:36px;height:3px;background:rgba(255,255,255,0.4);margin:0 6px;cursor:pointer;transition:all .4s}
.banner .dots span.active{background:#B3998A;width:56px}
.banner .arr{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border:1px solid rgba(255,255,255,0.5);color:#fff;font-size:24px;line-height:48px;text-align:center;cursor:pointer;z-index:6;transition:all .4s;background:rgba(0,0,0,0.15)}
.banner .arr:hover{background:#B3998A;border-color:#B3998A}
.banner .arr.prev{left:40px}
.banner .arr.next{right:40px}

/* ===== 区块标题 w-title ===== */
.sec-title{text-align:center;padding:70px 0 50px}
.sec-title h2{font-size:34px;font-weight:bold;color:#4E3D33;letter-spacing:4px;display:inline-block;position:relative;padding-bottom:18px}
.sec-title h2:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:50px;height:2px;background:#B3998A}
.sec-title .en{display:block;font-size:13px;color:#B3998A;letter-spacing:5px;text-transform:uppercase;margin-top:14px}

/* ===== 精选房型 房源 3列 product-list ===== */
.room-section{padding-bottom:80px;background:#fff}
.room-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.room-card{position:relative;overflow:hidden;background:#fff;transition:all .4s}
.room-card .room-img{position:relative;overflow:hidden;aspect-ratio:3/2;background:#f5f0ec}
.room-card .room-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.room-card:hover .room-img img{transform:scale(1.08)}
.room-card .room-img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(179,153,138,0);transition:background .4s}
.room-card:hover .room-img:after{background:rgba(179,153,138,0.25)}
.room-card .room-info{padding:22px 8px 8px;text-align:center}
.room-card .room-info h3{font-size:18px;color:#4E3D33;font-weight:bold;letter-spacing:1px;margin-bottom:10px;transition:color .3s}
.room-card:hover .room-info h3{color:#B3998A}
.room-card .room-info .tag{display:inline-block;font-size:12px;color:#B3998A;border:1px solid #e0d2c8;padding:2px 12px;letter-spacing:1px}
.room-card .room-mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(78,61,51,0.85);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s;z-index:3}
.room-card:hover .room-mask{opacity:1}
.room-card .room-mask .vmore{color:#fff;border:1px solid #fff;padding:8px 26px;font-size:13px;letter-spacing:2px}
.room-card .room-mask .vmore:hover{background:#B3998A;border-color:#B3998A}

/* ===== 核心服务 service ===== */
.service-section{background:#faf7f4;padding:0 0 80px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.service-card{text-align:center;padding:40px 24px;background:#fff;transition:all .4s;border:1px solid transparent}
.service-card:hover{border-color:#e0d2c8;transform:translateY(-6px);box-shadow:0 12px 30px rgba(179,153,138,0.15)}
.service-card .s-ico{width:70px;height:70px;margin:0 auto 22px;border-radius:50%;background:#faf0ea;display:flex;align-items:center;justify-content:center;transition:all .4s}
.service-card:hover .s-ico{background:#B3998A}
.service-card .s-ico svg{width:34px;height:34px}
.service-card h3{font-size:18px;color:#4E3D33;font-weight:bold;margin-bottom:12px;transition:color .3s}
.service-card:hover h3{color:#B3998A}
.service-card p{font-size:13px;color:#8a7a6c;line-height:1.8}

/* ===== 关于我们 (背景图+白色卡片) ===== */
.about-section{position:relative;background-size:cover;background-position:center;background-attachment:fixed;padding:90px 0}
.about-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(30,22,16,0.6)}
.about-section .wrap{position:relative;z-index:2}
.about-section .about-card{background:#fff;box-shadow:0 0 40px rgba(0,0,0,0.15);overflow:hidden;display:flex}
.about-section .about-card .ac-text{padding:55px 50px;flex:1}
.about-section .about-card .ac-text h2{font-size:28px;color:#4E3D33;font-weight:bold;letter-spacing:2px;margin-bottom:8px}
.about-section .about-card .ac-text .ac-en{font-size:12px;color:#B3998A;letter-spacing:4px;text-transform:uppercase;margin-bottom:24px}
.about-section .about-card .ac-text .ac-line{width:40px;height:2px;background:#B3998A;margin-bottom:22px}
.about-section .about-card .ac-text p{color:#6b5b4e;line-height:2;font-size:14px;text-align:justify;margin-bottom:14px}
.about-section .about-card .ac-text .ac-stats{display:flex;gap:36px;margin:26px 0 30px;padding-top:24px;border-top:1px solid #f0e8e0}
.about-section .about-card .ac-stats .stat .num{font-size:32px;color:#B3998A;font-weight:bold;font-family:Georgia,serif}
.about-section .about-card .ac-stats .stat .lbl{font-size:13px;color:#8a7a6c;margin-top:4px}
.about-section .about-card .ac-text .btn-more{display:inline-block;padding:0 32px;line-height:42px;background:#B3998A;color:#fff;font-size:13px;letter-spacing:3px;border:1px solid #B3998A}
.about-section .about-card .ac-text .btn-more:hover{background:transparent;color:#B3998A}
.about-section .about-card .ac-img{width:380px;flex-shrink:0;overflow:hidden}
.about-section .about-card .ac-img img{width:100%;height:100%;object-fit:cover}

/* ===== 新闻资讯 news-list ===== */
.news-section{padding-bottom:80px;background:#fff}
.news-list{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.news-item{display:flex;background:#faf7f4;transition:all .4s;overflow:hidden}
.news-item:hover{box-shadow:0 12px 30px rgba(179,153,138,0.18)}
.news-item .ni-img{width:200px;flex-shrink:0;overflow:hidden}
.news-item .ni-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s}
.news-item:hover .ni-img img{transform:scale(1.08)}
.news-item .ni-body{padding:28px 30px;flex:1;display:flex;flex-direction:column}
.news-item .ni-date{font-size:13px;color:#B3998A;margin-bottom:10px;letter-spacing:1px}
.news-item .ni-date b{font-size:28px;font-weight:bold;margin-right:8px;font-family:Georgia,serif}
.news-item .ni-body h3{font-size:18px;color:#4E3D33;font-weight:bold;margin-bottom:12px;line-height:1.5;transition:color .3s}
.news-item:hover .ni-body h3{color:#B3998A}
.news-item .ni-body p{font-size:13px;color:#8a7a6c;line-height:1.85;flex:1}
.news-item .ni-body .ni-more{display:inline-block;margin-top:14px;color:#B3998A;font-size:13px;letter-spacing:2px}
.news-item .ni-body .ni-more:after{content:" →";transition:margin .3s}
.news-item:hover .ni-body .ni-more:after{margin-left:6px}

/* ===== 合作伙伴 partner ===== */
.partner-section{background:#faf7f4;padding:0 0 80px}
.partner-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.partner-grid .p-item{height:90px;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #ece4dc;transition:all .3s}
.partner-grid .p-item:hover{border-color:#B3998A;box-shadow:0 4px 14px rgba(179,153,138,0.15)}
.partner-grid .p-item a{font-size:15px;color:#8a7a6c;font-weight:bold;letter-spacing:1px;padding:0 10px;text-align:center}
.partner-grid .p-item:hover a{color:#B3998A}

/* ===== 友情链接 ===== */
.flinks{background:#fff;border-top:1px solid #f0e8e0;padding:24px 0}
.flinks .wrap{display:flex;align-items:center}
.flinks .fl-label{font-size:15px;color:#B3998A;font-weight:bold;margin-right:24px}
.flinks a{color:#8a7a6c;font-size:13px;margin-right:22px}
.flinks a:hover{color:#B3998A}

/* ===== 页脚 footer ===== */
.footer{background:#2a221c;color:#b9a898;padding:60px 0 0}
.footer .foot-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px;border-bottom:1px solid #3d3128}
.footer .f-col h4{font-size:17px;color:#fff;margin-bottom:22px;font-weight:bold;letter-spacing:2px;position:relative;padding-bottom:12px}
.footer .f-col h4:after{content:"";position:absolute;left:0;bottom:0;width:30px;height:2px;background:#B3998A}
.footer .f-col p,.footer .f-col li{font-size:13px;color:#b9a898;line-height:2.1}
.footer .f-about .f-logo{display:flex;align-items:center;margin-bottom:18px}
.footer .f-about .f-logo svg{width:40px;height:40px;margin-right:10px}
.footer .f-about .f-logo .ft{color:#fff;font-size:20px;font-weight:bold;letter-spacing:2px}
.footer .f-about p{line-height:2}
.footer .f-col ul li a:hover{color:#fff;padding-left:6px}
.footer .f-contact li{display:flex;align-items:flex-start;margin-bottom:6px}
.footer .f-contact li i{color:#B3998A;margin-right:10px;font-size:14px;margin-top:4px;flex-shrink:0}
.footer .f-qr{text-align:center}
.footer .f-qr img{width:120px;height:120px;padding:6px;background:#fff;display:block;margin:0 auto 12px}
.footer .f-qr p{font-size:12px;color:#b9a898;text-align:center}
.footer .foot-copy{padding:20px 0;text-align:center;font-size:12px;color:#8a7a6c}
.footer .foot-copy a{color:#8a7a6c}
.footer .foot-copy a:hover{color:#fff}

/* ===== 内页 Banner n-banner ===== */
.n-banner{height:340px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;margin-top:90px}
.n-banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(30,22,16,0.5)}
.n-banner .nb-text{position:relative;z-index:2;text-align:center;color:#fff}
.n-banner .nb-text h2{font-size:38px;font-weight:bold;letter-spacing:6px;text-shadow:0 2px 12px rgba(0,0,0,0.4)}
.n-banner .nb-text p{font-size:14px;letter-spacing:5px;opacity:0.85;margin-top:12px;text-transform:uppercase}

/* ===== 面包屑 ===== */
.crumb{background:#faf7f4;border-bottom:1px solid #f0e8e0}
.crumb .wrap{display:flex;justify-content:space-between;align-items:center;height:62px}
.crumb .c-title h1{font-size:22px;color:#4E3D33;font-weight:bold;letter-spacing:2px}
.crumb .c-path{font-size:13px;color:#8a7a6c}
.crumb .c-path a{color:#8a7a6c}
.crumb .c-path a:hover{color:#B3998A}
.crumb .c-path span{color:#B3998A}

/* ===== 内页主体 ===== */
.main-body{padding:60px 0;min-height:500px}

/* ===== 关于我们内页 about-page ===== */
.about-intro{display:flex;gap:50px;align-items:center;margin-bottom:60px}
.about-intro .ai-img{width:48%;flex-shrink:0;overflow:hidden}
.about-intro .ai-img img{width:100%;height:420px;object-fit:cover}
.about-intro .ai-text{flex:1}
.about-intro .ai-text h2{font-size:28px;color:#4E3D33;font-weight:bold;margin-bottom:6px;letter-spacing:2px}
.about-intro .ai-text .ai-en{color:#B3998A;font-size:13px;letter-spacing:4px;text-transform:uppercase;margin-bottom:18px}
.about-intro .ai-text .ai-line{width:40px;height:2px;background:#B3998A;margin-bottom:20px}
.about-intro .ai-text p{color:#6b5b4e;line-height:2;margin-bottom:14px;text-align:justify;font-size:14px}

/* 时间轴 timeline */
.timeline-wrap{margin:60px 0;position:relative;padding-left:30px}
.timeline-wrap:before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:#e0d2c8}
.timeline-wrap .tl-item{position:relative;padding-bottom:40px;padding-left:30px}
.timeline-wrap .tl-item:last-child{padding-bottom:0}
.timeline-wrap .tl-item:before{content:"";position:absolute;left:-26px;top:4px;width:14px;height:14px;border-radius:50%;background:#B3998A;border:3px solid #fff;box-shadow:0 0 0 2px #B3998A}
.timeline-wrap .tl-item .tl-year{font-size:20px;color:#B3998A;font-weight:bold;font-family:Georgia,serif;margin-bottom:6px}
.timeline-wrap .tl-item .tl-desc{color:#6b5b4e;line-height:1.8}

/* 企业文化卡片 culture */
.culture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:50px 0}
.culture-card{text-align:center;padding:45px 30px;background:#faf7f4;border-top:3px solid transparent;transition:all .4s}
.culture-card:hover{border-top-color:#B3998A;transform:translateY(-6px);box-shadow:0 12px 30px rgba(179,153,138,0.15)}
.culture-card .cc-ico{font-size:40px;margin-bottom:18px}
.culture-card h3{font-size:20px;color:#4E3D33;font-weight:bold;margin-bottom:14px}
.culture-card p{color:#6b5b4e;line-height:1.9;font-size:13px}

/* 团队 team */
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:50px 0}
.team-card{text-align:center}
.team-card .tc-img{width:100%;aspect-ratio:1;overflow:hidden;border-radius:50%;margin-bottom:18px;border:4px solid #faf7f4}
.team-card .tc-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.team-card:hover .tc-img img{transform:scale(1.08)}
.team-card h3{font-size:18px;color:#4E3D33;font-weight:bold;margin-bottom:6px}
.team-card p{color:#B3998A;font-size:13px;letter-spacing:1px}

/* ===== 房型列表 products-list ===== */
.plist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.plist-grid:after{display:none}

/* ===== 房型详情 product-detail ===== */
.pd-top{display:flex;gap:40px;margin-bottom:40px}
.pd-top .pd-gallery{width:55%}
.pd-top .pd-gallery .pd-main-img{width:100%;height:420px;overflow:hidden;border-radius:4px}
.pd-top .pd-gallery .pd-main-img img{width:100%;height:100%;object-fit:cover}
.pd-top .pd-info{flex:1}
.pd-top .pd-info .pd-tag{display:inline-block;font-size:12px;color:#B3998A;border:1px solid #e0d2c8;padding:3px 14px;letter-spacing:1px;margin-bottom:14px}
.pd-top .pd-info h1{font-size:30px;color:#4E3D33;font-weight:bold;margin-bottom:16px;letter-spacing:1px}
.pd-top .pd-info .pd-line{width:40px;height:2px;background:#B3998A;margin-bottom:18px}
.pd-top .pd-info .pd-desc{color:#6b5b4e;line-height:2;text-align:justify;margin-bottom:24px}
.pd-top .pd-info .pd-price{background:#faf7f4;padding:20px 24px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}
.pd-top .pd-info .pd-price .pp-l .lbl{font-size:12px;color:#8a7a6c}
.pd-top .pd-info .pd-price .pp-l .val{font-size:30px;color:#B3998A;font-weight:bold;font-family:Georgia,serif}
.pd-top .pd-info .pd-price .pp-l .val small{font-size:14px;font-weight:normal}
.pd-top .pd-info .pd-price .book-btn{background:#B3998A;color:#fff;padding:12px 30px;font-size:14px;letter-spacing:2px;border:1px solid #B3998A}
.pd-top .pd-info .pd-price .book-btn:hover{background:transparent;color:#B3998A}
.pd-table{width:100%;border-collapse:collapse;margin:30px 0}
.pd-table th,.pd-table td{border:1px solid #ece4dc;padding:13px 18px;text-align:left;font-size:14px}
.pd-table th{background:#faf7f4;color:#4E3D33;font-weight:bold;width:160px}
.pd-table td{color:#6b5b4e}
.pd-block-title{font-size:22px;color:#4E3D33;font-weight:bold;margin:40px 0 20px;padding-left:14px;border-left:4px solid #B3998A}
.pd-features ul li{padding:10px 0 10px 26px;color:#6b5b4e;line-height:1.8;position:relative}
.pd-features ul li:before{content:"✦";position:absolute;left:0;color:#B3998A}
.pd-content p{color:#6b5b4e;line-height:2;margin-bottom:14px;text-align:justify}
.pd-related{margin-top:60px}

/* ===== 新闻列表页 news-list-page ===== */
.nl-item{display:flex;background:#fff;margin-bottom:24px;border:1px solid #f0e8e0;transition:all .4s;overflow:hidden}
.nl-item:hover{box-shadow:0 10px 28px rgba(179,153,138,0.16);border-color:#e0d2c8}
.nl-item .nl-img{width:280px;flex-shrink:0;overflow:hidden}
.nl-item .nl-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s}
.nl-item:hover .nl-img img{transform:scale(1.08)}
.nl-item .nl-body{padding:32px 36px;flex:1;display:flex;flex-direction:column}
.nl-item .nl-date{font-size:13px;color:#B3998A;margin-bottom:10px}
.nl-item .nl-date b{font-size:30px;font-weight:bold;margin-right:8px;font-family:Georgia,serif}
.nl-item .nl-body h3{font-size:20px;color:#4E3D33;font-weight:bold;margin-bottom:12px;transition:color .3s}
.nl-item:hover .nl-body h3{color:#B3998A}
.nl-item .nl-body p{font-size:13px;color:#8a7a6c;line-height:1.9;flex:1;margin-bottom:14px}
.nl-item .nl-body .nl-more{color:#B3998A;font-size:13px;letter-spacing:2px}

/* ===== 新闻详情 news-detail ===== */
.nd-head{text-align:center;padding-bottom:26px;border-bottom:1px solid #f0e8e0;margin-bottom:30px}
.nd-head h1{font-size:28px;color:#4E3D33;font-weight:bold;margin-bottom:16px;line-height:1.5}
.nd-head .nd-meta{font-size:13px;color:#8a7a6c}
.nd-head .nd-meta span{margin:0 14px}
.nd-content{color:#6b5b4e;line-height:2.1;font-size:15px;text-align:justify}
.nd-content p{margin-bottom:18px}
.nd-content img{display:block;margin:24px auto;border-radius:4px;max-width:100%}
.nd-content h3{font-size:20px;color:#4E3D33;font-weight:bold;margin:28px 0 14px;padding-left:12px;border-left:3px solid #B3998A}

/* 上下篇 */
.nd-nav{display:flex;justify-content:space-between;border-top:1px solid #f0e8e0;padding:24px 0;margin-top:30px}
.nd-nav a{color:#8a7a6c;font-size:13px;max-width:48%}
.nd-nav a:hover{color:#B3998A}

/* ===== 联系我们 contact-page ===== */
.contact-info{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:50px}
.contact-info .ci-card{text-align:center;padding:40px 20px;background:#faf7f4;transition:all .4s}
.contact-info .ci-card:hover{background:#B3998A}
.contact-info .ci-card:hover h3,.contact-info .ci-card:hover p{color:#fff}
.contact-info .ci-card .ci-ico{width:60px;height:60px;margin:0 auto 18px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;color:#B3998A}
.contact-info .ci-card:hover .ci-ico{background:rgba(255,255,255,0.2);color:#fff}
.contact-info .ci-card h3{font-size:16px;color:#4E3D33;font-weight:bold;margin-bottom:10px;transition:color .3s}
.contact-info .ci-card p{font-size:13px;color:#6b5b4e;line-height:1.8;transition:color .3s}
.contact-form{background:#faf7f4;padding:50px}
.contact-form h2{font-size:24px;color:#4E3D33;font-weight:bold;margin-bottom:6px}
.contact-form .cf-en{color:#B3998A;font-size:12px;letter-spacing:4px;text-transform:uppercase;margin-bottom:30px}
.contact-form .cf-row{display:flex;gap:24px;margin-bottom:20px}
.contact-form .cf-group{flex:1}
.contact-form .cf-group label{display:block;font-size:13px;color:#6b5b4e;margin-bottom:8px}
.contact-form .cf-group input,.contact-form .cf-group textarea{width:100%;border:1px solid #e0d2c8;background:#fff;padding:12px 16px;font-size:14px;color:#4E3D33;transition:border-color .3s}
.contact-form .cf-group input:focus,.contact-form .cf-group textarea:focus{border-color:#B3998A}
.contact-form .cf-group textarea{height:140px;resize:none}
.contact-form .cf-submit{background:#B3998A;color:#fff;border:1px solid #B3998A;padding:14px 50px;font-size:15px;letter-spacing:3px;cursor:pointer;transition:all .3s}
.contact-form .cf-submit:hover{background:transparent;color:#B3998A}

/* ===== 图片兜底 ===== */
.img-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;color:#fff;font-size:14px;border-radius:4px}

/* ===== 淡入动画 ===== */
.fade-in{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}

/* ===== 右侧悬浮工具栏 ===== */
.toolbar{position:fixed;top:50%;right:14px;transform:translateY(-50%);z-index:998;width:56px}
.toolbar .tb-item{width:56px;margin-bottom:6px;background:rgba(78,61,51,0.85);color:#fff;text-align:center;padding:10px 0;cursor:pointer;transition:all .4s;position:relative}
.toolbar .tb-item:hover{background:#B3998A}
.toolbar .tb-item .tb-ico{font-size:22px;line-height:1}
.toolbar .tb-item .tb-txt{font-size:11px;margin-top:4px;letter-spacing:1px}
.toolbar .tb-item .tb-tip{position:absolute;right:64px;top:50%;transform:translateY(-50%);background:#B3998A;color:#fff;padding:8px 16px;white-space:nowrap;font-size:13px;opacity:0;visibility:hidden;transition:all .3s}
.toolbar .tb-item:hover .tb-tip{opacity:1;visibility:visible;right:70px}
.toolbar .tb-item .tb-tip:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#B3998A}

/* ===== 响应式 平板 ===== */
@media screen and (max-width:1200px){
  html{min-width:auto}
  .wrap{width:94%;padding:0 3%}
  .room-grid{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .partner-grid{grid-template-columns:repeat(4,1fr)}
  .news-list{grid-template-columns:1fr}
  .about-section .about-card .ac-img{width:300px}
  .nav>li>a{padding:0 12px;font-size:14px}
  .footer .foot-top{grid-template-columns:1fr 1fr}
  .culture-grid,.team-grid{grid-template-columns:repeat(2,1fr)}
  .contact-info{grid-template-columns:repeat(2,1fr)}
  .pd-top{flex-direction:column}
  .pd-top .pd-gallery{width:100%}
  .plist-grid{grid-template-columns:repeat(2,1fr)}
}

/* ===== 响应式 手机 ===== */
@media screen and (max-width:768px){
  html{min-width:auto}
  .wrap{width:92%;padding:0 4%}
  body{font-size:13px}
  .top-bar{display:none}
  .header{position:fixed}
  .header .wrap{height:60px}
  .logo .logo-svg{width:34px;height:34px}
  .logo .logo-text .brand{font-size:17px}
  .logo .logo-text .slogan{font-size:9px}
  .menu-toggle{display:flex}
  .nav{position:fixed;top:60px;left:0;width:100%;background:#fff;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .4s;box-shadow:0 6px 18px rgba(0,0,0,0.12)}
  .nav.open{max-height:600px}
  .nav>li{width:100%;margin:0;border-bottom:1px solid #f0e8e0}
  .nav>li>a{line-height:50px;color:#4E3D33;padding:0 24px;text-align:left}
  .nav>li>a:after{display:none}
  .nav>li.active>a,.nav>li:hover>a{color:#B3998A;background:#faf7f4}
  .nav .submenu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;background:#faf7f4;display:none;width:100%}
  .nav>li:hover .submenu{display:block}
  .nav .submenu li{border-bottom:none}
  .nav .submenu a{text-align:left;padding:11px 40px}
  .banner{height:460px}
  .banner .banner-text h2{font-size:28px;letter-spacing:3px}
  .banner .banner-text .sub{font-size:13px;letter-spacing:3px}
  .banner .banner-text .desc{font-size:13px}
  .banner .arr{width:38px;height:38px;font-size:18px;line-height:36px}
  .banner .arr.prev{left:10px}
  .banner .arr.next{right:10px}
  .banner .dots span{width:24px}
  .sec-title{padding:50px 0 36px}
  .sec-title h2{font-size:26px;letter-spacing:2px}
  .room-grid,.service-grid,.culture-grid,.team-grid,.partner-grid,.plist-grid,.contact-info{grid-template-columns:1fr}
  .partner-grid{grid-template-columns:repeat(2,1fr)}
  .about-section{padding:60px 0;background-attachment:scroll}
  .about-section .about-card{flex-direction:column}
  .about-section .about-card .ac-img{width:100%;height:240px}
  .about-section .about-card .ac-text{padding:34px 26px}
  .about-section .about-card .ac-text h2{font-size:23px}
  .about-section .about-card .ac-stats{gap:20px}
  .about-section .about-card .ac-stats .stat .num{font-size:26px}
  .news-item{flex-direction:column}
  .news-item .ni-img{width:100%;height:200px}
  .nl-item{flex-direction:column}
  .nl-item .nl-img{width:100%;height:200px}
  .nl-item .nl-body{padding:24px}
  .footer .foot-top{grid-template-columns:1fr;gap:30px}
  .contact-form{padding:30px 22px}
  .contact-form .cf-row{flex-direction:column;gap:0}
  .about-intro{flex-direction:column}
  .about-intro .ai-img{width:100%}
  .about-intro .ai-img img{height:260px}
  .pd-top .pd-info h1{font-size:24px}
  .n-banner{height:220px;margin-top:60px}
  .n-banner .nb-text h2{font-size:26px;letter-spacing:3px}
  .crumb .wrap{height:auto;flex-direction:column;align-items:flex-start;padding:14px 0;gap:6px}
  .toolbar{display:none}
}
