.mhide {
  display: block;
}

#jyb_index_focus {
  clear: both;
  position: relative;
  margin: 20px auto 0;
  width: 990px;
  height: 435px;
  background: transparent;
}

.jyb_index_focusImg li {
  clear: both;
  position: absolute;
  top: 32px;
  left: 0;
  width: 610px;
  height: 370px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.jyb_index_focusImg li a, .jyb_index_focusImg li img {
  position: relative;
  display: block;

  height: 100%;
}
.jyb_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(jyb_tjqhbj_03.png) repeat left top;
  color: #FFF;
}
.jyb_index_focusImg li.active {
  z-index: 3;
  top: 0;
  opacity: 1;
  padding: 0 145px;
  width: 700px;
  height: 435px;
  filter: alpha(opacity=100);
}
.jyb_index_focusImg li.active img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.jyb_index_focusImg li.active p {
  display: block;
}
.jyb_index_focusImg li.next {
  left: 380px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.focus-pagenation {
  position: absolute;
  bottom: 10px;
  right: 155px;
  z-index: 5;
}
.focus-pagenation dd {
  float: left;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: url(index_moe_focus_page_icon.png) no-repeat right top;
  cursor: default;
}
.focus-pagenation dd.curr {
  background: url(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;
}

dl, dt, dd, ol, ul, li {
  list-style: none;
}

