.navbar .navbox{position: relative;
    z-index: 3000;}
.navbox .wp-menu .menu-item{}
@media screen and (min-width: 999px) {
.navbox .wp-menu .menu-item:hover .sub-menu{display:block !important;}
}

 .swiper-container {
        width: 100%;
        height: 100%;
        background: #000;}
    .swiper-slide {}

.swiper-slide .img{    display: block;
    position: relative;
    width: 100%;
    height: 0;
        padding-bottom: 62.5%;

}
.swiper-slide .img img{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;}
    
    
 .swiper-container .swiper-button-next,  .swiper-container .swiper-button-prev{
        pointer-events: unset !important;
        display:block; width:30px; text-align:center; height:50px; line-height:50px; background:#000; text-decoration: none; color:#fff; font-size:30px; font-weight:bold; text-decoration: none; cursor:pointer; position:absolute; top:50%; margin-top:-25px; z-index: 50; opacity: 0.7 !important; filter:alpha(opacity=70);}
        
        
.swiper-container .swiper-button-next::after,  .swiper-container .swiper-button-prev::after{
content:"<";

            display: block;
    width: 30px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;}
        .swiper-container .swiper-button-next::after{
        content:">";
        }
.swiper-slide .tit{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 40;
    width: 100%;
    height: 30px;
background-color: rgba(10,94,151,0.7);

}

.swiper-slide .tit p{
    display: inline-block;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: calc(100% - 130px);

}
.swiper-pagination{      position: absolute;
    right: 10px;
    left: auto !important;
    bottom: 0 !important;
    z-index: 60;
    height: 20px;
    text-align: right;
    width: auto !important;
    display: table;

}
.swiper-pagination span{
display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    border-radius: 5px;
    background-color: #999;
    color: #fff;
    margin-right: 5px;
margin-left: 0px !important;
    cursor: pointer;
opacity:1;
}
.swiper-pagination span.swiper-pagination-bullet-active{
background-color: #ff4019;
}

.navbox {
    display:flex;
    justify-content:center
}