.contact .box1{
	padding: 94px 0 139px;
}
.contact .box1 .content1400{
	display: flex;
	height: 620px;
}
.contact .box1 .l{
	width: 500px;
	height: 100%;
	max-width: 100%;
	padding: 51px 19px 12px 0;
	overflow: hidden;
	box-shadow: 0px 0px 51px 0px rgba(172, 172, 172, 0.2);
}
.contact .box1 .l ul{
	height: 100%;
	overflow-y: scroll;
	overflow-x: visible;
}
.contact .box1 .l ul::-webkit-scrollbar {
	width: 6px;
	height: 0px;
	border-radius: 3px;
}
.contact .box1 .l ul::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	
	background: rgba(0, 122, 205, 1);
	border-radius: 3px;

}
.contact .box1 .l ul::-webkit-scrollbar-track {
	background: rgba(241, 241, 241, 1);
	border-radius: 3px;
}
.contact .box1 .l li{
	display: flex;
	padding: 0 28px 0 31px;
	margin-bottom: 63px;
	cursor: pointer;
}
.contact .box1 .l li:last-child{
	margin-bottom: 0;
}
.contact .box1 .l li .li-r{
	flex: 1;
	margin-left: 19px;
}
.contact .box1 .l li .li-r .title{
	font-size: 26px;
	font-family: Arial;
	font-weight: 400;
	color: #222222;
	line-height: 30px;
}
.contact .box1 .l li .li-r .text-box{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
	color: #555555;
	line-height: 26px;
	margin-top: 11px;
}
.contact .box1 .r{
	flex: 1;
	height: 100%;
}
.contact .box1 .r #map{
	width: 100%;
	height: 100%;
}
.contact .box2{
	padding: 84px 0 72px;
	background-color: rgba(248, 248, 248, 1);
}
.contact .box2 .content1400{
	display: flex;
	justify-content: space-between;
}
.contact .box2  .l{
	width: 287px;
	padding-top: 13px;
}
.contact .box2  .l .title{
	font-size: 30px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1;
}
.contact .box2  .l .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 27px;
}
.contact .box2 .content1400 .r{
	width: 71.8%;
}
.contact .box2  .r .input{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .box2  .r .input-box{
	width: 49.1%;
	margin-bottom: 20px;
	height: 54px;
}
.contact .box2  .r .input-box input::placeholder{
	color: #999;
}
.contact .box2  .r .input-box input,
.contact .box2  .r .input-box textarea{
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	padding: 0 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.contact .box2  .r .input-box.textarea{
	width: 100%;
	height: 200px;
}
.contact .box2  .r .input-box textarea{
	padding: 20px;
}
.contact .box2 .submit{
	width: 221px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	background: #007ACD;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 20px;
}
@media (max-width:1199px) {
	.contact .box1 .l{
		width: 100%;
	}
	.contact .box1 .r{
		width: 100%;
		height: 400px;
		flex: none;
		margin-top: 30px;
	}
	.contact .box1 .content1400{
		flex-wrap: wrap;
		height: auto;
	}
	.contact .box2 .content1400{
		flex-wrap: wrap;
	}
	.contact .box2 .content1400 .r{
		width: 100%;
	}
	.contact .box2 .l{
		width: 100%;
		margin-bottom: 30px;
	}
	.contact .box1 .l{
		height: 400px;
	}
}
@media (max-width:500px) {
	.contact .box1 .l li .li-r .title,
	.contact .box2 .l .title{
		font-size: 20px;
	}
	.contact .box1 .l li{
		padding: 0 10px;
		flex-direction: column;
		margin-bottom: 40px;
	}
	.contact .box1 .l{
		padding: 30px 10px 12px 0;
	}
	.contact .box1 .l li .li-l img{
		width: 40px;
	}
	.contact .box1 .l li .li-r{
		margin-left: 0;
	}
	.contact .box1 .r{
		height: 300px;
	}
	.contact .box1 {
		padding: 60px 0;
	}
	.contact .box2{
		padding: 60px 0;
	}
	.contact .box2 .r .input-box{
		width: 100%;
	}
}