
/* --- 近年企业荣誉模块 --- */
.section-honors {
    background: url(../imgs/bg-line.png) 0 100% repeat-y;
    color: white;
    position: relative;
    margin-bottom: 140px;
}
.bg-left{
    width: 45%;
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0;
}
.bg-left img{
    width: 90%;
    margin: 0 auto;
}
.bg-left .info{
    position: absolute;
    top: 40px;
    left: 52px;
    color: #000;
}

/* .bg-left {
    position: absolute;
    left: 92px;
    z-index: 0;
    top: 0;
    bottom: 0px;
}
.bg-left img{
    width: 100%;
    height: 100%;
}
*/
.bg-right {
    width: 55%;
    background-color: #009AFF;
    clip-path: polygon(150px 0, 100% 0, 100% 100%, 0 100%);
}

.bg-right .info{
    padding-left:30%;
    font-size: 20px;
    padding-top: 40px;
    width: auto !important;
}
.bg-right .info li{
    /* padding-bottom: 20px; */
}
/* 媒体查询：屏幕宽度小于1440px时 */
@media screen and (max-width: 1480px) {
    .bg-right {
        padding-bottom: 20px!important;
    }
    .bg-right h3{
        margin-bottom: 60px!important;
        font-size: 40px!important;
    }
    .bg-left h2{
        font-size: 40px!important;
    }
}

/* 媒体查询：屏幕宽度小于1300px时 */
@media screen and (max-width: 1299px) {
    .bg-right {
        padding-bottom: 20px!important;
    }
    .bg-right .info {
        font-size: 18px !important;
    }

    .bg-right .info li {
        line-height: 1;
        margin-bottom: 26px!important;
    }
    .bg-right h3{
        margin-bottom: 50px!important;
    }
    .honors-right h3::before {
        width: 410px!important;
        bottom: -14px!important;
    }
     .honors-right h3::after {
        width: 300px!important;
        bottom: -14px!important;
    }
}
/* 媒体查询：屏幕宽度小于1300px时 */
@media screen and (max-width: 1140px) {
    .bg-right .info {
        font-size: 16px !important;
    }
}
/* 媒体查询：屏幕宽度小于1300px时 */
@media screen and (max-width: 1100px) {
    .bg-right .info {
        font-size: 14px !important;
    }
    .bg-right .info h3{
        font-size: 30px !important;
    }
    .bg-left .info h2{
        font-size: 30px !important;
    }
    .bg-left .info h2::after {
        bottom: -10px;
        height: 8px;
    }
    .bg-left .info span{
        font-size: 26px!important;
    }
     .honors-right h3::before {
        width: 350px!important;
        bottom: -14px!important;
    }
     .honors-right h3::after {
        width: 240px!important;
        bottom: -14px!important;
    }
}
.honors-flex {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.honor-image-box {
    background: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.honor-image-box img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background-color: #fcfcfc;
}

.honors-right {
    color: var(--brand-dark);
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    width: 570px;
    position: relative;
}

.honors-right li {
    margin-bottom: 30px;
    line-height: 24px;
}

.honors-right h3 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 56px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: left;
    position: relative;
    margin-bottom: 90px;
}

.honors-right h3::before {
    content: "";
    display: inline-block;
    width: 440px;
    height: 6px;
    background: #FFFFFF;
    opacity: .5;
    position: absolute;
    bottom: -30px;
}

.honors-right h3::after {
    content: "";
    display: inline-block;
    width: 319px;
    height: 6px;
    background: #FFFFFF;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 1;
}

.honor-list {
    list-style: none;
}

.honor-list li::before {
    display: none;
}