*{margin: 0;padding:0;}
li{list-style: none;}

.slide { position: relative;}
.slide .carouse { width: 100%; overflow: hidden; position: relative; }
.slide .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }
.slide .carouse .slideItem .banner-img { width: 100%; }
.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }
.slide .dotList { position: absolute; width: 100%; bottom: 38px; text-align: center; }

/* .slide .dotList ul li { display: inline-block; width: 14px; height: 14px; background:#fff; margin: 0 8px; cursor: pointer; } */

/*.slide .dotList ul li.active { background:#ffc523; width: 28px;}*/

.slide .carousel-control { position: absolute; top: 50%; width: 50px; height: 50px; z-index: 999; margin-top: -25px;}
.slide .carousel-control.left { left: 51px; background-image: url("../images/prev.png"); background-repeat: no-repeat; cursor: pointer; }
.slide .carousel-control.left:hover { background-image: url(../images/prev_1.png); }
.slide .carousel-control.right { right: 51px; background-image: url("../images/next.png"); background-repeat: no-repeat; cursor: pointer; }
.slide .carousel-control.right:hover { background-image: url(../images/next_1.png); }

.slide .dotList ul li {

	display: inline-block;

	cursor: pointer;

	background: url(../images/dot.png) no-repeat center center;

	font-size: 0px;

	margin: 0 3px;

	border: none;

	outline: none;

	width: 16px;

	height: 16px;

	

}



.slide .dotList ul li.active {

	background: url(../images/dot1.png) no-repeat center center;

	background-size: contain;

}


.slide .slidedetail { display: none; }

@media only screen and (max-width:1300px ) {
	
.slide .carousel-control{ display:none;}

}
@media only screen and (max-width:999px ) {
	.slide .carousel-control{display: none;}

	.slide .dotList{bottom: 10px;}
	.slide .dotList ul li{width: 10px;height: 10px;background-size: contain;}
}