   /* 全屏外层容器 */
        .dawxin-full-wrap {
            width: 100%;
            background: url(../images/ab.jpg) no-repeat;
            padding: 60px 20px;
        }
        /* 主体固定宽度1400px */
        .dawxin-main-container {
            width: 1400px;
            max-width: 100%;
            margin: 0 auto;
        }
        .dawxin-section-title {
            margin-bottom: 40px;
        }
        .dawxin-section-title h2 {
            font-size: 42px;
            font-weight: 700;
            color: #000000;
        }
        .dawxin-section-title h2 span {
            color: #166fe5;
        }
        .dawxin-section-title p {
            font-size:18px;
            color:#333;
            margin-top:4px;
            font-weight: 600;
        }
        .dawxin-content-row {
            display: flex;
            gap:32px;
            align-items:flex-start;
            margin-bottom:40px;
        }
        .dawxin-left-img-box {
            width: 52%;
        }
        .dawxin-factory-img {
            width: 100%;
            border-radius: 0 40px 40px 0;
            overflow:hidden;
            transition: transform 0.35s ease;
        }
        .dawxin-factory-img:hover {
            transform: scale(1.02);
        }
        .dawxin-factory-img img {
            width:100%;
            display:block;
        }
        .dawxin-right-text-box {
            width:48%;
        }
        .dawxin-logo-text {
            margin-bottom: 30px;
        }
        .dawxin-desc-text {
            font-size:16px;
            line-height:1.85;
            color:#333333;
        }
        .dawxin-desc-text p {
            margin-bottom:14px;
        }
        .dawxin-more-btn {
            display:inline-flex;
            align-items:center;
            justify-content:center;
            width:44px;
            height:44px;
            background-color:#166fe5;
            color:#fff;
            border:none;
            cursor:pointer;
            transition: all 0.3s ease;
            margin-top:8px;
        }
        .dawxin-more-btn:hover {
            background-color:#0b57c7;
        }
        .dawxin-more-btn::after {
            content:"→";
            font-size:20px;
        }
        .dawxin-card-row {
            display:flex;
            gap: 50px;
        }
        .dawxin-card-item {
            flex:1;
            min-height: 160px;
            display:flex;
            align-items:center;
            justify-content:center;
            gap:14px;
            font-size:28px;
            font-weight:600;
            border:1px solid #e9edf2;
            background:#ffffff;
            color:#111111;
            cursor:pointer;
            transition: all 0.3s ease;
        }
        .dawxin-card-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 8px 20px rgba(22,111,229,0.15);
            background-color:#166fe5;
            color:#ffffff;
            border-color:#166fe5;
        }
        .dawxin-card-item.active-blue {
            background-color:#166fe5;
            color:#ffffff;
            border-color:#166fe5;
        }
        .dawxin-card-item svg {
            width:48px;
            height:48px;
            fill:#166fe5;
            transition: fill 0.3s ease;
        }
        .dawxin-card-item:hover svg,
        .dawxin-card-item.active-blue svg {
            fill:#ffffff;
        }
		  .dawxin-card-item:hover a{color:#fff;}
		    .dawxin-card-item.active-blue a{color:#fff;}
        /* 平板适配 */
        @media screen and (max-width:1200px) {
            .dawxin-content-row {
                flex-direction:column;
            }
            .dawxin-left-img-box,.dawxin-right-text-box {
                width:100%;
            }
            .dawxin-factory-img {
                border-radius:24px;
            }
        }
        /* 手机适配 */
        @media screen and (max-width:768px) {
            .dawxin-full-wrap {
                padding:32px 14px;
            }
            .dawxin-section-title h2 {
                font-size:28px;
            }
            .dawxin-card-row {
                flex-direction:column;
            }
            .dawxin-card-item {
                min-height:110px;
                font-size:22px;
            }
            .dawxin-card-item svg {
                width:38px;
                height:38px;
            }
        }
		
		
		
		.banner_swiper_box  img{max-width:100%;}
		
.dawxin-product-full-wrap{width:100%;background: url(../images/cp.jpg);padding:60px 20px;}
.dawxin-product-main{width:1400px;max-width:100%;margin:0 auto;}

.dawxin-product-header{margin-bottom:50px;display: flex;align-items: center;gap: 50px;flex-wrap: wrap;}
.dawxin-product-header h2{font-size:48px;font-weight:700;color:#000;}
.dawxin-product-header h2 span{color:#166fe5;}
.dawxin-product-header .en-title{font-size:20px;color:#333;margin:6px 0 12px;}
.dawxin-product-header .desc-text{font-size:20px;color:#222;}

/* swiper容器 */
.dawxin-product-swiper{overflow:hidden;padding:40px 0 70px;}
.dawxin-product-swiper .swiper-slide{
    width:260px;
    text-align:center;
}
.dawxin-product-swiper .circle-box{
 position:relative;
}
.dawxin-product-swiper .circle-box2{
    width:260px;
    height:260px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    overflow: hidden;
    }
/* 中间激活项红色下半圈 */
.dawxin-product-swiper .swiper-slide-active .circle-box::after{
    content:"";position:absolute;left:-12px;top:-12px;right:-12px;bottom:-12px;
    border:2px solid #ed2633;border-radius:50%;clip-path:polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}
.dawxin-product-swiper img{max-width:80%;max-height:80%;object-fit:contain;}
.dawxin-product-swiper h4{font-size:24px;color:#000;margin-bottom:8px;}
.dawxin-product-swiper p{font-size:17px;color:#222;line-height:1.5;}

/* 分页器重写样式 */
.dawxin-product-swiper .swiper-pagination-bullet{
    width:14px;
    height:14px;
    background:#b9d2f2;
    opacity:1;
}
.dawxin-product-swiper .swiper-pagination-bullet-active{
    background:#166fe5;
}

@media screen and (max-width:1200px){
    .dawxin-product-header h2{font-size:36px;}
    .dawxin-product-swiper .swiper-slide{width:220px;}
    .dawxin-product-swiper .circle-box{width:220px;height:220px;}
}
@media screen and (max-width:768px){
    .dawxin-product-full-wrap{padding:32px 14px;}
    .dawxin-product-header h2{font-size:30px;}
    .dawxin-product-header .desc-text{font-size:16px;}
    .dawxin-product-swiper .swiper-slide{width: 260px;}
    .dawxin-product-swiper .circle-box{width: 260px;height: 260px;margin-bottom: 50px;}
}





.dawxin-news-full-wrap{
    width:100%;
    background:#0f1724;
    background-image: url('../images/news.jpg'); /*填入你的背景图地址*/
    background-size:cover;
    background-position:center;
    padding:70px 20px;
    color:#fff;
}
.dawxin-news-main{
    width:1400px;
    max-width:100%;
    margin:0 auto;
}
/*头部：标题+描述一行居中；tab在右上角*/
.dawxin-news-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
}
.dawxin-news-title-box{
    display:flex;
    align-items:center;
    gap:24px;
}
.dawxin-news-title-box .title-wrap{
    display:flex;
    flex-direction:column;
}
.dawxin-news-title-box h2{
    font-size:52px;
    font-weight:700;
    white-space:nowrap;
}
.dawxin-news-title-box h2 span{
    color:#2176f7;
}
.dawxin-news-title-box .en-sub{
    font-size:22px;
    opacity:0.85;
    margin-top:4px;
}
.dawxin-news-title-box .desc-text{
    font-size:20px;
    opacity:0.9;
}

/*tab选项卡*/
.dawxin-news-tabs{
    display:flex;
    gap:16px;
}
.dawxin-news-tabs .tab-item{
    font-size:18px;
    padding:8px 22px;
    border-radius:30px;
    cursor:pointer;
    transition:all 0.3s ease;
}
.dawxin-news-tabs .tab-item.active{
    background:#2176f7;
    color:#fff;
}
.dawxin-news-tabs .tab-item.normal{
    background:transparent;
    color:#fff;
}
.dawxin-news-tabs .tab-item.normal:hover{
    background:rgba(33,118,247,0.2);
}

/*新闻卡片容器*/
.dawxin-news-content-wrap{}
.dawxin-news-panel{
    display:none;
}
.dawxin-news-panel.active{
    display:flex;
    gap:24px;
}

/*大卡片 左侧+底部蓝色边框*/
.dawxin-news-card-big{
    width:440px;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    color:#000;
    border-left:5px solid #2176f7;
    transition:transform 0.3s ease,box-shadow 0.3s ease;
}
.dawxin-news-card-big:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,0.25);
}
.dawxin-news-card-big .img-box{
    width:100%;
    height:300px;
    overflow:hidden;
}
.dawxin-news-card-big .img-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 0.4s ease;
}
.dawxin-news-card-big:hover .img-box img{
    transform:scale(1.05);
}
.dawxin-news-card-big .info{
    padding:20px;
    border-bottom:5px solid #2176f7;
}
.dawxin-news-card-big .date{
    font-size:18px;
    color:#222;
    font-weight: 600;
    margin-bottom:8px;
}
.dawxin-news-card-big .text{
    font-size: 18px;
    color:#444;
    line-height:1.5;
    margin-bottom:14px;
}
.dawxin-news-card-big .btn-more{
    width:44px;height:44px;
    background:#2176f7;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    cursor:pointer;
    transition:background 0.3s ease;
}
.dawxin-news-card-big .btn-more:hover{
    background:#155ecd;
}

/*右侧两个卡片横向并排，不再上下堆叠*/
.dawxin-news-card-small{
    flex:1;
    display:flex;
    gap:24px;
}
.dawxin-news-card-item{
    flex:1;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    color:#000;
    display:flex;
    flex-direction:column;
    transition:transform 0.3s ease,box-shadow 0.3s ease;
}
.dawxin-news-card-item:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,0.25);
}
.dawxin-news-card-item .top{
    padding: 35px;
    border-bottom:1px solid #ddd;
}
.dawxin-news-card-item .top h3{
    font-size:22px;
    font-weight: 600;
    line-height:1.4;
    color:#111;
    transition:color 0.3s;
}
.dawxin-news-card-item:hover .top h3{
    color:#2176f7;
}
.dawxin-news-card-item .bottom{
    padding: 35px;
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    margin-top: 50px;
}
.dawxin-news-card-item .date{
    font-size: 18px;
    color:#222;
    margin-bottom:10px;
    font-weight: 600;
}
.dawxin-news-card-item .text{
    font-size:16px;
    color:#444;
    line-height: 1.8;
    margin-bottom:14px;
}
.dawxin-news-card-item .btn-more{
    font-size:22px;
    color:#2176f7;
    cursor:pointer;
    transition:color 0.3s ease,transform 0.2s ease;
    width:fit-content;
}
.dawxin-news-card-item .btn-more:hover{
    color:#155ecd;
    transform:translateX(4px);
}


@media screen and (max-width:1200px){
    .dawxin-news-head{
        flex-direction:column;
        gap:24px;
        align-items:flex-start;
    }
    .dawxin-news-title-box{
        flex-direction:column;
        align-items:flex-start;
        gap:8px;
    }
    .dawxin-news-panel.active{
        flex-wrap:wrap;
    }
    .dawxin-news-card-big{
        width:100%;
    }
    .dawxin-news-card-small{
        width:100%;
    }
}
@media screen and (max-width:768px){
    .dawxin-news-full-wrap{
        padding:40px 14px;
    }
    .dawxin-news-title-box h2{
        font-size:36px;
    }
    .dawxin-news-title-box .en-sub{
        font-size:18px;
    }
    .dawxin-news-title-box .desc-text{
        font-size:16px;
    }
    .dawxin-news-card-big .img-box{
        height:220px;
    }
    .dawxin-news-card-small{
        flex-direction:column;
    }
}


.dawxin-factory-img {
    position: relative;
    display: block;
    overflow: hidden;
}
.dawxin-factory-img img{
    width: 100%;
    height: auto;
    display: block;
}
/* 播放圆形按钮 */
.dawxin-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 9; /* 提高层级防止被遮挡 */
}
.dawxin-play-btn:hover {
    background: rgba(0, 0, 0, 0.75);
    transform: translate(-50%, -50%) scale(1.08);
}
/* 播放三角形 */
.dawxin-play-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 26px solid #fff;
    margin-left: 4px;
    position: relative;
    z-index: 2;
}
/* 双层波纹 */
.dawxin-play-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    animation: dawxin-ripple 1.8s infinite ease-out;
    z-index: -1;
}
.dawxin-ripple-second {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    animation: dawxin-ripple 1.8s infinite ease-out;
    animation-delay: 0.9s;
    z-index: -1;
}
@keyframes dawxin-ripple {
    0% {
        transform: scale(1);
        opacity: 0.55;
    }
    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}
/* 视频弹窗遮罩 */
.dawxin-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
/* 弹窗内容容器 */
.dawxin-modal-wrap {
    position: relative;
    width: 90%;
    max-width: 900px;
}
/* 关闭按钮 移动端微调位置 */
.dawxin-modal-close {
    position: absolute;
    right: -20px;
    top: -25px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
@media (max-width:768px){
    .dawxin-modal-close {
        right: 0px;
        top: -35px;
    }
    .dawxin-play-btn{
        width: 60px;
        height: 60px;
    }
    .dawxin-play-btn::after{
        border-top-width:12px;
        border-bottom-width:12px;
        border-left-width:20px;
    }
}
.dawxin-modal-close::before,
.dawxin-modal-close::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background: #fff;
    top: 12px;
    left: 0;
}
.dawxin-modal-close::before {transform: rotate(45deg);}
.dawxin-modal-close::after {transform: rotate(-45deg);}
.dawxin-modal-wrap video {
    width: 100%;
    display: block;
}