﻿@charset "utf-8";

* {
	font-size: 9pt;
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: '微软雅黑', "宋体";
	margin: 0 auto;
	min-width: 580px;
	background: #fcfcfc;
}

ul, li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

span {
	margin: 0;
	padding: 0;
	display: block;
}

a, a:focus {
	text-decoration: none;
	color: #000;
	outline: none;
	blr: expression(this.onFocus = this.blur ());
	cursor: pointer;
}

a:hover {
	color: #3792c7;
	text-decoration: none;
}

input {
	border-radius: 2px;
	font-family: '微软雅黑';
	text-indent: 5px;
}

.login-body {
	background-color: #1d7ab0;
	background-image: url(../images/index/light.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.logintop {
	position: absolute;
	top: 0;
	background: #13547a;
	z-index: 9999;
	width: 100%;
}

.logintop img {
	float: left;
}

.logintop span {
	float: left;
	line-height: 50px;
	text-indent: 20px;
	color: #afc5d2;
	font-size: 14px;
}

.logintop ul {
	float: right;
	padding-right: 30px;
}

.logintop ul li {
	float: left;
	margin-left: 20px;
	line-height: 50px;
}

.logintop ul li a {
	color: #afc5d2;
	font-size: 14px;
}

.logintop ul li a:hover {
	color: #fff;
}

.loginbody {
	background: url(../images/index/loginbg3.png) no-repeat center center;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 420px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.logintit {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.loginbox {
	position: absolute;
	width: 692px;
	height: 356px;
	margin-top: 20px;
	background: url(../images/index/logininfo1.png) no-repeat;
}

@media ( max-width :692px) {
	.loginbox {
		width: 100%;
		position: static;
		margin-top: 0;
		margin-left: 0;
	}
}

.loginbox ul {
	margin-top: 80px;
	margin-left: 285px;
}

.loginbox ul li {
	margin-bottom: 25px;
}

.loginserial {
	width: 320px;
	height: 48px;
	background: url(../images/index/loginserial1.png) no-repeat;
	border: none;
	line-height: 48px;
	padding-left: 44px;
	font-size: 14px;
	color: #90a2bc;
}

.btn_position {
	margin-left: 40px;
}

.loginbtn {
	width: 112px;
	height: 35px;
	background: url(../images/index/buttonbg.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	line-height: 35px;
}

.loginbm {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: url(../images/index/loginbg2.png) repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #0b3a58;
}

.loginbm a {
	font-weight: bold;
	color: #0b3a58;
}

.loginbm a:hover {
	color: #fff;
}