@charset "utf-8";
:root{
  --ol:#556b2f;--deep:#2f3d1c;--ink:#1c2414;--fog:#e8edd8;
  --mark:#c8e86a;--fade:#5c6848;--dot:rgba(47,61,28,.14);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--fog);font-size:13px;line-height:1.75;min-width:1180px}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:0;
  background-image:radial-gradient(var(--dot) 1.1px,transparent 1.2px);
  background-size:5px 5px;opacity:.55
}
a{color:inherit;text-decoration:none}
img{max-width:100%;border:0;display:block}
button,input{font-family:inherit}
.paper-bg{position:relative;background:var(--fog)}
.wrap{width:1100px;margin:0 auto;position:relative;z-index:1}
h2.block-title{
  font-size:28px;font-weight:700;margin-bottom:8px;display:inline-block;
  background:linear-gradient(transparent 62%,var(--mark) 62%)
}
.hl{
  display:inline;background:linear-gradient(transparent 62%,var(--mark) 62%)
}
.sub{font-size:12px;color:var(--fade);margin-bottom:18px}
.btn{
  display:inline-block;padding:10px 22px;border-radius:999px;cursor:pointer;font-size:13px;font-weight:700;
  color:#1c2414;background:#fff;border:1px solid rgba(85,107,47,.35)
}
.btn.main{color:#fff;background:linear-gradient(180deg,#6b8e23,#2f3d1c);border-color:transparent}

#index_top{position:absolute;left:0;right:0;top:0;z-index:60;height:72px;background:transparent}
#index_top .inner{width:1100px;margin:12px auto 0;height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:rgba(232,237,216,.5);backdrop-filter:blur(12px);border-radius:999px}
.logo img{height:32px}
.nav-mid{display:flex;align-items:center;gap:14px;font-size:12px;font-weight:700}
.drop{position:relative}
.drop>span{cursor:pointer}
.mega{display:none;position:absolute;left:50%;transform:translateX(-50%);top:26px;width:700px;background:#fff;padding:16px;columns:3;box-shadow:0 10px 24px rgba(47,61,28,.12);border-radius:16px}
.drop:hover .mega{display:block}
.mega a{display:block;padding:6px 0;break-inside:avoid;font-size:12px;font-weight:400}
.nav-right{display:flex;gap:8px}
.nav-right a{font-size:12px;padding:8px 14px;border-radius:999px}
.nav-right a.reg{color:#fff;background:linear-gradient(180deg,#6b8e23,#2f3d1c)}

.side-l,.side-r{position:fixed;top:96px;width:118px;z-index:40;padding:12px 10px;background:rgba(232,237,216,.78);backdrop-filter:blur(10px);max-height:calc(100vh - 120px);overflow:auto;border-radius:16px}
.side-l{left:10px}
.side-r{right:10px}
.side-l a,.side-r a{display:block;padding:8px 0;font-size:12px;border-bottom:1px solid rgba(85,107,47,.16)}
.side-tit{font-size:12px;font-weight:700;margin-bottom:8px;background:linear-gradient(transparent 62%,var(--mark) 62%);display:inline-block}

#index_head{position:relative;min-height:88vh;overflow:hidden}
#index_head .earth{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:hue-rotate(48deg) saturate(.7) brightness(.5)}
#index_head .mask{position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,36,20,.5),rgba(85,107,47,.22))}
.hero-rev{position:relative;z-index:2;width:1100px;margin:0 auto;padding:130px 0 50px;overflow:hidden;color:#fff}
.hero-pic,.hero-txt{float:left}
.hero-pic{width:48%;padding-right:4%}
.hero-txt{width:48%}
.hero-pic img{width:100%;height:320px;object-fit:cover;border-radius:16px;box-shadow:0 12px 28px rgba(28,36,20,.28)}
.hero-rev h1{font-size:48px;font-weight:800;letter-spacing:.04em;line-height:1.15;display:inline;background:linear-gradient(transparent 62%,rgba(200,232,106,.75) 62%);color:#fff}
.hero-rev .lead{margin:14px 0 20px;font-size:14px;clear:both}
.announce{display:inline-block;margin-top:12px;padding:6px 14px;border:1px solid rgba(200,232,106,.7);font-size:12px;border-radius:999px}

.sells{overflow:hidden;padding:56px 0 20px}
.sell{float:left;width:18%;margin-right:7%;text-align:center}
.sell:last-child{margin-right:0}
.sell img{width:200px;height:176px;object-fit:cover;margin:0 auto 12px;border-radius:12px}
.sell h3{font-size:15px;margin-bottom:6px}

.mile{padding:28px 0 40px;border-left:3px solid rgba(85,107,47,.4);margin-left:28px}
.ms{padding:0 0 32px 28px;position:relative}
.ms:before{content:"";position:absolute;left:-9px;top:6px;width:14px;height:14px;border-radius:50%;background:#6b8e23;box-shadow:0 0 0 4px rgba(200,232,106,.55)}
.ms h3{margin-bottom:4px}

.band{padding:64px 0;overflow:hidden}
.band.alt{background:rgba(255,255,255,.28)}
.band .txt{float:left;width:44%;padding-top:36px}
.band .pic{float:right;width:50%}
.band.rev .txt{float:right}
.band.rev .pic{float:left}
.band img{width:100%;height:320px;object-fit:cover;border-radius:16px}
.band p{margin-top:12px;color:var(--fade)}

.oa{padding:48px 0}
.oa-grid{display:flex;flex-wrap:wrap;margin-top:20px}
.oa-item{width:16.66%;padding:14px 8px;text-align:center}
.oa-item img{width:48px;height:48px;margin:0 auto 8px;object-fit:cover;border-radius:50%}
.oa-more{display:none}
.oa.open .oa-more{display:flex;flex-wrap:wrap;width:100%}
.toggle{margin:16px auto 0;display:block}

.cards3{padding:40px 0;overflow:hidden}
.card{float:left;width:30.6%;margin-right:4%;padding:16px;background:rgba(255,255,255,.55);min-height:240px;border-radius:16px}
.card:last-child{margin-right:0}
.card#private{border-radius:16px;box-shadow:0 0 0 1px rgba(85,107,47,.28)}
.card img{width:100%;height:120px;object-fit:cover;margin-bottom:10px;border-radius:12px}
.card h3{font-size:16px;margin-bottom:6px}

.rev3{overflow:hidden;padding:12px 0 24px}
.rev-card{float:left;width:30.6%;margin-right:4%;padding:18px;background:#fff;border-radius:16px;min-height:160px}
.rev-card:last-child{margin-right:0}
.rev-card b{display:block;margin-bottom:8px}

.quotes{overflow:hidden;padding:12px 0 32px}
.track{display:flex;gap:12px;width:max-content;animation:mar 90s linear infinite}
.quote-card{width:248px;flex:0 0 248px;padding:14px;background:#fff;font-size:12px;border-radius:16px}
.quote-card b{display:block;margin-bottom:6px}
@keyframes mar{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.dual-dl{overflow:hidden;padding:20px 0 40px}
.dl-col{float:left;width:48%;margin-right:4%;padding:22px;background:rgba(255,255,255,.6);border-radius:16px;min-height:200px}
.dl-col:last-child{margin-right:0}
.dl-col img{width:100%;height:120px;object-fit:cover;margin-bottom:12px;border-radius:12px}

.ends{padding:32px 0;overflow:hidden}
.end{float:left;width:22%;margin-right:4%;text-align:center;padding:14px;background:rgba(255,255,255,.55);border-radius:16px}
.end:last-child{margin-right:0}
.end img{width:64px;height:64px;margin:0 auto 8px;object-fit:cover;border-radius:50%}

.acc{padding:20px 0 40px}
.acc-item{border-bottom:1px solid rgba(85,107,47,.18)}
.acc-item button{display:block;width:100%;text-align:left;padding:14px 8px;border:0;background:transparent;cursor:pointer;font-size:14px;font-weight:700}
.acc-body{display:none;padding:0 8px 14px;color:var(--fade)}
.acc-item.on .acc-body{display:block}

.page-hero{position:relative;min-height:520px;overflow:hidden}
.page-hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:hue-rotate(48deg) brightness(.48)}
.page-hero .mask{position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,36,20,.5),rgba(85,107,47,.22))}
.page-hero .hero-rev{padding-top:120px}
.page-hero h1{font-size:34px}
.article{padding:40px 0}
.article p{margin:10px 0;color:#3a4630}
.shots{overflow:hidden;margin:16px 0}
.shots img{float:left;width:18%;margin:0 2% 12px 0;height:100px;object-fit:cover;border-radius:12px}
.clear{clear:both}

.site-foot{background:#f7f8f8;min-width:1180px;padding:36px 0 24px;overflow:hidden;color:#555;font-size:12px;position:relative;z-index:1}
.site-foot .col{float:left;width:20%;padding:0 16px}
.site-foot h4{font-size:13px;margin-bottom:10px;color:#333}
.site-foot a{display:block;padding:4px 0;color:#666}
.seo-block{clear:both;margin:20px 16px 0;padding:16px 0 0;color:#666;line-height:1.8}
.copy{clear:both;padding:16px 0 0;text-align:center;color:#999;margin:12px 16px 0;box-shadow:0 -1px 0 #e5e5e5}
