﻿/*初始化样式*/
/* 轮播 */
.borimg{position:relative;}
.borimg img{width:100%;}
.bortext{position:absolute;top: 50%;width: 100%;padding: 50px;text-align: left;transform: translateY(-50%);}
.bortext h2{font-size: 2vw;color: #000;margin-bottom: 35px;font-weight: 600;}
.bortext h3{font-size: 18px;color: #000;margin-bottom: 20px;line-height: 1.5;font-weight: 500;}
.bortext  .trye {margin-top: 50px;}
.bortext .trye a{/* font-size: 16px; *//* padding: 15px 40px; *//* background: #00aeef; *//* color: #fff; *//* border-radius: 60px; *//* box-shadow: 0 0 15px 0 #00aeef; */}
.bortext p{font-size: 26px;color: #000;letter-spacing: 0;}
.bortexert{width: 50%;float: left;text-align: left;}
.bortext.wanhof{top: 25%;}
.bortext .bortexert.wantoe{text-align: center;width:100%;}
.bortext .bortexert.wantoe  .trye{justify-content:center;}
.bortext .bortexert.wantoe h2{color:#fff;}
.bortext .bortexert.wantoe h3{color:#fff}

.trye {
    display: flex;
    gap: 50px;
    align-items: center;
}
/* 左侧蓝色按钮 Get a Quote */
.trye a:first-child {
    background-color: #415fff;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 18px;
    font-family: sans-serif;
    /* 过渡动画：所有属性 0.3秒 平滑过渡 */
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(65, 105, 255, 0.2);
    font-weight: 600;
}
/* 悬浮效果 */
.trye a:first-child:hover {
    background-color: #2d57ff; /* 加深蓝色 */
    transform: translateY(-3px); /* 轻微上浮 */
    box-shadow: 0 8px 20px rgba(65, 105, 255, 0.35); /* 阴影变大 */
}
/* 点击效果 */
.trye a:first-child:active {
    transform: translateY(0); /* 按下复位 */
    box-shadow: 0 2px 6px rgba(65, 105, 255, 0.25);
}

/* 右侧文字按钮 Learn More */
.trye a:last-child {
    color: #222222;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 3px solid #333;
    padding-bottom: 6px;
    font-family: sans-serif;
    transition: all 0.3s ease;
}
/* 悬浮效果 */
.trye a:last-child:hover {
    color: #4169ff; /* 文字变蓝 */
    border-bottom-color: #4169ff; /* 下划线也变蓝 */
    padding-bottom: 10px; /* 下划线轻微下移 */
}
/* 右侧文字按钮 Learn More */
.bortext .bortexert.wantoe .trye a:last-child {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    padding-bottom: 6px;
    font-family: sans-serif;
    transition: all 0.3s ease;
}
@media (max-width: 980px) {
.bortext.wanhof {
    top: 40%;
}

.bortext .bortexert.wantoe .trye a:last-child {
    color: #fff;
    font-size: 12px;


}
	.page-bannermo{margin-top:60px;}
.bortexert{width:100%}
	
.bortext {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 20px;
    text-align: left;
}

.bortext h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.bortext h2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}

.bortext .trye a {
    font-size: 12px;
    padding: 8px 20px;
    /* background: #37a218; */
    color: #fff;
    border-radius: 60px;
    /* box-shadow: 0 0 15px 0 #37a218; */
}


.page-bannermo .bortext h3 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.bortext p {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
}

.page-bannermo .bortext h2 {
  display:none;
}

}


/*主体样式*/
.w1200 {
	max-width:1400px;
	margin:auto;

}



   /* 外层容器 */
        .about-wrap {
            width: 100%;
        }

        /* 顶部标题栏 1400px 居中 */
        .about-top-bar {
            max-width: 1600px;
            margin: 0 auto;
            padding: 50px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .about-top-text h2 {
            font-size: 2vw;
            color: #111;
            margin-bottom: 16px;
            font-weight: 600;
        }

        .about-top-text p {
            color: #555;
            font-size: 16px;
            line-height: 1.6;
            /* max-width: 480px; */
        }

        /* 按钮交互 */
        .btn-learn {
            background-color: #4169ff;
            color: #fff;
            border: none;
            padding: 10px 36px;
            border-radius: 50px;
            font-size: 17px;
            cursor: pointer;
            white-space: nowrap;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(65, 105, 255, 0.2);
        }

        .btn-learn:hover {
            transform: translateY(-3px);
            background-color: #3358e6;
            box-shadow: 0 6px 18px rgba(65, 105, 255, 0.3);
        }

        /* 左右布局 */
        .about-content-row {
            display: flex;
        }

        /* ========== 左侧视频：全屏靠左 ========== */
        .content-left-video {
            width: 50%;
            flex-shrink: 0;
            position: relative;
            overflow: hidden;
        }

        /* 视频样式 + 封面 */
        .content-left-video video {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        /* 视频悬浮放大 */
        .content-left-video:hover video {
            transform: scale(1.03);
        }

        /* ========== 播放按钮 + 波纹动画 ========== */
        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 99;
            transition: all 0.3s ease;
        }

        /* 播放箭头 */
        .play-icon::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
            border-left: 22px solid #3366ff;
            margin-left: 4px;
        }

        /* 波纹扩散效果 */
        .play-icon::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            animation: ripple 2s linear infinite;
            z-index: -1;
        }

        /* 波纹动画核心 */
        @keyframes ripple {
            0% {
                transform: scale(1);
                opacity: 1;
            }
            100% {
                transform: scale(1.7);
                opacity: 0;
            }
        }

        /* 按钮悬浮 */
        .play-icon:hover {
            transform: translate(-50%, -50%) scale(1.1);
        }

        /* ========== 右侧文字 ========== */
        .content-right-text-wrap {
            width: 50%;
            max-width: 800px;
            padding: 0 0 0 50px;
        }

        .content-right-text {
            max-width: 1400px;
            margin: 0 auto;
            opacity: 0;
            transform: translateY(20px);
            animation: textFade 0.8s 0.2s forwards;
        }

        @keyframes textFade {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .content-right-text h3 {
            font-size: 28px;
            color: #111;
            margin-bottom: 24px;
            font-weight: bold;
        }

        .content-right-text p {
            font-size: 16px;
            color: #444;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        /* ========== 自适应 ========== */
        @media screen and (max-width: 992px) {
            .about-content-row {
                flex-direction: column;
            }
            .content-left-video,
            .content-right-text-wrap {
                width: 100%;
                padding: 10px;
            }
            .about-top-bar {
                flex-direction: column;
                gap: 30px;
            }
            .about-top-text h2 {
                font-size: 26px;
            }
        }




    .stats-wrap{
            width:100%;
            padding:60px 20px;
        }
        .stats-container{
            max-width: 1600px;
            margin:0 auto;
            display:flex;
            justify-content:space-around;
            text-align: left;
            border-bottom: 1px solid #eee;
        }
        .stats-item{
            flex: 1;
            transition:transform .3s ease;
        }
        .stats-item:hover{
            transform:translateY(-6px);
        }
        .stats-num{
            font-size: 3vw;
            color:#4169ff;
            font-weight: 600;
            margin-bottom:12px;
        }
        .stats-desc{
            font-size: 14px;
            color:#666;
            padding-bottom: 50px;
        }
        /* 数字滚动动画class，JS触发 */
        .count-animate{
        }
        @media(max-width:992px){
            .stats-container{
                flex-wrap:wrap;
                gap:40px;
            }
            .stats-item{
                width:45%;
                flex:none;
            }
            .stats-num{
                font-size: 36px;
            }
            .stats-desc{
                font-size:18px;
            }
        }
        @media(max-width:576px){
            .stats-item{
                width: 40%;
            }
        }



		
		
   .product-wrap {
            width: 100%;
            padding: 0 0 50px 0;
        }
        /* 主体宽度1600px */
        .product-container {
            max-width: 1600px;
            margin: 0 auto;
        }
        .title-top {
            text-align: center;
            font-size: 2vw;
            color: #111;
            margin: auto;
            margin-bottom: 50px;
            font-weight: 600;
        }
        .grid-box {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
        }
        /* 左侧大卡片 */
        .card-left {
            background: #26323f;
            border-radius: 6px;
            padding: 50px 30px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            color: #fff;
            position: relative;
            overflow: hidden;
            min-height: 620px;
            justify-content: space-between;
            transition: all 0.35s ease;
        }
        .card-left:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 35px rgba(0,0,0,0.12);
        }
        .card-left-text {
            z-index: 2;
            /* margin-bottom: 30px; */
        }
        .card-left h3 {
            font-size: 26px;
            margin-bottom: 20px;
            font-weight: 600;
        }
        .card-left p {
            opacity: 0.8;
            font-size: 16px;
            line-height: 1.5;
            max-width: 420px;
            margin: 0 auto 30px;
        }
        .btn-white {
            background: #fff;
            color: #222;
            border: none;
            padding: 14px 32px;
            border-radius: 50px;
            font-size: 16px;
            cursor: pointer;
            transition: 0.3s;
            display: inline-block;
        }
        .btn-white:hover {
            background: #f1f1f1;
            transform: translateY(-3px);
        }
        .card-left-img {
            /* position: absolute; */
            /* bottom: 0; */
            /* left: 50%; */
            /* transform: translateX(-50%); */
            max-width: 100%;
        }
        /* 右侧上下两个卡片 */
        .right-col {
            display: flex;
            flex-direction: column;
            gap:25px;
        }
        .card-right-item {
            background: #f5f5f7;
            border-radius:6px;
            padding:45px 35px;
            display:flex;
            align-items:center;
            gap: 30px;
            justify-content:space-between;
            transition: all 0.35s ease;
        }
        .card-right-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 35px rgba(0,0,0,0.08);
        }
        .right-text-box {
            max-width:52%;
            text-align: center; /* 右侧文字全部居中 */
        }
        .right-text-box h3 {
            font-size:24px;
            color:#111;
            margin-bottom: 20px;
            font-weight: 600;
        }
        .right-text-box p {
            font-size: 16px;
            color:#555;
            line-height:1.5;
            margin-bottom: 30px;
        }
        .btn-blue {
            background:#4169ff;
            color:#fff;
            border:none;
            padding:13px 30px;
            border-radius:50px;
            font-size:16px;
            cursor:pointer;
            display: inline-block;
            transition:0.3s;
        }
        .btn-blue:hover {
            background:#3358e6;
            transform: translateY(-3px);
            box-shadow:0 5px 14px rgba(65,105,255,0.22);
            color: #fff;
        }
        .right-img {
            width:42%;
        }
        /* 自适应 */
        @media(max-width:992px){
            .grid-box {
                grid-template-columns:1fr;
            }
            .card-left {
                min-height:520px;
            }
            .right-col {
                gap:25px;
            }
            .card-right-item {
                flex-direction:column;
                text-align:center;
                gap:30px;
            }
            .right-text-box {
                max-width:100%;
            }
            .right-img {
                width:65%;
            }
            .title-top {
                font-size: 26px;
            }
        }
        @media(max-width:576px){
            .right-img {
                width:80%;
            }
        }		
		
		
		
	 /* 全局唯一类名前缀 factory_sec_ */
        .factory_sec_wrap {
            width: 100%;
            padding: 70px 20px;
        }
        .factory_sec_container {
            max-width: 1600px;
            margin: 0 auto;
        }
        .factory_sec_header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 50px;
        }
        .factory_sec_title h2 {
            font-size: 2vw;
            color: #111;
            line-height: 1;
            margin-bottom: 20px;
            font-weight: 600;
            margin: 0 0 20px;
        }
        .factory_sec_title p {
            font-size: 18px;
            color: #777;
        }
        /* 箭头外层容器 */
        .factory_sec_arrow_box{
            display:flex;
            gap:20px;
        }
        /* 自定义箭头样式 完全匹配原图：左蓝底白< 右白底黑> */
        .factory_sec_prev,.factory_sec_next{
            width:56px;
            height:56px;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            cursor:pointer;
            transition:0.3s ease;
        }
        .factory_sec_prev{
            background:#4169ff;
            color:#fff;
        }
        .factory_sec_next{
            background:#f3f3f4;
            color:#222;
        }
        .factory_sec_prev:hover{
            background:#3358e6;
        }
        .factory_sec_next:hover{
            background:#e4e4e6;
        }
        /* 箭头符号粗细 */
        .factory_sec_prev::after{
            content:"<";
            font-size: 22px;
            font-weight:bold;
        }
        .factory_sec_next::after{
            content:">";
            font-size: 22px;
            font-weight:bold;
        }
        /* 轮播容器 */
        .factory_sec_swiper{
            overflow:hidden;
        }
        .factory_sec_item{
            text-align:center;
        }
        .factory_sec_item img{
            width:100%;
            display:block;
            border-radius:4px;
            transition:transform 0.35s ease;
        }
        .factory_sec_item:hover img{
            transform:scale(1.02);
        }
        .factory_sec_desc{
            margin-top: 20px;
            font-size: 18px;
            color:#666;
        }
        @media(max-width:992px){
            .factory_sec_header{
                flex-direction:column;
                gap:30px;
                align-items:flex-start;
            }
            .factory_sec_title h2{
                font-size: 26px;
            }
            .factory_sec_desc{
                font-size:17px;
            }
        }	
		
		
		

        /* 唯一类名前缀：news_sec_ */
        .news_sec_wrap {
            width: 100%;
            padding: 0 10px 50px;
        }

        .news_sec_container {
            max-width: 1600px;
            margin: 0 auto;
        }

        .news_sec_top_title {
            text-align: center;
            font-size: 2vw;
            color: #111;
            margin: 0 0 50px;
            /* 标题渐入动画 */
            font-weight: 6;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeUp 0.8s 0.1s forwards;
        }

        /* 新闻条目 */
        .news_sec_item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 32px 0;
            border-bottom: 1px solid #eee;
            gap: 40px;
            cursor: pointer;
            transition: all 0.3s ease;
            /* 条目渐入动画 */
            opacity: 0;
            transform: translateY(20px);
        }

        /* 依次延迟出现 */
        .news_sec_item:nth-child(2) { animation: fadeUp 0.7s 0.3s forwards; }
        .news_sec_item:nth-child(3) { animation: fadeUp 0.7s 0.5s forwards; }
        .news_sec_item:nth-child(4) { animation: fadeUp 0.7s 0.7s forwards; }

        /* 条目hover 上浮 + 背景变浅 */
        .news_sec_item:hover {
            transform: translateY(-6px);
            background-color: #fafafa;
            padding-left: 10px;
            padding-right: 10px;
            border-radius: 8px;
        }

        .news_sec_item:last-child {
            border-bottom: none;
        }

        .news_sec_text_box {
            width: calc(100% - 320px);
        }

        .news_sec_date {
            font-size: 15px;
            color: #999;
            margin-bottom: 18px;
            transition: color 0.3s;
        }

        /* hover 日期变蓝 */
        .news_sec_item:hover .news_sec_date {
            color: #4169ff;
        }

        .news_sec_title {
            font-size: 24px;
            margin-bottom: 20px;
            transition: color 0.3s;
            font-weight: 600;
        }

        .news_sec_item:nth-child(1) .news_sec_title {
            color: #4169ff;
        }

        .news_sec_item:nth-child(n+2) .news_sec_title {
            color: #111;
        }

        /* hover 标题变蓝 */
        .news_sec_item:hover .news_sec_title {
            color: #4169ff !important;
        }

        .news_sec_desc {
            font-size: 16px;
            color: #888;
            line-height: 1.6;
            transition: color 0.3s;
        }

        /* hover 描述变深 */
        .news_sec_item:hover .news_sec_desc {
            color: #555;
        }

        .news_sec_img_box {
            width: 300px;
            flex-shrink: 0;
            border-radius: 6px;
            overflow: hidden;
        }

        .news_sec_img_box img {
            width: 100%;
            display: block;
            transition: transform 0.4s ease;
        }

        /* 图片放大效果 */
        .news_sec_item:hover .news_sec_img_box img {
            transform: scale(1.08);
        }

        /* 渐入动画 */
        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* 自适应 */
        @media (max-width: 992px) {
            .news_sec_item {
                flex-direction: column-reverse;
                align-items: flex-start;
            }

            .news_sec_text_box {
                width: 100%;
            }

            .news_sec_img_box {
                width: 100%;
            }

            .news_sec_top_title {
                font-size: 26px;
                margin-bottom: 20px;
            }
			
			
			
			
			
			
			.x-banner{margin-top:60px;}
			
			.about-wrap {

    padding: 10px;
}
			
			
			
	.bortext .trye {
    margin-top: 20px;
}		
	.stats-wrap {
    width: 100%;
    padding: 20px 10px;
}




.product-container {
 
    padding: 10px;
}



.product-wrap {
   
    padding: 0;
}

.news_sec_wrap {
   
    padding: 0 10px 0;
}




.dw-footer-top-section {

    padding: 40px 10px;
}
	.dw-logo-box {
 
    margin: auto;
}	
			
	.dw-col-item{width:100%;}		
			
        }		
		
		

/* 初始化 */