.header {
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.honor-top {
    height: 500px;
    background-image: url(../static/img/img-096.png);
    background-size: cover;
    background-position: center;
}

.honor-nav {
    background-image: url(../static/img/img-071.png);
    height: 230px;
    text-align: center;
    padding-top: 53px;
    background-size: auto;
    background-repeat: repeat;
    box-sizing: border-box;
    background-position: center;
}

.honor-nav-cons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.honor-nav-cons li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #FF9D4E;
    flex: 1;
}

.honor-nav-cons li:nth-last-of-type(1) {
    border: 0;
}

.honor-nav-img {
    width: 100px;
    height: 100px;
}

.honor-nav-title {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 38px;
}

.honor-nav-text {
    font-size: 18px;
    color: #FFE4AB;
    line-height: 21px;
    margin-top: 10px;
}

.honor-us {
    background-color: #FBFBFB;
    padding-top: 40px;
    padding-bottom: 42px;
}

.honor-us-title {
    font-size: 33px;
    color: #333333;
    position: relative;
    line-height: 39px;
    text-align: center;
    margin-bottom: 70px;
}

.honor-us-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 105px;
    height: 4px;
    background: #F85900;
    bottom: -20px;
}

.honor-us-img {
    width: 220px;
    /* height: 313px; */
}

.honor-us-img-p {
    width: 280px;
    height: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    z-index: -1;
    background: linear-gradient(180deg, #FFFDFD 0%, #F2F2F2 100%);
    box-shadow: 0px 6px 6px 4px rgb(235, 233, 233);
}

.content {
    width: 1200px;
}

.honor-us-lists {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.honor-us-list {
    /* flex: 1; */
    width: 25%;
    position: relative;
    margin-top: 60px;
}

.honor-us-img {
    transition: all .3s;
}

.honor-us-list:hover .honor-us-img {
    transform: translateY(-20px);
}

.honor-us-list-title {
    margin-top: 37px;
    font-size: 21px;
    color: #5D6471;
    line-height: 25px;
}

.honor-us-text {
    font-size: 12px;
    color: #819199;
    margin-top: 8px;
}

.our-honor {
    padding-top: 62px;
    padding-bottom: 60px;
}

.our-honor .honor-us-img {
    height: 180px;
    width: auto;
}

.our-honor .honor-us-lists {
    margin-top: 80px;
}