/* CSS Document */
body {
	font-family:Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #333;
	background: url(../img/body_bg.jpg) no-repeat ;
	background-position:center;
	background-size:100% 100%; 
	background-attachment:fixed;
	
}


a:link {
	color: #666;
	text-decoration: none;	
}
a:visited {
	color: #666;
	text-decoration: none;	
}
a:hover {
	color: #C00;
	text-decoration: none;	
}
ul,ol,li {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
img {
	border: 0;	
}
br {
	font-size: 0;
	line-height: 10px;
	height: 10px;
}

/* 头部 */
.top {
	width: 980px;
	height: 90px;
	margin: 0 auto;
}
.top ul {
	height: 90px;
	line-height: 90px;
	float: right;
}
.top ul li {
	float: left;
	margin-left: 30px;
	font-weight: bold;
}
.top ul li a.hover {
	color: #F60;
}
.top ul li a.hover:hover {
	color: #C00;
}

/* 登录主体 */
.main {
	font-family: "微软雅黑";
	width: 1200px;
	margin: 100px auto ;
	padding-top: 40px;
}
.main .denglu {
	width: 1200px;
	height: 500px;
	margin:0px;
	text-align: center;
	
}
.main .denglu .text {
	width: 700px;
	display: inline;
	float: left;
	line-height: 26px;
	text-align: center;
}



/*
.main .denglu .text .notice {
	padding-left: 100px;
	padding-right: 80px;
	text-align: left;
	color: white;

}

#re_readme {
	color:lightyellow; 
	text-decoration:underline;
}
#re_readme:visited {text-decoration:none;} 
#re_readme:hover {color:yellow;text-decoration:underline;} 
#re_readme:active {color:#ba2636;} 
*/


.main .denglu .text .img{
	width: 550px;

}

.main .denglu .dlk {
	border: skyblue solid 1px;
	width: 400px;
	height: 450px;
	background: url(../img/white_a30.png) repeat;
	display: inline;
	float: right;
	color: #FFFFFF;
	font-size: 20px;
	
}
.main .denglu .dlk a.mm {
	color: #FFFFFF;
	font-size: 12px;
}
.main .denglu .dlk a.mm:hover {
	color: #C00;
}
.main .denglu .dlk a.zc {
	color: #F60;
}
.main .denglu .dlk a.zc:hover {
	color: #C00;
}

.main .denglu .dlk .table .tr .td{
	text-align: center;
	background: #333333;
}

/* 登录底部 */
.footer {
	
	font-size: 13px;
	height: 50px;
	width: 100%;
	line-height:50px;
	background:#333333;
	text-align: center;
	color: #AAAAAA;
	position:fixed;
	bottom:0px;
	left:0px;
	
}

/* button,input */
.dlinput {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	width: 220px;
	line-height: 40px;
	text-indent: 2px;
	font-size: 16px;
	
}
.loginbtn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: orange;
	border: solid 1px #eee;
	width: 350px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #FFF;
	padding: 0;
	margin: 0;
}
.loginbtn:hover, .loginbtn:focus {
	background: #FF6600 ;
}
.loginbtn:active {
	color: #ccc;
}














