@charset "utf-8";
/* CSS Document */

body{
	background:#4e9835;
	height:100%;
}
.containter {
}
.contain {
	width:1000px;
	margin:0 auto;
	position:relative;
}
.header {
	height:577px;
	background:url(../images/header.jpg) no-repeat top center;
}
.tit {
	height:182px;
	background:url(../images/tit.png) no-repeat top center;
	position:relative;
}
.center_one {
	height:961px;
	background:url(../images/cen_01.png) no-repeat top center;
}
.center_two {
	height:964px;
	background:url(../images/cen_02.png) no-repeat top center;
}
.center_three {
	height:443px;
	background:url(../images/cen_03.png) no-repeat top center;
}
.form {
	width: 700px;
	position: absolute;
	color: #555555;
	top:70px;
	left:160px;
}
.form p {
	_display:inline;
	width: 350px;
	height: 24px;
	line-height:24px;
	margin-bottom: 12px;
	float: left;
}
.inputarea {
	width: 245px;
	height: 24px;
	line-height: 24px;
	background-color:#c7c7c7;
}
.button_btn {
	width: 60px;
	height: 60px;
	background: url(../images/btn.jpg) no-repeat;
	cursor: pointer;
	position:absolute;
	top: 1px;
       left: 680px;
}

.float_fdc {
	position:fixed;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	bottom:0;
	width:100%;
	height:40px;
	background:#a10008;
}
.float_form1 {
	position:relative;
	width:1000px;
	height:40px;
	background:url(../images/flote.jpg) left top no-repeat;
	margin:0 auto;
	font-size:14px;
}
.float_form1 p {
	height:25px;
	line-height:25px;
	float:left;
}
.float_form1 p span {
	width:50px;
	height:25px;
	background-color:#FFF;
	margin:3px 5px;
	display:block;
	float: right;
	line-height: 25px;
	text-align: center;
}
.float_form1 .h30 {
	-webkit-box-shadow: 5px 5px 5px #666 inset;
	width:210px;
	height:30px;
	position:absolute;
	top:5px;
	left:445px;
	line-height:30px;
	background-color:#FFF;
}
.float_form1 .h31 {
	-webkit-box-shadow: 5px 5px 5px #666 inset;
	width:110px;
	height:30px;
	position:absolute;
	top:5px;
	left:735px;
	line-height:30px;
	background-color:#FFF;
}
.button_tj {
	width:78px;
	height:30px;
	background:url(../images/tj.jpg) no-repeat;
	position:absolute;
	top:5px;
	left:910px;
	cursor:pointer;
}
