/* 联系 页面样式 */
.body{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: auto;
}
.body .banner{
	width: 100%;
}
.body .banner img{
	width: 100%;
	height: auto;
}
/* .body>div:last-child{
	width: 70%;
	margin: 5px 50px 50px 50px;
	height: auto;
} */
/* .body .contact_title{
	display: flex;
	justify-content: left;
}
.body .contact_title ul li{
	float: left;
	margin-right: 20px;
	border: 3px solid transparent;
	height: 50px;
}
.body .contact_title ul li a{
	font-size: 1rem;
	display: inline-block;
	padding: 12px 0;
}
.body .contact_title ul li a:hover{
	color: rgb(75, 137, 218);
	border-bottom: 3px solid rgb(75, 137, 218);	
}
.body .contact_title ul li.active a{
	color: rgb(75, 137, 218);
	border-bottom: 3px solid rgb(75, 137, 218);	
} */
.body .title{
	display: flex;
	height: 50px;
	background: rgba(242, 242, 242, 0.9);
	justify-content: center;
	position: relative;
	top: -53px;
	width: 100%;
}
.body .title ul{
	
}
.body .title ul li{
	float: left;
	padding: 0 30px;
	border-right: 1px solid rgb(215, 215, 215);
	cursor: pointer;
}
.body .title ul li:first-child{
	border-left: 1px solid rgb(215, 215, 215);
}
.body .title ul li:hover,.body .title ul li:hover a{
	color: white;
	background: linear-gradient(to right, #2DA4FE , #1684F3);
}
.body .title ul li a{
	text-align: center;
	line-height: 50px;
}

.body .title ul li.active,.body .title ul li.active a{
	color: white;
	background: linear-gradient(to right, #2DA4FE , #1684F3);
}

.body .contact_content .neirong{
	display: none;
}
.body .contact_content .neirong_active{
	display: block;
}
.body .address .map{
	width:100%;
	height: 500px;
	margin-top: 5px;
	overflow: auto;
}
.body .address .map::-webkit-scrollbar {
  width: 0;
}
.body .address .map img{
	width: 100%;
	 cursor: grab;
}
.body .address .detail{
	width: 1200px;
	height: 300px;
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
	background: #ffffff;
	margin: 0 72px;
	position: relative;
	top: -100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.body .address .detail div:first-child{
	font-size: 1.875rem;
	font-weight: 700;
}
.body .address .detail div:last-child{
	display: flex;
	flex-direction: column; /* 垂直排列 */
	margin: 0 100px; /* 每个项目的间距 */
}
.body .address .detail div:last-child span{
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
/* 招贤纳士 样式 */
.body .recruit{
	margin: 5px auto;
	width: 80%;
}
.body .recruit span:first-child	{
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	color: rgb(53, 53, 53);
}
.body .recruit span:nth-child(2){
	padding-top: 30px;
	display: block;
	font-weight: 800;
	color: rgb(53, 53, 53);
}
.body .recruit p{
	line-height: 40px;
	color: rgb(153, 153, 153);
}
.body .recruit .fa_position{
	display: flex;
	margin: 30px 0px;
}
.body .recruit .position{
	width: 30%;
	margin: 0px 30px;
	
}
.body .recruit .position span:first-child{
	font-size: 1.25rem;
	color: rgba(53, 53, 53,0.9);
}
.body .recruit .position span:nth-child(2){
	padding-top: 15px;
}
@media (max-width: 768px) {
	.body > div:last-child {
			width: 90%;
			margin: 5px 10px;
	}

	.body .address .detail {
			width: 90%;
			margin: 0 5%;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
	}
	.body .address .detail div:first-child{
		font-size: 1.5rem;
		font-weight: 700;
	}
	
	.body .address .detail div:last-child{
		margin: 8px;
	}
	
	.body .address .detail div:last-child span{
		display: block;
		font-size: 0.75rem;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	.body .recruit .fa_position {
			flex-wrap: wrap;
	}

	.body .recruit .position {
			width: 100%;
			margin: 10px 0;
	}
	.body .title{
		font-size: 14px;
		height: 30px;
		top: -33px;
	}
	.body .title ul li a{
		line-height: 30px;
	}
	
}