﻿@charset"utf-8";
html{
	height:100%;
	width:100%;
	overflow:hidden
}
body{
	height:100%;
	width:100%;
	margin:0;
    background-size:cover;
	background: #6ccaff url(images/bodyBg.png) repeat center center; background-size:100% 100%;
}
img{
	border:0 none;
	vertical-align:middle
}
.denglubeijing{position: absolute;
  left: 50%;
  top: 50%;}
.login{
	position:relative;
	left:50%;
	top:50%;	
}
.loginBox{
	position:absolute;
	left:80px;
	bottom:35px;
	font-size:14px;
	color:#fff;
}
.loginBox td input[type="text"]{
	width:150px;
	height:14px;
}
.loginBox td input[type="button"]{
	cursor:pointer;
}
.wp{
	padding:20px;
}
#form1{
	height:100%;
	width:100%;
}
.nav{
	height:30px;
	border-bottom:2px solid #f2b100;
}
.nav ul{
	height:30px;
	margin:0;
	padding:0;
	float:left;
}
.nav ul li{
	float:left;
	list-style-type:none;
	margin-right:2px;
	display:inline-block;
}
.nav ul li.cent a{
	background-color:#f2b100;
	color:#fff;
}
.nav ul li a{
	float:left;
	height:30px;
	line-height:31px;
	text-decoration:none;
	font-size:13px;
	padding:0 20px;
	background-color:#fec911;
	color:#333;
}
.nav ul li a:hover{
	background-color:#f2b100;
	color:#fff;
}
.logoff{
	float:right;
	font-size:16px;
	text-decoration:none;
	margin:8px 10px 0 0;
	color:#f02b11;
	padding-left:19px;
	background:url(images/logoffBtn.gif) no-repeat left center;
}
.logoff:hover{
	text-decoration:underline;
	color:#f84e3c;
}
.main{
	padding:5px;
	background:url(images/mainBg.png) repeat;
}
#btn_login{
	cursor:pointer;
}
.userId{
	position:absolute;
	left:130px;
	top:364px;
}
.userId input,.password input{
	height:32px;
	width:256px;
    border:none;
}
.password{
	position:absolute;
	left:346px;
	top:364px;
}
.loginBtn{
	position:absolute;
	left:515px;
	top:364px;
}

.loginBtn input{
	width:41px;
	height:30px;
	cursor:pointer;
	border:0 none;
}
