.contact {
	color: #C01111;
	font-size: 16px;
	font-family: "microsoft yahei";
	width: 950px;
	margin: 116px auto 20px;
}

 .left {
	margin: 60px 90px 100px 10px;
	float: left;
}
.right {
	 width: 462px;
    float: right;
}
 .company {
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #5C5C5C;
	line-height: 30px;
}

.dibu {
	color: #5C5C5C;
	font-family: "Myriad Pro";
	font-size: 16px;
	text-align: center;
	padding: 30px 0px;
}
 .inputboxone {
	width: 200px;
	height: 36px;
	-moz-border-radius: 4px / 6px;
	-webkit-border-radius: 4px / 6px;
	border-radius: 4px / 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e5e5e5;
	-moz-box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	margin: 60px 2px 10px 10px;
	padding: 0px 0px 0px 8px;
	font-size: 16px;
}

 .inputboxtwo {
	width: 433px;
	height: 36px;
	-moz-border-radius: 4px / 6px 6px 6px 6px;
	-webkit-border-radius: 4px / 6px 6px 6px 6px;
	border-radius: 4px / 6px 6px 6px 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e5e5e5;
	-moz-box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	margin: 10px;
	padding: 0px 0px 0px 8px;
	font-size: 16px;
}

 .inputboxthree {
	width: 435px;
	height: 149px;
	-moz-border-radius: 4px / 6px;
	-webkit-border-radius: 4px / 6px;
	border-radius: 4px / 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e5e5e5;
	-moz-box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	margin: 10px;
	padding: 0px 3px 0px 8px;
	font-size: 16px;
}

.send {
	width: 443px;
	height: 36px;
	-moz-border-radius: 4px / 6px 6px 6px 6px;
	-webkit-border-radius: 4px / 6px 6px 6px 6px;
	border-radius: 4px / 6px 6px 6px 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #bf1111;
	-moz-box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	box-shadow: inset 4px 3px 0 rgba(0, 0, 0, .05);
	float: right;
	margin: 10px 10px 20px;
	color: #ffffff;
	font-family: "microsoft yahei";
	font-size: 19px;
}

#map {
	 width:1000px;
	 height:578px;
	 border:#ccc solid 1px;
	 font-size:12px;
	 margin: 94px auto 144px;	
}

