/* 轮播图样式 */
	        .hero-swiper {
	           
	        }
	        .hero-swiper .swiper-slide {
	            background-size: cover;
	            background-position: center;
	            height: 100%;
	        }
	        .hero-swiper .swiper-button-next,
	        .hero-swiper .swiper-button-prev {
	            color: #fff;
	            font-size: 24px;
	        }
	        .product-swiper a{text-decoration:none;color:#444;font-size:0.9rem;}
	        .product-swiper a:Hover{color:rgb(13,110,253)}
	        .product-swiper img{aspect-ratio: 1 / 1;}
	        
	        /* 产品分类导航 */
	        .product-categories {
	            display: flex;
	            justify-content: center;
	            gap: 20px;
	            margin: 30px 0;
	            flex-wrap: wrap;
	        }
	        .category-item {
	            text-align: center;
	            padding: 10px;
	            transition: transform 0.3s;
	        }
	        .category-item:hover {
	            transform: translateY(-5px);
	        }
	        .category-icon {
	            width: 60px;
	            height: 60px;
	            background-color: var(--light-gray);
	            border-radius: 50%;
	            display: flex;
	            align-items: center;
	            justify-content: center;
	            margin: 0 auto 10px;
	        }
	        .category-icon img {
	            width: 30px;
	            height: 30px;
	        }
	        .category-name {
	            font-size: 14px;
	            color: #666;
	        }
			.pore{position:relative;max-width:1240px;margin:0px auto;text-align:center;}
			.pore img{max-width:90%;margin-bottom:1rem;}
	        /* 产品展示区域 */
	        .product-section {
	            padding: 50px 0;
	        }
	        .section-title {
	            text-align: center;
	            margin-bottom: 40px;
	            font-size: 28px;
	            font-weight: 700;
	            color: var(--dark-blue);
	            width:100%;
	        }
	        .section-title::after{left:49%;bottom:-20px;}
	        .section-subtitle {
	            text-align: center;
	            margin-bottom: 50px;
	            font-size: 16px;
	            color: #666;
	        }
	        .whor .section-title {text-align:left;}
	        .whor .section-title::after{left:0;bottom:-10px;}
	        .product-title a{text-decoration:None;color:#444;}
	        .product-title:hover a{color:rgb(11,110,253)}
	        .product-card {
	            border: 1px solid #eee;
	            border-radius: 4px;
	            overflow: hidden;
				padding:5px;
				display:flex;
	            transition: transform 0.3s, box-shadow 0.3s;
	            height: 100%;
	        }
	        .product-card:hover {
	            transform: translateY(-10px);
	            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	        }
	        .say{ box-shadow: 0 10px 20px rgba(0,0,0,0.1);padding:1rem;height:100%;}
	        .product-image {
	            height: auto;
	            overflow: hidden;
	            position: relative;
				width:48%;
				margin-right:1%;
				float:left;
	        }
	        .product-image img {
	            width: 100%;
	            height: 100%;
	            object-fit: cover;
	            transition: transform 0.3s;
	        }
	        .product-card:hover .product-image img {
	            transform: scale(1.1);
	        }
	        .product-info {
	            padding: 20px;
				width:50%;
				float:left;
	        }
	        .product-title {
	            font-size: 18px;
	            font-weight: 600;
	            margin-bottom: 10px;
	        }
	        .product-description {
	            font-size: 14px;
	            color: #666;
	            margin-bottom: 15px;
	        }
	        .product-specs {
	            font-size: 14px;
	            color: #888;
	            margin-bottom: 15px;
	        }
	        .product-specs p {
	            margin-bottom: 5px;
	        }
	        .btn-primary {
	            background-color: var(--secondary-color);
	            border: none;
	            padding: 8px 20px;
	            border-radius: 5px;
	            font-weight: 500;
	        }
	        .btn-primary:hover {
	            background-color: #c82333;
	        }
	        /* WHO WE ARE 部分 */
	        .who-we-are {
	            background-color: var(--light-gray);
	            padding: 50px 0;
	        }
	        .who-we-are-content {
	            display: flex;
	            align-items: center;
	            gap: 30px;
	        }
	        .who-we-are-text {
	            flex: 1;
	            background-color: var(--dark-blue);
	            color: #fff;
	            padding: 30px;
	            border-radius: 10px;
	        }
	        .who-we-are-image {
	            flex: 1;
	            position: relative;
	        }
	        .who-we-are-image img {
	            width: 100%;
	            border-radius: 10px;
	        }
	        .play-button {
	            position: absolute;
	            top: 50%;
	            left: 50%;
	            transform: translate(-50%, -50%);
	            width: 60px;
	            height: 60px;
	            background-color: rgba(255,255,255,0.8);
	            border-radius: 50%;
	            display: flex;
	            align-items: center;
	            justify-content: center;
	            cursor: pointer;
	        }
	        .play-button i {
	            color: var(--dark-blue);
	            font-size: 24px;
	        }
	        /* WHAT THEY SAY 部分 */
	        .testimonials {
	            padding: 50px 0;
	            background-color: #fff;
	        }
	        .testimonial-card {
	            background-color: var(--light-gray);
	            padding: 30px;
	            border-radius: 10px;
	            position: relative;
	        }
	        .testimonial-quote {
	            font-size: 18px;
	            font-style: italic;
	            margin-bottom: 20px;
	            color: #555;
	        }
	        .testimonial-author {
	            font-weight: 600;
	            color: var(--dark-blue);
	        }
	        .testimonial-dots {
	            display: flex;
	            justify-content: center;
	            margin-top: 20px;
	        }
	        .dot {
	            width: 10px;
	            height: 10px;
	            border-radius: 50%;
	            background-color: #ddd;
	            margin: 0 5px;
	            cursor: pointer;
	        }
	        .dot.active {
	            background-color: var(--primary-color);
	        }
	        /* BEST SELLERS 部分 */
	        .best-sellers {
	            padding: 50px 0;
	        }
	        .best-sellers-grid {
	            display: grid;
	            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	            gap: 30px;
	            margin-top: 30px;
	        }
	        .best-seller-card {
	            text-align: center;
	            padding: 0px;
	            border: 1px solid #eee;
	            border-radius: 10px;
	            transition: transform 0.3s;
	        }
	        .best-seller-card:hover {
	            transform: translateY(-5px);
	            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	        }
	        .best-seller-image {
	            width: 100%;
	            height: auto;
	            margin: 0 auto ;
	            
	            display: block;
	            
	        }
	        .best-seller-image img {
	            width: 100%;
	            aspect-ratio: 1 / 1;
	            object-fit: contain;
	        }
	        .best-seller-title {
	            font-size: 16px;
	            font-weight: 600;
	            margin-bottom: 10px;
	        }
	        .best-seller-description {
	            font-size: 14px;
	            color: #666;
	            margin-bottom: 15px;
	        }
	        /* Contact Us 部分 */
	        .contact-us {
	            background:url(../images/cbg.jpg);
	            color: #fff;
	            padding: 50px 0;
	            text-align: center;
	        }
	        .contact-us h2 {
	            font-size: 32px;
	            margin-bottom: 20px;
	        }
	        .contact-us p {
	            font-size: 18px;
	            margin-bottom: 30px;
	        }
	        /* NEWS & CASES 部分 */
	        .news-cases {
	            padding: 50px 0;
	        }
	        .news-grid {
	            display: grid;
	            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	            gap: 30px;
	            margin-top: 30px;
	        }
	        .news-card {
	            border: 1px solid #eee;
	            border-radius: 10px;
	            overflow: hidden;
	            transition: transform 0.3s;
	        }
	        .news-card:hover {
	            transform: translateY(-5px);

	            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	        }
	        .news-image {
	            height: 180px;
	            overflow: hidden;
	        }
	        .news-image img {
	            width: 100%;
	            height: 100%;
	            object-fit: cover;
	        }
	        .news-content {
	            padding: 20px;
	        }
	        .news-title {
	            font-size: 16px;
	            font-weight: 600;
	            margin-bottom: 10px;
	        }
	        .news-title a,.best-seller-title a{color:#444;text-decoration:None;}
	        .news-title a:hover,.best-seller-title a:hover{color:rgb(11,110,253)}
	        .news-date {
	            font-size: 14px;
	            color: #666;
	        }
.swiper-containerb .swiper-slide{text-align:left;align-items:start;}
	        /* 响应式调整 */
	        @media (max-width: 768px) {
	            
	            .who-we-are-content {
	                flex-direction: column;
	            }
	            .best-sellers-grid {
	                grid-template-columns: 1fr;
	            }
	            .news-grid {
	                grid-template-columns: 1fr;
	            }
				.product-image{width:100%;margin-right:0px;}
				.product-card{display:block;}
				.product-info{width:100%;}
				.best-seller-card{text-align:left;}
	        }
			
			
/* 左侧文字区域 */
	        .text-section {
	            background-color: #1a3a6c; /* 深蓝色背景（可根据截图调整） */
	            color: #fff;
	            padding:1.5rem;
	            height: 100%;
	            display: flex;
	            flex-direction: column;
	            justify-content: center;
	        }
	        .text-section h2 {
	            font-size: 1.3rem;
	            margin-bottom: 1.5rem;
	            position: relative;
	        }
	        /* 下划线装饰 */
	        .text-section h2::after {
	            content: '';
	            position: absolute;
	            bottom: -0.8rem;
	            left: 0;
	            width: 60px;
	            height: 4px;
	            background-color: #fff;
	        }
	        .text-section p {
	            font-size: 0.9rem;
	            line-height: 1.8;
	            margin-bottom: 2rem;
	        }
	        .learn-more {
	            color: #fff;
	            text-decoration: none;
	            font-weight: 600;
	            font-size: 1.1rem;
	            display: inline-block;
	            transition: color 0.3s ease;
	        }
	        .learn-more:hover {
	            color: #a0c4ff; /* 悬停时变浅蓝 */
	        }
	        /* 视频区域 */
	        .video-section {
	            position: relative;
	            overflow: hidden;
	            height: 100%;
	            display:block;
	        }
	        .video-section video{height:100%;display:block;}
	        .video-section img {
	            width: 100%;
	            height: 100%;
	            object-fit: cover; /* 保持图片比例并覆盖容器 */
	        }
	        /* 播放按钮 */
	        .play-button {
	            position: absolute;
	            top: 50%;
	            left: 50%;
	            transform: translate(-50%, -50%);
	            width: 70px;
	            height: 70px;
	            background-color: rgba(255, 255, 255, 0.9);
	            border-radius: 50%;
	            display: flex;
	            align-items: center;
	            justify-content: center;
	            cursor: pointer;
	            transition: background-color 0.3s ease;
	        }
	        .play-button:hover {
	            background-color: rgba(255, 255, 255, 1);
	        }
	        .play-button i {
	            color: #1a3a6c;
	            font-size: 28px;
	        }
	        /* 右侧Swiper轮播 */
	        .swiper-container {
	            height: 100%;
	            padding: 2.5rem;
	            background-color: #fff;
	            border: 1px solid #e0e0e0;
	            border-radius: 8px;
	            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	        }
	        .swiper-slide {
	            display: flex;
	            flex-direction: column;
	            align-items: center;
	            text-align: center;
	          
	        }
	        .indexprev1,.indexnext1{position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;}
    .indexprev1:after,.indexnext1:after{font-size:18px;}
    
   .indexprev1:hover,.indexnext1:hover {background-color: #e52a2a;}
	        /* 引号样式 */
	        .quote {
	            font-size: 2.5rem;
	            color: #1a3a6c;
	            margin-bottom: 0;
	            line-height: 1;
	        }
	        /* Testimonial文字 */
	        .testimonial {
	            font-size: 1.2rem;
	            line-height: 1.8;
	            color: #555;
	            margin-bottom: 2rem;
	        }
	        .testimonial p{margin:0px;}
	        /* 作者名字 */
	        .author {
	            font-size: 1.1rem;
	            color: #1a3a6c;
	            font-weight: 600;
	        }
	        /* Swiper分页器样式 */
	        .swiper-pagination {
	            bottom: 0;
	        }
	        .swiper-pagination-bullet {
	            background-color: #1a3a6c;
	            opacity: 1;
	            width: 5px;
	            height: 5px;
	            margin: 0 5px;
	        }
	        .swiper-pagination-bullet-active {
	            background-color: #1a3a6c;
	            width: 10px;
	            border-radius: 6px;
	        }
			
			 /* 自定义样式：匹配原页面视觉 */
        .section-container {
            padding: 5rem 0; /* 上下内边距，模拟原页面间距 */
        }
        .icon-box {
            margin-bottom: 1.5rem; /* 图标与标题的间距 */
        }
        .icon-box i {
            font-size: 3rem; /* 图标大小 */
            color: #dc3545; /* 红色（Bootstrap的danger色） */
        }
        .section-title {
            font-weight: 600; /* 标题加粗 */
            margin-bottom: 2rem; /* 标题与描述的间距 */
        }
        .section-desc {
            font-size: 1rem; /* 描述字体大小 */
            line-height: 1.6; /* 行高，提升可读性 */
            color: #6c757d; /* 灰色（Bootstrap的text-muted） */
        }