* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html {
    background: url(../images/bg.jpeg) no-repeat;
    background-size: cover;
}

#sichuan {
    width: 1200px;
    margin: 0 auto;
}

#banner {
    width: 100%;
    font-size: 0px;
}

#banner img {
    width: 100%;
}

#bar {}

#bar ul {
    width: 100%;
    font-size: 0px;
}

#bar ul li {
    display: inline-block;
    width: 200px;
    text-align: center;
    line-height: 40px;
    background-color: #BD7063;
}

#bar ul li:hover {
    background-color: #713516;
    cursor: pointer;
}

#bar ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    border-bottom: 2px solid #ECB187;
    margin-bottom: 20px;
}

footer {
    background-color: #BD7063;
    color: #fff;
    text-align: center;
    line-height: 60px;
}