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

h2 {
    font-size: 32px;
}

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

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:last-child {
    position: absolute;
    right: 0px;
}

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

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;
}

#jianjie {
    width: 1280px;
    margin: 0 auto;
    display: flex;
}

#jianjie_left {
    padding: 20px 120px;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

#jianjie_left img {
    width: 400px;
    height: 400px;
}

#jianjie_right {
    position: relative;
    width: 50%;
    padding: 70px 120px;
}

#jianjie_right h2 {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#jianjie_right p {
    padding-top: 30px;
    color: #787878;
}

#gengduo {
    position: absolute;
    color: #ffff;
    background-color: #D28844;
    width: 100px;
    height: 30px;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    bottom: 100px;
}

#mingcha {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

#mingcha ul {
    width: 1280px;
    display: flex;
}

#mingcha ul li {
    text-align: center;
    width: 250px;
    border: 1px solid #cccc;
    padding: 20px;
}

#mingcha ul li:not(:first-child) {
    margin-left: 93px;
}

#mingcha img {
    width: 210px;
    height: 210px;
}

h4 {
    margin-top: 10px;
}

#chankan {
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    width: 200px;
    height: 50px;
    color: #ffff;
    background-color: #D28844;
    margin-top: 30px;
    margin-bottom: 30px;
}

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


/* 种类 */

#zhonglei {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 80px;
}

#zhonglei_left {
    padding: 20px 170px;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

#zhonglei_left img {
    width: 300px;
    height: 300px;
}

#zhonglei_right {
    position: relative;
    width: 50%;
    padding: 50px 120px;
}

#zhonglei_right h2 {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#zhonglei_right p {
    padding-top: 30px;
    color: #787878;
}

#zhonglei_right2 {
    position: relative;
    width: 50%;
    padding: 50px 120px;
}

#zhonglei_right2 h2 {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

#zhonglei_right2 p {
    padding-top: 30px;
    color: #787878;
}