@charset "utf-8";
/* CSS Document */
body {
	font-family:"宋体";
	font-size: 12px;
	color: #333;
	background-color: #fff;
	margin: 0 auto;
	padding: 30px;
	height: auto;
	width: 1020px;
	line-height:28px;
}
img{
	border:none;
}
a.link:link {
	color: #333;
	text-decoration: none;
}
a.link:visited {
	color: #333;
	text-decoration: none;
}
a.link:hover {
	color: #666;
	text-decoration: none; 
}
a.linkorange:link {
	color: #ff6b11;
	text-decoration: none;
}
a.linkorange:visited {
	color: #ff6b11;
	text-decoration: none;
}
a.linkorange:hover {
	color: #da5200;
	text-decoration: none; 
}
a.linkblue:link {
	color: #458fce;
	text-decoration: none;
}
a.linkblue:visited {
	color: #458fce;
	text-decoration: none;
}
a.linkblue:hover {
	color: #92a8b8;
	text-decoration: none; 
}
.bg_border {
	border: 1px solid #d8d8d8;
	margin:50px  auto;
	padding:2px;
	height:357px;

	position:relative;
}

.ca_btn{
	position:absolute;
	right:-36px;
	width:35px;
	height:115px;
	top:20px;
}
.ca_btn a{
	width:32px;
	height:115px;
	background: url(../images/login/btn1.png) no-repeat;
	display:block;
}
.ca_btn a:hover{
	background: url(../images/login/btn1_hover.png);
}
.ca_btn1{
	position:absolute;
	right:-33px;
	width:32px;
	height:115px;
	top:20px;
}
.ca_btn1 a{
	width:32px;
	height:115px;
	background: url(../images/login/btn2.png) no-repeat;
	display:block;
}
.ca_btn1 a:hover{
	background: url(../images/login/btn2_hover.png);
}

.bg_img {
	background-image: url(../images/login/img_1.png);
	background-repeat: no-repeat;
	height:352px;
}
.bg_img1 {
	background-image: url(../images/login/img_2.png);
	background-repeat: no-repeat;
	height:352px;
}
.bg_img2 {
	background-image: url(../images/login/img_3.png);
	background-repeat: no-repeat;
	height:352px;
}
.bg_img4 {
	background-image: url(../images/login/img_4.png);
	background-repeat: no-repeat;
	height:352px;
}
.logo {
	text-indent:20px;
	width:960px;
}
.font {
	color: #999;
	float: right;
	width:400px;
	padding-top:10px;
}
.login_input{
	width:302px;
	height:36px;
	border:1px solid #CCC;
	line-height:36px;
	background:url(../images/login/user.jpg) no-repeat right;	
}
.login_input1{
	width:302px;
	height:36px;
	border:1px solid #CCC;
	line-height:36px;
	background:url(../images/login/key.jpg) no-repeat right;	
}
.login_input2{
	width:130px;
	height:36px;
	border:1px solid #CCC;
	line-height:36px;
}
.login_input3{
	width:302px;
	height:36px;
	border:1px solid #CCC;
	line-height:36px;
	color:#CCC;
	padding-left:5px;
}
.span_w{
	width:45px;
	display:block;
	float:right;
	line-height:20px;
	margin-right:60px;
}
.yzm{
	float:left;
	margin-left:10px;
	}
.btn_login{
	margin-top:25px;
}
.j{
	clear:both;
}
.list{
	list-style-type: none;
	margin-top: 12px;
}
.ca_link{
	padding-top:25px;
}

.user{
	float:right;
	padding:10px 15px 0 0;
}
.footer{
	color:#555;
	text-align:center;
	line-height:20px;
}
.footer p{
	color:#458fce;
}

.font_h{
	font-family:"微软雅黑";
}

.ca_select {
	width:302px;
	height:56px;
	line-height:36px;
}
	
.btn_input_jy_login {
	background: url("../images/login/btn_login2.png");
	width:307px; 
	height:38px; 
}

.btn_input_public_login {
	background: url("../images/login/btn_login.png");
	width:307px; 
	height:38px; 
}

.btn_input_overlite_login {
	background: url("../images/login/btn_login1.png");
	width:307px; 
	height:38px; 
}

label.error {
    color: #EA5200;
    display: block;
}
