/* CSS Document */
{margin:0;padding:0;}

html{
      overflow-x:hidden;
	 }

body{
	background-color:#000;
	color:#FFF;
	
	}
body {
  font-family: 'Noto Sans SC', 'Source Han Sans CN', -apple-system, BlinkMacSystemFont, 
               'Segoe UI', Roboto, 'Microsoft YaHei', sans-serif;
}
.daohang{
	width:100%;
	height:130px;
	border:0px #FFFFFF solid;
	position: fixed;
	background-color:#000;
 
	margin-top:-20px;
	z-index: 4;

	}
.daohang1{
	width:60%;
	margin:0 auto;
	}
 
.daohang1 img{
	width:10%;
 
	margin-top:5px;
	margin-left:50px;

	}
.daohang p{
	font-size:40px;
	color:#4a8eff;
	font-weight:900;
	display:block;
	margin-top:30px;
	}
.daohang span{
	font-size:14px;
	margin-top:-35px;
	display:block;
	margin-left:16px;
	font-weight:900;
	}
.daohang2{
	width:1000px;
	height:100px;
	border:0px #FFFFFF solid;
	float:right;
	margin-top:-120px;
	margin-right:23%;
	}
.daohang2 ul{
	margin-left:100px;
	margin-top:30px;

	}
.daohang2 ul li{
	width:120px;
	height:40px;
	border:0px #FFFFFF solid;
	list-style:none;
	float:left;
	margin-right:10px;
	text-align:center;
	line-height:40px;
	background:#2197b9;
	border-radius:10px;

	}
.daohang2 ul li a{
	text-decoration:none;
	color:#FFF;
	font-family:黑体;
	font-weight: 900;
	font-size:16px;
	
	}
.daohang2 ul li a:hover{
	color:#666;
	}
#li1{
	background:#fedc54;
	border-radius: 20px 20px 20px 20px; 
	width:150px;
	height:50px;
	line-height:50px;
	margin-top:-5px;
	}
#li1 a{

    color:#333;
	font-weight: bold;
	font-size:16px;
}
#li1:hover{
	background-color:#707070;
	}

/*以下是下拉菜单重点*/
.daohang ul li ul {
	margin-left:-70px;/*位置不对，自己挪了挪*/

	display:none;
	height:auto;
	position:absolute;/*清除下拉菜单顶下面banner图，但是会左浮动*/
	margin-top:-5px;
	}
.daohang ul li:hover ul{
	display:block;/*消除下拉菜单的*/
	}

.daohang ul li ul li{
	clear:both;/*清除上级li左浮动*/
	background-color:#2197b9;
	width:150px;
	opacity: 0.6;
	}
	/*使用了banner轮播js后，把二级导航覆盖了，这个问题怎么解决了：二级导航被banner图覆盖的原因主要是z-index的问题‌。解决这个问题的方法包括在导航box上设置position: relative; z-index: 4;，确保其z-index值比banner大。*/
	
	
/*以上是下拉菜单重点*/

.banner {
    width: 1500px; /* 设置轮播图的宽度 */
    overflow: hidden; /* 隐藏超出容器的部分 */
    position: relative; /* 定位容器 */
		margin:0 auto;
	border:0px blue solid;
	width:1500px;
	height:auto;


}

.slides1 {
    display: flex; /* 使用flex布局显示图片 */
    width: 1500px; /* 所有图片宽度之和 */
    transition: transform 0.5s ease; /* 平滑过渡效果 */
	margin:0 auto;
}
 
.slides1 img {
    width: 1500px; /* 每张图片的宽度 */
    flex-shrink: 0; /* 不允许图片缩小 */
	margin-top:120px;
}

.banner11{
	display:none;
	}

.zuopinshangxi{
	width:1400px;
	height:auto;
	border:1px #000000 solid;
	margin:0 auto;
	}
.zuopinshangxi h4{
	text-align:center;
	margin-top:70px;
	font-size:40px;
	font-weight:900;
	}
.zuopinshangxi ul{
	width:1400px;
	height:800px;
	border:1px #000000 solid;
	}
.zuopinshangxi ul li{
	width:300px;
	height:360px;
	border:1px #1b1a1c solid;
	float:left;
	list-style:none;
	margin-right:35px;
	background-color:#1b1a1c;
	margin-bottom:30px;
	
	}
.zuopinshangxi ul li img{
	width:300px;
	height:200px;
	
	}
.zuopinshangxi ul li span{
	color:#FFF;
	text-align:center;
	display:block;
	margin-top:15px;
	font-size:14px;
	font-family:思源黑体;
	font-weight:400;
	}
.zuopinshangxi ul li a{
	text-decoration:none;
	color:#FFF;
	font-family:思源黑体;
	}
.zuopinshangxi ul li h6{
	font-size:16px;
	font-weight:900;
	width:200px;
	text-align:center;
	margin-left:50px;
	margin-top:10px;
	color:#FFF;
	}
.zuopinshangxi ul li p{
	font-size:14px;
	width:200px;
	margin-left:55px;
	margin-top:-30px;
	
	}
