@charset "utf-8";
/* ————————————————————————————首页标题样式1———————————————————————————— */
.home_title{ position:relative; z-index:3; text-align:center; padding-bottom: 3%; }
.home_title h3{ margin:0; font-size:42px; color:#777; font-weight: bolder; text-transform:uppercase; font-style-: italic; font-family-: Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif }
.home_title h3::after{ display:none; content:''; width:35px; height:2px; background:#c02828; margin:10px auto 10px;}
.home_title h4{font-size:32px; font-weight:bolder;margin: 0; color:#000;}
@media(max-width:640px){
.home_title{ padding-bottom: 25px; }
.home_title h3{ font-size:40px;}
.home_title h4{ font-size:20px;}
}
@media(max-width:480px){
.home_title h3{ font-size:30px;}
}
/* ————————————————————————————首页圆形按钮———————————————————————————— */
        .button-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-top: 20px;
        }        
        /* 圆形按钮样式 */
        .circle-button {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #00234a;
            text-decoration: none;
            color: white;
            font-size: 1rem;     
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }        
        /* 悬停效果 - 放大 */
        .circle-button:hover {
            transform: scale(1.05);
			color: white;
            background: #015bac;
            box-shadow0: 0 8px 25px rgba(0, 0, 0, 0.4);
        }        
@media (max-width:768px){
      .button-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-bottom: 30px;
        }
}
/* ————————————————————————————首页大图轮播———————————————————————————— */   



.banner-pro{position:relative;width:100%;overflow:hidden;background:#f2f4f7;font-family:"Microsoft YaHei",Arial,sans-serif;}
.banner-pro-track{position:relative;width:300%;left:0;transition:left .6s ease-in-out;}
.banner-pro-slide{position:relative;float:left;width:33.333%;}
.banner-pro-pic{width:100%;overflow:hidden;}
.banner-pro-pic a{display:block;}
.banner-pro-pic img{width:100%;height:auto;display:block;transition:transform .5s ease,filter .5s ease;}

/* ===== 修改：文字颜色改为白色 + 阴影 ===== */
.banner-pro-info{position:absolute;top:50%;left:0;right:0;width:1440px;margin:0 auto;transform:translateY(-50%);z-index:2;}
.banner-pro-info-inner{width:55%;}
.banner-pro-title{font-size:58px;line-height:1.3;font-weight:bold;margin:0 0 15px 0;}
.banner-pro-title a{color:#ffffff;text-decoration:none;transition:color .3s;text-shadow:0 2px 12px rgba(0,0,0,0.5);}
.banner-pro-title a:hover{color:#ffffff;}
.banner-pro-desc{font-size:24px;line-height:1.8;color:#ffffff;margin:0 0 40px 0;text-shadow:0 2px 10px rgba(0,0,0,0.5);}

/* 按钮样式调整 - 半透明背景适配白色文字 */
.banner-pro-btn{display:inline-block;padding:12px 40px;font-size:16px;border-radius:50px;text-decoration:none;cursor:pointer;transition:all .3s;}
.banner-pro-btn-solid{background:#015bac;;color:#ffffff;margin-right:16px;backdrop-filter:blur(4px);}
.banner-pro-btn-solid:hover{background:#015bac;color:#ffffff;}
.banner-pro-btn-line{border:1px solid rgba(255,255,255,0.8);color:#ffffff;background:rgba(255,255,255,0.15);backdrop-filter:blur(4px);}
.banner-pro-btn-line:hover{background:#015bac;color:#ffffff;border-color:#2269d1;}

.banner-pro-pic a:hover img{transform:scale(1.01);filter:brightness(0.99);}

/* ===== 修改：箭头改为白色 ===== */
.banner-pro-prev,.banner-pro-next{position:absolute;top:50%;width:50px;height:50px;line-height:50px;text-align:center;color:#ffffff;border-radius:50%;text-decoration:none;z-index:5;transition:all .3s;transform:translateY(-50%);background:rgba(0,0,0,0.25);backdrop-filter:blur(4px);}
.banner-pro-prev i,.banner-pro-next i{font-size:48px;}
.banner-pro-prev{left:30px;}
.banner-pro-next{right:30px;}
.banner-pro-prev:hover,.banner-pro-next:hover{color:#ffffff;background:rgba(34,105,209,0.7);}

/* ===== 修改：圆点改为白色 ===== */
.banner-pro-dots{position:absolute;bottom:24px;left:0;width:100%;text-align:center;z-index:5;}
.banner-pro-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,0.4);margin:0 6px;cursor:pointer;transition:all .3s;border:1px solid rgba(255,255,255,0.2);}
.banner-pro-dot.active{background:#ffffff;width:30px;border-radius:5px;border-color:#ffffff;}

/* ===== 新增：图片暗色遮罩，提升文字可读性 ===== */
.banner-pro-slide .banner-pro-pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    pointer-events: none;
    z-index: 1;
}

@media screen and (max-width:1500px){
.banner-pro-info{width:94%;margin:0 3%;}
}
@media screen and (max-width:1024px){
.banner-pro-info-inner{width:46%;}
.banner-pro-title{font-size:32px;margin-bottom:18px;}
.banner-pro-desc{font-size:16px;margin-bottom:30px;}
.banner-pro-btn{padding:12px 28px;font-size:15px;}
}
@media screen and (max-width:768px){
/* ===== 修改：移动端显示文字 ===== */
.banner-pro-info{display:block;width:88%;margin:0 6%;}
.banner-pro-info-inner{width:100%;}
.banner-pro-title{font-size:22px;margin-bottom:10px;}
.banner-pro-title a{font-size:22px;}
.banner-pro-desc{font-size:14px;line-height:1.6;margin-bottom:0;}
/* ===== 修改：移动端隐藏按钮 ===== */
.banner-pro-btn{display:none !important;}
.banner-pro-prev,.banner-pro-next{width:28px;height:28px;line-height:28px;font-size:12px;background:rgba(0,0,0,0.3);}
.banner-pro-prev i,.banner-pro-next i{font-size:18px;}
.banner-pro-prev{left:10px;}
.banner-pro-next{right:10px;}
.banner-pro-dots{bottom:12px;}
.banner-pro-dot{width:8px;height:8px;margin:0 4px;}
.banner-pro-dot.active{width:18px;}
}
@media screen and (max-width:480px){
.banner-pro-title{font-size:18px;}
.banner-pro-title a{font-size:18px;}
.banner-pro-desc{font-size:12px;line-height:1.5;}
.banner-pro-prev,.banner-pro-next{width:24px;height:24px;line-height:24px;font-size:10px;}
.banner-pro-prev i,.banner-pro-next i{font-size:14px;}
.banner-pro-dots{bottom:8px;}
}

/* ===== 保留修复轮播重叠的样式 ===== */
.banner-pro-track {
    width: 100% !important;
    display: flex;
}

.banner-pro-slide {
    float: none !important;
    flex: 0 0 100%;
    width: 100% !important;
}



		
/* =================首页关于我们===================== */
        .iabout-container {
        
            width: 100%;
            background: white;
            border-radius: 0px;
            box-shadow0: 0 15px 50px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .iabout-top {
            display: flex;
            padding: 50px 0;
            gap: 40px;
        }

        .iabout-left {
            flex: 0 0 55%;
        }

        .iabout-right {
            flex: 0 0 45%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .iabout-title {
            color: #015bac;
            font-size: 2.0rem;
            font-weight: 500;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .iabout-line {
            height: 1px;
            width: 150px;
            background: #eeeeee;
            margin-bottom: 30px;
            border-radius: 2px;
        }

        .iabout-description {
            color: #2c3e50;
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 40px;
        }

        .iabout-stats {
            display: flex;
            gap: 30px;
            margin-top: 40px;
        }

        .iabout-stat-item {
            flex: 1;
            background: #FFFFFF;
            border-radius: 12px;
            padding: 25px 20px;
            box-shadow-: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .iabout-stat-item:hover {
            transform: translateY(-8px);
            box-shadow-: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .iabout-stat-value {
            display: flex;
            align-items: flex-end;
            margin-bottom: 15px;
        }

        .iabout-stat-number {
            font-size: 2.8rem;
            font-weight: 700;
            color: #000000;
            display: inline-block;
            min-width: 80px;
            animation: iabout-scaleUp 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
            transform-origin: left bottom;
            opacity: 0;
        }

        @keyframes iabout-scaleUp {
            0% {
                transform: scale(0.5);
                opacity: 0;
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .iabout-stat-number:nth-child(1) { animation-delay: 0.2s; }
        .iabout-stat-number:nth-child(2) { animation-delay: 0.4s; }
        .iabout-stat-number:nth-child(3) { animation-delay: 0.6s; }

        .iabout-stat-unit {
            font-size: 1.4rem;
            color: #333333;
            margin-left: 5px;
            margin-bottom: 8px;
        }

        .iabout-stat-label {
            font-size: 1.1rem;
            color: #666666;
            font-weight: 500;
        }

        .iabout-image-container {
            position: relative;
            width: 100%;
            padding-top: 80%; /* 5:4 比例 */
            border-radius: 0px;
            overflow: hidden;
            box-shadow-: 0 15px 35px rgba(0, 0, 0, 0.1);
        }

        .iabout-image-placeholder {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-: linear-gradient(45deg, #3498db, #2ecc71);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            font-weight: 600;
        }

        .iabout-bottom {
            padding: 0 50px 50px;
            display: flex;
            justify-content: center;
        }

        .iabout-button {
            display: inline-block;
            background: #015bac;
            color: white;
            font-size: 1.1rem;
            font-weight: 600;
            padding: 15px 40px;
            border-radius: 0px;
            text-decoration: none;
            transition: all 0.4s ease;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            border: none;
            cursor: pointer;
        }

        .iabout-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
            background: #015bac; color: white;
        }

        .iabout-button:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: 0.5s;
        }

        .iabout-button:hover:before {
            left: 100%;
        }

        /* 平板设备适配 */
        @media (max-width: 992px) {
            .iabout-top {
                padding: 40px 30px;
            }
            
            .iabout-title {
                font-size: 2.4rem;
            }
            
            .iabout-stats {
                gap: 20px;
            }
            
            .iabout-stat-number {
                font-size: 2.4rem;
            }
        }

        /* 移动设备适配 */
        @media (max-width: 768px) {
            .iabout-top {
                flex-direction: column;
                padding: 0px 20px;
            }
            
            .iabout-left {
                order: 2;
            }
            
            .iabout-right {
                order: 1;
                margin-bottom: 30px;
            }
            
            .iabout-bottom {
                order: 3;
                padding: 0 20px 40px;
            }
            
            .iabout-stats {
                flex-direction: column;
                gap: 15px;
            }
            
            .iabout-title {
                font-size: 2rem;
                text-align: center;
            }
            
            .iabout-line {
                margin: 0 auto 25px;
            }
            
            .iabout-description {
                text-align: left;
            }
            
            .iabout-image-container {
                max-width: 400px;
                margin: 0 auto;
            }
        }

        /* 小屏幕手机 */
        @media (max-width: 480px) {
            .iabout-title {
                font-size: 1.8rem;
            }
            
            .iabout-description {
                font-size: 1rem;
            }
            
            .iabout-button {
                width: 75%;
                text-align: center;
            }
        }
		
		
/* ====================================首页产品 */

        
        /* 主容器 */
        .ipro-container {     
            margin: 0 auto;
            padding: 0px 0px 50px 0px;
            font-family: 'Arial', sans-serif;
        }
        
        /* 产品网格 */
        .ipro-products-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
        
        /* 产品项 */
        .ipro-product-item {
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 0px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
        
        .ipro-product-link {
            display: block;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }
        
        /* 产品内容 */
        .ipro-product-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            height: 100%;
        }
        
        /* 产品标题 */
        .ipro-product-title {
            color: #333;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
            text-align: center;
            transition: color 0.3s ease;
        }
        
        /* 产品图片容器 */
        .ipro-product-image-container {
            width: 100%;
            position: relative;
            padding-bottom: 100%; /* 强制1:1宽高比 */
            overflow: hidden;
            border-radius: 4px;
            background: #f9f9f9;
        }
        
        /* 产品图片 */
        .ipro-product-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 0.3s ease;
        }
        
        /* 悬停效果 */
        .ipro-product-item:hover {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transform: translateY(-5px);
        }
        
        .ipro-product-item:hover .ipro-product-title {
            color: #015bac;
        }
        
        .ipro-product-item:hover .ipro-product-image {
            transform: scale(1.05);
        }
        
        /* 移动端响应式 - 修改为保持标题在上、图片在下 */
        @media (max-width: 768px) {
            .ipro-products-grid {
                grid-template-columns: 1fr;
            }
            
            .ipro-product-item {
                margin-bottom: 15px;
            }
            
            /* 保持原有的上下布局 */
            .ipro-product-content {
                flex-direction: column;
                padding: 15px;
            }
            
            .ipro-product-title {
                margin-bottom: 15px;
                text-align: center;
            }
            
            .ipro-product-image-container {
                width: 100%;
                padding-bottom: 100%;
            }
        }
        
        /* 小屏幕手机优化 */
        @media (max-width: 480px) {
            .ipro-product-content {
                padding: 12px;
            }
            
            .ipro-product-title {
                font-size: 14px;
            }
        }
		
		
/* ====================================首页案例 */
        
        /* 容器样式 */
        .icase-container {
   
            margin: 0 auto;
            padding: 20px 0px 50px 0px;
            font-family: 'Arial', sans-serif;
        }
        
        /* 产品网格布局 */
        .icase-products {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 35px;
        }
        
        /* 产品项样式 */
        .icase-product {
            position: relative;
            overflow: hidden;
            border-radius:0px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        .icase-product:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        
        /* 图片容器 - 强制4:3比例 */
        .icase-image-container {
            position: relative;
            width: 100%;
            padding-top: 100%; /* 4:3比例 */
            overflow: hidden;
        }
        
        .icase-product-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .icase-product:hover .icase-product-image {
            transform: scale(1.05);
        }
        
        /* 标题样式 */
        .icase-product-title {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 15px;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            color: white;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            text-shadow: none;
            transition: all 0.3s ease;
        }
        
        .icase-product:hover .icase-product-title {
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
            padding-bottom: 20px;
        }
        
        /* 链接样式 */
        .icase-product-link {
            display: block;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }
        
        /* 响应式设计 */
        @media (max-width: 900px) {
            /* 平板端 - 2列 */
            .icase-products {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 600px) {
            /* 移动端 - 单列 */
            .icase-products {
                grid-template-columns: 1fr;
            }
            
            .icase-product-title {
                font-size: 16px;
                padding: 12px;
            }
        }
		
		/* ====================================首页服务 */
.serve-box{
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
	padding: 3% 0 5% 0;
}
.serve{
    width: 100%;
}
.serve-piclist{
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url('../img/bg_service.jpg');
}
.serve-piclist-words{
    width: 1280px;
    margin: 0 auto;
}
.serve-piclist-words ul li{
    width: 20%;
    height: 500px;
    overflow: hidden;
    float: left;
    background-color: rgba(0,0,0,.3);
    position: relative;
    text-align: center;
    padding: 0 28px;
    box-sizing: border-box;
    border: 1px solid #52505c;
}
.serve-piclist-words ul li:hover{
    background-color: rgba(0,0,0,.5);
}

.serve-piclist-seeay{
    width: 100%;
    height: 164px;
    overflow: hidden;
    transition: all .6s ease-in 0s;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -82px;
}
.serve-piclist-seeay h6{
    width: 102px;
    height: 102px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    overflow: hidden;
	margin: 0;
}
.serve-piclist-seeay h6 i{
    background-repeat: no-repeat;
    display: inline-block;
}
.serve-piclist-seeay hr{
    height: 40px;
    width: 1px;
    border: none;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: -26px;
    transition: all .4s;
}
.serve-piclist-seeay h5{
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
	margin-bottom: 0;
}
.serve-piclist-seeay div{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    width: 80%;
    margin-left: 10%;
    margin-top: 14px;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-bottom: 0;
}
.serve-piclist-words ul li h6 i{width: 60px;height: 60px;margin-top: 22px;}
.serve-piclist-words ul li:nth-child(1) h6 i{background-image: url('../img/serve_ic1.png');}
.serve-piclist-words ul li:nth-child(2) h6 i{background-image: url('../img/serve_ic2.png');}
.serve-piclist-words ul li:nth-child(3) h6 i{background-image: url('../img/serve_ic3.png');}
.serve-piclist-words ul li:nth-child(4) h6 i{background-image: url('../img/serve_ic4.png');}
.serve-piclist-words ul li:nth-child(5) h6 i{background-image: url('../img/serve_ic5.png');}


.serve-piclist-words ul li:hover .serve-piclist-seeay{
    top: 46%;
    height: 252px;
}
.serve-piclist-words ul li:hover .serve-piclist-seeay h6{
    border: 1px solid #015bac;
    background-color: #015bac;
}
.serve-piclist-words ul li:hover .serve-piclist-seeay hr{
    margin-top: -10px;
    transform: rotate(90deg);
}
@media (max-width: 1380px){
	.serve-piclist-words {
	    width: 94%;
	    margin-left: 3%;
	}
}
@media (max-width: 1000px){
	.serve-piclist-words ul li {
	    width: 100%;
	    height: 254px;
	    padding: 0 28px;
	}
	.serve-piclist {
	    width: 100%;
	    height: auto;
	    padding: 10px 0 24px 0;
	    background-image: none;
	    background-color: #2f3e51;
	    overflow: hidden;
	}
	.serve-piclist-words ul li:hover .serve-piclist-seeay {
	    top: 37%;
	}
}
		
		/* ====================================首页新闻 */
.inews{ padding:4% 0 5%;  }
.inews li{ float:left; width:28%; text-align:center; margin-right:8%; }
.inews li:nth-of-type(3){ margin-right:0; }
.inews li .pic{ position:relative;}
.inews li .pic img{ display:block; width:100%; border-radius: 30px 0;}
.inews li .pic .sc{ overflow: hidden; }
.inews li .pic .sc .Ispic{ width:100%; padding-bottom: 75%; border-radius: 30px 0; transition: 0.3s ease; }
.inews li .pic .sc .Ispic:hover{ transform: scale(1.1); }
.inews li .pic a{ display:block; position:relative;}
.inews li .pic time{ position:absolute; font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace; right:-10%; bottom:8%; z-index:10; padding:2% 0 3%; width:40%; max-width:100px; color:#fff; background:#015bac; font-size:20px; font-weight:lighter; border-radius: 8px; }
.inews li .pic time b{ font-size:40px; font-weight: lighter; display:block; line-height:45px; line-height:none;}
.inews li:nth-child(2){ margin-top:4%;}
.inews li .txt{ padding:8% 5% 0;}
.inews li .txt h2{ margin:0;  font-size:18px; font-weight:normal;}
.inews li .txt h2::after{ width:30px; height:2px; background:#015bac; display:none; margin:15px auto; content:'';}
.inews li .txt p{line-height:24px;overflow:hidden;height:48px;margin:0;margin-bottom: 12px;font-size:14px; color:#666;}

@media(max-width:1024px){
.inews li{ width:31%; margin-right:3.5%; }
.inews li .pic time {right:0;}
}
@media(max-width:768px){
.inews li .pic time{bottom:10%; }
.inews li{ width:100%; margin-right:0; }
.inews li .txt{  padding: 30px 20px;}
}
@media(max-width:640px){
.inews li .txt{  padding: 10px;}
}		
		
/* ====================================首页伙伴 */
        .slider-container {
            position: relative;
            overflow: hidden;
            border-radius: 0px;
            border: 0px solid #ecf0f1;
            box-shadow-: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        
        .slider-wrapper {
            display: flex;
            transition: transform 0.6s ease;
        }
        
        .slider-item {
            flex: 0 0 calc(100% / 6);
            aspect-ratio==: 5/2;
			height: 100px;
            border: 1px solid #ecf0f1;
            position: relative;
            overflow: hidden;
            background---: linear-gradient(45deg, #2c3e50, #4a6491);
        }
        
        .slider-item img {
            width: 100%;
            height: 100%;
            object-fit-: cover;
            display: block;
            transition: transform 0.4s ease;
        }
        
        .slider-item:hover img {
            transform: scale(1.05);
        }
        
        .slider-item .number {
            position: absolute;
            top: 10px;
            left: 10px;
            background: rgba(44, 62, 80, 0.85);
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 16px;
            z-index: 2;
        }
        
        .dots-container {
            display: flex;
            justify-content: center;
            margin-top: 25px;
			margin-bottom: 25px;
            gap: 12px;
        }
        
        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #cccccc;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .dot.active {
            background-color: #015bac;
            transform: scale(1.2);
        }
        
        .controls {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 25px;
        }
        
        .control-btn {
            background: linear-gradient(90deg, #3498db, #2980b9);
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 50px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
        }
        
        .control-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(52, 152, 219, 0.4);
        }
        
        .control-btn:active {
            transform: translateY(1px);
        }
        
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .slider-item {
                flex: 0 0 calc(100% / 4);
            }
            
        }
        
        @media (max-width: 768px) {
            .slider-item {
                flex: 0 0 calc(100% / 3);
            }
            
            .container {
                padding: 0px;
            }
            
            .control-btn {
                padding: 10px 20px;
                font-size: 14px;
            }
        }
        
        @media (max-width: 576px) {
            .slider-item {
                flex: 0 0 calc(100% / 2);
				height: 70px;
            }
            
        }
		
/* ==========================首页底部版权========================== */


  
        /* 页脚样式 */
        .footer {
            background: #3f3f3f;
            color: #fff;
            padding: 50px 0px 30px 0px;
            border-radius: 0px;
          
            border: 1px solid #222;
        }
        
        /* 上部分样式 */
        .footer-top {
            display: flex;
            justify-content: space-between;
            padding-bottom: 40px;
            margin-bottom: 40px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        
        .footer-top-left {
            width:100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .footer-column {
            width: 15%;
            min-width=:150px;
        }
		
		        
        .footer-top-right {
            width: 5%;
            min-width: 250px;
        }
        
        .footer-column h3 {
            font-size: 1.25rem;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
            color: #ffffff;
        }
        
        .footer-column h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 0px;
            background: #ffffff;
        }
        
        .footer-column ul {
            list-style: none;
        }
        
        .footer-column ul li {
            margin-bottom: 5px;
        }
        
        .footer-column ul li a {
            color: #ddd;
            text-decoration: none;
            transition: color 0.3s;
            font-size: 0.95rem;
            display: block;
            padding: 3px 0;
        }
        
        .footer-column ul li a:hover {
            color: #ffffff;
            transform: translateX(3px);
        }

        
        .footer-top-right h3 {
            font-size: 1.25rem;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
            color: #ffffff;
        }
        
        .footer-top-right h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 0px;
            background: #ffffff;
        }
        
        .qrcodes {
            display: flex;
            justify-content: space-between;
        }
        
        .qrcode-item {
            text-align: center;
            width: 100%;
        }
        
        .qrcode-item img {
            width: 100%;
            max-width: 130px;
            height: auto;
            border: 1px solid #333;
            border-radius: 8px;
            margin-bottom: 12px;
            background: #fff;
            padding: 5px;
            transition: transform 0.3s;
        }
        
        .qrcode-item img:hover {
            transform: scale(1.05);
        }
        
        .qrcode-item h4 {
            font-size: 1.2rem;
            font-weight: normal;
            color: #ccc;
        }
        
        /* 中部分样式 */
        .footer-middle {
            display: flex;
            justify-content: space-between;
            padding-bottom: 40px;
            margin-bottom: 40px;
            border-bottom: 1px solid #333;
        }
        
        .footer-middle-left, .footer-middle-right {
            width: 48%;
        }
        
        .contact-header {
            display: flex;
            justify-content-: space-between;
            align-items: center;
            margin-bottom: 25px;
		
        }
        
        .contact-header h3 {
            font-size: 1.25rem;
            position: relative;
            padding-bottom: 10px;
            color: #ffffff;
        }
        
        .contact-header h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 0px;
            background: #ffffff;
        }
        
        .social-icons {
            display: flex;
            gap: 12px;padding-left: 30px;
        }
        
        .social-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            transition: all 0.3s;
        }
        
        .social-icon:hover {
            transform: translateY(-1px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        
        .social-icon.whatsapp { background: #25D366; }
        .social-icon.facebook { background: #3b5998; }
        .social-icon.skype { background: #00AFF0; }
        .social-icon.twitter { background: #1DA1F2; }
        .social-icon.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
        
        .contact-info {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .contact-row {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 5px 0;
            background: rgba(255,255,255,0.0);
            border-radius: 8px;
            transition: background 0.3s;
        }
        
        .contact-row:hover {
            background: rgba(76, 175, 80, 0.0);
        }
        
        .contact-row i {
            color: #ffffff;
            font-size: 20px;
            min-width: 30px;
            text-align: center;
        }
        
        .contact-text {
            font-size: 1rem;
            color: #ddd;
        }
        
        .footer-middle-right h3 {
            font-size: 1.25rem;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
            color: #ffffff;
        }
        
        .footer-middle-right h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 0px;
            background: #ffffff;
        }
        
        .address-info {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .address-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 5px 0;
            background: rgba(255,255,255,0.0);
            border-radius: 8px;
            transition: background 0.3s;
        }
        
        .address-item:hover {
            background: rgba(76, 175, 80, 0.0);
        }
        
        .address-item i {
            color: #ffffff;
            font-size: 20px;
            min-width: 30px;
            text-align: center;
            margin-top: 3px;
        }
        
        .address-text {
            font-size: 0.95rem;
            color: #ddd;
            line-height: 1.5;
        }
        
        /* 下部分样式 */
        .footer-bottom{
            display: flex;
            justify-content: space-between;
            padding-top: 0px;
            font-size: 0.9rem;
            color: #aaa;
        }
            .footer-bottom a{
            color: #aaa;
        }
        .footer-bottom-left, .footer-bottom-right {
            padding: 5px 0;
        }
        
        /* 响应式设计 */
        @media (max-width: 1200px) {
            .footer-top-left {
                width: 65%;
            }
            
            .footer-top-right {
                width: 33%;
            }
        }
        
        @media (max-width: 992px) {
            .content {
                flex-direction: column;
            }
            
            .features {
                grid-template-columns: 1fr;
            }
            
            .footer-top-left {
                width: 60%;
            }
            
            .footer-top-right {
                width: 38%;
            }
        }
        
        @media (max-width: 768px) {
            .footer-top, .footer-middle {
                flex-direction: column;
            }
            
            .footer-top-left, .footer-top-right, 
            .footer-middle-left, .footer-middle-right {
                width: 100%;
            }
            
            .footer-top-left {
                margin-bottom: 30px;
            }
            
            .footer-top-right {
                margin-top: 0;
            }
            
            .footer-middle-right {
                margin-top: 40px;
            }
            
            .qrcodes {
                justify-content: flex-start;
                gap: 30px;
            }
            
            .contact-info {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 576px) {

            .footer-column {
                width: 48%;
                margin-bottom: 25px;
            }
            
            .contact-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }
            
            .footer-bottom {
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }
            
            .qrcodes {
                justify-content: space-between;
            }
        }
        
        @media (max-width: 480px) {
            .footer-column {
                width: 100%;
            }
            
            .qrcode-item img {
                max-width: 110px;
            }
        }