*{
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
    font: 12px/1.5 tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 12px;
    line-height: 1.5;
    font-family: tahoma, arial, 'Hiragino Sans GB', 宋体, sans-serif;
}
a,i{
	display: inline-block;
	text-decoration: none;
}
#header{
	width: 900px;
	margin: 20px auto;
}
#header .logo{
	width: 104px;
	height: 44px;
	background: url(../image/login-icon2.png) no-repeat 0px 0px;
	vertical-align: text-bottom;
}
.h-x{
	color: #f9f9f9;
	font-size: 18px;
	margin: 0 10px 0 15px;
}
.h-s{
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}
#main{
	width: 100%;
	height: 400px;
	background-color: #f79110;
	position: relative;
}
.mw{
	width: 1030px;
	margin: 0 auto;
	position: relative;
}
.login-adlink{
	width: 492px;
	height: 468px;
	background: url(../image/login-icon1.png);
	position: absolute;
	left: 0px;
	top: 3px;
}
#footer{
	width: 900px;
	margin: 140px auto 0;
	text-align: center;
}
.f-a{
	padding: 14px 0 14px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.f-a a{
	color: #808080;
	margin-left: 35px;
}
#footer p{
	margin-top: 15px;
}
.f-a a:hover{
	color: #d10214;
}