*{
	padding:0px;
	margin:0px;
}
li{
	list-style:none;
}
html{
	background:#cffdaa;
}
body{
	width:1024px;
	margin:0 auto;
	font-size:12px;
	background:#fff;
}
/*********************头部开始***************************************/
#header{
	width:auto;
}
#header #header_info{
	width:auto;
	height:41px;
	line-height:41px;
	background:url(../images/header_top_bg.gif) repeat-x;
}
#header #header_info p{
	padding:0 0 0 20px;
	float:left;
}
#header #header_info ul{
	padding:0 20px 0 0;
	float:right;
}
#header #header_info ul li{
	float:left;
	padding:0 5px;
}
#header #header_info ul li a{
	color:#000;
	text-decoration:none;
}
#header #header_info ul li a:hover{
	color:#f60;
	text-decoration:underline;
}
#header #header_img{
	width:auto;
	height:259px;
	background:url(../images/header.jpg) no-repeat left center;
}
#header #header_img #flash{
	width:700px;
	height:259px;
	margin:0 0 0 30px;
	float:right;
}
#header #header_img #flash object{border:--1px solid red;
	
}

/*********导航****************************/
#header #nav{
	width:auto;
	height:34px;
	background:url(../images/nav_bg.gif) repeat-x;
}
#header #nav ul{
}
#header #nav ul li{
	font-size:15px;
	font-weight:bold;
	height:34px;
	line-height:34px;
	float:left;
}
#header #nav ul li.line{
	width:7px;
	height:34px;
	background:url(../images/nav_line_bg.gif) no-repeat left center;
}
#header #nav ul li a{
	display:block;
	color:#fff;
	padding:0 13px;
	text-decoration:none;
}
#header #nav ul li a:hover{
	background:url(../images/nav_hover.jpg) repeat-x;
}
/****************二级导航开始*******************************/
#header #nav ul li ul{
	position:absolute;
	display:none;
	z-index:10;
	padding:0px;
	background:#57a41a;
}
#header #nav ul li ul li{
	height:35px;
	line-height:35px;
	font-size:12px;
	text-indent:0px;
	float:none;
	margin:0px;
	padding:0px;
}
/****************二级导航结束*******************************/


/**************left开始**********************/
#left{
	width:300px;
	float:left;
	margin:5px 0 0 0;
}
#left #left_top{
	width:auto;
	height:220px;
}
#left #left_bottom{
	width:auto;
	padding:5px 0 0 0;
}
#left #left_bottom dl{
	width:295px;
	margin:0 auto;
}
#left #left_bottom dl dd{
	text-align:center;
	height:47px;
	line-height:47px;
	font-size:18px;
	font-weight:bold;
	background:url(../images/left_dd_bg.gif) no-repeat left center;
}
#left #left_bottom dl dd a{
	color:#397e01;
	text-decoration:none;
}

/**************right开始**********************/
#right{
	width:710px;
	float:right;
	margin:5px 0 0 0;
}
#right .right_box{
	width:auto;
}
#right .right_box p.title{
	width:auto;
	height:30px;
	padding:0 0 0 5px;
	background:url(../images/right_tittle_bg.gif) repeat-x;
}

#right .right_box p.title span{
	display:block;
	padding:0 0 0 5px;
	font-size:16px;
	font-weight:bold;
	background:#fff;
	float:left;
	text-indent:5px;
	margin:5px 0 0 0;
	height:25px;
	line-height:25px;
}
#right .right_box p.title span a{
	display:block;
	color:#488302;
	padding:0 15px;
	text-decoration:none;
	background:url(../images/right_title_span_bg.gif) no-repeat 5px center;
}
#right .right_box .box_content{
	border:1px solid #ccc;
	border-top:none;
	width:auto;
	height:184px;
	line-height:24px;
	padding:10px 5px 0 5px;
	font-size:15px;
}
#right .right_box .box_content p a{
	font-size:12px;
	color:#999;
}
#right .right_box .box_content p a:hover{
	color:#f60;
}
#right #insdruct_people{
	margin:5px 0 0 0;
}
#right #insdruct_people dl dt{
	width:140px;
	height:170px;
	margin:3px 0 0 0;
	float:left;
}
#right #insdruct_people dl dd{
	width:550px;
	height:180px;
	float:right;
}

/**************right开始**********************/
#box_bottom{
	clear:both;
	width:auto;
	padding:5px 0 0 0;
}
#box_bottom #friend{
	width:173px;
	float:left;
	margin:0 0 10px 0;
}
#box_bottom #friend p.title{width:auto;
	height:18px;
	line-height:18px;
	background:url(../images/friend_bg.gif) no-repeat left center;
}
#box_bottom #friend select{
	width:173px;
	height:25px;
	line-height:25px;
	margin:13px 0 0 0;
}

