.banner-box img {
    width: 100%;
    height: 532px;
}

.ware-card {
    width: 584px;
    height: 301px;
    background: #F7F7F7;
    position: relative;
}

.card-title {
    height: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
}

.card-desc {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.lstr {
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}

.rstr {
    border-right: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}

 .ware-card:hover {
    background: #197CFF;
    background-repeat: repeat;
    background-size: cover;

}

.ware-card:hover .card-title,
.ware-card:hover .card-desc {
    color: #fff;
}