@charset "utf-8";
/* CSS Document */
/*外框*/
.login-bg{
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../images/login/login_bg.jpg) no-repeat center center;
	background-size:100% 100%;
}
.login-warp{
	position:fixed;
	top:50%;
	left:50%;
	width:960px;
	height:540px;
	margin:-270px 0 0 -480px;
}
/*title*/
.login-title{
	position:relative;
	width:100%;
	height:84px;
	padding:8px 0;
}
.login-title img,.login-title span{
	display:block;
	float:left;
	margin-right:20px;
	line-height:84px;
}
.login-title img{
	/*width:80px;*/
	height:84px;
}
.login-title span,.login-title i{
	font: 48px/84px "微软雅黑", Helvetica,'\5b8b\4f53';
	color:#fff;
}
.login-title i{
	position:absolute;
	top:9px;
	left:101px;
	display:block;
	height:84px;
	color:#05122a;
	z-index:-1;
}
/*banner和登录的框*/
.login-box{
	width:896px;
	height:360px;
	padding:20px 32px 0 32px;
}
.login-banner,.login-column{
	display:block;
	float:left;
}
.login-banner img{
	width:556px;
	height:360px;
	margin-right:20px;
	cursor:default;	
}
.login-column{
	width:320px;
	height:360px;
	background-color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:0px 0px 5px #2e89fb;
	-moz-box-shadow:0px 0px 5px #2e89fb;
	-ms-box-shadow:0px 0px 5px #2e89fb;
	box-shadow:0px 0px 5px #2e89fb;
}
/*登录头*/
.login-tab{
	width:100%;
	height:50px;
}
.login-tab li{
	display:block;
	float:left;
	width:160px;
	height:50px;
	background-color:#f0f0f0;
	line-height:50px;
	text-align:center;
}
.tab-normal{
	-webkit-border-radius:10px 0 0 0;
	-ms-border-radius:10px 0 0 0;
	-moz-border-radius:10px 0 0 0;
	border-radius:10px 0 0 0;
}
.tab-pki{
	-webkit-border-radius:0 10px 0 0;
	-ms-border-radius:0 10px 0 0;
	-moz-border-radius:0 10px 0 0;
	border-radius:0 10px 0 0;
}
.login-tab li a{
	display:block;
	width:100%;
	height:100%;
}
.login-tab li a:hover{
	color:#323232;	
}
.tab-normal a:hover{
	-webkit-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.tab-pki a:hover{
	-webkit-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.login-check{
	background-color:#fff;
	-webkit-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	color:#323232;
}
/*登录尾*/
.login-foot{
	width:100%;
	height:50px;
	background-color:#f0f0f0;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-ms-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
}
.login-foot ul{
	width:320px;
	height:100%;
	padding:0 20px;
}
.login-foot ul li{
	display:block;
	float:left;
	margin:0 3px;
	line-height:50px;
}
.login-foot ul li a{
	color:#969696;;
}
.login-foot ul li a:hover{
	color:#2e89fb;
	text-decoration:underline;
}
/*中间的登录*/
.login-list{
	width:260px;
	height:260px;
	padding:0 30px;
}
.login-normal,.login-pki{
	width:100%;
	height:100%;
}
.login-normal{
	height:180px;
	padding:25px 0 30px 0;
}
.login-input{
	width:100%;
	overflow:hidden;
}
.login-input li{
	display:block;
	width:258px;
	height:38px;
	border:1px solid #c8c8c8;
	margin-bottom:20px;
}
.login-input li b,.login-input li input{
	display:block;
	float:left;
}
.login-input li b{
	width:38px;
	height:38px;
}
.login-input li b img{
	display:block;
	width:20px;
	height:20px;
	margin:9px auto;
}
.login-input li input{
	height:18px;
	margin:10px 0;
	line-height:18px;
}
.login-input li button{
	width:100%;
	height:100%;
	background-color:#2e89fb;
	line-height:38px;
	color:#fff;
}
.login-input li button:hover{
	background-color:#1c7ffa;
	-webkit-box-shadow:0 1px 1px #0266e3;
	-ms-box-shadow:0 1px 1px #0266e3;
	-moz-box-shadow:0 1px 1px #0266e3;
	box-shadow:0 1px 1px #0266e3;
}
.login-pki{
	padding-top:15px;
	height:270px;
}
.login-pki button{
	display:block;
	width:200px;
	height:240px;
	margin:0 auto;
	background:url(../images/login/btn_pki.png) no-repeat center center;
}
.login-pki button:hover{
	background:url(../images/login/btn_pki_hover.png) no-repeat center center;
	background-position:0 1px ;
}
