*{
	margin: 0;
	padding: 0;
	cursor: pointer;
}
a,p{
	color: #666;
}
.header .details-list{
	position: absolute;
	top: 65px; /* 下拉框位于 h3 元素下方 */
	left: -50px; /* 下拉框左侧与 h3 元素左侧对齐 */
}
.section img{
	width: 100%;
	max-height: 500px;
	height: auto;
}
.wx{
	display: flex;
	width: 15rem;
}
.contact-information{
	line-height: 35px;
}

.contact-information img{
	width: 12rem;
}
.message img{
	width: 20rem;
}
.map img{
	width: 30rem;
	height: 30rem;
}
.mes-title{
	margin-bottom: 20px;
	margin-left: 70px;
	width: 10rem;
	padding: 2px 0;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	background-color: #3294ED;
}
.map-title{
	margin-bottom: 20px;
	margin-left: 150px;
	width: 10rem;
	padding: 9px 0;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	background-color: #3294ED;
}
.cont-title{
	margin-left: 30px;
	margin-bottom: 20px;
	width: 10rem;
	padding: 2px 0;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	background-color: #3294ED;
}
.area{
	width: 1900px;
	display: flex;
	justify-content: center;
}
.com-brief{
	width: 46.3%;
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
	margin-top: 30px;
	gap: 10rem;
}
.section .com-brief>img{
	width: 815px;
	height: 388px;
}
.bot{
	margin-top: 50px;
}
.foot-list{
	margin-left: 120px;
}
.foot-list>ul{
	margin-right: 68px;
}