 
  
 
/*slider*/

.slider { float: left;  }

.slider .jquery-reslider .slider-block {
  width: 100%;
  height:100%;
  min-width:1200px;
  float:left;
   position: fixed;;
   
  text-align:center;
  opacity: 0;
}
.slider .jquery-reslider .slider-block .slider-block_in  {
width:100%; float:left; height:100%;   padding-top:150px;
  background-position:fixed;
 background-size: 100%;
}




.slider .jquery-reslider .slider-direction {
  width: 60px;
  height: 84px;
  position: fixed;
  top:40%;
  z-index: 99;
  cursor: pointer;
}

.slider .jquery-reslider .slider-direction.slider-direction-prev {
  left: 2%;
  background: url('/common/img/main/vi_btn_left.png') no-repeat;
 }

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 2%;
  background: url('/common/img/main/vi_btn_right.png') no-repeat;
  
}


 

.slider .jquery-reslider .slider-dots {
  position: fixed;
  width: 1200px;
   text-align: left;
  left:50%;
   margin-left:-600px;
   top:450px;
}

.slider .jquery-reslider .slider-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100px;

  display: inline-block;
  margin: 5px;
 background-color:#cbcdcf;
  cursor: pointer;
}

.slider .jquery-reslider .slider-dots li.active { background-color: #f7d037;  width:60px;}

 
@media all and (max-width:1300px){
.slider .jquery-reslider .slider-direction.slider-direction-prev {
  display:none;
 }

.slider .jquery-reslider .slider-direction.slider-direction-next {
  display:none;
 }
}
 