body { font-family: Microsoft YaHei, "Source Sans Pro", Helvetica, Arial, sans-serif; }

a { cursor: pointer; }

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

 
/*slider*/

.slider { float: left; }

.slider .jquery-reslider .slider-block {
  width: 100%;
  min-width:1125px;
  height: 578px;
  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:40%;
  z-index: 99;
  cursor: pointer;
}

.slider .jquery-reslider .slider-direction.slider-direction-prev {
  left: 10%;
  background: url('/common/img/main/prev.png') no-repeat;
}

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 10%;
  background: url('/common/img/main/next.png') no-repeat
}


 

.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 1050px;
   text-align: left;
  left:50%;
   margin-left:-535px;
   bottom:250px;
}

.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: #285ea9;  width:60px;}

 
@media all and (max-width:1300px){
.slider .jquery-reslider .slider-direction.slider-direction-prev {
  left: 1%;
 }

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 1%;
 }
}
 