.contact .box1 ul{
	height: 246px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact .box1 li{
	display: flex;
	align-items: center;
	max-width: 270px;
}
.contact .box1 li .text-title{
	font-size: 20px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 1;
}
.contact .box1 li .text-des{
	font-size: 15px;
	color: rgba(119, 119, 119, 1);
	line-height: 17px;
	margin-top: 10px;
}
.contact .box1 li .r{
	margin-left: 24px;
}
.contact .box1 .line {
	height: 100%;
	width: 1px;
	background-color: rgba(234, 234, 234, 1);
}
.box2{
	height: 720px;
}
.box2 #map{
	width: 100%;
	height: 100%;
}
.amap-icon img{
	top: -38px!important;
	left: -15px!important;
}
.box3{
	background-image: url(../img/contact-box3-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box3 .content1400{
	display: flex;
	justify-content: space-between;
	padding: 83px 0 150px;
}
.box3 .l{
	width: 330px;
}
.box3 .l .title{
	font-size: 40px;
	font-family: PingFang;
	color: #222222;
	line-height: 1;
}
.box3 .l .des{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	margin-top: 23px;
}
.box3 .l .text{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	margin-top: 60px;
}
.box3 .r{
	flex: 1;
	margin-left: 104px;
}
.box3 .r .input-box{
	display: flex;
	justify-content: space-between;
}
.box3 .r .input-box .input{
	width :48.6%;
	height: 54px;
	background: #F5F5F5;
	margin-bottom: 25px;
}
.box3 .r .input-box .input input,
.box3 .r .input-box .input textarea{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	background-color: transparent;
	padding: 20px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.box3 .r .input-box .input.textarea{
	height: 200px;
	width: 100%;
}
.box3 .r .input-box .input.verify-code{
	width: 124px;
	height: 54px;
	background: #F5F5F5;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box3 .r .input-box .input.verify{
	flex: 1;
}
.box3 .r .submit{
	width: 221px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	background: #D60D1D;
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 25px;
	cursor: pointer;
}
@media (max-width:1024px) {
    .box3 .content1400{
        padding: 60px 0;
    }
	.contact .box1 ul{
		flex-wrap: wrap;
		height: auto;
		padding: 20px 0;
	}
	.contact .box1 li{
		max-width: 100%;
		width: 48%;
		padding: 20px 0;
	}
	.box2{
		height: 300px;
	}
	.contact .box1 .line{
		display: none;
	}
	.box3 .l .title{
		font-size: 30px;
	}
	.box3 .r{
		margin-left: 40px;
	}
}
@media (max-width:768px) {
	.box3 .l .title{
		font-size: 26px;
	}
	.box3 .content1400{
		flex-wrap: wrap;
		padding: 50px 0;
	}
	.box3 .l{
		width: 100%;
	}
	.box3 .r{
		margin-left: 0px;
		margin-top: 20px;
	}
	.box3 .l .text{
		margin-top: 30px;
	}
}
@media (max-width:500px) {
    .box3 .content1400{
		padding: 40px 0;
	}
	.box3 .l .title{
		font-size: 22px;
	}
	.box3 .r .input-box .input{
		width: 100%;
	}
	.box3 .r .input-box{
		flex-wrap: wrap;
	}
	.box3 .r .input-box .input{
		height: 40px;
		margin-bottom: 15px;
	}
	.box3 .r .input-box .input.verify-code{
		height: 40px;
	}
	.box3 .r .submit{
		height: 45px;
		line-height: 45px;
		margin-top: 15px;
	}
	.box3 .content1400{
		/*padding: 60px 0 80px;*/
	}
	.box3 .l .text{
	    margin-top: 15px;
	}
	.contact .box1 li{
		width: 100%;
		padding: 10px 0;
	}
	.contact .box1 li .l img{
		width: 30px;
	}
	.contact .box1 li .r{
		margin-left: 10px;
	}
	.contact .box1 li .text-title{
		font-size: 18px;
	}
}