body{
    background: #F8F9FC;
}
.banner_top {
    width: 100%;
    height: 5.6rem;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_top p {
    font-size: 34px;
    color: white;
    letter-spacing: 2px;
}
.min{
    width: 1200px;
    margin: 0 auto;
    padding-top: 1rem;
}
.group-ul-Box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: .9rem;
}
.group-li{
    padding: 0 20px;
    width:5.9rem;
    height:3.7rem;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 14px 0px rgba(127, 130, 141, 0.15);
    transition: 0.5s;
    margin-bottom: .2rem;
}
.group-logo{
    display: flex;
    align-items: center;
    height: 1.3rem;
}
.group-text{
    /* text-align: justify; */
    font-size: 14px;
    color: #464d61;
    line-height: .27rem;
}
.group-li:hover{
    box-shadow: 0px 5px 15px 0px rgba(127, 130, 141, 0.2);
}
@media screen and (max-width: 800px){
    .min{
        width: 100%;
        padding:.5rem .3rem .6rem;
    } 
    .group-ul-Box{
        padding-bottom: .4rem;
    }
    .group-li{
        width: 100%;
        height: auto;
        padding:0 .2rem .35rem .2rem;
        margin-bottom: .5rem;
    }
    .group-text{
        line-height: .3rem;
    }
}

  