/*banner*/
.banner {
    width: 100%;
    height: 165px;
    background:  no-repeat;
    background-size: cover;
}

.banner .bannertitle {
    line-height: 165px;
    padding-left: 15px;
}

/*页面路径*/
.path {
    color: #999999;
    padding: 15px 0;
}

.path .active {
    color: #8c2c29
}

@media (max-width: 768px) {
    .banner {
        display: flex;
        align-items: center;
    }

    .banner .bannertitle {
        line-height: 1.5;
        padding: 0 15px;
    }
}

