/*footer页面*/
.list-unstyled li img {
    width:6vw;
    margin-left: 1.5em;
}
/*footer页面*/
.list-unstyled {
    text-align: center;
}
.list-unstyled li {
    display: inline-block;
    padding: 1.5vw;
    text-align: left;
}
.list-unstyled li div {
    display: inline-block;
    padding: 0 1.5vw 0 0;
}
.list-unstyled li i {
    font-size: 2.3vw;
}
.list-unstyled li span {
    display:block;
    padding: 5px 10px;
}
.list-unstyled li .weixin{
    display: none;
}
.list-unstyled .bigSize {
    font-size: 20px;
}
.beian {
    padding: 15px;
    text-align: center;
    /*color: white;*/
    background: #e3e3e3;
}
.beian a {
    display: inline-block;
    height:20px;
    line-height: 20px
}
@media (max-width: 1129px) {
    .list-unstyled li .weixin{
        display: block;
    }
    .list-unstyled li .weixin img{
        display: none;
    }
    .list-unstyled {
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-top: 5px;
    }
    .list-unstyled li {
        display: block;
        padding: 0 0 0 6vw;
        text-align: left;
    }
    .list-unstyled li span {
        display: inline-block;
        font-size: 0.5em;
        padding: 5px 0;
    }
    .list-unstyled li .bigSize {
        display: none;
    }
    .list-unstyled li i {
        display:none;
    }
    .list-unstyled li .weixin {
       font-size: 0.5em;
        color:dodgerblue;
    }
    .list-unstyled li .weixin-pc {
        display: none;
    }
    .weixin:hover img{
        display: block !important;
        width: 20vw;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .beian {
        font-size: 12px;
    }
}

