/* ============================================================
   style.css  炽泰包装版
   ============================================================ */

/* ===== 全局重置 ===== */
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:"Microsoft YaHei","PingFang SC","Helvetica Neue",Arial,sans-serif;font-size:14px;color:#333;background:#fff;line-height:1.6;}
img{border:0;max-width:100%;vertical-align:middle;}
a{color:#333;text-decoration:none;transition:color .25s ease;}
a:hover{color:#ff5404;}
ul,ol,li{list-style:none;}
.clearfix:after{content:"";display:block;clear:both;}

/* ===== 全局宽度（统一1600px） ===== */
.wrap{width:1600px;margin:0 auto;padding:10px 0px;position:relative;}
.header-in{width:1600px;margin:0 auto;padding:0 20px;}
.site-footer .wrap{width:1600px;margin:0 auto;padding:0 20px;}
.warp1{width:1600px;margin:0 auto;padding:24px 20px 60px;background:none;border:none;}

@media (max-width: 1400px) {
    .wrap,
    .header-in,
    .site-footer .wrap,
    .warp1{width:1200px;}
}

/* ================= 顶部导航 ================= */
.site-header{position:relative;z-index:99;background:#fff;box-shadow:0 2px 12px rgba(255,84,4,.08);}
.header-in{height:86px;display:flex;align-items:center;justify-content:space-between;}
.logo{display:flex;align-items:center;}
.logo img{max-height:60px;max-width:200px;width:auto;height:auto;display:block;}
.site-nav{display:flex;align-items:center;}
.site-nav>li{position:relative;}
.site-nav>li>a{display:block;padding:0 20px;line-height:86px;font-size:15px;color:#222;}
.site-nav>li.on>a,.site-nav>li>a:hover{color:#ff5404;font-weight:600;}
.site-nav>li.on>a:after,.site-nav>li>a:hover:after{content:"";position:absolute;left:50%;bottom:0;width:28px;height:3px;background:#ff5404;transform:translateX(-50%);border-radius:2px;}
.sub-menu{position:absolute;left:0;top:100%;min-width:140px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.12);border-radius:6px;padding:8px 0;display:none;z-index:999;}
.site-nav>li:hover .sub-menu{display:block;}
.sub-menu a{display:block;padding:9px 22px;font-size:14px;color:#333;white-space:nowrap;}
.sub-menu a:hover{background:#fff5f0;color:#ff5404;}
.sub-menu a.on,.sub-menu a.active{background:#ff5404;color:#fff;}


/* 页头电话 */
.header-tel {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
    height: 48px;
}
.header-tel .tel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    text-decoration: none;
    flex-shrink: 0;
}
.header-tel .tel-icon svg {
    stroke: #ff5404;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.header-tel .tel-num {
    color: #ff5404;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: .5px;
}


/* ===== 站内搜索 ===== */
.header-search{position:relative;margin-left:18px;flex-shrink:0;}
.search-btn{width:36px;height:36px;border:1px solid #e5e9f0;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease;}
.search-btn svg{width:16px;height:16px;}
.search-btn:hover{border-color:#ff5404;background:#fff5f0;}
.search-btn:hover svg circle,.search-btn:hover svg line{stroke:#ff5404;}
.search-panel{display:none;position:absolute;top:calc(100% + 10px);right:0;background:#fff;border:1px solid #eef0f4;border-radius:10px;box-shadow:0 12px 32px rgba(255,84,4,.14);padding:12px;z-index:999;width:280px;}
.search-panel form{display:flex;align-items:center;gap:8px;}
.search-panel input{flex:1;height:36px;border:1px solid #dbe3f2;border-radius:6px;padding:0 12px;font-size:13px;outline:none;color:#333;}
.search-panel input:focus{border-color:#ff5404;}
.search-panel button{white-space:nowrap;flex-shrink:0;height:36px;padding:0 18px;background:linear-gradient(135deg,#ff5404,#ff7a3d);color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;line-height:1;}
.search-panel.open{display:block;}

/* ===== 语言切换 ===== */
.lang-switch{position:relative;display:flex;align-items:center;margin-left:24px;flex-shrink:0;width:132px;background:#fff5f0;border-radius:20px;padding:4px;font-size:13px;}
.lang-slider{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:linear-gradient(135deg,#ff5404,#ff7a3d);border-radius:16px;box-shadow:0 2px 8px rgba(255,84,4,.35);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1;}
.lang-opt{position:relative;z-index:2;flex:1;text-align:center;padding:7px 0;color:#5b6472;line-height:1;transition:color .3s ease;}
.lang-opt:hover{color:#ff5404;}
.lang-opt.on{color:#fff;font-weight:600;}

/* ================= Banner 轮播 ================= */
.hero{position:relative;overflow:hidden;}
.flexslider.banner-slider{margin:0!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;position:relative;overflow:hidden;zoom:1;}
.banner-slider .flex-viewport{max-height:none!important;overflow:hidden!important;}
/* 初始化前只显示第一张，其他隐藏 */
.banner-slider .slides>li{display:none;overflow:hidden;}
.banner-slider .slides>li:first-child{display:block;}
.banner-slider .slides img{width:1920px!important;height:auto;display:block!important;margin:0 auto;}
.banner-slider .flex-direction-nav{display:none!important;}
.banner-slider .flex-control-nav{bottom:24px;left:50%!important;right:auto!important;width:auto;transform:translateX(-50%);z-index:10;}
.banner-slider .flex-control-nav li{margin:0 4px;}
.banner-slider .flex-control-nav li a{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);box-shadow:none;transition:all .4s ease;text-indent:-9999px;overflow:hidden;}
.banner-slider .flex-control-nav li a.flex-active{width:24px;height:8px;border-radius:4px;background:#ff5404;}


/* ================= 通用区块标题 ================= */
.section{padding:40px 0;}
.section.gray{background:#f8f8f8;}
.sec-head{text-align:left;margin-bottom:40px;position:relative;}
.sec-head h2{font-size:32px;font-weight:700;color:#333;display:flex;align-items:center;gap:12px;margin:0;}
.sec-head h2::before{content:'';width:4px;height:28px;background:#ff5404;display:inline-block;}
.sec-head p{font-size:14px;color:#999;margin:10px 0 0 16px;text-align:left;}
.sec-head .more-link{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:14px;color:#ff5404;}

/* ================= 产品中心 ================= */
.pro-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:16px;}
.pro-card{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:all .3s;}
.pro-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08);border-color:#ddd;}
.pro-card a{display:block;padding-bottom:15px;}
.pc-img{background:#fff;width:100%;}
.pc-img img{width:100%;height:auto;}
.pc-body{background:#f8f8f8;padding:12px 10px 0;text-align:center;}
.pc-body h4{font-size:14px;color:#333;font-weight:600;margin:0;}
.pc-body p{display:none;}

/* ===== 定制流程（深色背景） ===== */
.process-section{
    background: #1a1a1a;
    color: #fff;
    padding: 60px 0;
}
.process-wrapper .wrap{
    display: flex;
    align-items: center;
    gap: 60px;
}
.process-head{
    flex: 0 0 25%;
    margin-bottom: 0;
}
.process-tag{
    font-size: 13px;
    color: #ff5404;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.process-head h2{
    font-size: 32px;
    margin: 0 0 15px;
    line-height: 1.3;
    color: #fff;
}
.process-head p{
    font-size: 15px;
    color: #999;
    margin: 0;
    line-height: 1.8;
}
.process-steps{
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.step-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 10px;
}
.step-num{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5404, #ff7a3d);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.step-circle{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(153, 153, 153, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.step-item h4{
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.step-arrow{
    color: #666;
    font-size: 24px;
    margin: 0 5px;
    align-self: center;
    flex-shrink: 0;
}


/* ===== 工厂实力 ===== */
.factory-section{
    padding: 30px 0;
    display: flex;
    flex-direction: column;
}
.factory-inner{
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 60px;
    padding: 0;
}
.factory-img{
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
    border-radius: 10px;
}
.factory-img img{
    width: 100%;
    height: auto;
}
.factory-content{
    flex: 1;
}
.factory-tag{
    font-size: 14px;
    color: #666;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.factory-tag::before{
    content: '';
    width: 24px;
    height: 3px;
    background: #ff5404;
    display: inline-block;
}
.factory-content h2{
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 1.3;
    color: #333;
    font-weight: 700;
}
.factory-content p{
    font-size: 15px;
    color: #999;
    margin: 0 0 20px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.factory-more-link{
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #ff5404;
    font-weight: 500;
}
/* 工厂实力底部步骤条 */
.factory-steps-bar-new{
    background: #f5f5f5;
    width: 1600px;
    max-width: 100%;
    margin: 5px auto 5px;
    padding: 10px 0;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
    border-radius: 12px;
}
.factory-steps-bar-new .step-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 40px;
}
.factory-steps-bar-new .step-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: rgba(255, 84, 4, 0.2);
    flex-shrink: 0;
}
.factory-steps-bar-new .step-text{
    font-size: 14px;
    color: #666;
}

/* 灰色步骤 */
.factory-steps-bar-new .step-item.gray .step-icon {
    background: #e0e0e0;
}
.factory-steps-bar-new .step-item.gray .step-icon svg path {
    fill: #999;
}
.factory-steps-bar-new .step-item.gray .step-text {
    color: #999;
}


/* ================= 应用领域 ================= */
.app-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;}
.app-item{background:#fff;border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;transition:all .3s;}
.app-item:hover{box-shadow:0 8px 24px rgba(255,84,4,.1);transform:translateY(-4px);}
.app-img img{width:100%;height:150px;object-fit:cover;}
.app-item h4{font-size:16px;color:#333;font-weight:600;text-align:center;margin:15px 0 5px;}
.app-item span{display:block;font-size:12px;color:#999;text-align:center;padding:0 10px 15px;line-height:1.5;}

/* ================= 为什么选择炽泰 ================= */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.why-item{background:#fff;border-radius:10px;padding:30px 20px;text-align:center;border-top:3px solid transparent;transition:all .3s;}
.why-item:hover{box-shadow:0 12px 28px rgba(255,84,4,.1);border-top-color:#ff5404;}
.why-icon{width:62px;height:62px;margin:0 auto 16px;border-radius:16px;background:linear-gradient(135deg,#ff5404,#ff7a3d);display:flex;align-items:center;justify-content:center;}
.why-icon svg{width:30px;height:30px;fill:#fff;}
.why-item h4{font-size:16px;color:#222;font-weight:600;}
.why-item p{font-size:13px;color:#7a8494;margin-top:8px;line-height:1.7;}

/* ================= 包装定制案例 ================= */
.case-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;}
.case-card{text-align:center;transition:all .3s;}
.case-card:hover{transform:translateY(-4px);}
.case-img img{border-radius:8px;margin-bottom:10px;}
.case-card h4{font-size:14px;color:#333;}

/* ================= 新闻资讯 ================= */
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.news-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;transition:all .3s;}
.news-card:hover{box-shadow:0 8px 24px rgba(255,84,4,.1);}
.news-hasimg{display:flex;align-items:stretch;}
.news-hasimg .nc-img{width:40%;flex-shrink:0;height:160px;overflow:hidden;}
.news-hasimg .nc-img img{width:100%;height:100%;object-fit:cover;}
.news-hasimg .nc-body{flex:1;min-width:0;padding:15px 20px;display:flex;flex-direction:column;justify-content:center;}
.news-hasimg .nc-body h4{font-size:15px;color:#222;font-weight:600;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.news-hasimg .nc-body p{font-size:13px;color:#999;margin-top:8px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.news-hasimg .nc-more{display:inline-block;margin-top:10px;font-size:13px;color:#ff5404;}

/* ================= 页脚 ================= */
.site-footer{background:#000000;color:#b8c8e4;font-size:13px;}
.footer-top{padding:54px 0 40px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;}
.footer-top h4{color:#fff;font-size:16px;font-weight:600;margin-bottom:18px;position:relative;padding-bottom:10px;}
.footer-top h4:after{content:"";position:absolute;left:0;bottom:0;width:30px;height:2px;background:#ff5404;border-radius:2px;}

.f-about b{display:block;font-size:20px;color:#fff;letter-spacing:1px;}
.f-about .f-en{color:#5c5c5c;font-size:12px;letter-spacing:3px;margin-top:4px;}
.f-about p{margin-top:14px;line-height:1.9;color:#afafaf;}

.f-qrcode{margin-top:22px;display:flex;align-items:center;gap:12px;}
.f-qrcode img{width:92px;height:92px;border-radius:8px;display:block;background:#fff;padding:5px;flex-shrink:0;}
.f-qrcode span{font-size:12px;color:#afafaf;letter-spacing:1px;line-height:1.8;}

.footer-top ul li{margin-bottom:10px;}
.footer-top ul li a{color:#afafaf;}
.footer-top ul li a:hover{color:#fff;padding-left:4px;}
.f-contact li{line-height:1.9;color:#afafaf;}
.f-contact li b{color:#ffd76a;font-size:20px;font-weight:700;}

.footer-btm{border-top:1px solid rgba(255,255,255,.12);padding:16px 0;text-align:center;color:#afafaf;font-size:12px;}
.footer-btm a{color:#afafaf;transition:color .25s ease;}
.footer-btm a:hover{color:#fff;text-decoration:underline;}
.footer-btm .sep{color:#3a5580;margin:0 8px;}


.f-contact .f-tel{color:#ffd76a;font-size:20px;font-weight:700;text-decoration:none;cursor:pointer;}
.f-contact .f-tel:hover{color:#fff;}
.f-contact .f-mail{color:#afafaf;text-decoration:none;}
.f-contact .f-mail:hover{color:#fff;}
.f-contact .f-addr{color:#afafaf;cursor:pointer;}
.f-contact .f-addr:hover{color:#fff;border-bottom-color:#fff;}


/* ================= 产品页通用 ================= */
.pc-cat{font-size:12px;color:#666;display:block;margin-bottom:6px;text-align:center;}
.pc-bg{background-color:#eaf1fd;}

/* ================= 手机端适配 ================= */
.m-site .banner-slider .slides li{width:1200px!important;}
.m-site .banner-slider .slides img{position:static!important;left:auto!important;transform:none!important;width:1200px!important;height:auto!important;display:block;}
.m-site .stats-grid{width:1200px;margin:0 auto;}
.m-site .header-in{padding:0 10px;}
.m-site .site-footer .wrap{padding:0 10px;}
.m-site .wrap{padding:0 10px;}

/* ================= 产品列表页（.pro-page） ================= */
.pro-page .content .left.f_l{display:none!important;}
.pro-page .content .right.f_r{width:100%!important;padding:0;}
.pro-page .content .right.f_r .xbox{background:none!important;border:none!important;padding:0!important;}
.pro-page .warp1{background:none!important;border:none!important;}
.pro-page .content{background:#fff!important;}

/* ① 标题区（公共 cp-top） */
.cp-top{background:#f5f7fb;padding:28px 30px 26px;margin-bottom:28px;border-radius:10px;}
.cp-crumb{font-size:12px;color:#9aa3b2;margin-bottom:16px;}
.cp-crumb a{color:#9aa3b2;}
.cp-crumb a:hover{color:#0b5bd3;}
.cp-top h1{font-size:30px;color:#0a3d91;font-weight:700;letter-spacing:2px;margin:0;}
.cp-sub{font-size:14px;color:#8a94a6;margin-top:14px;letter-spacing:1px;}
.cp-sub:after{content:"";display:block;width:48px;height:3px;background:linear-gradient(90deg,#0b5bd3,#2f8bff);border-radius:2px;margin-top:14px;}
/* ================= 产品列表页 ================= */

/* 面包屑+搜索区 */
.cp-search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.cp-search-bar .crumb {
    font-size: 13px;
    color: #999;
}

.cp-search-bar .search-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cp-search-bar .search-box input {
    width: 240px;
    height: 40px;
    border: 1px solid #e5e9f0;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 13px;
    outline: none;
}

.cp-search-bar .search-box button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff5404, #ff7a3d);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* 产品列表页布局 */
.cp-layout {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    width: 100%;
}

/* 左侧分类栏 */
.cp-sidebar {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
}

.cp-cat-list {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    overflow: hidden;
    margin-bottom: 20px;
}

.cp-cat-list a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    transition: all .2s;
    background: #fff;
}

.cp-cat-list a:last-child {
    border-bottom: none;
}

.cp-cat-list a:hover,
.cp-cat-list a.on {
    background: #ff5404;
    color: #fff;
    font-weight: 500;
}

.cp-cat-list a .icon {
    margin-right: 10px;
    font-size: 16px;
}

/* 咨询卡片 */
.cp-consult-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    padding: 40px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 395px;
}

.cp-consult-card .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #fff5f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ff5404;
}

.cp-consult-card h4 {
    font-size: 18px;
    color: #333;
    margin: 0 0 12px;
}

.cp-consult-card p {
    font-size: 14px;
    color: #999;
    margin: 0 0 20px;
    line-height: 1.6;
}

.cp-consult-card .btn {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(135deg, #ff5404, #ff7a3d);
    color: #fff;
    border-radius: 24px;
    text-decoration: none;
    font-size: 14px;
    margin-top: auto;
}

/* 右侧产品区 */
.cp-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* 排序区块 */
.cp-sort-section {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eef2f8;
    padding-bottom: 15px;
}

.tabs-left {
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.tab {
    padding: 8px 0;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

.tab.on {
    color: #ff5404;
    font-weight: 500;
}

.tab.on::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    height: 2px;
    background: #ff5404;
}

.sort-arrow {
    font-size: 12px;
    margin-left: 4px;
    cursor: pointer;
    color: #ff5404;
}

.count {
    font-size: 13px;
    color: #999;
    white-space: nowrap;
}

/* 产品区 */
.cp-products {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    width: 100%;
}

/* 产品卡片 */
.cp-product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
    border: 1px solid #f0f0f0;
    text-align: center;
}

.cp-product-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    transform: translateY(-2px);
}

.cp-product-card .img {
    background: #f9f9f9;
    border-radius: 10px 10px 0 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.cp-product-card .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cp-product-card .info {
    text-align: center;
    padding: 8px 10px;
}

.cp-product-card .info h4 {
    text-align: center;
    width: 100%;
    margin: 8px 0 4px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.4;
}

.cp-product-card .info h4 a {
    color: #333;
    text-decoration: none;
}

/* 分页 */
.cp-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.cp-pagination a,
.cp-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    margin: 0 6px;              /* 间距真正作用在按钮上 */
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: .2s;
}

.cp-pagination a:hover {
    border-color: #ff5404;
    color: #ff5404;
}

.cp-pagination .current {
    border-color: #ff5404;
    background: #ff5404;
    color: #fff;
}

/* 底部优势栏 */
.cp-advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
    padding: 30px 40px;
    background: #f5f5f5;
    border-radius: 12px;
    width: 1600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cp-advantage-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cp-advantage-item .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #fff5f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ff5404;
}

.cp-advantage-item h4 {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin: 0 0 4px;
}

.cp-advantage-item p {
    font-size: 12px;
    color: #999;
    margin: 0;
}


/* ================= 产品详情页 ================= */
.cp-dtop{display:flex;gap:36px;padding:8px 0 10px;}
.cp-dleft{flex:0 0 440px;}
.cp-dmain-img{position:relative;overflow:hidden;border-radius:8px;border:1px solid #eef2f8;cursor:zoom-in;}
.cp-dmain-img img{width:100%;display:block;}
.cp-zoom-ico{position:absolute;top:10px;right:10px;z-index:5;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.92);box-shadow:0 2px 8px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;pointer-events:none;transition:background .25s ease;}
.cp-zoom-ico svg{width:18px;height:18px;}
.cp-dmain-img:hover .cp-zoom-ico{background:#0b5bd3;}
.cp-dmain-img:hover .cp-zoom-ico svg circle,.cp-dmain-img:hover .cp-zoom-ico svg line{stroke:#fff;}
.cp-dthumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;float:left;}
.cp-dthumbs img{width:88px;height:auto;object-fit:cover;border:2px solid #eef2f8;border-radius:8px;cursor:pointer;transition:all .25s ease;}
.cp-dthumbs img:hover,.cp-dthumbs img.on{border-color:#0b5bd3;}
.cp-dright{flex:1;padding-top:6px;}
.cp-dright h1{font-size:28px;color:#000;font-weight:700;letter-spacing:2px;margin:0;}
.cp-dline{width:100%;height:1px;background:#e5e9f0;margin:14px 0 18px;}
.cp-dcat{font-size:13px;color:#8a94a6;margin:0 0 18px;}
.cp-dcat b{color:#0b5bd3;font-weight:600;}
.cp-dinfo{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px;}
.cp-dinfo span{display:inline-block;padding:8px 18px;background:#f5f7fb;border-radius:8px;font-size:13px;color:#46526a;}
.cp-desc{font-size:14px;color:#000;line-height:2;margin:0;text-align:justify;white-space:pre-line!important;word-break:break-word!important;overflow-wrap:break-word!important;}

/*产品详情内容区域样式，对应{$content}输出的全部图文*/
.wzzw img{
    display:block;
    max-width:100%;
    height:auto;
    margin:1px auto; /*上下外边距，水平自动实现居中*/
}
.wzzw p{
    line-height:1.8;
}

/* 产品咨询 */
.cp-contact{margin-top:26px;background:linear-gradient(90deg,#f6f9ff,#fff);border-radius:10px;padding:20px 22px;}
.cp-contact-tit{font-size:16px;color:#0a3d91;font-weight:600;margin-bottom:12px;position:relative;padding-left:14px;}
.cp-contact-tit:before{content:"";position:absolute;left:0;top:4px;width:4px;height:16px;background:linear-gradient(180deg,#0b5bd3,#2f8bff);border-radius:2px;}
.cp-contact p{font-size:13px;color:#5b6472;line-height:1.9;}
.cp-contact .cp-contact-tel b{font-size:20px;color:#f0771a;font-weight:700;letter-spacing:1px;}

/* 区块标题 */
.pro_h3{font-size:17px;color:#000;font-weight:700;margin:36px 0 16px;padding:12px 18px;background:#f5f7fb;border-radius:8px;border-left:4px solid #0b5bd3;letter-spacing:1px;}
.pro_h3:before{display:none;}

/* 详细介绍 */
.wzzw.lh{background:#fff;border:1px solid #eef2f8;border-radius:10px;padding:26px;box-shadow:0 6px 18px rgba(10,61,145,.06);}
.cp-detail-body{color:#000;}
.cp-detail-body p{margin:0 0 10px;}
.cp-detail-body img{max-width:100%;border-radius:8px;}
.right table{width:100%;border-collapse:collapse;margin:12px 0;}
.right table th,.right table td{border:1px solid #dbe3f2;padding:8px 12px;font-size:14px;line-height:1.7;color:#000;}
.right table th{background:#f0f5ff;color:#0a3d91;font-weight:600;}
.right table tr:nth-child(even) td{background:#fafcff;}

/* 应用领域卡片 */
.cp-apps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.cp-app-item{display:block;background:#fff;border:1px solid #eef2f8;border-radius:12px;overflow:hidden;transition:all .3s ease;text-align:center;}
.cp-app-item:hover{box-shadow:0 10px 24px rgba(10,61,145,.1);transform:translateY(-3px);border-color:#0b5bd3;}
.cp-app-img{padding:10px;}
.cp-app-img img{width:100%;height:auto;object-fit:cover;border-radius:8px;display:block;}
.cp-app-name{display:block;font-size:15px;color:#0a3d91;font-weight:600;letter-spacing:2px;padding:4px 10px 14px;}

/* 相关产品 */
.cp-relpros{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.cp-rel-card{border:1px solid #eef2f8;border-radius:10px;background:#fff;overflow:hidden;transition:all .3s ease;}
.cp-rel-card:hover{box-shadow:0 10px 24px rgba(10,61,145,.1);transform:translateY(-3px);}
.cp-rel-img{padding:10px;aspect-ratio:4/3;}
.cp-rel-img img{width:100%;height:auto;object-fit:cover;border-radius:6px;}
.cp-rel-name{font-size:14px;color:#0a3d91;text-align:center;padding:0 10px 14px;font-weight:600;}
.cp-rel-card:hover .cp-rel-name{color:#0b5bd3;}


/* ============================================================
   页面内联样式合并区（原各页面模板 <style> 提取合并）
   ============================================================ */

/* ===== 内容区通用（内容页/列表页/联系页/关于页共用） ===== */
.content{background:#fff;}
.warp1{max-width:1600px;width:100%;margin:0 auto;background:none;border:none;padding:24px 0 60px;}
.content .right.f_r{width:100%;padding:0;border:none;}
.content .right.f_r .xbox,
.content .right.f_r .wzzw,
.content .right.f_r .xbox.wzzw{background:none;border:none;box-shadow:none;padding:0;width:100%;}

/* ===== 分类胶囊（内容页/新闻列表共用） ===== */
.sub-cats{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px;}
.sub-cats a{display:inline-block;padding:9px 24px;border:1px solid #e2e7ef;border-radius:20px;font-size:14px;color:#5a6472;background:#fff;text-decoration:none;transition:all .25s ease;}
.sub-cats a:hover{background:#eaf2ff;border-color:#0b5bd3;color:#0b5bd3;box-shadow:0 4px 14px rgba(11,91,211,.15);}
.sub-cats a.on{background:linear-gradient(135deg,#0b5bd3,#2f8bff);color:#fff;border-color:transparent;box-shadow:0 4px 14px rgba(11,91,211,.3);}

/* ===== 文章详情（内容页） ===== */
.biaoti{font-size:26px;color:#0a3d91;font-weight:700;padding:10px 0 16px;text-align:center;letter-spacing:1px;}
.wzzw.lh{border:2px solid #d5dbe6;border-radius:10px;padding:24px 30px;background:#fff;line-height:1.9;font-size:15px;color:#4a5468;margin-bottom:20px;}
.wzzw.lh img{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:6px;}
.wzzw.lh p{margin:0 0 14px;}
/* 关于页富文本内 h2/h3/ul/ol */
.wzzw.lh h2{font-size:20px;color:#0a3d91;margin:26px 0 14px;padding-left:12px;border-left:4px solid #0b5bd3;line-height:1.4;}
.wzzw.lh h3{font-size:17px;color:#0a3d91;margin:22px 0 12px;line-height:1.4;}
.wzzw.lh ul,.wzzw.lh ol{padding-left:24px;margin:0 0 14px;}

/* ===== 上下篇导航（内容页） ===== */
.fenye1{display:flex;justify-content:space-between;align-items:center;margin-top:30px;padding-top:18px;border-top:1px dashed #e8ebf0;color:#7a8494;font-size:14px;line-height:1.6;background:transparent;border-left:none;border-right:none;border-bottom:none;box-shadow:none;text-align:left;}
.fenye1 .pn-prev,.fenye1 .pn-next{white-space:nowrap;}
.fenye1 a{color:#0b5bd3;text-decoration:none;font-weight:600;}
.fenye1 a:hover{color:#2f8bff;}

/* ===== 文章列表（新闻列表页） ===== */
.wzli{list-style:none;margin:0;padding:0;}
.wzli li{display:flex;justify-content:space-between;align-items:center;padding:15px 4px;border-bottom:1px dashed #e8ebf0;}
.wzli li:hover{background:#fafcff;}
.wzli li span{color:#9aa3b2;font-size:13px;flex-shrink:0;margin-left:20px;}
.wzli li a{font-size:15px;color:#333;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.wzli li a:hover{color:#0b5bd3;}

/* ===== 分页（新闻列表页） ===== */
.scott{background:#fff;border:none;box-shadow:none;padding:0;text-align:center;margin-top:36px;}
.scott a,.scott span{display:inline-block;min-width:36px;height:36px;line-height:34px;padding:0 12px;margin:0 4px;border:1px solid #e2e7ef;border-radius:18px;font-size:13px;color:#5a6472;background:#fff;text-decoration:none;transition:all .25s ease;}
.scott a:hover{border-color:#0b5bd3;color:#0b5bd3;box-shadow:0 4px 12px rgba(11,91,211,.12);}
.scott .current,.scott .cur,.scott span.current,.scott a.cur{background:#fff;color:#0b5bd3;border-color:#0b5bd3;box-shadow:none;font-weight:600;}

/* ===== 联系我们页 ===== */
.contact-flex{border:2px solid #d5dbe6;border-radius:10px;padding:30px 40px;background:#fff;display:flex;gap:40px;align-items:center;margin-bottom:28px;}
.contact-flex .ctext{flex:1;line-height:1.9;font-size:15px;color:#4a5468;}
.contact-flex .ctext p{margin:0 0 14px;}
.contact-flex .ctext p:first-child{font-size:18px;color:#0a3d91;font-weight:700;margin-bottom:20px;}
.contact-flex .cimg{flex:1;}
.contact-flex .cimg img{width:100%;border-radius:8px;display:block;}
.contact-map{margin-top:28px;}
.cmap-tit{font-size:18px;color:#0a3d91;font-weight:700;margin-bottom:14px;padding-left:10px;border-left:4px solid #0b5bd3;line-height:1.2;}
.cmap-box{overflow:hidden;border-radius:10px;}
.cmap-box iframe{width:100%;height:400px;display:block;border:0;}

/* ===== 产品列表页微调 ===== */
.pro-page .warp1{padding-top:26px;}


/* ============================================================
   应用领域页 + 搜索页（原被注释的内联样式补回）
   ============================================================ */

/* ===== 应用领域页：2列卡片（.wzzw 容器内限定，避免影响首页4列） ===== */
.wzzw .pro-grid{grid-template-columns:repeat(4,1fr);gap:24px;}
.wzzw .pro-grid .pc-bg{list-style:none;background:#fff;border:1px solid #eef0f4;border-radius:10px;overflow:hidden;transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column;}
.wzzw .pro-grid .pc-bg:hover{box-shadow:0 12px 26px rgba(10,61,145,.12);transform:translateY(-3px);}
.wzzw .pro-grid .pc-bg a{display:block;overflow:hidden;}
.wzzw .pro-grid .pc-bg a img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .3s;}
.wzzw .pro-grid .pc-bg:hover a img{transform:scale(1.06);}
.wzzw .pro-grid .pc-bg a h4{font-size:18px;color:#0a3d91;margin:0;font-weight:700;}
.wzzw .pro-grid .pc-bg a span{display:block;text-align:center;padding:18px 24px 10px;}
.wzzw .pro-grid .pc-bg > span{display:block;font-size:14px;line-height:26px;max-height:78px;overflow:hidden;padding:0 28px;text-align:center;color:#7a8494;margin:0 0 22px;}
.wzzw .pro-grid .pc-bg > span br{display:none;}
.wzzw .scott{display:none;}
.wzzw 
/* ===== 搜索结果页 ===== */
.search_title{display:none;}
.sr-mod{position:relative;background:#fff;padding:28px 0;margin-bottom:0;box-shadow:none;border-radius:0;}
.sr-mod.sr-divider{border-bottom:1px solid #e8ebf0;}
.sr-tit{font-size:18px;color:#0a3d91;font-weight:700;margin-bottom:22px;padding-left:14px;border-left:4px solid #0b5bd3;line-height:1.2;display:flex;align-items:center;justify-content:space-between;padding-right:14px;}
.sr-tit-en{font-size:12px;color:#9aa3b2;font-weight:400;letter-spacing:2px;}
/* 产品5列 */
.sr-pro-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;padding:0 14px;}
.sr-pro-item a{display:block;border:1px solid #eef0f4;border-radius:10px;overflow:hidden;transition:box-shadow .25s,transform .25s;background:#fff;}
.sr-pro-item a:hover{box-shadow:0 10px 24px rgba(10,61,145,.12);transform:translateY(-3px);}
.sr-pro-img{display:block;overflow:hidden;}
.sr-pro-img img{width:100%;height:auto;display:block;transition:transform .3s;}
.sr-pro-item a:hover .sr-pro-img img{transform:scale(1.06);}
.sr-pro-item b{display:block;text-align:center;font-size:14px;color:#333;padding:12px 8px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/* 图片5列 */
.sr-img-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;padding:0 14px;}
.sr-img-item a{display:block;text-align:center;}
.sr-img-item img{width:100%;height:120px;object-fit:cover;border-radius:8px;border:1px solid #eef0f4;}
.sr-img-item b{display:block;font-size:13px;color:#333;margin-top:6px;font-weight:400;}
/* 文章列表 */
.sr-art-list{list-style:none;padding:0 14px;}
.sr-art-list li{display:flex;align-items:center;padding:14px 0;border-bottom:1px dashed #eef0f4;font-size:14px;}
.sr-art-list li:last-child{border-bottom:none;}
.sr-art-list li span{color:#9aa3b2;margin-right:16px;font-size:13px;flex-shrink:0;}
.sr-art-list li a{color:#333;transition:color .2s;}
.sr-art-list li a:hover{color:#0b5bd3;}
/* 加载更多 */
.sr-morebtn{text-align:center;margin:26px 0 6px;}
.sr-morebtn button{display:inline-block;padding:12px 52px;border:2px solid #0b5bd3;background:#fff;color:#0b5bd3;border-radius:50px;font-size:14px;letter-spacing:3px;cursor:pointer;transition:all .3s;box-shadow:0 4px 14px rgba(11,91,211,.12);}
.sr-morebtn button:hover{background:linear-gradient(135deg,#0b5bd3,#2f8bff);color:#fff;border-color:transparent;box-shadow:0 8px 20px rgba(11,91,211,.35);transform:translateY(-2px);}
/* 无结果 */
.sr-none{padding:80px 0 100px;text-align:center;}
.sr-none-icon{width:70px;height:70px;margin:0 auto 26px;position:relative;}
.sr-none-icon:before{content:"";position:absolute;left:4px;top:4px;width:42px;height:42px;border:4px solid #c5ccd8;border-radius:50%;}
.sr-none-icon:after{content:"";position:absolute;right:8px;bottom:10px;width:26px;height:4px;background:#c5ccd8;border-radius:3px;transform:rotate(45deg);}
.sr-none-title{font-size:18px;color:#5b6472;margin:0 0 10px;font-weight:600;}
.sr-none-tip{font-size:14px;color:#9aa3b2;margin:0 0 32px;}
.sr-none-hot a{display:inline-block;padding:8px 22px;border:1px solid #e3e8f0;border-radius:50px;color:#0b5bd3;font-size:13px;margin:0 8px 12px;transition:all .3s;background:#fff;}
.sr-none-hot a:hover{border-color:#0b5bd3;background:#0b5bd3;color:#fff;}
/* 空搜索入口 */
.sr-empty{padding:80px 0 100px;text-align:center;}
.sr-empty-icon{width:70px;height:70px;margin:0 auto 26px;position:relative;}
.sr-empty-icon:before{content:"";position:absolute;left:4px;top:4px;width:42px;height:42px;border:4px solid #0b5bd3;border-radius:50%;}
.sr-empty-icon:after{content:"";position:absolute;right:8px;bottom:10px;width:26px;height:4px;background:#0b5bd3;border-radius:3px;transform:rotate(45deg);}
.sr-empty-title{font-size:20px;color:#0a3d91;margin:0 0 8px;font-weight:700;}
.sr-empty-tip{font-size:14px;color:#9aa3b2;margin:0 0 34px;}
.sr-empty-form{display:flex;justify-content:center;gap:12px;margin:0 auto 40px;max-width:640px;}
.sr-empty-form input{flex:1;height:50px;padding:0 24px;border:2px solid #e3e8f0;border-radius:50px;font-size:14px;color:#333;outline:none;transition:border-color .3s;box-shadow:0 4px 14px rgba(11,91,211,.06);}
.sr-empty-form input:focus{border-color:#0b5bd3;}
.sr-empty-form button{height:50px;padding:0 40px;border:none;border-radius:50px;background:linear-gradient(135deg,#0b5bd3,#2f8bff);color:#fff;font-size:15px;letter-spacing:2px;cursor:pointer;transition:all .3s;box-shadow:0 6px 18px rgba(11,91,211,.25);}
.sr-empty-form button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(11,91,211,.35);}


/* ===== 搜索页补全 ===== */
/* 原版栏目标题隐藏（新模板用 .cp-top/.sr-tit 做标题） */
/* 分类产品 iframe 高度 */
.cat-pro-iframe{min-height:300px;display:block;}


/* ===== 手机端：其他页面容器左右留白（.warp1/.content 和首页 .wrap 对齐） ===== */
.m-site .warp1{padding:0 10px;}
.m-site .content{padding:0 10px;}

/* 隐藏原版栏目标题（统一用 .cp-top） */
.nybt{display:none;}

