*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: black;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
body{
    background: rgb(169,23,26);
}

.banner{
    background: url(../banner.jpg) no-repeat top center;
    background-size: 1920px 980px;
    width: 100%;
    height: 980px;
    min-width: 1200px;
}


/*年俗*/
.niansu{
    width: 1200px;
    height: 781px;
    margin: 60px auto 0;
    background: url(../niansu.png) no-repeat center 64px;
    position: relative;
}
.niansu li{
    position: absolute;
}
.niansu li img.u_niansu_h{
    display: none;
}
.niansu li img.u_niansu_on{
    display: none;
}
.niansu li.one .u_niansu_on{
    margin-left: -24px;
}
.niansu li.one{
    width: 150px;
    height: 62px;
    top: 604px;
    left: 130px;
}
.niansu li.two{
    width: 148px;
    height: 63px;
    top: 501px;
    left: 91px;
}
.niansu li.three{
    width: 171px;
    height: 56px;
    top: 394px;
    left: 58px;
}
.niansu li.four{
    width: 147px;
    height: 60px;
    top: 286px;
    left: 100px;
}
.niansu li.five{
    width: 147px;
    height: 70px;
    top: 162px;
    left: 161px;
}
.niansu li.six{
    width: 132px;
    height: 76px;
    top: 80px;
    left: 253px;
}
.niansu li.seven{
    width: 100px;
    height: 90px;
    top: 12px;
    left: 386px;
}
.niansu li.eight{
    width: 92px;
    height: 90px;
    top: -10px;
    left: 560px;
}
.niansu li.nine{
    width: 182px;
    height: 90px;
    top: 14px;
    left: 719px;
}
.niansu li.ten{
    width: 124px;
    height: 76px;
    top: 82px;
    left: 819px;
}
.niansu li.eleven{
    width: 125px;
    height: 70px;
    top: 176px;
    left: 903px;
}
.niansu li.twelve{
    width: 129px;
    height: 60px;
    top: 286px;
    left: 955px;
}
.niansu li.thirteen{
    width: 198px;
    height: 56px;
    top: 393px;
    left: 971px;
}
.niansu li.fourteen{
    width: 132px;
    height: 63px;
    top: 500px;
    left: 960px;
}
.niansu li.fiveteen{
    width: 153px;
    height: 62px;
    top: 605px;
    left: 924px;
}

.center{
    width: 1200px;
    margin: 50px auto;
}

.footer {
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background-color:#a9171a;
    text-align: center;
    line-height: 25px;
    color: white;
    font-size: 14px;
    margin-top: 60px;
}





