@charset "gb2312";
.lbkk1000{width:1000px;
  height: 500px;
  margin:0px auto;
  position: relative;
  overflow: visible;
  padding:0;
}
.lbkk1000 .nono{display:block;width:1000px;height: 500px;}
.lb-box {
  width:1920px;
  height: 500px;
  left:-460px;
  overflow: hidden;
  position: relative;
  background-color:#666;
}

.lb-content {
  width: 100%;  
  height: 100%;
}

.lb-item {
  width: 100%;  
  height: 100%;
  display: none;
  position: relative;   
}

.lb-item > a {
  width: 100%;
  height: 100%;
  display: block;
}

.lb-item > a > img {
  width: 100%;
  height: 100%;
}

.lb-item > a > span {
  width:378px;
  height:301px;
  display: block;
  position: absolute;
  top:46px;
  left:370px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}
.lb-item > a > span .sp1{width:378px;text-align:center;display:block;font-family:Î¢ÈíÑÅºÚ,Arial,ËÎÌå,Ó×Ô²;padding:15px 0;font-size:24px;}
.lb-item > a > span .sp2{width:378px;display:block;height:1px;background:url(/images/hblx.gif) no-repeat top center;}
.lb-item > a > span .sp3{width:340px;text-align:left;display:block;line-height:29px;font-family:Î¢ÈíÑÅºÚ,Arial,ËÎÌå,Ó×Ô²;padding:18px 10px 0 20px;font-size:16px;}

.lb-item.active {
  display: block;
  left: 0%;
}
.lb-item.active.left {
  left: -100%;
}
.lb-item.active.right {
  left: 100%;
}

/*  */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}

.lb-sign {
  position: absolute;
  left:910px;
  text-align:center;width:100px;
  bottom:10px;
  padding:0px;
  border-radius: 6px;
  list-style: none;
  user-select: none;
}
#ool{padding:0;margin:0;}
.lb-sign li {
  width: 14px;
  height: 14px;
  display:inline-block;
  margin: auto 4px;
  border-radius: 10px;
  cursor: pointer;
  background-color:#000;padding:0;filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7;
}
.lb-sign li span{display:none;}
.lb-sign li.active {
  background-color: #fff;filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7;
}

.lb-ctrl {
  position: absolute;
  top: 50%;
  margin-top:-28px;
  font-family:Arial,Î¢ÈíÑÅºÚ,ËÎÌå,Ó×Ô²;
  line-height:50px;
  padding:0 0 7px 0;
  font-size: 50px;
  font-weight: 900;
  user-select: none;
  background-color:#000;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7;
}

.lb-ctrl.left {
  left: 10px;
}
.lb-ctrl.right {
  right: 10px;
}
.lb-box:hover .lb-ctrl.left {
  left: 460px;
}
.lb-box:hover .lb-ctrl.right {
  right: 460px;
}
.lb-ctrl:hover {
  background-color: #000;
}
