﻿@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea {
	font: 12px/1.125 微软雅黑, Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	height: 100%;
	width: 100%;
	margin: auto;
}
.login {
	margin: 0 auto;
	width: 960px;
	min-width: 960px;
	height: 100%;
}
.header {
	height: 90px;
	line-height: 60px;
	font-size: 24px;
	color: #333;
	overflow: hidden;
	position: relative;
}
.header div {
	position: absolute;
	bottom: 0;
}
.header .logo {
	cursor: pointer;
	float: left;
	height: 44px;
	width: 180px;
	line-height: 9999px;
	overflow: hidden;
	margin-right: 20px;
	background: url(../images/loginLogo.png) no-repeat;
*_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/loginLogo.png', sizingMethod='crop');
}
.mainBox {
	width: 100%;
	height: 500px;
	position: relative;
}
.mainBoxLeft {
	width: 460px;
	height: 400px;
	float: left;
	background: url(../images/mainBoxLeft.jpg) no-repeat right;
	padding-left: 80px;
}
.banner div {
	width: 100%;
	height: 100%;
}
#banner{position: absolute; width: 100%; height: 100%;}
.banner1{background: url(images/banner/banner1.png) no-repeat center;}
.banner2{background: url(images/banner/banner2.png) no-repeat center;}
.banner3{background: url(images/banner/banner3.png) no-repeat center;}
.changebtn {
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 6px;
	overflow: hidden;
	top: 470px;
	text-align: center;
}
.changebtn ul {
	position: static;
	display: inline-block;
	height: 6px;
	margin: 0 auto;
}
.changebtn ul li {
	position: static;
}
.changebtn a {
	text-indent: -8999px;
	margin: 0 2px 0 1px;
	width: 16px;
	background: #C7DCEB;
	float: left;
	height: 6px;
	cursor: pointer;
}
.changebtn a.activeSlide {
	margin: 0 2px 0 1px;
	width: 16px;
	background: #0160A5;
	float: left;
	height: 6px;
	cursor: pointer;
}
.promText {
	width: 200px;
	height: 60px;
	line-height: 32px;
	color: #0160A5;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
}
.mainContent {
	position: relative;
}
.mainBoxRight {
	width: 345px;
	position: absolute;
	right: 0px;
	top: 80px;
	z-index: 10;
}
.loginBox {
	border-radius: 5px;
	position: relative;
	width: 345px;
	background: #FFF;
*overflow:hidden;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	padding: 0 0 30px 0;
	background: rgba(255,255,2550,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7FFFFFFF, endcolorstr=#7FFFFFFF);
}
.bgBox {
	min-height: 550px;
}
.loginBox .tit {
	width: 345px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin: 14px 0 5px 0;
	font: 18px/1.125 微软雅黑, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.loginBox .tit .current {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.loginBox .freeBox {
	padding: 0 20px;
	width: 305px;
}
.loginBox .loginError {
	display: block;
	height: 22px;
	line-height: 22px;
	color: #e32929;
}
.loginBox .username, .loginBox .password {
	ime-mode: disabled;
	width: 283px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c8c8c8;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
	padding: 0px 10px;
}
.loginBox .passwordBox {
	position: relative;
	clear: both;
	_zoom: 1;
}
.loginBox .usernameBox {
	position: relative;
	margin: 30px 0 25px 0;
}
.loginBox .placeholder {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	display: block;
	left: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	_line-height: 40px;
	color: #999;
	padding-left: 11px;
	font-size: 14px;
	cursor: text;
}
.safe {
	min-height: 30px;
	margin: 10px 0px;
}
.safeTip {
	background-color: #FEFEC1;
	border: 1px solid #D9CCB4;
	color: #666;
	min-height: 25px;
    max-height:100px;
    overflow:hidden;
	line-height: 25px;
	padding: 0 8px;/*margin: 20px 0;*/
}
.loginRegisterSubmit {
	overflow: hidden;
	zoom: 1;
}
.loginRegisterSubmit .loginBtn[disabled] {
	cursor: not-allowed;
	filter: alpha(opacity=35);
	opacity: 0.35;
}
.loginRegisterSubmit .loginBtn:hover {
	background: #F28033;
}
.loginRegisterSubmit .loginBtn {
	float: left;
	height: 40px;
	width: 305px;
	background: #F06B14;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font: 16px/1.125 微软雅黑, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	margin-bottom: 10px;
	border: 0px;
}
.selectLogin {
	padding: 5px 0px 10px 0;
}
.selectLogin a {
	overflow: hidden;
	display: block;
	float: left;
	display: inline;
	margin: 0px;
	height: 24px;
	line-height: 24px;
	color: #0160A5;
	text-decoration: none;
}
.selectLogin a:hover {
	text-decoration: underline;
}
.selectLogin a.frEle {
	float: right;
}
.footerBox {
	width: 960px;
	line-height: 50px;
	background: #fff;
	margin-top: 0px;
	border-top: 0px solid #C6DCEC;
}
.footer {
	margin: auto;
	color: #666;
	float: left;
	margin: 10px 0;
	cursor: pointer;
}
.footerText {
	float: right;
}

.maintb {
    width: 1024px;
}

.logintb {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px;
    border: 1px solid #95AEC2;
}

.logintb tr {
    height: 40px;
}

.logintop {
    text-align: left;
    padding-left: 8px;
    height: 36px;
    line-height: 36px;
    background: url(../Images/logintitle.jpg) left top repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.logininput {
    font-size: 12px;
    border: solid 1px #aeaeae;
    background: #fff;
    height: 25px;
    line-height: 25px;
    width: 210px;
    margin-left: 20px;
}

.logintxt {
    text-align: right;
    padding-right: 10px;
    height: 45px;
    line-height: 15px;
    width: 80px;
}
