* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body{
	font-size: 100%;
    font-size: 12px;
	max-width:100%;
	min-width:500px; 
	margin:auto;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color:#ffffff;
}

img{ 
	display: block; 
	width: 100%;
}

a{
	text-decoration: none;
}

li,ol{
	list-style: none;
}

.limit_div{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.footer_div{
	width: 100%;
	height: 350px;
	background-color: #ffffff;
}

.footer_div_top{
	width: 100%;
	height: 258px;
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;

}

.footer_div_top_meun{
	float: Left;
	width: 20%;
	height: auto;
}

.footer_div_top_meun ul{
	float: Left;
	width: 100%;
	height: auto;
	line-height: 50px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #666666;
}

.footer_div_top_meun li{
	float: Left;
	width: 100%;
	height: auto;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	font-size: 12px;
	color: #999999;
}

.footer_div_bottom{
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-family: "Microsoft Yahei";
	font-size: 12px;
	text-align: center;
	color: #dddddd;
}



@media (min-width: 1900px){
	
	.limit_div{
		width: 1200px;
	}
	
}




