* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.slide {
    position: relative;
}

.slide .carouse {
    width: 100%;
    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: 28px;
}

.slide .carousel-control {
    position: absolute;
    top: 50%;
    width: 41px;
    height: 90px;
    z-index: 999;
    margin-top: -45px;
    display: block
}

.slide .carousel-control.left {
    left: 55px;
    background-image: url("../img/arrow-left.png");
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% 100%
}


.slide .carousel-control.right {
    right: 55px;
    background-image: url("../img/arrow-right.png");
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% 100%
}


.slide .dotList ul li {
    cursor: pointer;
    background: url(../img/circle.png) no-repeat center center;
    font-size: 0px;
    margin-left: 4.5px;
    margin-right: 4.5px;
    border: none;
    outline: none;
    width: 7px;
    height: 28px;
}

.slide .dotList ul li.active {
    background: url(../img/circleon.png) no-repeat center center;
}

.slide .slidedetail {
    display: none;
}

@media screen and (max-width: 767px) {
    .slide .carousel-control {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 44px;
        z-index: 999;
        margin-top: -22px;
        display: block
    }

}
