

@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,th,td,select,ul,ol,li,form,input,textarea,fieldset,legend,img{margin:0;padding:0;}

/*===================== 重置样式 START =====================*/

*:focus, *:active, *:hover,
a:focus, a:active, a:hover,
button:focus, button:active, button:hover,
input:focus, input:active, input:hover,
textarea:focus, textarea:active, textarea:hover,
select:focus, select:active, select:hover {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;

}

li{list-style:none;}
a{text-decoration:none;background:transparent;outline:none;color:#000;-webkit-transition:0.5s;-o-transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;transition:0.5s;}
a:hover,.tran,.pub_button .pb_bg,.section_seven .item i{-webkit-transition:0.5s;-o-transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;transition:0.5s;text-decoration:none}
.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.upp{text-transform:uppercase;}
.middle_box{display:table;width:100%;height:100%;}
.middle_box .middle{display:table-cell;vertical-align:middle;width:100%;text-align:center;}
img{border:0;vertical-align:middle;max-width:100%;display:block;}
table{border-collapse:collapse;border-spacing:0;}
input,textarea{-webkit-user-modify:read-write-plaintext-only;outline-style:none;border:none;font-size:14px;}
input::-moz-placeholder,textarea::-moz-placeholder{color:#000;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#000;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#000;}
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;}
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#0058b9;}
textarea{resize:none;overflow:auto;}
input{padding-top:0;padding-bottom:0;}

select,input{vertical-align:middle;}
select,input,textarea{font-size:14px;margin:0;}
.clear{zoom:1;}
.clear:after{content:"";display:block;height:0;visibility:hidden;clear:both;}
.clear::before,.clear::after{content:"";display:table;}
.clear::after{clear:both;}
.fl{float:left;}
.fr{float:right;}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;}
body{  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;font-size:16px !important;color:#333;background-color:#fff;overflow-x:hidden;cursor: default;}
.error3{display:none!important;}
html,body{max-width:1920px;margin:0 auto;}
.inner{max-width:95%;margin:0 auto;}
.inner1{max-width:1300px;margin:0 auto;}
.f_14{ font-size:14px; }
.f_16{ font-size:16px; }
.f_18{ font-size:18px; }
.f_20{ font-size:20px; }
.f_24{ font-size:24px; }
.f_28{ font-size:28px; }
.f_30{ font-size:30px; }
.f_38{ font-size:38px; }
.f_48{ font-size:48px; }
.f_58{ font-size:58px; }
.f_72{ font-size:72px; }
/*===================== 重置样式 END =====================*/

/*===================== 公用样式 START =====================*/
/* 头部整体 */
.header{width:100%;position:fixed;top:0;z-index:999;border-bottom: 1px solid #ffffff2d;}
.header .inner{height:100px;position:relative;max-width:96%;margin:0 auto;text-align: center;}
.header .logo img{margin-top:25px; filter: drop-shadow(0 0 1px #c2c2c2) drop-shadow(0 0 1px #b3b3b3);}
.header .nav{width:55%;display: inline-block;}
.header .nav ul li{float:left;width:14.2%;height:100px;line-height:100px;text-align:center;position:relative;}
.header .nav ul li a{color:#ffffff;position:relative;z-index:1;font-size:18px;display:block;height:100%;}



/* 基础：默认只显示第一个logo，隐藏第二个 */
.header .logo img:first-child {
  display: block !important;
}
.header .logo img:last-child {
  display: none !important;
}

/* 滚动后 .bg 样式：隐藏第一个，显示第二个 */
.header.bg .logo img:first-child {
  display: none !important;
}
.header.bg .logo img:last-child {
  display: block !important;
}



/* 底部2px横线，默认0宽，从左到右展开 */
.header .nav ul li em{
    position:absolute;
    width:0;
    height:2px;
    bottom:0;
    left:0;
    background:#0058b9;
    z-index:2;
    transition: width 0.35s ease;
}

/* 悬浮时横线拉满整个宽度 */
.header .nav ul li a:hover em{
    width:100%;
}

/* 当前选中栏目，横线一直填满 */
.header .nav ul li a.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:#0058b9;
    z-index:2;
}  

/* 隐藏旧的背景高度样式 */
.header .nav ul li a.active em{
    width:0;
}
.header .nav ul li a.active:hover em{
    width:100% !important;
}

/* 下拉菜单 */
.header .nav ul li .son_nav{display:none;background:#fff;}
.header .nav ul li .son_nav a{color:#333;line-height:40px;height:40px;font-size:14px;padding:0 5px;}
.header .nav ul li .son_nav a:hover{background:#0058b9;color:#fff;}
.header .nav ul li:hover .son_nav{display:block;}

/* 产品下拉展示 */
.header .product_son{
    display:block;
    position:absolute;
    left:0;
    top:140px;
    text-align:center;
    font-size:0;
    width:100%;
    height:auto;
    background-color:rgba(255,255,255,0.95);
    z-index:999;
}

/* 仅修改了这里的 width，从 11% 调整为 10.5%，确保 8 个能一行放下 */
.header .product_son .item{
    display:inline-block;
    width:11%; 
    margin:3% 0.5%;
    overflow: hidden;
}

.header .product_son .item img{
    border-radius: 15px 0 15px 0;
}

.header .product_son .item p{
    font-size:16px;
    color:#000;
    height:32px;
    line-height:32px;
    position: relative;
}

.header .product_son .item:hover .pb_bg{
    transform:scaleY(1);
    -webkit-transform:scaleY(1);
    transform-origin:left 0;
    -webkit-transform-origin:left 0;
    visibility:visible\9;
}

.header .product_son .item:hover p{
    color: #fff;
}

/* 电话区域 + SVG图标样式 */
.header .call{
    margin-top:35px;
    padding-left:0;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap:10px;



}
.header .call .tel_icon{
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    /* SVG 自动呼吸动画 */
    animation: telScale 1.8s infinite ease-in-out;
}
/* 呼吸缩放关键帧 */
@keyframes telScale {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}
.header .call h3{
    font-size:33px;
    color:#fff;
    font-family: impact;
    margin:0;
}

/* 滚动后白色头部样式 */
.header.bg{box-shadow:0 0 15px rgba(0,0,0,0.267);background: rgba(255, 255, 255, .95); }
.header.bg .inner{height:70px;}
.header.bg .logo img{height:40px;margin-top:15px}

/* 滚动后 Logo 变蓝色 */

.header.bg .nav ul li{height:70px;line-height:70px}
.header.bg .call{margin-top:18px;}
.header.bg .call h3 {
    margin-top: 0;
    color: #E00C24 !important;


    text-shadow: none;
}
.header.bg .call .tel_icon path{
    fill:#E00C24 !important;
}
.header.bg .nav ul li a{color: #333;
    text-shadow: none;}
.header.bg .nav ul li a.active {
  color: #333 !important;
}






/* ====================== 自适应 Banner ====================== */


.banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #1a1a1a;
}

.banner-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 41.66%; /* 预设比例，防止高度跳动 */
    background: #000;
}

.banner-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    height: 100%;
    display: flex;
    transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* --- 文字容器 --- */
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    color: #fff;
    width: 80%;
    z-index: 2;
    pointer-events: none; /* 防止文字遮挡点击 */
}

/* --- 核心优化：确保初始状态完全不可见 --- */
.text-line {
    opacity: 0 !important; 
    transform: translate3d(0, 3vw, 0); 
    transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, opacity;
}

/* 第一行图片字 */
.text-img {
    width: 36vw;
    max-width: 90%;
    height: auto;
    margin: 0 auto 1.2vw;
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

/* 第二行主标题 */
.text-line2 {
  font-size: 4.7vw;
  font-weight: 600 ;       /* 最强粗体 */

  letter-spacing: 0.1vw !important;  /* 字间距更舒服 */
  margin-bottom: 0.8vw;
  white-space: nowrap;
  text-shadow: 0 0.2vw 1.2vw rgba(0,0,0,0.6);
  
  /* 强制文字变粗 + 清晰不发虚 */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-stroke: 0.05vw #fff !important;
  -webkit-text-stroke: 0.05vw #fff !important;
}

/* 第三行描述 */
.text-line3 {
    font-size: 2.1vw;
    font-weight: 300;
    opacity: 0.8;
}

/* --- 当父级有 .active 时才显示 --- */
.banner-item.active .text-line {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
}

/* 阶梯延迟 */
.banner-item.active .text-line:nth-child(1) { transition-delay: 0.5s; }
.banner-item.active .text-line:nth-child(2) { transition-delay: 0.8s; }
.banner-item.active .text-line:nth-child(3) { transition-delay: 1s; }

/* 控件样式 */
.banner-dots {
    position: absolute;
    bottom: 2vw;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.3vw;
}
.dot {
    width: 0.7vw;
    height: 0.7vw;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
.dot.active {
    background: #fff;
    width: 2.5vw;
    border-radius: 1vw;
}

.banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5vw;
    height: 3.5vw;
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: 0.3s;
}
.banner-container:hover .banner-arrow { opacity: 1; }
.arrow-left { left: 2vw; }
.arrow-right { right: 2vw; }


/* 给 banner 图片添加黑色半透明遮罩 */
.banner-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 黑色遮罩，0.4 是透明度，可自己调整 */
  z-index: 1; /* 确保遮罩在图片上方、文字下方 */
  pointer-events: none;
}
















.kailai-main-container {
    margin: 0 auto;
    font-family: "Microsoft YaHei", sans-serif;
    box-sizing: border-box;
}

.kailai-header {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 90px;
}
.kailai-title {
    font-size: 45px;
    margin: 10px 0;
    font-weight: bold;
    color: #005bbb;
}
.kailai-title span {
    color: #000;
}
.kailai-subtitle {
    font-size: 18px;
    color: #999;
    line-height: 1.6;
    padding: 0 10px;
}

.kailai-nav-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 40px 0;
    padding: 0;
    list-style: none;
}
.kailai-nav-ul li {
    width: 20%;
    text-align: center;
    line-height: 2;
}
.kailai-nav-ul a {
    display: block;
    padding: 6px 16px;
    border: 1px solid #c5c5c5;
    border-radius: 20px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}
.kailai-nav-ul a:hover {
    border-color: #005bbb;
    color: #005bbb;
}

/* 滚动容器 */
.kailai-product-scroll {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    height: auto !important;
    max-height: 1000px;
}
.kailai-product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.kailai-product-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.kailai-product-item a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

/* 图片固定 857/610 比例 */
.kailai-img-wrap {
    width: 100%;
    aspect-ratio: 857 / 610;
    overflow: hidden;
    background: #f5f5f5;
}
.kailai-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.kailai-card-footer {
    padding: 10px 0;
    text-align: center;
    background: #f5f5f5;
    margin-top: auto;
}
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 16px;
}

.kailai-product-item:hover .kailai-card-footer {
    background-color: #005bbb;
}
.kailai-product-item:hover .kailai-name {
    color: #fff;
}
.kailai-product-item:hover img {
    transform: scale(1.08);
}

/* ===================== 手机端 ===================== */
@media (max-width: 768px) {
    .kailai-product-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }


.kailai-nav-ul{margin-bottom: 0px;}



.kailai-nav-ul a{    font-size: 16px!important;}
    .kailai-title {
        font-size: 32px;
    }
    .kailai-nav-ul li {
        width: calc(50% - 5px);
    }
    .kailai-product-scroll {
        width: 96%;
    }




}






/* ===== 图片与卡片样式 ===== */
/* ===== 基础样式：确保电脑端正常 ===== */
.kl-product-item {
    box-sizing: border-box;
    background: #fff;
    width: 100%; /* 新增：强制产品项宽度100% */
    height: 100%; /* 新增：强制高度100% */
    display: flex;
    flex-direction: column;
}

.kl-product-item a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    flex-grow: 1; /* 新增：让链接撑满剩余空间 */
    display: flex;
    flex-direction: column;
}

/* 图片包装层 */
.kl-img-wrap {
    width: 100%;
    aspect-ratio: 857 / 610; 
    overflow: hidden;
    background: #f5f5f5;
    display: block;
    flex-shrink: 0; /* 防止被压缩 */
}

.kl-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

/* 标题栏 */
.kl-card-footer {
    text-align: center;
    padding: 12px 10px;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
    flex-shrink: 0; /* 防止底部被压缩 */
    margin-top: auto; /* 确保底部对齐 */
}

.kl-name {
    font-size: 14px;
    color: #333;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

/* 悬停效果 */
.kl-product-item:hover .kl-card-footer {
    background-color: #005bbb;
}
.kl-product-item:hover .kl-name {
    color: #ffffff;
}
.kl-product-item:hover img {
    transform: scale(1.08);
}

/* ========================================== */
/* ===== 手机站核心修复：强制等宽等高 ===== */
/* ========================================== */

@media (max-width: 768px) {
    

    .kl-product-list {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        grid-auto-rows: 1fr !important;
        align-items: stretch !important;
        width: 100%;
    }



    /* --- 2. 修复产品项，强制撑满格子 --- */
    .kl-product-item {
        width: 100% !important;
        height: 100% !important;
        display: flex;
        flex-direction: column;
    }

    .kl-product-item a {
        width: 100% !important;
        height: 100% !important;
    }

    /* --- 3. 图片容器强制统一比例 --- */
    .kl-img-wrap {
        width: 100% !important;
        aspect-ratio: 857 / 610 !important; /* 保持原比例，或改为 1/1 */
        height: auto !important;
        overflow: hidden !important;
        background-color: #ffffff;
        display: block;
        flex-shrink: 0;
    }

    .kl-img-wrap img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    /* --- 4. 其他布局微调 --- */
    .kl-product-scroll {
        width: 96% !important;
    }

    .kl-card-footer {
        padding: 8px 5px;
    }
    
    .kl-name {
        font-size: 12px;
    }
}






.kailai-banner{
    position: relative;
    width: 100%;
    height: 420px;
   background: url("../images/hf.jpg") center/cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	margin-top: 50px;
}



/* 内容 */
.kailai-banner-content{
    position: relative;
    z-index: 2;
    color:#fff;
    max-width:1900px;
    padding:0 20px;
}

/* 小标题 */
.kailai-banner-sub{
    font-size:22px;
    letter-spacing:4px;
    margin-bottom:15px;
    opacity:0.9;
}

/* 主标题 */
.kailai-banner-title{
    font-size:54px;
    font-weight:bold;
    line-height:1.4;
}

/* 顶部品牌 */
.kailai-banner-top{
    font-size:44px;
    margin-bottom:10px;
    font-weight:600;
}

/* ====== 响应式 ====== */
@media (max-width: 768px){




    .kailai-banner{
        height: 300px;
    }

    .kailai-banner-top{
        font-size:20px;
    }

    .kailai-banner-sub{
        font-size:12px;
        letter-spacing:2px;
    }

    .kailai-banner-title{
        font-size:22px;
        line-height:1.5;
    }
}








/* 容器 */
.kailai-container{
    width:95%;
    max-width:1900px;
    margin:0 auto;
    padding:80px 0;
}

/* 上部分 */
.kailai-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
}

