
/*slide*/

.focus {width:100%; height:300px; overflow:hidden; position:relative; font-family: "\5FAE\8F6F\96C5\9ED1"}
.focus ul {
  height:320px;
  position:absolute;
  padding-left: 0px;
  margin-left: 0px\9
}
.focus ul li {float:left;  height:320px; overflow:hidden;
  position:relative;

  background:#000;}

.focus ul li div.slide-text{ position:absolute; color:#fff; top:42%; left:25%; }
.focus ul li div.slide-text .slide-text-header{ font-size: 24px; }
.focus ul li div.slide-text .slide-text-content{ font-size: 14px; width: 480px;}

.focus ul li div {position:absolute; overflow:hidden;}
.focus .btnBg {position:absolute; width:800px; height:20px; left:0; bottom:0; background:#000; display:none;}
.focus .btn {
  position:absolute;
  /* width:780px;*/
  height:10px;
  padding:5px 10px 0px 0px;
  right:20px;
  top:90%;
  /* margin-left: -10%;*/
  bottom:6px;
  text-align:left;
}
.focus .btn span {
  display:inline-block;
  _display:inline;
  _zoom:1;
  width:15px;
  height:15px;
  line-height:15px;
  text-align:center;
  _font-size:0;
  margin-left:10px;
  cursor:pointer;
  background:#e5e5e5;
  border-radius: 2px;
  text-indent:-99999px;
}
.focus .btn span.on {background:#e5e5e5;}
.focus .preNext {width:45px; height:100px; position:absolute; top:90px;cursor:pointer;}/*background:url(../images../images//sprite.png) no-repeat 0 0;*/
.focus .pre {left:170px;top:40%; background:url('images/prev.png') no-repeat left center;}
.focus .next {right:170px;top:40%; background:url('images/next.png') no-repeat right center;}/*background-position:right top;*/

/*slide*/
