.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: 3%;
	text-align: center;
}
.slide .dotList ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	margin: 0 8px;
	cursor: pointer;
}
.slide .carousel-control {
	position: absolute;
	top: 50%;
		width: 68px;
	height: 68px;
	z-index: 999;
	margin-top: -39px;
}
.slide .carousel-control.left {
	left: 7%;
background: url(../images/ableft.png) no-repeat center;
	cursor: pointer
}
.slide .carousel-control.right {
	right: 7%;
	background: url(../images/abright.png) no-repeat center;
	cursor: pointer
}



.slide .carousel-control.left:hover {
	left: 7%;
background: url(../images/ablefth.png) no-repeat center;
	cursor: pointer
}
.slide .carousel-control.right:hover {
	right: 7%;
	background: url(../images/abrighth.png) no-repeat center;
	cursor: pointer
}
.slide .dotList ul li {
	text-decoration: none;
	cursor: pointer;	
	width: 15px;
	height: 15px;
	margin-right: 3px;
	margin-left: 4px;
	background: url(../images/quan.png) no-repeat center;
}
.slide .dotList ul li.active {
	background: url(../images/dian.png) no-repeat center;
}
.neiyeggt .dotList {
	display: none !important
}
.slide .slidedetail {
	display: none;
}


 @media screen and (max-width:768px) {


.slide .carousel-control.left,.slide .carousel-control.right,.slide .carousel-control.left:hover,.slide .carousel-control.right:hover {
   
    

    background-size: 100%;
}

.slide .carousel-control {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 999;
    margin-top: -20px;
}
	 

	 }
