.field{
	padding: 60px 0;
	color: #333333;
	overflow: hidden;
}
.field_left{
	width: 715px;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.field_left_1 h1{
	font-size: 24px;
	margin-bottom: 30px;
}
.field_left p{
	color: #666;
}
.field_left_2{
	margin-top: 30px;
}
.field_left_1a{
	width: 50%;
	float: left;
}
.field_left_1a h1{
	color: #333333;
	font-size: 20px;
	margin-bottom: 20px;
}
.field_left_1a ul li{
	color: #666666;
	font-size: 16px;
	padding-left: 20px;
	background: url('../images/dian.png') no-repeat left center;
	background-size: 7px;
}



/*右*/
.field_right{
	width:360px;
	padding: 40px 30px 20px; 
	background: #fff;
	color: #3b454c;
	box-shadow: 1px 1px 10px #eee;
}
.field_right h1{
	font-size: 20px;
	margin-bottom: 22px;
	font-weight: normal;
}
.field_right ul li{
	margin-bottom: 20px;
	font-size: 18px;
}
.field_right ul li input{
	width: 358px;
	height: 48px;
	text-indent: 10px;
	font-size: 16px;
	border:1px solid #bcbec0;
}
::-webkit-input-placeholder {
    color: #9f9fa3;
}
:-moz-placeholder {
    color: #9f9fa3;
}
::-moz-placeholder {
    color: #9f9fa3;
}
:-ms-input-placeholder {
    color: #9f9fa3;
}
.field_right ul li select{
	width: 100%;
	height: 50px;
	text-indent: 10px;
	font-size: 16px;
	border:1px solid #bcbec0;
	background:url('../images/sele.png') no-repeat right center;
	background-size: 30px;

	outline-style: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.fujian{
	width: 100%;
	height: 48px;
	font-size: 16px;
	position: relative;
}
.fujian .upload{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.field_right button{
	width: 100%;
	height: 50px;
	background: #86674a;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
}