@charset "utf-8";
:root {
    --color: #0c5adb
}

ul.video11 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.video11 li {
    width: 33%;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

ul.video11 li iframe {
    width: 100%;
}

ul.video11 li>p:first-child {
    margin-bottom: 10px;
}

.home-product .homepro-list .proitem {
    height: auto;
    display: flex;
    flex-direction: column;
}

.home-product .homepro-list .proitem .item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-product .homepro-list .proitem .item-info .text {
    margin-bottom: 10px
}

.home-product .homepro-list .proitem .more-btn {
    margin-top: auto;
}

.home-news .homenews-list .homenews-item {
    display: flex;
    flex-direction: column;
}

.home-news .homenews-list .homenews-text {
    flex: 1;
}

.home-news .homenews-list .homenews-text .homenews-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-news .homenews-list .homenews-text .homenews-more {
    margin-top: auto;
}

.home-news .homenews-list .homenews-text .homenews-des {
    margin-bottom: 10px;
}

@media (max-width:768px) {
    .home-banner .mobimg {
        height: auto
    }
}