*{
    padding: 0;
    margin: 0;
}
body{
    background: url(images/bg.png) no-repeat center top;
    height: 500px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
p{
    font-size: 12px;
}
.grid{
    height: 355px;
    margin-top: 500px;
}

.grid .w{
    width: 1300px;
    height: 355px;
    margin: 0 auto;
}

#aside{
    float: left;
    width: 330px;
    height: 355px;
}

#aside .butpath-1{
    display: block;
    width: 330px;
    height: 180px;
    background: url(images/main_down.gif) no-repeat;
    margin-bottom:2px;
}
#aside .butpath-2{
    display: block;
    width: 330px;
    height: 98px;
    margin-bottom: 1px;
    background: url(images/new_icon3.png) no-repeat;
    background-position: -330px -182px;
}

#aside .butpath-2:hover{
    background-position: 0 -182px;
} 


#aside .butpath-3{
    float: left;
    width: 164px;
    height: 75px;
    margin-right: 2px;
    background: url(images/new_icon3.png) no-repeat;
    background-position: -494px -280px;
}

#aside .butpath-3:hover{
    background-position: -164px -280px;
}

#aside .butpath-4{
    float: left;
    width: 164px;
    height: 75px;
    background: url(images/new_icon3.png) no-repeat;
    background-position: -494px -280px;
}

#aside .butpath-4:hover{
    background-position: -164px -280px;
}

#main{
    float: right;
    margin-left: 2px;
    width: 968px;
    height: 355px;
}

#main .item-1,#main .item-2,#main .item-3,#main .item-4{
    float: left;
    width: 238px;
    height: 355px;
    margin-left: 4px;

}

#main .item-1 a{
    display: block;
    height: 228px;
    background: url(images/rec-got1.gif) no-repeat center top;
}



#main .item-2 a{
    display: block;
    height: 228px;
    background: url(images/rec-got2.gif) no-repeat center top;
}

#main .item-3 a{
    display: block;
    height: 228px;
    background: url(images/rec-got3.gif) no-repeat center top;

}

#main .item-4 a{
    display: block;
    height: 228px;
    background: url(images/rec-got4.gif) no-repeat center top;
}

#main .item-1 a:hover,#main .item-2 a:hover ,#main .item-3 a:hover,#main .item-4 a:hover{
    animation-name: move;
    animation-duration: 900ms;
}



#main .link{
    font-size: 15px;
    color: #030000;
    height: 125px;
    background-color: #f8f5f5;
    margin: 0 6px;
}

#main  li{
    height: 24px;
    border-bottom: 1px  dashed #000;
    border-left: 1px  dashed #000;
    border-right: 1px  dashed #000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 2px;
}

.foot{
    height: 329px;
    background: url(images/bottom_bg.gif) no-repeat;
    padding: 1px;
    box-sizing: border-box;
}
.middlefoot{
    width: 1293px;
    height: 300px;
    margin: 0 auto;

    margin-top: 20px;
}

.middlefoot .public_info{
    padding: 40px;
    text-align: center;
}

.middlefoot .public_info p{
    font-family: "微软雅黑", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}


.grids{
    height: 355px;
    margin-top: 500px;
    background-color: #fff;
}

@keyframes move{
    0%{
        transform: translate(0,-5px);
    }
    100%{
        transform: translate(0,0px);
    }
}