/* CSS Document */
/* 请按以下顺序写样式
显示,定位,浮动,清除:display position float clear  ...  
边距,补白,宽,高:margin padding width height ...   
文本修饰,对齐方式:text-decoration text-align vertical-align white-space...
文字颜色大小:color font content
边框和背景:border background
*/

/* 共用样式-常用类 */
* { margin:0; padding:0;}

body{ padding:0px; margin:0px auto; font-family:Tahoma, Verdana, Arial; height:100%; background:#6ecc32 url(../images/bg.jpg) repeat-x;}

div,p,li,em{font-family:Verdana,宋体;font-size:12px; }

form,ul,li,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}

input,select{font-size:12px;line-height:16px;}

img{border:0;}

ul,li{list-style-type:none;}

li{font-size:12px;}

.clear {clear:both;}

h1{font-size:20px; font-weight:normal; font-family:黑体;}

h2{font-size:14px; font-weight:bold; font-family: "宋体";}

h3{font-size:14px; font-weight:normal; font-family:"宋体";}

h4{font-size:12px; font-weight:bold; font-family:"宋体";}

h5{font-size:12px; font-weight:normal; font-family:"宋体";}

.left{ float:left;}
.right{float:right;}

.gray{color:#5e5e5f;text-decoration:none;}
A.gray:link{color:#5e5e5f;text-decoration:none;}
A.gray:hover{color:#c20808;text-decoration:underline;}


#header,#content,#content_bottom,#copyright{
	margin:0 auto; 
}
#header{
	width:1000px;
	height:278px;
	z-index:1;
	background:url(../images/top_banner.jpg) no-repeat;
	position:relative;
}
.menu{
	z-index:2; position:absolute; 
	margin-left:27px;
	width:964px; height:88px;
}
#content{
	width:950px;
}
#content_bottom{
	width:950px; 
}

#name{
	z-index:3; position:absolute;
	margin:95px 0 0 60px;
	width:505px; height:100px;
	color:#000099;
	line-height:40px;
}
#name h1{
	font-size:30px;
}



#copyright{ 
	margin:16px auto;
	width:950px;height:auto;
}
.c_top,.c_middle,.c_bottom{
	float:left;
	width:950px;
}
.c_top{ 
	height:14px;
	background:url(../images/copyright_top.gif) no-repeat;
}
.c_middle{ 
	height:auto;
	background:#48ba21;text-align:center;
}
.c_middle p{
	margin:0 auto;
	padding:10px 20px;;
	color:#fff;
	line-height:24px; 
}
.c_middle h5{
	margin:0 auto;
	padding:5px 20px;
	color:#2a6e13;
	line-height:24px;
}
.c_middle h5 a:link{
	color:#2a6e13;
	text-decoration:none;
}
.c_middle h5 a:hover{
	color:#103c01;
	text-decoration:underline;
}
.c_bottom{ 
	height:14px;
	background:url(../images/copyrithg_bottom.gif) no-repeat;
}
