@import url(./header.css);
@import url(./footer.css);

header {
    background: url(../images/bsfw_banner.png) no-repeat center;
}

.bsfw{
    padding: 134px 0 71px;
    background: url(../images/xw_bg.png) no-repeat center;
    background-size: 100% 100%;
}


@media only screen and (max-width: 616px) {
    .bsfw{
        padding: 40px 0 30px;
    }
}