/* CSS Design By AntonZeng Form zts.cn */
@charset "utf-8";
/*Site Share*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
ul,li{
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,h2,h3,h4,h5,h6,dd,dl,dt,p{ margin: 0; padding: 0; }
img{ border-style: none; }
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.code { font-family: Consolas, Monaco, Courier New, Courier, monospace; font-size: 12px;}

/*Layout Style*/
.wrap-header, .wrap-nav, .wrap-main, .wrap-footer{
  clear: both;
}
/*.inside{
  margin-right: auto;
  margin-left: auto;
  position: relative;  
}*/

/*header*/
.wrap-header .inside{
  width: 1000px;
  height: 88px;
  position: relative;
}

/*navigation*/
.wrap-nav .inside{
  height: 30px;
  width: 1000px;
}

/*banner*/
.wrap-banner { background-color: #f1f1f1;}
.wrap-banner .inside{
  width: 1000px;
  height: 210px;
  overflow: hidden;
}

.wrap-banner-160 { background-color: #f1f1f1;}
.wrap-banner-160 .inside{
  width: 1000px;
  height: 160px;
  padding-top: 10px; 
  overflow: hidden;
}
/*///// main content */
.wrap-main{
  width: 1000px;
  background: white url(../images/bg_main.jpg) repeat-y;
}

/*/// wrap-left */
.main-left {
  float: left;
  width: 200px;
  margin-right: 15px;
  background: #f5f5f5;
}
/*/// wrap-center */
.main-center {
  float: left;
  width: 745px;
  background: #f5f5f5;
}
/*footer*/
.wrap-footer{
  margin-top: 2px;
  clear: both;
  background-color: #4ab1b3;
}
.wrap-footer .inside {
  width: 1000px;
  height: 25px;
  line-height: 25px;
  padding-left: 20px;
  color: #FFF;
}
/*正文*/
.article {
  line-height: 25px;
  padding-right: 20px;
  padding-left: 20px;
}

/*--下拉菜单--*/
.menu1{
  margin:4px 0px; 
  background-color:#dedcdc; 
  color:#3eaa47; 
  padding:0px; 
  cursor:hand; 
  overflow-y:hidden; 
  overflow: hidden;
}
.menu1 strong {
  background-color:#c4c3c3;
  display:block;
  text-indent:1em;
  line-height:25px;
 }
.menu2{
  line-height: 20px;
  height: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
  text-indent: 1em;
  background: url(../images/pot_1.gif) no-repeat 0px 10px;
  overflow-y: hidden;
  cursor: hand;
  overflow: hidden;
}
.list {
  margin:10px;
}
.list p {
  line-height: 20px;
  height: 20px;
  padding-bottom: 5px;
  text-indent: 1em;
  background: url(../images/pot_1.png) no-repeat 0px bottom;
}
/* 分页 */
.k_pagelist {width:auto;text-align:center;margin:0px;padding:10px; background-color: #ededed;}
.k_pagelist *{font-size:12px;padding:0 5px;;margin-left:3px;}
.k_pagelist strong{ background:red; font-weight:normal; color:#FFF; }
.k_pagelist a {text-decoration:none;
  padding:0 5px;
  margin-right:5px;
  background-color:#126eba;
  color:white;
}
.k_pagelist a:hover {text-decoration:none;background:red;color:#FFF;}
.k_pagelist span{color:#999;}
.k_pagelist input{border:1px solid;border-color:#777 #CCC #CCC #777;width:40px;}