@media screen and (max-width: 768px) {
    .software-header img {
        /*width: 100% !important;*/
        max-width: 100% !important;
    }

    .banner {
        height: 280px !important;
    }

    .banner-item {
        height: 280px !important;
    }

    .banner-item h4 {
        font-size: 20px !important;
    }

    .banner-item p {
        font-size: 16px !important;
    }
}


/*banner图*/
.banner {
    height: 440px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.banner .banner-item {
    display: flex;
    flex-direction: column;
    height: 440px;
    align-items: start;
    justify-content: center;
    font-family: Noto Sans SC, Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    z-index: 1000;
}

.banner .banner-item h4 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.banner .title p {
    font-size: 20px;
    color: #fff;
}


.product-list .product-item {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}


.product-list .product-item:hover {
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}


.product-list .product-item img {
    /*width: 100%;*/
    /*height: 100%;*/
    width: 220px;
    height: 150px;
    max-width: 100%;
}

.product-list .product-item .hidden {
    visibility: hidden;
}

.product-list .product-item .title {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #076ce0;
    height: 46px;
}

.product-list .product-item .subtitle {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.product-list .product-item .more {
    margin-top: 20px;
}


.software-card {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}


.software-card:hover {
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.software-card a:hover {
    color: #333;
}