#box_bottom #photo_scroll{
	border:1px solid #387d00;
	width:840px;
	height:170px;
	float:right;
}
/***********图片滚动代码开始***********************/
#box_bottom #photo_scroll #demo {
	background: #FFF;
	overflow:hidden;
	width:840px;
	padding:5px 0;
}
#box_bottom #photo_scroll #demo img {
	border: 3px solid #F2F2F2;
	width:150px;
	height:150px;
}
#box_bottom #photo_scroll #indemo {
	float: left;
	width: 800%;
}
#box_bottom #photo_scroll ul li{
	float:left;
}
#box_bottom #photo_scroll #demo1 {
	float: left;
}
#box_bottom #photo_scroll #demo2 {
	float: left;
}
/***********图片滚动代码结束***********************/



/***********二级页面开始***********************/

/**********list_left开始***********************/
#list_left{
	width:260px;
	float:left;
}
#list_left #list_left_top{border:1px solid #ccc;
	width:auto;
	margin:5px 0 0 0;
	padding:5px;
}
#list_left #list_left_bottom{
	width:auto;
	margin:5px 0 0 0;
	padding:5px;
	height:220px;
	overflow:hidden;
}
#list_left #list_left_bottom p{
	line-height:22px;
}

/**********list_left结束***********************/

/**********list_right开始***********************/
#list_right{border:1px solid #ccc;
	width:755px;
	float:right;
	margin:5px 0 0 0;
}
#list_right #list_box{
	width:541px;
	padding:8px 0 0 0;
}
#list_right #list_box ul li{
	height:25px;
	line-height:25px;
	width:755px;
	float:left;
	text-indent:24px;
}
#list_right #list_box ul li a{
	color:#000;
	text-decoration:none;
	float:left;
	background:url(../images/right_title_span_bg.gif) no-repeat 5px center;
}
#list_right #list_box ul li a:hover{
	color:#f60;
	text-decoration:underline;
}
#list_right #list_box ul li span.ss{
	padding:0 10px 0 0;
	float:right;
}
/************列表页右边有***图片**样式开始**********************/
#list_right_photo{
	border-left:1px solid #91e1a6;
	width:740px;
	height:600px;
	float:right;
	margin:5px 0 0 0;
}
#list_right_photo #list_box ul li{border:--1px solid blue;
	width:183px;
	text-align:center;
	float:left;
}
#list_right_photo #list_box ul li img{
	margin:5px 0 0 0;
	width:170px;
	height:160px;
}
#list_right_photo #list_box ul li span{
	display:block;
	width:auto;
	height:20px;
	line-height:20px;
}
#list_right_photo #list_box ul li span a{
	color:#000;
	text-decoration:none;
}
#list_right_photo #list_box ul li span a:hover{
	color:#f60;
	text-decoration:underline;
}


/*************内容页样式开始*********************/
#content_right{
	border:1px solid #ccc;
	width:755px;
	float:right;
	margin:5px 0 5px 0;
}
#content_right #content_box{
	width:auto;
}
#content_right #content_box dl.text{
	width:auto;
}
#content_right #content_box dl.text dt{
	width:auto;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	color:#000;
	font-weight:bold;
}
#content_right #content_box dl.text dd{
	width:auto;
	height:20px;
	line-height:20px;
	text-align:center;
	border-bottom:1px dashed #ccc;
}
#content_right #content_box dl.text dd span{
	margin:0 10px 0 10px;
}
#content_right #content_box #content_text{
	padding:5px;
}


/******************幻灯开始*****************/
#content_right #content_box #content_text dl.photo{
	float:left;
	width:185px;
	height:160px;
}
#content_right #content_box #content_text dl.photo dt{
	width:170px;
	height:140px;
	margin:0 auto;
}
#content_right #content_box #content_text dl.photo dt img{
	width:170px;
	height:140px;
}
#content_right #content_box #content_text dl.photo dd{
	width:150px;
	margin:2px auto;
	text-align:center;
}
/******************幻灯结束*****************/








/***************分页样式***********************/
div.pagecontent{
	clear:both;
	width:755px;
	height:50px;
	line-height:50px;
	text-align:center;
}
div.pagecontent a{
	padding:5px 7px;
	border:1px solid #ccc;
	text-decoration:none;
	color:#000;
}
div.pagecontent a:hover{
	background:#ccc;
}
/***********您当前位置样式开始****************************/
p.position{
	width:auto;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#56a41a;
	border-bottom:1px solid #ccc;
}
p.position span.director{
	font-weight:bold;
	font-size:15px;
	color:#498c00;
	padding:0 0 0 3px;
}
p.position span{
	padding:0 0 0 3px;
}
p.position a{
	text-decoration:none;
	color:#56a41a;
	padding:0 5px
}
p.position a:hover{
	text-decoration:underline;
	color:#f60;
}
/***********您当前位置样式结束****************************/

















/***************首页footer开始**********************************/
#footer{
	border-top:10px solid #44850f;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	color:#000;
	width:auto;
	clear:both;
	height:60px;
	background:#ebfae0;
}
#footer p{
	width:auto;
	text-align:center;
	height:25px;
	line-height:25px;
}
#footer p.top{
	padding:5px 0 0 0;
}
/***************首页footer结束**********************************/




