﻿/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14.8px;
	margin:0;
	padding:0;
	line-height:20px;
}
div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin:auto;
}
form{ margin:0; padding:0;}
hr{	clear:both;}

/*--------头部----------*/

#heads{  
	width:100%; 
	height:auto;
	clear:both;
	overflow:hidden;
	background:url(images/m-bg.jpg) repeat-x;
	padding-bottom:5px;
	border-bottom:1px solid #e5e5e5;
}
#logo{
	width:1100px; 
	height:120px;
	clear:both;	
}
#menu{
	width:1100px; 
	height:auto;
	float:center;

}
#menu a{
	width:auto;
	height:29px;
	line-height:26px;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	color:#666;
	padding:0 20px 0 20px;
	font-size:16px;
	float:left;

}
#menu a:hover{
	text-decoration:none;
	height:26px;
	line-height:26px;
	border-bottom:3px solid #f4ae00;
}
#index_h_ad{
	width:100%; 
	height:500px;
	overflow:hidden;
	float:left;
}
/*--------ͷ----------*/
/*--------β----------*/
#foot{
	width:100%;
	height:auto;
	background-color:#f4ae00;
	padding:0 0 20px 0;
	clear:both;
}
.footimg{
	width:1100px;
	height:43px;
	padding:20px 0 0 0;
	float:center;
}
.foott{
	width:1020px;
	height:auto;
	background:url(images/footbg.jpg) no-repeat;
	padding:10px 0 0 80px;
	font-size:14.8px;
	color:#FFFF99;
	font-weight:500;
	line-height:24px;
	clear:both;
}
.foott a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.foott a:hover{
	text-decoration:underline;
}
.footw{
	width:1100px;
	height:auto;
	color:#FFFF99;
	text-align:center;
	font-size:12px;
}

/*--------β----------*/

