@import url(reset.css);
html,body,.wrap{
	width:100%;
	height:100%;
	overflow: hidden;
}
body {
  background: #f5f4f9;
  font-family: "Microsoft YaHei"; 
	background: url(../images/img/bg.jpg) no-repeat;
	background-size:auto;
}
.wrap{
	background: url(../images/img/bg.jpg) no-repeat;
	background-size:100%;
	position: relative;
}
.system{
	width: 460px;
	height: 300px;
	position: absolute;
	top:190px;
	right:132px;
}
.system h4{
	font-size:30px;
	color: #f9fffe;
}
.Eng{
	margin: 14px 0 28px 0;
}
.login{
	height:60px;
	width:460px;
	margin-bottom:15px; 
}
.login p{
	width:100%;
	font-size: 14px;
	color:#fff;
	margin-bottom: 6px
}
.login input{
	width:286px;
	height: 38px;
	background: #fff;
	color:#b7b0af;
	font-size:14px;
	border:none;
	padding-left:10px;
}

.sub input{
	width: 286px;
	height: 38px;
	background: #00a6b1;
	color:#fff;
	font-size: 18px;
	border:none;
}