#jiantou{
	width:20px;
	position:absolute;
	margin-top:-1px;
	margin-left:5px;
	
	}
#gengduo{
	font-size:12px;
	margin-left:100px;
	color:#FFF;
	margin-top:30px;
	display:block;
	}
#ppp{
	color:#FFF;}
.zuopinshangxi ul li video{
	width:300px;
	}	
#yinxiaoshipin li{
	height:350px;}	
	
	
	
	
	
/* 三标签导航样式 */
.xiaodaohang {
    text-align: center;
    margin-bottom: 20px;
	margin-top:-30px;

           }
.xiaodaohang1 {
    display: inline-flex;
    background-color: #fff;
	border-radius:10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 4px;

	
           }
.nav-tab {
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
            color: #666;
            position: relative;
            font-size: 16px;
            border-radius: 20px;
            margin: 0 2px;
			
        }
        
        .nav-tab.active {
            background-color: #00a1d6;
            color: white;
		
        }
        
        .nav-tab:not(.active):hover {
            color: #00a1d6;
        }	


	/*以下css，上面板块也在调用，下面板块隐藏 */
	
.container {
	width:1400px;
	height:950px;
           
            margin: 0 auto;
			border:1px #000000 solid;
			display:none;
			
        }
.container h4{
	text-align:center;
	margin-top:70px;
	font-size:40px;
	font-weight:900;

	}
/* 三标签导航样式 */
.works-nav {
    text-align: center;
    margin-bottom: 20px;
	margin-top:-30px;
           }
.nav-tabs {
    display: inline-flex;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 4px;
           }
.nav-tab {
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
            color: #666;
            position: relative;
            font-size: 15px;
            border-radius: 20px;
            margin: 0 2px;
        }
        
        .nav-tab.active {
            background-color: #00a1d6;
            color: white;
        }
        
        .nav-tab:not(.active):hover {
            color: #00a1d6;
        }
        
		
		
		
		
		
        /* 内容区域样式 */
        .works-container {
            position: relative;
	
		 
			border:1px #000000 solid;
        }
        
        .works-section {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.5s ease;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            padding: 20px;
			display: none; /* 默认隐藏所有板块 */
        }
#ulxinxiao{
	height:350px;

	}
      
        .works-section.active {
            opacity: 1;
            transform: translateY(0);
            position: relative;
			background-color:#000;
			  display: block; /* 只显示激活的板块 */
        }
	  
        
        /* 视频列表样式 */
        .video-list {
		 
		border:1px #000000 solid;
	 
        }
        
        .video-item {
			float:left;
			margin-right:20px;
          
			width:300px;
			height:220px;
			border:1px #000000 solid;
			list-style:none;
			
		
		
        }
        
        .video-item:hover {
            transform: translateY(-5px);
        }
        
        /* B站iframe容器 */
        .bilibili-embed {
            position: relative;
            width: 100%;
            padding-top: 56.25%; /* 16:9 比例 */
            height: 0;
            overflow: hidden;
            border-radius: 4px;
            background: #000;
        }
        
        .bilibili-embed iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .video-title {
            margin-top: 8px;
            font-size: 14px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color:#FFF;
			margin-left:40px;
        }
        
        /* 响应式调整 */
        @media (max-width: 768px) {
            .nav-tab {
                padding: 8px 15px;
                font-size: 14px;
            }
            
            .video-list {
                grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            }
        }
        
        @media (max-width: 480px) {
            .nav-tab {
                padding: 6px 12px;
                font-size: 13px;
            }
            
            .video-list {
                grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
                gap: 10px;
            }
        }



.guanyuwomen{
	width:1400px;
	height:900px;
	border:1px #000000 solid;
	margin:0 auto;
	}
.guanyuwomen h4{
	text-align:center;
	margin-top:70px;
	font-size:40px;
	width:1070px;
	font-weight:900;
	margin-left:160px;
	}
.guanyuwomen1{
	width:1400px;
	height:220px;
	border:1px #000000 solid;
	margin:0 auto;
	}
.guanyuwomen1 ul{
	width:1400px;
	height:200px;
	border:1px #000000 solid;
	margin:0 auto;
	}
.guanyuwomen1 ul li{
	float:left;
	width:400px;
	height:200px;
	border:1px #000000 solid;
	list-style:none;
	margin-left:35px;
	}
.guanyuwomen1 ul li img{
	width:40px;
	margin-left:140px;
	margin-top:30px;
	}
.guanyuwomen1 ul li h6{
	font-size:30px;
	font-weight:900;
	margin-left:180px;
	margin-top:-45px;
	}
.guanyuwomen1 ul li span{
	font-family:思源黑体;
	font-size:16px;
	margin-left:150px;
	margin-top:-62px;
	display:block;
	font-weight:900;
	}
.guanyuwomen1 ul li p{
	width:300px;
	margin-left:50px;
	font-family:思源黑体;
	font-size:14px;
	}
