﻿/*===头部样式==*/
.header {
	
}
.top{
	height: 86px;
}
.top .logo {
	float: left;
	margin-left:150px;
	width: 300px;
	height: 100%;
	background: url('../images/login_logo.png') left center no-repeat;
	background-size: auto;
}
.top .logo a {
	display: block;
	/*background: url('../images/logo.png') left center no-repeat;*/
}
.top .logo a img {
	max-height: 86px;
	display: none;
}
.top .nav_sub {
	/*padding-left:155px;*/
	height: 100%;
	padding: 30px 0;
	padding-left: 450px;
}
.top .tit_msg {
	height: 26px;
	line-height: 26px;
	border-left:1px solid #bdbdbd;
	font-size: 24px;
	color:#666666;
	padding: 0 30px;
}

.bg_wrap {
	background: url('../images/log_bg.jpg') no-repeat;
	background-size:cover;
}

.main {
	width: 1200px;
	margin:auto;
}
.main .login_box {
	overflow: hidden;
	padding:175px 0 330px 0;
}
form.eq_form h1.log_tit {
  font-size: 24px;
  color:#3d568e;
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}
form.eq_form {
	background: #fff;
	border-radius: 10px;
	float: right;
	padding:35px;
}
form.log_form {
	width: 360px;
	height: 422px;
}
form.eq_form .line {
	overflow: hidden;
}
form.log_form .line {
	margin-bottom: 25px;
}
form.eq_form .border_line {
 border:1px solid #d5d5d5;
 border-radius: 5px;
}
form.eq_form .line .lab_icons {
	float: left;
	width: 45px;
	height: 45px;
}
form.log_form .name_line .lab_icons {
	background: url('../images/icons/name.png') center no-repeat;
	background: auto 25px;
}
form.log_form .pad_line .lab_icons {
	background: url('../images/icons/pad.png') center no-repeat;
	background: auto 25px;
}
form.eq_form .line .txt {
	padding-left: 45px;
}
form.eq_form .line .txt input {
	line-height: 45px;
	line-height:45px; 
	width: 100%;
	padding:0 10px;
}
form.eq_form.msg_line {
	color:#999;
}
.msg_line .check_sel {
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.msg_line .check_sel input[type=checkbox] {
	position: absolute;
	left:0;
	top:0;
	width: 20px;
	height: 20px;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}
.msg_line .check_sel input[type=checkbox]:checked+span {
	background: url('../images/icons/check_2.png') center no-repeat;
}
.msg_line .check_sel span {
	position: absolute;
	top:0;
	left:0;
	width: 20px;
	height:20px;
	background: url('../images/icons/check_1.png') center no-repeat;

} 
form.log_form .btn_line {
	margin-top:45px;
}
form.eq_form .btn_line input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color:#fff;
	font-size: 18px;
	text-align: center;
	background: #3d568e;
	border-radius: 5px;
}



























































