html{
	width:100%;
	height: 100%;
	min-width:1100px;
}
body{
	width:100%;
	height:100%;
	background:url(../images/beijing.png) 0px 0px no-repeat;
	background-size:100% 100%;
}

.logo{
	padding:10px 0 0 27px;
	background:url(../images/shang.png) no-repeat;
	background-size:100% 100%;
	height:70px;
}
.logo img{
	width:89px;
	height:53px;
	margin-top:6px;
	margin-left:66px;
}
.yuan{
	width:100%;
	margin:20px auto 0px auto;
	position:relative;
	/* background:url(../images/yuan.png) 0px 0px no-repeat ;
	background-position:center; */
}
.yuan .denglu{
	width: 300px;
    margin: 0 auto 0;
    position: absolute;
    top: 306px;
    left: 320px;
}
.yuan .denglu li{
	text-align: center;
	color:#4F230F;
	font-size:20px;
	width: 20%;
}
.yuan .denglu li img{
	width:100%;
}
.yuan .denglu .denglu2{
	width: 100%;
}
.yuan .denglu .denglu2 .deng{
	width: 300px;
    margin: 0 auto;
}

.yuan .denglu .denglu2 span{
	padding-bottom: 45px;
	display:inline-block;
	color:#F7D290;
	width:90%;
	font-size:16px;
}
.yuan .denglu .denglu2 .kuang{
	height:40px;
	background:#F7D290;
	font-size:15px;
	color:#94562E;
	text-indent:2em;
	opacity:0.7;
	border-radius:10px;
	width: 300px;
    margin: 0 auto;
    overflow: hidden;
}

.yuan .denglu .denglu2 .yonghu{
	width:40px;
	height:40px;
	line-height:40px;
	display:block;
	float:left;
	margin-left:10px;
	background:url(../images/yonghu.png) 0 0 no-repeat;
}
.yuan .denglu .denglu2 .kuang .yhusername{
	width:72%;
	height:40px; 
	line-height:40px;
	background:none;
	float:left;
}
.yuan .denglu .denglu2 .mima{
	width:40px;
	height:40px;
	line-height:40px;
	display:block;
	float:left;
	margin-left:10px;
	background:url(../images/mima.png) 0 0 no-repeat;
}
.yuan .denglu .denglu2 .kuang .yhpassword{
	width:72%;
	height:40px; 
	line-height:40px;
	background:none;
	float:left;
}
