/* ============================================================
   重庆筱筑陶商贸有限公司 - 运动服饰企业官网
   还原参考站：响应式品牌运动服装网站模板
   主色 #FF0036 / 辅色 #F8E88E / 深底 #333 / #666
   ============================================================ */

/* ---------- 基础重置 ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: all .35s ease; -webkit-transition: all .35s ease; }
a:hover { color: #FF0036; text-decoration: none; }
img { max-width: 100%; border: 0; vertical-align: middle; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea, button, select { font-family: inherit; font-size: inherit; outline: none; }
.clearfix::after { content: ""; display: block; clear: both; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ---------- 图片兜底 ---------- */
.img-fallback {
  background: linear-gradient(135deg, #FF0036, #F8E88E);
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%; min-height: 180px;
  color: #fff; font-size: 13px; text-align: center; padding: 10px;
}

/* ---------- 容器与栅格 ---------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.row { display: flex; flex-wrap: wrap; }
.col-xs-12 { width: 100%; }
.col-xs-6  { width: 50%; }
.col-sm-6  { width: 50%; }
.col-sm-4  { width: 33.3333%; }
.col-sm-3  { width: 25%; }
.col-md-2  { width: 16.6667%; }
.col-md-3  { width: 25%; }
.col-md-4  { width: 33.3333%; }
.col-md-5  { width: 41.6667%; }
.col-md-6  { width: 50%; }
.col-md-7  { width: 58.3333%; }
.col-md-8  { width: 66.6667%; }
.col-md-9  { width: 75%; }
.col-md-12 { width: 100%; }
[class*="col-"] { box-sizing: border-box; padding: 0 15px; }

/* ---------- 通用标题 index-title ---------- */
.index-title { text-align: center; padding: 48px 0 30px; }
.index-title .title1 { display: inline-block; }
.index-title .title1 .ti { font-size: 30px; color: #111; font-weight: bold; letter-spacing: 1px; }
.index-title .title1 .ti em { color: #FF0036; font-style: normal; }
.index-title .title2 { font-size: 14px; color: #999; margin-top: 10px; letter-spacing: 2px; text-transform: uppercase; }
.index-title .title3 { content: ""; display: inline-block; width: 70px; height: 3px; background-color: #FF0036; margin-top: 14px; }
.index-title.left { text-align: left; }
.index-title.left .title3 { margin-left: 0; }

/* ============================================================
   顶部 topbox（信息栏 + 导航栏，同一容器内）
   ============================================================ */
.topbox { position: relative; z-index: 50; background: #fff; }
.topbox.fixed { position: fixed; top: 0; left: 0; width: 100%; box-shadow: 0 2px 12px rgba(0,0,0,.08); }

/* 顶部信息栏 header */
.header { padding: 18px 0; border-bottom: 1px solid #f0f0f0; }
.header .row { align-items: center; }
.logo { display: flex; align-items: center; }
.logo-icon {
  width: 52px; height: 52px; flex: 0 0 52px; margin-right: 14px;
  display: flex; align-items: center; justify-content: center;
}
.logo-text { display: flex; flex-direction: column; justify-content: center; }
.logo-name { font-size: 24px; font-weight: bold; color: #222; letter-spacing: 1px; line-height: 1.2; }
.logo-name span { color: #FF0036; }
.logo-sub { font-size: 12px; color: #999; letter-spacing: 4px; margin-top: 4px; text-transform: uppercase; }

.header-right { display: flex; align-items: center; justify-content: flex-end; }
.header-tel { display: flex; align-items: center; }
.tel-icon {
  width: 40px; height: 40px; border-radius: 50%; background: #FF0036; color: #fff;
  display: flex; align-items: center; justify-content: center; margin-right: 12px; font-size: 18px;
}
.header-tel-label { font-size: 12px; color: #999; line-height: 1.2; }
.header-tel-num { font-size: 22px; color: #FF0036; font-weight: bold; letter-spacing: 1px; line-height: 1.2; }

.menu-icon {
  display: none; width: 44px; height: 44px; cursor: pointer; margin-left: 18px;
  flex-direction: column; justify-content: center; align-items: center;
}
.menu-icon span { display: block; width: 26px; height: 3px; background: #333; margin: 3px 0; transition: .3s; }

/* 主导航 menuBox */
.menuBox { background: #fff; border-bottom: 2px solid #FF0036; }
.pc-menu { position: relative; }
.pc-menu .menu { display: flex; }
.pc-menu .menu .nLi { position: relative; width: 16.6667%; text-align: center; }
.pc-menu .menu .nLi .nav-link {
  display: block; line-height: 52px; font-size: 16px; color: #444; font-weight: bold;
  position: relative;
}
.pc-menu .menu .nLi .nav-link .caret { font-size: 12px; color: #bbb; margin-left: 4px; }
.pc-menu .menu .nLi:hover .nav-link,
.pc-menu .menu .nLi.on .nav-link { color: #FF0036; background: #fafafa; }
.pc-menu .menu .nLi.on .nav-link::after,
.pc-menu .menu .nLi:hover .nav-link::after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 36px; height: 3px; background: #FF0036;
}
/* 下拉菜单 */
.pc-menu .menu .nLi .sub {
  position: absolute; top: 52px; left: 0; width: 100%; z-index: 20;
  background: rgba(255,255,255,.98); box-shadow: 0 6px 14px rgba(0,0,0,.12);
  display: none; padding: 8px 0;
}
.pc-menu .menu .nLi:hover .sub { display: block; animation: dropIn .25s ease; }
@keyframes dropIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.pc-menu .menu .nLi .sub .sub-item a {
  display: block; line-height: 38px; font-size: 14px; color: #555; padding: 0 10px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pc-menu .menu .nLi .sub .sub-item a:hover { color: #fff; background: #FF0036; }

/* 移动端抽屉导航 m-nav */
.m-overlay { display: none; }
.m-nav { display: none; }

/* ============================================================
   Banner 轮播
   ============================================================ */
.banner { position: relative; overflow: hidden; background: #222; }
.banner .owl-demo { position: relative; }
.banner-item { position: relative; display: none; }
.banner-item.active { display: block; }
.banner-item .banner-img { width: 100%; height: 560px; object-fit: cover; display: block; }
.banner-mask { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 60%, rgba(0,0,0,0) 100%); }
.banner-text { position: absolute; left: 8%; top: 50%; transform: translateY(-50%); color: #fff; max-width: 560px; z-index: 5; }
.banner-text .banner-text-sub { font-size: 14px; letter-spacing: 6px; color: #F8E88E; text-transform: uppercase; margin-bottom: 14px; }
.banner-text .banner-text-title { font-size: 42px; font-weight: bold; line-height: 1.25; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.banner-text .banner-text-desc { font-size: 16px; margin-top: 18px; line-height: 1.7; opacity: .92; }
.banner-text .banner-text-btn {
  display: inline-block; margin-top: 26px; padding: 12px 34px; background: #FF0036; color: #fff;
  font-size: 15px; border-radius: 2px; border: 2px solid #FF0036;
}
.banner-text .banner-text-btn:hover { background: transparent; color: #fff; border-color: #fff; }

.owl-controls { position: absolute; bottom: 22px; left: 0; width: 100%; text-align: center; z-index: 10; }
.owl-dot { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.5); margin: 0 5px; cursor: pointer; transition: .3s; }
.owl-dot.active { background: #FF0036; width: 30px; border-radius: 6px; }
.owl-nav { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); display: flex; justify-content: space-between; padding: 0 2%; z-index: 10; }
.owl-prev, .owl-next {
  width: 46px; height: 46px; border-radius: 50%; background: rgba(0,0,0,.3); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 22px; cursor: pointer; transition: .3s;
}
.owl-prev:hover, .owl-next:hover { background: #FF0036; }

/* ============================================================
   主内容 content
   ============================================================ */
.content { background: #fff; }

/* ---- 关于我们 index-about ---- */
.index-about { background: #fff; }
.about-content { background: #F5F5F5; display: flex; align-items: stretch; overflow: hidden; }
.about-content-left { width: 50%; padding: 50px 46px; }
.about-content-left .about-tag { font-size: 13px; color: #FF0036; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; }
.about-content-left .about-h { font-size: 26px; font-weight: bold; color: #222; margin-bottom: 18px; }
.about-content-left .about-h em { color: #FF0036; font-style: normal; }
.about-content-left .about-text { color: #666; line-height: 1.9; font-size: 14px; margin-bottom: 14px; text-indent: 2em; }
.about-content-left .about-btn {
  display: inline-block; margin-top: 18px; padding: 11px 30px; background: #FF0036; color: #fff;
  font-size: 14px; border-radius: 2px;
}
.about-content-left .about-btn:hover { background: #c8002a; color: #fff; box-shadow: 4px 0 10px rgba(255,0,54,.3); }
.about-content-right { width: 50%; position: relative; overflow: hidden; min-height: 320px; }
.about-content-right .about-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s; }
.about-content-right:hover .about-img { transform: scale(1.06); }

/* ---- 核心业务 index-type（2×2 图标格） ---- */
.index-type { background: #fafafa; padding: 30px 0 60px; }
.type-box { padding: 10px; }
.type-main { display: flex; flex-wrap: wrap; }
.type-item { width: 50%; padding: 12px; }
.type-link {
  display: block; padding: 34px 14px; border: 1px solid #e2e2e2; background: #fff; text-align: center;
  transition: all .35s ease; height: 100%;
}
.type-link .type-icon {
  width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; background: #FFF1F3; color: #FF0036;
  display: flex; align-items: center; justify-content: center; font-size: 28px; transition: all .35s ease;
}
.type-link .type-text .tt { font-size: 17px; color: #222; font-weight: bold; margin-bottom: 6px; }
.type-link .type-text .td { font-size: 12px; color: #999; line-height: 1.5; }
.type-link:hover { background: #FF0036; border-color: #FF0036; transform: translateY(-6px); box-shadow: 0 10px 24px rgba(255,0,54,.18); }
.type-link:hover .type-icon { background: rgba(255,255,255,.2); color: #fff; }
.type-link:hover .type-text .tt,
.type-link:hover .type-text .td { color: #fff; }

/* ---- 产品展示 index-pro ---- */
.index-pro { padding-bottom: 50px; text-align: center; }
.pro-type { display: inline-flex; margin-bottom: 10px; }
.pro-tab {
  width: 170px; height: 50px; line-height: 50px; background: #333; color: #fff; font-size: 16px;
  cursor: pointer; margin: 0 6px; transition: all .3s ease;
}
.pro-tab.active, .pro-tab:hover { background: #FF0036; }
.pro-listBox { overflow: hidden; margin-top: 26px; }
.pro-scroll {
  display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 15px 18px;
  scrollbar-width: thin;
}
.pro-scroll::-webkit-scrollbar { height: 6px; }
.pro-scroll::-webkit-scrollbar-thumb { background: #FF0036; border-radius: 3px; }
.pro-list { display: flex; flex-wrap: wrap; gap: 24px; width: 100%; }
.pro-list.grid .pro-item { width: calc((100% - 72px) / 4); }
.pro-item { flex: 0 0 auto; width: 280px; scroll-snap-align: start; }
.pro-card { display: block; background: #fff; }
.pro-card-img { border: 1px solid #ececec; overflow: hidden; position: relative; }
.pro-card-img img { width: 100%; height: 230px; object-fit: cover; display: block; transition: transform .4s ease; }
.pro-card:hover .pro-card-img img { transform: scale(1.12); }
.pro-card:hover .pro-card-img { border-color: #FF0036; }
.pro-card-name { font-size: 15px; color: #333; margin-top: 14px; text-align: center; font-weight: bold; }
.pro-card-desc { font-size: 12px; color: #999; text-align: center; margin-top: 6px; padding: 0 6px; }
.pro-card:hover .pro-card-name { color: #FF0036; }
.pro-more { display: inline-block; margin-top: 34px; padding: 11px 36px; border: 2px solid #333; color: #333; font-size: 14px; }
.pro-more:hover { background: #FF0036; border-color: #FF0036; color: #fff; }

/* ---- 新闻中心 index-news（左大图 + 右列表） ---- */
.index-news { padding: 44px 0 58px; background: #EBEBEB; }
.index-news .row { align-items: stretch; }
.index-newsLeft { padding-right: 12px; }
.news-image { position: relative; overflow: hidden; height: 100%; min-height: 320px; }
.news-image > a { display: block; height: 100%; }
.news-image .news-img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; transition: transform .4s ease; }
.news-image:hover .news-img { transform: scale(1.08); }
.pop-text { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px 5%; background: rgba(0,0,0,.6); text-align: left; }
.pop-text .pop-text-title { font-size: 17px; color: #fff; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pop-text .pop-text-desc { color: #ddd; line-height: 1.6; margin-top: 6px; font-size: 13px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.index-newsRight { padding-left: 12px; }
.index-newsRight .index-title { padding: 0 0 18px; text-align: left; }
.index-newsRight .index-title .title3 { margin-left: 0; }
.index-newsList .news-item { position: relative; margin-top: 18px; }
.index-newsList .news-date {
  position: absolute; left: 0; top: 14px; background: #666; color: #fff; z-index: 5;
  padding: 12px 12px; text-align: center; line-height: 1.2; min-width: 64px;
}
.index-newsList .news-item:first-child .news-date,
.index-newsList .news-item:hover .news-date { background: #FF0036; }
.index-newsList .news-date .news-date-day { font-size: 24px; font-weight: bold; }
.index-newsList .news-date .news-date-month { font-size: 12px; }
.index-newsList .news-text { border: 1px solid #c8c8c8; margin-left: 88px; padding: 16px 22px 16px 22px; background: #fff; transition: .3s; }
.index-newsList .news-item:hover .news-text { border-color: #FF0036; box-shadow: 0 6px 16px rgba(0,0,0,.08); }
.index-newsList .news-text .news-text-title { font-size: 16px; color: #262626; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index-newsList .news-item:hover .news-text-title a { color: #FF0036; }
.index-newsList .news-text .news-text-desc { line-height: 1.7; height: 46px; overflow: hidden; margin-top: 8px; color: #888; font-size: 13px; }

/* ---- 合作伙伴 partner ---- */
.partner { padding: 40px 0 56px; background: #fff; }
.partner-list { display: flex; flex-wrap: wrap; margin-top: 30px; }
.partner-item { width: 16.6667%; padding: 8px; }
.partner-card { border: 1px solid #eee; height: 90px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #888; font-weight: bold; transition: .3s; background: #fff; }
.partner-card:hover { border-color: #FF0036; color: #FF0036; box-shadow: 0 6px 14px rgba(0,0,0,.06); }

/* ============================================================
   页脚 footer
   ============================================================ */
.footer { margin-top: 0; background: #fff; }
.friendLink { padding: 22px 0; background: #333; color: #C6C6C6; line-height: 1.8; }
.friendLink .friend-title { color: #fff; font-weight: bold; font-size: 14px; margin-bottom: 6px; }
.friendLink .friend-links { display: flex; flex-wrap: wrap; }
.friendLink .friend-link-item { position: relative; padding: 0 16px; }
.friendLink .friend-link-item::after { content: ""; position: absolute; right: 0; top: 4px; width: 1px; height: 14px; background: #777; }
.friendLink .friend-link-item:last-child::after { display: none; }
.friendLink .friend-link-item a { color: #C6C6C6; font-size: 13px; }
.friendLink .friend-link-item a:hover { color: #F8E88E; }

.foot { padding: 36px 0 30px; background: #666; color: #ddd; }
.foot .foot-inner { display: flex; flex-wrap: wrap; }
.foot .foot-col { padding: 0 15px; }
.foot .foot-col.about-col { width: 34%; }
.foot .foot-col.nav-col { width: 30%; }
.foot .foot-col.contact-col { width: 20%; }
.foot .foot-col.ewm-col { width: 16%; }
.foot .foot-title { color: #fff; font-size: 16px; font-weight: bold; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px dashed #9E9E9E; }
.foot .foot-about { color: #ccc; line-height: 1.9; font-size: 13px; }
.foot .webIndex { display: flex; flex-wrap: wrap; }
.foot .webIndex-item { width: 50%; margin-bottom: 8px; }
.foot .webIndex-item a { color: #ddd; font-size: 13px; }
.foot .webIndex-item a:hover { color: #F8E88E; padding-left: 4px; }
.foot .foot-contact li { color: #ddd; font-size: 13px; line-height: 2; }
.foot .foot-contact li i { width: 18px; color: #F8E88E; }
.footer-ewm { text-align: center; }
.footer-ewm .ewm-item { margin-bottom: 12px; }
.footer-ewm .ewm-img { width: 100px; height: 100px; background: #fff; padding: 4px; display: inline-block; }
.footer-ewm .ewm-name { color: #ddd; font-size: 12px; margin-top: 6px; }

.copyright { background: #4a4a4a; color: #bbb; text-align: center; padding: 14px 15px; font-size: 13px; line-height: 1.8; }
.copyright a { color: #bbb; }
.copyright a:hover { color: #F8E88E; }
.copyright .icp { margin-left: 8px; }

/* 移动端底部工具条 m-foot */
.m-foot { display: none; }

/* ============================================================
   内页：Banner + 面包屑
   ============================================================ */
.n-banner { position: relative; height: 300px; overflow: hidden; background: #222; }
.n-banner .n-banner-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.n-banner .n-banner-mask { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.6), rgba(0,0,0,.25)); }
.n-banner .n-banner-text { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; }
.n-banner .n-banner-text .container h2 { color: #fff; font-size: 34px; font-weight: bold; }
.n-banner .n-banner-text .container i { display: block; color: #F8E88E; font-size: 14px; letter-spacing: 4px; margin-top: 8px; font-style: normal; text-transform: uppercase; }

.ntit { background: #f6f6f6; border-bottom: 1px solid #eee; }
.ntt { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.ntt-left { display: flex; align-items: baseline; }
.ntt-left h1 { font-size: 22px; color: #222; font-weight: bold; }
.ntt-left i { font-size: 13px; color: #bbb; margin-left: 12px; font-style: normal; letter-spacing: 2px; text-transform: uppercase; }
.weiz { color: #999; font-size: 13px; }
.weiz a { color: #888; }
.weiz a:hover { color: #FF0036; }
.weiz .crumb-sep { margin: 0 6px; color: #ccc; }

/* 内页主体布局：左侧栏 + 主内容 */
.page-wrap { padding: 40px 0 60px; }
.page-wrap .row { align-items: flex-start; }
._aside { width: 26%; padding-right: 20px; }
._aside .aside-box { background: #fff; border: 1px solid #eee; }
._aside .aside-title {
  background: #FF0036; color: #fff; text-align: center; padding: 26px 14px;
}
._aside .aside-title .at-zh { font-size: 22px; font-weight: bold; }
._aside .aside-title .at-en { font-size: 12px; letter-spacing: 3px; opacity: .8; margin-top: 6px; text-transform: uppercase; }
.sidemenu { padding: 8px 0; }
.sidemenu .sub1 { margin: 0 12px; }
.sidemenu .sub1 > .sub1_a {
  display: block; font-size: 15px; color: #444; line-height: 46px; padding: 0 18px;
  border-bottom: 1px dashed #e2e2e2; position: relative;
}
.sidemenu .sub1:last-child > .sub1_a { border-bottom: none; }
.sidemenu .sub1 > .sub1_a::before {
  content: ""; position: absolute; left: 4px; top: 50%; transform: translateY(-50%);
  width: 6px; height: 6px; background: #ddd; border-radius: 50%; transition: .3s;
}
.sidemenu .sub1.current > .sub1_a,
.sidemenu .sub1:hover > .sub1_a { background: #FFF1F3; color: #FF0036; font-weight: bold; }
.sidemenu .sub1.current > .sub1_a::before,
.sidemenu .sub1:hover > .sub1_a::before { background: #FF0036; }

._aside .aside-contact { background: #333; color: #ddd; padding: 22px 18px; margin-top: 18px; }
._aside .aside-contact h3 { color: #fff; font-size: 16px; margin-bottom: 12px; }
._aside .aside-contact p { font-size: 13px; line-height: 2; color: #ccc; }
._aside .aside-contact p .ac-num { color: #F8E88E; font-size: 20px; font-weight: bold; }

.main { width: 74%; }
.main.only { width: 100%; }

/* 通用列表页标题 */
.page-head { padding-bottom: 18px; border-bottom: 1px solid #eee; margin-bottom: 24px; }
.page-head h2 { font-size: 22px; color: #222; font-weight: bold; }
.page-head .ph-en { font-size: 12px; color: #bbb; letter-spacing: 2px; margin-top: 4px; text-transform: uppercase; }

/* ============================================================
   产品列表页 list-image
   ============================================================ */
.list-image { margin-top: 6px; }
.list-image .list-row { display: flex; flex-wrap: wrap; }
.list-image .list-card { width: 33.3333%; padding: 12px; }
.list-card-inner { display: block; border: 1px solid #eee; background: #fff; transition: .3s; }
.list-card-inner .list-card-img { overflow: hidden; }
.list-card-inner .list-card-img img { width: 100%; height: 240px; object-fit: cover; display: block; transition: transform .4s ease; }
.list-card-inner:hover .list-card-img img { transform: scale(1.1); }
.list-card-inner .list-card-name { padding: 14px 8%; line-height: 48px; color: #444; text-align: center; border-top: 1px solid #f0f0f0; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-card-inner:hover { box-shadow: 0 8px 18px rgba(0,0,0,.1); border-color: #FF0036; }
.list-card-inner:hover .list-card-name { background: #666; color: #fff; border-top-color: #666; }

/* ============================================================
   新闻列表页 list-imagetext（左图右文）
   ============================================================ */
.list-imagetext { margin-top: 6px; }
.list-imagetext .list-it-item { margin-top: 20px; }
.list-imagetext .list-it-item:first-child { margin-top: 0; }
.list-it-link { display: flex; border: 1px solid #e0e0e0; padding: 16px; position: relative; transition: .3s; align-items: stretch; background: #fff; }
.list-it-img { width: 240px; flex: 0 0 240px; overflow: hidden; }
.list-it-img img { width: 100%; height: 150px; object-fit: cover; display: block; transition: transform .4s ease; }
.list-it-link:hover .list-it-img img { transform: scale(1.1); }
.list-it-text { flex: 1; margin-left: 22px; position: relative; }
.list-it-text .list-it-title { font-size: 17px; color: #262626; font-weight: bold; position: relative; padding-left: 12px; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-it-text .list-it-title::before { content: ""; position: absolute; left: 0; top: 8px; width: 3px; height: 16px; background: #FF0036; }
.list-it-link:hover .list-it-title { color: #FF0036; }
.list-it-meta { font-size: 12px; color: #999; margin-bottom: 8px; }
.list-it-meta span { margin-right: 16px; }
.list-it-text .list-it-desc { color: #888; line-height: 1.8; font-size: 13px; height: 56px; overflow: hidden; }
.list-it-link:hover { box-shadow: 0 6px 16px rgba(0,0,0,.1); border-color: #FF0036; }
.list-it-arrow { position: absolute; right: 8px; bottom: 8px; padding: 8px 12px; background: #ccc; color: #fff; transition: .3s; }
.list-it-link:hover .list-it-arrow { background: #F8E88E; color: #333; }

/* 分页 pagebar */
.pagebar { text-align: center; margin-top: 34px; padding-bottom: 10px; }
.pagebar a, .pagebar span {
  display: inline-block; min-width: 38px; height: 38px; line-height: 38px; padding: 0 10px;
  margin: 0 3px; border: 1px solid #ddd; color: #666; font-size: 14px;
}
.pagebar a:hover, .pagebar span.cur { background: #FF0036; color: #fff; border-color: #FF0036; }

/* ============================================================
   产品详情 product_detail
   ============================================================ */
.product_detail { background: #fff; }
.product_detail .pd-title { padding-bottom: 16px; border-bottom: 1px dashed #ccc; text-align: center; }
.product_detail .pd-title h1 { font-size: 24px; font-weight: bold; color: #222; margin-bottom: 10px; }
.product_detail .pd-title .pd-box { font-size: 13px; color: #999; }
.product_detail .pd-title .pd-box span { margin: 0 10px; }
.pd-top { display: flex; gap: 30px; margin-top: 24px; flex-wrap: wrap; }
.pd-gallery { width: 44%; }
.pd-main-img { border: 1px solid #eee; overflow: hidden; }
.pd-main-img img { width: 100%; height: 380px; object-fit: cover; display: block; }
.pd-thumbs { display: flex; gap: 10px; margin-top: 10px; }
.pd-thumb { width: 80px; height: 80px; border: 1px solid #eee; cursor: pointer; overflow: hidden; }
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumb.active, .pd-thumb:hover { border-color: #FF0036; }
.pd-info { flex: 1; min-width: 280px; }
.pd-info .pd-info-h { font-size: 18px; color: #FF0036; font-weight: bold; margin-bottom: 14px; }
.pd-info .pd-info-desc { color: #777; line-height: 1.9; font-size: 14px; margin-bottom: 18px; }
.pd-info .pd-btns { margin-top: 18px; }
.pd-info .pd-btn { display: inline-block; padding: 11px 30px; margin-right: 12px; font-size: 14px; }
.pd-info .pd-btn.primary { background: #FF0036; color: #fff; }
.pd-info .pd-btn.ghost { border: 1px solid #FF0036; color: #FF0036; }
.pd-content { margin-top: 30px; }
.pd-content .pd-content-title { font-size: 18px; color: #222; font-weight: bold; padding-left: 14px; border-left: 4px solid #FF0036; margin: 26px 0 16px; line-height: 1; }
.pd-content .pd-para { color: #555; line-height: 2; font-size: 14px; margin-bottom: 14px; text-indent: 2em; }
.pd-params { width: 100%; border-collapse: collapse; margin: 10px 0; font-size: 14px; }
.pd-params th, .pd-params td { border: 1px solid #e8e8e8; padding: 11px 16px; text-align: left; }
.pd-params th { background: #f7f7f7; color: #555; width: 28%; font-weight: normal; }
.pd-params td { color: #666; }
.pd-features { display: flex; flex-wrap: wrap; gap: 16px; }
.pd-features .feature-item { width: calc((100% - 32px) / 3); padding: 18px; border: 1px solid #eee; display: flex; align-items: flex-start; gap: 12px; }
.pd-features .feature-icon { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: #FFF1F3; color: #FF0036; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.pd-features .feature-text .ft { font-weight: bold; color: #333; margin-bottom: 4px; }
.pd-features .feature-text .fd { font-size: 12px; color: #999; line-height: 1.5; }
.related-pro { margin-top: 30px; }
.related-pro .related-list { display: flex; flex-wrap: wrap; gap: 16px; }
.related-pro .related-item { width: calc((100% - 32px) / 3); }
.related-pro .related-card { display: block; border: 1px solid #eee; }
.related-pro .related-card img { width: 100%; height: 170px; object-fit: cover; display: block; transition: transform .4s; }
.related-pro .related-card:hover img { transform: scale(1.08); }
.related-pro .related-card .rc-name { padding: 12px; text-align: center; font-size: 14px; color: #444; }
.related-pro .related-card:hover { border-color: #FF0036; }
.related-pro .related-card:hover .rc-name { color: #FF0036; }

/* 详情翻页 pageTurning */
.pageTurning { margin-top: 28px; padding-top: 18px; border-top: 1px dashed #ccc; }
.pageTurning .prevs, .pageTurning .nexts { display: block; font-size: 14px; background: #f2f2f2; line-height: 38px; padding: 0 16px; margin-bottom: 6px; color: #666; }
.pageTurning .prevs:hover, .pageTurning .nexts:hover { background: #FF0036; color: #fff; }

/* ============================================================
   新闻详情 news_detail
   ============================================================ */
.news_detail { background: #fff; }
.news_detail .nd-title { padding-bottom: 16px; border-bottom: 1px dashed #ccc; text-align: center; }
.news_detail .nd-title h1 { font-size: 24px; font-weight: bold; color: #222; margin-bottom: 12px; line-height: 1.4; }
.news_detail .nd-title .nd-box { font-size: 13px; color: #999; }
.news_detail .nd-title .nd-box span { margin: 0 10px; }
.news_detail .nd-content { margin-top: 26px; }
.news_detail .nd-para { color: #555; line-height: 2; font-size: 14px; margin-bottom: 16px; text-indent: 2em; }
.news_detail .nd-para strong { color: #222; }
.news_detail .nd-img { margin: 18px 0; text-align: center; }
.news_detail .nd-img img { max-width: 100%; height: auto; border: 1px solid #eee; }

/* ============================================================
   关于我们 about-page
   ============================================================ */
.about-page { background: #fff; }
.about-intro { display: flex; gap: 30px; flex-wrap: wrap; align-items: center; margin-bottom: 10px; }
.about-intro .ai-img { width: 44%; }
.about-intro .ai-img img { width: 100%; height: 320px; object-fit: cover; display: block; }
.about-intro .ai-text { flex: 1; min-width: 280px; }
.about-intro .ai-text .ai-h { font-size: 22px; color: #222; font-weight: bold; margin-bottom: 14px; }
.about-intro .ai-text .ai-h em { color: #FF0036; font-style: normal; }
.about-intro .ai-text .ai-p { color: #666; line-height: 2; font-size: 14px; margin-bottom: 12px; text-indent: 2em; }
.about-stats { display: flex; flex-wrap: wrap; background: #FF0036; color: #fff; margin: 28px 0; }
.about-stats .stat-item { width: 25%; text-align: center; padding: 28px 10px; border-right: 1px solid rgba(255,255,255,.2); }
.about-stats .stat-item:last-child { border-right: none; }
.about-stats .stat-num { font-size: 38px; font-weight: bold; color: #F8E88E; line-height: 1.2; }
.about-stats .stat-num small { font-size: 16px; }
.about-stats .stat-label { font-size: 14px; margin-top: 6px; }

.section-h { font-size: 20px; color: #222; font-weight: bold; padding-left: 14px; border-left: 4px solid #FF0036; margin: 34px 0 22px; line-height: 1; }

/* 发展历程 timeline */
.timeline { position: relative; padding: 20px 0 10px 0; margin: 0 0 10px 20px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: #FF0036; }
.timeline .tl-item { position: relative; padding: 0 0 26px 34px; }
.timeline .tl-item::before { content: ""; position: absolute; left: 2px; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid #FF0036; }
.timeline .tl-year { font-size: 20px; font-weight: bold; color: #FF0036; margin-bottom: 6px; }
.timeline .tl-title { font-size: 15px; font-weight: bold; color: #333; margin-bottom: 4px; }
.timeline .tl-desc { font-size: 13px; color: #888; line-height: 1.8; }

/* 企业文化 culture */
.culture-wrap { display: flex; flex-wrap: wrap; gap: 18px; }
.culture-card { width: calc((100% - 36px) / 3); padding: 28px 22px; background: #fafafa; border-top: 3px solid #FF0036; text-align: center; transition: .3s; }
.culture-card:hover { background: #fff; box-shadow: 0 10px 24px rgba(0,0,0,.08); transform: translateY(-4px); }
.culture-card .culture-icon { width: 60px; height: 60px; margin: 0 auto 14px; border-radius: 50%; background: #FFF1F3; color: #FF0036; display: flex; align-items: center; justify-content: center; font-size: 26px; }
.culture-card .culture-title { font-size: 17px; font-weight: bold; color: #222; margin-bottom: 10px; }
.culture-card .culture-desc { font-size: 13px; color: #888; line-height: 1.8; }

/* 团队 team */
.team-wrap { display: flex; flex-wrap: wrap; gap: 18px; }
.team-card { width: calc((100% - 54px) / 4); text-align: center; }
.team-card .team-img { width: 100%; height: 0; padding-bottom: 100%; border-radius: 50%; overflow: hidden; background: #eee; position: relative; }
.team-card .team-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.team-card .team-name { font-size: 16px; font-weight: bold; color: #333; margin-top: 14px; }
.team-card .team-role { font-size: 13px; color: #FF0036; margin-top: 4px; }

/* 资质荣誉 honor */
.honor-wrap { display: flex; flex-wrap: wrap; gap: 16px; }
.honor-item { width: calc((100% - 32px) / 3); border: 1px solid #eee; }
.honor-item img { width: 100%; height: 200px; object-fit: cover; display: block; }
.honor-item .hn-name { text-align: center; padding: 12px; font-size: 13px; color: #666; }

/* ============================================================
   联系我们 contact-page
   ============================================================ */
.contact-page { background: #fff; }
.contact-info { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 30px; }
.contact-info .info-item { width: calc((100% - 32px) / 3); padding: 26px 20px; background: #fafafa; border-left: 3px solid #FF0036; display: flex; align-items: center; gap: 16px; transition: .3s; }
.contact-info .info-item:hover { background: #FFF1F3; }
.contact-info .info-icon { width: 50px; height: 50px; flex: 0 0 50px; border-radius: 50%; background: #FF0036; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.contact-info .info-text .info-label { font-size: 12px; color: #999; }
.contact-info .info-text .info-value { font-size: 15px; color: #333; font-weight: bold; margin-top: 2px; word-break: break-all; }
.contact-main { display: flex; gap: 30px; flex-wrap: wrap; }
.contact-form { flex: 1; min-width: 300px; }
.contact-form .cf-h { font-size: 18px; font-weight: bold; color: #222; margin-bottom: 18px; padding-left: 12px; border-left: 4px solid #FF0036; line-height: 1; }
.form-group { margin-bottom: 16px; }
.form-group .form-label { display: block; font-size: 13px; color: #666; margin-bottom: 6px; }
.form-group .form-label .req { color: #FF0036; }
.form-group .form-input, .form-group .form-textarea {
  width: 100%; padding: 11px 14px; border: 1px solid #ddd; font-size: 14px; color: #333; background: #fff; transition: .3s;
}
.form-group .form-input:focus, .form-group .form-textarea:focus { border-color: #FF0036; }
.form-group .form-textarea { min-height: 130px; resize: vertical; }
.form-btn { padding: 12px 38px; background: #FF0036; color: #fff; border: none; font-size: 15px; cursor: pointer; transition: .3s; }
.form-btn:hover { background: #c8002a; }
.contact-map { width: 44%; }
.contact-map .map-h { font-size: 18px; font-weight: bold; color: #222; margin-bottom: 18px; padding-left: 12px; border-left: 4px solid #FF0036; line-height: 1; }
.contact-map .map-box { width: 100%; min-height: 320px; border: 1px solid #eee; background: #f5f5f5; display: flex; align-items: center; justify-content: center; text-align: center; }
.contact-map .map-box .map-placeholder { padding: 36px 26px; }
.contact-map .map-box .map-placeholder > .fa-map-marker { font-size: 56px; color: #FF0036; }
.contact-map .map-box .map-placeholder .mp-title { font-size: 18px; font-weight: bold; color: #333; margin: 16px 0 10px; }
.contact-map .map-box .map-placeholder .mp-addr { color: #666; font-size: 14px; line-height: 1.9; max-width: 420px; margin: 0 auto; }
.contact-map .map-box .map-placeholder .mp-btn { display: inline-block; margin-top: 20px; padding: 11px 30px; background: #FF0036; color: #fff; font-size: 14px; border-radius: 2px; border: 2px solid #FF0036; }
.contact-map .map-box .map-placeholder .mp-btn:hover { background: transparent; color: #FF0036; }
.contact-map .map-box .map-placeholder .mp-tip { margin-top: 16px; color: #aaa; font-size: 12px; }

/* ============================================================
   动画 fade-in（渐进增强：默认可见，仅 JS 启用时隐藏）
   ============================================================ */
.fade-in { opacity: 1; transform: none; }
html.js .fade-in { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
html.js .fade-in.visible { opacity: 1; transform: none; }

/* 返回顶部 back-top */
.back-top {
  position: fixed; right: 24px; bottom: 30px; width: 46px; height: 46px; background: #FF0036; color: #fff;
  display: none; align-items: center; justify-content: center; cursor: pointer; z-index: 200; font-size: 20px; transition: .3s;
}
.back-top.show { display: flex; }
.back-top:hover { background: #c8002a; }

/* 右侧悬浮工具条 right-bar */
.right-bar { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 200; }
.right-bar .rb-item { width: 56px; height: 56px; background: #333; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 2px; cursor: pointer; position: relative; transition: .3s; font-size: 12px; }
.right-bar .rb-item i { font-size: 18px; margin-bottom: 2px; }
.right-bar .rb-item:hover { background: #FF0036; }
.right-bar .rb-item .rb-pop { position: absolute; right: 64px; top: 0; background: #fff; color: #333; border: 1px solid #eee; padding: 10px 14px; white-space: nowrap; display: none; box-shadow: 0 4px 12px rgba(0,0,0,.12); font-size: 13px; }
.right-bar .rb-item:hover .rb-pop { display: block; }

/* ============================================================
   响应式：平板 <=992px
   ============================================================ */
@media (max-width: 992px) {
  .banner-item .banner-img { height: 420px; }
  .banner-text .banner-text-title { font-size: 30px; }
  .index-title { padding: 34px 0 22px; }
  .index-title .title1 .ti { font-size: 24px; }
  .about-content-left { padding: 36px 28px; }
  .about-content-left .about-h { font-size: 22px; }
  .type-item { width: 50%; }
  .pro-list.grid .pro-item { width: calc((100% - 48px) / 3); }
  .foot .foot-col.about-col { width: 50%; }
  .foot .foot-col.nav-col { width: 50%; }
  .foot .foot-col.contact-col { width: 60%; }
  .foot .foot-col.ewm-col { width: 40%; }
  ._aside { width: 32%; }
  .main { width: 68%; }
  .list-image .list-card { width: 50%; }
  .n-banner { height: 240px; }
  .n-banner .n-banner-text .container h2 { font-size: 28px; }
  .pd-gallery { width: 100%; }
  .pd-info { width: 100%; }
  .contact-map { width: 100%; }
  .about-intro .ai-img { width: 100%; }
  .team-card { width: calc((100% - 18px) / 2); }
  .culture-card { width: calc((100% - 18px) / 2); }
  .honor-item { width: calc((100% - 16px) / 2); }
  .about-stats .stat-item { width: 50%; }
  .about-stats .stat-item:nth-child(2) { border-right: none; }
}

/* ============================================================
   响应式：手机 <=767px
   ============================================================ */
@media (max-width: 767px) {
  .container { padding: 0 14px; }
  [class*="col-"] { width: 100%; }
  .col-xs-6 { width: 50%; }

  /* 顶部 + 导航变汉堡 */
  .header .header-tel { display: none; }
  .menu-icon { display: flex; }
  .menuBox { display: none; }
  .logo-name { font-size: 20px; }
  .logo-sub { font-size: 10px; letter-spacing: 2px; }

  /* 抽屉 */
  .m-overlay {
    display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 9998;
  }
  html.mm-open .m-overlay { display: block; }
  .m-nav {
    display: block; position: fixed; top: 0; left: -280px; width: 260px; height: 100%;
    background: #333; z-index: 9999; transition: left .3s ease; overflow-y: auto;
  }
  html.mm-open .m-nav { left: 0; }
  .m-nav .m-nav-head { background: #FF0036; color: #fff; padding: 18px 18px; font-size: 18px; font-weight: bold; position: relative; }
  .m-nav .m-nav-close { position: absolute; right: 14px; top: 14px; font-size: 24px; color: #fff; cursor: pointer; line-height: 1; }
  .m-nav .m-nav-item > a { display: block; color: #fff; padding: 13px 18px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 15px; }
  .m-nav .m-nav-item > a:hover, .m-nav .m-nav-item.on > a { background: rgba(255,255,255,.1); color: #F8E88E; }
  .m-nav .m-nav-sub { display: none; background: #2a2a2a; }
  html.mm-open .m-nav .m-nav-item.open .m-nav-sub { display: block; }
  .m-nav .m-nav-sub a { display: block; color: #bbb; padding: 11px 36px; font-size: 13px; border-bottom: 1px dashed rgba(255,255,255,.06); }

  /* banner */
  .banner-item .banner-img { height: 240px; }
  .banner-text { left: 6%; max-width: 90%; }
  .banner-text .banner-text-title { font-size: 22px; }
  .banner-text .banner-text-desc { font-size: 13px; }
  .banner-text .banner-text-btn { padding: 9px 22px; font-size: 13px; }
  .owl-prev, .owl-next { width: 36px; height: 36px; font-size: 18px; }

  /* about */
  .about-content { flex-direction: column; }
  .about-content-left { width: 100%; padding: 26px 18px; }
  .about-content-right { width: 100%; min-height: 200px; }

  /* type */
  .type-item { width: 50%; }
  .type-link { padding: 22px 10px; }

  /* products */
  .pro-type { flex-wrap: wrap; justify-content: center; }
  .pro-tab { width: 30%; margin: 4px; height: 38px; line-height: 38px; font-size: 13px; }
  .pro-list.grid .pro-item { width: calc((100% - 24px) / 2); }
  .pro-card-img img { height: 180px; }

  /* news */
  .index-news .row { display: block; }
  .index-newsLeft { padding-right: 0; margin-bottom: 18px; }
  .index-newsRight { padding-left: 0; }
  .news-image { min-height: 220px; }
  .index-newsList .news-text { margin-left: 76px; padding: 14px 14px 14px 14px; }
  .index-newsList .news-date { padding: 10px; min-width: 56px; }
  .index-newsList .news-date .news-date-day { font-size: 18px; }

  /* partner */
  .partner-item { width: 33.3333%; }

  /* footer */
  .foot .foot-col.about-col, .foot .foot-col.nav-col, .foot .foot-col.contact-col, .foot .foot-col.ewm-col { width: 100%; margin-bottom: 22px; }
  .foot .webIndex-item { width: 50%; }
  .foot .foot-contact li { line-height: 1.9; }
  .friendLink .friend-link-item { padding: 0 10px; }

  /* inner */
  .n-banner { height: 180px; }
  .n-banner .n-banner-text .container h2 { font-size: 22px; }
  .ntt { flex-direction: column; align-items: flex-start; }
  .weiz { margin-top: 6px; }
  .page-wrap .row { display: block; }
  ._aside { width: 100%; padding-right: 0; margin-bottom: 22px; }
  .main { width: 100%; }

  .list-image .list-card { width: 50%; }
  .list-card-inner .list-card-img img { height: 150px; }
  .list-it-link { flex-direction: column; }
  .list-it-img { width: 100%; }
  .list-it-img img { height: 180px; }
  .list-it-text { margin-left: 0; margin-top: 14px; }

  .pd-top { flex-direction: column; }
  .pd-features .feature-item { width: 100%; }
  .related-pro .related-item { width: 100%; }

  .contact-info .info-item { width: 100%; }
  .culture-card { width: 100%; }
  .team-card { width: calc((100% - 18px) / 2); }
  .honor-item { width: 100%; }
  .about-stats .stat-item { width: 50%; }

  /* 手机底部工具条 */
  .m-foot {
    display: flex; position: fixed; left: 0; bottom: 0; width: 100%; z-index: 500;
    background: #333; padding: 8px 0;
  }
  .m-foot .mf-item { width: 25%; text-align: center; color: #fff; font-size: 12px; }
  .m-foot .mf-item i { font-size: 18px; display: block; margin-bottom: 2px; }
  .m-foot .mf-item a { color: #fff; }
  .back-top { bottom: 64px; }
  .right-bar { display: none; }
}

@media (max-width: 480px) {
  .type-item { width: 100%; }
  .pro-list.grid .pro-item { width: 100%; }
  .list-image .list-card { width: 100%; }
  .partner-item { width: 50%; }
  .about-stats .stat-item { width: 100%; border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); }
  .team-card { width: 100%; }
}
