
/*
*@author:Jacobwang
*@date:2015-04-15
*@info:main.css
*/

/*reset*/
   
 
/*slider*/
.vi_wrap  {width:696px; height:366px; float:left;    position: absolute;}
.slider { float: left; }

.slider .jquery-reslider .slider-block {
  width: 696px;
  height: 366px;
  position: absolute;
  z-index: 97;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.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;
  background: url('/common/img/main/prev.png') no-repeat;
 }

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 20px;
  background: url('/common/img/main/next.png') no-repeat
 }

.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 100%;
   text-align: center;
  top: 330px;
}

.slider .jquery-reslider .slider-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  display: inline-block;
  margin: 3px;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.slider .jquery-reslider .slider-dots li.active { background-color: #ffffff; }
@media screen and (max-width: 768px) {

.slider .jquery-reslider .slider-direction { zoom: .8; }

.slider .jquery-reslider .slider-dots { position: absolute; }
}
