.contactUsBox{
	margin: 50px auto;
}
.contactUsBox h1,h4{
	font-weight: 500;
	line-height: 30px;
}
.contactUsBox h4{
	font-size: 16px;
}
.contactUsBox .tableCell{
	width: 33.33%;
}
.contactUsBox .tableCell .displayC{
	height: 100px;
}
.contactUsBox .layui-form {
	width: 100%;
	margin: 40px auto 30px;
}
.contactUsBox .layui-form .layui-form-item{
	flex: 1;
	margin-bottom: 30px;
}
.contactUsBox .layui-form .layui-input,.contactUsBox .layui-form .layui-textarea{
	border: none;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.contactUsBox .layui-form .submitMsg{
	width: 260px;
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #eee;
	margin: auto;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	cursor: pointer;
}
#jishuwenzhang{
	margin-top: 30px;
}

@media (max-width: 900px) {
	/* .contactUsBox .tableBox {
		zoom: 0.6;
	} */
	.contactUsBox .tableCell{
		display: block;
		width: 100%;
		box-sizing: border-box;
		line-height: 20px;
	}
	.tableCell:not(:last-child){
		border-right: 1px solid #eee;
	}
	.contactUsBox .tableBox .tableCell .displayA{
		display: block;
		text-align: center;
	}
	.contactUsBox .tableBox .tableCell .displayA .marginl20{
		margin-left: 0;
	}
}
