
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrap-index { overflow: hidden; }

.dark-green { color: #4c5b52; }

.light-green { color: #00853e; }

.mb-50 { margin-bottom: 50px; }

/*slider*/

.slider { float: left; }

.slider .jquery-reslider .slider-block {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 97;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}
.slider .jquery-reslider .slider-block-menu {
  width: 1100px;
  left:50%;
  margin-left:-550px;
  position: absolute;
  z-index: 100;
  bottom:20px;
  text-align:center
}
@media screen and (max-width:1600px){
.slider-block-menu img{width:17%}
}

.slider-block-text{ width: 1100px;text-align:center;left:50%;margin-left:-550px; position: absolute;z-index: 100;  bottom:290px; color:#fff; font-weight:500; font-size:24px}
.slider-block-img01{position: absolute; width:1100px; top:250px; left:50%; margin-left:-550px;z-index: 97;}

.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('/images/main/prev.png') no-repeat;
}

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 20px;
  background: url('/images/main/next.png') no-repeat
}

.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 350px;
}

@media screen and (max-width:1600px){
.slider .jquery-reslider .slider-dots {
  bottom: 300px;
}
}

.slider .jquery-reslider .slider-dots li {
  width: 22px;
  height: 25px;
  display: inline-block;
  margin: 10px;
  background:url('/images/main/slider_dots_off.png') no-repeat;
  cursor: pointer;
}

.slider .jquery-reslider .slider-dots li.active { background:url('/images/main/slider_dots_on.png') no-repeat}
@media screen and (max-width: 768px) {

.slider .jquery-reslider .slider-direction { zoom: .8; }

.slider .jquery-reslider .slider-dots { position: absolute; }
}
