@charset "utf-8";
/* CSS Document */

/***************** 全局样式-start *****************/
html {
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	font-size:14px;
	width:100%;
	height:100%;
	font-family:"微软雅黑";
	color:#555;
}
body, button, input, select, textarea {
	font: Tahoma, Helvetica, Arial, sans-serif;
	font-family:"微软雅黑";
}
div, form, img, ul, ol, li, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	vertical-align:middle;
}
input {
	margin:0;
	padding:1px;
}
li {
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	color:#000;
}
.clear {
	clear:both;
	line-height:0px;
	margin:0px;
	padding:0px;
	height:0px;
	font-size:0px;
}
/***************** 全局样式-end *****************/

/***************** 登录-start *****************/
.login_bg {
	background:url(../images/login_img.png) no-repeat center bottom #1e6d9b;
}
.login {
	width:693px;
	height:255px;
	background:#fff;
	margin:0 auto;
	position:relative;
	-moz-box-shadow: 2px 2px 10px #333;
	-webkit-box-shadow: 2px 2px 10px #333;
	box-shadow:2px 2px 10px #333;
}
.login_logo {
	display:block;
	margin:0 auto;
	padding:150px 0 60px 0;
}
.login_ipt {
	width:258px;
	height:38px;
	line-height:38px;
	line-height:38px/9;
	border:1px solid #aaa;
	padding-left:40px;
}
.login_p {
	position:relative;
}
.login_p img {
	position:absolute;
	left:13px;
	top:12px;
}
.login_img1 {
	position:absolute;
	left:40px;
	top:40px;
}
.login_cont {
	width:300px;
	float:right;
	margin-right:50px;
	margin-top:50px;
	border-left:1px solid #e0e0e0;
	padding-left:50px;
}
.forget_pwd {
	margin-top:6px;
}
.forget_pwd a {
	color:#999;
}
.btn_login {
	background:url(../css/login_btn.jpg) no-repeat;
	width:300px;
	height:40px;
	color:#fff;
	border:0;
	margin-top:10px;
	cursor:pointer;
}
.btn_login:hover {
	background:url(../css/login_btn.jpg) no-repeat;
}
.login_copy {
	display:block;
	width:100%;
	padding:26px 0;
	text-align:center;
	color:#fff;
	margin-top:20px;
}
/***************** 登录-end *****************/
/***************** top-start *****************/
.top{
	background:url(../images/top_bg.png) no-repeat top right #1e6d9b;
	height:80px;
	width:100%;
}
.top_r{
	float:right;
}
.top_r li{
	float:left;
	margin-right:15px;
	line-height:80px;
}
.top_r li a{
	color:#fff;
	margin-left:10px;
}
.top_r li a:hover{
	color:#c3c3c3;
}
.top_r li img{
	vertical-align:middle;
}
.top_logo{
	float:left;
	margin-left:20px;
	margin-top:13px;
}
/***************** top-end *****************/