.about {
    background: #F5F7F6;
    padding: 80px 0 50px 0;
}

.about-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.about-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.about-title {
    font-weight: 500;
    font-size: 48px;
    color: #313332;
}

.about-title-en {
    font-weight: 400;
    font-size: 16px;
    color: #B4BBB9;
    text-transform:uppercase;
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.about-item {
    width: calc(33.33% - 16px);
    height: 510px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
}

.leader-name {
    margin-top: 48px;
    font-weight: 500;
    font-size: 26px;
    color: #323333;
    line-height: 48px;
}

.leader-face {
    margin-top: 32px;
    width: 188px;
    height: 188px;
    border-radius: 50%;
    background: #DEFCF2;
    padding: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.face-inner {
    width: 152px;
    height: 152px;
    border-radius: 50%;
    border: 4px solid #09BD81;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.face-inner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 0;
    margin-top: 16px;
}

.leader-area {
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 30px;

}

.area-title {
    font-weight: 400;
    font-size: 16px;
    color: #737876;
    line-height: 48px;
}

.area-content {
    position: absolute;
    right: 0;
    font-weight: 400;
    font-size: 16px;
    color: #737876;
    line-height: 48px;
}

.leader-line {
    margin-top: 10px;
    width: 384px;
    height: 1px;
    background: #E8E8E8;
}

.leader-desc {
    margin-top: 16px;
    height: 72px;
    font-weight: 400;
    font-size: 16px;
    color: #737876;
    line-height: 28px;
}

.layui-tab .layui-tab-title li {
    font-weight: 500 !important;
    font-size: 32px !important;
    line-height: 36px !important;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #09BD81 !important;
}

.layui-tab .layui-tab-title {
    height: 60px !important;
}

.layui-tab-title .layui-this:after {
    height: 60px !important;
}

.layui-tab-bar {
    display: none !important;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    position: relative;
    /* 确保伪元素定位正确 */
}

.layui-tab-brief>.layui-tab-title .layui-this:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 128px;
    border-bottom: 4px solid #16b777;
}

.honor-banner {
    position: absolute;
    top: 42%;
    left: 12.67%;
    display: flex;
    justify-content: center;
}

.honor-area {
    max-width: 1440px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.honor-area-desc {
    margin-top: 15px;
    font-weight: 400;
    font-size: 26px;
    color: #313332;
    line-height: 48px;
    text-align: left;
}

.layui-tab-title {
    position: sticky !important;
    top: 0;
    background-color: #F5F7F6;
    z-index: 100;
}