.banner {
    width: 100%;
    height: 2rem;
    background-color: gold;
}

.banner img {
    width: 100%;
    height: 100%;
}

/* 公司实力 */
.streng {
    width: 94%;
    margin: 0 auto;
    /* height: 2.5rem; */
    position: relative;
    top: -.4rem;
    padding-bottom: .2rem;
    box-shadow: 0 0 10px rgb(209, 209, 209);
    background-color: rgb(255, 255, 255);
}

.streng h1 {
    font-size: .16rem;
    padding: .2rem 0;
    text-align: center;
}

.streng p {
    font-size: 0.12rem;
    color: #666666;
    text-indent: 2em;
    line-height: 0.2rem;
    padding: 0 0.2rem;
}

/* 公司优势 */
.youshi {
    width: 96%;
    margin: 0 auto;
    height: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    background-color: rgba(218, 218, 218, 0.603);
}

.youshi1 {
    width: 33%;
    height: 49.5%;
    font-size: .2rem;
    padding: .25rem;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgb(247, 247, 247);
}

.til {
    font-size: .2rem;
    font-weight: 700;
    color: red;
    padding: .05rem 0;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    /* padding-bottom: .2rem */
    ;
}

.text {
    font-size: .12rem;
    color: #666;
}

/* 按钮 */
.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;
}

/* 荣誉资质 */
.honor {
    width: 100%;
    padding: .3rem .15rem;
    box-sizing: border-box;
    text-align: center;
    /* background-color: rgb(219, 97, 97); */
}

.honor h2 {
    font-size: .16rem;
}

.honor p {
    padding-top: .2rem;
    font-size: .14rem;
    color: #666;
}

.honor-img{
    width: 100%;
    height: auto;
    display: flex;
    padding: .15rem;
    box-sizing: border-box;
    justify-content: space-around;
}
.honor-img img{
    width: 20%;
    height: auto;
}