
/*Ê×Ò³*/
.menuvice {
    margin: auto;
    width: 100%;
    padding:10px 0px;
    display: block;
   background-color:#f3f3f3;
}
.menuvice a {
     display: inline-block;
     width: 24%;
     text-align: center;
     background-repeat: no-repeat;
    }
 
.menuvice a span {
 display:block;
 white-space: nowrap;

text-overflow: ellipsis;
}
.menuvice1 {
    margin: auto;
    width: 100%;
    display: block;
}
.menuvice1 a:nth-child(3n+1) {
     display: block;
     background-size: 100%;
     width: 100%;
    background-color: #386fba;
    background-repeat: no-repeat;
    height: 145px;
}
.menuvice1 a:nth-child(3n+2) {
     display: block;
     background-size: 100%;
     width: 100%;
    background-color: #a1a315;
    background-repeat: no-repeat;
     height: 145px;
}
.menuvice1 a:nth-child(3n+3) {
     display: block;
     background-size: 100%;
    d width: 100%;
    background-color: #8bb683;
    height: 145px;
    background-repeat: no-repeat;
}
.menuvice1 a span {
    display: block;
    text-indent: -9999px;
}