.guanyuwomen2{
	width:500px;
	height:300px;
	border:1px #000000 solid;
	margin-top:100px;
	margin-left:50px;
	border-radius:20px;
	}
.guanyuwomen2 h5{
	font-size:30px;
	margin-left:50px;
	}
.guanyuwomen2 p{
	margin-left:50px;
	margin-top:-30px;
	width:400px;
	font-size:14px;
	}



.guanyuwomen3{
    width: 700px; /* 设置轮播图的宽度 */
    overflow: hidden; /* 隐藏超出容器的部分 */
    position: relative; /* 定位容器 */
		margin:0 auto;
	border:0px blue solid;
	height:400px;
	margin-top:-350px;
	margin-left:600px;

}
 
.slides {
    display: flex; /* 使用flex布局显示图片 */
    width: 700px; /* 所有图片宽度之和 */
    transition: transform 0.5s ease; /* 平滑过渡效果 */
	margin:0 auto;
	height:400px;
}
 
.slides img {
    width: 700px; /* 每张图片的宽度 */
    flex-shrink: 0; /* 不允许图片缩小 */
	height:400px;
	border-radius:20px;
}

	





















.licheng{
	width:1400px;
	height:800px;
	border:1px #000000 solid;
	margin:0 auto;
	display:none;
	}	
.licheng h4{
	text-align:center;
	margin-top:70px;
	font-size:40px;
	width:1070px;
	font-weight:900;
	margin-left:160px;
	}	
.licheng h6{
	text-align:center;
	margin-top:-30px;
	font-size:20px;
	width:830px;
	font-weight:400;
	margin-left:270px;
	}		
.licheng ul{
	width:1070px;
	height:430px;
	border:1px #000000 solid;
	margin:o auto;
	margin-left:120px;
	}
.licheng ul li{
	width:320px;
	height:170px;
	border:1.5px #4a8eff solid;
	float:left;
	list-style:none;
	margin-left:25px;
	margin-top:30px;
	}	
.licheng ul li p{
	font-size:40px;
	display:block;
	text-align:center;
	color:#4a8eff;
	font-weight:900;
	}	
.licheng ul li span{
	display:block;
	margin-top:-30px;

	text-align:center;
	}	
#licheng1{
	margin-left:200px;}	
	
.hezuoliucheng{
	width:1600px;
	height:660px;
	border:1px #000000 solid;
	margin:0 auto;
	}
.hezuoliucheng h4{
	text-align:center;
	margin-top:70px;
	font-size:40px;
	width:1070px;
	font-weight:900;
	margin-left:250px;
	}	
.hezuoliucheng ul{
	width:1600px;
	height:500px;
	border:1px #000000 solid;
	margin:0 auto;
	margin-top:80px;

	}	
.hezuoliucheng ul li{
	width:260px;
	height:215px;
	border:1px #000000 solid;
	list-style:none;
	float:left;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* 防止内容溢出 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
    cursor: pointer;
	}	
.hezuoliucheng ul li:hover{
	height:430px;
	background-color:#252525;
	}	
.hezuoliucheng ul li img{
	width:150px;
	margin-left:55px;
	margin-top:10px;
	}	
.hezuoliucheng ul li p{
	font-size:16px;
	font-weight:900;
	text-align:center;
	}
.hezuoliucheng ul li span{
	display:block;
	text-align:center;
	width:250px;
	font-size:14px;
	
	}	
#fuwu1{
	width:120px;
	height:40px;
	border:1px blue solid;
	display:block;
	margin-left:60px;
	line-height:40px;
	margin-top:40px;
	background-color:#4a8eff;
	border-radius: 20px 20px 20px 20px; 
	}	
.hezuoliucheng ul li a{
	text-decoration:none;
	color:#FFF;
	}	
	
	
	

.womendefuwu{
	width:1400px;
	height:500px;
	border:1px #000000 solid;
	margin:0 auto;
	display:none;
	}
.womendefuwu h4{
	text-align:center;
	margin-top:70px;
	font-size:40px;
	font-weight:900;

	}	
.womendefuwu ul{
	width:1300px;
	height:300px;
	border:1px #000000 solid;
	margin:0 auto;

	}	
.womendefuwu ul li{
	width:430px;
	height:230px;
	border:1px #000000 solid;
	list-style:none;
	float:left;

	}	
.womendefuwu ul li h5{
	text-align:center;
	font-size:25px;
	}
.womendefuwu ul li hr{
	border:2.5px #4a8eff solid;
	width:200px;
	margin-top:-30px;
	
	}
.womendefuwu ul li span{
	display:block;
	text-align:center;
	width:250px;
	margin-left:90px;
	font-size:13px;
	}	










.zuopin{
        font-family: 'Arial', sans-serif;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
		width:1500px;
		height:1000px;
		border:1px #000000 solid;
		margin:0 auto;
			display:none;
        }

.zuopin h4 {
 
            font-size:40px;
            text-align: center;
			margin-top:-50px;
			margin-bottom:100px;
        }

