html {
	height: 100%;
	width: 100%;
}
body {
	background: url(../img/light.png) #1b76ac;
	background-repeat: no-repeat;
	background-position: right center;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}
.login {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 264px;
	height: 306px;
	background: url(../img/denglu.png) no-repeat;
	padding-left:15px;
}
.index_login {
	background: url(../img/dlan.gif) no-repeat;
	border-width: 0px;
	position: absolute;
	left: 227px;
	width: 35px;
	top: 270px;
	height: 35px;
	z-index: 100;
}
.index_body {
	overflow: hidden;
}
.index_username {
	position: absolute;
	left: 24px;
	width: 190px;
	top: 228px;
	height: 19px;
	z-index: 100;
	background: #FFF;
	border: 0;
}
.index_userpass {
	position: absolute;
	left: 24px;
	width: 190px;
	top: 272px;
	height: 19px;
	z-index: 100;
	background: #FFF;
	border: 0;
}
.index_logo {
	position: absolute;
	z-index: 100;
	left: 50px;
	top: 23px;
}
form {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.Desktop {
	width: 100%;
	height: 100%;
}
.Desktop_foot_bg {
	width: 100%;
	height: 42px;
	background: #4ea0ce;
	position: fixed;
	bottom: 0px;
	left: 0px;
	opacity: 0.5;
}
.Desktop_foot {
	width: 100%;
	height: 42px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #4ea0ce;
}
.Desktop_foot .a {
	font-size: 12px;
}
.Desktop_foot .a:hover {
	background: url(../img/win/taskbarhover.png);
	cursor: pointer;
}
.Desktop_foot .win {
	width: 54px;
	height: 42px;
	float: left;
	background: url(../img/win/start.png);
	background-position: 0px -6px;
}
.Desktop_foot .win:hover {
	width: 54px;
	height: 42px;
	float: left;
	background: url(../img/win/start.png);
	background-position: 0px -60px;
}
.Desktop_foot .win_but {
	width: 57px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	float: left;
	background: url(../img/win/taskbarhover1.png);
	padding-top: 5px;
}
.l-taskbar-task {
	width: 57px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	float: left;
	background: url(../img/win/taskbarhover1.png);
	padding-top: 5px;
}
.Desktop_foot .l-taskbar-task:hover {
	background: url(../img/win/taskbarhover.png);
	cursor: pointer;
}

#app {
	float: left;
	text-align: center;
	margin: 10px;
	list-style: none;
}
#app a {
	text-decoration: none;
	border: solid 1px transparent;
	display: block;
	padding: 3px;
	margin: 20px 0 0 0;
	color: #ffffff;
	text-shadow: 0.2em 0.1em 0.3em #000000;
}
#app a:hover {
	border: solid 1px #bbd6ec;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 1px #fff;
	background-color: #5caae8;
}
#menuwin {
	width: auto;
	display:none;
	position: fixed;
	left: 1px;
	bottom: 43px;
}
#startmenu {
	border: solid 1px #102a3e;
	overflow: visible;
	display: block;
	height: 404px;
	width: 450px;
	opacity: 0.9;
	-webkit-border-radius: 5px;
	position: fixed;
	box-shadow: inset 0 0 1px #ffffff;
	-webkit-box-shadow: inset 0 0 1px #ffffff;
	background-color: #619bb9;
	background: -webkit-gradient(linear, center top, center bottom, from(#327aa4), color-stop(45%, #2e4b5a), to(#5cb0dc));
	left: 1px;
	bottom: 43px;
}
#leftspliter {
	margin: 0 15px 0 15px;
	border-top: solid 1px #d6e5f5;
}
#rightspliter {
	margin: 0 7px 0 7px;
	border-top: solid 1px #596d77;
}
#search {
	margin: -2px 0 0 0;
}
#programs, #links {
	float: left;
	padding: 0;
	list-style: none;
	position: relative;
}
#programs {
	background: #ffffff;
	border: solid 1px #365167;
	margin: 7px 0 7px 7px;
	box-shadow: 0 0 1px #ffffff;
	-webkit-box-shadow: 0 0 1px #ffffff;
	-webkit-border-radius: 3px;
}
#programs a {
	border: solid 1px transparent;
	display: block;
	padding: 3px;
	margin: 3px;
	color: #4b4b4b;
	text-decoration: none;
	min-width: 220px;
}
#programs a:hover {
	border: solid 1px #7da2ce;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 0 1px #ffffff;
	-moz-box-shadow: inset 0 0 1px #ffffff;
	-webkit-box-shadow: inset 0 0 1px #ffffff;
	background-color: #cfe3fd;
	background: -webkit-gradient(linear, center top, center bottom, from(#dcebfd), to(#c2dcfd));
}
#programs a img {
	border: 0;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#links {
	margin: 7px;
	margin-top: -30px;
}
#links li.icon {
	text-align: center;
	display:none;
}
#links a {
	border: solid 1px transparent;
	display: block;
	margin: 5px 0;
	position: relative;
	color: #ffffff;
	text-decoration: none;
	min-width: 120px;
}
#links a:hover {
	border: solid 1px #000;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 1px #ffffff;
	-webkit-box-shadow: inset 0 0 1px #ffffff;
	background-color: #658da0;
	background: -webkit-gradient(linear, 0% 100%, 100% 100%, from(#517384), color-stop(50%, #79a3b8), to(#517384));
}
#links a span {
	padding: 5px;
	display: block;
}
#links a:hover span {
	background: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(49%, transparent), color-stop(50%, rgba(2,37,58,0.5)), to(rgba(63,111,135,0.5)));
}

