/* CSS Document */
@charset "utf-8";
html {
	width:100%;
	height:100%;
	border:none;
	padding:0px;
	margin:0px;
	overflow: hidden;
}
body {
	width:100%;
	height:100%;
	border:0px;
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family:verdana,simsun;
	color:#999;
	/* background-color: #014888; */
	background:	url(images/login_bg.png) no-repeat;
    background-size: 100%, cover;
	position:relative;
	
}

/*----------------------闂佽皫鍐剧吋婵″彞鍗抽幃浠嬪Ω閿曪拷鍘�閻庢鍣幏鐑解�閿燂拷--------------------*/

div#header {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1368px;
	height: 120px!important;
	background-color: #556622;
	background: url(images/login_header.jpg) top center no-repeat;
	margin-left: -684px;
	z-index: 100;
}

/* 婵＄偑鍊楅弫璇差焽閹殿噯鎷烽柣鐔哄閻濓拷*/
/* #container{
	width:760px;
	height:380px;
	background:url(images/login_container.jpg) top center no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-380px;
	margin-top: -190px;
	z-index: 98;
} */
.sys-name{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:7.8125vw;
	width:44.7916667%;
}
.loginDiv{
	position:absolute;
	top:120px;
	left:380px;
}
#container p{
/* 	margin:0px 0px 10px 0px;
	width: 280px; */
}
#container label{
	display: inline-block;
	height:36px;
	line-height:36px;
	width: 80px;
	padding: 0px;
	margin: 0px;
	background-color: #11507C;
	text-align: center;
	color: #FFFFFF;
	vertical-align: top;
}
#container input.login_name, 
#container input.login_password {
	height: 34px;
	width: 196px;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	border-left: none 0px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background-color: #CAD8E8;
	line-height: 34px;
}
.btn_login{
	/*
	margin-top:20px;
	*/
	height:36px;
	width:128px;
	background:url(images/btn_login.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	}
.btn_remove{
	/*
	margin-top:20px;
	*/
	margin-left:18px;
	height:36px;
	width:128px;
	background:url(images/btn_login.png) -128px 0 no-repeat;
	border:none;
	cursor:pointer;
	}
	
.btn_login1{
	/*
	margin-top:20px;
	*/
	height:36px;
	width:98px;
	background:url(images/btn_login1.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	}
.btn_remove1{
	/*
	margin-top:20px;
	*/
	margin-left:20px;
	height:36px;
	width:98px;
	background:url(images/btn_login1.png) -98px 0 no-repeat;
	border:none;
	cursor:pointer;
	}	
.yLost{float:right;text-decoration:underline;text-align:right;}	
	.yLost a{color:#538abb;margin-left:15px;}
		.yLost a:hover{color:#fff;}
.mountain {
	position: absolute;
	top: 789px;
	left: 50%;
	width: 1000px;
	height: 165px;
	margin-left: -500px;
	background: url(images/login_mountain.jpg);
	z-index: 97;
}	

/*闂佺粯顨呴悧濠傤焽閸喓鈹嶉柍鈺佸暕缁憋拷/
.footer{
	position:absolute;
	width:100%;
	height: 100px;
	overflow: hidden;
	line-height:22px;
	margin:0px;
	font-size:12px;
	text-align:center;
	color:#95bbdd;
	bottom:0px;
	left: 0px;
	z-index: 99;
}
.yBlue{color:#689bc8;padding-top:10px;filter:alpha(opacity=80);   
      -moz-opacity:0.8;   
      -khtml-opacity: 0.8;   
      opacity: 0.8;}

.yLnotice{float:left;width:265px;background:#f8d98f;padding:5px 5px 5px 10px;color:#ff5f5f;margin-bottom:10px;}
	.yLnotice img{float:left;width:16px;margin:5px 4px 0 0;}
	.yLnotice span{float:left;width:245px;}



















