.caozuo{
	width: 100%;
	height: 200px;
	background: url('../img/contact_lefr.jpg') no-repeat center;
	background-size: 100% 200px;
	overflow: hidden;
}
.caozuobox{
	width: 1100px;
	height: 150px;
	margin: 50px auto 0;
	background: #fff;
	overflow: hidden;
}
.caozuoinputbox{
	display: flex;
	align-items: center;
	width: 362px;
	margin: 30px auto 0;
}
.caozuoinputbox h1{
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.caozuoinputbox span{
	float: left;
	margin: 0 15px;
}
.caozuoinputbox input{
	float: left;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 0 10px;
	height: 30px;
}
.caozuoinputbox button{
	float: left;
	background: #E60012;
	border-radius: 4px;
	padding: 0 10px;
	height: 30px;
	color: #fff;
	margin-left: 15px;
}
.caozuotxt{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 22px;
}
.caozuotxt li{
	display: inline-block;
	margin: 0 10px;
	color: #555;	
}
.caozuotxt li img{
	width: 24px;
	padding-right: 6px;
}