/* =========================================================
   全站移动端重排版 - 简洁大气
   ========================================================= */
html { -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; margin: 0; }
img { max-width: 100%; height: auto; }
* { box-sizing: border-box; }

/* 汉堡按钮默认隐藏（PC） */
.m-nav-btn { display: none; }

/* ---------- 平板 & 手机 ---------- */
@media screen and (max-width: 980px) {

  /* 通用容器 */
  .wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin: 0 auto !important;
  }

  /* ===== 顶部 ===== */
  .m-header,
  .header {
    background: #fff !important;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1000;
  }
  .m-header-inner,
  .header .wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 16px !important;
    min-height: 56px;
  }
  .m-logo,
  .header .logo {
    float: none !important;
    flex: 1;
    min-width: 0;
  }
  .m-logo img,
  .header .logo img {
    max-height: 42px !important;
    width: auto !important;
    max-width: 70% !important;
  }
  .m-header-right,
  .header .fr {
    display: none !important; /* 手机隐藏电话搜索，避免拥挤 */
  }

  /* 汉堡按钮 */
  .m-nav-btn {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin-left: 8px;
    border: none;
    background: #2a7a2a;
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
  }
  .m-nav-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 2.5px 0;
    border-radius: 1px;
    transition: .25s;
  }
  .m-nav-btn.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .m-nav-btn.open span:nth-child(2) { opacity: 0; }
  .m-nav-btn.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* ===== 导航抽屉 ===== */
  .m-menu,
  .menu {
    background: transparent !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative;
    z-index: 999;
  }
  .m-menu .wrap,
  .menu .wrap {
    padding: 0 !important;
    width: 100% !important;
  }
  .m-nav,
  .nav {
    display: none !important;
    position: absolute;
    left: 0; right: 0;
    top: 0;
    background: #1b5e20 !important;
    margin: 0 !important;
    padding: 8px 0 16px !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
    max-height: 75vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .m-nav.open,
  .nav.open {
    display: block !important;
  }
  .m-nav > li,
  .nav > li,
  .nav > li.list {
    float: none !important;
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
    background: transparent !important;
  }
  .m-nav > li > a,
  .nav > li > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    background: transparent !important;
  }
  .m-nav > li.on > a,
  .nav > li.on > a {
    background: rgba(255,255,255,.12) !important;
  }
  .m-arrow {
    display: inline-block;
    width: 8px; height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 8px;
    transition: transform .2s;
  }
  .m-nav > li.open > a .m-arrow {
    transform: rotate(-135deg);
  }
  .m-nav .sub,
  .nav .sub {
    display: none !important;
    position: static !important;
    width: 100% !important;
    background: #145a1a !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .m-nav > li.open > .sub,
  .nav > li.open > .sub {
    display: block !important;
  }
  .m-nav .sub a,
  .nav .sub a {
    display: block !important;
    padding: 12px 20px 12px 32px !important;
    color: rgba(255,255,255,.9) !important;
    font-size: 14px !important;
  }

  /* ===== 首页主体 ===== */
  .main {
    padding-bottom: 24px !important;
  }
  .main_top,
  .main_bg,
  .main_pro {
    width: 100% !important;
  }
  .main_plist {
    float: none !important;
    width: 100% !important;
    text-align: left !important;
    margin: 8px 0 4px !important;
    font-size: 13px;
  }
  .main_plist a {
    display: inline-block;
    margin: 0 10px 6px 0;
    color: #2a7a2a;
  }
  .main_title {
    font-size: 20px !important;
    margin: 16px 0 12px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #2a7a2a;
  }
  .main_title .more { float: right; }
  .main_title .more img { height: 18px !important; width: auto !important; }

  /* 产品网格 - 两列卡片 */
  ul.product {
    display: flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin: 0 -6px !important;
    padding: 0 !important;
  }
  ul.product li {
    width: 50% !important;
    float: none !important;
    margin: 0 0 14px !important;
    padding: 0 6px !important;
    box-sizing: border-box !important;
  }
  ul.product li .pro_img {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
  }
  ul.product li .pro_img img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
  }
  ul.product li b,
  ul.product li > a {
    display: block;
    margin-top: 8px;
    font-size: 13px !important;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    color: #333;
  }

  /* 联系 / 简介 / 新闻 */
  .contact_box,
  .about_box,
  .news_box {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    padding: 16px !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
  }
  .news, .news_list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .news li, .news_list li {
    padding: 10px 0 !important;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .news li span, .news_list li span {
    color: #999;
    font-size: 12px;
    margin-right: 8px;
  }

  .device_box { margin-top: 8px; }
  .device_tab, .device_tab tr, .device_tab td {
    display: block !important;
    width: 100% !important;
  }

  /* ===== 列表页 ===== */
  .left_box {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
  }
  .left_title {
    background: #2a7a2a !important;
    color: #fff !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
  }
  .left_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  .left_nav li a {
    display: block !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #f0f0f0;
    color: #333 !important;
    font-size: 14px;
  }
  .left_nav li.on a,
  .left_nav li a:hover {
    background: #e8f5e9 !important;
    color: #1b5e20 !important;
  }

  .content_box {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .content_top {
    background: #fff;
    border-radius: 10px;
    padding: 12px 16px !important;
    margin-bottom: 12px;
    font-size: 14px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
  }
  .info_box {
    background: #fff;
    border-radius: 10px;
    padding: 16px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    overflow: hidden;
  }
  .info_box img { max-width: 100% !important; height: auto !important; }
  .info_box table { width: 100% !important; max-width: 100% !important; }

  /* 详情 */
  .show_title {
    font-size: 20px !important;
    line-height: 1.4 !important;
    padding: 8px 0 !important;
  }
  .show_info { font-size: 12px !important; color: #999; }
  .show_body {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #333;
  }
  .show_body img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 6px;
    margin: 10px 0;
  }

  /* 页脚 */
  .footer {
    background: #2c3e50 !important;
    color: #ccc !important;
    padding: 24px 16px !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
  }
  .footer a { color: #9cf !important; }
  .footer .wrap { width: 100% !important; padding: 0 !important; }

  .friendlink {
    padding: 12px 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .friendlink ul {
    white-space: nowrap;
    margin: 0;
    padding: 0;
  }
  .friendlink li {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
  }

  .pagelist {
    text-align: center;
    padding: 16px 0;
  }
  .pagelist a,
  .pagelist span {
    display: inline-block;
    min-width: 32px;
    padding: 6px 10px;
    margin: 2px;
    border-radius: 4px;
    background: #f5f5f5;
    font-size: 13px;
  }
  .pagelist .current {
    background: #2a7a2a;
    color: #fff;
  }

  .blank80 { height: 24px !important; }
}

/* 更小屏 */
@media screen and (max-width: 480px) {
  .m-logo img, .header .logo img { max-height: 36px !important; }
  ul.product li b { font-size: 12px !important; }
  .main_title { font-size: 18px !important; }
  .show_title { font-size: 18px !important; }
}

/* ========== 悬浮客服 ========== */
.float-kefu {
  position: fixed;
  right: 14px;
  bottom: 22%;
  z-index: 99999;
  width: 58px;
}
.float-kefu a {
  display: block;
  width: 58px;
  margin-bottom: 12px;
  padding: 12px 4px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
  font-size: 12px;
  line-height: 1.3;
  transition: transform .2s, box-shadow .2s;
}
.float-kefu a:active { transform: scale(.96); }
.float-kefu a .kf-icon {
  display: block;
  font-size: 22px;
  margin-bottom: 4px;
}
.float-kefu a.kf-qiao {
  background: linear-gradient(160deg, #5b4bff 0%, #3d2ec9 100%);
}
.float-kefu a.kf-yang {
  background: linear-gradient(160deg, #22a722 0%, #1b7a1b 100%);
}

@media screen and (max-width: 480px) {
  .float-kefu { right: 10px; bottom: 18%; width: 52px; }
  .float-kefu a { width: 52px; padding: 10px 3px; font-size: 11px; border-radius: 10px; }
}

/* ===== 新闻标题可见 + 列表满屏两列（加强） ===== */
@media screen and (max-width: 980px) {
  .news_box {
    overflow: visible !important;
  }
  .news,
  ul.news {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .news li,
  ul.news li,
  .m-news-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #eee !important;
    list-style: none !important;
    line-height: 1.5 !important;
    height: auto !important;
    background: transparent !important;
  }
  .news li a,
  .m-news-item a {
    display: block !important;
    flex: 1 !important;
    float: none !important;
    width: auto !important;
    max-width: 72% !important;
    color: #222 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.45 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
  }
  .news li span,
  .m-news-date {
    display: block !important;
    float: none !important;
    flex-shrink: 0 !important;
    width: auto !important;
    color: #999 !important;
    font-size: 12px !important;
    margin-left: 10px !important;
    white-space: nowrap !important;
    line-height: 1.45 !important;
  }

  /* 二级列表：满屏两列 */
  .info_box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px !important;
  }
  .info_box .product,
  ul.product,
  ul.m-product-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  .info_box .product li,
  ul.product li,
  .m-product-item {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 0 !important;
    float: none !important;
    margin: 0 0 14px !important;
    padding: 0 6px !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
  }
  .m-product-link {
    display: block !important;
    text-decoration: none !important;
    color: #333 !important;
  }
  .m-product-img,
  .pro_img {
    display: block !important;
    width: 100% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #f3f3f3 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.08) !important;
  }
  .m-product-img img,
  .pro_img img,
  ul.product li img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 110px !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    display: block !important;
    border: none !important;
  }
  .m-product-name,
  ul.product li b {
    display: block !important;
    margin-top: 8px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    text-align: center !important;
    line-height: 1.4 !important;
    color: #333 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* 去掉原皮肤可能写死的宽度 */
  .content_box,
  .main,
  .wrap {
    width: 100% !important;
    max-width: 100% !important;
  }
  .left_box { width: 100% !important; }
}

/* ===== 首页专项：新闻不重叠 + 图片卡片去空白 ===== */
@media screen and (max-width: 980px) {

  /* 各区块独立、不互相叠 */
  .main_bg .wrap {
    display: flex !important;
    flex-direction: column !important;
  }
  .contact_box,
  .about_box,
  .news_box {
    position: relative !important;
    float: none !important;
    width: 100% !important;
    clear: both !important;
    margin: 0 0 18px !important;
    padding: 14px 14px 10px !important;
    overflow: hidden !important;
    z-index: 1 !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.06) !important;
  }
  .news_box {
    z-index: 2 !important;
  }
  .device_box {
    position: relative !important;
    clear: both !important;
    width: 100% !important;
    margin: 12px 0 20px !important;
    overflow: hidden !important;
    z-index: 1 !important;
  }
  .main_title {
    position: relative !important;
    z-index: 3 !important;
    overflow: hidden !important;
    margin: 0 0 10px !important;
    padding: 0 0 8px !important;
    background: transparent !important;
  }

  /* 新闻：一行标题 + 日期，不溢出 */
  ul.news {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  ul.news li,
  li.m-news-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 11px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: none !important;
    position: static !important;
  }
  ul.news li a,
  li.m-news-item a {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
    color: #1a1a1a !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    float: none !important;
    position: static !important;
  }
  ul.news li span,
  .m-news-date {
    flex: 0 0 auto !important;
    color: #aaa !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    margin: 0 !important;
    float: none !important;
  }

  /* 首页产品卡片：去掉大块灰色空白 */
  .main_pro {
    width: 100% !important;
    overflow: hidden !important;
  }
  .main_pro ul.product {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -5px !important;
    padding: 0 !important;
  }
  .main_pro ul.product li {
    width: 50% !important;
    max-width: 50% !important;
    padding: 0 5px 14px !important;
    margin: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .main_pro .pro_img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #eee !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.08) !important;
    line-height: 0 !important;
  }
  .main_pro .pro_img a {
    display: block !important;
    line-height: 0 !important;
  }
  .main_pro .pro_img img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    vertical-align: top !important;
    border: 0 !important;
  }
  .main_pro ul.product li b {
    display: block !important;
    margin: 8px 2px 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-align: center !important;
    line-height: 1.35 !important;
    color: #333 !important;
    height: auto !important;
    min-height: 0 !important;
    background: none !important;
    border: none !important;
  }

  /* 滚动岗位图 */
  .device_slide {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .device_slide li {
    width: 50% !important;
    float: none !important;
    padding: 4px !important;
  }
  .device_img {
    display: block !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    line-height: 0 !important;
  }
  .device_img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
  }
  .device_slide em {
    display: block !important;
    text-align: center !important;
    font-size: 12px !important;
    margin-top: 6px !important;
    font-style: normal !important;
  }
}

/* ===== 岗位展示：单排（每行一张）+ 首页美化 ===== */
@media screen and (max-width: 980px) {

  /* 首页整体留白 */
  .main {
    background: #f6f8f7 !important;
    padding: 12px 0 28px !important;
  }
  .main > .wrap,
  .main_top .wrap,
  .main_bg .wrap {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* 区块标题更大气 */
  .main_title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1b5e20 !important;
    border-bottom: 2px solid #2a7a2a !important;
    margin: 8px 0 14px !important;
    padding: 4px 0 10px !important;
  }
  .main_title > span:first-child {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    margin-right: 8px !important;
    border-radius: 8px !important;
    background: #e8f5e9 !important;
    color: #2a7a2a !important;
    font-size: 16px !important;
    font-weight: 800 !important;
  }
  .main_title .more img {
    height: 22px !important;
    width: auto !important;
    border-radius: 4px !important;
  }

  /* 员工风采卡片更精致 */
  .main_pro {
    background: #fff !important;
    border-radius: 14px !important;
    padding: 12px 8px 4px !important;
    box-shadow: 0 2px 14px rgba(0,0,0,.05) !important;
    margin-bottom: 14px !important;
  }

  /* 岗位展示：单排满宽 */
  .device_box {
    background: #fff !important;
    border-radius: 14px !important;
    padding: 12px 12px 16px !important;
    box-shadow: 0 2px 14px rgba(0,0,0,.05) !important;
  }
  .device_tab,
  .device_tab tbody,
  .device_tab tr,
  .device_tab td {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
  }
  #marquePicc0, #marquePicc1, .marquePicc1 {
    width: 100% !important;
    overflow: visible !important;
  }
  ul.device_slide,
  ul.m-gangwei-list {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  ul.device_slide li,
  .m-gangwei-item {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
  }
  .m-gangwei-item a,
  ul.device_slide li a {
    display: block !important;
    text-decoration: none !important;
    color: #333 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #fafafa !important;
    box-shadow: 0 3px 12px rgba(0,0,0,.08) !important;
  }
  .device_img {
    display: block !important;
    width: 100% !important;
    line-height: 0 !important;
    border-radius: 0 !important;
  }
  .device_img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    display: block !important;
  }
  ul.device_slide em,
  .m-gangwei-item em {
    display: block !important;
    padding: 10px 12px 12px !important;
    margin: 0 !important;
    font-style: normal !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #1b5e20 !important;
    background: #fff !important;
  }

  /* 联系我们 / 简介卡片 */
  .contact_box, .about_box, .news_box {
    border-radius: 14px !important;
  }
  .contact_box {
    background: linear-gradient(180deg, #e8f5e9 0%, #fff 40%) !important;
  }
}

/* ===== 岗位展示：横向单排滚动（接近PC） ===== */
@media screen and (max-width: 980px) {
  .m-gangwei-section {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 14px 0 16px !important;
    margin: 12px 14px 18px !important;
    box-shadow: 0 4px 18px rgba(0,0,0,.06) !important;
    overflow: hidden !important;
  }
  .m-sec-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 14px 12px !important;
    margin: 0 !important;
    border-bottom: 2px solid #2a7a2a !important;
  }
  .m-sec-left {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .m-sec-letter {
    width: 30px; height: 30px;
    border-radius: 8px;
    background: #e8f5e9;
    color: #2a7a2a;
    font-weight: 800;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .m-sec-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1b5e20 !important;
  }
  .m-sec-more {
    display: inline-block;
    padding: 4px 12px;
    background: #2a7a2a;
    color: #fff !important;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none !important;
  }

  .m-gangwei-scroll {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 14px 0 4px !important;
  }
  .m-gangwei-scroll::-webkit-scrollbar { height: 0; }
  .m-gangwei-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 14px !important;
    gap: 12px !important;
    width: max-content !important;
  }
  .m-gangwei-track li {
    flex: 0 0 72vw !important;
    width: 72vw !important;
    max-width: 320px !important;
    scroll-snap-align: start;
    margin: 0 !important;
    float: none !important;
  }
  .m-gangwei-track a {
    display: block !important;
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 3px 14px rgba(0,0,0,.1) !important;
    text-decoration: none !important;
    color: #333 !important;
  }
  .m-gw-pic {
    width: 100% !important;
    line-height: 0 !important;
    background: #eee !important;
  }
  .m-gw-pic img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    display: block !important;
  }
  .m-gw-name {
    padding: 10px 8px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1b5e20 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* 隐藏旧结构残留 */
  .device_tab { display: none !important; }

  /* 首页其它区块统一卡片感 */
  .main_pro {
    margin: 0 14px 14px !important;
    border-radius: 16px !important;
  }
  .news_box, .about_box, .contact_box {
    margin-left: 14px !important;
    margin-right: 14px !important;
    width: auto !important;
  }
}


/* 岗位展示缓慢无缝滚动 */
.m-gangwei-scroll {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.m-gangwei-scroll::-webkit-scrollbar { display: none; height: 0; }
.m-gangwei-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
}
@media screen and (min-width: 981px) {
  .m-gangwei-section { overflow: hidden; }
  .m-gangwei-scroll { width: 100%; }
  .m-gangwei-track li {
    flex: 0 0 280px !important;
    width: 280px !important;
    max-width: 280px !important;
  }
}


/* ===== 岗位展示：CSS 缓慢无缝滚动（稳定版） ===== */
.m-marquee {
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
  position: relative;
}
.m-marquee-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: mGangweiScroll 40s linear infinite;
  will-change: transform;
}
.m-marquee:hover .m-marquee-track,
.m-marquee:active .m-marquee-track {
  animation-play-state: paused;
}
@keyframes mGangweiScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.m-marquee-item {
  flex: 0 0 auto;
  width: 260px;
  margin-right: 14px;
  text-decoration: none !important;
  color: #333 !important;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,.1);
}
.m-marquee-item img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #eee;
}
.m-marquee-item span {
  display: block;
  padding: 10px 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #1b5e20;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 980px) {
  .m-marquee-item {
    width: 70vw;
    max-width: 300px;
  }
  .m-marquee-item img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .m-gangwei-section {
    margin: 12px 14px 18px !important;
    padding: 14px 0 16px !important;
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 18px rgba(0,0,0,.06) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .m-marquee-track { animation: none; }
}

/* ===== 全站配色与顶部美化 ===== */
:root {
  --c-primary: #1b7a3d;
  --c-primary-dark: #145c2e;
  --c-primary-light: #e8f5e9;
  --c-accent: #c9a227;
  --c-bg: #f3f6f4;
  --c-card: #ffffff;
  --c-text: #222;
  --c-muted: #888;
}

/* 顶部品牌条 */
.site-header.m-header,
.site-header.header {
  background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%) !important;
  border-bottom: none !important;
  box-shadow: 0 2px 12px rgba(27,122,61,.08) !important;
}
.site-header .m-header-inner {
  min-height: 58px !important;
}
.site-header .m-logo img {
  max-height: 44px !important;
}
.m-nav-btn {
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-dark)) !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 12px rgba(27,122,61,.3) !important;
}

