*{
    padding: 0;
    margin: 0;
}
body{
    background-image: url(../img/index.jpg);
    background-repeat: repeat;
    min-width: 1280px;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.limit{
    width: 1240px;
    margin: auto;
    padding-top: 47px;
}
.top{
    display: flex;
    width: 1240px;
    height: 46px;
    background-color: #322D31;
    line-height: 46px;
}
.top li{
    width: 217.5px;
    text-align: center;
    color: #FDD49F;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.index{
    width: 370px;
    height: 85px;
}
.center{
    display: block;
    margin: 53px auto 0 auto;
}
.content{
    width: 1240px;
}