/* ================= 1:1 原站布局还原 (20121014174148 基线) ================= */

.container-site {
  width: 1000px;
  margin: 0 auto;
}

/* 顶部 LOGO 区 */
.site-top { background: #fff; }
.site-topp h1 {
  font-size: 30px;
  font-weight: 700;
  color: #0f6b35;
  line-height: 60px;
  padding-left: 16px;
  letter-spacing: 1px;
}
.site-topp h1 a { color: #0f6b35; text-decoration: none; }
.site-topp h1 a:hover { color: #c00; }

/* 导航 */
.site-nav {
  background: #126a38;
  height: 34px;
  line-height: 34px;
  width: 1000px;
  margin: 0 auto;
}
.site-nav li { float: left; }
.site-nav li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0 24px;
  text-decoration: none;
  background: url('/image/nav_bg.gif') repeat-x;
}
.site-nav li a:hover, .site-nav li.b a { background: #0a4a23; color: #ffe; }
.site-nav li.b { border-right: 1px solid #0a4a23; }

/* 轮播 banner */
.site-ban { height: 199px; overflow: hidden; }

/* 主体两栏 */
.site-main { display: flex; gap: 0; padding: 10px 0 0; }
.site-ml { width: 248px; flex-shrink: 0; }
.site-mr { width: 752px; flex-grow: 1; padding-left: 10px; }

/* 栏目块 .bor */
.bor {
  border: 1px solid #c9c9c9;
  background: #fff;
  margin-bottom: 10px;
}
.ztit {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-bottom: 1px solid #c9c9c9;
  background: #eef5ef;
  position: relative;
}
.ztit font {
  font-size: 14px;
  font-weight: 700;
  color: #0f6b35;
}
.ztit font a { color: #0f6b35; text-decoration: none; }
.ztit > a {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}
.ztit > a:hover { color: #c00; }

/* 文章列表 */
.about { padding: 8px 10px; }
ul.nli3, ul.nli, ul.cus { list-style: none; margin: 0; padding: 0; }
ul.nli3 li, ul.nli li {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.nli3 li a, ul.nli li a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
}
ul.nli3 li a:hover, ul.nli li a:hover { color: #c00; }
ul.nli3 li span, ul.nli li span { color: #c00; font-size: 12px; margin-left: 6px; }

/* 首页栏目底栏两列 */
.mbl { margin-bottom: 10px; }
.mbl .about { padding: 6px 10px; }
.mbl ul li { height: 24px; line-height: 24px; }
.mbl ul li a { font-size: 12px; color: #333; text-decoration: none; }
.mbl ul li a:hover { color: #c00; }
.mbl ul li span { color: #c00; font-size: 12px; }

/* 关于我们文字 */
.about p { font-size: 13px; line-height: 22px; color: #333; text-align: justify; }
.about p strong { color: #0f6b35; }
.about p strong a { color: #0f6b35; text-decoration: none; }

/* 联系我们块 */
.contact-info { font-size: 13px; line-height: 22px; color: #333; }
.contact-info b { color: #0f6b35; }

/* 文章页 */
.art-breadcrumb { color: #333; font-size: 13px; }
.art-breadcrumb a { color: #333; text-decoration: none; }
.art-breadcrumb a:hover { color: #c00; }
.art-title { font-size: 22px; font-weight: 700; color: #0f6b35; text-align: center; line-height: 30px; }
.art-meta {
  text-align: center; font-size: 12px; color: #666; margin-top: 10px;
  border-bottom: 1px dashed #ccc; padding-bottom: 10px;
}
.art-meta span { margin: 0 10px; }
.art-body { line-height: 26px; font-size: 14px; color: #333; margin-top: 12px; }
.art-body p { margin: 8px 0; text-align: justify; }
.art-body a { color: #0f6b35; }
.art-body img { max-width: 100%; height: auto; }
.art-prevnext { font-size: 13px; color: #333; margin-top: 14px; border-top: 1px dashed #ccc; padding-top: 10px; line-height: 24px; }
.art-prevnext a { color: #333; text-decoration: none; }
.art-prevnext a:hover { color: #c00; }

/* 列表页表格行 */
tr.suoyou td { font-size: 13px; color: #333; }
tr.suoyou td a { color: #333; text-decoration: none; }
tr.suoyou td a:hover { color: #c00; }

/* 分页 */
.plist { text-align: center; font-size: 12px; color: #333; padding: 10px 0; }
.plist a {
  display: inline-block; padding: 2px 8px; margin: 0 2px;
  border: 1px solid #c9c9c9; color: #333; text-decoration: none; background: #fff;
}
.plist a:hover { background: #0f6b35; color: #fff; }
.plist .cur {
  display: inline-block; padding: 2px 8px; margin: 0 2px;
  border: 1px solid #0f6b35; background: #0f6b35; color: #fff; font-weight: 700;
}
.plist span.t { margin: 0 6px; }

/* 产品图片滚动 */
.pro-scroll { overflow: hidden; height: 160px; }
.pro-item { text-align: center; flex-shrink: 0; margin-right: 12px; }
.pro-item .img { border: 1px solid #808080; padding: 2px; background: #fff; }
.pro-item .t { font-size: 12px; color: #333; line-height: 24px; }
.pro-item .t a { color: #333; text-decoration: none; }
.pro-item .t a:hover { color: #c00; }

/* 侧边小轮播 */
.slidebox { position: relative; overflow: hidden; }
.slidebox img { width: 100%; height: auto; display: block; }
.slide-dots { text-align: center; padding: 4px 0; }
.slide-dots span {
  display: inline-block; width: 8px; height: 8px; margin: 0 3px;
  background: #ccc; cursor: pointer;
}
.slide-dots span.on { background: #0f6b35; }

/* 友情链接 */
.friend-links { padding: 8px 10px; }
.friend-links a { font-size: 12px; color: #333; text-decoration: none; margin-right: 12px; line-height: 22px; }
.friend-links a:hover { color: #c00; }

/* 页脚 */
.site-foot { background: #f2f2f2; border-top: 2px solid #0f6b35; margin-top: 10px; }
.site-foot-inner { padding: 12px 16px 18px; }
.site-foot p { font-size: 12px; color: #555; line-height: 22px; text-align: center; }
.site-foot a { color: #0f6b35; text-decoration: none; }
.site-foot a:hover { color: #c00; }

/* 分享 */
.share-line { text-align: center; font-size: 12px; color: #555; }
.share-line a { color: #0f6b35; text-decoration: none; margin: 0 6px; }
.share-line a:hover { color: #c00; }

/* 侧边栏下载组件 (步骤8) */
.app-download { padding: 8px 10px; }
.app-download .app-item { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.app-download .app-item img { width: 56px; height: 56px; object-fit: cover; }
.app-download .app-item .app-name { font-size: 13px; color: #0f6b35; font-weight: 700; }
.app-download .app-item .app-btn {
  display: inline-block; background: #0f6b35; color: #fff; font-size: 12px;
  padding: 3px 12px; text-decoration: none; border-radius: 3px;
}
.app-download .app-item .app-btn:hover { background: #c00; }

/* 404 */
.notfound { text-align: center; padding: 60px 0; }
.notfound h2 { font-size: 60px; color: #0f6b35; }
.notfound p { color: #666; margin: 10px 0; }

/* 无图片占位 (步骤13) */
.noimage { border: 1px solid #ccc; background: #f2f2f2; color: #999; }
img.noimage { object-fit: contain; }

.clearfix::after { content: ""; display: block; clear: both; }
