/* CSS Document */
body{
	font-size:12px; 
 	margin:0px;
	color:#000;
	 
	font-family:Arial, Helvetica, sans-serif,'宋体';
	 
 }
#main{
	width:1000px; 
	margin:0px auto;/*上下，左右*/
	background:#fff;
	padding-top:10px;
	
}


 * {     font-family: "Microsoft YaHei" ! important; }  
 

a{
	hide-focus: expression(this.hideFocus=true); /* for ie 5+ */
	outline: none; /* for firefox 1.5 + */
}/*去掉a点击时的虚线*/


.dd img{ margin-left:5px;}
.h3{ font-size:16px; font-weight:bold; padding:5px;}
img{border:none}


/*====================*/
a:visited{
		color:#000; 
		text-decoration:none;
}
a:link{
		color:#000;
		text-decoration:none;
}
a:hover{
		color:#0066CC;
		text-decoration:none;
}
/*必须要这个顺序link,visited,hover,否则会不起作用*/




.left_nav{  background:#1a9d11;color:#fff; text-align:center; font-size:18px;  height:50px; line-height:50px;}
/*===========================================*/

#guest_book input,textarea{ 
	border: 1px solid #CCCCCC;
}

.left_cat{margin:10px auto; width:200px; }
.left_cat li{ 
				
				width:190px;padding-left:10px;
				
				height:30px; line-height:30px;
				 
				margin-top:5px;
        border-bottom:#1a9d11 dotted 1px;
				
				 
		}

/*===============================*/
.menu{ width:950px;  margin:0px auto;height: 40px;}
.menu a {
  display: inline-block;
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
   
  margin-left: 5px;
  margin-right: 5px;
}

.menu a:visited {
  color: #fff;
  text-decoration: none;
}

.menu a:link {
  color: #fff;
  text-decoration: none;
}

.menu a:hover {
  color: #fff;
  text-decoration: none;
  background:#F91C06;
}

.in_nav{
	 
	font-size:18px;
	color:#156d44;
 
	padding-left:10px;
	height:40px;
	line-height:40px;
	border-bottom:#ddd solid 1px;
	 
}

 
/*必须要这个顺序link,visited,hover,否则会不起作用*/

/*====================*/

.cat_i{ width:940px; margin:10px auto;}
.cat_i a{ display:inline-block; text-align:center; margin-left:3px; margin-right:3px; font-size:14px;   width:160px; height:40px; line-height:40px; background:#1a9d11;}
.cat_i a:visited{
		color:#fff; 
		text-decoration:none;
}
.cat_i a:link{
		color:#fff;
		text-decoration:none;
}
.cat_i a:hover{
		color:#fff;
		text-decoration:none;
    background:#F5060A;
}
/*必须要这个顺序link,visited,hover,否则会不起作用*/




/*必须要这个顺序link,visited,hover,否则会不起作用*/


/*分页*/
.n_page{
		width:100%;
		 
		 
		 
}
.n_page a{
		float:left;
		 
		border:#d6d6d7 solid 1px;
		font-size:12px;
		padding:5px 5px 5px 5px;
		margin-left:5px;
		margin-top:5px;
		color:#333333; 
		background-color:#f3f7fa;
		text-decoration : none;
		display:inline-block;
}
.n_page a:link{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.n_page a:visited{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.n_page a:hover{
		color:#FFFFFF; 
		background-color:#1f86c1;
		text-decoration : none;
}
.n_page a:active{
		color:#FFFFFF; 
		background-color:#889dde;
		text-decoration : none;
} 
/*分页_end*/

/*自己写的分页*/
.s_page{
		width:100%;
		margin:5px 5px;
}
.s_page a{
		float:left;
		 
		border:#d2e9c1 solid 1px;
		font-size:12px;
		padding:5px 5px 5px 5px;
		margin-left:5px;
		margin-top:5px;
		color:#333333; 
		background-color:#f5faf1;
		text-decoration : none;
		display:inline-block;
}
.s_page a:link{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.s_page a:visited{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.s_page a:hover{
		color:#FFFFFF; 
		background-color:#488313;
		text-decoration : none;
}
.s_page a:active{
		color:#FFFFFF; 
		background-color:#488313;
		text-decoration : none;
} 

