/* 轮播1 */
.slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 46%;
  bottom: 18%;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 32px;
  height: 6px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  margin-right: 16px;
}

.slideBox .hd ul li.on {
  background: #ff6c00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 100%;
  height: 320px;
  display: block;
}

/* 轮播2 */
.slideBoy {
  width: 100%;
  height: 384px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.slideBoy .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.slideBoy .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBoy .hd ul li {
  float: left;
  margin-right: 2px;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
}

.slideBoy .hd ul li.on {
  background: #ff6c00;
  color: #fff;
}

.slideBoy .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBoy .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 384px;
  position: relative;
}

.slideBoy .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

.slideBoy .bd ul li p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 115px 0 10px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, .5);
  color: #fff;
}

.slideBoy .hd {
  overflow: hidden;
  position: absolute;
  right: 30px;
  bottom: 16px;
  z-index: 1;
}

.slideBoy .hd ul li {
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}

/* 轮播3 */
.multipleColumn {
  overflow: hidden;
  position: relative;
  width: 100%;
  /* border: 1px solid #ccc; */
}

.multipleColumn .cd {
  overflow: hidden;
  height: 72px;
  padding: 0 10px;
}

.multipleColumn .cd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 24px;
  zoom: 1;
  margin-right: 42%;
}

.multipleColumn .cd li {
  float: left;
  margin-right: 2px;
  width: 24px;
  height: 6px;
  line-height: 14px;
  text-align: center;
  background-color: #dddddd;
  cursor: pointer;
  margin-right: 16px;
  text-indent: -999px;

  /* background: url(../images/is-lbd1.png)no-repeat; */
}


.multipleColumn .cd ul li.on {
  background: #ff6c00;
  color: #fff;
}

.multipleColumn .bd {
  padding: 10px;
  overflow: hidden;
}

.multipleColumn .bd ul {
  overflow: hidden;
  zoom: 1;
  width: 1200px;
  float: left;
  _display: inline;
}

.multipleColumn .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 5px;
}



.multipleColumn .bd ul li .pic {
  text-align: center;
}

.multipleColumn .bd ul li .pic img {
  display: block;
  padding: 2px;
}

.multipleColumn .bd ul li .pic a:hover img {
  border-color: #999;
}

.multipleColumn .bd ul li .title {
  line-height: 24px;
}
@media (max-width:767px) {
  .slideBoy .bd li{height: 248px;}
}
