ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* p标签统一样式 */
/* p {
    margin: 34px 0 ;
    text-align: justify ;
    text-indent: 0 ;
} */

.bg-F9F9FE {
    background: #F9F9FE;
}

.p-24px {
    padding: 24px;
}

.px-24px {
    padding: 0 24px;
}

.abt-wrapper {
    clear: both;
    max-width: 1400px !important;
    margin: auto;
    
}

.about {
    margin-top: 16px;
    display: flex;
}

.about-list {
    margin-right: 20px;
    padding: 59px 0;
    width: 180px;
}

.about-list .active {
    background: #F8F8F8;
}

.about-list .active a {
    color: #AE0C17 !important;
}

.about-list li {
    margin-bottom: 6px;
}

.about-list li a {
    padding: 14px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #344054;
}

.caption {
    display: flex;
    line-height: 34px;
    text-align: center;
}

.caption div:nth-child(1) {
    width: 64px;
    height: 34px;
    background: #AE0C17;
    color: #FFFFFF;
    font-size: 24px;
}

.caption div:nth-child(2) {
    margin-left: 7px;
    width: 48px;
    height: 34px;
    font-size: 24px;
    color: #131B23;
}

.bsjj p {
    font-size: 16px;
    color: #131B23;
    line-height: 29px;
    /* text-indent: 2em; */
    margin: 34px 0 ;
    text-align: justify ;
}

.contactus p {
    font-size: 16px;
    color: #131B23;
    line-height: 29px;
    margin: 14px 0 ;
    text-align: justify ;
}

.about-content {
    width: calc(100% - 350px);
    overflow: hidden;
}

.swiper-honor-prev {
    background: url(./../img/pre.png);
    position: absolute;
    top: 64.5px;
    left: 0;
    width: 47px;
    height: 47px;
    z-index: 10;
    cursor: pointer;
    background-size: 47px 47px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-honor-next {
    background: url(./../img/next.png);
    position: absolute;
    top: 64.5px;
    right: 0;
    width: 47px;
    height: 47px;
    z-index: 10;
    cursor: pointer;
    background-size: 47px 47px;
    background-position: center;
    background-repeat: no-repeat;
}