@charset "utf-8";

.banner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.banner .h-banner {
    display: none;
}
.index-banner {
    width: 100%;
}
.index-banner .img {
    width: 100%;
    display: none;
}
.swiper-container {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.index-banner .swiper-slide {
    background-position: 50%;
    background-size: cover;
}
.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 {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .advice-tit {
    font-size: 32px;
    line-height: 1;
    color: #FFFFFF;
    width: 100%;
    font-weight: 600;
}
.banner .advice-ftit {
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    margin-top: 18px;
    text-transform: uppercase;
}
.index-banner .advice{
    text-align: left;
}
.index-banner .advice-tit{
    font-size: 64px;
    line-height: 1.34;
}
.index-banner .advice-ftit {
    font-weight: bold;
    font-size: 26px;
    text-transform: initial;
    line-height: 1.1;
}
.index-banner .watch_mores{
    margin: 65px 0 0;
}
@media only screen and (max-width: 1480px) {
    .index-banner .advice-tit{
        font-size: 60px;
    }
}
@media only screen and (max-width: 1400px) {
    .index-banner .advice-tit {
        font-size: 56px;
    }
}
@media only screen and (max-width: 1280px) {
    .index-banner .advice-tit {
        font-size: 52px;
    }
}
@media only screen and (max-width: 1240px) {
    .index-banner .advice-tit {
        font-size: 46px;
    }
    .index-banner .advice-ftit{
        font-size: 24px;
    }
}
@media only screen and (max-width: 1200px) {
    .banner .advice-tit{
        font-size: 30px;
    }
    .banner .advice-ftit{
        font-size: 18px;
    }
    .index-banner .advice-tit {
        font-size: 42px;
    }
}
@media only screen and (max-width: 1043px) {
    .banner .advice-tit {
        font-size: 28px;
    }
    .banner .advice-ftit {
        font-size: 16px;
    }
    .index-banner .advice-tit {
        font-size: 36px;
    }
}
@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-tit {
        font-size: 48px;
    }
    .banner .advice-ftit {
        font-size: 32px;
    } */
}
@media only screen and (max-width: 640px) {
    .banner .advice-tit {
        font-size: 24px;
    }
    .banner .advice-ftit {
        font-size: 14px;
        margin-top: 8px;
        display: none;
    }
    .banner_en .advice-tit{
        font-size: 20px;
    }
}