*{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: 20px; 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: 23px ;height: 23px ;}
.slide .carousel-control { position: absolute; top: 50%; width: 62px; height: 62px; z-index: 999; margin-top: -45px; display:none;}
.slide .carousel-control.left { left: 55px; background-image: url("../images/jtl1.png"); background-repeat: no-repeat; cursor: pointer; display: block; display:none;}

/*.slide .carousel-control.left:hover { background-image: url("../img/slidelefton.png"); }*/

.slide .carousel-control.right { right: 55px; background-image: url("../images/jtr1.png"); background-repeat: no-repeat; cursor: pointer;display: block; display:none;}

/*.slide .carousel-control.right:hover { background-image: url("../img/sliderighton.png"); }*/

.slide .dotList ul li{cursor: pointer; /*background:url(../images/dot1.png) no-repeat center center;*/ background:#b7b7b7;  margin-left: 4.5px;margin-right: 4.5px; border: none;outline: none;width: 10px;height: 10px; border-radius:50%;}
.slide .dotList ul li.active{/*background:url(../images/dot2.png) no-repeat center center;*/ width: 14px;height: 14px;background:#1f2188; }
.slide .slidedetail { display: none; }

@media screen and (max-width: 599px){
.slide .dotList ul li{width: 15px !important; height: 15px !important;}
.slide .carousel-control.left{left: 20px;background-size: 50%;}
.slide .carousel-control.right {right: -10px;background-size: 50%;}
}