﻿* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	list-style: none;
	text-decoration: none;
	  
}

.clear {
	clear: both
}

img {
	border: 0
}

a {
	text-decoration: none
}

ul li {
	list-style: none
}

a:hover {
	text-decoration: underline
}

.logo {
	width: 930px;
	margin: 0 auto;
	height: 100px
}

.logo_img {
	float: left;
	padding-top: 32px
}

.logo_denglu {
	float: right;
	padding-top: 47px;
	font-size: 12px;
	color: #666
}

.logo_denglu a {
	color: #004eff
}



/*登录*/
.l_header {
	
    width: 100%;
    height: 50px;
    background: #333;
}
.l_header a {
	margin: 0 auto;
	width: 1000px;
	line-height: 50px;
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
    display: block;
}



.main{
	width: 1100px;
	margin: 0 auto;
}
.main_box1{
	float: left;
	width: 390px;
	margin: 120px 0 0 390px;
}

#form{

	width: 390px;
	background: #df7343;
}
.ul_form{
	padding: 30px 45px;
}
.ul_form li{
	color: #fff;
}

.suo, .suo1 {
	width: 260px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	text-indent: .5em;
	border-radius: 5px;
	background: #df7343;
	color: #fff;
	font-size: 16px;
	padding-left: 40px;
}
#password1{
	width: 260px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	text-indent: .5em;
	border-radius: 5px;
	background: #df7343;
	color: #fff;
	font-size: 16px;
	padding-left: 40px;
}
input::-webkit-input-placeholder{
	color:#fff;
}
input:-moz-placeholder{
	color: #fff;
}
input::-moz-placeholder{
	color: #fff;
}
input::-ms-input-placeholder{
	color: #fff;
}

.l_user{
	position: absolute;
	top: 10px;
    left: 15px;
    border-right: 2px solid #fff;
    padding-right: 5px;
}
.l_pwd{
	position: absolute;
	top: 10px;
    left: 15px;
    border-right: 2px solid #fff;
    padding-right: 5px;
}


.denglu {
	background: #fff;
	width: 307px;
	height: 40px;
	border: 0;
	font-size: 20px;
	color: #df7343;
	font-weight: bold;
	border-radius: 5px;
    margin-top: 40px;
	
}