/* 左侧 */
.kailai-left{
    flex:1;
}

/* 英文标题 */
.kailai-en{
    font-size:63px;
    font-weight:800;
    color:#c40000;
    line-height:1.1;
    letter-spacing:2px;
}

/* 中文标题 */
.kailai-title{
    font-size:40px;
    margin:20px 0;
    font-weight:bold;
}

/* 描述 */
.kailai-desc{
    font-size:18px;
    color:#777;
    line-height:1.8;
    margin-bottom:30px;
}

/* 数据 */
.kailai-data{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    gap:30px 60px;
}

.kailai-item{
    display:flex;
    align-items:baseline;
    gap:5px;
}

.kailai-num{
    font-size:51px;
    font-weight:bold;
}

.kailai-plus{
    font-size:18px;
}

.kailai-text{
    font-size:16px;
    color:#666;
    
}

/* 右侧图片 */
.kailai-right{
    flex:1;
}

.kailai-right img{
    width:100%;
    display:block;
}

/* 底部三图 */
.kailai-bottom{
    margin-top:50px;
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap:20px;
}

.kailai-card{
    position:relative;
    overflow:hidden;
    aspect-ratio: 3 / 1;
}

/* a 铺满整个卡片 */
.kailai-card a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

/* 图片 + 放大动画 */
.kailai-card img{
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
    transition: transform 0.3s ease;
}
.kailai-card a:hover img{
    transform: scale(1.18);
}




/* 遮罩 */
.kailai-card a::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    z-index: 1;
}

/* 文字在最上层 */
.kailai-card span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    font-size:18px;
    z-index: 2;
}
/* ===== 响应式 ===== */
@media (max-width: 1024px){

    .kailai-top{
        flex-direction:column;
    }

    .kailai-en{
        font-size:36px;
    }
}

/* 手机 */
@media (max-width: 768px){

    .kailai-container{
        padding:40px 0;
    }

    .kailai-en{
        font-size:28px;
    }

    .kailai-title{
        font-size:30px;
    }
.header-area h2 {font-size: 28px!important;}
.nav-item span{font-size: 12px!important;}
.header-area p{font-size: 12px!important;}
.kailai-news-container{margin-top: 80px!important;}
    .kailai-header{margin-top: 40px;}


    .banner-container{margin-top: 50px;}

    .kailai-desc{
        font-size:13px;
    }

    .kailai-data{
        gap:20px;
    }

    .kailai-num{
        font-size:24px;
    }

    .kailai-bottom{
        grid-template-columns:1fr;
    }

    .kailai-card span{
        font-size:16px;
    }
}









/* 1. 容器基础布局 */
.kailai-news-container { 
    max-width: 1700px; 
    width: 95%; 
    margin: 80px auto; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    font-family: "Microsoft YaHei", sans-serif; 
    margin-top: 120px;  
}

