
.nybanner {
    height: 240px;
    position: relative;
}

.nybanner .fgc {
    position: absolute;
    background: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.2));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 50px;
}

.nybanner .fgc .table {
    display: table;
    width: 100%;
    height: 100%;
}

.nybanner .fgc .cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.nybanner .fgc .lmtit {
    font-size: 32px;
    color: #1569b1;
    font-weight: bold;
}

.nybanner .fgc .lmxian {
    width: 50px;
    height: 4px;
    background: #1569b1;
    margin: 10px auto;
}

.nybanner .fgc .lmjj {
    font-size: 16px;
    color: #333;
}

@media (max-width: 1024px) {
    .nybanner {
        height: 200px;
    }
    .nybanner .fgc {
        padding: 0;
    }
    .nybanner .fgc .lmtit {
        font-size: 20px;
    }
    .nybanner .fgc .lmxian {
        height: 3px;
        width: 40px;
        margin: 5px auto;
    }
    .nybanner .fgc .lmjj {
        font-size: 14px;
    }
}

.nybanner-bg {
    background: url(/assets/www_files/wf-index.png) no-repeat center;
    background-size: cover;
}
