@charset "utf-8";
/* CSS Document */
body{
	margin:0 auto;
	padding:0;
	line-height:24px;
	font-size:12px;
	text-align:center;
	font-family:"新宋体"; }
p{
	text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
	margin:10px;}
a{
 	FONT-WEIGHT: bold; COLOR: #fff;TEXT-DECORATION: none}
a:hover{
 	FONT-WEIGHT: bold; COLOR: #F0FF00; TEXT-DECORATION: none}
.content{
	width:1002px;
	float:left;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:left;
	overflow:hidden;
	clear:both;
	}
.content_1{
	width:890px;
	background-image:url(../images/bg1.jpg);
	background-repeat:repeat-x;
	background-position:top;
	overflow:hidden;}
.top{
	 float:right;
	 color:#FFFFFF;
	 font-size:12px;
	 font-family:"新宋体";
	 margin-right:60px;
	 height:30px;
	 margin-top:10px;
	 font-weight:bold;}
.header{
	width:832px;
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-left:15px;
	overflow:hidden;
	clear:both;
	}
.tupian{
	margin-top:18px;
	clear:both;
	float:left;}
.menu{
	float:right;width:150px;}
.menu ul{
	margin:5px;
	margin-top:15px;}
.menu li{
	text-align:right;
	list-style-position:inside;
	color:#FFFFFF;
	border-bottom:1px #a8c45e solid;
	list-style:none;
	padding-right:10px;
	font-weight:bold;
	}
.title{
		width:790px;
		border-left:1px #eeeeee solid;
		border-right:1px #eeeeee solid;
		border-bottom:1px #eeeeee solid;
		overflow:hidden;
		color:#006200;
		background-image:url(../images/title_icon.gif);
		background-repeat:no-repeat;
		background-position:center;
		background-position:20px;
		padding-left:40px;
		font-size:16px;
		font-weight:bold;
		float:left;}
.reirong{
		width:810px;
		border-left:1px #eeeeee solid;
		border-right:1px #eeeeee solid;
		font-size:14px;
		color:#006200;
		padding:10px;
		float:left;
		font-family:"宋体"; }
.bottom_1{
		border:1px #eeeeee solid;
		background-color:#f7f7f7;
		height:30px;
		width:1100px;
	}
	
