/* 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;
}
.dd img {
  margin-left: 5px;
}
.h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0;
}
img {
  border: none
}
.left_nav {
  background: #156d44;
  color: #fff;
  text-align: center;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}
/*===========================================*/

#guest_book input, textarea {
  border: 1px solid #CCCCCC;
}
.left_cat {
   
  width: 245px;
  border: #f0f0f0 solid 1px;
}
.left_cat li {
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  font-size: 14px;
  border: #f0f0f0 solid 1px;
  padding-left: 10px;
}

.menu-foot{width: 900px; margin: 0 auto; padding: 30px 0;  }
.menu-foot a,.menu-foot a:link,.menu-foot a:visited{display: inline-block; float: left; margin:0 10px; font-size: 14px; color: #fff;}
.menu-foot span{margin:0 5px; font-size: 14px; color: #fff;display: inline-block; float: left;}
.menu-foot a:hover{ color: #DDFB02;}
/*===============================*/
.menu {
  width: 1200px;
  margin: 0px auto
}
.menu a {
  display: inline-block;
  float: left;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  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: #cf170b;
}
.in_nav {
  font-size: 18px;
  color: #fff;
  
  height: 40px;
  line-height: 40px;
 
  background: #136cc4;
  
}
.in_nav span{ padding-left: 20px;display: inline-block; height: 100%; width: 100px; color: #fff; background:#fb8200;}
/*必须要这个顺序link,visited,hover,否则会不起作用*/

/*====================*/
.nav a {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 14px;
  font-weight: bold
}
.nav a:visited {
  color: #fff;
  text-decoration: none;
}
.nav a:link {
  color: #fff;
  text-decoration: none;
}
.nav a:hover {
  color: #fff;
  text-decoration: underline;
}
/*必须要这个顺序link,visited,hover,否则会不起作用*/




/*必须要这个顺序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: 20px 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;
}
