@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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
 /*去除goole浏览器记住密码黄色背景*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
html,body,#newlogin{
	height:100%;
	min-height: 400px;
}
ul,ol {
	list-style: none;
}

img {
	border: 0;
}

body {
	margin: 0;
	/*text-align: center;*/
}

#login {
	display: block;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/* #login_header {
	display: block;
	padding-top: 40px;
	height: 70px;
} */

/* .login_logo {
	float: left;
	margin-top:0;
} */

#login_bg{
	width: 100%;
	height: 381px;
	/*background: url(../default/images/login_bg.jpg) no-repeat;
	*/
}
#login_left{
	height: 381px;
	/*background: url(../default/images/login_banner_left.jpg) no-repeat right;*/
}
#login_bg{
	
	width:100%;
	height: 100%;
	/*background: url(../default/images/login_bg.jpg) no-repeat center 0;*/
}
#login_content {
	display: block;
	position: relative;
	width: 400px;
	height: 100%;
	margin: 0 auto;
	/*background: url(../default/images/login_banner.jpg) no-repeat center 0;*/
}
#login_right{
	height: 381px;
	/*background: url(../default/images/login_banner_right.jpg) no-repeat right;*/
}

.loginForm {
	display: block;
	width: 300px;
	position: absolute;
	right: 60px;
	top: 26%;
}

.loginForm div {
	font-size: 18px;
	line-height: 35px;
}

.loginForm label {
	width:35px;
	height:36px;
	/*padding: 0 0 0 10px;	*/
	vertical-align:middle;
	display:inline-block; 
	color: #4c4c4c;
	font-size: 16px;
	font-family: "Tahoma", "Verdana",  "Lucida Grande", "Microsoft YaHei","Hiragino Sans GB", sans-serif;
}

.loginForm input {
	width: 240px;
	height:25px;
	border: 0;
	padding: 3px 10px;
	border-style: solid;
	background:#fff;
    outline:none;
	/*border:2px solid #c5c5c5;
	border-top-color:#9f9f9f;*/
	color: #4c4c4c;
	font-size: 16px;
	font-family: "Tahoma", "Verdana",  "Lucida Grande", "Microsoft YaHei","Hiragino Sans GB", sans-serif;
	vertical-align:middle;
}
*+html .loginForm input {
	height: 25px;
	padding-left: 10px;
	vertical-align:middle;
}
.loginForm input:focus{
	/*border: 2px solid #1483e5;
	background-color:#bde7f7;*/
	
}
*+html .loginForm input:focus{
	/*height:25px;*/
}
.loginForm .code {
	float: left;
	margin-right: 5px;
}

.login_bar {
	/*padding-left: 108px;*/
	margin-top:40px;
}

*+html .login_bar{
	padding-left:72px;
	
}
.login_bar .sub {
	display: block;
	width: 176px;
	height: 37px;
	border: none;
	background: url(./images/login-button.gif) no-repeat;
	cursor: pointer;
}
*+html .login_bar .sub{
	background: url(./images/login-button.gif) no-repeat;
	
}
.login_bar .sub:hover, .login_bar .sub:focus {
	background: url(./images/login-buttonhover.gif) no-repeat;
}
*+html .login_bar .sub:hover, *+html .login_bar .sub:focus {
	background: url(./images/login-buttonhover.gif) no-repeat;
}

.login_banner {
	display: block;
	height: 270px;
}

.login_main {
	display: block;
	height: 200px;
	padding-right: 40px;
}

.helpList {
	float: right;
	width: 200px;
}

.helpList li {
	display: block;
	padding-left: 10px;
	background: url(./images/login_list.png) no-repeat 0 -40px;
}

.helpList a {
	line-height: 21px;
	color: #333;
	text-decoration: none;
}

.helpList a:hover {
	text-decoration: underline;
}

.login_inner {
	display: block;
	width: 560px;
	padding: 30px 20px 0 20px;
}

.login_inner p {
	margin: 10px 0;
	line-height: 150%;
	font-size: 14px;
	color: #666;
}

#login_footer {
	width: 100%;
	clear: both;
	margin-top: 20px;
	display: block;
	color: #666;
	text-align: center;
	/**/
	position:absolute;
	bottom:10px;
}
*+html #login_footer {
	width: 950;
	clear: both;
	margin-top: 20px;
	display: block;
	color: #666;
	text-align: center;
}

/*校验不通过时的悬浮提示框*/
.hintspan {
    display: inline-block;
    white-space: nowrap;
    height: 25px;
    line-height: 25px;
    padding: 4px 8px;
    color: #dc4e01;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    z-index: 999;
    background-color: #ffebd7;
    border: 1px solid #e67b51;
}
/*  */
#newlogin .left_bg{
	position:relative;
	height:100%;
	width:60%;
	float: left;
	background:  url('./images/login/left_bg.png') 0 0 no-repeat;
	background-size:cover;
}
.left_bg .system-title{
	position:absolute;
	left:16%;
	bottom:20%;
	font-size:50px;
	color:#fff;
	font-weight:900;
	letter-spacing:3px;
	font-style:oblique;
}
#newlogin .right_content{
	position: relative;
	height:100%;
	width:40%;
	float: left;
}
.user,.password{
	margin-top:30px;
	padding-bottom:4px;
	border-bottom:1px solid #609ee9;
}
.user{
	margin-top: 60px;
}
.user label{
	background:  url('./images/login/user.png') center 12px no-repeat;
}
.password label{
	background:  url('./images/login/password.png') center 12px no-repeat;
}
.login_btn{
	border:none;
	background: #1b87e0;
	color:#fff;
	width:100%;
	height:36px;
	letter-spacing:6px;
	font-size:16px;
	cursor: pointer;
	border-radius:4px;
}
.banklogo{
	width:300px;
	height:37px;
	background:  url('./images/login/login_logo.png') center 0 no-repeat;
}
::-webkit-input-placeholder{    
     font-size: 14px;
     line-height: 14px;
 }









