﻿﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: url(../images/newLogin/login_01.jpg) repeat-x center top #a0e5ff;
}
ul,
li,
form,
dl,
dt,
dd,
div,
p {
	padding: 0px;
	margin: 0px;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
}


a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
ol, ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
}
.clear {
	clear: both;
}
img{
	border:0;
}
   input,select,option,textarea{outline: none;}
.login {
	width: 949px;
	margin: 0 auto;
}
.logo {
	width: 443px;
	height: 101px;
	margin: 50px 0px 20px 0px;
	
}
.log_main {
	background: url(../images/newLogin/login_bg.png) no-repeat center top;
	width: 949px;
	margin-top: 91px;
	height: 493px;
}
.log_foot {
	text-align: center;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	padding: 15px 0px 0px 0px;
}
.login_left {
	width: 420px;
	padding: 50px 50px 0px 50px;
	float: left;
}
.login_left .title{
	height:40px;
	background:url(../images/newLogin/login_06.png) no-repeat left center;
	margin-bottom:20px;
}
.login_left .cont{
	color:#333;
	font-size:14px;
	line-height:26px;
	font-family:"微软雅黑";
}
.login_right {
	width:331px;
	padding: 50px 0px 0px 20px;
	float: left;
}
.login_right .title{
	height:40px;
	background:url(../images/newLogin/login_07.png) no-repeat left center;
	margin-bottom:20px;
}
.login_right .cont{
	padding-left:50px;
}
.login .txt_01 {
	width: 215px;
	height: 32px;
	padding: 5px 0px 2px 66px;
	background: url(../images/newLogin/login_03.png) no-repeat left center;
	margin-bottom: 12px;
}
.login .txt_02 {
	width: 215px;
	height: 32px;
	padding: 5px 0px 2px 66px;
	background: url(../images/newLogin/login_04.png) no-repeat left center;
	margin-bottom: 12px;
}
.login .txt_03{
	width: 114px;
	height: 32px;
	padding: 5px 0px 2px 66px;
	background: url(../images/newLogin/login_05.png) no-repeat left center;
	margin-bottom: 12px;	
}
.login .Code{
	float:right;
	width:90px;
	height:37px;
	background:#f9fee7;
}
.login .input_txt {
	width: 200px;
	height: 25px;
	border: #fbfbfb 1px solid;
	color: #555;
	font-size: 12px;
	line-height: 25px;
	background:#fbfbfb;
	    outline: none;
}
.login .input_txt02 {
	width: 100px;
	height: 25px;
	border: #fbfbfb 1px solid;
	color: #555;
	font-size: 12px;
	line-height: 25px;
	background:#fbfbfb;
	outline: none;
}
.login .txt_04{
	padding:15px 0px 20px 0px;
}
.login .txt_04 a{
	color:#333;
	font-size:14px;
	line-height:26px;
	font-family:"微软雅黑";
	text-decoration:underline;	
}
.login .txt_04 input{
	vertical-align:middle;
}
.login .txt_05{
	border-top:#c9c9c9 1px dashed;
	padding-top:20px;
}