.banner {
    position: relative;
}

.banner .h-banner {
    display: none;
}

.index-banner .img {
    width: 100%;
    display: none;
}

.swiper-container {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.index-banner .swiper-slide {
    background-position: 50%;
    background-size: cover;
    background-color: #000;
}

.index-banner .video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.banner .advice {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .advice-tit {
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    color: #333;
}
.banner .advice-tit span{
    color: #DFB25B;
}
.banner .advice-ftit {
    color: #333;
    font-size: 36px;
    line-height: 1;
    margin-top: 20px;
}
.banner .advice_three .advice-tit{
    color: #fff;
}
.banner .advice_three .advice-ftit{
    color: #fff;
}
@media only screen and (max-width: 1600px) {
    .banner .advice-tit {
        font-size: 60px;
    }

    .banner .advice-ftit {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1366px) {
    .banner .advice-tit {
        font-size: 56px;
    }

    .banner .advice-ftit {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1280px) {
    .banner .advice-tit {
        font-size: 52px;
    }

    .banner .advice-ftit {
        font-size: 34px;
    }
}

@media only screen and (max-width: 960px) {
    .index-banner .swiper-slide {
        background: none;
    }

    .index-banner .img {
        display: block;
    }
    .banner .p-banner {
        display: none;
    }

    .banner .h-banner {
        display: block;
    }

    .banner .advice {
        display: none;
    }
}