.honer_slider {
    width: 80%;
    margin: 50px auto;
    position: relative;
    padding-top: 500px
}

.honer_slider .imagelist ul {
    list-style: none
}

.honer_slider .imagelist ul li {
    position: absolute;
    -moz-box-shadow: 0 8px 30px #ddd;
    -webkit-box-shadow: 0 8px 30px #ddd;
    box-shadow: 0 8px 30px #ddd;
    background: #fff;
    transform: translateX(-50%);
}

.honer_slider .imagelist ul li p {
    text-align: center;
    color: #636363
}

.honer_slider .imagelist ul li p span {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;

    font-size: 16px;
}

.honer_slider .imagelist ul li img {
    width: 100%;
    height: 80%;
}

.honer_slider .imagelist ul li.no0 {
    width: 400px;
    height: 320px;
    left: 15%;
    top: 50px;
    z-index: 6
}

.imagelist ul li.no1 {
    width: 500px;
    height: 390px;
    left: 30%;
    top: 37px;
    z-index: 7
}

.imagelist ul li.no2 {
    width: 600px;
    height: 470px;
    left: 50%;
    top: 0;
    z-index: 8
}

.honer_slider .imagelist ul li.no3 {
    width: 500px;
    height: 390px;
    left: 70%;
    top: 37px;
    z-index: 7
}

.imagelist .no4, .imagelist .no5, .imagelist .no6, .imagelist .no7 {
    width: 400px;
    height: 320px;
    left: 85%;
    top: 50px;
    z-index: 6
}

.imagelist .no5 {
    z-index: 5
}

.imagelist .no6 {
    z-index: 4
}

.imagelist .no7 {
    z-index: 3
}

.honer_slider .imagelist ul li.waiting {
    display: none
}

.honer_slider .buttons .leftbut {
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(../images/button_icon221x.png) no-repeat;
    background-position: 0 0;
    left: -105px;
    top: 40%;
    z-index: 999;
    cursor: pointer
}

.honer_slider .buttons .leftbut:hover {
    background-position: 0 -46px
}

.honer_slider .buttons .rightbut {
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(../images/button_icon221x.png) no-repeat;
    background-position: 0 -92px;
    right: -105px;
    top: 40%;
    z-index: 999;
    cursor: pointer
}

.honer_slider .buttons .rightbut:hover {
    background-position: 0 -138px
}

.imagenav {
    width: 100%;
    height: 24px;
    margin: 0 auto;
    text-align: center
}

.imagenav ul {
    display: flex;

    align-items: center;
    justify-content: center;

    list-style: none;
    width: 100%;
    height: 100%;
}

.imagenav ul li {
    margin: 0 8px;
    width: 12px;
    height: 12px;
    background-color: #d5d5d5;
    border-radius: 10px;

    cursor: pointer;
}

.imagenav ul li.active {
    border: 3px solid #c7000c;
    width: 10px;
    height: 10px;

    background-color: #fff;
}

.honor-txt {
    height: 20%
}
