.contact .box1{
	padding: 90px 0 80px;
	background-color: RGBA(249, 249, 249, 1);
}
.contact .box2 .title,
.contact .box1 .title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	color: #000000;
	line-height: 1;
}
.contact .box1 .box-c{
	margin-top: 60px;
}
.contact .box1 .box-c .list{
	display: flex;
	justify-content: space-between;
	gap: 41px;
}
.contact .box1 .box-c .list li{
	padding: 30px;
	flex:1;
	border:1px solid rgba(0,0,0,.1)
}

.contact .box1 .box-c .list .li-title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 20px;
	color: #666666;
	line-height: 23px;
}
.contact .box1 .box-c .list .icon{
	margin-top: 36px;
	color: RGBA(170, 205, 6, 1);
}
.contact .box1 .box-c .list .icon .iconfont{
	font-size: 30px;
}
.contact .box1 .box-c .list .text-box{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top: 30px;
	/*word-break: break-all;*/
}
.contact .box1 .box-c .list .text-box .number{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.contact .box1 .box-c .list .ewms{
	margin-top: 34px;
	display: flex;
	gap: 92px;
	text-align: center;
}
.contact .box1 .box-c .list .ewms img{
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto;
}
.contact .box1 .box-c .list .ewms .text{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 10px;
}
.contact .box2{
	padding: 76px 0 66px;
}
.contact .box2 .box-c{
	margin-top: 60px;
}
.contact .box2 .box-c .inputs{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 50px 60px;
}
.contact .box2 .box-c .inputs label{
	display: block;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	line-height: 23px;
}
.contact .box2 .box-c .inputs input,
.contact .box2 .box-c .inputs textarea{
	display: block;
	width: 100%;
	height: 70px;
	outline: none;
	padding: 20px 20px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	background: #F5F5F5;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #D9D9D9;
	margin-top: 15px;
}
.contact .box2 .box-c .inputs input::placeholder,
.contact .box2 .box-c .inputs textarea::placeholder{
	color: #CBCBCB;
}
.contact .box2 .box-c .inputs .input.textarea{
	grid-column: 1/3;
}
.contact .box2 .box-c .inputs .input textarea{
	height: 220px;
	resize: none;
}
.contact .box2 .box-c .form-b{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	gap: 35px;
}
.contact .box2 .box-c .form-b .verifyCode{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 22px;
	color: #808080;
	line-height: 22px;
	padding: 11px 14px 11px 25px;
	width: 400px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
}
.contact .box2 .box-c .form-b .verifyCode input{
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	margin-right: 30px;
	font-size: 22px;
	color: #333;
}
.contact .box2 .box-c .form-b .verifyCode input::placeholder{
	color: #808080;
}
.contact .box2 .box-c .form-b .verifyCode img{
	width: 140px;
	cursor: pointer;
}
.contact .box2 .box-c .form-b .submit{
	width: 280px;
	line-height: 70px;
	text-align: center;
	background: #AACD06;
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	cursor: pointer;
}
@media (max-width:1199px) {
	.contact .box2,
	.contact .box1{
		padding: 70px 0;
	}
	.contact .box2 .box-c,
	.contact .box1 .box-c{
		margin-top: 45px;
	}
	.contact .box1 .box-c .list .ewms{
		gap: 40px;
	}
}
@media (max-width: 1024px) {
	.contact .box2 .box-c .form-b .verifyCode input{
		font-size: 16px;
	}
	.contact .box2 .box-c .inputs .input textarea{
		height: 180px;
	}
	.contact .box2 .box-c .form-b .verifyCode{
		padding: 7px 10px 7px 15px;
		font-size: 18px;
	}
	.contact .box2 .box-c .form-b .verifyCode img{
		width: 120px;
	}
	.contact .box2 .box-c .form-b{
		margin-top: 30px;
	}
	.contact .box2 .box-c .form-b .submit{
		line-height: 57px;
		font-size: 20px;
	}
	.contact .box2 .box-c .inputs input, .contact .box2 .box-c .inputs textarea{
		padding: 12px 15px;
		height: 50px;
		font-size: 16px;
	}
	.contact .box2 .box-c .inputs{
		gap: 30px;
	}
	.contact .box2 .box-c .inputs label{
		font-size: 16px;
	}
	.contact .box1 .box-c .list .ewms{
		gap: 20px;
	}
	.contact .box1 .box-c .list .text-box .number{
		font-size: 16px;
	}
	.contact .box1 .box-c .list .ewms .text{
		font-size: 12px;
		line-height: 16px;
		width: 100px;
	}
	.contact .box1 .box-c .list .ewms img{
		width: 100px;
		height: 100px;
	}
	.contact .box2,
	.contact .box1{
		padding: 60px 0;
	}
	.contact .box2 .box-c,
	.contact .box1 .box-c{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.contact .box2 .box-c .inputs{
		gap: 20px;
	}
	.contact .box2 .box-c .form-b .verifyCode img{
		width: 100px;
	}
	.contact .box2 .box-c .form-b .submit{
		line-height: 50px;
	}
	.contact .box2 .box-c .form-b .submit,
	.contact .box2 .box-c .form-b .verifyCode{
		width: 100%;
	}
	.contact .box2 .box-c .form-b{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}
	.contact .box1 .box-c .list li:last-child{
		grid-column: 1/1;
	}
	.contact .box1 .box-c .list .ewms img{
		width: 120px;
		height: 120px;
	}
	.contact .box1 .box-c .list .ewms .text{
		width: 100%;
	}
	.contact .box1 .box-c .list .ewms{
		margin-top: 15px;
	}
	.contact .box1 .box-c .list{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 30px;
	}
	.contact .box1 .box-c .list{
		flex: none;
	}
	.contact .box1 .box-c .list .icon{
		margin-top: 10px;
	}
	.contact .box1 .box-c .list .text-box{
		margin-top: 10px;
	}
	.contact .box2,
	.contact .box1{
		padding: 50px 0;
	}
	.contact .box2 .box-c,
	.contact .box1 .box-c{
		margin-top: 30px;
	}
	.contact .box2 .box-c .form-b .verifyCode input{
		margin-right: 20px;
	}
}
@media (max-width: 500px) {
	.contact .box1 .box-c .list li{
		padding: 20px;
	}
	.contact .box2 .box-c .form-b{
		margin-top: 20px;
	}
	.contact .box2 .box-c .form-b .verifyCode img{
		width: 80px;
	}
	.contact .box2 .box-c .form-b .verifyCode input{
		margin-right: 15px;
	}
	.contact .box2 .box-c .form-b .submit{
		line-height: 45px;
		font-size: 18px;
	}
	.contact .box2 .box-c .inputs input, .contact .box2 .box-c .inputs textarea{
		margin-top: 6px;
		height: 44px;
		padding: 7px 15px;
	}
	.contact .box2 .box-c .inputs .input textarea{
		height: 140px;
	}
	.contact .box2 .box-c .inputs .input.textarea{
		grid-column: 1/1;
	}
	.contact .box2 .box-c .inputs{
		grid-template-columns: repeat(1,1fr);
	}
	.contact .box1 .box-c .list .li-title{
		font-size: 18px;
	}
	.contact .box1 .box-c .list .icon .iconfont{
		font-size: 24px;
	}
	.contact .box1 .box-c .list li:last-child{
		grid-column: 1/1;
	}
	.contact .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr);
		gap: 24px;
	}
	.contact .box1 .box-c .list .text-box{
		line-height: 20px;
	}
	.contact .box2,
	.contact .box1{
		padding: 40px 0;
	}
	.contact .box2 .box-c,
	.contact .box1 .box-c{
		margin-top: 25px;
	}
}