/* CSS Document */
@charset "utf-8";

        body{ font:12px/1.5 "Microsoft YaHei",arial,simsun,sans-serif;  color:#333;line-height: 1.6; margin:0 auto; padding:0; background:#f5f5f5}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .w{ width:100%;max-width:950px; margin:0 auto;}
		.clear{ clear:both;}
        .container {
            width: 950px;
            margin: 0 auto;
        }
		 .top {
            width: 950px;
            margin: 0 auto;
			text-align:center;
        }
        a {
            text-decoration: none;
            color: #333;}

  /* 导航栏 - 精确复刻图片样式 */
        .navbar {
            background: #f5f5f5;
            border-bottom: 2px solid #ff0c00;
            padding: 5px 5px;
            position: sticky;
            top: 0;
            z-index: 950;
        }

        .nav-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 24px;
            font-weight: bold;
            color: #ff0c00;
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 40px;
			padding-top:25px;
			font-size: 16px;
        }

        .nav-links a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: color 0.3s; 
        }

        .nav-links a:hover {
            color: #667eea;
        }
		/* 所在区域*/
.suozai {
    width: 950px;
    height: auto;
    display: flex;
	margin: 20px 0px;


}

.suozai-left {
    width: 950px;
    box-sizing: border-box;
	text-align:left;
	font-size: 16px;
    line-height: 1.8;
	
}	
	

.suozai-div {
    width: 950px;
    height: auto;;
    display: flex;
	border-bottom: 1px solid  #999999;
}

.cell-left {
    width: 400px;
    height: auto;;
    line-height: 16px;
    box-sizing: border-box;
	font-size:16px;
	padding-top:30px;
}

.cell-right {
    width: 550px;
	padding:10px 10px;
	margin-top:12px;
    box-sizing: border-box;
}
        .suozai-categories {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
			float:left;
        }
        .suozai-categories a {
  text-decoration: none; /* 去除下划线 */
}
        .suozai-categories a:link {
  color: #666;
}
        .suozai-categories a:visited {
  color: #666;
}
        .category-btn {
            padding: 5px 25px;
            background: white;
            border: 1px solid #ddd;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .category-btn .active {
            background: #8d8b8b;
            color: white;
            border-color: #8d8b8b;
        }

.btn-primary {
    background-color: #007bff;
    color: white;
	line-height: 20px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
	height: 20px;
}

.btn-primary:hover {
    background-color: #0056b3;
}
.btn-primary a{ color:#333;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; text-decoration: none; }
.btn-primary  a:hover{ color:#0056b3}


        /* 作品展示 */
        .works-section {
            background: #f5f5f5;
            padding: 20px 0;
        }

        .work-categories {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 50px;
            flex-wrap: wrap;
			float:left;
        }

        .category-btn {
            padding: 10px 25px;
            background: white;
            border: 1px solid #ddd;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .category-btn.active {
            background: #ec0808;
            color: white;
            border-color: #ec0808;
        }

        .works-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .work-item {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }

        .work-item:hover {
            transform: translateY(-5px);
        }

        .work-image {
            height: 270px;
            background: #f0f0f0;
            position: relative;
            overflow: hidden;
        }

        .work-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .work-info {
            padding: 20px;
        }

        .work-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }

        .work-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }
       .work-title a{ color:#333;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; text-decoration: none; }
       .work-title a:hover{ color:#006acd}

		/* 内容区域 */
.t_con {overflow: hidden;line-height: 30px; font-size: 15px; margin-top: 15px;margin-top: 15px;color: #333；}
.text {width: 100%;
        font-size: 16px;
        line-height: 1.8;
    }
.text p {width: 100%;
        font-size: 16px;
        line-height: 1.8;
    }
	
	 /* 内页新闻列表 */	 
.news_wrap {max-width: 950px;margin: 0 auto;overflow: hidden;}
.newslis {max-width: 950px;margin: 0 auto;overflow: hidden; }
.clearfix {max-width: 950px;margin: 0 auto;overflow: hidden; margin-bottom:20px;}
.newslis dl dt{ float:left;max-width: 320px; height:180px; }
.news-box-img{position: relative;max-width:320px;}
.news-box-img img{width:320px; height:180px;}
.newslis dl dd{ float:left; width:620px; max-width: 620px; background:#FFFFFF; height:180px; padding-left:10px; padding-top:5px;}
.newslis dl dd h4{ font-size:20px; overflow:hidden; font-weight:normal;}
.newslis dl dd h4 a{ color:#333;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newslis dl dd h4 a:hover{ color:#006acd}
.newslis dl dd p{ color:#666; font-size:14px;padding-top:8px; line-height:21px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
        /* 页脚 */
		
.table4-div {
    width: 950px;
    height: auto;
    display: flex;
	margin: 20 0px;
	background: #999;
	text-align:center;
}
.cell4-left {
    width: 950px;
    box-sizing: border-box;
	text-align:center;
}

		
        .footer-links {
            display: flex;
            list-style: none;
            gap: 40px;
			padding-left:12px;
			font-size: 20px;
			text-align:center;
			justify-content: center;   
        }
		.footer-links ul {
            list-style: none;
        }
		.footer-links li {
             width: 140px;
        }

        .footer-links a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: color 0.3s; 
        }

        .footer-links a:hover {
            color: #667eea;
        }


        .footer {
    padding: 40px 0 20px;
	width: 950px;
    height: auto;
    display: flex;
	margin: 20 0px;
	background: #f5f5f5;
        }

        .footer-content {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 30px;
        }
		    .footer-section1 {
		    width: 400px;
            font-size: 16px;
            margin-bottom: 20px;
			float:left
        }

        .footer-section {
		    width: 520px;
            font-size: 16px;
            margin-bottom: 20px;
			float:left
        }
		.footer-section p {
		padding:10px 10px;
		color: #7f7f7f;
        }


        .footer-bottom {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #34495e;
            color: #7f7f7f;
        }


