.wrap1{
	width: 100%;
	height:100%;
	min-width:1000px;
}
.top-handler{
	background-color: gray;
	height: 30px;
}
.top-handler-auto{
	width: 600px;
	margin: 0 auto;
	height: 25px;
}
.nav-list{
	float: right;
}
.nav-list .nav-item{
	float: left;
	padding: 0 5px 0 5px;
}
.nav-list .nav-item a{
	font-size: 12px;
	color: #FFF;
	cursor: pointer;
	line-height: 30px;
}
.logo-handler{
	width: 800px;
	margin: 0 auto;
}
.logo-handler-auto a{
	cursor:pointer;
}
.center{
	position:relative;
	margin:0 auto;
	width:100%;
	height:800px;
	background:url(../images/web/bgd.png)0 0 no-repeat;
	background-size:100% 500px;
}
.center .from-list{
	width: 360px;
	z-index:100;
	background-color:#FFF;
	position: absolute;
	right: 280px;
	top: 30px;
	border: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}
.from-nav-list li{
	font-size: 15px;
	color: green;
	float: left;
	text-align: center;
	border-bottom: 2px solid green;
	width: 100%;
	font-weight: 500;
	padding-bottom: 20px;
	padding-top: 20px;
}
.from-input-item{
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}
.from-input-item img{
	position: absolute;
	left: 28px;
	top:70px;
	border-right: 1px solid #ccc;
	border-left: 20px;
}
.from-input-item input{
	width: 250px;
	height:25px;
	line-height:25px;
	border-radius:5px;
	font-size: 12px;
	padding: 5px 0 5px 35px;
	margin-left: 25px;
	border: 1px solid #ccc;
}
.from-btn{
	background-color: green;
	color: #FFF;
	display:inline-block;
	width: 280px;
	height:20px;
	line-height:20px;
	text-align: center;
	cursor: pointer;
	padding: 10px;
}
.from-btn:hover{
	background-color: #009933;	
}
.from-code{
	background: green;
}
.from-code:hover{
	background-color: #009933;
}
.err{
	color: red;
	font-size: 13px;
	margin-left: 40px;
}
.navbar-right{
	float: right;	
}
.navbar-right li{
	line-height: 28px;
}
.navbar-right li a{
	font-size: 13px;
}