﻿/* 空管 2023.11.07 */
.qoutique-slide span {
    display: block;
    text-align: center;
    color: #0082c0;
    font-size: 18px;
    margin-top: 18px;
}
.business {
    background-color: #447cbf;
}
.business-slide a {
    align-items: flex-start;
}
.business-text { 
    padding-bottom: 30px;
}
/* .business-text p {
    line-height:2;
    -webkit-line-clamp:5;
    max-height: 10em;
    position: relative;
    overflow: hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient: vertical;
}
@media screen and (max-width: 1440px) {
    
    .business-text p {
        line-height:1.75;
        -webkit-line-clamp:4;
        max-height: 7em;
    }
} */
.about-video-block figure {background-color: #000;}
.about-video-block:hover figure img {opacity: 1;}
@media screen and (max-width: 1024px) {
    .app {
        padding-top: 68px;
    }
    .banner,
    .banner-slide figure,
    .banner-swiper .swiper-wrapper,
    .banner-swiper .swiper-slide {
        height: auto !important;
    }
    .banner-slide figure {
        padding-bottom: 52.5% !important; height: 0 !important;
    }
    .banner-slide figure img {
        position: absolute !important;
        top: 0 !important;left: 0 !important; width: 100% !important; height: 100% !important;
    }

    .banner-prev.prev {left: 5px;}
    .banner-prev.next {right: 5px;}
}
