body{
	background: #F4F4EC;
}
.head{
	width: 100%;
	height: 8px;
	background: #145B31;
}
.box{
	width: 900px;
	height: auto;
	min-height: 540px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/bg.png) no-repeat top center;
	position: relative;
}
.box .left{
	width: 265px;
	height: 220px;
	position: absolute;
	top:210px;
	left:50px;
}
.box .right{
	width: 265px;
	height: 220px;
	position: absolute;
	top:210px;
	right:50px;
}
.box img{
	display: block;
	margin: 0 auto 38px;
}
.box .right img{
	display: block;
	margin: 0 auto 44px;
}
.box input{
	display: inline-block;
	width: 198px;
	height: 24px;
	background: transparent;
	border: 1px solid #C8C9C2;
	color:#666;
	float: right;
}
.box ul li{
	margin-bottom: 10px;
	overflow: hidden;
}
.box ul li span{
	display: inline-block;
	width: 50px;
	text-align: left;
	color:#A3A2A3;
}
.box .denglu{
	display: block;
	width: 100%;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color:white;
	border: 0;
	cursor: pointer;
}
.box .left .denglu{
	background: #ED7449;
}
.box .right .denglu{
	background: #59C893;
}
.box .right .fw{
	color:#6F706D;
	font-size: 14px;
	text-align: center;

}
.box .right .fw span{
	color:#EC7448;
	padding-left:10px;
}
.box .ewm{
	width: 180px;
	height: 74px;
	position: absolute;
	right:0;
	top:60px;
}
.box .ewm span{
	text-align: right;
}



















.foot{
	width: 900px;
	height: 90px;
	margin: 0 auto;
	border-top: 1px solid #CCCBC5;
	padding-top: 25px;
}
.foot p{
	font-size: 12px;
	text-align: center;
	line-height: 25px;
    color:#7E7E7D;
}