/*slider*/
.slide_bg {
  position: relative;
}
.slider {
  float: left;
  height: 360px;
  width: 100%;
}
.slider .jquery-reslider .slider-block {
  width: 100%;
  height: 360px;
  position: absolute;
  z-index: 97;
  display: none;
  float: left;
  overflow: hidden;
}
.slider-dots {
  z-index: 100;
}
.slider .jquery-reslider .slider-direction {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 45%;
  z-index: 99;
  cursor: pointer;
}
.slider .jquery-reslider .slider-direction.slider-direction-prev {
  left: 20px;
  top: 150px;
}
.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 20px;
  top: 150px;
}
.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 190px;
  top: 310px;
  left: 50%;
  margin-left: -95px;
}
.slider-block a {
  float: left;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  _width: 1920px;
  _height: 360px;
  height: 100%;
}
.slider-block a img {
  position: absolute;
  top: 0;
  left: 50%;
}
.slider .jquery-reslider .slider-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  margin: 10px;
  border: 1px solid #ffffff;
  cursor: pointer;
  float: left;
  behavior:url(../PIE/PIE.htc);
}
.slider .jquery-reslider .slider-dots li.active {
  background-color: #ffffff;
}
.thumbnail {
  width: 100%;
  height: 360px;
  text-align: center;
  line-height: normal;
  background: #D2D2D2;
}
.thumbnail i {
  color: #fff;
  font-size: 300px;
  line-height: 360px;
}
@media screen and (max-width: 768px) {
  .slider .jquery-reslider .slider-direction {
    zoom: .8;
  }
  .slider .jquery-reslider .slider-dots {
    position: absolute;
  }
}
