@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	margin: 0;
	font-family: "微软雅黑"  
}

a {
	text-decoration: none;
	caption-side: #666;
}

img {
	border: 0;
	vertical-align: middle;
}

body{
	background:#f2f1f6;
	width:100%
}
.all_login {
	width: 100%;
	height:100%;
	overflow:hidden;
}
.login_center{
	width:100%;
	height:610px;
	top:40%;
	margin-top:-270px;
	background:#2271d2;
	position:absolute
	/*div垂直居中*/
}
.login_content {
	/*width:960px;*/
	position: relative;
	margin:0 auto;
	background-position:center;
	background-repeat:no-repeat;
	height:100%;
}
.login_content .leftContent{
	float:left;
	width:459px;
}
.leftContent img{
	margin-top:50px;
	height:450px
}
.login_content .rigthContent{
	width:530px;
	height:560px;
	margin:auto;
	float:right;
	overflow:hidden;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-color:#fff
}
.contentTop {
	height:50px;
	width:100%;
	margin:0 auto;
	position:relative;
	line-height:50px;
	border-bottom:1px #c1c1c1 solid;
	margin-top:10px
}
.contentTop label{
 font-size:22px;
 display:inline-block;
 height:50px;
 padding:0px 25px;
 color:#333;
 border-bottom:2px solid #2271d2
}
.labelcolor{
	color:#c1c1c1
}
.use_info {
	width:450px;
	height:260px;
	margin:0 auto;
	margin-top:20px;
	position:relative; 
}

.use_info .user_main {
	width:100%;
	height:auto;
	margin:20px 0px;
	padding:0px 10px
}

.use_info .user_other {
	width:100%;
	border: 0;
	text-align:center;
	margin:15px 0px 0px 0px;
	overflow: hidden
}
.userlogin{
	width:80%;
	margin:0 auto;
	margin-top:20px;
	overflow:hidden;
}
.userlogin a,.userlogin span{
	color:#888888;
	font-size:14px;
	display:inline-block
	}
.tl{
	text-align:left;
}
.tr{
	margin-left:120px
}
.tleft{
	margin-left:10px
}
.user_other a:hover,.userlogin a:hover{
	color:#09F
}
.user_main .userspan{
	display:inline-block;
	font-size:16px;
	color:#333;
	text-align:left
}
.input_text {
	outline: none;
	border:1px #B6AAAA solid;
	background-color:#f6f6f6;
	width:260px;
	height:35px;
	font-size: 12px;
	text-indent: 10px;
	line-height:35px;
	margin-left: 5px;
}
.input_text:focaus{
	
}
.yzm{
	width:115px;
	padding:8px 0px;
	position:relative; 
	display:inline-block; 
	color:#FFF;
	background:#afafaf; 
	margin:0px 10px; 
	text-align:center;
	font-size:14px;
}
.login_bt {
	background-color: #2271D2;
	width: 150px;
    margin-left: 3px;
	height:40px;
	color: #FFF;
	letter-spacing: 2px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	line-height: 40px;
	border-radius: 3px;
	text-align:center;
	border:0px;
	
}
.regist{background-color:#5FB878}

.login_bt:hover {
	background-color: #41a5df;
}
.regist:hover {
	background-color: #3FB878;
}