﻿@charset "utf-8";

body {
	color: #fff;
	height:100%;
	background:url(/images/bodybg.jpg) no-repeat;
	background-position: 100% 100%;
	background-attachment: fixed;
	background-size:cover;
	
}
.wrapper{
	width:960px;
	margin:auto;
}

.login_ul{
	width:100%;
	background:url(/images/main.png) no-repeat ;
	margin-top:30%;
	overflow: hidden;
	background-position: 0px 60px;
}
.sysName{
	width:302px;
	height:90px;
	float:left;
	margin:435px 0 0 0;
	<!--background:url(/images/login_name.gif) no-repeat 0 50%;-->
}
.apps{
	width:960px;
	height:220px;
	float:left;
	padding:0;
	
	
}
.apps li{
	width:190px;
	height:210px;
	float:left;
	padding-left:30px;
	padding-right:20px;
}
.apps li a{
	display:block;
	width:100%;
	height:190px;
	color:#fff;
	font-size:16px;
	font-family:"微软雅黑";
	text-decoration:none;
}
.apps li label{
	display:block;
	height:20px;
	width:100%;
	top:190px;
	text-align:center;
	position:relative;
}
.icon1{
	background:url(/images/login_ent_04.png) no-repeat 50% 0;
	background-position: 100% 100%;
}
.icon4{
	background:url(/images/login_ent_08.png) no-repeat 50% 0;
	background-position: 100% 100%;
	background-position: center;
}
.icon2{
	background:url(/images/login_ent_05.png) no-repeat 50% 0;
	background-position: center;
	background-position: 100% 100%;
}
.icon5{
	background:url(/images/login_ent_09.png) no-repeat 50% 0;
	background-position: center;
	background-position: 100% 100%;
}
.icon8{
	background:url(/images/login_ent_13.png) no-repeat;
	background-position: center;
}
.icon9{
	background:url(/images/login_ent_14.png) no-repeat;
}
.accountLog{
	width:100px;
	position:absolute;
	bottom:30px;
	right:10px;
}
.accountLog a{
	color:#036;
}

