.lunbo {
    width: 72%;
    height: 424px;
    overflow: hidden;
    position: relative;
    border-radius: 4px
}

.lunbo .image-box {
    z-index: 99;
    width: 100%;
    height: 100%
}

.lunbo .image-box li,
.lunbo .image-box a {
    width: 100%;
    height: 100%
}

.lunbo .image-box li {
    position: absolute
}

.lunbo .image-box li a {
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fcf9f0;
    background-size: cover
}

.lunbo .image-box li a img {
    /* max-width: 100%;
    max-height: 100%;
    vertical-align: middle */
    height: 100%;
    width: auto;
}

.lunbo .image-box li a:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.lunbo .image-box li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding-left: 15px;
    padding-top: 30px;
    z-index: 2;
    font-size: 18px;
    text-align: left
}

.lunbo .image-box li p span {
    font-size: 16px;
    color: #fff;
    margin-right: 8px
}

.lunbo .image-box li p span i {
    font-size: 18px;
    font-style: normal;
    vertical-align: top
}

.lunbo .image-box li small {
    font-size: 16px;
    width: 65%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lunbo .turn-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -31px;
    z-index: 101;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    transition: all .3s ease
}

.lunbo .turn-btn>img {
    width: 16px;
    height: 16px;
}

.lunbo .turn-btn.prev-btn {
    left: 50px;
    background-position: -11px -50px
}

.lunbo .turn-btn.next-btn {
    right: 50px;
    background-position: -60px -50px
}

.lunbo:hover .turn-btn.prev-btn {
    left: 20px;
    opacity: .7
}

.lunbo:hover .turn-btn.next-btn {
    right: 20px;
    opacity: .7
}

.lunbo .turn-btn.prev-btn:hover {
    opacity: .9
}

.lunbo .turn-btn.next-btn:hover {
    right: 20px;
    opacity: .9
}

.lunbo .numb-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0;
    z-index: 102;
    /* display: none */
}

.lunbo .numb-btn li {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    margin-left: 6px;
    line-height: 1;
    border-radius: 2px;
    width: 10px;
    height: 5px;
    transition: all 100ms
}

.lunbo .numb-btn li:first-child {
    margin-left: 0
}

.lunbo .numb-btn li:hover {
    background: rgba(255, 255, 255, .9)
}

.lunbo .numb-btn li.active {
    background: rgba(255, 255, 255, .9);
    width: 18px
}



.lunbo-s2 {
    position: relative;
    overflow: hidden;
}

.lunbo-s2>.image {
    float: left;
    width: 768px;
    height: 512px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.32);
    overflow: overlay;
}

.lunbo-s2>.text {
    margin-top: 24px;
    float: left;
    height: calc(100% - 24px);
    background: #F8F8F8;
}

.lunbo-s2>.text::before {
    margin-top: -24px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 24px solid #BEBDBD;
    border-right: 24px solid transparent;
}

.lunbo-s2>.text>ul {
    height: 100%;
    overflow: auto;
}

.lunbo-s2>.text>ul>li {
    padding-left: 41px;
    width: 497px;
    height: 98px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 98px;
}

.lunbo-s2>.text>ul>li:hover,
.lunbo-s2>.text>ul>li.active {
    color: #ffffff;
    background: #3371BE;
}

.lunbo-s2>.text>ul>li>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}