html,body,div,
ul,li,
ol,
dl,dt,dd,
p,
b,
h1,h2,h3,h4,h5,h6,
table,tr,td,th,
input,
cite,
i,
span{
	border: 0;
	padding: 0;
	margin: 0;
	font-family: arial , 'Microsoft Yahei';
}
html,body{
	width: 100%;
	height: 100%;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
.clearfix:after{
	content: "";
	display: table;
	clear: both;
	visibility: hidden;
}
.clear{
	clear: both;
}
.none{
	display: none;
}
.login_bg,
.login_bg ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.login_img_1,
.login_img_2,
.login_img_3,
.login_img_4{
	width: 100%;
	height: 100%;
	position: absolute;
}
.login_img_1{
	background: url('../images/img_1.jpg') no-repeat left center;
	background-size: cover;
}
.login_img_2{
	background: url('../images/img_2.jpg') no-repeat left center;
	background-size: cover;
}
.login_img_3{
	background: url('../images/img_3.jpg') no-repeat left center;
	background-size: cover;
}
.login_img_4{
	background: url('../images/img_4.jpg') no-repeat left center;
	background-size: cover;
}
.login_box{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	overflow: hidden;
}
.logo{
	width: 142px;
	height: 36px;
	background: url('../images/logo.png') no-repeat;
	margin: 50px 0 0 68px;
	float: left;
}
.lg_choose{
	float: right;
	margin: 40px 30px 0 0;
}
.lg_choose li{
	display: inline-block;
}
.lg_choose li + li:before{
	content: "";
	width: 1px;
	height: 18px;
	background: #8693ae;
	display: inline-block;
	vertical-align: middle;
}
.lg_choose a{
	font-size: 16px;
	color: #8693ae;
	padding: 0 12px;
}
.lg_choose a.active{
	color: #fff;
}
.login_main{
	width: 100%;
	height: 100%;
	position: relative;
}
.login_text{
	position: absolute;
	top: 50%;
	margin-top: -200px;
	color: #fff;
	left: 10%;
	z-index: 10;
}
.login_text h1{
	font-size: 52px;
	font-weight: normal;
}
.login_text h3{
	font-size: 30px;
	font-weight: normal;
	padding-top: 40px;
}
.login_text h4{
	font-size: 22px;
	font-weight: normal;
	padding-top: 38px;
}
.login_list{
	width: 534px;
	height: 390px;
	position: absolute;
	top: 50%;
	margin-top: -280px;
	right: 8%;
	z-index: 20;
}
.login_list_box{
	#width: 479px;
	height: 370px;
	background: #fff;
	padding-left: 55px;
}
.login_outl_logo{
	width: 92px;
	height: 22px;
	background: url('../images/outlook_logo.png') no-repeat;
	float: right;
	margin: 29px 26px 0 0;
}
.login_list_box h3{
	font-size: 30px;
	color: #0167b3;
	font-weight: normal;
}
.login_list_box h3 p{
	font-size: 16px;
	color: #999;
	padding-top: 12px;
}
.login_list_input{
	margin-top: 20px;
	font-size: 12px;
	color: #a1a1a1;
	width: 421px;
}
.login_list_input li{
	position: relative;
}
.login_list_input li + li{
	margin-top: 20px;
}
.login_list_input li input{
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	width: 412px;
	border-bottom: 2px solid #d7d7d7;
	color: #333;
	outline:none;
}
.login_list_input li input:focus{
	border-bottom-color: #1890ff;
	color: #333;
}
/*.login_list_input li + li input{
	width: 305px;
	padding-right: 107px;
}*/
.login_forget{
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 99;
	color: #999;
}
.login_forget:hover{
	color: #1890ff;
}
.login_checkbox{
	margin-top: 25px;
	font-size: 14px;
	color: #0167b3;
}
.login_checkbox input,
.login_checkbox label{
	vertical-align: middle;
}
.login_checkbox label{
	margin-left: 5px;
	cursor: pointer;
}
input::placeholder{
	color: #c9c9c9;
}
.login_btn{
	width: 185px;
	height: 50px;
	font-size: 18px;
	background: #0167b3;
	line-height: 50px;
	text-align: center;
	color: #fff;
	display: block;
	position: absolute;
	right: 56px;
	bottom: 0;
}
.login_btn:hover{
	background: #0075cc;
}