* {
    margin: 0;
    padding: 0;
}

body {
    background: url("../images/bg.jpg"/*tpa=http://www.baoyis.com/static/images/bg.jpg*/) no-repeat fixed;
    background-size: cover;
}

.container {
    margin: 0 auto;
    width: 100%;
    min-width: 1080px;
    max-width: 1920px;
}

nav {
    background-color: #fff;
}

nav .container {
    display: flex;
    flex-direction: row;
}

.brand img {
    padding: 1.5em;
}

.nav-right {
    flex: 1;
    justify-content: flex-end;
    margin-right: 3em;
}

.nav-links {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5em;
}

.nav-links li {
    font-size: .8em;
}

.nav-links li {
    display: inline-block;
    list-style: none;
}

.nav-links li a {
    display: inline-block;
    padding: 1em 3em;
    color: #000;
    text-decoration: none;
    transition: background-color .3s ;
}

.nav-links li a.active,
.nav-links li a:hover {
    background-color: #ffc000;
}

.banner {
    padding-bottom: 1em;
    background-color: #fff;
}

.banner img {
    width: 100%;
}

footer {
    padding: 100px 0;
    background: url("../images/footer-bg.png"/*tpa=http://www.baoyis.com/static/images/footer-bg.png*/) center;
    background-size: cover;
}

footer .container {
    position: relative;
    padding: 0 6em;
    box-sizing: border-box;
}

.footer-brand {
    position: absolute;
    top: 0;
}

.contact {
    color: #ffffff;
    font-weight: lighter;
    font-size: .9em;
    text-align: right;
}

.contact-header {
    margin-bottom: 2em;
}

.contact-header h4 {
    font-size: 1.3em;
    font-weight: bold;
}

    .fzzx{position:fixed;left:0;bottom:130px;z-index:1001}
    .fzzx_close{background:url(https://img.ssl.q1.com/lw/images/20200603_main/reg_close.png?v=1);width:28px;height:27px;position:absolute;top:0;cursor:pointer;left:199px}
    /*.wlaq{position:fixed;right:0;bottom:130px;z-index:1001}*/
.wlaq{position:fixed;right:0;bottom:130px;z-index:1001;display: flex; justify-content: right;flex-direction: column;align-items: flex-end;}
    .wlaq_close{background:url(https://img.ssl.q1.com/lw/images/20200603_main/reg_close.png?v=1);width:28px;height:27px;position:absolute;top:0;cursor:pointer;right:0}
