.about {
    background: #F5F7F6;
    /* padding: 80px 0 50px 0; */
}
.about{
    .common-title{
       padding-bottom: 0.28rem;
    }
}
.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: 0.24rem;   
}

.about-item {
    width: calc(33.33% - 0.16rem);
    /* height: 510px; */
    background: #FFFFFF;
    border-radius: 0.16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.4rem;
    padding-bottom: 0.32rem;
}

.leader-name {
    margin-top: 0.48rem;
    font-weight: 500;
    font-size: 0.26rem;
    color: #323333;
    line-height: 0.48rem;
}

.leader-face {
    margin-top: 32px;
    width: 1.88rem;
    height: 1.88rem;
    border-radius: 50%;
    background: #DEFCF2;
    /* padding: 18px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.face-inner {
    width: 1.52rem;
    height: 1.52rem;
    border-radius: 50%;
    border: 0.04rem 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: 0.3rem;

}

.area-title {
    font-weight: 400;
    font-size: 0.16rem;
    color: #737876;
    line-height: 0.48rem;
}

.area-content {
    position: absolute;
    right: 0;
    font-weight: 400;
    font-size: 0.16rem;
    color: #737876;
    line-height: 0.48rem;
}

.leader-line {
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: #E8E8E8;
}

.leader-desc {
    margin-top: 0.16rem;
    height: 0.84rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #737876;
    line-height: 0.28rem;
    display: -webkit-box; /* 将元素设置为弹性伸缩盒子模型 */
    -webkit-box-orient: vertical; /* 设置伸缩盒对象的子元素垂直排列 */
    -webkit-line-clamp: 3; /* 限制文本显示的行数 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 文本溢出时显示省略号 */
}

.layui-tab .layui-tab-title li {
    font-weight: 500 !important;
    font-size: 0.32rem !important;
    line-height: 0.96rem !important;
}
.layui-tab .layui-tab-title li:nth-child(2) {
    margin-left: 22.77%;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #09BD81 !important;
}

.layui-tab .layui-tab-title {
    height: 0.96rem !important;
}

.layui-tab-title .layui-this:after {
    height: 0.96rem !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: 1.28rem;
    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;
}
/* 轮播图 */
.banner-box{
    position: relative;
    .banner-img-box{
        height: 7rem;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }
    .banner-query{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        .query-box{
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            h1{
                font-size: 0.6rem;
                line-height: 0.6rem; 
                span{
                     color: #09BD81;                                         
                }
            }
            p{
                font-weight: 400;
                font-size: 0.26rem;
                color: #313332;
                line-height: 0.26rem;
                margin-top: 0.34rem;
            }
            .layui-input-group{
                margin-top: 0.6rem;
                width: 49.30%;
                border: 1px solid #09BD81;
                border-radius: 0.32rem;
                overflow: hidden;
                .layui-input{
                    width: 100%;
                    height: 0.64rem;
                    background-color: #FFFFFF;
                    border-radius: 0;
                    border: 1px solid #fff;
                    padding-left: 0.32rem;
                    font-weight: 400;
                    font-size: 0.2rem;
                    color: #333;                  
                }
                .layui-input:focus, .layui-textarea:focus {
                    border-color: #ffffff !important;
                    box-shadow: 0 0 0 3px rgba(22, 183, 119, .08);
                }
                .layui-input:hover, .layui-textarea:hover {
                    border-color: #fff !important;
                }
                .layui-input-split{
                    border-left: none;                                    
                }
                .layui-input-suffix{
                    width: 1.58rem;
                    padding-right: 0.04rem;
                    background-color: #fff;
                    
                    span{
                        display: block;
                        width: 100%;
                        height: 0.56rem;
                        line-height: 0.56rem;
                        background-color: #09BD81;
                        border-radius: 0.28rem;
                        margin-right: -0.02rem;
                        color: #fff;
                        font-size: 0.26rem;
                        font-weight: 400;
                        cursor: pointer;
                    }
                }
            }
        }
    }
}
@media (max-width: 800px) {
    .banner-box {
        .banner-query {
            .query-box {
                .layui-input-wrap {
                   width: 80%;
                }
            }
        }
    }
    .about-list {
        gap: 0.2rem;
    }
    
    .about-item {
        width: calc(50% - 0.1rem);
        border-radius: 0.16rem;     
        padding: 0 0.2rem;
        padding-bottom: 0.2rem;
    }
    .area-title,.area-content{
        font-size: 0.24rem;
    }
    .leader-desc{
        font-size: 0.24rem;
        line-height: 0.4rem;
        height: 1.2rem;
        overflow: hidden;
    }
    .about{
        .common-title{
           padding-bottom: 0.28rem;
        }
    }
}
/* 轮播图 */