/* css reset */
body {
	color: #000;
	background: #fff;
	font-size: 12px;
	/* line-height: 166.6%;
	text-align: center; */
}

body, input, select, button,a {
	font-family: 'Microsoft Yahei';
}

h1, h2, h3, select, input, button {
	font-size: 100%
}

body, h1, h2, h3, ul, li, form, p, img {
	margin: 0;
	padding: 0;
	border: 0
}

input, button, select, img {
	margin: 0;
	line-height: normal
}

ul {
	list-style: none
}

select, input, button, button img, label {
	vertical-align: middle
}

header, footer, section, aside, nav, hgroup, figure, figcaption {
	/* display: block; */
	margin: 0;
	padding: 0;
	border: none
}

a {
	text-decoration: none;
	color: #467cd4
}

a:hover {
	color: #0d5ce1;
	text-decoration: none;
}

.fontWeight {
	font-weight: 700;
}

/* backgroundImage */
.headerLogo, .headerIntro, .headerNav, .footerLogo, .footerNav {
	/* position: absolute */
}

.headerLogo img{
	height:60px;
}

.headerLogo a:hover, .headerLogo a:focus, .headerLogo a:visited, .headerIntro:hover, .headerIntro:focus, .headerIntro:visited{
	text-decoration: none;
	color:#626262;
}

/* header */
.header {
	width: 1200px;
	height: 65px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	overflow: hidden;
}

.headerLogo {
	top: 62px;
	left: 0px
}

.headerIntro {
    font-family: 'Microsoft Yahei', STHeiti, sans-serif, Arial;
    font-size:22px;
    color:#626262;
	top: 80px;
	left: 150px;
}
/* .headerIntro>span {
	font-size:30px;
} */
.headerNav {
	top: 90px;
	right: 100px;
	text-align: right;
	color: #cfd0d0;
}

.headerNav a {
	padding-left: 13px;
	display: inline-block;
}

.headerNav .last {
	padding-left: 0;
}
/* main */
.main {
	position: relative;
	width:100%;
	/* padding:62px 0; */
	border-top:1px solid #cadcf9;
	border-bottom:1px solid #ddd;
	background:#467cd4;
}

.mainLogin{
	width:1200px;
	height:480px;
	margin:0 auto;
	background:url(/img/hp/login_bg2.png);
	background-size:100% 100%;
	padding:60px 0;
}

.login {
	width: 360px;
	height: 405px;
	float:right;
	z-index: 2;
	background:#fff;
	border-radius:10px;
	/* border:1px solid #eee; */
	/* box-shadow:0 0 30px 5px #e8eef9; */
	margin-right:50px;
	margin-top:-22px;
}

.loginText{
	font-size: 20px;
}

.longinU{
	padding-right:10px;
	text-align:right;
	margin-top:34px;
}

.btn-login {
	border: 1px solid #467cd4;
	background: #467cd4;
	color: #fff;
	width:100%;
	height:40px;
	font-size:18px;
	box-shadow: 0 5px 10px #d0ddf2;
}

.btn-login:hover {
	border: 1px solid #0d5ce1;
	background: #0d5ce1;
	color: #fff;
}

.btn-register{
	text-align:center;
	width:180px;
	margin: 0 0 0 24px;
	height:45px;
	font-size:18px;
	border: 1px solid #0066cc;
	color:#0066cc;
}

.btn-register:hover {
	border: 1px solid #328FEC;
	background: #328FEC;
	color: #fff;
}

.longinP{
	text-align:left;
	margin-top:30px;
	position:relative;
}

.loginInput{
	height:40px;
	font-size:16px;
	padding-left:43px;
}

.loginTitle {
	width: 100%;
	height: 55px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ddd;
	line-height: 55px;
	padding:0 45px;
}

.loginGg{
	margin-top:15px;
	color:red;
}

.main form .username{
	position: absolute;
    top: 8px;
    left: 10px	
}
/* footer */
.footer {
	height: 60px;
	margin: 0 auto;
}

.footer-inner {
	/* width: 1000px; */
	height: 60px;
	overflow: visible;
	margin: 0 auto;
	color: #848585;
	position: relative;
}

.footerLogo {
	top: 10px;
	left: 35px
}

.footerNav {
	text-align: center;
    font-size: 16px;
    line-height:65px;
}

.footerNav a {
	margin-left: 12px
}

.loginName{
	height:65px;
	position: absolute;
	top:0;
	left:0;
	font-size:16px;
	display:table;
	line-height:60px;
}