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

header {
    position: relative;
    height: 80px;
    width: 100%;
    background-color: #25201D;
}

header ul {
    position: relative;
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

header ul li:first-child {
    width: 200px;
}

#logo {
    position: absolute;
    color: #6B4324;
    text-align: center;
    line-height: 30px;
    top: 15px;
    border-right: 1px solid rgb(84, 84, 84);
    padding-right: 30px;
}

header ul li {
    height: 100%;
}

header ul li a {
    display: inline-block;
    padding: 0px 40px;
    height: 100%;
    text-decoration: none;
    line-height: 80px;
    color: #5F5E5F;
}

header ul li a:hover {
    color: #ffff;
    background-color: #D28844;
}

#banner_img {
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
}

.clear {
    margin: 0 auto;
    width: 80px;
    background-color: #D28844;
    height: 3px;
    margin-top: 10px;
}

#banner_img img {
    width: 100%;
}

#title {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #6B4324;
}

#title p {
    font-size: 12px;
}

footer {
    width: 100%;
    color: #ccc;
    background-color: #25201D;
    text-align: center;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
}

body {
    background-image: url(../images/bg.jpg);
}

header ul li:last-child {
    position: absolute;
    right: 0px;
}

header ul li:last-child input {
    width: 120px;
    height: 20px;
    margin-top: 30px;
    border: 0px;
}

#main {
    width: 1280px;
    margin: 0 auto;
}

#main ul {
    width: 1240px;
    background-color: #ffff;
    padding: 20px;
}

#main ul h1 {
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
}

#main ul li h1 span {
    display: inline-block;
    height: 48px;
    width: 56px;
    background-image: url(../images/01.jpg);
    color: #ffff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    margin-right: 20px;
}

#main ul li {
    margin-bottom: 30px;
}

#main ul li p {
    padding-top: 20px;
    text-indent: 32px;
    line-height: 28px;
}