@charset "utf-8";


  .js{width:90%; margin:10px auto 0 auto; }
  .js p{ padding:5px 0; overflow:hidden;  }
  .js p span{ float:right; }
  .js p span a{ color:#f00; text-decoration:underline;   }
  .js textarea{ height:60px;  width:98%; padding:5px; border:1px solid #ccc; border-top:2px solid #aaa;  border-left:2px solid #aaa;  }

  /* 本例子css */
  .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
  .navBar{  position:relative; z-index:1; padding-left:10px;   height:60px; line-height:60px; color:#333;   }
  .nav{ position:relative; width:900px; margin:0 auto;  font-family:SimSun,SimHei; font-size:16px; }
  .nav a{ color:#333;  }
  .nav h3{ font-size:100%; font-weight:normal;   }
  .nav .m{ float:left;  position:relative; z-index:1; }
  .nav .s{ float:left; width:3px; text-align:center; color:#D4D4D4; font-size:12px; }
  .nav h3 a{ display:block; width:124px; text-align:center; font-size:16px; }

  .nav .sub{ display:none; /*默认隐藏*/  position:absolute; left:-3px; top:60px; z-index:1; width:128px; border:1px solid #E6E4E3; border-top:0;  }
  .nav .sub li{ text-align:center;  margin-bottom:-1px;   }
  .nav .sub li a{
  display:block;
  border-bottom:1px solid #E6E4E3;
  height:28px;
  line-height:28px;
  color:#fff;
  padding:8px 0;
  background: url(../images/bg_nav.png);
}
  .nav .sub li a:hover{ color:#007152;   }
  .nav .block{ height:3px; width:130px; background:#41ebbd; position:absolute; left:0; top:57px; overflow:hidden; color:#fff  }


  /* 本例子css */
  .fullSlide{ min-width:1000px;   position:relative; height:435px; overflow:hidden;   }
  .fullSlide .bd{ position:relative; z-index:0;  }
  .fullSlide .bd ul{ width:100% !important; }
  .fullSlide .bd li{ width:100% !important;  height:435px; }
  .fullSlide .bd li .siteWidth{ width:1000px; position:relative;  margin:0 auto;  height:435px;  }
  .fullSlide .bd li a{ position:absolute; width:100%; height:435px; display:block; z-index:1;  }
  .fullSlide .bd .txt{ position:absolute; width:415px; top:100px; left:22px;   font:normal 18px/30px "Microsoft YaHei";    }
  .fullSlide .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; background:url(../images/banner-btn.png) 0 0 no-repeat;
  _background:url(images/banner-btn-ie6.png) 0 0 no-repeat;
  }

  .fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
  .fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:url(../images/dot-black.png) 0 0; overflow:hidden;
    line-height:9999px; filter:alpha(opacity=40);opacity:0.4;
  }
  .fullSlide .hd ul .on{ filter:alpha(opacity=100);opacity:1;  }
  
  
  .KeFuDiv{ position:fixed; top:300px; width:138px;right:10px; }
  
  
/* 本例子css */
  .focusBox { position: relative; width:480px; height:320px; overflow: hidden; margin:0px;font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
  .focusBox .pic img { width:480px; height:320px; display: block; margin:0px; }
  .focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
  .focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
  .focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
  .focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
  .focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
  .focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
  .focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
  .focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
  .focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }
  ​