.carousel-container {
            perspective: 2000px;
            width: 100%;
            max-width: 1400px; /* 适当增加容器宽度 */
            height: 600px; /* 适当增加容器高度 */
            display: flex;
            align-items: center;
            justify-content: center;
        }

.carousel {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            animation: rotate 30s infinite linear; /* 30s是旋转速度 */
        }

.carousel-slide {
            position: absolute;
            width: 600px; /* 图片宽度调整为2倍以上 */
            height: 400px; /* 高度适当调整 */
            left: 50%;
            top: 50%;
            margin-left: -300px; /* 宽度的一半，确保居中 */
            margin-top: -200px; /* 高度的一半，确保居中 */
            transform-origin: center;
            transition: transform 0.5s, opacity 0.5s;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            background: #000;
        }

.carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

.carousel-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
            padding: 20px;
            color: #fff;
        }

.carousel-content h3 {
            font-size: 16px;
            margin-bottom: 5px;
        }

.carousel-content p {
            font-size: 14px;
            opacity: 0.8;
        }

        /* 3D旋转动画 */
 @keyframes rotate {
            0% {
                transform: rotateY(0deg);
            }
            100% {
                transform: rotateY(360deg);
            }
        }

        /* 暂停动画，当鼠标悬停时 */
.carousel-container:hover .carousel {
            animation-play-state: paused;
        }

        /* 调整每张幻灯片的位置 */
.carousel-slide:nth-child(1) { transform: rotateY(0deg) translateZ(600px); } /* 增加translateZ距离以适应宽图 */
.carousel-slide:nth-child(2) { transform: rotateY(72deg) translateZ(600px); }
.carousel-slide:nth-child(3) { transform: rotateY(144deg) translateZ(600px); }
.carousel-slide:nth-child(4) { transform: rotateY(216deg) translateZ(600px); }
.carousel-slide:nth-child(5) { transform: rotateY(288deg) translateZ(600px); }

        /* 当前显示的幻灯片放大 */
.carousel-slide.active {
            transform: rotateY(0deg) translateZ(700px) scale(1.1); /* 增加translateZ和scale值 */
            opacity: 1;
        }

        /* 全端口按钮 */
.full-portfolio {
            margin-top: 30px;
        }

.full-portfolio a {
            display: inline-block;
            padding: 12px 30px;
            background-color: #007bff;
            color: #fff;
            text-decoration: none;
            border-radius: 30px;
            font-weight: bold;
            transition: background-color 0.3s;
        }

.full-portfolio a:hover {
            background-color: #0056b3;
        }







.xinbanner{
	width:100%;
	height:1070px;
	border:1px #000000 solid;
	margin:0 auto;

	}
.xinbanner h4{
	font-size:40px;
	text-align:center;
	margin-bottom:-10px;
	}
#zhong{
	width:40%;
	height:600px;
	position:absolute;
	margin-left:800px;
	margin-top:100px;
	}
#zuo1{
	width:17.5%;
		height:600px;
		margin-left:25px;
				margin-top:100px;
	}
#zuo2{
	width:12%;
		height:600px;
		margin-top:100px;
		
	}
#you1{
	width:15%;
		height:600px;
		position:absolute;
	margin-left:1070px;
	margin-top:100px;
	}
#you2{
	width:10%;
		height:600px;
		position:absolute;
	margin-left:1480px;
	margin-top:100px;
	}
#landi{
	width:300px;
	height:70px;
	text-decoration:none;
	color:#FFF;
	border-radius:20px;
	display:block;
	margin-left:1130px;
	background:#4a8eff;
	margin-top:70px;
	font-size:25px;
	font-weight:700;
	line-height:70px;
	text-align:center;
	}
#landi:hover{
	background:#666;
	}




































.hezuo{
		width:1500px;
		height:500px;
		border:1px #000000 solid;
		margin:0 auto;	
	}
.hezuo h4{
            font-size: 40px;
            text-align: center;
			margin-top:-10px;
		
	}
#h401{
	color:#4a8eff;
	}
