.s_index_icon {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0
}

.s_index_ul {
    width: 100%;
    overflow: hidden;
    display: block
}

.s_index_ul li {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 10px
}

.s_index_ul li img {
    width: 43px;
    height: 43px;
    margin: 0 auto
}

.s_index_ul li em {
    display: block;
    font-size: 12px;
    color: #555
}

.swiper-container-horizontal>.swiper-pagination2 {
    bottom: 2px
}