/*轮播*/
/* css */
.slideBox {
  width: 780px;
  height: 415px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  float: left
}

.slideBox .hd {
  height: 24px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  background: url("./lbt_dian1.png") no-repeat
}

.slideBox .hd ul li.on {
  background: url("./lbt_dian.png") no-repeat
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  display: block;
}

.lbText {
  height: 45px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: url("./lbtText.png");
}

.lbText a {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 45px;
  margin-left: 20px;
}

.lbText a:hover {
  color: #245399;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}



/*列表轮播*/
.rmfw {
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.rmfw .img {
  width: 5000px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.rmfw .img .df_list {
  width: 357px;
  height: 393px;
}

.rmfw .img span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  line-height: 38px;
  text-indent: 10px
}

.rmfw .img ul {
  float: left;
  position: relative
}

.rmfw .num {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0px;
  text-align: center;
  font-size: 0px;
}

.rmfw .num li {
  width: 42px;
  height: 8px !important;
  background: url("./zt_dian1.png") !important;
  display: inline-block;
  margin: 0px 3px;
  cursor: pointer;
}

.rmfw .num li.on {
  background: url("./zt_dian.png") !important;
}

.rmfw .btn {
  width: 30px;
  height: 50px;
  background-color: #808080;
  opacity: 0.5;
  /* filter: alpha(opacity:0.5); */
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  color: #fff;
  font-family: "微软雅黑";
  display: none;
}

.rmfw .btn_l {
  left: 0px;
}

.rmfw .btn_r {
  right: 0px;
}

.rmfw:hover .btn {
  display: block;
}