@charset "utf-8";
/* CSS Document */
.input{
	width:100px; 
	height:20px;
	border-radius: 4px 4px 4px 4px; 
	background-color:rgb(102,102,102); 
	color:#FFFFFF;
	padding-left:20px;
	border:0px;
}
.loginform{
	width:auto; 
	height:25px; 
	float:right;
	padding-right:50px;
	color:#ccc;
	font-family:verdana;
	font-size:10px;
}
.bannercontent{
	width:1024px; 
	height:342px; 
	background: url(../images/bannerbg.jpg);
}
.arr{
	font-family:verdana; 
	color: rgba(158,158,158,1.00);
	text-align:center; 
	font-size:10px; 
	padding-top:20px;
	margin:auto;
}
.content{
	width:1024px; 
	height:auto; 
	margin:auto;
}
.headercontent{
	width:1024px; 
	height:108px; 
	margin:auto; 
	background:url(../images/headerbg.jpg) no-repeat;
}
.headerl{
	width:412px; 
	float:left; 
	height:108px;
}
.headerr{
	width:612px; 
	float:right; 
	height:108px;
}
.line{
	width:1024px; 
	height:11px; 
	margin:auto; 
	background:url(../images/line.jpg);
}
.imgs{
	width:1024px; 
	height:235px; 
	margin:auto; 
	background:url(../images/img.jpg);
}
.imgs2{
	width:1024px; 
	height:135px; 
	margin:auto; 
	background:url(../images/img2.jpg);
}
.footer{
	width:1024px; 
	height:200px; 
	margin:auto; 
	background-color:#000;
}