.right-img{
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.right-img img{
	display: block;
	width: 97%;
	height: auto;
	margin: 0 auto;
	/*padding-top: 55px;*/
}

.main{
	position: absolute;
	width: 1560px;
	height: 584px;
	margin-left: -780px;
	margin-top: -292px;
	left: 50%;
	top: 50%;
}
.main .left-con{
	float: left;
	width: 926px;
}
.main .left-con img{
	width: 100%;
	height: auto;
}
.main .right-con{
	float: right;
	width: 360px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 60px;
	padding-right: 60px;
	border: solid 1px #e6e6e6;
	background: rgba(255,255,255,1);
}
.main .right-con .title{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #444452;
	margin-bottom: 22px;
}
.main .right-con .logo{
}
.main .right-con input{
	width: 360px;
	font-size: 14px;
	color: #444452;
	height: 58px;
	line-height: 58px;
	border: none;
	border-bottom: solid 1px #e5e5e5;
	margin-top: 22px;
}
.main .right-con input.name{
	background: url(../../images/icon1.png) no-repeat center right;
}
.main .right-con input.password{
	background: url(../../images/icon2.png) no-repeat center right;
}
.main .right-con a.login-btn{
	margin-top: 73px;
	margin-bottom: 35px;
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	width: 360px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: url(../../images/login-btn.png) no-repeat;
}
.main .right-con a.get-btn{
	font-size: 14px;
	color: #999999;
	float: right;
}
.main .right-con a.get-btn:hover{
	text-decoration: underline;
}

.copyright{
	position: absolute;
	font-family: arial;
	font-size: 12px;
	color: #bebebe;
	width: 100%;
	text-align: center;
	bottom: 8.3%;
}

body,html{
	width: 100%;
	height: 100%;
}
body.bg{
	background: url(../../images/bg.png) no-repeat;
	background-size: 100% 100%;
}
