#lunbo_index_focus {
  clear: both;
  position: relative;
  margin: 20px auto 0;
  width: 1550px;
  height: 435px;
  background: transparent;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
	#lunbo_index_focus {display:none;}
}
.lunbo_index_focusImg li {
  clear: both;
  position: absolute;
  top: 32px;
  left: 0;
  width: 610px;
  height: 370px;
  /* opacity: 0; */
  opacity: 1;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.lunbo_index_focusImg li a, .lunbo_index_focusImg li img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.lunbo_index_focusImg  img {
  overflow: hidden;
}
.lunbo_index_focusImg li p {
  /* display: none; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-indent: 10px;
  font-size: 16px;
  line-height: 33px;
  /* background: url(lunbo_tjqhbj_03.png) repeat left top; */
  background: linear-gradient(
              180deg,
              rgba(0, 0, 0, 0) 0%,
              rgba(0, 0, 0, 0.6) 100%
            );
  color: #FFF;
}
.lunbo_index_focusImg li.active {
  z-index: 3;
  top: 0;
  opacity: 1;
  padding: 0 425px;
  width: 700px;
  height: 435px;
  filter: alpha(opacity=100);
}
.lunbo_index_focusImg li.active img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.lunbo_index_focusImg li.active p {
  display: block;
}
.lunbo_index_focusImg li.next {
  left: 940px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.focus-pagenation {
  position: absolute;
  bottom: 10px;
  right: 440px;
  z-index: 5;
}
.focus-pagenation dd {
  float: left;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: url(../img/index_moe_focus_page_icon.png) no-repeat right top;
  cursor: default;
}
.focus-pagenation dd.curr {
  background: url(../img/index_moe_focus_page_icon.png) no-repeat left top;
}

.focus-arrow-left, .focus-arrow-right {
  position: absolute;
  top: 167px;
  left: -60px;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.focus-arrow-right {
  left: auto;
  right: -60px;
}


.focus-arrow-right img, .focus-arrow-left img {
  cursor: pointer;
  width: 45px;
  height: 60px;
}
