.parteight{
width: 100%;
height: 70px;
border-top: 1px solid #e0e0e0;
/*padding-top: 4px;*/
position: fixed;
bottom: 0;
background-color: #595757;
z-index: 888;
}
.parteight ul{
    list-style: none;
}
.parteight-a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 70px;
    position: relative;
    margin: 0 auto;
}
.image3{
    width: 36%;
    height: 50%;
    position: absolute;
    top: 10px;
    left: 32%;
}
.image2{
    width: 36%;
    height: 55%;
    position: absolute;
    top: 10px;
    left: 32%;
    display: none;
    margin: 0 auto;
}
.parteight-li{
    font-size:12px;
    width:  20%;
    float: left;
}
.parteight-span{
    width:100%;
    height: 30px;
    line-height:30px;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 5px;
    color: #dcdddd;
}
.parteight-span2{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 5px;
    color: #dcdddd;
}
.parteight-span3{
    width: 100%;
    height: 30px;
    line-height:30px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 5px;
    color: #dcdddd;
}
.bottomClickColor{
    color:#FEE100;
}