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

html {
    background: url(../images/bg1.jpg);
    background-size: 100%;
}

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

#banner {
    font-size: 0px;
}

#banner img {
    width: 100%;
}

#nav {
    float: left;
    margin-left: 20px;
}

#nav ul li {
    margin: 20px 0px;
}

#nav ul li a {
    display: inline-block;
    width: 160px;
    background-color: #371917;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}

#nav ul li a:hover {
    background-color: #fff;
    color: #371917;
}

#jianjie {
    width: 740px;
    background-color: #fff;
    margin-left: 240px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px;
}

h4 {
    border-left: 10px solid #9C0A00;
    padding-left: 10px;
    margin-bottom: 10px;
}

.people {
    margin-bottom: 20px;
}

.people img {
    float: left;
    width: 160px;
}

.people p {
    font-size: 14px;
    text-indent: 2rem;
    line-height: 28px;
}

.img_list {
    text-align: center;
    margin-top: 20px;
}

.img_list li {
    display: inline-block;
    width: 140px;
    margin: 0px 10px;
}

.img_list li img {
    width: 100%;
}

footer {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: #371917;
    color: #fff;
    margin-top: 20px;
}

#book {}

#book ul {
    font-size: 0px;
    text-align: center;
    margin-top: 20px;
}

#book ul li {
    display: inline-block;
    font-size: 12px;
    width: 200px;
    margin: 0px 16px;
    margin-bottom: 10px;
}

#book ul li img {
    width: 100%;
    height: 280px;
}

#photo ul {
    font-size: 0px;
    text-align: center;
    margin-top: 20px;
}

#photo ul li {
    display: inline-block;
    font-size: 12px;
    width: 140px;
    margin: 0px 16px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 225px;
}

#photo ul li img {
    width: 100%;
    height: 190px;
}

#movies {}

#movies video {
    width: 100%;
    margin-top: 20px;
}

.msg_list li {
    border-bottom: 1px dotted #371917;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.msg_list_title {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
}

.msg_list_title span:first-child {
    color: #9C0A00;
    font-weight: bolder;
}

.msg_list_title span:nth-child(2) {
    color: #AAAAB2;
    margin-left: 10px;
}

.msg_list_title span:last-child {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #371917;
}

.msg_list p {
    font-size: 14px;
    line-height: 24px;
}

.biaodan {
    width: 100%;
    font-size: 0px;
    margin-top: 20px;
}

.biaodan input {
    width: 340px;
    height: 28px;
    border: 1px solid #371917;
    box-sizing: border-box;
    padding: 0px 10px;
}

.biaodan input:nth-child(2) {
    margin-left: 16px;
}

textarea {
    width: 100%;
    border: 1px solid #371917;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 20px;
}

.biaodan button {
    width: 220px;
    line-height: 28px;
    border: 0px;
    background-color: #371917;
    color: #fff;
    margin-top: 20px;
}