.contact{
	padding: 60px 0;
	overflow: hidden;
}
/*左*/
.contact_l{
	width: 750px;
}
.contact_l ul li{
	padding: 30px 25px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #666666;
}
.map{
	width: 100%;
	height: 320px;
	margin-top: 20px;
	overflow: hidden;
}


/*右*/
.contact_r{
	width:360px;
	padding: 40px 30px 20px; 
	background: #fff;
	color: #3b454c;
	box-shadow: 1px 1px 10px #eee;
}
.contact_r h1{
	font-size: 20px;
	margin-bottom: 22px;
	font-weight: normal;
}
.contact_r ul li{
	margin-bottom: 20px;
	font-size: 18px;
}
.contact_r 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;
}
.contact_r 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;
	padding: 0 10% 0 0;

	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;
}
.contact_r button{
	width: 100%;
	height: 50px;
	background: #86674a;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
}