@charset "utf-8";
/* CSS Document */
/******************************重置所有样式*********************************/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color:#012F6D;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: 微软雅黑, arial;
}
body {
	font-size: 13px;
	font-weight: normal;
	line-height: 26px;
}
li {
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
input, textarea {
	outline: none;
}
/*********************设置公共样式***********************/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}


/*********************登录页面***************************/
#body{
	background:url(../images/login-bg.jpg) no-repeat center center;
	background-size:cover;
}

.login-box {
	width: 810px;
	height: 470px;
	position: fixed;
	left: 53%;
	top: 50%;
	margin-left: -405px;
	margin-top:-235px;
	background:url(../images/login-box-bg.png) no-repeat center center;
}

.login-box-container {
	position: relative;
	top: 106px;
	background:url(../images/login-box-zhuangshi.png) no-repeat 35px center;
	height:270px;
	width:100%;
}

#loginform{
	width:326px;
	height:270px;
	position:absolute;
	right:213px;
}

#loginform h2{
	color:#00a8c4;
	font-size:26px;
	line-height:70px;
	letter-spacing:5px;
	text-align:center;
}

input.login-user-name,input.login-password{
		display: block;
	margin: 0 auto;
	width: 202px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px 0 30px;
	margin-bottom:15px;
	font-size:14px;
	color:#595757;
	letter-spacing:1px;
	font-weight:bold;
}

input.login-user-name{
	background:url(../images/login-user-bg.png) no-repeat center center;
}

input.login-password{
	background:url(../images/login-password-bg.png) no-repeat center center;
}

input[type="submit"]{
	width:242px;
	line-height:40px;
	height:40px;
	display:block;
	margin:0 auto;
	background:#00a8c4;
	border-radius:5px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	letter-spacing:1px;
}

p.copyright {
	position: fixed;
	bottom: 50px;
	text-align: center;
	width: 100%;
	color: #FFF;
	font-size: 12px;
	line-height:22px
}
p.copyright img{
	vertical-align:middle;
	margin-right:10px;
}
p.logins {
	text-align:right;
	margin: 5px auto;
width: 235px;
height:30px;
line-height:30px;
	}
p.logins select{
	float:right;
	border:1px solid #999;
	padding:0 10px;
	margin-top:3px;

	}