
.lbbigdiv{position:relative; clear:both; padding-bottom:31.3%;} /*1200px宽高350的百分比 29.17%*/

.ullidian {
  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-size:100% auto;
  opacity: 0;
}

.slider .jquery-reslider a{
	width:100%;
	height:100%;
	position:absolute;
	/* min-width:1200px;  当用于电脑版时,在手机上看不全屏,加上这个最小宽度就会全屏*/
	}

.slider .jquery-reslider .slider-direction {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40%;
  z-index: 99;
  cursor: pointer;

}
@media (max-width:800px){
.slider .jquery-reslider .slider-direction {
  width: 30px;
  height: 30px;
}
}
.slider .jquery-reslider .slider-direction.slider-direction-prev {
  left: 20px;
  background: url('../images/prev.png') no-repeat;
  background-size:100% 100%;
}

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 20px;
  background: url('../images/next.png') no-repeat;
  background-size:100% 100%;
}


.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 1%;
}


.slider .jquery-reslider .slider-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  margin: 10px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
@media (max-width:800px){
.slider .jquery-reslider .slider-dots li {
  width: 8px;
  height: 8px;
  margin: 5px;
}
}

.slider .jquery-reslider .slider-dots li.active { background-color: #ffffff; }
@media screen and (max-width: 768px) {
.slider .jquery-reslider .slider-direction { zoom: .8; }
}