/* PC 导航条配色 */
.site-nav.menu,
.menu {
  background: linear-gradient(90deg, #1b7a3d 0%, #159a4a 50%, #1b7a3d 100%) !important;
  box-shadow: 0 3px 10px rgba(0,0,0,.12) !important;
}

@media screen and (max-width: 980px) {
  body {
    background: var(--c-bg) !important;
  }
  .main {
    background: var(--c-bg) !important;
  }

  /* 去掉字母装饰残留 */
  .main_title > span:first-child,
  .m-sec-letter,
  .pro_tit > span,
  .ct_tit > span {
    display: none !important;
  }

  .main_title,
  .m-sec-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: var(--c-primary-dark) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    border-bottom: 2px solid var(--c-primary) !important;
    padding: 0 0 10px !important;
    margin: 0 0 12px !important;
  }
  .m-sec-name {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: var(--c-primary-dark) !important;
  }
  .m-sec-more {
    background: linear-gradient(135deg, var(--c-primary), #22a34a) !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 5px 14px !important;
    font-size: 12px !important;
  }

  /* 卡片统一 */
  .main_pro,
  .contact_box,
  .about_box,
  .news_box,
  .m-gangwei-section {
    background: var(--c-card) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 16px rgba(27,122,61,.07) !important;
    border: 1px solid rgba(27,122,61,.06) !important;
  }

  .contact_box {
    background: linear-gradient(165deg, #eaf7ee 0%, #fff 45%) !important;
  }

  .footer {
    background: linear-gradient(180deg, #1a3d28 0%, #122a1c 100%) !important;
    color: #c8d9ce !important;
  }
  .footer a { color: #9ee0b0 !important; }

  /* 产品标题颜色 */
  .main_pro ul.product li b a,
  .m-product-name {
    color: #2a4a35 !important;
  }

  /* 新闻 */
  ul.news li a, .m-news-item a {
    color: #1f2f24 !important;
  }

  /* 顶部小提示「最新推荐」弱化 */
  .main_plist {
    color: var(--c-primary) !important;
    font-size: 13px !important;
    opacity: .85;
  }
}

/* PC 也隐藏标题前字母 */
.main_title.pro_tit span:first-child,
.main_title.ct_tit span:first-child,
.main_title > span:first-child:not(.more):not(.fr) {
  /* 保留 more，去掉单字母 */
}
.main_title.pro_tit > span:first-child,
.main_title.ct_tit > span:first-child {
  display: none !important;
}

/* 客服按钮不挡住页面点击 */
.float-kefu {
  pointer-events: none;
}
.float-kefu a {
  pointer-events: auto;
}
.product a, .news a, .m-product-link, .m-marquee-item, .m-gangwei-item a {
  position: relative;
  z-index: 2;
}
