*{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
body{
    background-color: #EAE0E1;
}
#shunde{
    width: 1000px;
    margin: 0 auto;
}
#navMenu1{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 80px;
    background-color: #8C3130;
}
#logo{
    line-height: 80px;
    margin-left: 10px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
#navMenu1 ul{
    position: absolute;
    right: 0px;
    top: 0px;
}
#navMenu1 ul li{
    display: inline-block;
    line-height: 80px;
}
#navMenu1 ul li a{
    text-decoration: none;
    color: #fff;
    margin-right: 30px;
}#navMenu1 ul li a:hover{
    color: rgb(230, 142, 47);
    font-weight: bold;
}
#tp{
    font-size: 0px;
    width: 1000px;
    margin: 0 auto;
}
#tp img{
    width: 1000px;
}
#shundefood{
    box-sizing: border-box;
    width: 1000px;
    background-color: #ffff;
    padding-top: 20px;
    padding-bottom: 30px;
}
h1{
    text-align: center;
    color: #8C3130;
}
#shundefood p{
   width: 800px;
   display: inline-block;
   margin-left: 100px;
   text-indent: 32px;
   line-height: 30px;
   margin-top: 10px;
}
#navMenu2{
    width: 1000px;
    box-sizing: border-box;
    font-size: 0px;
}
#jieshao{
    display: inline-block;
    width: 200px;
    font-size: 0px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 20px;
}

#jieshao img{
    width: 200px;
    height: 200px;
}#jieshao p{
    width: 200px;
    font-size: 16px;
    text-align: center;
    margin-left: 0px;
    text-indent: 0px;
}
#jieshao p:hover{
    color: #8C3130;
}
footer{
    background-color: #8C3130;
    width: 1000px;
    text-align: center;
    font-size: 12px;
    color: #ccc;
    height: 60px;
    line-height: 60px;
}