.shequ{
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.shequ .big-banner img{
    width: 100%;
}
.shequ h5{
    margin-top: 50px;
    font-size: 30px;
    line-height: 60px;
    color: #333333;
    text-align: center;
}
.shequ .box ul{
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shequ .box ul li{
    width: 190px;
    text-align: center;
    margin-bottom: 30px;

}
.shequ .box ul li img{
    width: 50px;
}
.shequ .box ul li p{
    margin: 10px 0;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}
