html {
	overflow-x: hidden;
	overflow-y: auto;
}

.header4 {
	width: 100%;
	height: 84px;
	background: #2E2E2E;
	/*opacity: 0.6;
	filter: alpha(opacity: 60);
	background: #000;*/
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0.5);
}

#L_footer {
	width: 100%;
	padding: 19px 0 15px 0;
	background: #000;
}

.L_links2 {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	color: #5D5D5D;
}

.L_links2 a {
	color: #5D5D5D;
}

#L_wrapper2 {
	width: 100%;
	height: 750px;
	background: url("../images/bg.jpg") center top no-repeat;
	position: relative;
	display: table;
}

.middle {
	top: 50%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	*position: absolute;
	*left: 50%;
}

.L_log {
	width: 847px;
	height: 319px;
	margin: 0 auto;
	position: relative;
	/*top: -50%;*/
	display: table;
	*left: -50%;
}

.L_left {
	width: 481px;
	height: 319px;
	float: left;
}

.L_right {
	width: 313px;
	height: 278px;
	float: right;
	background: #fff;
	padding-top: 38px;
	padding-left: 53px;
}

.L_right h2 {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #ac3e70;
	float: left;
}

.L_right input {
	color: #797979;
	width: 250px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	margin-top: 10px;
	float: left;
}

.L_right .yanzheng {
	width: 262px;
	height: 30px;
	margin-top: 10px;
	float: left;
}

.L_right .yanzheng input {
	width: 137px;
	height: 30px;
	border: 1px solid #ccc;
	margin-top: 0px;
}

.L_right .yanzheng span {
	width: 100px;
	height: 30px;
	float: right;
	border: 1px solid #ccc;
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	font-style: italic;
}

.logs {
	width: 250px;
	height: 30px;
	margin-top: 10px;
	float: left;
}

.L_right .logs input {
	width: 100px;
	height: 30px;
	background: #b84476;
	margin-top: 6px;
	font-size: 12px;
	color: #fff;
	float: left;
	border: none;
}

.L_right .logs a {
	width: 53px;
	height: 30px;
	margin: 20px 0 0 10px;
	font-size: 12px;
	float: left;
	font-weight: bold;
}