
/*
*@author:Jacobwang
*@date:2015-04-15
*@info:main.css
*/

/*reset*/


.wrap-index { overflow: hidden; height: 760px; position: relative; padding-top: 80px;}

.dark-green { color: #4c5b52; }

.light-green { color: #00853e; }

.mb-50 { margin-bottom: 50px; }

/*slider*/

.slider { float: left;}
.slider .jquery-reslider{width: 100%; overflow: hidden;}
.slider .jquery-reslider .slider-block {
  width: 100%;
  height: 680px;
  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: 55%;
  z-index: 99;
  cursor: pointer;
  opacity: 0.3;
}

.slider .jquery-reslider .slider-direction:hover{
  opacity: 1;
}

.slider .jquery-reslider .slider-direction.slider-direction-prev {
  left: 2%;
  background: url('../images/prev.png') no-repeat;
  background-size: cover;
}

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 2%;
  background: url('../images/next.png') no-repeat;
  background-size: cover;
}

.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom:1%;
}

.slider .jquery-reslider .slider-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  display: inline-block;
  margin: 10px;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.slider .jquery-reslider .slider-dots li.active { background-color: #ffffff; }
@media only screen and (max-device-width:1024px) {
  .wrap-index{height: 740px; padding-top: 60px;}
}  
@media only screen and (max-device-width:768px) {

.slider .jquery-reslider .slider-direction { zoom: .8; }

.slider .jquery-reslider .slider-dots { position: absolute; }

.wrap-index, .slider .jquery-reslider .slider-block{height: 510px;}

}

@media only screen and (max-device-width:570px) {

.slider .jquery-reslider .slider-direction { zoom: .8; }

.slider .jquery-reslider .slider-dots { position: absolute; }

.wrap-index, .slider .jquery-reslider .slider-block{height: 350px;}

}

