

/*slider*/

.slider {
	width: 100%;
	height: 500px;
	overflow: hidden;
	float: left; 
	position: relative;
}

.slider .jquery-reslider .slider-block {
  width: 100%;
  height: 500px;
  position: absolute;
  z-index:1;
  background-position:auto 100%;
  background-size: cover;
  opacity: 0;
}

.slider .jquery-reslider .slider-direction {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
  margin-top: -30px;
}

.slider .jquery-reslider .slider-direction.slider-direction-prev {
  left: 20px;
  background: url('../img/icon/prev.png') no-repeat;
}

.slider .jquery-reslider .slider-direction.slider-direction-next {
  right: 20px;
  background: url('../img/icon/next.png') no-repeat
}

.slider .jquery-reslider .slider-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
}

.slider .jquery-reslider .slider-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  display: inline-block;
  margin: 5px;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.slider .jquery-reslider .slider-dots li.active { background-color: #007cc3;border: 1px solid #007cc3; }
@media screen and (max-width: 768px) {

.slider .jquery-reslider .slider-direction { zoom: .8; }

.slider .jquery-reslider .slider-dots { position: absolute; }
}
@media (max-width:1200px ){
	.hnjb_banner{margin-top: 60px;}
}
@media (max-width:1000px ){
	.slider,.slider .jquery-reslider .slider-block{height: 450px;}
}
@media (max-width:900px ){
	.slider,.slider .jquery-reslider .slider-block{height: 400px;}
}
@media (max-width:800px ){
	.slider,.slider .jquery-reslider .slider-block{height: 350px;}
}
@media (max-width:700px ){
	.slider,.slider .jquery-reslider .slider-block{height: 300px;}
}
@media (max-width:600px ){
	.slider,.slider .jquery-reslider .slider-block{height: 250px;}
	.slider .jquery-reslider .slider-direction.slider-direction-prev{left: 10px;}
	.slider .jquery-reslider .slider-direction.slider-direction-next{right: 10px;}
}
@media (max-width:500px ){
	.slider,.slider .jquery-reslider .slider-block{height: 200px;}
	.slider .jquery-reslider .slider-direction.slider-direction-next{
		width:40%;
		height: 100%;
		margin: 0;
		top: 0;
		background-size:40px;
		background-position:center right;
		}
		.slider .jquery-reslider .slider-direction.slider-direction-prev{
			width: 40%;
		height: 100%;
		margin: 0;
		top: 0;
		background-size:40px;
		background-position:center left;
		}
}
@media (max-width:400px ){
	.slider,.slider .jquery-reslider .slider-block{height: 150px;}
}