/* ==========================================================
   踹第食品 cschuaidi.com — 全站样式
   参考站: demoall.5fa.cn/11626/ 绿色水果门店模板
   主色 #71bf45 / #67c23a / #67b306  深绿 #4b882d / #00391b
   ========================================================== */
* { box-sizing: border-box; -webkit-text-size-adjust: none; outline: none; }
body { margin: 0; padding: 0; font: 14px/1.6 Arial, "微软雅黑", Helvetica, sans-serif; color: #666; background: #fff; }
ul, ol, dl, dt, dd, h1, h2, h3, h4, p, form, img { margin: 0; padding: 0; }
ul, ol { list-style: none; }
a { text-decoration: none; color: inherit; transition: all .3s ease; }
a:hover { text-decoration: none; }
img { border: 0; max-width: 100%; }
button, input, textarea, select { font: inherit; padding: 2px 5px; }
ins, em, i, s { font-style: normal; text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.container { width: 1200px; max-width: 96%; margin: 0 auto; }

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

/* ---------- 滚动淡入（仅 JS 可用时才初始隐藏，保证无 JS/爬虫可见 + 5s 兜底） ---------- */
html.js-on .reveal { opacity: 0; transform: translate3d(0, 30px, 0); transition: all .8s ease; }
html.js-on .reveal.on { opacity: 1; transform: translate3d(0, 0, 0); }

/* ==========================================================
   topbox：lotbox 顶部信息条 + menubox 导航头部
   ========================================================== */
.topbox { position: relative; z-index: 99; }
.lotbox { background: #71bf45; height: 40px; line-height: 40px; color: #fff; font-size: 12px; }
.lotbox .lot-left { float: left; }
.lotbox .lot-right { float: right; }
.lotbox .lot-right li { display: inline; position: relative; }
.lotbox .lot-right li a { display: inline-block; color: #fff; position: relative; z-index: 10; }
.lotbox .lot-right li a:hover { opacity: .85; }
.lotbox .lot-qr { display: inline-block; width: 18px; height: 40px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3Cpath d='M14 14h3v3h-3zM20 14v3M14 20h6'/%3E%3C/svg%3E") center center no-repeat; background-size: 14px; vertical-align: middle; margin-right: 6px; margin-left: 30px; }
.lotbox .lot-msg { display: inline-block; width: 18px; height: 40px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center center no-repeat; background-size: 14px; vertical-align: middle; margin-right: 6px; margin-left: 30px; }
.lotbox .lot-map { display: inline-block; width: 18px; height: 40px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3.5 3 14 0 18M12 3c-3 3.5-3 14 0 18'/%3E%3C/svg%3E") center center no-repeat; background-size: 14px; vertical-align: middle; margin-right: 6px; margin-left: 30px; }
.lotbox .lot-qr-box { position: absolute; top: 41px; right: -28px; width: 90px; height: 90px; background: #333b4a; border-radius: 5px; padding: 5px; opacity: 0; visibility: hidden; transition: all .4s ease; transform: translate3d(0, 10px, 0); z-index: 20; }
.lotbox .lot-right li:hover .lot-qr-box { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); }
.lotbox .lot-qr-box img { width: 80px; height: 80px; border-radius: 3px; }

.menubox { position: relative; padding: 17px 0; background: #fff; border-bottom: 1px solid #ecebec; box-shadow: 1px 2px 2px rgba(0,0,0,.08); z-index: 90; }
.logo-box { float: left; display: flex; align-items: center; }
.logo-icon { width: 46px; height: 46px; margin-right: 10px; }
.logo-text { display: flex; flex-direction: column; justify-content: center; }
.logo-name { font-size: 24px; font-weight: bold; color: #333; line-height: 1.15; letter-spacing: 2px; }
.logo-name b { color: #71bf45; }
.logo-sub { font-size: 12px; color: #999; letter-spacing: 3px; margin-top: 4px; }
.nav-menu { float: right; }
.nav-menu > li { float: left; margin-left: 35px; position: relative; text-align: center; }
.nav-menu > li > a { display: inline-block; position: relative; padding-top: 5px; }
.nav-menu > li > a p { height: 50px; line-height: 50px; font-size: 16px; color: #333; }
.nav-menu > li > a i { display: block; width: 100%; height: 2px; position: absolute; left: 0; bottom: 7px; background: transparent; transition: all .2s ease-in-out; }
.nav-menu > li > a:hover p, .nav-menu > li > a.active p { color: #71bf45; }
.nav-menu > li > a:hover i, .nav-menu > li > a.active i { background: #71bf45; bottom: 0; }
.nav-menu .dropdown { position: absolute; left: 50%; margin-left: -60px; top: 55px; width: 120px; background: #71bf45; border-radius: 0 0 3px 3px; padding-bottom: 3px; z-index: 155; opacity: 0; visibility: hidden; transition: all .4s ease; transform: translate3d(0, 10px, 0); }
.nav-menu > li:hover .dropdown { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); }
.nav-menu .dropdown dd { border-top: 1px solid #67b306; font-size: 12px; line-height: 35px; }
.nav-menu .dropdown dd:first-child { border-top: 0; }
.nav-menu .dropdown dd a { display: block; height: 35px; color: #f4f3f3; }
.nav-menu .dropdown dd a:hover { color: #fff; background: #4b882d; }
.nav-toggle { display: none; float: right; width: 44px; height: 44px; margin-top: 8px; border: 1px solid #ddd; border-radius: 5px; background: #fff; cursor: pointer; padding: 11px 10px; }
.nav-toggle span { display: block; height: 3px; background: #71bf45; margin-bottom: 6px; border-radius: 2px; }
.nav-toggle span:last-child { margin-bottom: 0; }

/* ==========================================================
   Banner 轮播
   ========================================================== */
.banner-box { position: relative; height: 550px; overflow: hidden; z-index: 2; }
.banner-list { position: relative; height: 100%; }
.banner-list li { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 1; transition: opacity 1s ease; }
.banner-list li img { width: 1920px; max-width: none; height: 100%; display: block; position: relative; left: 50%; margin-left: -960px; object-fit: cover; }
.banner-list li.cur { opacity: 1; z-index: 2; }
.banner-list .banner-txt { position: absolute; left: 50%; margin-left: -600px; width: 1200px; top: 42%; color: #fff; text-align: center; z-index: 3; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.banner-txt h2 { font-size: 44px; font-weight: bold; letter-spacing: 4px; margin-bottom: 14px; }
.banner-txt p { font-size: 20px; letter-spacing: 6px; opacity: .95; }
.banner-tip { position: absolute; bottom: 110px; left: 0; width: 100%; text-align: center; font-size: 0; line-height: 0; z-index: 5; }
.banner-tip span { display: inline-block; width: 15px; height: 15px; margin: 0 4px; border: 2px solid #67c23a; border-radius: 50%; background: transparent; cursor: pointer; transition: all .3s; }
.banner-tip span.cur { background: #67c23a; }
.banner-btn { position: absolute; top: 32%; width: 28px; height: 56px; line-height: 56px; text-align: center; color: #fff; font-size: 26px; font-family: simsun; background: rgba(0,0,0,.18); border-radius: 3px; z-index: 6; cursor: pointer; user-select: none; }
.banner-btn:hover { background: #71bf45; }
.banner-btn.prev { left: 5%; }
.banner-btn.next { right: 5%; }

/* ==========================================================
   统计悬浮条 stats-band（压在 Banner 下沿）
   ========================================================== */
.stats-band { background: #f5f5f5; position: relative; z-index: 3; }
.stats-inner { position: relative; padding-bottom: 74px; }
.stats-item { position: absolute; left: 0; top: -85px; width: 33.333%; height: 170px; background: #67c23a; overflow: hidden; }
.stats-item.it1 { left: 0; }
.stats-item.it2 { left: 33.333%; }
.stats-item.it3 { left: 66.666%; }
.stats-item a { display: block; height: 100%; padding: 40px 0 0 56px; color: #fff; }
.stats-num { float: left; width: 40%; font-size: 20px; line-height: 1; }
.stats-num b { font-size: 76px; font-weight: bold; line-height: 76px; display: block; }
.stats-txt { float: left; width: 60%; }
.stats-txt h2 { font-size: 18px; line-height: 26px; margin-top: 8px; }
.stats-txt h4 { font-size: 13px; opacity: .55; border-bottom: 1px solid #fff; padding-bottom: 10px; margin-top: 4px; text-transform: uppercase; }
.stats-item:hover { background: #4b882d; }

/* ==========================================================
   产品区：左侧绿色分类栏 + 右侧 3 列产品卡
   ========================================================== */
.product-section { background: #f1f1f1; padding-top: 50px; padding-bottom: 45px; overflow: hidden; }
.product-wrap { display: flex; }
.side-col { width: 272px; flex: none; }
.side-title { color: #fff; font-weight: normal; font-size: 26px; text-align: center; padding: 18px 0; border-radius: 5px 5px 0 0; background: #71bf45; }
.side-title em { font-size: 22px; vertical-align: middle; margin-left: 8px; }
.side-cats { border: #ddd solid 1px; background: #fff; border-radius: 0 0 5px 5px; overflow: hidden; }
.side-cats li { padding-left: 20px; border-bottom: 1px dotted #ddd; line-height: 50px; }
.side-cats li:last-child { border-bottom: 0; }
.side-cats li a { font-size: 16px; color: #666; display: block; }
.side-cats li strong { width: 6px; height: 6px; border-radius: 50%; display: block; border: #666 solid 1px; float: left; margin-top: 21px; margin-right: 15px; }
.side-cats li:hover { background: #71bf45; }
.side-cats li:hover a { color: #fff; }
.side-cats li:hover strong { border-color: #fff; }
.side-tel { margin-top: 15px; background: #71bf45; border-radius: 5px; padding: 26px 18px 24px; text-align: center; color: #fff; }
.side-tel dt p { font-size: 14px; }
.side-tel dt strong { font-size: 22px; font-family: arial; display: block; margin: 6px 0 4px; }
.side-tel dt em { font-size: 12px; opacity: .8; display: block; }
.side-tel dd { background: #4b882d; margin: 15px auto 0; width: 200px; border-radius: 5px; height: 40px; line-height: 40px; }
.side-tel dd a { display: block; color: #fff; }
.side-tel dd:hover { opacity: .9; }
.pro-area { flex: 1; margin-left: 30px; min-width: 0; }
.pro-grid { overflow: hidden; }
.pro-grid li { background: #fff; border: 1px solid #dedede; float: left; width: 31.5%; margin: 0 1.9% 28px 0; text-align: center; border-radius: 5px; transition: all .3s; }
.pro-grid li:nth-child(3n) { margin-right: 0; }
.pro-grid li a { display: block; }
.pro-grid li img { width: 92%; height: 278px; object-fit: cover; margin-top: 10px; border-radius: 3px; }
.pro-grid li span { display: block; line-height: 30px; font-size: 16px; color: #333; padding: 10px 20px 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro-grid li:hover { border-color: #71bf45; box-shadow: 0 4px 10px rgba(0,0,0,.08); }
.pro-grid li:hover span { color: #71bf45; }

/* ==========================================================
   关于我们（左文右图，图带绿描边错位框）
   ========================================================== */
.about-section { display: block; width: 100%; overflow: hidden; }
.about-inner { display: flex; align-items: center; padding: 70px 0 60px; gap: 60px; }
.about-left { flex: 1.15; min-width: 0; }
.about-title { text-align: left; padding-bottom: 28px; }
.about-title h2 { font-size: 30px; color: #333; font-weight: bold; }
.about-title h2 span { font-size: 40px; color: #71bf45; font-family: "Times New Roman", Georgia, sans-serif; text-transform: uppercase; margin-left: 10px; }
.about-left p { color: #666; line-height: 2em; margin-bottom: 20px; text-align: justify; }
.about-more { display: inline-block; width: 130px; height: 45px; border: 1px solid #71bf45; line-height: 45px; text-align: center; border-radius: 3px; font-family: "Times New Roman", Georgia, sans-serif; text-transform: uppercase; font-weight: bold; color: #71bf45; position: relative; }
.about-more:after { content: ""; display: block; width: 60px; height: 3px; background: #4b882d; position: absolute; right: -46px; top: 21px; }
.about-more:hover { background: #71bf45; color: #fff; }
.about-video { flex: 1; position: relative; z-index: 10; }
.about-video img { width: 100%; height: 330px; object-fit: cover; display: block; position: relative; z-index: 2; border-radius: 3px; }
.about-video:after { content: ""; display: block; width: 100%; height: 330px; border: 1px solid #71bf45; position: absolute; bottom: -20px; right: -20px; z-index: 1; }

/* ==========================================================
   基地展示（3列图片卡 + 底部半透明条 hover 展开）
   ========================================================== */
.base-section { padding-bottom: 60px; background: #f1f1f1; overflow: hidden; }
.h2-title { text-align: center; padding-top: 55px; font-size: 34px; font-weight: normal; margin-bottom: 45px; }
.h2-title a, .h2-title span { display: block; color: #333; font-weight: bold; }
.h2-title i { display: block; font-size: 17px; color: #888; margin-top: 4px; }
.h2-title em { display: block; width: 31px; height: 2px; margin: 25px auto 0; background: #71bf45; }
.base-list { overflow: hidden; }
.base-list li { width: 385px; max-width: 32%; float: left; margin: 0 1.8% 22px 0; position: relative; border-radius: 5px; transition: all .5s; overflow: hidden; }
.base-list li:nth-child(3n) { margin-right: 0; }
.base-img { width: 100%; height: 289px; overflow: hidden; }
.base-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 5px; }
.base-txt { position: absolute; left: 0; bottom: 0; height: 60px; background: rgba(0,0,0,.45); width: 100%; border-radius: 0 0 5px 5px; color: #fff; transition: all .5s; }
.base-txt h2 { font-size: 18px; font-weight: normal; line-height: 60px; text-align: center; transition: all .5s; }
.base-txt span { margin: 0 auto; margin-top: 20px; display: block; border: 1px solid #fff; text-align: center; width: 123px; height: 33px; line-height: 33px; border-radius: 5px; opacity: 0; transition: all .5s; }
.base-list li:hover { box-shadow: 2px 5px 12px rgba(0,0,0,.18); }
.base-list li:hover .base-txt { background: rgba(75,136,45,.82); height: 100%; border-radius: 5px; }
.base-list li:hover .base-txt h2 { padding-top: 95px; }
.base-list li:hover .base-txt span { opacity: 1; }
.base-more { text-align: center; padding-top: 20px; }
.base-more a { display: inline-block; width: 141px; height: 35px; color: #71bf45; margin: 0 19px; border: 2px solid #71bf45; line-height: 35px; border-radius: 4px; font-size: 18px; }
.base-more a:hover { box-shadow: 3px 3px 3px rgba(0,0,0,.1); background: #71bf45; color: #fff; }

/* ==========================================================
   新闻动态（Tab 切换 + 3列图文卡）
   ========================================================== */
.news-section { background: #fff; padding-bottom: 55px; overflow: hidden; }
.news-tabs { text-align: center; height: 56px; margin-bottom: 35px; }
.news-tabs li { float: left; width: 33.333%; max-width: 200px; height: 54px; text-align: center; font-size: 18px; line-height: 54px; border: 1px solid #e9e9e9; background: #fff; }
.news-tabs li a { display: block; height: 54px; color: #333; }
.news-tabs li.cur { background: #71bf45; border-color: #71bf45; }
.news-tabs li.cur a { color: #fff; }
.news-tabs ul { display: inline-block; overflow: hidden; }
.news-con { overflow: hidden; }
.news-box { display: none; }
.news-box.cur { display: block; }
.news-con dl { float: left; width: 370px; max-width: 31.5%; margin-left: 2.7%; }
.news-con dl:first-child { margin-left: 0; }
.news-con dt { height: 285px; position: relative; overflow: hidden; margin-bottom: 30px; border-radius: 5px; }
.news-con dt img { display: block; width: 100%; height: 285px; object-fit: cover; transition: all .5s; border-radius: 5px; }
.news-con dd.dd1 { font-size: 16px; margin-bottom: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-con dd.dd1 a { color: #333; }
.news-con dd.dd1 a:hover { color: #71bf45; }
.news-con dd.dd1 span { display: block; font-size: 13px; color: #999; margin-top: 5px; }
.news-con dd.dd2 { font-size: 13px; line-height: 22px; height: 66px; margin-bottom: 25px; overflow: hidden; color: #888; }
.news-con dd.dd3 a { display: block; width: 131px; height: 37px; line-height: 37px; text-align: center; border: 1px solid #d1d1d1; border-radius: 27px; background: #fff; color: #666; }
.news-con dl:hover dt img { transform: scale(1.1); }
.news-con dl:hover dd.dd3 a { background: #71bf45; border-color: #71bf45; color: #fff; }

/* ==========================================================
   页脚（绿色 #71bf45 + 版权条 #00391b）
   ========================================================== */
.site-footer { position: relative; width: 100%; }
.foot-top { width: 100%; padding-top: 30px; padding-bottom: 45px; background: #71bf45; }
.foot-links { padding-bottom: 25px; margin-bottom: 25px; font-size: 16px; border-bottom: 1px solid #f9f9f9; color: #fff; }
.foot-links span { color: #f9f9f9; margin-right: 8px; }
.foot-links a { display: inline-block; color: #f9f9f9; padding: 0 10px; border-right: 1px solid rgba(255,255,255,.4); }
.foot-links a:last-child { border-right: 0; }
.foot-links a:hover { opacity: .8; }
.foot-cols { display: flex; gap: 30px; }
.foot-nav { display: flex; flex: 1; gap: 20px; }
.foot-nav li { flex: 1; }
.foot-nav > li > a { display: block; font-size: 16px; line-height: 30px; color: #fff; font-weight: bold; margin-bottom: 6px; }
.foot-drop a { display: block; line-height: 26px; color: #fff; font-size: 12px; opacity: .9; }
.foot-drop a:hover { opacity: 1; text-decoration: underline; }
.foot-contact { width: 250px; flex: none; color: #fff; }
.foot-contact > a { color: #fff; display: block; line-height: 30px; font-size: 16px; font-weight: bold; }
.foot-contact .zx { margin-top: 10px; font-size: 14px; opacity: .9; }
.foot-contact .ftel { margin-top: 12px; font-size: 22px; font-weight: bold; font-family: arial; line-height: 26px; }
.foot-contact .fmail { margin-top: 8px; font-size: 13px; opacity: .9; font-family: arial; }
.foot-qr { width: 160px; flex: none; background: rgba(255,255,255,.14); border-radius: 8px; padding: 16px 16px 12px; text-align: center; }
.foot-qr-img { display: block; width: 127px; height: 127px; margin: 0 auto; background: #fff; padding: 5px; border-radius: 6px; }
.foot-qr-img img { width: 117px; height: 117px; display: block; }
.foot-scan { margin-top: 12px; font-size: 13px; color: #fff; }
.foot-msg { width: 430px; flex: none; color: #fff; }
.foot-msg h2 { font-size: 15px; color: #fff; line-height: 24px; margin-bottom: 14px; }
.msg-form .msg-item { width: 209px; height: 40px; line-height: 40px; float: left; border: 1px solid #f9f9f9; border-radius: 5px; margin: 0 12px 10px 0; }
.msg-form .msg-item.mr0 { margin-right: 0; }
.msg-form .msg-item .txt { width: 100%; height: 40px; padding: 0 12px; color: #fff; background: none; border: 0; outline: none; box-sizing: border-box; }
.msg-form .msg-mj { width: 100%; height: 40px; border: 1px solid #f9f9f9; border-radius: 5px; margin-right: 0; }
.msg-form ::-webkit-input-placeholder, .msg-form ::-moz-placeholder { color: rgba(255,255,255,.85); }
.msg-submit { width: 100%; height: 44px; line-height: 44px; background: #fff; font-size: 16px; outline: none; cursor: pointer; border: 2px solid #fff; border-radius: 4px; color: #4b882d; font-weight: bold; transition: all .5s; }
.msg-submit:hover { background: #4b882d; color: #fff; border-color: #4b882d; }
.foot-copyright { position: relative; width: 100%; padding: 12px 0; background: #00391b; }
.foot-copyright p { font-size: 12px; color: #fff; text-align: center; line-height: 22px; }
.foot-copyright a { font-size: 12px; color: #fff; }
.foot-copyright a:hover { text-decoration: underline; }

/* ==========================================================
   右侧固定客服侧栏
   ========================================================== */
.fixed-side { position: fixed; right: 0; top: 50%; margin-top: -140px; z-index: 999; }
.fixed-side dd { width: 59px; height: 59px; background: #67b306; margin-bottom: 5px; position: relative; border-radius: 2px; transition: all .3s; }
.fixed-side dd a { padding: 11px 10px 0 13px; line-height: 18px; color: #fff; font-size: 14px; display: block; cursor: pointer; text-align: center; }
.fixed-side dd:hover { background: #333; }
.side-box { width: 280px; padding: 0 15px 14px; position: absolute; right: 66px; top: 0; background: #fff; display: none; border: 1px solid #e5e5e5; border-top: 10px solid #67b306; border-radius: 3px; }
.fixed-side dd:hover .side-box { display: block; }
.side-box .ttel { width: 100%; padding: 15px 0; line-height: 20px; color: #666; border-bottom: 1px solid #ddd; }
.side-box .ttel strong { color: #fda804; font-size: 24px; display: block; font-family: arial; }
.side-box .ttel span { font-size: 13px; color: #999; }
.side-box .list { color: #999; font-size: 12px; line-height: 26px; padding-top: 10px; }
.side-box .list li { width: 100%; }

/* ==========================================================
   内页：n-banner / ntit 面包屑 / page-wrap 左栏+内容
   ========================================================== */
.n-banner { width: 100%; height: 300px; background-position: center center; background-size: cover; background-repeat: no-repeat; position: relative; }
.n-banner:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0,57,27,.45), rgba(0,57,27,.25)); }
.n-banner .nb-txt { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-shadow: 0 2px 6px rgba(0,0,0,.4); }
.n-banner .nb-txt h1 { font-size: 34px; letter-spacing: 4px; }
.n-banner .nb-txt i { font-size: 15px; letter-spacing: 3px; opacity: .85; margin-top: 8px; text-transform: uppercase; }
.ntit { background: #fff; border-bottom: 1px solid #ecebec; }
.ntt { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.ntt h1 { font-size: 24px; color: #333; font-weight: bold; }
.ntt h1 i { font-size: 14px; color: #999; font-weight: normal; margin-left: 10px; text-transform: uppercase; }
.weiz { font-size: 13px; color: #999; }
.weiz a { color: #666; }
.weiz a:hover { color: #71bf45; }
.page-wrap { width: 1200px; max-width: 96%; margin: 0 auto; padding: 45px 0 60px; display: flex; align-items: flex-start; gap: 30px; }
.page-left { width: 260px; flex: none; background: linear-gradient(0deg, #007337, #67b306); border-radius: 10px; padding: 12px; }
.left-tit { text-align: center; line-height: 40px; font-size: 26px; font-weight: bold; padding: 10px 0; color: #fff; }
.left-nav { background: #fff; border-radius: 10px; padding: 14px; }
.left-nav li { margin-top: 10px; }
.left-nav li:first-child { margin-top: 0; }
.left-nav li a { position: relative; display: block; height: 40px; font-weight: bold; font-size: 15px; line-height: 40px; text-indent: 14px; color: #fff; background: #67b306; border-radius: 8px; }
.left-nav li a:after { content: ">"; position: absolute; right: 10px; top: 50%; margin-top: -11px; font-family: simsun; font-size: 16px; }
.left-nav li:hover a, .left-nav li.cur a { background: #007337; }
.left-nav li.cur a:after { content: "<"; }
.rec-title { color: #fff; font-size: 17px; margin: 20px 0 14px; padding-left: 12px; border-left: 3px solid #fff; }
.rec-list { overflow: hidden; }
.rec-list li { width: 48%; float: left; margin-bottom: 12px; }
.rec-list li:nth-child(2n) { float: right; }
.rec-list li a { display: block; }
.rec-list li img { width: 100%; height: 108px; object-fit: cover; display: block; border-radius: 6px; }
.rec-list li h3 { color: #fff; font-size: 13px; line-height: 32px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.page-content { flex: 1; min-width: 0; }
.location { padding-bottom: 15px; margin-bottom: 30px; border-bottom: 1px solid #ddd; }
.location h3 { font-size: 22px; color: #333; }
.location .sitepath { color: #999; font-size: 13px; margin-top: 6px; }
.location .sitepath a { color: #666; }
.location .sitepath a:hover { color: #71bf45; }

/* ---------- 产品列表页 ---------- */
.plist { overflow: hidden; }
.plist-item { width: 31%; float: left; margin: 0 3.3% 30px 0; position: relative; background: #fff; border: 1px solid #e5e5e5; transition: all .4s; overflow: hidden; border-radius: 4px; }
.plist-item:nth-child(3n) { margin-right: 0; }
.plist-item a { display: block; width: 100%; }
.plist-item img { display: block; width: 100%; height: 278px; object-fit: cover; }
.plist-txt { padding: 0 18px; height: 70px; display: flex; align-items: center; justify-content: space-between; }
.plist-tit { font-size: 16px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.plist-btn { display: block; width: 78px; height: 30px; font-size: 13px; line-height: 28px; text-align: center; color: #fff; background: #67b306; border-radius: 15px; flex: none; }
.plist-item:hover { background: #71bf45; border-color: #71bf45; box-shadow: 0 4px 8px rgba(0,0,0,.18); }
.plist-item:hover .plist-tit { color: #fff; }
.plist-item:hover .plist-btn { background: #fff; color: #4b882d; }
.pglist { padding: 25px 0 5px; width: 100%; text-align: center; clear: both; }
.pglist li { display: inline-block; }
.pglist a { color: #666; padding: 0 15px; margin: 0 3px; display: inline-block; line-height: 34px; background: #f9f9f9; border: 1px solid #b8b5b5; border-radius: 3px; }
.pglist .active a, .pglist a:hover { color: #fff; background: #71bf45; border-color: #71bf45; }

/* ---------- 产品详情页 ---------- */
.show-tit { font-size: 22px; padding-bottom: 18px; color: #333; font-weight: bold; border-bottom: 1px solid #ddd; }
.showimgcon { padding: 35px 0; margin-bottom: 35px; border-bottom: 1px solid #ddd; display: flex; gap: 40px; }
.showimg { width: 420px; flex: none; }
.bigimg img { width: 420px; height: 420px; object-fit: cover; display: block; border: 1px solid #eee; border-radius: 6px; }
.smallimg { margin-top: 14px; overflow: hidden; }
.smallimg ul { display: flex; gap: 14px; }
.smallimg li { width: 78px; height: 78px; cursor: pointer; border: 2px solid transparent; border-radius: 6px; overflow: hidden; }
.smallimg li img { width: 100%; height: 100%; object-fit: cover; display: block; }
.smallimg li.on { border-color: #71bf45; }
.txtcon { flex: 1; min-width: 0; }
.txtcon .tit { font-size: 26px; color: #333; }
.txtcon .cat { display: inline-block; margin-top: 10px; font-size: 13px; color: #4b882d; background: #f1f8ec; border: 1px solid #d8ecc8; border-radius: 20px; padding: 3px 14px; }
.pro-price { font-size: 15px; color: #999; margin: 16px 0 6px; }
.pro-price b { font-size: 30px; color: #e4393c; font-family: arial; margin-right: 4px; }
.pro-price em { font-size: 13px; color: #999; margin-left: 12px; text-decoration: line-through; }
.txtcon .brief { color: #888; line-height: 1.9; font-size: 13.5px; margin-bottom: 18px; text-align: justify; }
.pro-qr-box { width: 200px; border: 1px solid #ddd; border-radius: 8px; background: #fff; overflow: hidden; margin-bottom: 16px; }
.pro-qr-box img { width: 198px; height: 198px; display: block; }
.pro-qr-box span { width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 14px; display: block; color: #666; border-top: 1px solid #eee; }
.pro-tel { display: block; height: 46px; line-height: 44px; text-align: center; width: 200px; border: 1px solid #67b306; font-size: 17px; color: #67b306; border-radius: 4px; font-weight: bold; }
.pro-tel:hover { background: #67b306; color: #fff; }
.txtab { line-height: 32px; }
.txtab.bgab { padding: 20px 35px 40px; border: 1px solid #ddd; background: #fff; border-radius: 6px; }
.txtab h3.sub-t { font-size: 19px; color: #333; font-weight: bold; padding-left: 12px; border-left: 4px solid #71bf45; margin: 26px 0 14px; line-height: 26px; }
.txtab p { color: #666; text-align: justify; margin-bottom: 10px; }
.param-table { width: 100%; border-collapse: collapse; margin: 12px 0 20px; }
.param-table th, .param-table td { border: 1px solid #e5e5e5; padding: 10px 14px; font-size: 14px; text-align: left; }
.param-table th { background: #f6faf2; color: #333; width: 130px; font-weight: bold; }
.feature-list { overflow: hidden; margin: 4px 0 10px; }
.feature-list li { float: left; width: 48%; margin: 0 2% 16px 0; border: 1px solid #e5e5e5; border-radius: 6px; padding: 14px 16px; }
.feature-list li:nth-child(2n) { margin-right: 0; }
.feature-list h4 { font-size: 16px; color: #4b882d; margin-bottom: 4px; }
.feature-list p { font-size: 13px; color: #999; }
.recomcon { margin-top: 35px; }
.recom-tit { font-size: 20px; line-height: 32px; padding: 15px 0; border-bottom: 2px solid #71bf45; }
.recom-tit s { width: 4px; height: 20px; margin-right: 12px; background: #71bf45; display: inline-block; vertical-align: middle; }
.txtimglist { overflow: hidden; padding-top: 20px; }
.txtimglist .item { width: 48%; padding-bottom: 18px; float: left; margin: 0 2.4% 18px 0; border-bottom: 1px solid #ddd; }
.txtimglist .item:nth-child(2n) { margin-right: 0; }
.txtimglist .item a { display: flex; gap: 14px; }
.txtimglist .item img { width: 150px; height: 112px; object-fit: cover; border-radius: 5px; flex: none; }
.txtimglist .item h3 { font-size: 16px; line-height: 26px; color: #333; margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.txtimglist .item .txt { font-size: 13px; color: #999; line-height: 22px; height: 66px; overflow: hidden; }
.txtimglist .item:hover h3 { color: #71bf45; }

/* ---------- 新闻列表页 ---------- */
.txtlist .item { width: 100%; padding: 20px; margin-bottom: 30px; border: 1px solid #ddd; transition: all .4s; display: flex; gap: 30px; }
.txtlist .item a.main { display: flex; gap: 30px; flex: 1; min-width: 0; }
.txtlist .item img { width: 213px; height: 160px; object-fit: cover; display: block; border-radius: 4px; flex: none; }
.txtlist .item h3 { font-size: 18px; color: #333; padding: 6px 0 12px; transition: all .4s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.txtlist .txt-main { flex: 1; min-width: 0; }
.txtlist .item .txt { color: #999; line-height: 24px; height: 72px; overflow: hidden; text-align: justify; font-size: 13.5px; }
.txt-time { width: 100px; flex: none; text-align: center; line-height: 24px; font-family: arial; font-size: 14px; color: #939aa3; padding-top: 26px; }
.txt-time .time-day { font-size: 34px; line-height: 40px; display: block; color: #4b882d; font-weight: bold; }
.txt-time s { display: block; width: 40px; height: 4px; margin: 12px auto 0; background: #71bf45; border-radius: 2px; }
.txtlist .item:hover { border-color: #67b306; box-shadow: 0 4px 10px rgba(0,0,0,.06); }
.txtlist .item:hover h3 { color: #67b306; text-indent: 8px; }

/* ---------- 新闻详情页 ---------- */
.showinfo .info-title { font-size: 22px; color: #333; text-align: center; padding: 6px 0 16px; }
.info-mark { color: #999; height: 38px; line-height: 38px; text-align: center; margin-bottom: 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.info-mark span { margin: 0 10px; font-size: 12px; }
.info-img { width: 96%; display: block; margin: 10px auto 22px; }
.info-img img { max-width: 100%; border-radius: 6px; display: block; margin: 0 auto; }
.showcontxt { color: #666; padding: 0 2px 30px; line-height: 30px; text-align: justify; }
.showcontxt p { margin-bottom: 14px; }
.showcontxt .t { position: relative; display: inline-block; color: #333; font-size: 16px; font-weight: bold; margin: 10px 0 6px; }
.showcontxt .t:after { width: 20px; height: 2px; content: ""; background: #71bf45; display: block; position: absolute; left: 2px; bottom: -3px; }
.relink { width: 100%; line-height: 34px; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; margin: 15px 0 30px; display: flex; }
.relink .prev-link { flex: 1; }
.relink .next-link { flex: 1; text-align: right; }
.relink a { color: #666; }
.relink a:hover { color: #71bf45; }

/* ---------- 关于我们页 ---------- */
.about-block { margin-bottom: 40px; }
.block-tit { font-size: 20px; color: #333; font-weight: bold; padding-left: 12px; border-left: 4px solid #71bf45; margin-bottom: 20px; line-height: 24px; }
.about-block p { color: #666; line-height: 2em; text-align: justify; margin-bottom: 12px; }
.about-block .block-img { width: 100%; border-radius: 6px; overflow: hidden; margin: 6px 0 16px; }
.about-block .block-img img { width: 100%; height: 320px; object-fit: cover; display: block; }
.timeline { position: relative; padding: 10px 0 0; }
.timeline:before { content: ""; position: absolute; left: 90px; top: 0; bottom: 0; width: 2px; background: #d8ecc8; }
.tl-item { position: relative; padding: 0 0 26px 130px; }
.tl-date { position: absolute; left: 0; top: 0; width: 74px; text-align: right; font-size: 16px; font-weight: bold; color: #4b882d; font-family: arial; }
.tl-date:after { content: ""; position: absolute; left: 96px; top: 6px; width: 10px; height: 10px; border-radius: 50%; background: #71bf45; border: 2px solid #fff; box-shadow: 0 0 0 2px #71bf45; }
.tl-body { background: #f7faf4; border: 1px solid #e4efdb; border-radius: 8px; padding: 14px 18px; }
.tl-body h4 { font-size: 16px; color: #333; margin-bottom: 4px; }
.tl-body p { font-size: 13px; color: #888; margin: 0; }
.culture-list { overflow: hidden; }
.culture-item { float: left; width: 32%; margin: 0 2% 0 0; background: #f7faf4; border: 1px solid #e4efdb; border-top: 3px solid #71bf45; border-radius: 8px; padding: 24px 22px; text-align: center; }
.culture-item:nth-child(3n) { margin-right: 0; }
.culture-item h4 { font-size: 15px; color: #999; letter-spacing: 4px; margin-bottom: 8px; }
.culture-item h3 { font-size: 17px; color: #4b882d; margin-bottom: 10px; }
.culture-item p { font-size: 13px; color: #888; line-height: 22px; text-align: justify; margin: 0; }
.team-list { overflow: hidden; }
.team-item { float: left; width: 23.5%; margin: 0 2% 20px 0; text-align: center; background: #fff; border: 1px solid #eaeaea; border-radius: 8px; padding: 20px 12px; transition: all .3s; }
.team-item:nth-child(4n) { margin-right: 0; }
.team-item img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; display: block; margin: 0 auto 12px; border: 3px solid #d8ecc8; }
.team-item h3 { font-size: 17px; color: #333; }
.team-item p { font-size: 13px; color: #71bf45; margin-top: 4px; }
.team-item:hover { border-color: #71bf45; box-shadow: 0 6px 14px rgba(0,0,0,.08); transform: translateY(-4px); }

/* ---------- 联系我们页 ---------- */
.contact-info-list { overflow: hidden; margin-bottom: 35px; }
.ci-item { float: left; width: 32%; margin: 0 2% 0 0; background: #f7faf4; border: 1px solid #e4efdb; border-radius: 8px; padding: 22px 20px; display: flex; gap: 14px; align-items: flex-start; }
.ci-item:nth-child(3n) { margin-right: 0; }
.ci-ico { width: 42px; height: 42px; flex: none; border-radius: 50%; background: #71bf45; display: flex; align-items: center; justify-content: center; }
.ci-ico svg { width: 20px; height: 20px; }
.ci-item h4 { font-size: 15px; color: #333; margin-bottom: 4px; }
.ci-item p { font-size: 13px; color: #888; line-height: 20px; }
.msgpage .msg-tit { text-align: center; padding: 10px 0 30px; }
.msgpage .msg-tit .p1 { font-size: 24px; color: #333; font-weight: bold; margin-bottom: 10px; }
.msgpage .msg-tit .p2 { color: #888; line-height: 24px; }
.msgpage .msg-tit .p2 span { color: #67b306; font-weight: bold; }
.contact-form { overflow: hidden; }
.form-item { float: left; width: 48%; height: 46px; line-height: 44px; border: 1px solid #ccc; background: #f3f3f3; margin: 0 2.2% 22px 0; border-radius: 4px; position: relative; }
.form-item.mr0 { margin-right: 0; }
.form-item label { position: absolute; left: 14px; top: 0; font-size: 15px; color: #666; }
.form-item input { width: 100%; height: 44px; line-height: 44px; background: none; padding: 0 12px 0 76px; border: 0; color: #555; box-sizing: border-box; outline: none; }
.form-msg { float: left; width: 100%; height: 220px; border: 1px solid #e4e4e4; background: #f3f3f3; border-radius: 4px; margin-bottom: 22px; }
.form-msg label { font-size: 15px; color: #666; padding: 12px 14px; display: block; }
.form-msg textarea { width: 100%; height: 160px; padding: 0 14px; background: none; border: 0; font-size: 14px; font-family: inherit; color: #666; resize: none; outline: none; box-sizing: border-box; }
.form-sub { width: 232px; line-height: 46px; border: 2px solid #67b306; background: #67b306; color: #fff; cursor: pointer; font-size: 17px; border-radius: 4px; outline: none; transition: all .4s; }
.form-sub:hover { background: none; color: #67b306; }

/* ==========================================================
   响应式（媒体查询统一置尾）
   ========================================================== */
@media (max-width: 1080px) {
  .container { width: 96%; }
  .banner-list .banner-txt { width: 96%; margin-left: -48%; }
  .about-inner { flex-direction: column; gap: 40px; }
  .about-video { width: 100%; }
  .showimgcon { flex-direction: column; }
  .showimg, .bigimg img { width: 100%; }
  .foot-cols { flex-wrap: wrap; }
  .foot-msg { width: 100%; margin-top: 20px; }
  .page-wrap { flex-direction: column; }
  .page-left { width: 100%; }
  .page-left .left-nav { display: flex; flex-wrap: wrap; gap: 10px; }
  .page-left .left-nav li { margin: 0; flex: 1 1 30%; }
  .rec-list { display: none; }
  .page-content { width: 100%; }
}
@media (max-width: 768px) {
  .lotbox .lot-left { display: none; }
  .nav-toggle { display: block; }
  .nav-menu { display: none; float: none; position: absolute; left: 0; top: 100%; width: 100%; background: #fff; box-shadow: 0 6px 12px rgba(0,0,0,.12); z-index: 200; }
  .nav-menu.open { display: block; }
  .nav-menu > li { float: none; margin: 0; border-bottom: 1px solid #f0f0f0; text-align: left; }
  .nav-menu > li > a { display: block; padding: 0 20px; }
  .nav-menu > li > a p { height: 48px; line-height: 48px; }
  .nav-menu > li > a i { display: none; }
  .nav-menu .dropdown { position: static; width: 100%; margin: 0; opacity: 1; visibility: visible; transform: none; background: #f7faf4; border-radius: 0; padding-bottom: 0; display: none; }
  .nav-menu > li.on .dropdown { display: block; }
  .nav-menu .dropdown dd a { color: #666; text-indent: 34px; }
  .banner-box { height: 300px; }
  .banner-list li img { width: 960px; margin-left: -480px; }
  .banner-txt h2 { font-size: 26px; }
  .banner-txt p { font-size: 14px; letter-spacing: 3px; }
  .banner-tip { bottom: 40px; }
  .banner-btn { display: none; }
  .stats-item { position: static; width: 100%; height: 120px; }
  .stats-item a { padding: 20px 0 0 30px; }
  .stats-num b { font-size: 50px; line-height: 50px; }
  .stats-txt h2 { margin-top: 0; font-size: 17px; }
  .product-wrap { flex-direction: column; }
  .side-col { width: 100%; }
  .pro-area { margin-left: 0; margin-top: 25px; }
  .pro-grid li { width: 48%; margin: 0 2% 20px 0; }
  .pro-grid li:nth-child(3n) { margin-right: 2%; }
  .pro-grid li:nth-child(2n) { margin-right: 0; }
  .pro-grid li img { height: 190px; }
  .base-list li { width: 48.5%; }
  .base-list li:nth-child(3n) { margin-right: 1.8%; }
  .base-list li:nth-child(2n) { margin-right: 0; }
  .base-img { height: 200px; }
  .news-tabs li { width: 33.33%; }
  .news-con dl { width: 100%; max-width: 100%; margin: 0 0 35px 0; }
  .foot-cols { flex-direction: column; }
  .foot-nav { flex-wrap: wrap; }
  .foot-nav li { flex: 1 1 46%; }
  .fixed-side { display: none; }
  .plist-item, .plist-item:nth-child(3n) { width: 48.5%; margin: 0 2% 22px 0; }
  .plist-item:nth-child(2n) { margin-right: 0; }
  .plist-item img { height: 200px; }
  .plist-txt { height: 58px; padding: 0 12px; }
  .plist-btn { width: 62px; font-size: 12px; }
  .txtlist .item, .txtlist .item a.main { flex-direction: column; gap: 14px; }
  .txtlist .item img { width: 100%; height: 190px; }
  .txt-time { width: 100%; padding-top: 0; display: flex; align-items: center; gap: 10px; }
  .txt-time .time-day { font-size: 24px; line-height: 30px; }
  .txt-time s { margin: 0; }
  .culture-item { width: 100%; margin: 0 0 16px 0; }
  .team-item { width: 48%; }
  .team-item:nth-child(4n), .team-item:nth-child(2n) { margin-right: 0; }
  .team-item:nth-child(3n) { margin-right: 2%; }
  .ci-item { width: 100%; margin: 0 0 14px 0; }
  .form-item { width: 100%; margin-right: 0; }
  .txtimglist .item { width: 100%; margin-right: 0; }
  .feature-list li { width: 100%; margin-right: 0; }
  .msg-form .msg-item { width: 100%; margin-right: 0; }
  .about-video:after { display: none; }
  .timeline:before { left: 8px; }
  .tl-item { padding-left: 34px; }
  .tl-date { position: static; display: block; text-align: left; margin-bottom: 6px; }
  .tl-date:after { left: -32px; top: 4px; }
}
