@charset "utf-8";

/* 样式重置 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}



html,body{
	width: 100%;
	height: 100%;
	font-family: Microsoft YaHei,SimHei,宋体,黑体,tahoma,arial;
	overflow: hidden;
	}

.header{
	width: auto;
	height: 10%;
	overflow: hidden;
	background: #fff;
	border-bottom: 2px solid #09c;
}
.top{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	}
.logo{
	background: url(../images/logo_login.png) no-repeat;
	display: block;
	height: 26px;
	margin: 20px 0;
	text-align: right;
	color: #fff;
}
.foot{
	width: auto;
	height: 20%;
	background: #f1f1f1;	
	text-align: center;
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
.foot div{
	padding:20px 0;
}
.foot a{
	color: #333;
	padding: 0 5px;
}
.foot a:hover{
	color: #178bff;
}
.wrapper{

	width: auto;
	height: 70%;
	background: #178bff;
	overflow: hidden;
	}
.wrapper .center{
	margin: 0 auto;
	width: 960px;
	height: 500px;
	overflow: hidden;
	background: url(../images/leftimg_02.png) left center no-repeat;
}

.center .right{
	float: right;
	width: 322px; 
	height: 341px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	background-color: #fff;
	margin-top: 50px;
	margin-right: 30px;
}
.right-h1{
	float: left;
	width: 302px; 
	height: 60px; 
	line-height: 60px;
	-webkit-border-radius: 3px 3px 0 0; 
	-moz-border-radius: 3px 3px 0 0; 
	border-radius: 3px 3px 0 0; 
	background-image: -webkit-linear-gradient(bottom, rgba(87,165,244,.06), rgba(255,255,255,.06)); 
	background-image: -moz-linear-gradient(bottom, rgba(87,165,244,.06), rgba(255,255,255,.06)); 
	background-image: -o-linear-gradient(bottom, rgba(87,165,244,.06), rgba(255,255,255,.06)); 
	background-image: linear-gradient(to top, rgba(87,165,244,.06), rgba(255,255,255,.06));
	font-size: 18px;
	color: #333;
	text-align: left;
	padding-left: 20px;
	border-bottom:1px solid #eee;
}
.ul-input{
	
	margin:0 auto;
	padding-top: 10px;
	overflow: hidden;
	width: 260px;
}
.ul-input li{
	text-align: left;
	font-size: 12px;
	color: #333;
	line-height: 38px;
}
.namebg,.passwordbg{
	width: 250px;
	height: 24px;
	line-height: 24px;
	padding:7px 5px;
	border: none;
	
}
.namebg{
	background: url(../images/name.png) no-repeat;
}
.passwordbg{
	background: url(../images/password.png) no-repeat;
}
.btn-login,.btn-shenqing{
	width: 124px;
	height: 37px;
	border: none;
	color: #fff;
	margin-top: 20px;
}
.btn-login{
	background: url(../images/login.png) no-repeat;
	float: left;
	cursor:pointer;
}
.btn-shenqing{
	background: url(../images/shenqing.png) no-repeat;
	float: right;
	cursor:pointer;
}
.right p
{
	text-align:left;
	height:40px;
	line-height:40px;
	padding-left:30px;}
.right a
{
	font-size:12px;
	color:#333;
	text-align:left;}
	.right a:hover
	{
		color:#0078ff;}