/* henhanou.com — /7686/ 运动服装模板还原 · 主红#FF0036 深灰#333/#666 浅黄#F8E88E */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; color: #262626; background: #fff; font-size: 14px; }
ul, ol { list-style: none; }
a { color: #333; text-decoration: none; transition: all .3s; }
a:hover { color: #FF0036; }
img { border: 0; max-width: 100%; vertical-align: middle; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.content { background: #fff; }
.nLi { position: relative; }
.js-open-menu, .js-top, .js-search, .rn-tel { cursor: pointer; }
.clearfix::after { content: ""; display: block; clear: both; }
.ic-svg { width: 22px; height: 22px; }
.ic-sm { width: 14px; height: 14px; vertical-align: -2px; margin-right: 4px; }
.img-fallback { padding: 20px; text-align: center; }

/* ===== topbox：lotbox + menubox ===== */
.topbox { background: #fff; }
.lotbox { border-bottom: 1px solid #eee; }
.lotbox-in { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; }
.logo { display: flex; align-items: center; }
.logo-icon { width: 46px; height: 46px; margin-right: 12px; }
.logo-txt { display: flex; flex-direction: column; }
.logo-t1 { font-size: 24px; font-weight: 700; color: #262626; letter-spacing: 1px; }
.logo-t2 { font-size: 11px; color: #999; letter-spacing: 3px; margin-top: 3px; }
.lotbox-tel { text-align: right; color: #FF0036; }
.lotbox-tel .ic-svg { width: 26px; height: 26px; vertical-align: -7px; margin-right: 6px; }
.lotbox-tel b { font-size: 22px; font-weight: 700; }
.lotbox-tel em { display: block; font-style: normal; font-size: 12px; color: #999; letter-spacing: 2px; margin-top: 2px; }
.menubox { border-top: 1px solid #f0f0f0; box-shadow: 0 3px 8px rgba(0,0,0,.05); position: relative; z-index: 90; }
.menu > li { float: left; width: 20%; position: relative; }
.menu > li > h3 > a { display: block; text-align: center; color: #444; font-size: 16px; font-weight: 700; line-height: 58px; box-shadow: inset 0 -3px 0 transparent; }
.menu > li:hover > h3 > a, .menu > li.on > h3 > a { color: #FF0036; box-shadow: inset 0 -3px 0 #FF0036; }
.menu > li .sub { display: none; position: absolute; top: 58px; left: 8%; width: 84%; z-index: 99; }
.menu > li:hover .sub { display: block; }
.menu > li .sub li { margin-bottom: 10px; background: rgba(255,255,255,.95); border-radius: 6px; box-shadow: 0 4px 10px rgba(0,0,0,.12); overflow: hidden; }
.menu > li .sub li:first-child { margin-top: 12px; }
.menu > li .sub li a { display: block; color: #271F1C; line-height: 34px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.menu > li .sub li:hover { background: #FF0036; }
.menu > li .sub li:hover a { color: #fff; }
.menu-icon { display: none; }

/* ===== banner 轮播 ===== */
.banner { position: relative; height: 560px; overflow: hidden; background: #222; }
.banner-item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity .8s; }
.banner-item.active { opacity: 1; }
.banner-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.banner-txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 86%; text-align: center; z-index: 5; }
.banner-item.active .banner-txt { animation: btxt .9s ease both; }
@keyframes btxt { from { opacity: 0; transform: translate(-50%,-38%); } to { opacity: 1; transform: translate(-50%,-50%); } }
.bt1 { font-size: 40px; font-weight: 700; color: #fff; letter-spacing: 4px; text-shadow: 0 3px 12px rgba(0,0,0,.45); }
.bt2 { font-size: 16px; color: rgba(255,255,255,.92); letter-spacing: 6px; margin-top: 16px; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.bt-line { width: 46px; height: 3px; background: #FF0036; margin: 18px auto 0; }
.banner-dots { position: absolute; bottom: 4%; left: 0; width: 100%; text-align: center; z-index: 6; }
.banner-dots span { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.55); margin: 0 5px; cursor: pointer; transition: all .3s; }
.banner-dots span.on { background: #FF0036; width: 28px; border-radius: 6px; }
.banner-arrow { position: absolute; top: 45%; z-index: 6; width: 44px; height: 64px; line-height: 64px; text-align: center; background: rgba(0,0,0,.25); color: #fff; font-size: 26px; cursor: pointer; user-select: none; }
.banner-arrow:hover { background: #FF0036; }
.banner-arrow.prev { left: 3%; }
.banner-arrow.next { right: 3%; }

/* ===== index-title 通用标题 ===== */
.index-title { text-align: center; padding: 45px 0 30px; }
.index-title .title1 { font-size: 13px; color: #999; letter-spacing: 5px; text-transform: uppercase; }
.index-title .title2 { font-size: 28px; color: #000; margin: 10px 0 0; font-weight: 700; }
.index-title .title3 { display: inline-block; width: 70px; height: 3px; background: #FF0036; margin-top: 14px; }

/* ===== index-about 关于我们 ===== */
.index-about { background: #fff; }
.about-content { background-color: #F5F5F5; position: relative; height: 320px; overflow: hidden; }
.about-img { position: absolute; top: 0; right: 0; width: 50%; height: 100%; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-txt { position: relative; z-index: 2; width: 50%; padding: 45px 40px 0 0; }
.about-txt > p { color: #5A5A5A; line-height: 24px; height: 120px; overflow: hidden; text-indent: 28px; }
.about-stats { margin: 22px 0; }
.about-stats li { float: left; width: 25%; }
.about-stats b { display: block; font-size: 26px; color: #FF0036; font-weight: 700; }
.about-stats b i { font-style: normal; font-size: 14px; margin-left: 2px; }
.about-stats span { display: block; font-size: 12px; color: #777; margin-top: 4px; }
.about-btn { float: right; display: inline-block; background: #FF0036; color: #fff; font-size: 14px; padding: 9px 26px; letter-spacing: 2px; }
.about-btn:hover { background: #d40030; color: #fff; box-shadow: 4px 0 8px rgba(0,0,0,.2); }

/* ===== index-type 深底 2×2 分类格 ===== */
.index-type { position: relative; padding: 4.8% 0; background: #262626; overflow: hidden; }
.type-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.type-box { position: relative; z-index: 2; margin-left: 43%; padding: 10px; background: rgba(255,255,255,.25); }
.type { background-color: #fff; padding: 7%; }
.type-main li { width: 42%; padding: 6% 0; border: 1px solid #ddd; float: left; text-align: center; font-size: 20px; transition: all .4s; }
.type-main li:nth-child(odd) { margin-right: 8%; }
.type-main li:nth-child(-n+2) { margin-bottom: 8%; }
.type-main li a { color: #333; display: block; }
.type-main li .ic-svg { width: 44px; height: 44px; display: block; margin: 0 auto 12px; color: #333; transition: color .4s; }
.type-main li .p2 { font-weight: 700; }
.type-main li .p3 { display: block; font-size: 12px; color: #999; margin-top: 8px; font-weight: 400; }
.type-main li:hover { background-color: #FF0036; border-color: #FF0036; }
.type-main li:hover a { color: #fff; }
.type-main li:hover .ic-svg { color: #fff; }
.type-main li:hover .p3 { color: rgba(255,255,255,.85); }

/* ===== index-pro 产品展示 ===== */
.index-pro { text-align: center; padding-bottom: 50px; }
.pro-type { display: inline-block; margin-bottom: 10px; }
.pro-type li { width: 168px; height: 50px; line-height: 50px; background-color: #333333; float: left; margin-right: 18px; font-size: 17px; cursor: pointer; }
.pro-type li:last-child { margin-right: 0; }
.pro-type li a { display: block; color: #fff; }
.pro-type li:hover { background-color: #FF0036; }
.pro-list { margin: 25px -8px 0; }
.pro-item { float: left; width: 33.333%; padding: 8px; }
.pro-item a { display: block; border: 1px solid #ccc; background: #fff; }
.pro-item .pro-img { overflow: hidden; }
.pro-item .pro-img img { width: 100%; height: 230px; object-fit: cover; transform: scale(1); transition: transform linear .25s; display: block; }
.pro-item a:hover .pro-img img { transform: scale(1.12); }
.pro-item dd { padding: 0 6%; line-height: 48px; color: #545454; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-top: 1px solid #DFDFDF; transition: all .3s; }
.pro-item a:hover { box-shadow: 4px 0 6px rgba(0,0,0,.18); }
.pro-item a:hover dd { background-color: #666; color: #fff; border-top-color: #666; }

/* ===== index-news 新闻中心 ===== */
.index-news { padding: 40px 0 55px; background-color: #EBEBEB; }
.news-left { float: left; width: 50%; padding-right: 12px; }
.news-image { position: relative; overflow: hidden; }
.news-image > a { display: block; }
.news-image img { width: 100%; height: 330px; object-fit: cover; transform: scale(1); transition: transform linear .25s; display: block; }
.news-image:hover img { transform: scale(1.12); }
.pop-text { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px 4%; background: rgba(0,0,0,.62); text-align: center; }
.pop-text .p1 { font-size: 18px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.pop-text .p2 { color: rgba(255,255,255,.85); line-height: 24px; margin-top: 6px; }
.news-right { float: left; width: 50%; padding-left: 12px; }
.news-right .index-title { padding: 0 0 6px; text-align: left; }
.news-right .index-title .title2 { margin-top: 8px; }
.news-right .index-title .title3 { margin-top: 12px; }
.index-newsList li { position: relative; margin-top: 22px; }
.index-newsList .date { position: absolute; left: 0; top: 18px; background-color: #666; z-index: 5; padding: 13px 10px; text-align: center; }
.index-newsList li:first-child .date { background-color: #FF0036; }
.index-newsList .date .p1 { font-size: 22px; color: #fff; font-weight: 700; }
.index-newsList .date .p2 { font-size: 13px; color: rgba(255,255,255,.85); }
.index-newsList .text { border: 1px solid #B3B3B3; background: #fff; margin-left: 58px; padding: 16px 22px 16px 68px; }
.index-newsList .text .p1 { font-size: 17px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.index-newsList .text .p1 a { color: #262626; }
.index-newsList .text .p1 a:hover { color: #FF0036; text-decoration: underline; }
.index-newsList .text .p2 { line-height: 22px; height: 44px; overflow: hidden; margin-top: 8px; color: #7C7C7C; font-size: 13px; }
.news-more { display: inline-block; margin-top: 20px; color: #666; font-size: 13px; }
.news-more:hover { color: #FF0036; }

/* ===== footer ===== */
.friendLink { padding: 20px 0; background-color: #333; color: #C6C6C6; line-height: 24px; }
.friendLink .friend-label { float: left; margin-right: 10px; }
.friendLink .friend-label .ic-svg { width: 18px; height: 18px; vertical-align: -4px; margin-right: 6px; color: #FF0036; }
.friendLink .link li { float: left; padding: 0 15px; position: relative; }
.friendLink .link li::after { content: ""; display: block; height: 15px; width: 2px; background-color: #C6C6C6; position: absolute; top: 4px; right: -1px; }
.friendLink .link li:last-child::after { display: none; }
.friendLink a { color: #C6C6C6; }
.friendLink a:hover { text-decoration: underline; color: #fff; }
.foot { padding: 22px 0 26px; background-color: #666; }
.foot-main { float: left; width: 75%; }
.webIndex { padding-bottom: 12px; border-bottom: 1px dashed #9E9E9E; }
.webIndex li { float: left; margin-right: 5%; }
.webIndex li a { color: #ddd; }
.webIndex li a:hover { text-decoration: underline; }
.footer-text { color: #ddd; line-height: 28px; margin-top: 12px; }
.footer-text a { color: #ddd; text-decoration: underline; }
.foot-ewm { float: left; width: 25%; }
.foot-ewm dl { float: left; width: 48%; margin-right: 4%; text-align: center; }
.foot-ewm dl:last-child { margin-right: 0; }
.foot-ewm dt img { width: 97px; height: 97px; background: #fff; padding: 4px; }
.foot-ewm dd { color: #ddd; margin-top: 8px; }

/* ===== 右侧悬浮栏 ===== */
.right-nav { position: fixed; right: 0; top: 22%; z-index: 800; }
.right-nav li { position: relative; width: 60px; padding: 9px 0; text-align: center; background-color: #333333; color: #fff; margin-bottom: 2px; cursor: pointer; }
.right-nav li:hover { background-color: #FF0036; }
.right-nav .ic-svg { width: 22px; height: 22px; display: block; margin: 0 auto; }
.right-nav span { display: block; font-size: 12px; margin-top: 4px; }
.right-nav .phone-pop { display: none; position: absolute; right: 66px; top: 0; width: 190px; background: #333; color: #fff; font-size: 18px; padding: 14px 0; text-align: center; }
.right-nav li:hover .phone-pop { display: block; }
.right-nav .search-pop { display: none; position: absolute; right: 66px; top: 0; width: 220px; background: #333; padding: 12px; }
.right-nav .search-pop input { width: 100%; height: 34px; border: none; padding: 0 10px; font-size: 13px; outline: none; }
.right-nav .search-pop.open { display: block; }
.nav-top { display: none; }

/* ===== 手机端：抽屉菜单/底栏 ===== */
.black-cloth { position: fixed; z-index: 9000; width: 100%; height: 100%; background: rgba(0,0,0,.5); display: none; top: 0; left: 0; }
.wap-menu { width: 250px; position: fixed; top: 0; left: -250px; height: 100%; text-align: left; z-index: 9001; background: #333333; overflow-y: auto; transition: left .3s; }
.wap-menu.open { left: 0; }
.wap-menu .menu-tit { font-size: 18px; font-weight: bold; background: rgba(255,255,255,.12); padding: 12px 12px; color: #fff; position: relative; }
.wap-menu .menu-tit .close-x { position: absolute; right: 14px; top: 10px; font-style: normal; cursor: pointer; color: #999; }
.wap-menu li.menu-list { margin-bottom: 2px; font-size: 14px; }
.wap-menu .wap-menu1 { line-height: 30px; font-size: 16px; background: rgba(255,255,255,.08); position: relative; padding: 8px 0; }
.wap-menu .wap-menu1 .left { float: left; padding-left: 14px; }
.wap-menu .wap-menu1 .left a { color: #fff; }
.wap-menu .wap-menu1 .right { position: absolute; right: 12px; top: 8px; color: #fff; cursor: pointer; font-style: normal; }
.wap-menu .wap-menu1::after { content: ""; display: block; clear: both; }
.wap-menu .wap-menu2 { display: none; }
.wap-menu .wap-menu2 a { display: block; color: rgba(255,255,255,.8); line-height: 26px; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.1); padding: 8px 10px 8px 30px; }
.wap-footer { display: none; }

/* ===== 内页：n-banner + ntit ===== */
.n-banner { position: relative; height: 300px; overflow: hidden; background: #222; }
.n-banner img { width: 100%; height: 100%; object-fit: cover; }
.n-banner-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.45); }
.n-banner-txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 90%; text-align: center; }
.nbt1 { font-size: 30px; color: #fff; font-weight: 700; letter-spacing: 3px; }
.nbt2 { font-size: 13px; color: rgba(255,255,255,.85); letter-spacing: 5px; margin-top: 10px; text-transform: uppercase; }
.ntit { background: #fff; border-bottom: 1px solid #eee; }
.ntit-in { display: flex; align-items: center; justify-content: space-between; line-height: 52px; }
.ntit h1 { font-size: 20px; color: #262626; font-weight: 700; }
.ntit h1 i { font-style: normal; font-size: 12px; color: #999; margin-left: 10px; letter-spacing: 2px; }
.weiz { font-size: 12px; color: #999; }
.weiz a { color: #999; }
.weiz a:hover { color: #FF0036; }
.weiz em { font-style: normal; color: #FF0036; }

/* ===== 内页：左栏 + 右主区 ===== */
.inmain { padding: 40px 0 60px; background: #fff; }
.in-aside { float: left; width: 25%; }
.sidemenu-box { background: linear-gradient(rgba(38,38,38,.93),rgba(38,38,38,.93)), url('https://images.unsplash.com/photo-1637666062717-1c6bcfa4a4df?w=600&h=900&fit=crop&auto=format&q=60'); }
.intitle { padding: 26px 15px 22px; text-align: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.intitle .p1 { color: #9D9D9D; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; }
.intitle .p2 { color: #F8E88E; font-size: 20px; font-weight: 700; margin-top: 8px; }
.intitle .p3 { width: 32px; height: 2px; background: #FF0036; margin: 12px auto 0; }
.sidemenu { padding: 12px 0 22px; }
.sidemenu li a { display: block; font-size: 14px; color: #fff; line-height: 40px; padding: 0 12%; position: relative; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.sidemenu li a::before { content: ""; display: block; width: 0; height: 0; border: 5px solid transparent; border-left-color: #B3B3B3; position: absolute; top: 15px; left: 6%; }
.sidemenu li a::after { content: ""; display: block; width: 6px; height: 6px; border-top: 1px solid #777; border-right: 1px solid #777; transform: rotate(45deg); position: absolute; top: 17px; right: 8%; }
.sidemenu li a:hover, .sidemenu li.current a { background-color: #F8E88E; color: #000; }
.sidemenu li a:hover::before, .sidemenu li.current a::before { border-left-color: #000; }
.aside-contact { margin-top: 20px; border: 1px solid #ddd; padding: 20px 18px; }
.aside-contact h4 { font-size: 15px; color: #262626; padding-left: 10px; border-left: 3px solid #FF0036; margin-bottom: 14px; }
.aside-contact p { font-size: 13px; color: #666; line-height: 26px; }
.aside-contact p .ic-sm { color: #FF0036; }
.in-main { float: left; width: 75%; padding-left: 30px; }
.location { text-align: right; color: #B6B6B6; line-height: 40px; padding-right: 20px; border-bottom: 1px solid #eee; margin-bottom: 10px; }
.location a { color: #B6B6B6; }
.location em { font-style: normal; color: #FF0036; }

/* ===== 产品列表 list-image（4列图卡）===== */
.list-image { margin-top: 10px; }
.list-image dl { float: left; width: 25%; padding: 8px; text-align: center; }
.list-image dl a { border: 1px solid #E6E6E6; display: block; background: #fff; }
.list-image dl dt img { width: 100%; height: 170px; object-fit: cover; display: block; transform: scale(1); transition: transform linear .25s; }
.list-image dl:hover a { box-shadow: 4px 0px 6px rgba(0,0,0,.2); }
.list-image dl:hover dt img { transform: scale(1.08); }
.list-image dl dd { padding: 0 7%; line-height: 46px; color: #545454; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.list-image dl dd p { border-top: 1px solid #DFDFDF; transition: all .3s; }
.list-image dl:hover a { border-color: #ccc; }
.list-image dl:hover dd { background-color: #666; color: #fff; }
.list-image dl:hover dd p { border-top: 1px solid #666; }
.pagination { text-align: center; padding: 32px 0 6px; }
.pagination a { display: inline-block; min-width: 34px; line-height: 34px; border: 1px solid #ddd; margin: 0 4px; color: #555; padding: 0 8px; }
.pagination a:hover { border-color: #FF0036; color: #FF0036; }
.pagination a.on1 { background: #FF0036; border-color: #FF0036; color: #fff; }

/* ===== 新闻列表 list-text（日期块横条）===== */
.list-text ul li { margin-top: 20px; }
.list-text ul li a { display: block; padding: 15px 35px 15px 0; border: 1px solid #D9D9D9; background: #fff; }
.list-text .date { width: 130px; text-align: center; padding: 18px 0; float: left; border-right: 1px solid #D9D9D9; }
.list-text .date .p1 { font-size: 24px; line-height: 32px; color: #333; font-weight: 700; }
.list-text .date .p2 { font-size: 15px; color: #999; }
.list-text .text { margin-left: 150px; }
.list-text .text .p1 { position: relative; padding-left: 10px; margin: 12px 0 10px; color: #262626; font-size: 16px; font-weight: 700; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.list-text .text .p1::before { content: ""; display: block; height: 15px; width: 2px; background-color: #FF0036; position: absolute; left: 0; top: 4px; }
.list-text .text .p2 { line-height: 24px; height: 48px; overflow: hidden; color: #666; font-size: 13px; }
.list-text .text .p3 { font-size: 12px; color: #999; margin-top: 6px; }
.list-text ul li a:hover { background-color: #FCF5CD; border-color: transparent; box-shadow: 0 4px 4px rgba(0,0,0,.2); }
.list-text ul li a:hover .text .p1 { color: #FF0036; }

/* ===== 详情页 ===== */
.detail-box { background: #fff; }
.detail-title { padding-bottom: 12px; border-bottom: 1px dashed #aaa; text-align: center; line-height: 24px; }
.detail-title h1 { font-size: 21px; font-weight: 700; line-height: 32px; }
.detail-meta { font-size: 12px; color: #999; margin-top: 10px; }
.detail-back { display: inline-block; margin-top: 10px; font-size: 12px; color: #666; border: 1px solid #ddd; padding: 3px 12px; }
.detail-back:hover { color: #fff; background: #FF0036; border-color: #FF0036; }
.detail-content { margin: 22px 0; }
.detail-content p { line-height: 2; margin: 12px 0; color: #444; font-size: 14px; }
.detail-content img { display: block; width: 100%; margin: 18px 0; border-radius: 2px; }
.detail-h3 { font-size: 17px; color: #262626; font-weight: 700; padding-left: 12px; border-left: 4px solid #FF0036; margin: 26px 0 14px; line-height: 24px; }
.param-table { width: 100%; border-collapse: collapse; margin: 14px 0; }
.param-table td { border: 1px solid #ddd; padding: 10px 14px; font-size: 13px; color: #555; line-height: 22px; }
.param-table td.td-k { width: 22%; background: #F5F5F5; color: #333; font-weight: 700; text-align: center; }
.feature-list li { position: relative; padding: 9px 0 9px 34px; font-size: 14px; color: #444; line-height: 22px; }
.feature-list .ic-svg { position: absolute; left: 0; top: 11px; width: 20px; height: 20px; }
.rel-tit { font-size: 17px; font-weight: 700; color: #262626; padding-left: 12px; border-left: 4px solid #FF0036; margin: 30px 0 6px; }
.rel-list .list-image { margin-top: 12px; }
.page-turning { margin-top: 18px; padding-top: 12px; border-top: 1px dashed #aaaaaa; }
.page-turning .prevs, .page-turning .nexts { font-size: 14px; background: #f2f2f2; line-height: 32px; padding: 0 10px; margin: 5px 0; }
.page-turning a { color: #333; }
.page-turning a:hover { color: #FF0036; }
.page-turning .nexts { margin-top: 5px; }

/* ===== 关于我们页 ===== */
.about-sec { margin-bottom: 38px; }
.about-sec p { line-height: 2; margin: 10px 0; color: #444; font-size: 14px; text-indent: 2em; }
.about-sec p.no-indent { text-indent: 0; }
.timeline { position: relative; margin: 20px 0 6px 8px; padding-left: 22px; border-left: 2px solid #ddd; }
.tl-item { position: relative; padding: 0 0 24px 14px; }
.tl-item::before { content: ""; position: absolute; left: -29px; top: 5px; width: 10px; height: 10px; border-radius: 50%; background: #FF0036; box-shadow: 0 0 0 3px rgba(255,0,54,.18); }
.tl-date { font-size: 15px; color: #FF0036; font-weight: 700; }
.tl-tit { font-size: 15px; color: #262626; font-weight: 700; margin: 4px 0; }
.tl-txt { font-size: 13px; color: #777; line-height: 22px; }
.cul-list { margin: 18px -8px 0; }
.cul-card { float: left; width: 33.333%; padding: 8px; }
.cul-card-in { border: 1px solid #ddd; padding: 28px 20px; text-align: center; transition: all .3s; height: 100%; }
.cul-card-in .ic-svg { width: 40px; height: 40px; color: #FF0036; }
.cul-card h4 { font-size: 16px; color: #262626; margin: 12px 0 8px; }
.cul-card p { font-size: 13px; color: #777; line-height: 22px; text-indent: 0; margin: 0; }
.cul-card:hover .cul-card-in { border-color: #FF0036; box-shadow: 0 6px 14px rgba(255,0,54,.12); transform: translateY(-4px); }
.team-list { margin: 18px -8px 0; }
.team-card { float: left; width: 33.333%; padding: 8px; }
.team-card-in { border: 1px solid #eee; padding: 26px 15px; text-align: center; transition: all .3s; height: 100%; }
.team-card img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; }
.team-card h4 { font-size: 16px; color: #262626; margin: 12px 0 4px; }
.team-card p { font-size: 13px; color: #999; }
.team-card:hover .team-card-in { box-shadow: 0 6px 14px rgba(0,0,0,.1); transform: translateY(-4px); }

/* ===== 联系我们页 ===== */
.contact-list { margin: 22px -8px 8px; }
.ct-item { float: left; width: 33.333%; padding: 8px; }
.ct-item-in { border: 1px solid #ddd; padding: 24px 15px; text-align: center; height: 100%; transition: all .3s; }
.ct-item .ic-svg { width: 32px; height: 32px; color: #FF0036; }
.ct-item h4 { font-size: 15px; color: #262626; margin: 10px 0 6px; }
.ct-item p { font-size: 13px; color: #666; line-height: 22px; }
.ct-item:hover .ct-item-in { border-color: #FF0036; box-shadow: 0 6px 14px rgba(255,0,54,.1); }
.feedback-form { margin-top: 26px; }
.fb-title { padding: 13px 15px; color: #000; background-color: #F2F2F2; font-size: 15px; font-weight: 700; margin-bottom: 18px; }
.form-row { margin-bottom: 14px; }
.form-row label { display: block; font-size: 13px; color: #555; margin-bottom: 6px; }
.form-row input, .form-row textarea { width: 100%; max-width: 560px; border: 1px solid #ccc; padding: 9px 12px; font-size: 13px; outline: none; font-family: inherit; }
.form-row input:focus, .form-row textarea:focus { border-color: #FF0036; }
.form-row textarea { height: 120px; resize: vertical; }
.btn-sure, .btn-more { padding: 8px 22px; border: none; color: #fff; border-radius: 5px; margin-right: 10px; cursor: pointer; font-size: 14px; }
.btn-sure { background: #df0024; }
.btn-sure:hover { background: #b8001d; color: #fff; }
.btn-more { background: #dfa800; }
.btn-more:hover { background: #b98a00; color: #fff; }

/* ===== 滚动淡入（html.js-on 门控，防爬虫空白）===== */
.reveal { opacity: 1; transform: none; }
html.js-on .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
html.js-on .reveal.in { opacity: 1; transform: none; }

/* ===== 响应式（媒体查询统一置尾）===== */
@media (max-width: 992px) {
  .container { padding: 0 12px; }
  .lotbox-tel b { font-size: 18px; }
  .logo-icon { width: 40px; height: 40px; }
  .logo-t1 { font-size: 20px; }
  .banner { height: 400px; }
  .bt1 { font-size: 28px; }
  .index-title { padding: 32px 0 22px; }
  .index-title .title2 { font-size: 20px; }
  .about-content { height: auto; }
  .about-img { position: relative; width: 100%; height: 200px; }
  .about-txt { width: 100%; padding: 22px 15px 26px; }
  .about-txt > p { height: auto; }
  .type-box { margin-left: 0; }
  .type { padding: 5%; }
  .type-main li { font-size: 16px; }
  .type-main li .ic-svg { width: 34px; height: 34px; }
  .pro-type li { width: 31%; margin-right: 2%; height: 42px; line-height: 42px; font-size: 14px; }
  .news-left { width: 100%; padding-right: 0; }
  .news-image img { height: 240px; }
  .news-right { width: 100%; padding-left: 0; margin-top: 26px; }
  .news-right .index-title { padding: 0 0 4px; }
  .foot-main, .foot-ewm { width: 100%; }
  .foot-ewm { margin-top: 18px; }
  .foot-ewm dl { width: 30%; }
  .in-aside { width: 30%; }
  .in-main { width: 70%; padding-left: 20px; }
  .list-image dl dt img { height: 140px; }
}
@media (max-width: 767px) {
  .menu > li, .menubox .container { width: 100%; }
  .menubox { display: none; }
  .menu-icon { display: block; text-align: right; padding: 14px 0; }
  .menu-icon .ic-svg { width: 28px; height: 28px; color: #333; }
  .lotbox-in { padding-top: 14px; padding-bottom: 14px; }
  .lotbox-tel em { display: none; }
  .lotbox-tel b { font-size: 15px; }
  .banner { height: 240px; }
  .bt1 { font-size: 20px; letter-spacing: 2px; }
  .bt2 { font-size: 12px; letter-spacing: 3px; margin-top: 8px; }
  .bt-line { margin-top: 10px; }
  .banner-arrow { display: none; }
  .index-title .title2 { font-size: 17px; }
  .index-title .title3 { width: 40px; height: 2px; }
  .type-main li { font-size: 14px; padding: 5% 0; }
  .type-main li .ic-svg { width: 28px; height: 28px; margin-bottom: 8px; }
  .type-main li .p3 { display: none; }
  .pro-type { display: block; }
  .pro-type li { width: 31.5%; margin-right: 2%; height: 34px; line-height: 34px; font-size: 12px; }
  .pro-item { width: 50%; }
  .pro-item .pro-img img { height: 160px; }
  .about-stats li { width: 50%; margin-bottom: 12px; }
  .pop-text .p1 { font-size: 15px; }
  .index-newsList .text { padding: 14px 15px 14px 42px; margin-left: 46px; }
  .index-newsList .date { padding: 9px 8px; top: 14px; }
  .index-newsList .date .p1 { font-size: 16px; }
  .index-newsList .date .p2 { font-size: 11px; }
  .index-newsList .text .p1 { font-size: 14px; }
  .index-newsList .text .p2 { display: none; }
  .friendLink .link li { padding: 0 10px; }
  .right-nav { display: none; }
  .wap-footer { display: block; width: 100%; position: fixed; left: 0; bottom: 0; padding: 8px 0 6px; z-index: 850; background: #333333; }
  .wap-footer dl { width: 20%; float: left; text-align: center; }
  .wap-footer a { color: #fff; }
  .wap-footer .ic-svg { width: 20px; height: 20px; }
  .wap-footer dd { color: #fff; font-size: 11px; margin-top: 2px; }
  body { padding-bottom: 62px; }
  .n-banner { height: 200px; }
  .nbt1 { font-size: 22px; }
  .ntit-in { flex-direction: column; line-height: 34px; align-items: flex-start; padding: 8px 0; }
  .in-aside { width: 100%; }
  .in-main { width: 100%; padding-left: 0; margin-top: 24px; }
  .location { text-align: left; padding-right: 0; }
  .list-image dl { width: 50%; }
  .list-text .date { width: 96px; padding: 12px 0; }
  .list-text .date .p1 { font-size: 16px; line-height: 24px; }
  .list-text .date .p2 { font-size: 11px; }
  .list-text .text { margin-left: 106px; }
  .list-text .text .p1 { margin: 8px 0; font-size: 14px; }
  .list-text .text .p2 { height: auto; }
  .cul-card, .team-card, .ct-item { width: 50%; }
  .about-stats b { font-size: 20px; }
}
@media (max-width: 420px) {
  .banner { height: 190px; }
  .pro-type li { font-size: 11px; }
  .logo-t1 { font-size: 18px; }
  .cul-card, .team-card, .ct-item { width: 100%; }
  .foot-ewm dl { width: 48%; }
}
