* {
	padding: 0;
	margin: 0;
}
@font-face {
	font-family:'fzdh_GBK';
}
body {
	width: 100%;
	height: 100%;
	
}
.top{
	width: 1200px;
	height: 135px;
	line-height: 135px;
	background: #fff;
	margin: auto;
}
.top .top_logo{
	margin-top: -20px;
}
.top .top_logo img{
	vertical-align: middle;
	width: 85px;
	height: 83px;
}
.namefirst,.namesecond{
	display: inline-block;
	font-size: 42px;
	font-family:'fzdh_GBK' ;
	color: #0061b4;
}
.namesecond{
	font-size: 52px;
}
.center{
	width: 100%;
	height: 632px;
	background: url(../img/login_center.png) no-repeat center;
}
.box{
	width: 460px;
	height: 420px;
	background: #fff;
	border-radius: 5px;
	margin-top:130px;
	float: right;
}
.box_title{
	width: 396px;
	margin-top: 30px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #F2F2F2;
	padding-top:10px ;
	text-align: center;
	margin: auto;
	font-weight: bold;
	font-size: 30px;
	color: #0061b4;
	font-family: "microsoft yahei";
	
}
.user,.pwd{
	width: 396px;
	height: 50px;
	line-height: 50px;
	border:1px solid #F2F2F2;
	border-radius: 5px;
	margin: auto;
	margin-top: 20px;
	
}

.user span{
	display: inline-block;
	width: 62px;
	height: 50px;
	background: #f2f2f2;
	text-align: center;
}
.user span img{
	vertical-align: middle;
}
input[type=text]{
	width: 300px;
	padding-left:20px;
	height: 40px;
	border: none;
	outline: none;
	font-size: 16px;
	
}
input[type=password]{
	width: 300px;
	padding-left:20px;
	height: 40px;
	border: none;
	outline: none;
	font-size: 16px;
	
}
.pwd span{
	display: inline-block;
	width: 62px;
	height: 50px;
	background: #f2f2f2;
	text-align: center;
}
.pwd span img{
	vertical-align: middle;
}

.pwdct{
	width: 396px;
	height: 50px;
	line-height: 60px;
	margin: auto;
}
.btn{
	width: 396px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	display: block;
	border: none;
	border-radius: 50px;
	font-size: 18px;
	background: linear-gradient(#0061b4,#369af1);
	color: #fff;
}
.btm{
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 43px;
}
