@charset "utf-8";
.banner {
    position: relative;
}
.banner img{
    display: block;
}
.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;
}
.swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}
.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.2;
    color: #FFFFFF;
    width: 100%;
}
.banner .advice-ftit {
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-top: 12px;
    text-transform: uppercase;
}
.index_banner .advice{
    text-align: left;
    height: 100%;
   
}
.index_banner .advice .width1529{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.index_banner .advice_tit{
    font-size: 56px;
    font-weight: 600;
    text-shadow: 2px 12px 21px rgba(25,27,35,0.16);
}
.index_banner .advice_tit p{
    margin-bottom: 13px;
}
.index_banner .advice_tit p:last-child{
    margin-bottom: 0;
}
.index_banner .advice_desc {
    text-shadow: 2px 12px 21px rgba(25,27,35,0.16);
    font-style: italic;
    margin-top: 30px;
    display: none;
}
@media only screen and (max-width: 1480px) {
    .index_banner .advice_tit{
        font-size: 50px;
    }
    .index_banner .advice_desc{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1440px) {
    .index_banner .advice_tit{
        font-size: 48px;
    }
}
@media only screen and (max-width: 1366px) {
    .index_banner .advice_tit{
        font-size: 44px;
    }
}
@media only screen and (max-width: 1280px) {
    .banner .advice_tit{
        font-size: 30px;
    }
    .banner .advice-ftit{
        font-size: 18px;
    }
    .banner .advice_tit {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .banner .advice_tit {
        font-size: 28px;
    }
    .banner .advice-ftit{
        font-size: 17px;
    }
    .index_banner .advice_desc {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .index_banner .advice_desc {
        margin-top: 20px;
        font-size: 18px;
    }
}
@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;
    }
}
@media only screen and (max-width: 640px) {
    .banner .advice_tit {
        font-size: 20px;
    }
    .banner .advice-ftit {
        font-size: 16px; 
        margin-top: 5px;
    }
    .index_banner .advice_desc{
        display: none;
    }
}