/* 主窗口飘云动画样式
.mainbody {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	background-image: url(../img/loginbg3.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin:0;
}
.mainbody .cloud {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 165px;
	background: url(../img/cloud.png) no-repeat;
	z-index: 1;
	opacity: 0.5;
	-webkit-animation: animate-cloud 40s linear infinite;
	-moz-animation: animate-cloud 40s linear infinite;
	-ms-animation: animate-cloud 40s linear infinite;
	-o-animation: animate-cloud 40s linear infinite;
}
.mainbody .cloud1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 165px;
	background: url(../img/cloud.png) no-repeat;
	z-index: 1;
	opacity: 0.5;
	-webkit-animation: animate-cloud1 40s linear infinite;
	-moz-animation: animate-cloud1 40s linear infinite;
	-ms-animation: animate-cloud1 40s linear infinite;
	-o-animation: animate-cloud1 40s linear infinite;
}
.mainbody .cloud2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 165px;
	background: url(../img/cloud.png) no-repeat;
	z-index: 1;
	opacity: 0.5;
	-webkit-animation: animate-cloud2 40s linear infinite;
	-moz-animation: animate-cloud2 40s linear infinite;
	-ms-animation: animate-cloud2 40s linear infinite;
	-o-animation: animate-cloud2 40s linear infinite;
}
@-webkit-keyframes animate-cloud {
	0% {
	 background-position: -50% 100%;
	 opacity:0;
	}
	50% {
	 background-position: 50% 100%;
	 opacity: 0.9;
	}
	100% {
	 background-position: 110% 100%;
	 opacity: 0;
	}
}
@-webkit-keyframes animate-cloud1 {
	0% {
	 background-position: -30% 100%;
	 opacity:0;
	}
	30% {
	 background-position: 60% 100%;
	 opacity: 0.9;
	}
	100% {
	 background-position: 160% 100%;
	 opacity:0;
	}
}
@-webkit-keyframes animate-cloud2 {
	0% {
	 background-position: -30% 100%;
	 opacity:0;
	}
	40% {
	 background-position: -30% 100%;
	 opacity:0;
	}
	100% {
	 background-position: 130% 100%;
	 opacity:0.9;
	}
} */