/* CSS Document */
body,html{
	font-size:13px;
	font-weight:bold;
	color:#394D66;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #062367;
	margin:0;
	height: 100%;
}
input{
	border:1px solid #2955b1;
}



#titleLogo{
	padding:45px 0 0 45px;
}

#cenLeft{
    margin-left: 25px;
    margin-top: 5%;
    width: 52%;
    min-width: 700px;
}
#cenLeft>img{
	width: 100%;
}

#cenRight{
	position: absolute;
	right:12%;
	top:24%;
    /*width: 29%;
    height: 45%;*/
    width: 400px;
    height: 336px;
    background: url(../images/basic/login/login_bg.png) no-repeat center
    ;
    background-size: cover;
        box-sizing: border-box;
    padding: 70px 66px 40px;
}
#loginCon input{
	width:100%;
	border-radius: 4px;
	border:1px solid #1669d1;
	height: 36px;
	line-height: 36px;
	background: #ececec;
	text-indent: 35px;
	outline:0 none;
	    box-sizing: border-box;
    padding-top: 5px;
}
#loginCon>div{
	position: relative;
	margin-top: 20px;
}
#loginCon>div>img:first-child{
	position: absolute;
	left:10px;
	top:11px;
}

#loginCon .uCode input{
	width:65%;
}

.btn>a{
	display: inline-block;
	background: #0f9ff2;
	border-radius: 4px;	
	text-align: center;
	height: 36px;
	line-height: 36px;
	color:#fff;
	cursor: pointer;
}
.btn>.surebtn{
	width:65%;
}
.btn>.resbtn{
	width:83px;
}

#footer{
	position: fixed;
	bottom: 0;
	width:100%;
}
#footer>div{
	text-align: center;
}
#footer p{
	display: inline-block;
	color:#fff;
    vertical-align: super;
        font-weight: normal;
    font-size: 12px;
    margin-left: 15px;
}

/*
@media screen and (min-width: 1500px){
	#cenLeft>img{
		width: 1050px;
		height: 630px;
	}
}
*/

td{
	height:12px;
	vertical-align:left;
	font-size:13px;
	color:#666666;
}
table.info{
	width:310px;
	position:absolute;
	left:35px;
	top:95px;
}

.admin_text{
	width:220px;
	height:33px;
	border:1px solid #B6B6B6;
	line-height:30px;
	background-image:url(../images/main_text1.gif);
}

.verifytext{
	width:100px;
	height:33px;
	line-height:30px;
	border:1px solid #B6B6B6;
	background-image:url(../images/main_text1.gif);
}

a.login{
	display:block;
	width:79px;
	height:28px;
	background:url(../images/login_adminbg_a.gif) no-repeat;
	color:#e0e5f5;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:60px;
	/*margin-left:50px;*/
	
}

a.login:hover{
	background-image:url(../images/login_adminbg_b.gif);

}
a.login_en{
	display:block;
	width:79px;
	height:28px;
	background:url(../images/login_adminbg_a_en.gif) no-repeat;
	color:#e0e5f5;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:60px;
	/*margin-left:50px;*/
	
}

a.login_en:hover{
	background-image:url(../images/login_adminbg_b_en.gif);

}
.reset_login{
	display:block;
	width:79px;
	height:28px;
	background:url(../images/buttom_reset_a.gif) no-repeat;
	color:#333;
	text-shadow:1px 1px #fff;
	font-size:12px;
	text-align:center;
	border:0;
}

.reset_login:hover{
	background-image:url(../images/buttom_reset_b.gif);

}
td.changetext{
	color:#4485BE;
	font-size:12px;
	font-weight:normal;
}

td.changetext a{
	color:#000000;
	text-decoration:none;
}

td.changetext a:hover{
	color:#FF6600;
	text-decoration:underline;
}

.adminlogo{
	margin:500px 0 0 630px;
}

span{
	position:absolute;
	margin:290px 0 0 140px;
}