﻿body{
	margin:0px;
	padding:0px;
	}
.top{
	width:1000px;
	margin:auto;
	height:120px;
	}
.title{
	display:block;
	border:none;
	width:600px;
	height:120px;
	}
.mid{
	width:100%;
	height:480px;
	position:relative;
	background-image:url(../images/bg2.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	}
.bottom{
	line-height:40px;
	font-family:"微软雅黑";
	font-size:12px;
	text-align:center;
	}
.mida{
	display:block;
	width:100%;
	height:480px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	}
.mid1{
	background-image:url(../images/bg1.png);
	}
.mid2{
	background-image:url(../images/bg2.png);
	}
.mid3{
	background-image:url(../images/bg3.png);
	}
.midbox{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	}
.midmid{
	width:410px;
	padding:42px 0 0 590px;
	margin:auto;
	}
.loginbox{
	width:240px;
	height:234px;
	background:#FFF;
	border-radius:8px;
	padding:37px 40px;
	z-index:999;
	}
.username,.password{
	display:block;
	width:218px;
	height:38px;
	border:1px solid #afafaf;
	line-height:38px;
	padding:0 10px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#afafaf;
	background-repeat:no-repeat;
	background-position:206px center;
	margin-bottom:22px;
	border-radius:4px;
	}
.username{
	background-image:url(../images/username.png);
	}
.password{
	background-image:url(../images/password.png);
	}
.loginbox3{
	width:240px;
	height:30px;
	overflow:hidden;
	}
.selectdiv{
	width:128px;
	height:28px;
	line-height:28px;
	float:left;
	overflow:hidden;
	background-image:url(../images/down.png);
	background-repeat:no-repeat;
	background-position:110px center;
	border:1px solid #afafaf;
	border-radius:4px;
	}
.selectbox{
	display:block;
	width:130px;
	height:28px;
	padding:0 0px 0 10px;
	color:#afafaf;
	font-family:"微软雅黑";
	font-size:14px;
	border:none;
	outline:none;
	line-height:28px;
	}
.selectbox:hover{
	cursor:pointer}
.fast,.online{
	display:block;
	float:right;
	text-align:right;
	font-size:14px;
	font-family:"微软雅黑";
	color:#4ba8dd;
	text-decoration:none;
	line-height:28px;
	}
.fast:hover,.online:hover{
	text-decoration:underline;
	}
.login{
	display:block;
	width:240px;
	height:40px;
	border-radius:4px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	font-family:"微软雅黑";
	font-size:14px;
	border:none;
	background-color:#3399FF;
	margin-top:23px;
	letter-spacing:8px;
	}
.login:hover{
	background-color:#60b6e7;
	cursor:pointer;
	}
.loginbox5{ 
	width:240px;
	text-align:right;
	padding-top:10px;
	}