.om9u2np3 {
    position: relative;
    min-width: 1200px;
}

.om9u2np3 .swiper-container {
    position: relative;
    width: 1200px;
    height: 720px;
    margin: 0 auto;
    overflow: hidden;
    color: white;
}

.om9u2np3 .swiper-slide {
    width: 1200px;
    height: 720px;
    position: relative;
}

.om9u2np3 .swiper-slide a {
    display: block;
}

.om9u2np3 .swiper-slide .text {
    display: none;
}

.om9u2np3 .prev {
    background: ;
    width: 25px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 10;
    margin: auto;
    background-color: rgba(37, 35, 35, 0.6);
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.om9u2np3 .next {
    background: ;
    width: 25px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    right: 0px;
    top: 0;
    z-index: 10;
    margin: auto;
    background-color: rgba(37, 35, 35, 0.6);
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.om9u2np3 .swiper-pagination1 {
    display: none;
}

.om9u2np3 .info-box {
    position: absolute;
    bottom: 0px;
    background-color: rgba(37, 35, 35, 0.8);
    width: 1100px;
    height: 45px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 9;
}

.om9u2np3 .info-box i {
    position: absolute;
    background-color: #b53842;
    left: 0;
    font-weight: bold;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
}

.om9u2np3 .text {
    width: 1000px;
    text-align: center;
}

.om9u2np3 .text a:link,
.om9u2np3 .text a:visited {
    color: #fff;
}

.om9u2np3 .text h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

.om9u2np3 .text p {
    font-size: 16px;
    display: block;
    height: 38px;
    overflow: hidden;
}

.om9u2np3 #bgshow {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(9px) brightness(40%);
}