body { margin: 0; padding: 50px 0 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft Yahei", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Heiti SC", "Droid Sans", "Droid Sans Fallback", "Droid Sans Thai", "Droid Sans Armenian", "Droid Sans Georgian", "Lantinghei SC", "Helvetica Neue Light", Tahoma, Verdana, "Nimbus Sans L", "Liberation Sans", Geneva, "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans Narrow", "Nimbus Sans L Condensed", sans-serif; background-color: #f5f5f5; }

/* 特别窄的小机型可以稍微多给一点空间 */
@media (max-width: 360px) {
    body { padding-top: 55px; }
}
img { display: block; width: 100%; }
header { width: 100%; height: 50px; padding: 0 10px; box-sizing: border-box; background: #03397F; display: box; display: -webkit-box; position: fixed; top: 0; left: 0; z-index: 10; border-bottom: 1px solid #ddd; }
header div { box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; }
/* 固定 logo 在头部左侧垂直居中，不随屏幕变化而乱跑 */
.logo { position: absolute; z-index: 11; left: 10px; /* 距离左边 10px */ top: 50%; /* 垂直居中 */ transform: translateY(-50%); margin-top: 0; /* 不再用 rem 的 margin-top */ }

.logo a { display: block; width: 98px; height: 40px; /* 可以根据实际效果调一下高度，比如 40~50px */ }

.category, .close { /* text-align: right; */ position: absolute; z-index: 11; right: 10px; color: #fff !important; }
.category a, .close a { display: inline-block; width: 25px; height: 20px; background: url(../images/sprit.png) 0 -165px no-repeat; -webkit-background-size: 135px; background-size: 135px; position: absolute; top: 15px; right: 0; /*transform:translate(0,-50%); -webkit-transform:translate(0,-50%); -moz-transform:translate(0,-50%);*/ /* z-index: 99; */ }
.close a { width: 20px; height: 20px; background-position: 0 -190px; }

.cent { width: 100%; position: absolute; z-index: 10; }
.homeSearch { position: relative; margin: 12px 70px 12px 120px; height: 24px; line-height: 24px; padding: 0 15px; background: #ffffff; border: 1px solid #f2f2f2; border-radius: 25px; }
.homeSearch input { float: left; padding: 0 5px; width: 100%; height: 24px; line-height: 24px; border: none; font-size: 14px; outline: none; }
.homeSearch input.serachTxt { width: 80%; margin: 0; }
.homeSearch input.searchBtn { width: 20px; height: 20px; position: absolute; right: 10px; text-indent: -9999px; cursor: pointer; margin: 0; margin-top: 2px; background: url(../images/search_icon.png) no-repeat; background-size: 20px auto; }

/*右上角列表*/
.nav { width: 100%; height: 100%; background-color: rgba(0,0,0,.3); position: fixed; top: 0; left: 0; z-index: 99; display: none; }

nav { background-color: #fff; padding-top: 50px; }

.nav-block ul li:before, .nav-block ul li:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 12px 10px; position: absolute; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); }

.nav-block ul li:before { border-color: transparent transparent transparent #ccc; right: -10px; z-index: 4; }

.nav-block ul li:after { border-color: transparent transparent transparent #fff; right: -9px; z-index: 5; }

.nav-block { margin: 6px 6px 0; padding: 0 15px; background-color: #fff; }

.nav-block ul li { height: 55px; line-height: 55px; font-size: 14px; padding-left: 35px; border-bottom: 1px solid #ddd; position: relative; }

.nav-block ul li:last-child { border-bottom: none; }

.nav-block ul li a { display: block; color: #333; }

.nav-block ul li a span { display: block; width: 22px; height: 22px; /*background: url(../images/sprit.png) no-repeat; -webkit-background-size: 135px; background-size: 135px;*/ position: absolute; top: 20%; left: 0; z-index: 5; margin-top: -11px; }

@keyframes arrowDown {
    from { transform: translate(0, -100%); -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); opacity: 1; }

    to { transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(-50%, 0); opacity: 0.3; }
}

@-webkit-keyframes arrowDown {
    from { transform: translate(0, -100%); -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); opacity: 1; }

    to { transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); opacity: 0.3; }
}

@-moz-keyframes arrowDown {
    from { transform: translate(0, -100%); -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); opacity: 1; }

    to { transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); opacity: 0.3; }
}

@-o-keyframes arrowDown {
    from { transform: translate(0, -100%); -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); opacity: 1; }

    to { transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); opacity: 0.3; }
}


.banner { position: relative; width: 100%; height: 3.1rem; overflow: hidden; }
.banner .swiper { position: relative; width: 100%; height: 100%; }
.banner .swiper .swiper-wrapper .swiper-slide { position: relative; width: 100%; height: 100%; }
.banner .swiper .swiper-wrapper .swiper-slide .img { position: relative; width: 100%; height: 100%; }
.banner .swiper .swiper-wrapper .swiper-slide .txt { position: absolute; z-index: 99; top: 40%; left: 10%; color: #fff; }
.banner .swiper .swiper-wrapper .swiper-slide .txt h2 { font-size: 3.125rem; }
.banner .swiper .swiper-wrapper .swiper-slide .txt h2 b { color: #fff; }
.banner .swiper .swiper-wrapper .swiper-slide .txt p { margin: 1.875rem 0; font-size: 2.25rem; }
.banner .swiper .swiper-wrapper .swiper-button-next,
.banner .swiper .swiper-wrapper .swiper-button-prev { color: #fff; }
.banner .swiper .swiper-wrapper .swiper-pagination.on { color: #fff; }
.banner img.mymove { width: 100%; height: auto; position: relative; animation: mymove 10s infinite; -webkit-animation: mymove 10s infinite; }
/****************************************
 * 通用基础样式
 ****************************************/

/* 面包屑 当前位置 */
.left { padding: 0.2rem; color: #fff; background-color: #0075ff; font-size: 0.24rem; }
.left a { color: #fff; }

/* 顶部子栏目导航条 */
.nav-bar { position: relative; z-index: 10; background-color: #e50000; margin: 5px; padding: 0; border-radius: 0; overflow: visible; }
.nav-bar-inner { display: flex; flex-wrap: wrap; width: 100%; }
.nav-item { flex: 0 0 50%; text-align: center; font-size: 14px; color: #fff; padding: 10px 0; box-sizing: border-box; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }
.nav-item:nth-child(2n) { border-right: none; }
.nav-item a { color: #fff; text-decoration: none; }
.nav-item.active a { font-weight: 700; }

/* 顶部 banner 占位 */

/* 二维码 + 联系我们区域 */
.touch-section { background-color: #f5f5f5; padding: 15px; margin: 10px 0; text-align: center; }
.touch-icons { display: flex; justify-content: center; margin-bottom: 8px; }
.touch-icon-item { display: flex; flex-direction: column; align-items: center; }
.touch-icon { width: 78px; height: 78px; margin-bottom: 8px; object-fit: contain; }
.touch-icon-text { font-size: 13px; color: #333; display: block; }
.contact-text { font-size: 13px; color: #666; display: block; }

/* 页脚 */
.footer { background: #111; color: #bbb; text-align: center; padding: 12px 10px; font-size: 12px; }
/* 通用分页颜色 */
.pagelist a,
.honor-pagination a,
.product-pagination a,
.news-pager a { color: #000; /* 默认黑色 */ }

/* 当前页：红色高亮 */
.pagelist a.current,
.honor-pagination a.current,
.product-pagination a.current,
.news-pager a.current { color: #d60000; font-weight: bold; }

/* 禁用按钮 */
.pagelist .disabled,
.honor-pagination .disabled,
.product-pagination .disabled,
.news-pager .disabled { color: #aaa; }

/****************************************
 * 首页
 ****************************************/

/* 轮播图区域 */
.page-index .banner-container { width: 100%; height: 91vh; overflow: hidden; position: relative; }
.page-index .swiper-container { width: 100%; height: 100%; visibility: visible !important; opacity: 1 !important; }
.page-index .swiper-slide { width: 100%; height: 100%; position: relative; display: block !important; }
.page-index .banner-img { width: 100%; height: 100%; display: block; object-fit: cover; }
/* 视频轮播时保持画面完整 */
.page-index .hosted-video { width: 100%; height: 100%; display: block; object-fit: contain; background-color: #000; }
.page-index video.hosted-video { background-position: center; background-repeat: no-repeat; background-size: cover; }

/* 轮播上的文案 + 按钮 */
.page-index .banner-content { position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); text-align: center; z-index: 99; width: 90%; }
.page-index .banner-text { font-size: 24px; color: #fff; font-weight: 700; margin-bottom: 14px; display: block; text-shadow: 0 1px 2px rgba(0,0,0,.3); }
.page-index .banner-btn { background-color: cornflowerblue; display: inline-block; padding: 8px 18px; border-radius: 20px; border: 1px solid #fff; color: #fff; font-size: 14px; text-decoration: none; }

/* 品牌区块 */
.page-index .brand-new-section { background-color: #fff; padding-bottom: 10px; margin: 15px 0; }
.page-index .brand-text-wrapper { text-align: right; padding: 10px 0; }
.page-index .brand-slogan-cn { font-size: 18px; color: #000; font-weight: 700; letter-spacing: 1px; text-shadow: 0 1px 2px rgba(0,0,0,.5); }
.page-index .brand-slogan-en { font-size: 12px; color: #000; margin-top: 4px; letter-spacing: .5px; text-shadow: 0 .5px 1.5px rgba(0,0,0,.5); }
.page-index .brand-img-container { width: 100%; height: 258px; overflow: hidden; border-radius: 5px; margin-top: 10px; }
.page-index .brand-img { width: 100%; height: 100%; display: block; object-fit: cover; margin-bottom: .1rem; }

/* 功能入口 4×2 网格 */
.page-index .function-grid { display: flex; flex-wrap: wrap; padding: 15px; background-color: #fff; margin-bottom: 10px; }
.page-index .grid-item { width: 25%; display: flex; flex-direction: column; align-items: center; margin: 10px 0; cursor: pointer; }
.page-index .icon-img { width: 30px; height: 30px; margin-bottom: 8px; }
.page-index .grid-item span { font-weight: 700; }
.page-index .icon-text { font-size: 12px; color: #333; }

/* 首页产品展示 */
.page-index .product-section { background-color: #fff; padding: 10px 15px; margin-bottom: 10px; }
.page-index .section-title { display: flex; justify-content: space-between; align-items: center; padding: 5px 0; border-bottom: 1px solid #eee; margin-bottom: 15px; }
.page-index .title-text { font-size: 17px; font-weight: 700; color: #333; }
.page-index .more { color: #000; font-size: 14px; }
.page-index .more a { color: inherit; text-decoration: none; }

.page-index .product-list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.page-index .product-card { width: 48%; margin-bottom: 20px; background-color: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.page-index .product-img { width: 100%; height: auto; display: block; object-fit: cover; }
.page-index .product-text-container { position: static;  background: #fff; padding: 10px 6px; text-align: center; }
.page-index .product-name { font-size: 15px; color: #333; font-weight: 700; }

/* 关于我们 / 案例 / 新闻 首页图片区 */
.page-index .about-section { background-color: #fff; padding: 10px 15px; margin-bottom: 10px; }
.page-index .about-img-container { width: 100%;border-radius: 5px; margin-top: 10px; overflow: hidden;  background: #fff; }
.page-index .about-img { width: 100%;  height: auto; display: block; object-fit: cover; }
/* 首页新闻区块：图片下方标题 */
.page-index .home-news-title { font-size: 14px; color: #333; margin: 6px 4px 10px; line-height: 1.5; text-align: center; font-weight: 600; }

@media (min-width: 768px) {
    .page-index .banner-text { font-size: 32px; }
    .page-index .banner-btn { font-size: 15px; padding: 10px 22px; }
    .page-index .product-card { width: 31%; }
}


/****************************************
 * 品牌介绍页
 ****************************************/

/* 整体容器 */
.page-about .brand { padding: 15px; background-color: #fff; }
.page-about .brand .content { width: 100%; max-width: 100%; margin: 0 auto; }
.page-about .brand .box { width: 100%; overflow: hidden; }

/* 集团简介卡片 */
.page-about .about-section { margin-bottom: 24px; }

.page-about .about-title-wrap { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.page-about .about-title-main { font-size: 20px; font-weight: 700; color: #222; }
.page-about .about-title-sub { font-size: 12px; color: #999; }

.page-about .about-hero-card { background: #fff; border-radius: 14px; box-shadow: 0 6px 16px rgba(0,0,0,.06); }
.page-about .about-hero-video { position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 12px; }
.page-about .about-hero-video img { width: 100%; display: block; }
.page-about .about-hero-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.85); display: flex; align-items: center; justify-content: center; }
.page-about .about-hero-play i { border-style: solid; border-width: 8px 0 8px 14px; border-color: transparent transparent transparent #d60000; margin-left: 4px; }
.page-about .about-hero-text-title { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.page-about .about-hero-text-desc { font-size: 13px; color: #555; line-height: 1.7; }
.page-about .about-hero-text-wrapper { max-height: 3.2rem;overflow: hidden; position: relative; }
.page-about .about-hero-text-wrapper .about-hero-text-desc p span { text-wrap-mode: wrap !important; }
.page-about .about-hero-text-wrapper::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 0.8rem; background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff); }
.page-about .about-hero-text-wrapper.is-open { max-height: none; }
.page-about .about-hero-text-wrapper.is-open::after { display: none; }
.page-about .about-hero-toggle { margin-top: 0.2rem; font-size: 0.24rem; color: #d51813; text-align: right; }

/* 数据横条 */
.page-about .about-stats { position: relative; margin-top: 18px; padding: 16px 10px 10px; border-radius: 14px; overflow: hidden; color: #000; }
.page-about .about-stats::before { content: ""; position: absolute; inset: 0; background: url("images/about/bg-mountain.jpg") center/cover no-repeat; filter: brightness(.7); }
.page-about .about-stats-inner { position: relative; display: flex; justify-content: space-between; gap: 24px; }
.page-about .about-stat-item { flex: 1; text-align: center; }
.page-about .about-stat-number { font-size: 18px; font-weight: 700; margin-bottom: 2px; }
.page-about .about-stat-unit { font-size: 11px; opacity: .9; }
.page-about .about-stat-label { font-size: 11px; opacity: .9; margin-top: 4px; }

/* 企业文化图标条 + 两张图 */
.page-about .about-culture-icons { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 6px; }
.page-about .culture-icon-item { flex: 0 0 23%; text-align: center; }
.page-about .culture-icon-item img { width: 32px; height: 32px; display: block; margin: 0 auto 4px; }
.page-about .culture-icon-item span { font-size: 11px; color: #555; }
.page-about .about-culture-cards { display: flex; gap: 10px; margin-top: 14px; }
.page-about .culture-card { flex: 1; border-radius: 12px; overflow: hidden; position: relative; }
.page-about .culture-card img { width: 100%; display: block; height: 2rem; }
.page-about .culture-card-label { position: absolute; left: 10px; bottom: 8px; font-size: 12px; color: #fff; font-weight: 600; }

/* 管理团队横向滑动条 */
.page-about .about-team-scroll { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 4px; scroll-snap-type: x mandatory; }
.page-about .about-team-card { flex: 0 0 70%; max-width: 50%; background: #f6f7fb; border-radius: 14px; padding: 12px; display: flex; gap: 10px; scroll-snap-align: start; }
.page-about .about-team-avatar-wrap { width: 80px; height: 80px; border-radius: 10px; overflow: hidden; background: #e1e4f0; flex-shrink: 0; }
.page-about .about-team-avatar-wrap img { width: 100%; object-fit: cover; }
.page-about .about-team-info-name { font-size: 15px; font-weight: 700; margin-bottom: 2px;color:#666; }
.page-about .about-team-info-title { font-size: 12px; color: #999; margin-bottom: 6px;color:#222; }
.page-about .about-team-info-desc { font-size: 12px; color: #666; line-height: 1.6; }

/* 企业荣誉横向滚动卡片 */
.page-about .about-honor-scroll { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 4px; scroll-snap-type: x mandatory; }
.page-about .about-honor-card { flex: 0 0 60%; max-width: 60%; border-radius: 12px; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.06); overflow: hidden; scroll-snap-align: start; }
.page-about .about-honor-card img { width: 100%; display: block; }
.page-about .about-honor-caption { font-size: 12px; color: #555; padding: 6px 8px 8px; line-height: 1.4; }
/*  公司环境 */
.page-about .about-env-scroll { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 4px; }
.page-about .about-env-card { flex: 0 0 75%; max-width: 75%; border-radius: 14px; overflow: hidden; }
.page-about .about-env-card img { width: 100%; display: block; }

/****************************************
 * 管理团队列表页
 ****************************************/

.page-group-list .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-group-list .brand .content { width: 100%; max-width: 100%; margin: 0 auto; }
.page-group-list .brand .box { width: 100%; overflow: hidden; }

.page-group-list .team-section { margin-top: 0.1rem; }
.page-group-list .team-title-main { font-size: 0.42rem; font-weight: 700; text-align: center; margin-bottom: 0.1rem; }
.page-group-list .team-title-sub { font-size: 0.24rem; color: #999; text-align: center; margin-bottom: 0.3rem; }
.page-group-list .team-grid { display: flex; flex-wrap: wrap; gap: 0.24rem 0.18rem; }
.page-group-list .team-card { flex: 0 0 48%; background: #f6f7fb; border-radius: 0.16rem; padding: 0.16rem; box-sizing: border-box; text-decoration: none; color: inherit; display: flex; flex-direction: column; box-shadow: 0 3px 8px rgba(0,0,0,.04); }
.page-group-list .team-avatar { width: 100%; border-radius: 0.12rem; overflow: hidden; background: #e1e4f0; }
.page-group-list .team-avatar img { width: 100%; display: block; }
.page-group-list .team-info { margin-top: 0.12rem; }
.page-group-list .team-name { font-size: 0.26rem; color: #666; margin-bottom: 0.02rem; }
.page-group-list .team-title { font-size: 0.28rem; font-weight: 700; color: #111; }
.page-group-list .team-more { margin-top: 0.12rem; display: flex; justify-content: flex-end; }
.page-group-list .team-more-btn { width: 0.32rem; height: 0.32rem; border-radius: 50%; background: #d60000; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.22rem; }

/* 简单分页 */
.page-group-list .team-pagination { margin-top: 0.3rem; font-size: 0.24rem; color: #999; text-align: center; }
.page-group-list .team-pagination a { color: #d60000; text-decoration: none; margin: 0 0.06rem; }

@media (min-width: 768px) {
    .page-group-list .team-card { flex: 0 0 30%; }
}
/****************************************
 * 管理团队详情页
 ****************************************/

.page-group-show .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-group-show .brand .content { width: 100%; max-width: 100%; margin: 0 auto; }
/* 人物详情主块 */
.page-group-show .member-section { margin-top: 0.12rem; }
.page-group-show .member-layout { background: #fff; border-radius: 0.16rem; padding: 0.24rem; box-shadow: 0 3px 10px rgba(0,0,0,.06); }
.page-group-show .member-avatar { width: 100%; max-width: 2.4rem; margin: 0 auto 0.2rem; border-radius: 0.12rem; overflow: hidden; }
.page-group-show .member-avatar img { width: 100%; height: auto; display: block; object-fit: cover; }
.page-group-show .member-info { margin-top: 0.12rem; font-weight: bold; text-align: center; font-size: 0.4rem; }
.page-group-show .member-title { font-size: 0.32rem; font-weight: 700; color: #111; margin-bottom: 0.1rem; }
.page-group-show .member-basic-list { font-size: 0.26rem; color: #555; line-height: 1.8; }
.page-group-show .member-basic-item { display: flex; align-items: baseline; margin-bottom: 0.04rem; }
.page-group-show .member-basic-item .label { flex: 0 0 auto; color: #999; }
.page-group-show .member-basic-item .value { flex: 1; }

/* 详情文本 */
.page-group-show .member-detail-text { margin-top: 0.24rem; font-size: 0.26rem; color: #444; line-height: 1.8; text-indent: 2em; }
.page-group-show .member-detail-text table { width: 7rem; }
/****************************************
 * 荣誉资质列表页
 ****************************************/
.page-honor .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-honor .brand .content { width: 100%; max-width: 100%; margin: 0 auto; }
.page-honor .brand .box { width: 100%; overflow: hidden; }
.page-honor .honor-section { margin-top: 0.1rem; }
.page-honor .honor-title-main { font-size: 0.42rem; font-weight: 700; text-align: center; margin-bottom: 0.1rem; }
.page-honor .honor-title-sub { font-size: 0.24rem; color: #999; text-align: center; margin-bottom: 0.3rem; }
.page-honor .honor-grid { display: flex; flex-wrap: wrap; gap: 0.24rem 0.18rem; }
.page-honor .honor-card { flex: 0 0 48%; background: #fff; border-radius: 0.18rem; padding: 0.14rem; box-sizing: border-box; box-shadow: 0 4px 12px rgba(0,0,0,.04); text-align: center; }
.page-honor .honor-img-wrap { border-radius: 0.12rem; overflow: hidden; background: #f8f8f8; }
.page-honor .honor-img-wrap img { width: 100%; display: block; }
.page-honor .honor-caption { font-size: 0.24rem; color: #555; margin-top: 0.12rem; line-height: 1.4; }
.page-honor .honor-pagination { margin-top: 0.3rem; font-size: 0.24rem; color: #999; text-align: center; }
.page-honor .honor-pagination a {  text-decoration: none; margin: 0 0.06rem; }
/* ===== 荣誉大图预览层 ===== */
.page-honor .honor-preview-mask { position: fixed;left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,.7);  display: none; align-items: center;  justify-content: center;z-index: 9999; padding: 0.3rem; }
.page-honor .honor-preview-mask.is-show { display: flex; }
.page-honor .honor-preview-dialog { max-width: 100%; max-height: 100%; position: relative; }
.page-honor .honor-preview-close { position: absolute; left: 0.1rem; top: 0.1rem; font-size: 0.4rem; color: #fff; line-height: 1; }
.page-honor .honor-preview-img img { max-width: 100%; max-height: 100%; display: block; margin: 0 auto; }
body.no-scroll { overflow: hidden; }

/****************************************
 * 产品列表页
 ****************************************/
.page-product-list .product-page { padding: 0.3rem 0.24rem 0.4rem; background: #f3f5f9; }
.page-product-list .product-page .inner { background: #fff; border-radius: 0.18rem; padding: 0.3rem 0.24rem 0.34rem; box-shadow: 0 4px 12px rgba(0,0,0,.04); }
.page-product-list .product-title-main { font-size: 0.38rem; font-weight: 700; margin-bottom: 0.05rem; }
.page-product-list .product-title-sub { font-size: 0.24rem; color: #999; margin-bottom: 0.2rem; }
.page-product-list .product-grid { display: flex; flex-wrap: wrap; gap: 0.24rem 0.18rem; }
.page-product-list .product-card { flex: 0 0 48%; background: #fff; border-radius: 0.16rem; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,.05); text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.page-product-list .product-thumb { width: 100%; background: #000; }
.page-product-list .product-thumb img { width: 100%; display: block; }
.page-product-list .product-body { padding: 0.16rem 0.18rem 0.2rem; box-sizing: border-box; }
.page-product-list .product-name { font-size: 0.26rem; font-weight: 700; margin-bottom: 0.06rem; color: #111; }
.page-product-list .product-desc { font-size: 0.22rem; color: #666; line-height: 1.6; }
.page-product-list .product-pagination { margin-top: 0.3rem; font-size: 0.24rem; color: #999; text-align: center; }
.page-product-list .product-pagination a { text-decoration: none; margin: 0 0.06rem; }

/****************************************
 * 产品详情页
 ****************************************/
.page-product-show .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-product-show .product-detail { padding: 0.24rem 0.24rem 0.3rem; background-color: #fff; }
.page-product-show .product-inner { border-radius: 0.16rem; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.06); padding: 0.24rem; }
.page-product-show .product-layout { display: flex; flex-direction: column; gap: 0.2rem; }
.page-product-show .product-image { width: 100%; border-radius: 0.12rem; overflow: hidden; }
.page-product-show .product-image img { width: 100%; height: auto; object-fit: cover; }
.page-product-show .product-info { margin-top: 0.12rem; }
.page-product-show .product-title { font-size: 0.32rem; font-weight: 700; color: #111; margin-bottom: 0.06rem; }
.page-product-show .product-subtitle { font-size: 0.24rem; color: #999; margin-bottom: 0.16rem; }
.page-product-show .product-desc { font-size: 0.26rem; color: #444; line-height: 1.8; }

/****************************************
 * 新闻列表页
 ****************************************/

.page-news-list .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-news-list .news-wrapper { padding: 0.24rem 0.24rem 0.3rem; background-color: #fff; }
.page-news-list .news-list-title { font-size: 0.32rem; font-weight: 700; margin-bottom: 0.2rem; }
.page-news-list .news-item { display: flex; align-items: stretch; padding: 0.18rem 0; border-bottom: 1px solid #eee; }
.page-news-list .news-item:last-child { border-bottom: none; }
.page-news-list .news-date { width: 0.9rem; height: 1.4rem; background: #e60012; color: #fff; text-align: center; margin-right: 0.18rem; border-radius: 0.04rem; overflow: hidden; box-sizing: border-box; padding: 0.32rem 0.02rem; -ms-flex-negative: 0; flex-shrink: 0; }
.page-news-list .news-date .day { font-size: 0.34rem; font-weight: 700; line-height: 1.1; }
.page-news-list .news-date .ym { font-size: 0.18rem; line-height: 1.2; opacity: .9; }
.page-news-list .news-main { flex: 1; min-width: 0; }
.page-news-list .news-title { font-weight: 700; color: #111; margin-bottom: 0.06rem; font-size: 0.25rem; }
.page-news-list .news-desc { font-size: 0.2rem; color: #666; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.page-news-list .news-thumb { flex: 0 0 1.3rem; border-radius: 0.08rem; overflow: hidden; }
.page-news-list .news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.page-news-list .news-pager { margin-top: 0.3rem; text-align: center; font-size: 0.24rem; color: #999; }
.page-news-list .news-pager a { margin: 0 0.06rem;  text-decoration: none; }
/****************************************
 * 新闻详情页
 ****************************************/
.page-news-show .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-news-show .news-detail-wrap { padding: 0.24rem 0.24rem 0.3rem; background-color: #fff; }
.page-news-show .news-detail-title { font-size: 0.34rem; font-weight: 700; color: #111; line-height: 1.5; margin-bottom: 0.16rem; }
.page-news-show .news-detail-meta { font-size: 0.22rem; color: #999; margin-bottom: 0.22rem; }
.page-news-show .news-detail-content { font-size: 0.26rem; color: #444; line-height: 1.8; margin-bottom: 0.24rem; }
.page-news-show .news-detail-content p { margin-bottom: 0.1rem; text-indent: 2em; }
.page-news-show .news-detail-images { display: grid; grid-template-columns: 1fr; gap: 0.12rem; }
.page-news-show .news-detail-images img { width: 100%; display: block; border-radius: 0.04rem; }
/****************************************
 * 联系我们
 ****************************************/

.page-contact .brand { padding: 15px; background-color: #fff; }
.page-contact .brand .content { width: 100%; max-width: 100%; margin: 0 auto; }
.page-contact .brand .box { width: 100%; overflow: hidden; }
.page-contact .left { padding: 0.2rem; color: #fff; background-color: #0075ff; }
.page-contact .left a { color: #fff; }
.page-contact .nav-bar { position: relative; z-index: 10; background-color: #1b9d41; margin: 5px; padding: 0; }
.page-contact .nav-bar-inner { display: flex; flex-wrap: wrap; width: 100%; }
.page-contact .nav-item { flex: 0 0 50%; text-align: center; font-size: 14px; color: #fff; padding: 10px 0; box-sizing: border-box; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }
.page-contact .nav-item:nth-child(2n) { border-right: none; }
.page-contact .nav-item a { color: #fff; }
.page-contact .contact-wrap { margin: 10px 5px 0; background: #fff; border-radius: 6px; box-shadow: 0 0 8px rgba(0,0,0,.04); overflow: hidden; }
.page-contact .contact-map img { width: 100%; display: block; }
.page-contact .contact-info-box { padding: 15px 12px 18px; }
.page-contact .contact-title { font-size: 18px; font-weight: 700; color: #222; margin-bottom: 12px; text-align: left; }
.page-contact .contact-list { list-style: none; margin: 0; padding: 0; }
.page-contact .contact-item { display: flex; align-items: flex-start; margin-bottom: 10px; }
.page-contact .contact-icon { width: 26px; height: 26px; border-radius: 50%; border: 1px solid #e60012; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #e60012; margin-right: 8px; flex-shrink: 0; }
.page-contact .contact-item-text { font-size: 13px; color: #444; line-height: 1.5; flex: 1; }
.page-contact .contact-item-text .label { font-weight: 600; margin-right: 4px; }
.page-contact .contact-item-text .value { color: #666; }
.page-contact .touch-section { background-color: #f5f5f5; padding: 15px; margin-bottom: 10px; text-align: center; }
.page-contact .touch-icons { display: flex; justify-content: center; }
.page-contact .touch-icon-item { display: flex; flex-direction: column; align-items: center; }
.page-contact .touch-icon { width: 78px; height: 78px; margin-bottom: 8px; object-fit: contain; }
.page-contact .contact-text { font-size: 13px; color: #666; display: block; }
.page-contact .footer { background: #111; color: #bbb; text-align: center; padding: 12px 10px; font-size: 12px; }
/****************************************
 * 搜索结果页
 ****************************************/
.page-search .zm-feature { padding: 0.24rem 0.24rem 0.4rem; background-color: #fff; }

.page-search .search-title { font-size: 0.3rem; font-weight: 700; margin: 0.2rem 0.24rem 0.1rem; padding-bottom: 0.12rem; border-bottom: 1px solid #eee; color: #111; }

.page-search .search-list { list-style: none; margin: 0; padding: 0 0.24rem; }

.page-search .search-item { border-bottom: 1px solid #eee; padding: 0.18rem 0; }

.page-search .search-item:last-child { border-bottom: none; }

.page-search .search-item > a { display: flex; align-items: stretch; text-decoration: none; color: inherit; }

.page-search .search-thumb { flex: 0 0 1.4rem; border-radius: 0.08rem; overflow: hidden; margin-right: 0.18rem; background: #f2f2f2; }

.page-search .search-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.page-search .search-main { flex: 1; min-width: 0; }

.page-search .search-item-title { font-size: 0.26rem; font-weight: 700; color: #111; margin-bottom: 0.06rem; }

.page-search .search-item-desc { font-size: 0.22rem; color: #666; line-height: 1.6; margin-bottom: 0.06rem; display: -webkit-box; -webkit-line-clamp: 2; /* 最多两行 */ -webkit-box-orient: vertical; overflow: hidden; }

.page-search .search-item-meta { font-size: 0.2rem; color: #999; display: flex; align-items: center; }

.page-search .search-item-meta .iconfont { margin-right: 0.06rem; font-size: 0.22rem; }

.page-search .search-item-date { white-space: nowrap; }
/****************************************
 * 搜索结果简单列表
 ****************************************/
.page-search .search-simple-list { list-style: none; margin: 0; padding: 0 0.24rem 0.3rem; }

.page-search .search-simple-item { border-bottom: 1px solid #eee; }

.page-search .search-simple-item:last-child { border-bottom: none; }

.page-search .search-simple-item > a { display: block; padding: 0.18rem 0; text-decoration: none; color: #111; }

.page-search .search-simple-title { display: block; font-size: 0.26rem; font-weight: 700; margin-bottom: 0.06rem; line-height: 1.5; }

.page-search .search-simple-date { display: block; font-size: 0.22rem; color: #999; }