.hezuo1{
		width:1500px;
		height:800px;
		border:1px #000000 solid;
		margin:0 auto;	
	}	
	
	
	
	.image-list {
            list-style: none;
            padding: 0;
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
			margin-left:100px;
			width:1400px;
			
        }

        /* li 的默认样式（蓝色阴影） */
        .image-list li {
             width: 140px;
			height:100px;
            border-radius: 8px;
            padding: 10px;
            background:#000;
            box-shadow: 0 0 8px rgba(52, 152, 219, 1); /* 最大化阴影 */
            transition: all 0.3s ease;
			margin-top:2px;
			float:left;
			margin-left:30px;
			
        }

        /* 图片的默认样式（蓝色阴影） */
        .image-list img {
            width: 130px;
			height:130px;
            display: block;
            border-radius: 8px;
            filter: drop-shadow(0 4px 8px rgba(52, 152, 219, 0.5)); /* 图片的蓝色阴影 */
            transition: all 0.3s ease;
			margin-top:-15px;
			margin-left:5px;
        }

        /* 悬停效果：li 和图片阴影均放大 */
        .image-list li:hover {
            box-shadow: 0 8px 16px rgba(52, 152, 219, 1); /* li 阴影扩大 */
            transform: translateY(-5px); /* li 上浮 */
        }

        .image-list li:hover img {
            transform: scale(1.05); /* 图片放大 */
            filter: drop-shadow(0 8px 16px rgba(52, 152, 219, 0.7)); /* 图片阴影加深 */
        }






  /*以下隐藏了*/ 
  .xinxinwen {
            max-width: 1300px;
            margin: 0 auto;
           
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
			height:1100px;
			display:none;
        }

        /* 小导航样式 */
	.portfolio-nav {
        
           
		margin-left:270px;
        }

        .nav-item {
            padding: 15px 30px;
            background: none;
            border: none;
            cursor: pointer;
            font-size: 45px;
            font-weight: bold;
            color:#FFF;
            transition: all 0.3s ease;
            position: relative;
			
        }

        .nav-item:hover {
            color: #3498db;
        }

        .nav-item.active {
            color: #3498db;
        }

        .nav-item.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #3498db;
        }

        /* 作品内容区域 */
        .portfolio-content {
            position: relative;
            height: 500px;
        }

        .project {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 40px;
            box-sizing: border-box;
            opacity: 0;
            transform: translateX(20px);
            transition: all 0.5s ease;
            pointer-events: none;
            list-style: none;
        }

        .project.active {
            opacity: 1;
            transform: translateX(0);
            pointer-events: auto;
        }

        .project-info {
            margin-bottom: 20px;
			color:#FFF;
			width:1300px;
			height:500px;
			border:1px #000000 solid;
        }
.project-info img{
	width:400px;
	float:right;
	margin-top:-230px;
	margin-right:100px;
	}
        .project-info h2 {
            font-size: 28px;
            margin-bottom: 15px;
            color: #FFF;
        }

        .project-info p {
            color: #FFF;
            line-height: 1.6;
            margin-bottom: 25px;
			width:700px;
        }
.project-info a{
	color:#c3c3c4;
	text-decoration:none;
	}

        .btn {
            display: inline-block;
            padding: 10px 20px;
            background-color: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s;
        }

        .btn:hover {
            background-color: #2980b9;
        }

        .project-image {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            margin-top: 20px;
        }

        .project-image img {
            width:300px;
          
            object-fit: cover;
			float:right;
			
        }

        /* 项目列表样式 */
        .project-list {
            padding: 0;
            margin: 0;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .project-item {
            flex: 1;
            display: flex;
            flex-direction: column;
			width:1250px;
			height:300px;
			border:1px #000000 solid;
			margin-left:50px;
        }


  /*以上隐藏了*/ 
  
  
 .main-container {
            max-width: 1300px;
            margin: 0 auto;
			height:660px;
			border:1px #000000 solid;
			display:none;
			 
        }

        
        /* 导航标签样式 */
        .tab-nav {
            display: flex;
            margin-bottom: 15px;
          
			background:#000;
			margin-left:320px;
			width:750px;
		 
		 
		 
		 
        }
        
        .tab-item {
            padding: 10px 20px;
            color:#FFF;
         
            
            cursor: pointer;
            transition: all 0.3s;
			 
			 
			margin-left:10px;
		 
			margin-top:2px;
			font-size:40px;
			font-weight:900;
        }
        
        .tab-item:hover {
			border-bottom:2px #2197b9 solid;
			 
        }
        
        .tab-item.active {
        border-bottom:2px #2197b9 solid;
		color:#2197b9;
           
        }
        
        .news-container {
            display: flex;
            background: #000;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
			border:1px #000000 solid;
			height:500px;
        }
#tech{
	background:2px #FF0000 solid;
	}
        
        /* 左侧新闻列表 */
        .news-list {
            flex: 1;
            padding: 20px;
			border:1px #000000 solid;
        }
        
        .news-panel {
            display: none;
        }
        
        .news-panel.active {
            display: block;
			height:600px;
			widows:800px;
			border:1px #000000 solid;
        }
        
        .news-list ul {
            list-style: none;
			widows:800px;
			height:600px;
			border:1px #000000 solid;
        }
        
        .news-list li {
            padding: 15px 0;
            border-bottom: 1px solid #eee;
			width:800px;
			height:50px;
			 
			margin-top:20px;
			line-height:50px;
        }
       
        .news-list li:last-child {
            
        }
        
        .news-title {
            font-size: 15px;
            font-weight: bold;
            color:#FFF;
            text-decoration: none;
            transition: color 0.2s;
        }
        
        .news-title:hover {
            color: #0066cc;
        }
        
        .news-meta {
            font-size: 14px;
            color: #999;
            margin-top: 5px;
        }
        
        /* 右侧缩略图区域 */
        .thumbnail-panel {
            width: 400px;
            height: 400px;
            position: relative;
            border-left: 1px solid #eee;
            background: #f9f9f9;
			margin-right:60px;
			margin-top:35px;
			background-image:url(image/0dddc70985d633ab80adb8dfad052d1.png);
        }
        
        .thumbnail-display {
            position: sticky;
          
            width: 400px;
            height: 400px;
         
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .thumbnail-display img {
            width: 400px;
           
            object-fit: contain;
            display: none;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .news-container {
                flex-direction: column;
            }
            
            .thumbnail-panel {
                width: 100%;
                height: 200px;
                border-left: none;
                border-top: 1px solid #eee;
            }
            
            .thumbnail-display {
                position: static;
                height: 180px;
            }
        }  
  
  
 
 
 
 
 
 
  .carousel-container1 {
            width: 100%;
            height: 1000px;
            position: relative;
            overflow: hidden;
            perspective: 1000px;
			display:none;
        }
  .carousel-container1 h4 {
 
            font-size: 40px;
            text-align: center;
			margin-bottom:-170px;
			 
        }


        .carousel-track {
            position: relative;
            height: 1000px;
            transform-style: preserve-3d;
            transition: transform 1s;
        }

        .carousel-item {
            position: absolute;
            width: 800px;
            height: 500px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.5s ease;
            transform-style: preserve-3d;
        }

        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        /* 位置计算 */
        .carousel-item:nth-child(1) { transform: translate(-150%, -50%) rotateY(60deg) scale(0.8); }
        .carousel-item:nth-child(2) { transform: translate(-75%, -50%) rotateY(45deg) scale(0.9); }
        .carousel-item:nth-child(3) { transform: translate(-50%, -50%) rotateY(0deg) scale(1); z-index: 2; }
        .carousel-item:nth-child(4) { transform: translate(25%, -50%) rotateY(-45deg) scale(0.9); }
        .carousel-item:nth-child(5) { transform: translate(100%, -50%) rotateY(-60deg) scale(0.8); }

        /* 悬停暂停 */
        .carousel-container:hover .carousel-track {
            animation-play-state: paused;
        }
 
 
 #gengduo9{
	display:block;
	width:200px;
	height:50px;
	border:0px blue solid;
	margin-left:1150px;
	margin-top:-100px;
	line-height:50px;
	text-align:center;
	font-family:思源黑体;
	font-size:18px;
	text-decoration:none;
	color:#FFF;
	background-color:#2197b9;

	}
