html,
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
    font-family: "Microsoft YaHei", SimSun, Arial;
	font-size: 12px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	height: inherit;
	color: inherit;
	-webkit-tap-highlight-color: inherit;
	text-decoration: none;
	display: block;
}

hr {
	margin: 0;
	border: 0;
	border-top: 1px solid #dddddd;
}

em {
	font-style: normal;
}

img {
	display: block;
	border: 0;
	vertical-align: bottom;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

input,
textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
}

input:focus {
	outline: none;
}
.lg_content{
	width: 100%;
	height: 100%;
	background: url(../images/line-bg.png) center center no-repeat;
	position: relative;
}
.bg_blue{
	width:100%;
	height: 463px;
	background: url(../images/login_bgb.png) center center repeat-x;
	position: absolute;
	top: 50%;
	margin-top: -310px;
}
.login_bg{
	width:1000px;
	height: 463px;
	margin: 0 auto;
	background: url(../images/login_bg.png) center center no-repeat;
}
.left_logo,.right-login{
	width: 465px;
	margin-left: 35px;
	text-align: center;
	float: left;
}
.logo{
	width: 68px;
	height: 67px;
	margin: 80px auto 0;
}
.left_logo p{
	font-size: 18px;
	color: #fff;
	margin:15px 0;
}
.right-login {
	width: 360px;
	margin: 0;
	text-align: right;
}
.right-login p{
	width: 465px;
    text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-top: 85px;
}
.right-login ul{
	clear: both;
	margin-top: 70px;
}
.right-login li{
	width: 100%;
	height: 32px;
	float:none;
}
.right-login .name_bg{
	background: url(../images/bg_yhm.png) right center no-repeat;
	margin-top: 50px;
}
.right-login .psw_bg{
	background: url(../images/bg_mm.png) right center no-repeat;
	margin-top: 15px;
}
.right-login .sbm_bg{
	width: 254px;
	background: url(../images/bg_dlbtn.png) right center no-repeat;
	margin: 20px 0 0 106px;
}
.right-login .sbm_bg:hover{
	background-image: url(../images/bg_dlbtn_h.png);
}
.right-login input{
	width: 219px;
    height: 26px;
    margin: 0 5px 0 0;
}
.right-login input[type=button]{
	width: 250px;
	background-color: transparent;
	margin: 3px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.right-login span{
	display: block;
	color: #acacac;
	text-align: right;
	margin: 50px 0 0 -35px;
}
.code{
	margin: 30px 0 0 0;
	text-align: center;
	float: right;
}
.code img{
	margin-bottom: 8px;
}