/* 2. 标题与按钮通用样式 */
.kailai-news-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 15px; 
}
.kailai-news-header h2 { font-size: 45px; color: #333; margin: 0; font-weight: bold; }

.kailai-news-more { 
    display: inline-block;
    border: 1px solid #ff1919; 
    color: #ff1919; 
    padding: 2px 12px; 
    border-radius: 15px; 
    text-decoration: none; 
    font-size: 13px; 
    transition: 0.3s; 
    font-weight: normal;
}
.kailai-news-more:hover { background: #ff1919; color: #fff; }

/* 3. 左侧大图区域 (默认响应式) */
.kailai-news-left { width: 32%; min-width: 300px; position: relative; margin-bottom: 20px; }
.kailai-news-main-img { 
    width: 100%; 
    aspect-ratio: 16/11; 
    overflow: hidden; 
    position: relative; 
    border-radius: 4px; 
    background: #f5f5f5; 
}
.kailai-news-main-img img { width: 100%; height: 100%; object-fit: cover; display: none; transition: 0.5s; }
.kailai-news-main-img img.active { display: block; }
.kailai-news-main-title { 
    background: rgba(0,0,0,0.6); color: #fff; position: absolute; bottom: 0; width: 100%; 
    padding: 8px 10px; font-size: 14px; box-sizing: border-box; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
}
.kailai-news-dots { display: flex; justify-content: center; margin-top: 10px; gap: 8px; }
.kailai-news-dot { width: 8px; height: 8px; background: #ccc; border-radius: 50%; cursor: pointer; }
.kailai-news-dot.active { background: #2196F3; }

/* 4. 中间新闻列表 */
.kailai-news-middle { width: 35%; margin-bottom: 20px; }
.kailai-news-middle-spacer { height: 52px; display: flex; align-items: center; justify-content: flex-end; }
.kailai-news-list { list-style: none; padding: 0; margin: 0; }
.kailai-news-item { 
    padding: 12px 0; 
    cursor: pointer; 
    transition: all 0.3s ease !important;
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    border: none !important;
    outline: none !important;
    box-shadow: inset 0 -1px 0 #e0e0e0 !important;
    -webkit-tap-highlight-color: transparent !important;
}
.kailai-news-item:hover { 
    box-shadow: inset 0 -1px 0 #2196F3 !important;
    border: none !important;
    outline: none !important;
}
.kailai-news-item-title { 
    font-size: 16px; color: #333; font-weight: normal; 
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; margin-right: 10px; line-height: 2.2;
}
.kailai-news-item:hover .kailai-news-item-title { color: #2196F3; }
.kailai-news-item-date { font-size: 14px; color: #999; flex-shrink: 0; }

/* 5. 右侧行业新闻 */
.kailai-news-right { width: 28%; margin-bottom: 20px; }
.kailai-news-right-item { 
    display: flex; justify-content: space-between; align-items: center;
    padding: 12px 0; text-decoration: none; transition: all 0.3s ease !important;
    border: none !important;
    outline: none !important;
    box-shadow: inset 0 -1px 0 #e0e0e0 !important;
    -webkit-tap-highlight-color: transparent !important;
}
.kailai-news-right-item:hover { 
    box-shadow: inset 0 -1px 0 #2196F3 !important;
    border: none !important;
    outline: none !important;
}
.kailai-news-right-item label { 
    cursor: pointer; font-size: 16px; color: #333; font-weight: normal; 
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; line-height: 1.8;
}
.kailai-news-right-item:hover label { color: #2196F3; }
.kailai-news-right-item span { color: #999; font-size: 14px; flex-shrink: 0; margin-left: 10px; }

/* 6. 全局强制清除所有闪烁、黑线、点击框 */
.kailai-news-item *:focus,
.kailai-news-item *:active,
.kailai-news-right-item *:focus,
.kailai-news-right-item *:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* 7. 响应式断点控制 */
@media (max-width: 992px) {
    .kailai-news-left, .kailai-news-middle { width: 48%; }
    .kailai-news-right { width: 100%; margin-top: 10px; }
}

@media (max-width: 768px) {
    .kailai-news-left, .kailai-news-middle, .kailai-news-right { width: 100%; }
    .kailai-news-middle-spacer { height: 40px; } 
    .kailai-news-header h2 { font-size: 20px; }
    .kailai-news-main-img { aspect-ratio: 16/9; height: auto !important; }

.kailai-news-more{display: none;}
    
}

.section-cases {
      width: 100%;
   background: #edf1f7;
background-size: cover; /* 图片铺满整个元素，不变形 */
background-attachment: fixed; /* 可选：背景固定不随滚动移动 */
      padding-top: 80px;
      overflow: hidden;
    }

    /* ===== TITLE ===== */
    .section-title {
      text-align: center;
      margin-bottom: 8px;
    }
    .section-title h2 {
      font-size:45px;
      font-weight: 700;
      letter-spacing: 2px;
      color: #222;
    }
    .section-title h2 .brand { color: #1565c0; }

    .section-subtitle {
      text-align: center;
      font-size: 13px;
      color: #777;
   
      padding: 0 20px;
      line-height: 1.8;
    }

    /* ===== 3D CAROUSEL ===== */
    .carousel-bg {
      width: 100%;
    
      padding: 30px 0 50px;
  
      overflow: hidden;
    }
    .carousel-bg::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 80px;
     
      pointer-events: none;
    }

    .carousel-track {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 580px;
      perspective: 1200px;
    }

    .carousel-item {
      position: absolute;
      transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      cursor: pointer;
      overflow: hidden;
      border-radius: 2px;
    }
    .carousel-item a {
      display: block;
      width: 100%;
      height: 100%;
    }
    .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
	  border: 10px solid #fff;
    }

   
    .pos-center {
      width: 625px; height: 480px;
      transform: translateX(0) rotateY(0deg);
      z-index: 10;
      box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    }
    .pos-left {
      width: 501px; height:500px;
      transform: translateX(-580px) rotateY(30deg);
      z-index: 5;
   
      box-shadow: 4px 6px 20px rgba(0,0,0,0.2);
    }
    .pos-far-left {
       width: 461px; height:400px;
      transform: translateX(-710px) rotateY(40deg);
      z-index: 2;
  
    }
    .pos-right {
        width: 501px; height:500px;
      transform: translateX(580px) rotateY(-30deg);
      z-index: 5;

      box-shadow: -4px 6px 20px rgba(0,0,0,0.2);
    }
    .pos-far-right {
       width: 461px; height:400px;
      transform: translateX(710px) rotateY(-40deg);
      z-index: 2;
  
    }
    .pos-hidden {
      opacity: 0;
      pointer-events: none;
      z-index: 0;
      transform: translateX(0) scale(0.3);
      width: 420px; height: 280px;
    }

    /* 指示点 */
    .carousel-dots {
      text-align: center;
      margin-top: 18px;
      position: relative; z-index: 10;
    }
    .carousel-dots span {
      display: inline-block;
      width: 8px; height: 8px;
      border-radius: 50%;
      background: rgba(100,150,200,0.4);
      margin: 0 4px;
      cursor: pointer;
      transition: background 0.3s, transform 0.3s;
    }
    .carousel-dots span.active {
      background: #1565c0;
      transform: scale(1.35);
    }

    /* ===== 口号 ===== */
    .tagline {
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      color: #222;
      padding: 28px 20px 24px;
      letter-spacing: 1px;
    }

    /* ===== 底部横幅图片 ===== */
    .bottom-banner {
      width: 100%;
      display: block;
      line-height: 0;
    }
    .bottom-banner img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* ===== 响应式 ===== */
    @media (max-width: 900px) {
      .pos-center    { width: 300px; height: 200px; }
      .pos-left      { width: 260px; height: 175px; transform: translateX(-250px) rotateY(30deg); opacity:0.9; filter:brightness(0.95); }
      .pos-right     { width: 260px; height: 175px; transform: translateX(250px) rotateY(-30deg); opacity:0.9; filter:brightness(0.95); }
      .pos-far-left  { width: 220px; height: 150px; transform: translateX(-450px) rotateY(40deg); opacity:0.5; filter:brightness(0.9); }
      .pos-far-right { width: 220px; height: 150px; transform: translateX(450px) rotateY(-40deg); opacity:0.5; filter:brightness(0.9); }
      .pos-hidden    { width: 300px; height: 200px; }
      .carousel-track { height: 220px; }
      .tagline { font-size: 16px; }

  


      .carousel-item img{border: none;}
    }

    @media (max-width: 600px) {
      .section-title h2 { font-size: 32px; }
      .carousel-track { height: 170px; }
      .pos-center    { width: 220px; height: 150px; }
      .pos-left      { width: 185px; height: 125px; transform: translateX(-175px) rotateY(28deg); opacity:0.9; filter:brightness(0.95); }
      .pos-right     { width: 185px; height: 125px; transform: translateX(175px) rotateY(-28deg); opacity:0.9; filter:brightness(0.95); }
      .pos-far-left  { width: 155px; height: 105px; transform: translateX(-310px) rotateY(38deg); opacity:0.5; filter:brightness(0.9); }
      .pos-far-right { width: 155px; height: 105px; transform: translateX(310px) rotateY(-38deg); opacity:0.5; filter:brightness(0.9); }
      .pos-hidden    { width: 220px; height: 150px; }
      .tagline { font-size: 14px; padding: 18px 14px; }
    }















    /* 顶部标题区域 */
    .header-area {
        text-align: center;
        padding: 60px 20px 40px;
        background-color: #fff;
    }
    .header-area h2 {
        font-size:45px;
        color: #333;
        font-weight: bold;
        position: relative;
        display: inline-block;
        margin-bottom: 25px;
    }
    .header-area h2::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 2px;
        background-color: #d8a0a0; 
    }
    .header-area p {
        font-size: 14px;
        color: #666;
    }

    /* 主背景展示区域 */
    .banner-area {
        position: relative;
        width: 100%;
        height: 740px;
        background-image: url('../images/hg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: background-image 0.4s ease-in-out;
        overflow: hidden;
    }

    /* 整体渐变暗色遮罩，保证文字清晰 */
    .banner-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;

        pointer-events: none;
    }

/* 左侧动态文字内容 */
.content-left {
    position: absolute;
    left: 10%;
    top: 30%;
    color: #fff;
    max-width: 450px;
    z-index: 2;
    /* 核心：给整个容器加文字阴影，所有子元素继承 */
    text-shadow: 0 0 8px rgba(31, 31, 31, 0.7), 0 2px 4px rgba(0, 0, 0, 0.5);
}
.content-left h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px;
    /* 标题加强阴影，更突出 */
    text-shadow: 0 0 12px rgba(110, 110, 110, 0.8), 0 3px 6px rgba(73, 72, 72, 0.6);
}
.content-left p {
text-transform: uppercase;
    font-size: 18px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.95); /* 微微提高不透明度 */
}

    /* ================= 底部导航区域 (完全复刻截图) ================= */
    .bottom-nav {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 140px; /* 底部导航的固定高度 */
        display: flex;
        align-items: center;
        z-index: 10;
        /* 给底部区域加一层微微的深色底，增强线条和图标对比 */
        background-color: rgba(0, 0, 0, 0.452);
    }



    /* 每一个均分的导航块 */
    .nav-item {
        flex: 1; /* 等分宽度 */
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        cursor: pointer;
        position: relative;
        transition: color 0.3s ease;
    }

    /* 垂直分割线（除了最后一个项以外都有右边框线） */
    .nav-item:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 30px;
        bottom: 30px;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.3);
    }
    
    /* 图标包裹层 */
    .nav-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* SVG 样式设置 */
    .nav-icon svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
        transition: fill 0.3s ease, transform 0.3s ease;
    }

    .nav-item span {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    /* ================= 鼠标悬浮变蓝特效 ================= */
    .nav-item:hover {
        color: #2196F3; /* 亮蓝色 */
    }
    .nav-item:hover .nav-icon svg {
        transform: translateY(-3px); /* 悬浮时图标微微上浮，增加交互感（不需要可删） */
    }






/* ================================================================
   1. 基础布局与背景 (口号区无遮罩)
   ================================================================ */
.kl-footer {
    position: relative;
    /* 替换为你的图片路径 */
    background: #05101a url('../images/215.jpg') no-repeat center top; 
    background-size: cover;
    color: #fff;
    font-family: "Microsoft YaHei", "SimHei", sans-serif;
    overflow: hidden;
    padding-bottom: 0;
}

/* 黑色渐变遮罩：只从口号下方开始 */
.kl-footer::before {
    content: "";
    position: absolute;

    top: 420px; 
    left: 0; 
    width: 100%; 
    height: calc(100% - 220px); /* 遮住剩下的部分 */
    /* 使用线性渐变，顶部稍微留白平滑过渡，下方加深 */
    background: linear-gradient(
       
        rgba(7, 7, 7, 0.205) 100%);
    z-index: 1;
}

/* 确保所有内容在遮罩层之上 */
.kl-footer-slogan, 
.kl-footer-main, 
.kl-footer-bottom {
    position: relative;
    z-index: 2;
}



.kl-footer-bottom {
    background: #00469b; 
    padding: 12px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.kl-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center; /* 垂直居中 */
}

/* 核心修复：版权区图片 原始尺寸、不变大、只控制高度 */
.kl-bottom-container img {
    width: auto !important;       /* 宽度自动（保持原始比例） */
    height: 20px !important;      /* 固定高度，你可以自己改数值 */
    max-width: none !important;   /* 取消最大宽度限制 */
    display: inline-block !important;
    vertical-align: middle;       /* 文字对齐 */
}


.kl-bottom-container a{color: #fff;}


/* ================================================================
   2. 顶部广告语 (Slogan) - 无遮罩状态下需增强阴影
   ================================================================ */
.kl-footer-slogan {
    text-align: center;
    padding: 180px 20px 40px;
    /* 确保口号区域不被遮挡 */
    position: relative; 
    z-index: 3; 
}

.slogan-title { 
    font-size: 45px; 
    font-weight: normal; 
    letter-spacing: 6px; 
    color: #fff;
    margin-bottom: 10px; 
    /* 增强阴影，防止背景图顶部太亮看不清字 */
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.5);
}

.slogan-subtitle { 
    font-size: 52px; 
    font-weight: bold; 
    letter-spacing: 3px; 
    margin: 0;
    /* 增强阴影 */
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.8), 0 2px 10px rgba(0, 0, 0, 1);
}

/* ================================================================
   3. 主体内容 (Flex 4列布局)
   ================================================================ */






.kl-footer-main {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 160px 20px 80px;
}

.kl-footer-col { 
  flex: 1; 
  padding: 0 15px; 
}
/* 第二列更小 */
.kl-footer-col:nth-child(2) {
  flex: 0.6;
}
/* 第三列更大 */
.kl-footer-col:nth-child(3) {
  flex: 1.5;
}
.brand-logo { 
  
}
.brand-text { 
    
}

.kl-col-title { 
    font-size: 18px; 
    font-weight: normal; 
    margin-bottom: 25px; 
    color: #fff;
}

.kl-col-links { list-style: none; padding: 0; margin: 0; }
.kl-col-links li { margin-bottom: 12px; }
.kl-col-links a { 
    color: #ccc; 
    text-decoration: none; 
    font-size: 14px; 
    transition: 0.3s; 
}
.kl-col-links a:hover { color: #0078ff; }

.kl-contact-info p, 
.kl-contact-info div { 
    font-size: 14px; 
    color: #ccc; 
    margin-bottom: 12px; 
    line-height: 1.8; 
}

.hotline-label { font-size: 15px; margin-bottom: 8px; color: #fff; }
.hotline-number { 
    font-size: 26px; 
    font-weight: bold; 
    background: rgba(255, 255, 255, 0.15); 
    display: inline-block; 
    padding: 6px 18px; 
    border-radius: 4px; 
    margin-bottom: 20px;
}
.qrcode-box { width: 130px; text-align: center; margin-left: 50px; }
.qrcode-box img { 
    width: 100%; 
    border-radius: 4px; 
    background: #fff; 
    padding: 5px; 
}
.qrcode-box p { font-size: 12px; color: #bbb; margin-top: 8px; }


.kl-footer-bottom {
    background: #00469b; 
    padding: 12px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.kl-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}





/* ================================================================
   5. 响应式适配
   ================================================================ */


/* 平板端：1024px 及以下 */
@media (max-width: 1024px) {
  .kl-footer-main {
    flex-wrap: wrap;
    padding: 100px 20px 60px;
    gap: 40px 20px; /* 列间距统一 */
  }
  /* 双列布局，取消弹性比例 */
  .kl-footer-col {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 0;
    padding: 0;
  }
  /* 重置第二、三列弹性比例，避免布局错乱 */
  .kl-footer-col:nth-child(2),
  .kl-footer-col:nth-child(3) {
    flex: 0 0 calc(50% - 10px);
  }
}

/* 小平板 / 横屏手机：768px - 991px */
@media (max-width: 991px) {
  .kl-footer-main {
    padding: 80px 15px 50px;
  }
  .hotline-number {
    font-size: 22px;
    padding: 5px 15px;
  }
}

/* 手机端：767px 及以下（核心手机适配） */
@media (max-width: 767px) {
  /* 1. 顶部 slogan 区域优化 */
  .kl-footer-slogan {
    padding: 40px 15px 15px;
    text-align: center;
  }
  .slogan-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .slogan-subtitle {
    font-size: 22px;
    margin-top: 8px;
  }

  /* 2. 底部主体内容优化 */
  .kl-footer-main {
    padding: 30px 15px 50px;
    flex-direction: column; /* 单列布局 */
    gap: 35px; /* 统一列间距 */
  }
  /* 所有列全屏宽度 + 居中 */
  .kl-footer-col {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }

  /* 3. 标题样式优化 */
  .kl-col-title {
    font-size: 17px;
    margin-bottom: 18px;
    display: inline-block;
    border-bottom: 2px solid #0078ff;
    padding-bottom: 6px;
  }

  /* 4. 链接列表优化 */
  .kl-col-links li {
    margin-bottom: 10px;
  }
  .kl-col-links a {
    font-size: 15px;
  }

  /* 5. 热线电话优化 */
  .hotline-label {
    font-size: 16px;
  }
  .hotline-number {
    font-size: 20px;
    padding: 8px 16px;
    margin-bottom: 15px;
  }

  /* 6. 二维码居中 */
  .qrcode-box {
    margin: 0 auto;
    width: 120px;
  }
  .qrcode-box p {
    font-size: 13px;
  }

  /* 7. LOGO 居中优化 */
  .kl-logo-area,
  .brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .brand-logo img {
    max-width: 160px; /* 限制手机端logo大小 */
    display: block;
  }

  /* 8. 底部版权栏优化 */
  .kl-footer-bottom {
    padding: 15px 0;
  }


 .kl-footer-bottom img{
  width: auto;
  height: auto;
}
  .kl-bottom-container {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    padding: 0 15px;
  }
}

/* 小屏手机：576px 及以下 */
@media (max-width: 576px) {
  .brand-logo img {
    max-width: 140px;
  }
  .hotline-number {
    font-size: 18px;
  }
  .qrcode-box {
    width: 110px;
  }
}












.pub_button .pb_bg{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0058b9;-webkit-transition:transform 0.5s 0s cubic-bezier(0.36,0.01,0.29,0.99);transition:transform 0.5s 0s cubic-bezier(0.36,0.01,0.29,0.99);transform-origin:left 100%;-webkit-transform-origin:left 100%;transform:scaleY(0);-webkit-transform:scaleY(0);visibility:hidden\9;z-index:-1;}
.pub_button:hover .pb_bg,.pub_button.active .pb_bg{transform:scaleY(1);-webkit-transform:scaleY(1);transform-origin:left 0;-webkit-transform-origin:left 0;visibility:visible\9;}
#footer{background:#00499E;width:100%;padding-top:110px;overflow: hidden;background-attachment: fixed;background-size: 100% 70.3%}
#footer h3{font-size:24px;font-weight:bold;color:#fff;position:relative;margin-bottom:30px}
#footer h3::before{position:absolute;content:"";bottom:-10px;left:0;background:#49BAFF;width:50px;height:3px}
#footer .f1{width:20%;text-align:center;}
#footer .f1 img{display:block;margin:0 auto;}
#footer .f1 em{font-size:48px;color:#db051f;display:inline-block;font-style:normal;font-weight:bold;margin:5px 0;}
#footer .f1 em span{color:#fff;}
#footer .two{padding-left:2%;width: 30%;}

#footer .two a{line-height:40px;font-size:18px;color:#fff;width: 50%;float: left;}
#footer .two a .pb_bg{background-color:#0058b9;}
#footer .f2{width:30%;}
#footer .f2 dl{width:100%;line-height:40px;color:#fff;margin-bottom: 20px;padding-left: 60px;}
#footer .f2 dl.ftel{background: url(../images/foot1.png) left center no-repeat;}
#footer .f2 dl.fmail{background: url(../images/foot2.png) left center no-repeat;}
#footer .f2 dl.fadd{background: url(../images/foot3.png) left center no-repeat;}
#footer .f2 dl dd{font-weight: 700;display: inline-block;}
#footer .f2 dl dd:nth-child(3){margin-left: 15px;}
#footer .f3{width:311px;margin-left:80px;color:#fff}
#footer .f3 p{color:#fff;line-height:180%}
#footer .f4{padding-left:2%;width: 38%;}
#footer .f4 .item{display:inline-block;width:28%;margin:0 5px;}
#footer .f4 .item img{max-width:100%;}
#footer .f4 .item span{display:block;color:#fff;font-size:16px;margin-top:10px;text-align:center;}
#footer .f5{text-align:center;margin-top:20px;padding:10px 0;background:#1e1e1e}
#footer .f5 p{text-align:center;color:#fff}
#footer .f5 p img{vertical-align:middle;margin-right:19px}
.copyright{height:60px;line-height:60px;color:#fff;font-size:14px;text-align:center;border-top: 1px solid rgba(255,255,255,0.2);margin-top: 100px;}
.copyright img{display:inline-block;margin:0 10px 4px;}
.copyright a{display:inline-block;margin:0 10px;color:#fff;}
.pub_title p{text-align:center;margin-bottom:30px;color: #666666;font-size: 16px;}
.pub_title h4{position:relative;text-align:center;font-size:48px;font-weight:bold;z-index:1;padding-top:60px;color: #222222;}
.pub_title h4 img{display:inline-block;padding-bottom:10px;margin:0 10px;}
.pub_title h4 span{color:#0058b9;display:inline-block;z-index:1;}
@media (max-width:1200px){
	.pub_title h4 span{font-size:30px;margin:0;}
	.pub_title h4 i{font-size:60px}
}
.vidbacking{position: fixed;right: 0;bottom: 0;z-index: 999;width: 26%;border: 5px solid #fff;}
/*===================== 公用样式 END =====================*/

/*===================== 首页 START =====================*/

.banner{overflow: hidden;}
.banner .swiper-button-next,.banner .swiper-button-prev{width:59px;height:59px;background: url(../images/arrow_right.png) no-repeat;opacity: .2;transition: .3s;}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{opacity: 1;}
.banner .swiper-button-prev{background: url(../images/arrow_left.png) no-repeat;}
.swiper-pagination-bullet-active{background-color:#EA1A0E!important;border-color:#EA1A0E!important;}
/* -- 产品中心 -- */
.protit{text-align: center;color: #044888;margin-bottom: 50px;}
.protit em{text-transform: uppercase;font-size: 30px;font-family: Arial;color: #BABABA;display: block;font-style: normal;}
.protit h4{font-weight: 700;color:#333333;}
.protit span{color: #9DC31D;font-weight: 700;display: inline-block;}
.protit p{color: #666;margin-top: 10px;}
.protit i{display: inline-block;width: 80px;height: 4px;background: #e80707;}

.protit_left{position: absolute;left: 0;background: #063994;color: #fff;padding: 30px 20px 30px 20%;text-transform: uppercase;background: linear-gradient(50deg, rgb(42,106,212), rgb(7,184,67));}
.gl-proc-w { margin-left: 30%; padding: 0 50px; overflow: hidden; }
.gl-proc{ padding:0px 0px; }
.gl-proc li{ float: left; width: 16%; display: inline-block; text-align: -webkit-match-parent; }
.gl-proc li a{ display: block; font-size: 20px; margin:8px; padding: 8.5px 16px; color: #333; background-color: #fff;  box-sizing: border-box; border-radius: 3px; transition: all 0.5s; text-align: center; }
.gl-proc li:hover a{ background-color: #0E4295; color: #fff; }
.index_p_more{display: flex;justify-content: flex-start;align-items: center;border-radius: 50px;border: 1px solid #98bf24;width: 1080px;margin: 50px auto 0;line-height: 50px;}
.index_p_more a:first-child{background: linear-gradient(50deg, rgb(7,184,67), rgb(42,106,212)); border-radius: 50px;color: #fff;font-size: 20px;padding: 0 10%;margin-right: 3%;}
.index_p_more a:first-child:hover{background: #9DC31D}
.sycp{background: url(../images/index_pro.jpg) no-repeat bottom;background-size: cover;background-attachment: fixed;}
.sycp .ysmore{display: block;color: #000033;}
.sycp .ysmore b{font-size: 22px;line-height: 1;}
.sycp{overflow:hidden;width:100%;padding: 100px 0;text-align: center;}
.sycp .wap_son  a{width: 19%;background:#E00C24; font-size: 20px;border-radius: 5px;margin: .5%;}
.sycp .sycp_r{width:100%}
#top_scroll {height:auto;overflow: hidden;max-width:100%;margin:60px auto 0;}
#top_scroll ul li{float: left;width:31.93333333333333333333%;margin:.7%;text-align: left; box-sizing: border-box;background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, .1)}
#top_scroll ul li .img{overflow: hidden;}
#top_scroll ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li:hover{background: #005bbb;}
#top_scroll ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#top_scroll ul li h3{color:#000;font-size:18px;text-align: center;padding: 20px 0;}
#top_scroll ul li p{color: #000;font-weight: 700;font-size: 20px;padding: 0 0 0 55px;background: url(../images/dh.png) no-repeat 20px center;background-size: 30px 30px;margin-top: 10px;}
#top_scroll ul li:hover h3, #top_scroll ul li:hover p{color:#fff;}


.work_box{padding: 80px 0;text-align: center;}
.work_box .work{margin-top: 60px;margin: 50px auto 0;padding: 10px;}
.work_box .work .swiper-slide img{border-radius: 5px;}
.work_box .work .swiper-button-next, .work_box .work .swiper-button-prev{width: 60px;height: 18px;background: url(../images/right.png) no-repeat;transition: .3s;}
.work_box .work .swiper-button-prev{background: url(../images/left.png) no-repeat;}
.work_box .work .swiper-button-next:hover{right: 0;}
.work_box .work .swiper-button-prev:hover{left: 0;}
.work_box .work .swiper-slide h3{padding: 15px 0;}

/* 案例 */
.index_case{padding: 100px 0;background: url(../images/bg06.jpg) no-repeat center;background-size: cover;background-attachment: fixed;}
.index_case .swiper-container {padding: 10px;box-sizing: border-box;}
.index_case .swiper-container .swiper-slide{background-position:center;background-size:cover;width:700px;border:10px solid #fff;box-sizing:border-box;box-shadow: 0 0 15px rgba(0, 0, 0, .1)}
.index_case .swiper-container .swiper-slide img{width:100%;}

/* 优势 */
.zyys{background: url(../images/hzkh.jpg) no-repeat top;position: relative;overflow: hidden;padding: 80px 0 50px;background-attachment: fixed;background-size: cover;}
.zyys .topbb{text-align: center;color: #fff;}
.zyys .topbb img{display: inline-block;}
.zyys .topbb div{font-weight: 600;margin: 30px 0;}
.zyys .ysner{width: 80%;margin: 0 auto;position: relative;z-index: 2;}
.zyys .ysner ul{width: 100%;margin: 40px auto 0;}
.zyys .ysner ul li{width: 23%;height: 470px;float: left;margin-right: 25px;box-shadow: 1px 1px 6px #becdd7;position: relative;}
.zyys .ysner ul li:nth-child(1){background: #fff url(../images/yy1.jpg) no-repeat top;background-size: contain;}
.zyys .ysner ul li:nth-child(2){background: #fff url(../images/yy2.jpg) no-repeat top;background-size: contain;}
.zyys .ysner ul li:nth-child(3){background: #fff url(../images/yy3.jpg) no-repeat top;background-size: contain;}
.zyys .ysner ul li:nth-child(4){background: #fff url(../images/yy4.jpg) no-repeat top;margin-right: 0;background-size: contain;}
.zyys .ysner ul li img{position: absolute;top: 180px;margin: 0 auto;left: 20%;right: 20%;-webkit-transition: all 0.4s linear;transition: all 0.4s linear;}
.zyys .ysner ul li img:hover{top: 160px;-webkit-transition: all 0.4s linear;transition: all 0.4s linear;}
.zyys .ysner ul li h4{position: absolute;top:310px;left: 10%;right: 10%;text-align: center;display: block;font-size: 28px;font-weight: 700;}
.zyys .ysner ul li p{position: absolute;top:360px;left: 10%;right: 10%;font-size: 14px;text-align: center;color: #777;}
.zyys::after{content: "";width: 100%;bottom: -5px;height: 30%;background: url(../images/ysbg.png) no-repeat top center;display: block;position: absolute;z-index: 1;}

/* 简介 */
.section_three1 .inner{position: relative;box-sizing: border-box;max-width: 100%;background: url(../images/abg.jpg) no-repeat center;padding: 150px 0 0;}
.section_three1 .right{width:43%;margin-left: 5%;padding-bottom: 100px;}
.section_three1 .right h1{font-size:48px;color:#3E3E3E;font-weight:bold;margin: 25px 0;}
.section_three1 .right>p{color:#000027;font-size: 30px;}
.section_three1 .right .text{color:#666666;line-height:32px;text-indent: 2em;font-size: 17px;position: relative;}
.section_three1 .right .text a{display: inline-block;color:#666666;}
.num_top{background: url(../images/num_bg.jpg) no-repeat center;padding: 150px 0 ;background-attachment: fixed;background-size: cover;}
.num_top .inner1{max-width: 90%;}
.num_top  ul{display:flex;}
.num_top  ul li{flex:1;text-align: center;background: url(../images/line.png) no-repeat center right;}
.num_top  ul li:first-child{padding-left: 0;}
.num_top  ul li:last-child{background: none;}
.num_top  ul li span{color:#fff;font-size:70px;text-align:center;font-weight: 700;}
.num_top  ul li em{color:#fff;font-size: 22px;font-style: normal;}
.num_top  ul li p{color:#fff;font-size:22px;}
.section_three1 .right a.more{display: inline-block;color: #fff;text-align: center;padding: 10px 45px;margin:45px 0  0 ; font-size:20px;  background: linear-gradient(50deg, rgb(7,184,67), rgb(42,106,212));  }
.section_three1 .right a.more:hover{background: #FD0300;}
.section_three1 .right a.more img{display: inline-block;vertical-align: bottom;}
.section_three1 .left {width: 47.8%;position: absolute;right: 0;}

#scroll_one1{height:250px;position:relative;overflow:hidden;box-sizing:border-box;margin-top: 70px;}
#scroll_one1 ul{width:100000px;position:absolute;left:0;}
#scroll_one1 ul li{float:left;text-align:center;margin-right:26px;overflow:hidden;position: relative;}
#scroll_one1 ul li img{width:330px;overflow:hidden;}
#scroll_one1 ul li .jgzx_box{position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .65);text-align: center;opacity: 0;transition: .5s;}
#scroll_one1 ul li .jgzx_box img{max-width: 80%;display: inline-block;}
#scroll_one1 ul li:hover{-webkit-transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);transform:scale(1.05,1.05);}
#scroll_one1 ul li a:hover .jgzx_box{opacity: 1;}

/* 新闻 */
.section_nine{padding: 80px  0 110px;background: url(../images/in_03.jpg)  center bottom no-repeat #fff;background-size: 100%;position: relative;background-attachment: fixed;}
/* 新闻 */
.tabbox .inner{max-width: 80%;}
.tabbox .content{width:508px;overflow:hidden;position:relative;height:465px;}
.tabbox .content ul{position:absolute;left:0;top:0;height:100%;}
.tabbox .content li{width:508px;float:left;height:465px;position:relative}
.tabbox .content li img{display:block;width:508px;height:465px;}
.tabbox .content li .arrow{position:absolute;bottom:0;width:100%;height:70px;}
.tabbox .tab{width:100%;}
.tabbox .tab .item{float: left;width: 49.7%;transition: .4s;    }
.tabbox .tab .item .img{width: 34%;max-height: 8vw;	overflow: hidden;}
.tabbox .tab .item .info{width: 63%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4; overflow: hidden;line-height: 2;box-sizing: border-box;}
.tabbox .tab .item .info{transition: .3s;}
.tabbox .tab .item .info em{font-style: normal;color: #999;}
.tabbox .tab .item:nth-child(n+2){margin-bottom: 20px;}
.tabbox .tab .item:nth-child(n+2) a{padding: 20px;}
.tabbox .tab .item .info p,.tabbox .tab .item .info span{color: #7f7f7f;font-size: 14px;}
.tabbox .tab .item .info span{background: url(../images/sz-fill.png) no-repeat left center;padding-left: 30px;font-size: 18px;}
.tabbox .tab .item:nth-child(n+2) .info p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
.tabbox .tab .item:nth-child(1){width:49%;margin-right: 1.3%;background-color:#fff;}
.tabbox .tab .item:nth-child(1) a{display:block;}
.tabbox .tab .item:nth-child(1) .img{width:100%;overflow:hidden;box-sizing: border-box;margin-left: 0;max-height: 25vw;border-radius:0px;}
.tabbox .tab .item:nth-child(1) .img img{display:block;width:100%;max-width:none;}
.tabbox .tab .item:nth-child(1) .info{padding:30px 20px;width: 100%;margin-right: 0;}
.tabbox .tab .item:nth-child(1) strong{color:#181818;transition: .4s;}
.tabbox .tab .item:nth-child(1) p{font-size:14px;color:#222222;line-height:22px;height:44px;overflow:hidden;transition: .4s;}
.tabbox .tab .item:hover strong,.tabbox .tab .item:hover p{color:#0058b9;}
.tabbox strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tabbox span{font-size: 14px;}
.tabbox .tab .item:nth-child(1):hover{background-color:#0058b9;}
.tabbox .tab .item:nth-child(1):hover strong,.tabbox .tab .item:nth-child(1):hover p,.tabbox .tab .item:nth-child(1):hover span,.tabbox .tab .item:nth-child(1):hover em{color:#fff;}
.tabbox .tab .item:nth-child(n+2):hover{    box-shadow: 0 0 10px rgba(16,86,149, 0.222);
    transform: translateY(-5px);}
.tabbox .tab .item:hover{background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, .1)}
.tabbox .tab .item:nth-child(1) .info em{display: none;}

/*===================== 首页 END =====================*/

/* ========================= 内页 START ========================= */

/* 简介 */
.muma{width: 100%;padding: 60px 0 ;background: url(../images/b3.jpg) no-repeat center;background-attachment: fixed;background-size: cover;}
.sc777.swiper-container {padding-bottom:50px;}
.ss777.swiper-slide{background-position: center;background-size: cover;width: 670px;border:12px solid #fff;}

/* 服务 */
.core_values {color:#FFFFFF; background:#000000 url("../images/06.jpg") no-repeat scroll center center / 100% auto; background-size:cover; background-attachment:fixed; overflow:hidden;height: 100vh;display: flex;align-items: center;position: relative;}
.core_values::after{content: "";display: block;position: absolute;width: 100%;height: 100%;background: rgba(20,82,157, .5);z-index: 1;}
.core_values .inner{position: relative;z-index: 2;}
.core_values .protit h4 {color: #fff;}
.core_values ul {display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden;}
.core_values ul li {width:25%; padding:20px; position:relative;box-sizing: border-box;transition: .3s;}
.core_values ul li::before {content:""; position:absolute; left:60px; bottom:0; width:100%; height:1px; background:#FFFFFF; opacity:0.2;}
.core_values ul li::after {content:""; position:absolute; right:0; top:60px; width:1px; height:100%; background:#FFFFFF; opacity:0.2;}
.core_values ul li:nth-child(n+5)::before {display:none;}
.core_values ul li:nth-child(4)::after,.core_values ul li:nth-child(8)::after {display:none;}
.core_values ul li span {display:block; width:80px; height:80px; margin-bottom:10px; background-position:center center; background-repeat:no-repeat; background-size:70% auto;}
.core_values ul li:nth-child(1) span {background-image:url("../images/core_values_icon_1.png");}
.core_values ul li:nth-child(2) span {background-image:url("../images/core_values_icon_2.png");}
.core_values ul li:nth-child(3) span {background-image:url("../images/core_values_icon_3.png");}
.core_values ul li:nth-child(4) span {background-image:url("../images/core_values_icon_4.png");}
.core_values ul li:nth-child(5) span {background-image:url("../images/core_values_icon_5.png");}
.core_values ul li:nth-child(6) span {background-image:url("../images/core_values_icon_6.png");}
.core_values ul li:nth-child(7) span {background-image:url("../images/core_values_icon_7.png");}
.core_values ul li:nth-child(8) span {background-image:url("../images/core_values_icon_8.png");}
.core_values ul li h3 {font-size:28px; text-transform:uppercase;font-weight: 600;}
.core_values ul li p {margin-top:20px; font-size:15px; opacity:0.8;}
.core_values ul li:hover{background: rgba(255, 255, 255, .2);box-shadow: 0 0 15px rgba(10,60,128, .4)}

/* ===================== 产品列表页 ===================== */
#list{margin:50px 0;}
#list .auto,#news_article,#article,.position_now .auto,#nyba .black .auto{width:95%;margin:0 auto;}
@media(max-width:1505px){
	#list .auto,#news_article,#article,.position_now .auto,#nyba .black .auto{width:1200px;}
}
.showlist{width:100%;/* float:left; */}

/*.showlist div *{width:100%;}*/
.showlist li{width:98%;margin:0 auto 20px;overflow:hidden;position:relative;-webkit-transition:0.5s;-o-transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;transition:0.5s;}
.showlist .wrap_box{float:left;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
#showdata{display:none;}
#loaddata{text-align:center;}
.showlist li .img{overflow:hidden;}
.product_list_one .showlist,.product_list_two .showlist,.product_list_three .showlist{display:none;}
.product_list_one #showdata,.product_list_two #showdata,.product_list_three #showdata{display:block!important;}
.product_list_two .item{float:left;width:32.3%;margin:0 0.5% 30px;}
.product_list_three #showdata{display: flex !important;flex-wrap: wrap;align-items: center;justify-content: center}
.product_list_one .item{float:left;width:32.33%;margin:0 0.5% 30px;}
.product_list_one .item .img,.product_list_two .item .img{position:relative;overflow:hidden;cursor: pointer;}
.product_list_one .item img,.product_list_two .item img,.product_list_two .item strong,.product_list_three .item em{-webkit-transition:0.5s;-o-transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;transition:0.5s;}
.product_list_one .item img,.product_list_two .item img{border: 1px solid #e9e9e9}
.product_list_one .item:hover img,.product_list_two .item:hover img{-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}

/* 样式一 */
.product_list_one .item .info{padding:19px;background:url(../../images/arrow.png) right 57px no-repeat;}
.product_list_one .item strong{display:block;width:95%;font-weight:700;font-size:18px;text-transform:uppercase;color: #000;}
.product_list_one .item .line2{width:100%;height:2px;transform-origin:100%;-webkit-transform-origin:100%;-webkit-transition:-webkit-transform .7s cubic-bezier(0.165,0.84,0.44,1);transition:-webkit-transform .7s cubic-bezier(0.165,0.84,0.44,1);transition:transform .7s cubic-bezier(0.165,0.84,0.44,1);transition:transform .7s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .7s cubic-bezier(0.165,0.84,0.44,1);transform:scaleX(0);-webkit-transform:scaleX(0);visibility:hidden\9;background-color:#0058b9;}
.product_list_one .item p{display:none;}
.product_list_one .item:hover .line2{transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1);transform-origin:0;-webkit-transform-origin:0;visibility:visible\9;}
.product_list_one .item:hover .info{background:url(../../images/arrow.png) right center no-repeat;}
.product_list_one .item:hover strong{border-right:1px solid #f1f1f1;}

/* 样式一 */

/* 样式二 */
.product_list_two .item .info{padding:0 30px 20px;background-color:#f6f7f7;}
.product_list_two .item .info strong,.product_list_three .item .info strong{display:block;color:#555;font-size:18px;font-weight:100;padding-top:30px;text-transform: uppercase;}
.product_list_two .item .line1{width:0%;height:1px;margin-top:8px;}
.product_list_two .item .info p,.product_list_three .item .info p{display:none;color:#868585;font-size:14px;line-height:26px;height:52px;overflow:hidden;margin-top:8px;}
.product_list_two .item .line2{display:none;}
.product_list_two .item:hover{box-shadow:0px 18px 25px rgba(0,0,0,0.08);}
.product_list_two .item:hover .info{background-color:#fff;}
.product_list_two .item:hover strong{color:#0058b9;transform:translateY(-10px);-moz-transform:translateY(-10px);-o-transform:translateY(-10px);-ms-transform:translateY(-10px);-webkit-transform:translateY(-10px);}
.product_list_two .item:hover .line1{width:100%;height:1px;background-color:#0058b9;}
.product_list_two .item:hover p{transform:translateY(10px);-moz-transform:translateY(10px);-o-transform:translateY(10px);-ms-transform:translateY(10px);-webkit-transform:translateY(10px);}

/* 样式二 */

/* 样式三 */
.product_list_three .item{width:24%;margin:0 0.5% 30px;cursor: pointer;}
.product_list_three .item .img{border: 1px solid #eee;border-bottom: none;}
.product_list_three .item .info strong{padding:0;}
.product_list_three .item{padding-bottom:20px;border-radius:6px;overflow:hidden;background-color:#f9f9f9;}
.product_list_three .item .info{padding:15px;}
.product_list_three .item em{font-style:normal;float:right;width:10px;height:3px;background-color:#0058b9;margin:0px 15px 0 0;}
.product_list_three .item:hover em{width:30px;}
.product_list_three .item:hover{box-shadow:0px 18px 25px rgba(0,0,0,0.08);background-color:#fff;}

/* 样式三 */

/* 产品内页图 */
.product_article .img1{display:none;}
.product_article .title{overflow:hidden;padding:10px 0 0;}
.product_article .title h1{text-align:center;font-size:22px;color:#333;}
.product_article .title .time{display:block;height:30px;line-height:30px;text-align:center;margin:14px 0 0;font-size:14px;color:#999;}
.product_article .title .time img{display:inline-block;height:18px;margin-top:-2px;margin-right:10px;}
.product_article .title .share{text-align:center;height:24px;line-height:24px;margin-top:10px;}
.product_article .title .share span{display:inline-block;vertical-align:top;}
.product_article .title .bdsharebuttonbox{display:inline-block!important;vertical-align:top;}

/* 产品内页图 */

/* ===================== 产品列表页 ===================== */



/* ===================== 产品 详情页 ===================== */

.img_big_box .img_box{height:600px;border:1px solid #f1f1f1;border-radius:5px;position:relative;border-bottom:none;}
.img_big_box .img_box img{max-width:99%;max-height:99%;border-radius:5px;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.img_big_box .small_box{border:1px solid #f1f1f1;border-radius:5px;text-align:center;}
.img_big_box .small_box img{max-height:80px;display:inline-block;margin:10px 5px;border:1px solid #fff;}
.img_big_box .small_box img.active{border-color:#0058b9;}
.img_big_box{width:50%;float:left}
.img_big_box .img_box{height:400px;border:1px solid #f1f1f1;border-radius:5px;position:relative;border-bottom:none}
.img_big_box .img_box img{max-width:99%;max-height:99%;border-radius:5px;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto}
.img_big_box .small_box{border:1px solid #f1f1f1;border-radius:5px;text-align:center}
.img_big_box .small_box img{max-height:80px;display:inline-block;margin:10px 5px;border:1px solid #fff}
.img_big_box .small_box img.active{border-color:#2094FF}
.info_big_box{width:48%;float:right;height:502px}
.info_big_box h1{color:#222;line-height:46px;font-weight:bold;font-size:30px;margin-top:30px}
.info_big_box .hx{border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5;padding: 5px 0;}
.info_big_box p{font-size: 16px;color: #a8a8a8; line-height: 30px;margin-top: 4px;font-weight: 400;}
.info_big_box em{color: #333;font-size: 25px;line-height: 36px;display: block;padding-top: 20px;}






/* 外层容器 */
.swtfw {
    padding: 10px 0px;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

/* 清除默认dd边距 */
.swtfw dd {
    margin: 0;
}

/* 按钮容器 - Flex布局 */
.swtbox {
    display: flex;
    align-items: center;
    
}

/* 隐藏"联系我们"按钮 */
.btn1 {
    display: none !important;
}

/* 热线链接核心样式 */
.btn2 {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

/* 24小时热线标签 */
.hotline-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 2px;
}

/* 电话号码样式 */
.tel-number {
    color: #D92121;

    font-size: 41px;
    letter-spacing: 0.5px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

/* 电话SVG图标样式 */
.swtbox .icon {
    width: 60px;
    height: 60px;
    fill: #D92121;
    margin-top: 8px;
}

/* 手机端响应式适配 */



@media (max-width: 768px) {
    .swtbox {
        justify-content: center;
    }
    .btn2 {
        flex-direction: row; /* 改为水平排列 */
        align-items: center; /* 标签和号码垂直居中 */
        gap: 4px; /* 标签和号码间距 */
    }

    .hotline-label {
        font-size: 12px;
        margin-bottom: 0; /* 去掉桌面端的下边距 */
        white-space: nowrap; /* 禁止文字换行 */
    }

    .tel-number {
        font-size: 18px;
        white-space: nowrap; /* 禁止号码换行 */
    }

    .swtbox .icon {
        width: 24px;
        height: 24px;
        margin-top: 0; /* 去掉桌面端的上边距，和文字完美居中 */
    }
}

/* 清除浮动工具类 */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}



/* 清除浮动工具类 */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}





.fwby{margin-top:30px}
.fwby p{background:url(../images/cppage1_dh.png) left center no-repeat;background-size:15px;padding-left:22px;font-size:14px;color:#112a50;line-height:17px;float:left;margin-left:26px}
.fwby p:first-child{margin-left:0}
.fwtime{width: 100%;margin-top: 30px;}
.fwtime p{font-size:16px;color:#696969;padding-top:30px;float:left}
.fwtime .p1{background:url(../images/cppage1_60s.png) left top no-repeat}
.fwtime .p2{background:url(../images/cppage1_30m.png) left top no-repeat;margin-left:72px;margin-right:32px}
.fwtime .p3{background:url(../images/cppage1_24h.png) left top no-repeat}
.yanse{background-color: #edf1fa;padding:25px 20px;font-size:17px;line-height:35px;}

.xgcp_title{padding:10px;background-color:#fafafa;margin:30px 0 0;}
.xgcp_title h3{color:#0058b9;border-left:2px solid #0058b9;padding-left:20px;height:30px;line-height:30px;font-weight:bold;font-size:20px;}
.article_content{font-size:16px;line-height:38px;color:#333;padding-top:30px; font-family: "宋体", SimSun, serif;}
.article_content hr{border-top: 1px solid #ddd;border-bottom: none;margin: 10px 0;}
.article_box{padding-top:30px;}
.article_box img,.article_content img{display:inline;}
.article_box p,.article_content p{margin-bottom:14px;}
.article_content table,.product-scroll-list .scroll.scroll_4 table{border-right:1px solid #c6ccd4;border-bottom:1px solid #c6ccd4;text-align:center;vertical-align:middle;width:100%}
.article_content table td,.product-scroll-list .scroll.scroll_4 table td{border-left:1px solid #c6ccd4;border-top:1px solid #c6ccd4;padding:10px}
.article_content table tr:nth-child(even) td{background:#fff}
.article_content table tr:nth-child(odd) td{background:#F9FAFC}
.article_content table tr:first-child td{background:#E6EAF3 !important;font-size:16px;font-weight:bold}
.article_content table tr td{line-height:18px;font-size:14px}
.article_content table tr td p{margin:0}
#xgcp ul li{float:left;text-align:center;width:23%;margin:1%;

 position: relative;  /* 关键：让子元素的 absolute 相对于这里定位 */
    box-sizing: border-box; /* 建议加上，防止宽度计算问题 */
    overflow: hidden; /* 可选：防止条纹超出范围 */


}
#xgcp ul li strong{display:block;height:36px;color:#333;font-size:16px;font-weight:100;line-height:36px;text-align:center;}
#xgcp ul li:hover strong{color:#ffffff;}
#xgcp ul li:hover .pb_bg{transform:scaleY(1);-webkit-transform:scaleY(1);transform-origin:left 0;-webkit-transform-origin:left 0;visibility:visible\9;}
.pagenum{border-top:1px solid #DCDCDC;margin-top:30px;text-align:center;}
.pagenum a{display:inline-block;color:#666;margin:20px 20px 0;width:120px;height:30px;line-height:30px;border:1px solid #0058b9;border-radius:60px;font-size:0px;}
.pagenum span{font-size:16px;color:#0058b9;}
.pagenum a:hover{background-color:#0058b9;}
.pagenum a:hover span{color:#fff;}


#xgcp ul {
  /* 弹性布局，自动换行，清除浮动塌陷问题 */
  display: flex;
  flex-wrap: wrap;
  /* 清除默认内边距/列表样式 */
  padding: 0;
  margin: 0;
  list-style: none;
}

#xgcp ul li {
  text-align: center;
  /* PC端：4列布局（和原效果一致） */
  width: 23%;
  margin: 1%;
  /* 移动端适配必备：盒子模型，保证宽高计算准确 */
  box-sizing: border-box;
}

/* 移动端适配：屏幕≤768px（手机/平板），自动变为2列 */
@media (max-width: 768px) {
  #xgcp ul li {
    width: 48%;
    /* 保持1%外边距，2列刚好铺满屏幕（48%*2 + 1%*2 = 100%） */
    margin: 1%;
  }
}

/* 极致适配：小屏手机（≤320px），优化间距 */
@media (max-width: 320px) {
  #xgcp ul li {
    width: 100%;
    /* 小屏单列展示，内容更清晰 */
    margin: 5px 0;
  }
}



/* ===================== 产品 详情页 ===================== */

/* ===================== 内页 Banner 图 ===================== */
#nyba{height:500px;position:relative;overflow:hidden;background-color:rgba(0,0,0,0.3);background-image:url(images/neibanner.jpg);background-position:top center;background-repeat:no-repeat;background-attachment:fixed;}
.fade_text{text-transform:uppercase;margin-top:10%;text-align:center;font-size:0;}
.fade_text span{color:#fff;display:inline-block;}
.fade_text .cn{height:95px;line-height:95px;overflow:hidden;}
.fade_text .cn span{font-size:62px;}
.fade_text .en{height:40px;line-height:40px;font-size:30px;overflow:hidden;}
.fade_text .line{width:80px;height:3px;background-color:#fff;margin:20px auto;}
.arrow_down{position:absolute;left:50%;margin-left:-4px;bottom:20px;overflow:hidden;width:8px;}
.arrow_down .line{display:block;width:1px;height:40px;margin:0 3px;background:#fff;}
.arrow_down .aw{display:block;width:100%;height:5px;margin-top:3px;background:url('../../images/aw.png') no-repeat;}
.arrow_down .lg{-webkit-animation:long 1.5s linear alternate infinite;animation:long 1.5s linear alternate infinite;}
@-webkit-keyframes long{
	from{-webkit-transform:translateY(-30px);transform:translateY(-30px);}
	to{-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes long{
	from{-webkit-transform:translateY(-30px);transform:translateY(-30px);}
	to{-webkit-transform:translateY(0);transform:translateY(0);}
}
.son_list{position:absolute;height:50px;width:100%;bottom:10px;left:0;text-align:center;}
.son_list a{display:inline-block;width:140px;padding:0 5px;height:50px;color:#333;background-color:#fff;font-size:16px;text-align:center;line-height:50px;position:relative;z-index:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.son_list a i{background-color:#0058b9;position:absolute;left:50%;top:50%;margin:-100px 0 0 -100px;z-index:-1;width:200px;height:200px;border-radius:50%;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);}
.son_list a:hover i,.son_list a.active i{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);}
.son_list a:hover,.son_list a.active{color:#fff;}

/* ===================== 内页 Banner 图 ===================== */

/* ===================== 面包屑导航 ===================== */
.position_now{height:60px;line-height:60px;font-size:14px;background-color:#f1f1f1;}
.position_now a{display:inline-block;color:#707070;}
.position_now .fl{color:#707070;}
.position_now .fl img{height:20px;margin-top:-4px;display:inline-block;margin-right:8px;}
.position_now .fr{font-family:impact;color:#0058b9;font-size:22px;display: none;}
.position_now .fr img{height:26px;display:inline-block;margin-right:8px;vertical-align:middle;}
.position_now .fr strong{font-weight:100;}

/* ===================== 面包屑导航 ===================== */

/* ===================== 新闻页面 ===================== */

/* 新闻样式 1 */
.news_one .news_box li{margin-bottom:20px;}
.news_one .news_box li .img{width:26%;overflow:hidden;float:left;border-radius:8px;position:relative;border: 1px solid #ddd;}
.news_one .news_box li .img img{-webkit-transition:0.5s;-o-transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;transition:0.5s;}
.news_one .news_box li .img .bg{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0);}
.news_one .news_box li .img .bg i{opacity:0;position:absolute;left:50%;top:50%;margin:-15px 0 0 -50px;width:30px;height:30px;background:url(../../images/news_arrow.png) center/100% no-repeat;}
.news_one .news_box li .info{width:70%;float:right;padding-top:30px;}
.news_one .news_box li .info h3{font-weight:bold;font-size:18px;color:#333;}
.news_one .news_box li .info .time{color:#777;font-size:14px;padding:20px 0;}
.news_one .news_box li .info .line{width:100%;height:1px;background-color:#e5e9ef;margin-bottom:20px;}
.news_one .news_box li .info .line i{display:block;width:0%;height:1px;background-color:#0058b9;}
.news_one .news_box li .info p{color:#999;font-size:16px;line-height:26px;height:52px;overflow:hidden;}
.news_one .news_box li:hover .info{padding-top:50px;}
.news_one .news_box li:hover .line i{width:100%;}
.news_one .news_box li:hover h3{color:#0058b9;}
.news_one .news_box li:hover .bg{background:rgba(0,0,0,0.55);}
.news_one .news_box li:hover .bg i{opacity:1;margin:-15px 0 0 -15px;}
.news_article_box .left_fixed{position:fixed;left:0;top:0;width:30%;height:100%;z-index:-1;}
.news_article_box .left_fixed .text{padding:35% 0 0 25%;}
.news_article_box .left_fixed h6{font-size:70px;color:#0058b9;opacity:0.5;font-style:italic;font-family:impact;}
.news_article_box .left_fixed h5{font-size:16px;color:#333;margin-top:30px;}
.news_article_box .left_fixed .return{margin-top:40px;font-size:14px;color:#666;}
.news_article_box .left_fixed .return:after{content:'';}
.news_article_box .right_article{float:right;width:70%;background-color:#f5f5f5;overflow:hidden;}
.news_article_box .inner_content{padding:30px 50px;}
.news_article_box .h1_title{padding:70px 40px;background-color:#E5E5E5;line-height:1.5;}
.news_article_box .h1_title h1{font-size:28px;color:#333;margin-bottom:20px;}
.news_article_box .h1_title .time img{height:20px;display:inline-block;margin:-4px 10px 0 0;}
.news_article_box .h1_title .time span{color:#777;font-size:16px;}
.page_list{text-align:center;}
.page_list b{font-size:0;}
.page_list b a,.page_list b font{display:inline-block;font-weight:100;color:#999;font-size:16px;margin-right:10px;border:1px solid #e5e9ef;width:40px;height:40px;line-height:40px;border-radius:6px;text-align:center;}
.page_list b font{background-color:#0058b9;color:#fff;border-color:#0058b9;}
.page_list_span1{display:none;}

/* 新闻样式 1 */

/* 新闻样式 2 */
.news_two .news_box li{float:left;width:31.33%;margin:1%;overflow:hidden;-webkit-transition:0.5s;-o-transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;transition:0.5s;}
.news_two .news_box li a{padding:20px;background-color:#f3f3f3;position:relative;}
.news_two .news_box li .time strong{font-size:50px;color:#0058b9;display:inline-block;font-family:"SimHei";position:relative;}
.news_two .news_box li .time strong::after{content:'';position:absolute;left:0;top:30px;width:0px;background-color:#0058b9;height:2px;-webkit-transition:0.5s;-o-transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;transition:0.5s;}
.news_two .news_box li .time span{font-size:12px;color:#333;display:block;font-family:"SimHei";}
.news_two .news_box li h3{color:#333;font-size:18px;line-height:26px;height:52px;overflow:hidden;margin:15px 0 10px;}
.pc .news_two .news_box li:hover h3{color:#0058b9;}
.news_two .news_box li p{font-size:14px;color:#666;line-height:22px;height:44px;overflow:hidden;margin-bottom:10px;}
.news_two .news_box li i{position:absolute;background-color:#0058b9;}
.news_two .news_box li i.i1{width:0px;height:2px;top:20px;right:20px;}
.news_two .news_box li i.i2{width:2px;height:0px;top:20px;right:20px;}
.pc .news_two .news_box li:hover i.i1{width:30px;}
.pc .news_two .news_box li:hover i.i2{height:30px;}
.pc .news_two .news_box li:hover{box-shadow:0px 18px 25px rgba(0,0,0,0.08);}
.pc .news_two .news_box li:hover strong::after{width:100%;}
.fixed_body{display:none;position:fixed;width:100%;height:100%;background:rgba(255,255,255,0.8);left:-30%;top:0;z-index:9999;}
.fixed_body .fixed_article{display:none;position:fixed;width:1800px;height:800px;top:50%;right:20%;margin:-400px -600px 0 0;background-color:#fff;z-index:99999;box-shadow:0px 0 25px rgba(0,0,0,0.08);}
.fixed_body .fixed_article .fb_close{position:absolute;right:0;top:0;width:60px;height:60px;cursor:pointer;background-color:#0058b9;}
.fixed_body .fixed_article .fb_close i{display:block;margin:10px auto 0;width:40px;height:40px;background:url(../../images/jia.png) center center/80% no-repeat;}
.fixed_body .fixed_article .fb_close:hover i{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.fixed_body .fixed_article iframe{border:none;width:100%;height:100%;display:block;}
@media(max-width:1505px){
	.fixed_body .fixed_article{width:1000px;margin-right:-500px;}
}

/* 新闻样式 2 */

/* ===================== 新闻页面 ===================== */

/* ===================== 产品页 左侧 导航 ===================== */
#list .left_side{
  width:295px;
  position: sticky;
  top: 80px;
  align-self: flex-start;
  z-index: 9;
}
#list .left_side .box_one,#list .left_side .box_two{
  width:290px;
  /* 整体盒子背景改为灰色 */
  background:#f2f2f2;
  padding:10px 10px;
}
#list .left_side .box_one .title{
  text-align:center;
  margin-bottom:20px;
  /* 只有产品分类标题块 背景红色 */
  background:#00469b;
  padding:10px 0;
}
#list .left_side .box_one .title h3{
  color:#fff;
  font-weight:bold;
  font-size:30px;
  margin:20px 0 10px 0;
}
#list .left_side .box_one .title p{
  color:#fff;
  font-size:16px;
}
#list .left_side .box_one ul li{
  line-height:50px;
  background-color:#fff;
  margin-bottom:5px;
  text-align:left;
}
#list .left_side .box_one ul li a{
  position:relative;
  z-index:1;
  overflow:hidden;
  height:50px;
  color: #000;
  display:block;
}
#list .left_side .box_one ul li span,#list .left_side .box_one ul li em{
  font-size:16px;
  position:absolute;
  display:block;
  width:96%;
  height:100%;
  padding-left:4%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
#list .left_side .box_one ul li span{
  left:0;
  top:0;
  background-color:#fff;
}
#list .left_side .box_one ul li em{
  right:-100%;
  top:0;
  background-color:#00469b;
  color:#fff;
}
#list .left_side .box_one ul li a:hover span,#list .left_side .box_one ul li a.active span{
  top:100%;
}
#list .left_side .box_one ul li a:hover em,#list .left_side .box_one ul li a.active em{
  right:0;
}
#list .left_side .box_one ul li .son_nav{
  border-top:1px solid #ccc;
}
#list .left_side .box_one ul li .son_nav a{
  background:none;
  height:40px;
  line-height:40px;
  position:relative;
  display:block;
}
#list .left_side .box_one ul li .son_nav a::after{
  content:'';
  position:absolute;
  left:20px;
  top:20px;
  width:8px;
  height:1px;

  background-color:#999;
}
#list .left_side .box_one ul li .son_nav a:hover::after,#list .left_side .box_one ul li .son_nav a.active::after{
  background-color:#E00C24;
}
#list .left_side .box_one ul li .son_nav span{
  padding-left:40px;
}
#list .left_side .box_two{
  margin-top:10px;
  padding:20px 10px;

  background: #ebf2fd;
}
#list .left_side .box_two p{
  font-size:16px;
  /* 文字改为黑色 */
  color:#333;
  line-height:30px;
}
#list .left_side .box_two strong{
  /* 文字改为黑色 */
  color:#333;
  font-size:30px;
  display:block;
  margin-bottom:10px;
  font-family:impact;
  font-weight:100;
}
#list .left_side .box_two strong{
  margin-bottom: 0;
}
#list .left_side .box_two .more{
  height:36px;
  line-height:36px;
  background-color:#fff;
  margin-top:10px;
  width:200px;
  color:#333;
  text-align:center;
  position: relative;
  display:inline-block;
}
#list .left_side .box_two .more i{
  background-color:#ffbc42;
}
#list .left_side .box_two .more:hover{
  color:#fff;
  background: #E00C24;
}

/* 右侧宽度修复 */
#list .right_side.fr{
  width: calc(100% - 295px);
  flex: 1;
}

@media(max-width:1505px){
  #list .right_side.fr{
    width: calc(100% - 280px);
  }
}

/* 手机端自动隐藏/折叠效果 */
@media(max-width:1024px){
  #list .left_side{
    display: none;
  }
  #list .right_side.fr{
    width: 100%;
  }
}













/* ===== 产品中心下拉菜单 ===== */

@media (max-width: 1200px) {
  .nav li.kailai .subnav { display: none !important; }
}

@media (min-width: 1201px) {

  .nav li.kailai { position: static; }

  /* 核心：只有产品中心hover触发 + 导航栏内保持显示 */
  .nav li.kailai:hover .subnav,
  .nav:has(li.kailai:hover) li.kailai .subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .nav li.kailai .subnav {
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    width: 95%;

  height: 244px;
    max-height: 244px; /* 最大高度，超过就出滚动条，可自行调整 */
    overflow-y: auto; /* 内容超过时显示垂直滚动条 */

    background: #fff;
    border-top: 3px solid #0058b9;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    z-index: 9998;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
 
    /* 核心修复：pointer-events 延迟到最后才失效 */
    transition: opacity 0.3s ease 0.5s, 
                visibility 0.3s ease 0.5s,
                pointer-events 0s linear 0.8s;
  }

  .nav li.kailai .subnav > li {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
    list-style: none;
    padding: 10px 8px;
    box-sizing: border-box;
    border-right: 1px solid #f0f0f0;
    transition: all 0.22s ease;
  }

  .nav li.kailai .subnav > li:last-child { border-right: none; }

  .nav li.kailai .subnav > li:hover a {
    color: #0058b9;
  }

  .nav li.kailai .subnav > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    line-height: 1.6;
    gap: 8px;
  }

  .nav li.kailai .subnav > li > a img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    background: #f5f5f5;
    transition: transform 0.22s ease;
  }

  .nav li.kailai .subnav > li:hover a img {
    transform: scale(1.08);
  }

  .nav li.kailai .subnav > li > a span {
    display: block;
    padding: 0 4px;
  }



.nav li.kailai:hover .subnav,
.nav:has(li.kailai:hover) li.kailai .subnav,
.nav li.kailai.keep-open .subnav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
}









/* ===== 新闻中心下拉菜单样式 ===== */
@media (min-width: 1201px) {
  /* 相对定位，方便下拉框定位 */
  .nav li.kailai2 { position: relative; }

  /* 默认隐藏状态 */
  .nav li.kailai2 .subnav22 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%; /* 紧贴导航栏底部 */
    width: 150px; /* 宽度自定 */
    background: #fff;
    border-top: 3px solid #0058b9;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 10px 0;
    z-index: 9999;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
  }

  /* 鼠标悬停或 JS 控制显示 */
  .nav li.kailai2:hover .subnav22,
  .nav li.kailai2.keep-open .subnav22 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%; /* 如果 header 是 fixed，可能需要调整此值 */
  }

  /* 下拉列表项样式 */
  .nav li.kailai2 .subnav22 li {
    width: 100%;
    line-height: 5;
    border-bottom: 1px solid #f5f5f5;
  }
  .nav li.kailai2 .subnav22 li:last-child { border-bottom: none; }
  
  .nav li.kailai2 .subnav22 li a {
    display: block;
    color: #333;
    font-size: 18px;
    text-align: center;
    transition: background 0.3s;
    
  }

  .nav li.kailai2 .subnav22 li a:hover {
    background: #0058b9;
    color: #fff;
  }
  
  /* 移除 em 图标在下拉框里的干扰（如果有） */
  .nav li.kailai2 .subnav22 em { display: none; }
}







 .bg .nav li.kailai2 .subnav22 li {
    width: 100%;
    line-height: 4;
    border-bottom: 1px solid #f5f5f5;
  }












/* ===================== 产品页 左侧 导航 ===================== */

/* ===================== 全局搜索框 ===================== */
.form_box{display:none;border:1px solid #f1f1f1;border-radius:5px;margin-bottom:20px;}
.form_box .sf{margin:0 auto;text-align:center;font-size:0;}
.form_box .an{display:inline-block;border:1px solid #f1f1f1;background-color:#fff;color:#333;height:40px;border-radius:8px;margin:10px 5px;font-size:16px;line-height:40px;padding:0px 15px;outline:none;}
.form_box .an{vertical-align:bottom;}
.form_box .an:hover{border-color:#0058b9;}
.form_box .inp{height:38px;vertical-align:bottom;}
.form_box .submit{width:80px;cursor:pointer;}

/* ===================== 全局搜索框 ===================== */

/* ===================== 在线留言 ===================== */
.form_box_box{width:1200px;margin:40px auto;padding:60px 0;box-shadow:0px 20px 80px rgba(76,76,76,0.1);}
ul.fs{width:1000px;margin:0 auto;}
ul.fs input,ul.fs textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition:0.8s;-o-transition:0.8s;-ms-transition:0.8s;-moz-transition:0.8s;transition:0.8s;}
ul.fs .box1 li{float:left;width:320px;margin-right:20px;}
ul.fs .box1 li:nth-of-type(3){margin:0;}
ul.fs .box1 li input{border:1px solid #e1e7ee;width:100%;height:50px;padding:10px;color:#999;}
ul.fs li input:hover{border-color:#0058b9;}
ul.fs .box1 li input::-webkit-input-placeholder,ul.fs li.textarea textarea::-webkit-input-placeholder,ul.fs li.yzm input::-webkit-input-placeholder{color:#999;}
ul.fs .box1 li input:-moz-placeholder,ul.fs li.textarea textarea:-moz-placeholder,ul.fs li.yzm input:-moz-placeholder{color:#999;}
ul.fs .box1 li input:-ms-input-placeholder,ul.fs li.textarea textarea:-ms-input-placeholder,ul.fs li.yzm input:-ms-input-placeholder{color:#999;}
ul.fs li.textarea textarea{width:100%;height:150px;border:1px solid #e1e7ee;padding:10px;margin:20px 0;color:#999;}
ul.fs li.textarea textarea:hover{border-color:#0058b9;}
ul.fs li.radio{text-align:center;}
ul.fs li.radio label{margin:0 10px;}
ul.fs li.yzm{text-align:center;margin:20px 0;}
ul.fs li.yzm img{display:inline-block;height:20px;}
ul.fs li.yzm input{border-bottom:1px solid #e1e7ee;width:200px;height:50px;padding:10px;color:#999;}
ul.fs li.yzm input:hover{border-color:#0058b9;}
ul.fs li.submit input{height:50px;margin:0 auto;display:block;cursor:pointer;width:200px;border-radius:50px;background-color:#0058b9;font-size:16px;color:#fff;}

/* ===================== 在线留言 ===================== */

/* ===================== 联系我们 地图 ===================== */
#allmap{height:500px;}
#allmap img{max-width:none!important;}

/* ===================== 联系我们 地图 ===================== */

/* ===================== 回到顶部 ===================== */
.go_top{display:none;background:url(../../m/images/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align:center;background-color:#e80707;border-radius:50%;position:fixed;right:6px;bottom:100px;z-index:99999999999;}

/* ===================== 回到顶部 ===================== */
.firstRow img{display:inline-block;}

/* ================================ 内页 END ================================ */

/*===================== 响应式代码 START =====================*/
.header .menu_box{display:none;}
.header .menu_box{float:right;width:24px;height:54px;}
.header .nav_button{position:absolute;right:15px;top:26px;vertical-align:middle;width:24px;height:2px;cursor:pointer;background-color:#0169FE;-webkit-transition:0.5s;-o-transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;transition:0.5s;}
.header .nav_button::after,.header .nav_button::before{content:'';width:24px;height:2px;position:absolute;z-index:99999999;right:0;background-color:#0169FE;-webkit-transition:0.5s;-o-transition:0.5s;-ms-transition:0.5s;-moz-transition:0.5s;transition:0.5s;}
.header .nav_button::after{top:9px;}
.header .nav_button::before{top:-9px;}
.header .menu_box.on .nav_button{width:0;}
.header .menu_box.on .nav_button::before{-webkit-transform:translateY(9px) rotate(45deg);-ms-transform:translateY(9px) rotate(45deg);transform:translateY(9px) rotate(45deg);}
.header .menu_box.on .nav_button::after{-webkit-transform:translateY(-9px) rotate(-45deg);-ms-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg);}
#close{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:999;}
.wap_son{display:none;padding:0 13px;margin-bottom:20px;}
.wap_son a{width:48%;height:40px;line-height:40px;font-size:16px;color:#fff;text-align:center;margin:1%;float:left;background: #E00C24;}
.pc .fixed_footer{display:none;}
.mobile .fixed_footer{display:none;background: #00469b;height:50px;position:fixed;bottom:0px;left:50%;margin-left:-50%;z-index:999;width:100%;border-radius:10px 10px 0 0;}
@media (min-width:640px){
	.mobile .fixed_footer{width:640px!important;left:50%;margin-left:-320px;}
}
.mobile .fixed_footer a{float:left;width:33.33%;text-align:center;}
.mobile .fixed_footer img{display:inline-block;height:24px;margin:5px 0 0;}
.mobile .fixed_footer strong{color:#fff;font-size:12px;display:block;height:20px;line-height:20px;}
.wap_show{display:none;}
@media(max-width:1610px){
}
@media(max-width:1550px){
	.sycp .sycp_l .pro_bar a{font-size: 16px;line-height: 49px;}
	.section_three1 .right ul li span,.num_top ul li span{font-size: 52px;}
	.section_three1 .right h1{font-size: 30px;}
	.section_three1 .right .text p:nth-child(2){display: none;}
	.header .call h3{font-size:28px;}
	.inner,.footer .inner{max-width:1200px;}
	.section_eight .more{margin-top:40px;}
	.footer .logo{width:300px;}
	.footer .one{width:400px;}
	.footer .two{width:300px;}
	.footer .one a{font-size:14px;}
	.footer .ewm{width:110px;}
	.footer .ewm p{font-size:14px;}
	.header .logo img{height: 45px;}
	.protit_left{padding-left: 15%;}

#list .left_side{width: 280px;}
#list .left_side .box_one, #list .left_side .box_two{width: 275px;}


}
@media(max-width:1400px){
	.header .call h3{font-size:26px;}
	.cpt_con dl{height: auto;margin-bottom: 30px;}
	.cpt_con dl .fl{padding:50px 100px;}
	.cpt_con dl .fl a{margin-top: 50px;}
	.zyys .ysner ul li img{top: 130px;}
	.zyys .ysner ul li img:hover{top: 140px;}
	.zyys .ysner ul li h4{top: 270px;}
	.zyys .ysner ul li p{top: 320px;}
	.swtbox .btn1{width: 130px;}
	.swtbox .btn2{width: 230px;margin-left: 15px;}
	.swtbox .btn2 span{font-size: 18px;}
	.fwby p{font-size: 12px;}
	.fwtime .p2,.fwtime .p1,.fwtime .p3{font-size: 14px;margin-top: 0;}
	.fwtime .p2{margin: 0 10px;}
}
@media(max-width:1200px){
	.f_14{ font-size:14px; }
	.f_16{ font-size:14px; }
	.f_18,.product_list_one .item strong,.product_list_two .item .info strong, .product_list_three .item .info strong{ font-size:14px; }
	.f_20,.section_three1 .right a.more,.protit p{ font-size:16px; }
	.f_24{ font-size:20px; }
	.f_28,.banner .con h3{ font-size:24px; }
	.f_30,.section_three1 .right h1,.ss666 dl dd h3 a{ font-size:24px; }
	.f_38,.sycp .pub_title h4{ font-size:30px; }
	.f_48{ font-size:24px !important; }
	.f_58{ font-size:30px !important; }
	.wap_show{display:block;}
	.pc_show{display:none;}
	html,body{max-width:750px;margin:0 auto!important;}
	.header .nav ul li em,.header .nav ul li i,.product_list_two .item .info p,.product_list_three .item .info p,.header .call,.news_two .news_box li p,.position_now .fr,.arrow_down,#list .left_side,.news_one .news_box li .img .bg,.news_article_box .left_fixed,#none,#footer .f1,#footer .two,.gg1,#home-lc,.sycp .sycp_l,.jgzx .pub_title b,.cf_box .cf_middle,.header .nav ul li .son_nav,.cpt_con dd,.ss666 dl dt,.three_box dd p,.three_box dd em,#footer h3::before,.protit h4::before,.protit h4::after,.zyys .topbb .fl,.ss666.swiper-slide h3,.syys .pub_title p,.syys .w1400 ul li img,.syys .ysmore b,.protit em, .syys .w1400 ul li:nth-child(5),.zyys .topbb .fl,.zyys::after,.section_three1 .inner::before,.fwby,.fwtime,.bg1,.index_p_more,.num_top,#footer .f4{display:none !important;}
	.mt-30{margin: 0;}
	.header .menu_box,.mobile .fixed_footer,.wap_son,.section_three1 .right .text p:nth-child(2){display:block;}
	#list .auto,#news_article,#article,.position_now .auto,#nyba .black .auto,.sygg,.content,#footer .f2,#footer .footer_con,.inner1,.gg .inner1 .gtel,.section_six .auto,#w-1300-1,.muma{width:auto;padding:0 15px;}
	#list{margin: 30px 0;}
	.swtbox{margin-top: 15px;}
	.swtbox .btn1 {width: 30%;letter-spacing: 0px;}
	.header{height:50px;background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, .1)}
	.swtbox .btn2{margin-left: 0;}
	.swtbox .box{float: none;width: 100%;}
	.header .inner{padding:0 15px;width:auto;height:50px;max-width: 100%;}
	.header .logo img,.header.bg .logo img{height:38px;margin:5px 0 0 0;}
	.header .nav{position:fixed;width:280px;height:auto;overflow:auto;padding:20px 0;top:50%;left:50%;margin:-200px 0 0 -140px;z-index:9999999999;background-color:#fff;box-shadow:0 0 10px #949494;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);}
	.header .nav ul li{display:block;float:none;width:90%;margin:0 auto;height:40px !important;line-height:40px !important;border-bottom:1px solid #f9f9f9;}
	.header .nav ul li span,.header .nav ul li a{color:#333!important;}
	.header .nav ul li a:hover span,.header .nav ul li a.active span{line-height:40px;}





	.header .nav ul li:last-child{border:none;}
	.product_son{display:block!important;}
	.tabbox .inner{max-width: 100%;}
	.copyright{height:auto;line-height:40px;margin-top: 30px;}
	#footer .f2{margin:0;float:none;}
	#footer .f2 dl dd:nth-child(3){margin-left: 0;display: block;}
	footer .f4{width: 100%;float:none;text-align: center;margin-top: 15px;}
	.position_now .fl{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}
	.cpt .tit{margin: 15px auto;padding: 0;}
	.cpt .tit li{width: 49%;float: left;margin: 0 0.5% 10px;}
	#allmap{height:300px;}
	.sycp .wap_son a{width: 48%;font-size: 14px;}
	.article_content p img{max-width: 100% !important;padding: 10px 0 !important;}
	.cpt_con dl{margin-bottom: 0;}
	#nyba{height:200px;}
	.bg1,.sycp{padding: 30px 0;}
	#scroll_one{margin-top: 0;}
	.index_case{padding: 50px 0;}
	.three_box,.section_nine .protit{padding:  0}
	.three_box dd{padding: 10px 5%;}
	.three_box dd h3{font-size: 16px;}
	#top_scroll ul li h3{padding: 10px 0;    font-size: 14px;}
	.ss666{margin-top: 20px;}
	.ss666.swiper-slide{padding-bottom: 0;padding-left: 0;overflow: hidden;width: 300px;}
	.cpt_con dl .fl, .cpt_con dl .fr{width: 100%;}
	.cpt_con dl .fr{position: relative;}
	.cpt_con dl .fl{padding: 15px;background: #C20000;text-align: center;}
	.cpt_con dl .fl p{margin: 20px 0;}
	.fade_text{margin-top:80px;}
	.fade_text .cn{line-height:40px;height:40px;}
	.fade_text .cn span{font-size:30px;}
	.fade_text .en{font-size:16px;}
	.fade_text .line{margin:10px auto;}
	.form_box_box,ul.fs{width:100%;}
	.form_box_box{margin:0;padding:20px 0;box-shadow:none;}
	ul.fs .box1 li{float:none;width:100%;margin-bottom:20px;}
	.product_list_one .item,.product_list_two .item,.product_list_three .item{width:49%;margin:0.5%;}
	.product_list_one .item .info{padding:10px 0 ;}
	.product_list_two .item .info{min-height:70px;}
	#list .right_side{float:none!important;width:100%!important;}
	.news_one .news_box li .img,.news_one .news_box li .info{float:none!important;width:100%;}
	.news_one .news_box li .img{height:200px;}
	.news_one .news_box li .info{padding-top:20px;height:auto;}
	.news_one .news_box li .info .time{padding:6px 0;}
	.news_one .news_box li .info .line{margin-bottom:6px;}
	.news_one .news_box li:hover .info{padding-top:20px;}
	.work_box .work{margin: 20px auto;}
	.son_list{height:40px;}
	.son_list a{height:40px;line-height:40px;width:100px;font-size:14px;padding:0;}
	.news_article_box .right_article{width:100%;float:none;background-color:#fff;margin-top:54px;}
	.news_article_box .h1_title h1{font-size:24px;font-weight:400;}
	.news_article_box .inner_content,.news_article_box .h1_title{padding:20px;}
	.news_two .news_box li{width:49%;margin:0.5%;}
	.news_two .news_box li a{padding:8px;}
	.news_two .news_box li .time strong{font-size:30px;}
	.fixed_body .fixed_article{width:90%;height:500px;margin:-250px -45% 0 0;}
	.fixed_body .fixed_article .fb_close{top:auto;bottom:0;width:50px;height:50px;}
	.fixed_body .fixed_article .fb_close i{margin-top:5px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);}
	.img_big_box{width: 100%;}
	.img_big_box .img_box{height: 300px !important;}
	.info_big_box{width:100%;height:auto;}
	.info_big_box h1{margin-top:0;font-size:20px;}
	.info_big_box .info_1{margin-top:10px;}
	.info_big_box .share{margin:0 0 10px 0;}
	.footer .logo,.footer .one,.footer .ewm,.section_seven .item_box .arrow,.section_six .more .call,#top_scroll ul li span,.info_big_box .info_1 .dh:nth-of-type(2),.info_big_box .info_1 .dh:nth-of-type(3),.info_big_box .info_3,.section_two .more div.fl,.sygg .fl p,.section_six .auto .fr,.gg .inner1 .gtxt h5,.gg .inner1 .gtel em,.atel ul li img,.ab_t::after,.pub_title p{display:none!important;}
	.xgcp_title{margin-top:10px;}
	.pub_title h4{font-size:24px;padding-top:30px;}
	.pub_title h4 img{width: 50px;margin: 0;}
	.pub_title p{font-size:16px;margin-bottom:20px;}
	.factory_box .pub_title,.section_seven .pub_title,.section_nine .pub_title{padding:20px 0;}
	.inner,.footer .inner,.footer .two{width:auto;padding:0 15px;}
	.section_four,.section_six,.section_eight,.section_nine{height:auto;padding-bottom:30px;}
	.section_three1{height: auto;padding: 0 0 1px;margin-top: 0px;}
	.section_three1 .inner{margin-top: 0px;width: 100%;box-sizing: border-box;padding: 35px 15px;padding-top: 50px !important;}
	.section_three1 .right a.more{margin-top: 0;}
	.section_three1 .right>p{font-size: 20px;}
	.section_three1 .right .text::before{left: 0;right: 0;margin: auto}
	.section_three1 .right .text{    -webkit-line-clamp: 8;text-align: left;}
	.section_three1 .left,.section_three1 .right{width: 100% !important;margin: 0;text-align: center;}
	.section_three1 .right{background: rgba(255,255,255,0.8);padding: 15px;}
	.section_three1 .right h1,.section_three1 .right .item h3{font-size: 24px;}	
	.section_three1 .left{position: static;}
	.num_top ul{display: block;width: 100%;margin:0;}
	.num_top ul li{width: 25%;float: left;background: none;padding-left: 0;}
	.num_top ul li span{font-size: 28px !important;}
	.num_top ul li p{font-size: 14px !important;}
	.jgzx{height: auto;padding-bottom: 30px;}
	.jgzx .fl{width: 100%;}
	.jgzx .pub_title{text-align: center;}
	.anli1{margin-top: 0 !important;}
	.protit{margin-bottom: 30px;}
	.muma{padding: 30px 15px !important;}
	.index_case .swiper-container .swiper-slide{width: 350px;}
	.section_two .more{width:100%;background-color:#fff;margin:20px 0;}
	.section_two .more a.fl{margin:0 auto;float:none;}
	.section_two .wap_show ul li{float:left;width:48%;margin:1%;}
	.section_two .wap_show ul li h3{font-size:16px;color:#333;margin-top:10px;text-align:center;}
	.section_eight .title strong{font-size:24px;}
	.section_eight .title p{font-size:14px;}
	.section_eight ul li{width:48%;}
	.section_eight ul li strong{height:30px;line-height:30px;}
	.section_eight .more{width:70%;}
	.syys{height: auto;background-size: cover;background-position-x: right;padding: 30px 0;}
	.syys .pub_title{float: none;text-align: center;}
	.syys .pub_title h4{font-size: 40px;}
	.syys .w1400 .syys_top img{width: 100%;left: 0;top: 0}
	.syys .pub_title h3{font-size: 30px;}
	.syys .pub_title h3 em{font-size: 30px;padding: 0;width: auto;height: auto;line-height: 24px;background: none;}
	.syys .w1400 ul{display: block;background: none;}
	.syys .w1400 ul li{width: 170px;height:170px;border-radius: 30px 0 30px 0;box-sizing: border-box;padding: 5px 10px;margin-top: 10px !important;}
	.syys .w1400 ul li em{padding: 0;}
	.syys .w1400 ul li b{font-size: 20px;margin: 0;}
	.syys .w1400 ul li em{font-size: 12px;line-height: 20px;}
	.syys .swiper-container .swiper-slide{width: 350px;}
	.footer .two{border:none;}
	.banner{margin-top:50px!important;}
	.index_box{margin:0;}
	.atel{width: 100%;padding: 0 15px;box-sizing: border-box;}
	.atel ul li{width: 100%;margin: 10px 0 0 0 !important;height: auto;padding: 10px;border-radius: 30px;animation:none !important;}
	.atel ul li:first-child{margin: 0 !important;}
	.ab dd{width: 100%;padding:15px;background: rgba(221,9,25,0.95)}
	.ab dd p{font-size: 14px;line-height: 24px;}
	.ab_t a{font-size: 30px;}
	.ab .atxt a{float: none;margin: 10px auto 0;}
	.atxt{margin-top: 10px;}
	#scroll_one1{height: 150px;margin: 30px 0;}
	#scroll_one1 ul li img{width: 200px;}
	#scroll_one1 ul li h3{height: 50px;line-height: 50px;}
	/* 优势 */
	.zyys{padding: 30px 0;}
	.zyys .topbb img{width: 60%;}
	.zyys .topbb div{margin: 10px 0;}
	.zyys .topbb .fr{margin-top: 0;}
	.zyys .topbb{padding-top: 0;}
	.zyys .topbb h3{font-size: 28px;padding-top: 10px;}
	.zyys .topbb b{font-size: 20px;}
	.zyys .ysner{width: 90%;}
	.zyys .ysner ul{top: 30px;}
	.zyys .ysner ul li{width: 45%;height: 320px;margin-bottom: 10px;}
	.zyys .ysner ul li:nth-child(2){margin-right: 0;}
	.zyys .ysner ul li:nth-child(4){margin-right: 0;}
	.zyys .ysner ul li img{top: 70px;left: 13%;right: 13%;width:50%;}
	.zyys .ysner ul li img:hover{top: 100px;}
	.zyys .ysner ul li h4{top: 160px;font-size: 16px;}
	.zyys .ysner ul li p{top: 185px;font-size: 12px;line-height: 19px;}
	.cf_box{background-size: cover;padding: 30px 0 0;}
	.cf_box ul{float: none;}
	.cf_box ul li img{height: 40px;}
	.cf_box ul li{width: 50%;padding: 5px;float: left;display: block;box-sizing: border-box;}
	.cf_tit{margin: 30px 0;}
	.cf_box ul li h5{margin: 5px 0;}
	.cf_box .cf_img{position: static;width: 100%;height: 23vh;margin: 20px 0;}
	.sc777.swiper-container{padding-bottom: 30px;}
	.ss777.swiper-slide{background-position: center;background-size: cover;width: 300px;border:5px solid #fff;height: 200px;}
	#scroll_one ul li{margin: 0 1% 0 !important;width: 30%;float: none;display: inline-block;}
	#scroll_one ul li h3{font-size: 16px;}
	#top_scroll ul li{width: 48%;padding: 0;margin: 1%}
	.lt_tel b ,.tit01 h2,.cf_box ul li h5{font-size: 24px;}
	#footer{padding: 30px 0 60px;}
	.qtjs .txt{margin-top: 30px;}
	.qtjs .w-container > .leftbox,.qtjs .digi{width: 100% !important;float:none;}
	.qtjs .w-container{display: block;}
	.qtjs .pub_title h3{font-size: 36px;}
	.albox .fl,.albox .fr{width: 100% !important;float:none;}
	.about .right .item{width: 50%;margin-bottom: 20px;}
	.about .right .num{padding-top: 20px;}
	.qtjs .digi .box .counter{font-size: 60px;line-height: 60px;}
	.qtjs .digi .box span.jb{width: 30px;		height: 30px;font-size: 20px;}
	.pub_black{padding: 30px 0;}
	.section_nine .nlist{margin-top: 20px;}
	.section_nine .nlist li{width: 96%;float: none;margin: 0 auto;}
	.section_nine .nlist .cont{padding: 10px;margin-bottom: 15px;}
	.section_nine .nlist .word a{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
	.section_nine {
		padding:50px 0;
	}
	/* 新闻 */
.tabbox{padding: 0;}
.tabbox .tab{margin-top: 20px;}
.tabbox h3 strong{width: 100% !important;}
.tabbox .tab,.tabbox .tab .item{width:100% !important}
.tabbox .tab .item{height:auto;margin-bottom:10px;box-shadow: 0 0 10px #cfcfcf;    border-radius: 10px;}
.tabbox .tab .item .img{width:100%;height:auto;float:none;max-height: unset !important;border-radius: 0px;}
.tabbox .tab .item .img img{width:100%;height:auto}
.tabbox .tab .item .info{width:100%;box-sizing:border-box;padding:5px;float:none;padding: 20px !important;}
.tabbox .tab .item:nth-child(n+2) a{padding: 0;}

	/* 服务 */
	.core_values {padding:100px 0; background-attachment:scroll;height:auto;}

	.core_values h2 {font-size:32px;}

	.core_values ul {margin:30px -30px -30px;}

	.core_values ul li {width:50%; padding:30px;border-bottom: 1px solid rgba(255, 255, 255, .2);border-right: 1px solid rgba(255, 255, 255, .2);}

	.core_values ul li:nth-child(2n){border-right: none}

	.core_values ul li::before,

	.core_values ul li::after {display:none;}

	.core_values ul li span {width:50px; height:50px;}

	.core_values ul li h3 {font-size:22px;}

	.core_values ul li p {font-size:12px; margin-top:10px;}

}

/*===================== 响应式代码 END =====================*/




 #map {
        padding-top: 30px!important;
        width: 100%!important;
        max-width: 1500px!important;
        margin: 0 auto;
    }
    #allmap {
        width: 100%!important;
        height: 500px!important;
        overflow: hidden;
    }


    .map-info-window {
        padding: 12px 16px;
        box-sizing: border-box;
        width: 350px!important; 
        overflow-x: hidden;
        overflow-y: auto;  
        max-width: 100%;    
    }
    .map-info-title {
        color: #e53e3e;
        font-weight: 700;
        font-size: 22px!important;
        line-height: 1.3;
        margin: 0 0 10px 0;
        text-align: left;
        overflow: hidden;
        word-wrap: break-word; 
        word-break: break-all; 
    }
    .map-info-address {
        font-size: 15px;
        line-height: 1.6;
        color: #333;
        margin: 0;
        padding: 8px 0;
        border-top: 1px solid #f0f0f0;
        text-align: left;
        word-wrap: break-word;
        word-break: break-all; 
    }

   
    .map-info-window::-webkit-scrollbar {
        display: none;
    }
    .map-info-window {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

/* 外层容器：控制整体宽度、居中、双码并排 */
.swtfwqr {
    width: 100%;
    display: flex;
    display: -webkit-box; /* 兼容旧版 WebKit */
    justify-content: flex-start;
    -webkit-box-pack: start;
    align-items: center;
    -webkit-box-align: center;
    padding: 30px 0;
    margin: 0 auto;
    max-width: 720px;
    gap: 80px;
}

/* 外层容器：控制整体宽度、居中、双码并排 */
.contact-group {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
    margin: 0;
    max-width: 720px;
    gap: 80px;
}

/* 单个二维码模块 */
.contact-group dd {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    width: auto;
    flex-shrink: 0;
}

/* 二维码图片容器 */
.code-container {
    position: relative;
    width: 174px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
}

.code-container img {
    max-width: 170px!important;
    height: auto!important;
    display: block;
}

/* 底部说明文字 */
.code-tip {
    font-size: 36px;
    color: #0066cc;
    font-weight: normal;
    margin: 0;
    line-height: 1.5;
    background: linear-gradient(90deg, #0066cc, #ff9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .contact-group {
        max-width: 100%;
        padding: 20px 10px;
        gap: 15px;
        justify-content: space-evenly;
        flex-wrap: nowrap !important;
    }

    .contact-group dd {
        flex-shrink: 1;
        width: 50%;
    }

    .code-container {
        width: 100%;
        max-width: 140px;
    }

    .code-container img {
        max-width: 120px!important;
    }

    .code-tip {
        font-size: 22px;
    }
}

.kailai-left .kailai-title{color: #000;}




/* 外层容器：整体圆角、边框、背景、布局 */
.kl-cp-more {
  position: relative;
  width: 100%;
  max-width: 800px; 
  height: 40px; 
  margin: 20px auto;
  border: 2px solid #c40000;
  border-radius: 40px; 

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

/* More按钮：渐变背景、绝对定位、文字样式 */
.kl-cp-more .moremore {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 28%; /* PC端按钮宽度，占比28% */
  background: #c40000; /* 绿到蓝渐变，匹配图片 */
  border-radius: 40px 0 0 40px; /* 左圆角，右直角 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-cp-more .moremore a {
  color: #ffffff;
  font-size: 22px; /* PC端字体大小 */
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}

/* 电话文字：右对齐、大字体、深色 */
.kl-cp-more .t-tel {
  margin-left: 30%; /* 避开More按钮，避免重叠 */
  width: 70%;
  text-align: center;
}

.kl-cp-more .t-tel a {
  color: #000000;
  font-size: 22px; /* PC端字体大小 */
 
  text-decoration: none;
  line-height: 80px; /* 垂直居中 */
  white-space: nowrap; /* 禁止换行 */
  text-align: center;
}

/* ==================== 响应式适配：手机端 ==================== */
@media screen and (max-width: 768px) {
  .kl-cp-more {
    height: 40px; /* 手机端高度缩小 */
    border-radius: 30px;
    padding: 0px;
  }

  .kl-cp-more .moremore {
    width: 35%; /* 手机端按钮宽度占比放大 */
    border-radius: 30px 0 0 30px;
  }

  .kl-cp-more .moremore a {
    font-size: 20px; /* 手机端字体缩小 */
  }

  .kl-cp-more .t-tel {
    margin-left: 36%; /* 手机端避开按钮的间距调整 */
    width: 62%;
  }

  .kl-cp-more .t-tel a {
    font-size: 15px; /* 手机端字体缩小 */
    line-height: 60px;
  }
}

/* 小屏手机极致适配（<480px） */
@media screen and (max-width: 480px) {
  .kl-cp-more {
    height: 50px;
    border-radius: 25px;
    padding: 0px;
  }

  .kl-cp-more .moremore a {
    font-size: 16px;
  }

  .kl-cp-more .t-tel a {
    font-size: 15px;
    line-height: 50px;
  }
}






  @media (max-width: 768px) {
    .subnav22 {
        display: none !important;
    }  }
    
#top_scroll{margin: 30px 0;}


}