/*reset*/

body { font-family: Microsoft YaHei, "Source Sans Pro", Helvetica, Arial, sans-serif; }

a { cursor: pointer; }

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-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/prev.png') no-repeat;
}

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 20px;
  background: url('../images/next.png') no-repeat
}

.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 106px;
}

.slider .jquery-reslider .slider-dots li {
/*   width: 15px;
  height: 15px;
  margin: 10px;
  border: 1px solid #ffffff;
  border-radius: 100px; */
  width: 70px;
  height: 6px;
  /* background:#7e7e7e; */
  background:url(../images/sl_a.png) no-repeat center center;
  background-size:85% 100%;
  padding:6px 0;
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider .jquery-reslider .slider-dots li:after {
  content: "";
  display: none;
  width: 0%;
  height: 6px;
  background:url(../images/sl_b.png) no-repeat center center;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider .jquery-reslider .slider-dots li:hover:after { width:100%;height:6px;  background:url(../images/sl_b.png) no-repeat center center;} 
.slider .jquery-reslider .slider-dots li:hover { background-size:0% 100%;}

.slider .jquery-reslider .slider-dots li.active {	 background:url(../images/sl_b.png)no-repeat center center; background-size:85% 100%; 
 -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;}
.slider .jquery-reslider .slider-dots li.active:hover { background-size:115% 100%;}

.slider .jquery-reslider .slider-dots li{	width: 7px;	height: 7px;	border-radius: 100%;	background: rgba(254,254,254,.5);	margin-right: 8px;	padding: 0;}.slider .jquery-reslider .slider-dots li.active{	width: 26px;	background: #fff;	border-radius: 3px;}.slider .jquery-reslider .slider-dots li:last-of-type{	margin-right: 0;}.slider .jquery-reslider .slider-dots li.active:hover{	width: 26px;	background: #fff;	border-radius: 3px;}


@media screen and (max-width: 768px) {

.slider .jquery-reslider .slider-direction { zoom: .8; }

.slider .jquery-reslider .slider-dots { position: absolute; }
}































