
* {
    margin: 0;
    padding: 0;
}

.cont {
    width: 100%;
    height: 730px;
    background: url("../../img/banner/pc/b04.jpg") no-repeat;
}

.cont .tab {
    list-style: none;
    display: flex;
    align-items: center;
    height: 60px;
    margin-top: 120px;
    border-bottom: 1px solid #adadad;
}

.cont .tab li {
    color: #adadad;
    margin-right: 15px;
}

.cont .tab li:hover {
    color: #fff;
    cursor: pointer;
}

.active {
    color: #fff !important;
}

.rowImg {
    margin: 0;
    padding: 0;
}

.imgBox {
    margin: 0;
    padding: 0;
    padding: 5px;
}

.imgBox img {
    width: 100%;
    /*margin: 5px 0;*/
}

@media screen and (max-width: 1024px) {
    .cont .tab{
        margin-top: 50px;
    }
    .cont {
        height: 100%;
        background: none;
    }
    .cont .tab li {
        color: #666;
        margin-right: 15px;
    }
    .active {
        color: #000 !important;
    }
    .rowImg{
        margin-bottom: 10px;
    }
}
