@charset "UTF-8";

#moe-focus-cover {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: 0;
  width: 100%;
  height: 470px;
  background: url(../images/index_moe_focus_shadow.png) repeat-y center;
}


#jyb_index_focus p,#jyb_index_focus a {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}


#jyb_index_focus {
	clear: both;
	position: relative;
	margin: 20px auto 30px;
	width: 1200px;
	height: 535px;
	background: transparent;
	overflow: hidden;
}

.jyb_index_focusImg li {
  clear: both;
  position: absolute;
  top: 32px;
  left: 0;
  width: 610px;
  height: 470px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.jyb_index_focusImg li a, .jyb_index_focusImg li img {
  position: relative;
  display: block;
  width: 100%;
  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(../images/jyb_tjqhbj_03.png) repeat left top;
  color: #FFF;
}
.jyb_index_focusImg li.active {
  z-index: 3;
  top: 0;
  opacity: 1;
  padding: 0 150px;
  width: 900px;
  height: 535px;
	overflow: hidden;
  filter: alpha(opacity=100);
}
.jyb_index_focusImg li.active img{ width: 100%;}
.jyb_index_focusImg li.active img:hover {
  transform: scale(1.1);
  transition: all 0.5s; width: 100%;
}
.jyb_index_focusImg li.active p {
  display: block;width: 100%;
}
.jyb_index_focusImg li.next {
	left: 590px;
	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(../images/index_moe_focus_page_icon.png) no-repeat right top;
  cursor: default;
}
.focus-pagenation dd.curr {
  background: url(../images/index_moe_focus_page_icon.png) no-repeat left top;
}

.focus-arrow-left, .focus-arrow-right {
  position: absolute;
  top: 200px;
  left: -60px;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.focus-arrow-right {
  left: auto;
  right: -60px;
}
