.contact .box1{
	padding: 100px 0;
}
.contact .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.contact .box1 .box-c .l{
	width: 45.45%;
}
.contact .box1 .box-c .l .l-container{
	width: 449px;
	max-width: 100%;
}
.contact .box2 .title,
.contact .box1 .box-c .l .title{
	font-family: PingFangSC;
	font-weight: 800;
	color: #1C1C1C;
}
.contact .box1 .box-c .l .text-box{
	margin-top: 34px;
}
.contact .box1 .box-c .l .text-box .text-title{
	font-family: PingFangSCBold;
	font-weight: bold;
	font-size: 18px;
	color: #1A2233;
	line-height: 28px;
}
.contact .box1 .box-c .l .text-box .text{
	margin-top: 7px;
}
.contact .box1 .box-c .l .text-box .address{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #4F5A6A;
	line-height: 30px;
}
.contact .box1 .box-c .l .text-box .address .iconfont{
	color: rgba(35, 151, 68, 1);
	padding-left: 5px;
}
.contact .box1 .box-c .l .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 31px;
	margin-top: 25px;
}
.contact .box1 .box-c .l .list li{
	display: flex;
	align-items: center;
}
.contact .box1 .box-c .l .list li .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 57px;
	height: 57px;
	background: #FFFFFF;
	box-shadow: 0px 12px 30px 2px rgba(0,121,255,0.11);
	border-radius: 50%;
}
.contact .box1 .box-c .l .list li .icon img{
	max-width: 72%;
	max-width: 72%;
}
.contact .box1 .box-c .l .list li .li-r{
	margin-left: 17px;
}
.contact .box1 .box-c .l .list li .text-title{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 16px;
	color: #1A2233;
	line-height: 26px;
}
.contact .box1 .box-c .l .list li .text-des{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #555555;
	line-height: 26px;
	margin-top: 3px;
}
.contact .box1 .box-c .l .ewmBox{
	margin-top: 47px;
	display: flex;
	gap: 40px;
}
.contact .box1 .box-c .l .ewmBox img{
	display: block;
	width: 85px;
	height: 85px;
}
.contact .box1 .box-c .l .ewmBox .ewm-text{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 14px;
	color: #6A7074;
	line-height: 1;
	margin-top: 15px;
	text-align: center;
}
.contact .box1 .box-c .r{
	width: 53.1%;
	height: 549px;
	box-shadow: 0px 4px 17px 1px rgba(0,121,255,0.11);
	border-radius: 10px;
	border: 1px solid #D9E0E7;
}
.contact .box1 .box-c .r #map{
	width: 100%;
	height: 100%;
}
.contact .box2{
	padding-bottom: 97px;
}
.contact .box2 .box-c{
	background: #F8FAFB;
	border-radius: 6px;
	padding: 65px 47px;
	margin-top: 30px;
}
.contact .box2 .box-c .inputs{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px 30px;
}
.contact .box2 .box-c form .input{
	width: 100%;
	height: 49px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #ECEFF1;
	display: flex;
	align-items: center;
	padding-left: 18px;
}
.contact .box2 .box-c form .input.textarea{
	grid-column: 1/3;
	height: 140px;
}
.contact .box2 .box-c form .input label{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #BF1414;
	line-height: 36px;
	margin-right: 8px;
}
.contact .box2 .box-c form .input select,
.contact .box2 .box-c form .input textarea,
.contact .box2 .box-c form .input input{
	height: 100%;
	border: none;
	outline: none;
	flex: 1;
	width: 100%;
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	line-height: 36px;
	padding-right: 18px;
}
.contact .box2 .box-c form .input textarea{
	resize: none;
}
.contact .box2 .box-c form .input input::placeholder{
	color: #616161;
}
.contact .box2 .box-c form .input select{
	appearance: none;
	background: url(../img/bottom.png);
	background-repeat: no-repeat;
	background-position: right 18px center; 
}
.contact .box2 .box-c form .form-bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.contact .box2 .box-c form .form-bottom .input{
	width: 314px;
}
.contact .box2 .box-c form .form-bottom .input img{
	height: 100%;
	cursor: pointer;
}
.contact .box2 .box-c form .form-bottom .submit{
	width: 182px;
	line-height: 49px;
	background: #239744;
	border-radius: 6px;
	text-align: center;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	cursor: pointer;
}
@media (max-width:1199px) {
	.contact .box1 .box-c{
		flex-direction: column;
	}
	.contact .box1 .box-c .l .text-box{
		margin-top: 15px;
	}
	.contact .box1 .box-c .l .list{
		margin-top: 20px;
	}
	.contact .box1 .box-c .l .ewmBox{
		margin-top: 25px;
	}
	.contact .box1{
		padding: 70px 0;
	}
	.contact .box2{
		padding-bottom: 70px;
	}
	.contact .box1 .box-c .l .l-container,
	.contact .box1 .box-c .l{
		width: 100%;
	}
	.contact .box1 .box-c .l .list{
		grid-template-columns: repeat(3,1fr);
	}
	.contact .box1 .box-c .r{
		width: 100%;
		height: 300px;
		margin-top: 45px;
	}
}
@media (max-width:1024px) {
	.contact .box1{
		padding: 60px 0;
	}
	.contact .box2{
		padding-bottom: 60px;
	}
	.contact .box1 .box-c .r{
		margin-top: 40px;
	}
	.contact .box2 .box-c{
		padding: 40px 30px;
	}
}
@media (max-width: 768px) {
	.contact .box1 .box-c .r{
		margin-top: 30px;
	}
	.contact .box1 .box-c .l .ewmBox{
		margin-top: 20px;
	}
	.contact .box1 .box-c .l .list li .icon{
		width: 49px;
		height: 49px;
	}
	.contact .box1 .box-c .l .list li .li-r{
		margin-left: 10px;
	}
	.contact .box1 .box-c .l .list li .text-des{
		margin-top: 0;
	}
	.contact .box1 .box-c .l .list{
		gap: 24px;
		grid-template-columns: repeat(2,1fr);
	}
	.contact .box1{
		padding: 50px 0;
	}
	.contact .box2{
		padding-bottom: 50px;
	}
	.contact .box2 .box-c{
		padding: 30px 25px;
	}
	.contact .box2 .box-c .inputs{
		gap: 20px;
	}
	.contact .box2 .box-c form .form-bottom{
		flex-direction: column;
	}
	.contact .box2 .box-c form .form-bottom .input{
		width: 100%;
	}
	.contact .box2 .box-c form .form-bottom .submit{
		width: 100%;
		margin-top: 20px;
	}
}
@media (max-width: 500px) {
	.contact .box2 .box-c form .input{
		padding-left: 10px;
	}
	.contact .box2 .box-c .inputs{
		grid-template-columns: repeat(1,1fr);
	}
	.contact .box2 .box-c form .input.textarea{
		grid-column: 1/1;
	}
	.contact .box2 .box-c{
		margin-top: 25px;
	}
	.contact .box1 .box-c .r{
		margin-top: 25px;
	}
	.contact .box1{
		padding: 40px 0;
	}
	.contact .box2{
		padding-bottom: 40px;
	}
}