#wrap{
	float:left;
	width:100%;
}

#main_header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
}

#header{
	position:fixed;
	width:100%;
	height:70px;
	top:0;
	left:0;
	background:#fff;
	border-bottom:1px solid #d3d4d4;
	z-index:9999;
}

#header_area{
	margin:0 auto;
	width:1440px;
	background:#fff;
}

#sheader{
	position:fixed;
	width:100%;
	height:60px;
	top:71px;
	left:0;
	opacity:.9;
	border-bottom:1px solid #d4d4d4;
	background:#fff;
	z-index:9999;
}


#sheader_area{
	position:relative;
	margin:0 auto;
	width:1440px;
	background:#fff;
}

#container{
	float:left;
	width:100%;
	margin-top:130px;
	word-break:keep-all;
}

#container.main{
	margin-top:0;
}


#footer{
	float:left;
	width:100%;
	height:200px;
	margin-top:60px;
	background:#f5f5f5
}

#footer_area{
	margin:35px auto 0;
	width:1440px;
}

#main_footer{
	float:left;
	width:100%;
	margin-top:70px;
}

#main_footer_area{
	margin:0 auto;
	width:1440px;
	height:150px;
}