*{ margin: 0px; padding: 0px;}
img{ border: none;}
li{ list-style: none;}

.All{ 
	width: 100%; height: 100%; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
	background: url(../img/bj.jpg) no-repeat; background-size:cover;	
}

.BackgroundMap{
	width: 60%; height: 100%; float: left; position: relative;
	
}
.BackgroundMap img{
	width: 800px; height: 500px; position: absolute; top: 50%; right: 10%; margin: -250px 0px 0px 0px;
}

.content{
	width: 40%; height: 100%; float: left; position: relative;
}
.main{
	width: 450px; height: 550px; background: #fff;  position: absolute; left: 0px; top: 50%; margin-top: -275px;
	border-radius:5px ;
}
.main_code{
	width: 100%; height: 30px; margin-top: 10px; position: absolute; top: 0px; right: 0px;
}
.main_code a{ 
	width: 30px; height: 30px; display: block; float: right; margin-right: 10px; 
	background: url(../img/code.png) no-repeat; background-size: 100% 100%; 
}
.main_code a:hover{
	background: url(../img/code2.png) no-repeat ;  background-size: 100% 100%;
}

.main_logo{
	width: 100%; height: 40px; margin-top: 46px; text-align: center; margin-bottom: 48px;	
}
.main_logo img{ width: 170px; height: 46px;}

.main_content{
	width: 100%; height: 20px; margin-bottom: 20px;
}
.main_content P{
	font-size: 20px; color: #333; line-height: 20px; text-align: center; font-weight: 600;
}

.main_input{
	margin-top: 40px; text-align: center;
}
.main_text_input{ 
	width: 100%; height: 56px;  position: relative;
}
.main_text_input input{
	width: 380px; height: 56px; text-indent: 45px; line-height: 30px; border: 1px solid #e8e8e8; 
	color: #757575; font-size: 14px;  border-radius:6px ;
}

.UserName{ width: 30px; position: absolute; left: 10%; top: 13px; }
.Password{ width: 30px; position: absolute; left: 10%; top: 13px;  }

/*登录按钮*/
.SignIn{
	width: 100%; height: 56px; margin-top: 40px; text-align: center;
}
.SignIn button{
	width: 380px; height: 100%; cursor: pointer; line-height: 40px; border: none; border-radius:5px; color: #fff; font-size:16px; background: #3d6fd3;
}

/*填写登录结束*/

.scanning{
	width: 450px; height: 550px; background: #fff;  position: absolute; left: 0px; top: 50%; margin-top: -275px;
	border-radius:5px ;
}
.scanning_PC{
	width: 100%; height: 30px; margin-top: 10px; position: absolute; top: 0px; right: 0px;
}
.scanning_PC a{
	width: 30px; height: 30px; display: block; float: right; margin-right: 10px; 
	background: url(../img/pc_normal.png) no-repeat; background-size: 100% 100%; 
}
.scanning_PC a:hover{
	background: url(../img/pc_highlighted.png) no-repeat ;  background-size: 100% 100%;
}
.scanning_code{
	width: 200px; height: 200px; border: 1px solid #A8BAB8; line-height: 200px; text-align: center; 
	margin: auto; margin-top: 50px;
}
/*扫描登录结束*/


/*底部文字*/
.button{
	width: 100%; height: 100px; position: absolute; bottom: 0px; 
}
.button p{
	line-height: 100px; font-size: 14px; color: #a8bab8; text-align: center;
}
/* index页面结束 */

