.contact .box1{
	padding: 100px 0 80px;
}
.contact .box1 .box-c{
	margin-top: 40px;
}
.contact .box1 .box-c .list{
	display: flex;
	justify-content: space-between
}
.contact .box1 .box-c li{
	width: 30.71%;
	box-shadow: 0px 5px 25px 0px rgba(121,121,121,0.15);
	border-radius: 10px;
	text-align: center;
	padding: 60px 10px 20px;
	min-height: 240px;
}
.contact .box1 .box-c li .text-title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-top: 23px;
}
.contact .box1 .box-c li .icon{
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #D4000C;
	border-radius: 50%;
	line-height: 46px;
	text-align: center;
	color: #D4000C;
	margin: 0 auto;
}
.contact .box1 .box-c li .icon .iconfont{
	transition: all .6s;
	display: block;
	font-size: 22px;
}
.contact .box1 .box-c li:hover .icon .iconfont{
	transform: rotateY(180deg);
}
.contact .box1 .box-c li  .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top: 13px;
}
.contact .box1 #container{
	height: 600px;
	width: 100%;
	margin-top: 50px;
}
.contact .box2 {
	margin-bottom: 80px;
}
.contact .box2 .box-c{
	margin-top: 50px;
}
.contact .box2 .box-c .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box2 .box-c .inputs .input{
	width: 49.28%;
	display: flex;
	margin-bottom: 20px;
}
.contact .box2 .box-c .inputs .input.textarea{
	width: 100%;
	position: relative;
	
}
.contact .box2 .box-c .inputs .input.textarea .input-box{
	padding: 10px 20px;
	height: 200px;
}
.contact .box2 .box-c .inputs .input-box{
	flex: 1;
	display: flex;
	height: 56px;
	border: 1px solid #D2D2D2;
	padding: 0 20px;
	align-items: center;
}
.contact .box2 .box-c .inputs .input-box label{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-right: 10px;
}
.contact .box2 .box-c .inputs .input.textarea label{
	position: absolute;
	left: 20px;
	top: 14px;
}
.contact .box2 .box-c .inputs .input-box label span{
	color: rgba(235, 39, 40, 1);
}
.contact .box2 .box-c .inputs .input-box input,
.contact .box2 .box-c .inputs .input-box textarea{
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	height: 100%;
	font-size: 16px;
	resize: none;
}
.contact .box2 .box-c .inputs .input-box textarea{
	text-indent: 125px;
}
.contact .box2 .box-c .inputs  .verify{
	height: 100%;
	margin-left: 15px;
}
.contact .box2 .box-c .input .submit{
	width: 220px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #D4000C;
	cursor: pointer;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 0 0 auto;
}
@media (max-width: 1199px) {
	.contact .box1{
		padding: 70px 0;
	}
	.contact .box2 .box-c,.contact .box1 #container{
		margin-top: 40px;
	}
	.contact .box2{
		margin-bottom: 50px;
	}
}
@media (max-width: 1024px) {
	.contact .box1{
		padding: 60px 0;
	}
	.contact .box2{
		margin-bottom: 40px;
	}
	.contact .box2 .box-c .inputs .input{
		width: 100%;
	}
	.contact .box2 .box-c .input .submit{
		width: 100%;
	}
}
@media (max-width: 768px) {
	.contact .box1{
		padding: 50px 0;
	}
	.contact .box2{
		margin-bottom: 30px;
	}
	.contact .box2 .box-c,.contact .box1 .box-c,.contact .box1 #container{
		margin-top: 35px;
	}
	.contact .box1 .box-c li{
		width: 48.5%;
	}
	.contact .box1 .box-c .list{
		flex-wrap: wrap;
	}
	.contact .box1 .box-c li:not(:last-child){
		margin-bottom: 20px;
	}
}
@media (max-width: 500px) {
	.contact .box1 .box-c li{
		padding-top: 30px;
		min-height: 180px;
		width: 100%;
	}
	.contact .box1{
		padding: 40px 0;
	}
	.contact .box2{
		margin-bottom: 20px;
	}
	.contact .box2 .box-c,.contact .box1 .box-c,.contact .box1 #container{
		margin-top: 30px;
	}
	.contact .box2 .box-c .inputs .input-box,.contact .box2 .box-c .inputs .verify,.contact .box2 .box-c .input .submit{
		height: 40px;
	}
	.contact .box2 .box-c .input .submit{
		line-height: 40px;
	}
}