#gengduo9:hover{
	background-color:#F30;
	} 
 
 
 
.chanpinxinwen{
	width:63%;
	height:700px;
	border:0px #FFFFFF solid;
	margin:0 auto;
	} 
.chanpinxinwen1{
	width:49%;
	height:700px;
	border:0px #FFFFFF solid;
	float:left;
	} 
.chanpinxinwen2{
	width:50%;
	height:700px;
	border:0px #FFFFFF solid;
	float:right;
	}  
.chanpinxinwen ul li{
	width:100%;
	height:90px;
	border:0px #FFFFFF solid;
	list-style:none;
	border-bottom:1px #999999 solid;
	margin-bottom:20px;
	} 
.chanpinxinwen ul li img{
	width:10%;
	float:right;
	margin-top:-75px;
	margin-right:30px;
	} 
.chanpinxinwen h4{
	text-align:center;
	font-size:40px;
	margin-bottom:60px;
	}
.chanpinxinwen p{
	font-size:12px;
	width:80%;
	} 
.chanpinxinwen span{
	font-size:12px;
	}  
.chanpinxinwen a{
	text-decoration:none;
	} 
 
 
 
 
 
 
.xinwenxin{
	width:50%;
	height:1000px;
	border:1px #000000 solid;
	margin:0 auto;
	}
.xinwenxin h4{
	font-size:40px;
	text-align:center;
	}
.content{

	}
.content a{
	color:#CCC;

	}
 .content1{
	 float:right;
	 margin-top:-510px;
	 
	}
  .content1 img{
	  height:490px;
	  width:400px;
	  }

 
         /* 导航样式 */
        .category-nav {
            display: flex;
            gap: 30px;
            margin-bottom: 20px;
            
		
        }

        .category {
            cursor: pointer;
            padding: 10px 20px;
            font-size: 18px;
            color: #666;
            transition: all 0.3s;
        }
.category {
	margin-left:300px;
	font-size:30px;
	
	
	}




 
		
        .category.active {
            color: #2196F3;
            border-bottom: 2px solid #2196F3;
            margin-bottom: -2px;
        }

        /* 文章列表样式 */
        .article-list {
            list-style: none;
			width:60%;
			margin-left:30px;
			margin-top:50px;
        }

        .article-item {
            padding: 15px;
            margin-bottom: 10px;
			border-bottom:1px #999999 solid;
            border-radius: 6px;
            transition: background 0.3s;
	
		
        }

        .article-item:hover {
            background:;
        }

        .article-title {
            font-size: 16px;
            margin-bottom: 8px;
            color: #333;
        }

        .article-excerpt {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

        /* 隐藏非活动内容 */
        .hidden {
            display: none;
        }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 




















.dibu{
	width:1600px;
	height:330px;
	border:0px blue solid;
	margin:0 auto;
	}
.dibu1{
	width:1600px;
	height:280px;
	border:0px #999999 solid;
	margin:0 auto;
	}
.dibu1 ul {
	width:1580px;
	height:230px;
	border:0px blue solid;
	}
.dibu1 ul li{
	width:290px;
	height:230px;
	border:0px blue solid;
	list-style:none;
	float:left;
	margin-left:20px;
	}
.dibu1 ul li a{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	
	}
.dibu1 ul li img{
	width:30%;
	}
#dibup{
	display:block;

	
	}
