/* banner模块 */
#banner {
    position: relative;
    width: 100%;
    height: 409px;
    font-size: 0px;
    background-color: #FF9F16;
    margin-top: 0px;
    overflow: hidden;
}

#banner video {
    width: 100%;
    margin-top: -80px;
}

#banner h1 {
    position: absolute;
    font-size: 30px;
    top: 30px;
    left: 30px;
    color: #fff;
}