@charset "utf-8";
/* CSS Document */
body, div, p, ul, li,h2,h3,h1, i, em, span, dd, dt, dl, form, table, th, td, tr, input {
	border: 0 none;
    margin: 0;
    padding: 0;
	list-style-type:none;
}
select{
	padding: 0;
	margin: 0;
}
html{
	font-family:"Microsoft Yahei","SimHei","SimSun", Geneva, sans-serif; 
	font-size: 12px; 
	color:#121212;
	height: 100%;
	background: url(../images/login_bg.jpg) center 60px no-repeat;
	background-color:#ffffff;
}
a{ 
    text-decoration:none;
	color:#333333;
	outline:none;
	border: none;
}
a:hover{ text-decoration:none;}
img{ border:none;}
h2,h3,h4,i,b{
	font-weight: normal;
	font-style: normal;
}
input,textarea{ font-family:"Microsoft Yahei","SimHei","SimSun", Geneva, sans-serif; outline:none;}

.wrap{ width: 1200px; }
.wraper{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.wraping{
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.ofhd{ overflow: hidden; }
.mgat{ margin: 0 auto; }
.hgat{ height: auto; }
.fl{ float: left; }
.fr{ float: right; }
.lf{ clear: both; }
/*头部*/
.reg_head{
	width:100%;
	height:60px;
	min-width: 1200px;
	/*border-bottom: 1px #e3e3e3 solid;*/
	background-color: rgba(255,255,255,0.45);
	position: relative;
	z-index: 999;
}
.logo{
	width:320px;
	height: auto;
	overflow: hidden;
	float: left;
}
.logo img{
	margin-top: 10px;
}
.reg_nav{
	width: 600px;
	height: 60px;
	overflow: hidden;
	float: right;
	line-height: 60px;
	vertical-align: middle;
	text-align: right;
	font-size: 16px;
	color: #333333;
}
.reg_nav a{
	font-size: 16px;
	color: #333333;
	margin: 0 15px;
}
/*中部*/
.login{
	position: absolute;
	height: 450px;
	width: 100%;
	top: 50%;
	margin-top: -250px;
	left:0;
}
.login_tit{
	width: 520px;
	height: auto;
	overflow: hidden;
	float: left;
	padding-top: 50px;
}
.login_con{
	width: 300px;
	height: 420px;
	overflow: hidden;
	padding: 10px 30px;
	background-color: #ffffff;
	float: right;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
	margin-bottom: 10px;
	margin-right: 5px;
}
.login_img{
	margin-top: 30px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.login_con p{
	padding: 0;
	margin: 0;
	width: 290px;
	height: 32px;
	overflow: hidden;
	border: 1px #cccccc solid;
	border-radius: 3px;
	margin-bottom: 20px;
}
.login_con p input{
	width: 266px;
	height: 32px;
	overflow: hidden;
	padding: 0 12px;
	font-size: 14px;
	color: #333333;
	line-height: 32px;
}
.login_con span{
	display: block;
	/*line-height: 20px;*/
	font-size: 12px;
	color: #999999;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.login_con label{
	cursor: pointer;
}
.login_con span input{
	margin-right: 5px;
	float: left;
	margin-top: 2px;
}
.login_con p.sub{
	width: 290px;
	height: 36px;
	overflow: hidden;
	border: none;
	margin: 0;
	margin-bottom: 20px;
}
.login_con p.sub input{
	width: 290px;
	height: 36px;
	cursor: pointer;
	background-color: #2577d8;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	border: none;
}
.login_a{
	height: auto;
	overflow: hidden;
	line-height: 26px;
	vertical-align: middle;
}
.login_a a{
	font-size: 12px;
	color: #2577d8;
}
.login_a a:last-child{
	float: right;
}

/*底部*/
.login_footer{
	position: absolute;
	width:100%;
	height:auto;
	min-width: 1200px;
	text-align: center;
	padding-top: 35px;
	line-height: 30px;
	vertical-align: middle;
	padding-bottom: 30px;
	background-color: #ffffff;
	font-size: 14px;
	color: #999999;
	bottom: 0;
	left: 0;
}
.login_footer a{
	color: #999999;
	margin: 0 15px;
}