#dibutu2{
	margin-left:100px;
	margin-top:-120px;
	display:block;
	}
#dibutu1{
	margin-left:-10px;
	margin-top:50px;

	}

	

.dibu1 ul li p{
	font-size:14px;
	font-family:思源黑体;
	line-height:30px;
	margin-left:20px;
	}

#dibup{
	display:block;
	text-align:center;
	font-size:12px;
	}
#dibup a{
	text-decoration:none;
	font-size:14px;
	font-family:思源黑体;
	color:#FFF;
	}
.dibu2{
	display:block;
	text-align:center;
	font-family:思源黑体;
	font-size:14px;
	height:20px;
	width:1000px;
	border:0px blue solid;
	margin:0 auto;
	margin-top:10px;
	}

.dibu2 span{
	font-family:思源黑体;
	font-size:14px;
	}
.dibu2 a{
	text-decoration:none;
	color:#FFF;
	}








/*移动端样式*/
@media screen and (min-width:360px) and (max-width:767px)  {
	
	{margin:0;padding:0;}
html{
      overflow-x:hidden;
	 }
body{
	background-color:#000;
	color:#FFF;
	}

.daohang{
	width:96%;
	height:80px;
	border:0px #FFFFFF solid;
	margin:0 auto;
	position:absolute;
	}
.daohang ul li ul li {
	display:none;
	}

.daohang1 img{
	width:30%;
	margin-left:-30%;


	}

.daohang2 ul{
	width:50%;
	height:50px;
	border:0px #FFFFFF solid;
	float:right;
	margin-right:-25%;
	margin-top:50px;
	}	
#li1{
	display:none;
	}	
.daohang2 ul li{
	margin-right:-35px;
	width:20%;
	height:40px;
	border:0px #FFFFFF solid;
	
	}
.daohang2 ul li a{
	 font-size:10px;

	 }	
.banner{
	display:none;
	
	}
.banner11{
	width:96%;
	height:200px;
	border:1px #000000 solid;
	margin:0 auto;
 position:absolute;
 display:block;
 margin-top:100px;
 margin-bottom:100px;
 


	}
.banner11 img{
	width:100%;

		}
.zuopinshangxi{
	width:96%;
	height:830px;
	border:1px #000000 solid;
	margin:0 auto;
	display:block;
	margin-top:250px;
	position:absolute;
	}
.zuopinshangxi h4{
	font-size:30px;
	}
.zuopinshangxi ul{
	width:100%;
	margin-left:-30px;
	}
.zuopinshangxi ul li{
	width:40%;
	height:140px;
	border:1px #000000 solid;
	margin-top:-20px;
	}
.zuopinshangxi ul li img{
	width:100%;
	height:100px;
	}
.zuopinshangxi ul li span{
	display:none;
	}
.zuopinshangxi ul li p{
	display:none;
	}
.zuopinshangxi ul li h6{
	font-size:12px;
	margin-left:-17px;
	}
.zuopinshangxi ul li video{
	width:100%;
	height:100px;
	
	}

#section2 ul li{
	width:40%;
	height:140px;
	}








.guanyuwomen{
	width:96%;
	height:720px;
	border:1px #000000 solid;
	margin:0 auto;
	position:absolute;
	margin-top:1100px;
	display:block;
	}
.guanyuwomen h4{
	text-align:left;
	font-size:30px;
	font-weight:900;
	margin-top:-10px;

	}
.guanyuwomen1{
	width:96%;
	height:230px;
	border:1px #000000 solid;
	margin:0 auto;
	}
.guanyuwomen1 ul{
	width:96%;
	height:230px;
	border:1px #000000 solid;
	margin:0 auto;
	margin-left:-30px;
	}
.guanyuwomen1 ul li{
	float:left;
	width:31%;
	height:200px;
	border:1px #000000 solid;
	list-style:none;
	margin-left:5px;
	
	}
.guanyuwomen1 ul li img{
	width:16%;
	margin-left:15px;
 
 
	}
.guanyuwomen1 ul li h6{
	font-size:20px;
	font-weight:900;
 margin-left:40px;
 margin-top:-30px;
 
	}
.guanyuwomen1 ul li span{
	font-family:思源黑体;
	font-size:12px;
	width:60%;
	display:block;
	font-weight:500;
	margin-left:25px;
	margin-top:-37px;
	}

.guanyuwomen1 ul li p{
	width:80%;
	margin-left:50px;
	font-family:思源黑体;
	font-size:10px;
	margin-left:25px;
	}
