.usContent{
	background-color: #FFF;
	margin-top: 9.125rem;
	font-size: 2.4375rem;
	overflow: hidden;
	padding: 2.5rem 2.75rem;
}
.usContent p:not(:first-child){
	margin-top: 2.5rem;
	text-indent: 1em;
	
}
.usContent p:first-child{
	font-weight: 500;
	font-family: 黑体;
	
}
/* 联系我们 */
.usBody{
	font-size: 2.125rem;
	color: #666;
	margin-bottom: 11.375rem;
}
.usBody>p{
	font-family: 黑体;
	font-weight: 500;
	font-size: 2.625rem;
	padding: 2.5rem 2.75rem;
	
}
.usformBody{
	padding: 2.5rem 2.75rem;
	background-color: #FFF;
}
.usItem:not(:first-child){
	margin-top: 1.625rem;
}
.usItem input{
	width: 94%;
	font-size: 2.4375rem;
	padding: 1.75rem 1.625rem;
	border: 0.0625rem solid #E3E3E3;
	margin-top: 0.8125rem;
	border-radius: 0.625rem;
}
.usItem textarea{
	width: 94%;
	height: 13.125rem;
	resize: none;
	margin-top: 0.8125rem;
	padding: 1.75rem 1.625rem;
	border: 0.0625rem solid #E3E3E3;
	border-radius: 0.625rem;
}
	
.tijiao{
	margin-top: 2.5rem;
}
.tijiao input{
	font-size: 2.4375rem;
	width: 100%;
	color: #FFF;
	background-color: #4aa139;
	padding: 1.875rem 0;
	border: none;
	border-radius: 3.75rem;
}