.banner {
    width: 100%;
    height: 2rem;
    background-color: gold;
}

.banner img {
    width: 100%;
    height: 100%;
}


/* 按钮 */
.button {
    width: 100%;
    height: .8rem;
    padding: .15rem 0;
    /* margin-top: .3rem; */
    box-sizing: border-box;
    /* background-color: rgb(105, 105, 105); */
}

.buttons {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .1rem;
    background-color: rgb(66, 131, 236);
}

.buttons i {
    color: white;
    font-size: .2rem;
}

.buttons span {
    color: white;
    padding-left: .1rem;
    box-sizing: border-box;
    font-size: .14rem;
}
/* 荣誉资质 */
.huoqu {
    width: 100%;
    padding: .3rem .15rem;
    box-sizing: border-box;
    text-align: center;
    /* background-color: rgb(219, 97, 97); */
}

.huoqu h2 {
    font-size: .16rem;
}

.huoqu p {
    padding-top: .2rem;
    font-size: .14rem;
    color: #666;
}
