
/* 页脚 */
footer {
	background: #2c3e50;
	color: white;
	padding: 40px 0 20px;
	margin-top: 50px;
	width:100%;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.footer-section,.footer-section1 {
	min-width: 250px;
	margin-bottom: 20px;
}

.footer-section1{
	width:100%;
	border-bottom:1px dotted rgba(255, 255, 255, 0.1);
	margin-bottom:30px;
	padding-bottom:10px;
}

.footer-section h3,.footer-section1 h3 {
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
}

.footer-section h3:after,.footer-section1 h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 2px;
	background-color: #1a5fb4;
}

.footer-contact p {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	color: #ddd;
}
.footer-contact i {
	margin-right: 10px;
	color: #1a5fb4;
}

.footer-contact .lxdh p{
	width: 260px;
	display:inline-block;
	padding-left:26px;
}

.footer-links p {
	margin-bottom: 10px 0;
	align-items: center;
	color: #ddd;
	display:inline-block;
}

.footer-links a {
	display: inline-block;
	padding:0 20px 0 0;
	color: #ddd;
	text-decoration: none;
	margin-bottom: 8px;
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #1a5fb4;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
	color: #aaa;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.header-content {
		flex-direction: column;
		text-align: center;
	}
	
	.logo-container {
		margin-bottom: 15px;
	}
	
	.nav-menu {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.content-section {
		flex-direction: column;
	}
	
	.slider {
		height: 300px;
	}
	
	.footer-content {
		flex-direction: column;
	}
}
