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

#bigbox {
    width: 1000px;
    margin: 0 auto;
}

body {
    background: url(../imgs/bg.png);
}

#banner {
    font-size: 0px;
}

#banner img {
    width: 1000px;
    height: 300px;
}

nav {
    width: 1000px;
    font-size: 0px;
    background-color: #3B2818;
}

nav a {
    display: inline-block;
    width: 200px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
}

nav a:hover {
    background-color: #896D58;
    border-radius: 20px;
}

#mian {
    padding-top: 30px;
    width: 1000px;
    background-color: #685A4F;
    color: #cdc8c2;
}

#mian span {
    font-weight: bold;
    font-size: 20px;
    color: #3B2818;
}

#mian p {
    padding-right: 30px;
    margin-top: 20px;
    text-indent: 32px;
    line-height: 30px;
    padding-left: 30px;
}

#mian img {
    float: left;
    width: 400px;
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 30px;
}



#picture {
    width: 1000px;
    padding-top: 30px;
    width: 1000px;
    background-color: #685A4F;
    color: #cdc8c2;
    font-size: 0px;
}

h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

#leibie {
    width: 110px;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
}

#leibie p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}

#leibie img {
    width: 100px;
    /* height: 200px; */
    border-radius: 50%;
}

footer {
    width: 1000px;
    line-height: 60px;
    background-color: #3B2818;
    color: #ccc;
    text-align: center;
    font-size: 14px;
}