
/* CSS Document */
body {
  font-size: 12px;
  margin: 0px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif, '宋体';
  background: #fff;
}

#main {
  width: 1000px;
  margin: 0px auto;/*上下，左右*/
  background: #fff;
  padding-top: 10px;
}

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 }

.foot_menu a {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

 
/*===========================================*/

#guest_book input, textarea { border: 1px solid #CCCCCC; }


.left_nav{ background:#1354C7; height:40px; line-height:40px; text-align:center; font-size:14px; font-weight:bold; color:#fff;}

.left_cat {
  margin: 10px auto;
  width: 180px;
}

.left_cat li {
  height: 30px;
  line-height: 30px;
  border-bottom: #ccc dashed 1px;
}

.left_cat a { color: #fff; }

.left_cat a:visited {
  color: #000;
  text-decoration: none;
}

.left_cat a:link {
  color: #000;
  text-decoration: none;
}

.left_cat a:hover {
  color: #000;
  text-decoration: underline;
}

/*===============================*/
.about_ul {
  width: 220px;
  margin: 0px auto;
  margin-top: 20px;
}

.about_ul li {
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  border-bottom: #d3e9c2 dotted 1px;
}

.in_nav {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding-left: 10px;
  height: 53px;
  line-height: 53px;
  background: url(images/in_nav.jpg) no-repeat;
  padding-left: 60px;
  color: #fff;
}

/*必须要这个顺序link,visited,hover,否则会不起作用*/

/*====================*/
/*.menu{ width:1000px; margin:0 auto;}
.menu a{ display:inline-block;float:left; width:100px; height:40px; line-height:40px; text-align:center; font-size:14px; font-weight:bold; 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:#F05D06
}

.menu_line{ display:inline-block; width:10px; height:64px; float:left; background:url(images/menu_line.jpg) no-repeat; } */
/*必须要这个顺序link,visited,hover,否则会不起作用*/




.menu{ width:1000px;  margin:0px auto;  }

.menu ul li{ position:relative; display:inline-block;}
.menu ul li a , .menu ul li a:visited, .menu ul li a:link{ 
	
  display: inline-block;
  float: left;
  
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
   
  
  color:#000;
  width:100px;
  border-right:#034697 solid 1px;
  color:#fff;
  
}

.menu ul li a:hover{ text-decoration:none;  color:#fff; background:#D0080B;}

.menu ul li ul{ display:none;width:100px;   background:#B00508; position:absolute; top:40px; z-index:999;}
.menu ul li ul li{ width:100%; }


.menu ul li ul li a,.menu ul li ul li a:visited,.menu ul li ul li a:link{ float:left;  height:30px; line-height:30px; text-align:left; margin:0; font-weight:normal; color:#fff; padding:0; border:0; display:inline-block;width:90px;padding-left:10px; font-size:12px; }
.menu ul li ul li a:hover{ background:#F70307;}

.menu ul > li:hover > ul { display:block;}


.menu ul li:hover {
  color: #fff;
  background:#D0080B;
   
  
  
}

.menu ul li:hover > a  {
  color: #fff;
 
  text-decoration:none;
 
  
}





/*必须要这个顺序link,visited,hover,否则会不起作用*/

/*====================*/
a:visited {
  color: #000;
  text-decoration: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #0066CC;
  text-decoration: underline;
}

/*必须要这个顺序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;
}