.guanyuwomen2{
	width:96%;
	height:200px;
	border:1px #000000 solid;
	margin-top:-30px;
	margin-left:7px;
	border-radius:20px;
	}
.guanyuwomen2 h5{
	font-size:16px;
	margin-left:25%;
	margin-bottom:40px;
 
	}
.guanyuwomen2 p{
	margin-left:18px;
	margin-top:-30px;
	width:90%;
	font-size:12px;
	}



.guanyuwomen3{
    width:96%; /* 设置轮播图的宽度 */
    overflow: hidden; /* 隐藏超出容器的部分 */
    position: relative; /* 定位容器 */
		margin:0 auto;
	border:0px blue solid;
	height:400px;
 
 

}
 
.slides {
    display: flex; /* 使用flex布局显示图片 */
    width:96%; /* 所有图片宽度之和 */
    transition: transform 0.5s ease; /* 平滑过渡效果 */
	margin:0 auto;
	height:auto;
}
 
.slides img {
    width:100%; /* 每张图片的宽度 */
   
	height:auto;
 
}




.hezuoliucheng{
	width:96%;
	height:530px;
	border:1px #000000 solid;
	margin:0 auto;
	position:absolute;
	margin-top:1800px;
	}
.hezuoliucheng h4{
	text-align:left;
	margin-top:20px;
	font-size:30px;
	margin-left:160px;
	font-weight:900;
	 
	}	
.hezuoliucheng ul{
	width:96%;
	height:500px;
	border:1px #000000 solid;
	margin:0 auto;
	margin-left:-20px;
 
 
	}	
.hezuoliucheng ul li{
	width:30%;
	height:200px;
	border:1px #000000 solid;
	list-style:none;
	float:left;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* 防止内容溢出 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
    cursor: pointer;
	margin-right:5px;
	}	
.hezuoliucheng ul li:hover{
	height:200px;
	background-color:#252525;
	}	
.hezuoliucheng ul li img{
	width:50%;
 
	margin-top:10px;
	margin-left:30px;
	}	
.hezuoliucheng ul li p{
	font-size:12px;
	font-weight:900;
	text-align:center;
	}
.hezuoliucheng ul li span{
	display:block;
	width:80%;
	font-size:10px;
	margin-left:10px;
	
	}	
#fuwu1{
	display:none;
	}






.hezuo{
		width:96%;
		height:700px;
		border:3px #000000 solid;
		margin:0 auto;	
		position:absolute;
	    margin-top:2350px;
	}
.hezuo h4{
            font-size: 30px;
            text-align: center;
			margin-top:-10px;
		
	}
#h401{
	color:#4a8eff;
	}
.hezuo1{
		width:96%;
		height:700px;
		border:1px #000000 solid;
		margin:0 auto;	
	}	
	
	
	
	.hezuo1 .image-list {
            list-style: none;
     
       
       
			margin-left:1%;
			width:96%;
			border:1px #000000 solid;
			height:600px;
			
        }

        /* li 的默认样式（蓝色阴影） */
     .hezuo1 .image-list li {
             width: 36%;
			height:50px;
            border-radius: 8px;
            background:#000;
   
          
	
			float:left;
			margin-left:10px;
			margin-top:-30px;
		 
		 border:1px #000000 solid;
		 
		 
			
        }

        /* 图片的默认样式（蓝色阴影） */
        .image-list img {
            width:100%;
			height:auto;
        
            border-radius: 8px;
           
         
			margin-top:-55px;
			margin-left:5px;
        }








.womendefuwu{	
    position:absolute;
	margin-top:1800px;
	}



.zuopin{
	display:none;
	}


.hezuo{

	}




.xinwenxin{
	display:none;
	}

.xinbanner{
	display:none;
	}






.dibu{
	width:96%;
	height:200px;
	border:1px #000000 solid;
	margin:0 auto;
	    position:absolute;
	margin-top:3050px;
	}
.dibu1{
	width:96%;
	height:200px;
	border:1px #000000 solid;
	margin:0 auto;
	}
 
 
 
#dibup{
	display:block;

	
	}
#dibutu2{
	margin-left:100px;
	margin-top:-120px;
	display:none;
	}
#dibutu1{
	margin-left:-10px;
	margin-top:50px;
    display:none;
	}
#dibu001{
	    display:none;
	}
#dibu002{
	    display:none;
	}
#dibu003{
	    display:none;
	}
			

.dibu1 ul li p{
	font-size:14px;
	font-family:思源黑体;
	line-height:30px;
	text-align:center;
	}

#dibup{
display:none;
	}


.dibu hr{
	display:none;
	}



.dibu2{
	position:absolute;
	font-family:思源黑体;
	font-size:12px;
	height:50px;
	border:1px #000000 solid;
	margin:0 auto;
	width:96%;
 
	}

.dibu2 span{
	font-family:思源黑体;
	font-size:14px;
 

	}
.dibu2 a{
	text-decoration:none;
	color:#FFF;
 
	}

























	
	
	
	
	
}
	
	
	
	
	