@charset "utf-8";
/* CSS Document */
.bannercontent{
	width:1024px; 
	height:369px;
	background:url(../images/bannerbg.jpg) no-repeat;
}
.arr{
	font-family:verdana; 
	color: rgba(158,158,158,1.00);
	text-align:center; 
	font-size:10px; 
	padding-top:20px;
	margin:auto;
}
.footer{
	width:1024px; 
	height:100px; 
	margin:auto; 
	background-color:#000;
}
.loginform{
	width:auto; 
	height:42px; 
	float:right;
	padding-right:50px;
	color:#ccc;
	font-family:verdana;
	font-size:10px;
	padding-top:20px;
}
.input{
	width:100px; 
	height:20px;
	border-radius: 4px 4px 4px 4px; 
	background-color:rgb(102,102,102); 
	color:#FFFFFF;
	padding-left:20px;
	border:0px;
}
.img1{
	width:1024px;
	height:470px;
	margin:auto; 
	background: url(../images/img.jpg);
}
.content{
	width:1024px; 
	height:auto; 
	margin:auto;
}
.header{
	width:1024px; 
	height:81px; 
	margin:auto; 
	background:url(../images/header.jpg);
}
