.banner_box {
    width: 433px;
    height: 274px;
}

.banner_img {
    position: relative;
    border-radius: 0 !important;
}

.banner_img img {
    width: 100%;
    object-fit: cover;
}

.layui-carousel-arrow:nth-child(1) {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    text-align: center;
    font-size: 15px;
    background-color: rgba(51, 51, 51, 0.5) !important;
}
.layui-carousel-arrow:nth-child(2) {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -18px;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    text-align: center;
    font-size: 15px;
    background-color: rgba(51, 51, 51, 0.5) !important;
}

.nav_title_box {
    padding: 5px 80px 5px 10px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: rgba(51, 51, 51, 0.5);
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.layui-carousel-ind {
    bottom: 0 !important;
    right: 0 !important;
    bottom: 0;
}

.layui-carousel-ind ul {
    background: none;
    position: absolute;
    right: 0;
    bottom: -25px;
}

.layui-carousel-ind ul li {

    background: rgba(212, 212, 212, 0.7);
}

.layui-carousel-ind ul:hover {
    background: none;
}

.layui-carousel-ind ul li {
    width: 6px;
    height: 6px;
}