
.respoisiveSlider {position:relative;}
/*.respoisiveSlider img {display:block;width:100%;height:auto;}*/

.respoisiveSlider .window {height:100%;position:relative;overflow:hidden;}
.respoisiveSlider .window li {width:100%;position:absolute;left:0;top:0;}
.respoisiveSlider .window ul{min-height: 260px;}
.respoisiveSlider .window li:first-child {z-index:2;}

/*.respoisiveSlider .window li img:nth-child(2) {display:none;}

/*.respoisiveSlider .baseSP {display:none;}*/

.prev,
.next {display:block;width:50px;height:50px;position:absolute;top:50%;margin-top:-25px;z-index:5;background:#000;}
.prev {left:20px;}
.next {right:20px;}

.pager {width:100%;position:absolute;bottom:20px;text-align:center;z-index:4;}
.pager a {display:inline-block;width:20px;height:20px;margin:0 10px;background:#000;}
.pager a.current {background:orange;}

@media (max-width:1020px){
/*	
.respoisiveSlider .window li img:nth-child(1) {display:none;}
.respoisiveSlider .window li img:nth-child(2) {display:block;}


.respoisiveSlider .basePC {display:none;}
.respoisiveSlider .baseSP {display:block;}*/

.prev,
.next {display:none;}

}
