/* = 通用布局
-------------------------------------------------------------- */
.focusIndicators a {
  display: block;
  background: url('script.png');
  background-repeat: no-repeat;
}
.focusMain {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.focusArea {
  width: 100%;
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
}
.focusCon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.focusItem {
  position: relative;
  margin: 0;
  padding: 1px;
}
.focusIndicators {
  height: 7px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.focusIndicators a {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  background-position: 0 -50px;
  font-size: 0;
  _zoom: 1;
  cursor: pointer;
  overflow: hidden;
}
.focusIndicators .current {
  background-position: -10px -50px;
}
.focusBtn {
  display: block;
  position: absolute;
  width: 50px;
  height: 100%;
  cursor: pointer;
  z-index: 100;
  background: no-repeat rgba(0,0,0,0.4) center center;
}
.focusPrev {
  left: 0;
}
.focusNext {
  right: 0;
}
.focusPrev:hover,
.focusNext:hover {
  background-color: rgba(0,0,0,0.7);
}
.focusItem img,
.focusIndicators img {
  max-width: 100%;
  max-height: 100%;
}
/* = 轮播和焦点图区分
-------------------------------------------------------------- */
.isCarousel .focusArea {
  height: 130px;
}
.isCarousel .focusItem {
  float: left;
  width: 186px;
  height: 126px;
  _display: inline;
}
.isCarousel .focusCon .title {
  width: 186px;
}
.isCarousel .focusGroup {
  float: left;
  _display: inline;
}
.isFocus .focusArea {
  height: 500px;
}
.isFocus .focusItem {
  width: 100%;
  height: 100%;
}
.isFocus .focusCon .title {
  width: 582px;
}
/* = 特殊内容特殊处理
-------------------------------------------------------------- */

.focusItem {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: no-repeat rgba(0,0,0,0.8) center center;
  background-size: cover;
}