﻿.index-banner-box{
    width: 100%;
    display: block;
    position: relative;
}
.index-banner-box,
.index-banner-list,
.index-video-box,
.index-video,
.index-video-bg{
     height: calc(100vw * 0.3125);
}
.index-banner-list-box{
    width: 100%;
    display: block;
    position: relative;
    
}
.index-banner-list{
    width: 100%;
    display: block;
     position: relative;
}
.index-banner-list span{
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-banner{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.index-banner-slong,
.index-video-slong{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #FFF;
    display: block;
    position: absolute;
    z-index: 9;
    top: 48%;
    text-shadow: rgba(0,0,0,0.6) 2px 2px 2px;
    cursor: context-menu;
}
.index-video-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 5;
}
.index-video-box{
    width: 100%;
    display: block;
    position: relative;
}
.index-video{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: block;
}

.index-video-bg{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-banner-slong-box{
    width: 100%;
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
    z-index: 5;
    pointer-events: none;
    text-align: center;
}
.index-video-open{
    display: none;
}
.not-banner{
    display: none;
}
.index-banner-box .index-banner-circle-box{
    display: none;
}
.index-banner-circle-box{
    width: calc(100% + 60px);
    height: 40px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    position: absolute;
    bottom: -10px;
    left: -30px;
    background-color: #fff;
}

.index-banner-list-box .slick-prev{
    left: 10px;
    z-index: 2;
}
.index-banner-list-box .slick-next{
    right: 10px;
    z-index: 2;
}
.index-banner-list-box .slick-prev:before {
    content: '\f053';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 40px;
    color: #f3cd05 ;
}
.index-banner-list-box .slick-next:before {
    content: '\f054';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 40px;
    color: #f3cd05 ;
}
.index-banner-list-box .slick-dots li button:before,
.index-banner-list-box .slick-dots li.slick-active button:before{
    color: #f3cd05 ;
}

@media only screen and (max-width: 550px){
    .index-banner-circle-box{
        bottom: -15px;
    }
}