.secitontitle{
	width: 90%;
	margin-left: 5%;
	height: 40px;
	font-size: 30px;
}
.line{
	width:100%;
	height: 1px;
	margin-top: 10px;
	border-bottom:1px solid #d6d6d6 ;
}
.aboutuscon{
	width:80%;
	margin-left: 10%;
}
.aboutuscon p{
	text-align: center;
	font-size: 20px;
}

.honorcon{
	width:80%;
	margin-left: 10%;
}
.honorcon p{
	text-align: center;
	font-size: 20px;
}
#con1 {
	width: 100%;
	height: 210px;
	margin-top: 40px;
}

.con1detail {
	width: 90%;
	/* border-top: 2px solid #a3a3a3; */
	margin-left: 5%;
}

#con2 {
	width: 100%;
	height: 260px;
	margin-top: 40px;
}

.con2detail {
	width: 90%;
	/* border-top: 2px solid #a3a3a3; */
	margin-left: 5%;
}



/* 整体容器 */
#development {
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
	border-top: 1px solid #333;
}

.licheng {
	width: 90%;
	/* border-top: 2px solid #a3a3a3; */
	margin-left: 5%;
}

/* 标题 */
.title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

/* 时间轴主体 */
.timeline {
	position: relative;
	width: 70%;
	margin-left: 15%;
	margin-top: 120px;
}

/* 时间轴横线 */
.timeline-line {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e0e0e0;
	z-index: 1;
}

/* 节点容器 */
.timeline-nodes {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

/* 🔴 默认样式：空心圆圈 */
.node {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #c18d4d;
	/* 红色边框 */
	background-color: #ffffff;
	/* 白色空心 */
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

/* 🔴 点击激活样式：实心圆 + 外围大阴影光晕 */
.node.active {
	background-color: #c18d4d;
	/* 变成实心红色 */
	border-color: #c18d4d;
	/* 外围大阴影（核心效果） */
	box-shadow: 0 0 0 6px rgba(193, 141, 77, 0.3);
}

/* 年份文字 */
.timeline-years {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.year-text {
	font-size: 16px;
	color: #333;
	text-align: center;
}

/* 内容展示区 */
.timeline-content {
	padding: auto;
	margin-top: 50px;
	text-align: center;
	font-size: 26px;
	color: #333;
	min-height: 30px;
	font-weight: 500;
	/* background-color: #d1d1d1; */
	border-radius: 10px;
	line-height: 80px;
	/* text-shadow: 12px 12px 14px rgba(124, 124, 124, 0.3); */
	/* text-align: center;
	font-size: 18px;
	color: #333;
	min-height: 30px;
	display: inline-block;
	padding: 20px;
	margin: 0 auto;
	margin-top: 50px; */
}

.timeline-content {
	width: 50%;
	margin-left: 25%;
	background-color: #f5f5f5;
	border-radius: 20px;
	height: 150px;
}
.prevbz{
	width:10%;
	float: left;
	height: 150px;
	line-height: 150px;
	color: #c18d4d;
	font-size: 30px;
}
.contentbz{
	width:80%;
	float: left;
	color: #9a9a9a;
	font-size: 20px;
	text-align: center;
}
.nextbz{
	width:10%;
	float: left;
	height: 150px;
	line-height: 150px;
	color: #c18d4d;
	font-size: 30px;
}
#contentbz1{
	width:100%;
	height: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #333;
	line-height: 30px;
}
.contentbz11{
	width:100%;
	height: 20px;
	text-align: center;
	font-size: 15px;
	color: #969696;
	line-height: 20px;
}
#contentbz2{
	width:100%;
	height: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #333;
	line-height: 30px;
	margin-top: 20px;
}
