.banner{
	height: 420px;
	background: url(../images/mfsj/mfsj.png) no-repeat center center;
}

.out_order{
	width: 1180px;
	height: 100px;
	position: absolute;
	top: 0px;
	color: #333;
	left: 50%;
	margin-left: -590px;
}
.order_form{
	width: 247px;
	height:315px;
	margin-top: 40px;
	float: left;
	padding: 20px;
	background:rgba(255,255,255,0.8);
}
.out_order .order_head{
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.out_order .order_head span{
	font-size:24px;
}

.out_order  .order_info{
	text-align: center;
	line-height: 20px;
	padding-bottom:20px;
}
.out_order  .order_info span{
	color:#0cb46a;
}
.out_order  .order_table .input{
	margin-bottom: 20px;
}
.out_order  .order_table .input input{
	height:40px;
	width: 100%;
	outline: 0px;
	border: 0px;
	text-indent: 6px;
	border-radius: 6px;
	background: #eee;
}
.out_order  .order_table .input:first-child input{
	float: left;
	width: 48%;
}
.out_order  .order_table .input:first-child input:first-child{
	margin-right: 4%;
}
.out_order  .order_table .btn input{
	width: 100%;
	height: 40px;
	background: #16b770;
	border: 0px;
	cursor: pointer;
	color: #fff;
	border-radius: 6px;
	margin-bottom: 10px;
}
/*内容*/
.cont{
	width:100%;
	background:#ebfff6;
}