@charset "utf-8";
/* CSS Document */
#header {
	position:fixed;
	top:0;
	left:50%;
	width:1920px;
	margin-left:-960px;	
	z-index:999;
}
#footer {
	position:fixed;
	bottom:0;
	width:1920px;
	left:50%;
	margin-left:-960px;	
	z-index:999;
}
#contact {
	margin-top:160px;
}
.contact {
	position:relative;
}
.contact #map {
	position:absolute;
	top:0;
	left:50%;
	width:1920px;
	margin-left:-960px;	
	padding-bottom:55px;
	z-index:0;
}
.contact #contactbox {
	position:absolute;
	left:50%;
	margin-left:-480px;
	top:205px;
	width:305px;
	padding-bottom:35px;
	background:#fff;
	box-shadow:1px 1px 5px #999;	
}
.contact #contactbox .p1 {
	display:block;
	padding:20px 20px 20px 64px;
	background:#f37a07 url(../images/mapicon.png) no-repeat 20px 12px;
	color:#fff;	
}
.contact #contactbox .text {
	padding:30px 15px;
	border-bottom:1px #e0e0e0 solid;
	color:#7c7c7c;
	line-height:30px;	
}
.contact #message {
	padding:85px 0 200px;	
}
.contact #message .left {
	margin-left:10px;	
}
.contact #message .right {
	width:620px;
	margin-right:55px;	
	color:#7c7c7c;
	line-height:34px;
}
.contact #message .right input {
	border:1px #ddd solid;	
	box-shadow:0px 0px 5px #ccc inset;
	width:293px;
	height:33px;
	line-height:33px;
	margin-right:20px;
}
.contact #message .right .title input {
	width:618px;
	height:33px;	
}
.contact #message .right textarea {
	border:1px #ddd solid;	
	width:618px;
	min-width:618px;
	max-width:618px;
	min-height:108px;
	max-height:108px;
	height:108px;
	box-shadow:0px 0px 5px #ccc inset;
}
.contact #message .right .btn input {
	width:190px;
	height:35px;
	line-height:35px;
	font-family:"微软雅黑";
	font-size:14px;
	background:#cacaca;
	box-shadow:none;	
	border:none;
	color:#828282;
	margin-top:10px;
}















