.staff_presence {
    padding-top: 20px;
    font-family: PingFang SC, PingFang SC-Regular;

}

.staff_presence .he_said {

    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
}

.staff_presence .album_list {}

.staff_presence .album_list .list_item {
    display: inline-block;
    width: 156px;
    height: 191px;
    background: #fcfcfc;
    border-radius: 4px;
    padding: 7px;
    margin: 10px;
    box-shadow: 3px 3px 15px 0px #f2f2f2;
}

.staff_presence .list_item img {
    width: 142px;
    height: 142px;
    background: rgba(0, 0, 0, 0.00);
}

.staff_presence .list_item p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-top: 10px;
}

.ablum_detail .datail_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ablum_detail .datail_list .list_item {
    display: inline-block;
    width: 31.5%;
    height: 185px;
    margin-top: 20px;

}

@media (min-width: 1201px) {
    .fangan-one-c {
        height: 450px;
    }
}

@media (min-width: 1201px) {
    .fangan-one-b {
        min-height: 845px;
    }
}

@media (min-width: 1201px) {
    .fangan-one-e {
        border: 0;
    }

}

/* 公司团队 */
.staff_list {
    /* background: #f2f2f2; */
    text-align: left;
    font-family: PingFang SC, PingFang SC-Regular;
}

.staff_list .list_item {
    width: 100%;
    height: 200px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0px 2px 5px #eee;
}
.staff_list .list_item>img {
    width: 230px;
    height: 200px;
    background: rgba(0,0,0,0.00);
    vertical-align: top;
    border-radius: 10px;

}
.honor_icon {
    width: 28px;
    height: 28px;
    padding: 0;
    margin-top: 12px;

}

.fangan-one-c ul li a:hover .honor_title {
    color: #dc1111;
}

.honor_title {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 53px;
    padding-left: 10px;
}


.staff_list .list_item .introduce {
    display: inline-block;
    width: 555px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 29px;
    margin-left: 24px;
}

.introduce .staff_name{
    font-size: 25px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 35px;
    margin-bottom: 20px;
}

.introduce .staff_position,.staff_intro {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 29px;
}
.staff_intro{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/* 荣誉资质 */
.honor_list {
    font-family: PingFang SC, PingFang SC-Regular;

}

.honor_list .list_item {
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.00);

}

.honor_list .list_item p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 29px;
}

.honor_list .list_item img {
    margin-bottom: 8px;

}

.honor_list .honor_first {
    width: 284px;
    height: 214px;
}

.honor_list .honor_second {
    width: 163px;
    height: 224px;
}

.honor_first img,
.honor_second img {
    width: 100%;
    height: 100%;
}

.software_product_title {
    margin-top: 52px;
    text-align: center;
    margin-bottom: 35px;
}

.software_product_title .title_zh {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 29px;

}

.software_product_title .title_cn {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #c8c8c8;
    line-height: 29px;
}
.software_product .product_item {
    display: inline-block;
    width: 19%;
    text-align: center;
    margin: 15px 15px 0 0;
}

.software_product .product_item img {
    width: 163px;
    height: 224px;
    background: rgba(0, 0, 0, 0.00);
}

.software_product .product_item p {
    width: 155px;
    height: 18px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 29px;
}

/* 简介 */
.synopsis {
    font-family: PingFang SC, PingFang SC-Regular;
}

.synopsis .synopsis_content {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 29px;
    margin-bottom: 20px;
}