.company-banner {
    width: 100%;
    height: 242px;
    background-image: linear-gradient(90deg, rgb(53, 90, 240) 0%, rgba(53, 90, 240, 0.4) 100%),
        url(/uploads/banner/99fd931b-bca9-4afc-aefe-2d291986b043.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.company-title {
    font-size: 28px;
    margin-bottom: 8px;
}

.company-content {
    width: 546px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.company-main {
    padding: 32px calc(50vw - 627px) 32px calc(50vw - 457px);
    background: white;
    position: relative;
}
.culture-figure {
    text-align: center;
}

.culture-figure img {
    text-align: center;
    max-width: 100%;
}
.left-menu-container {
    position: sticky;
    /* left: calc(50vw - 627px); */
    top: 86px;
    color: black;
    width: 116px;
    height: 511px;
    border-right: 1px solid #d9d9d9;
    margin-left: -172px;
}

.company-container-1 {
    width: 920px;
    margin-top: -511px;
}

.company-container-1 .detail-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    position: relative;
    margin: 0px 0 60px 0;
}

.company-jt .detail-title {
    margin-top: 0;
}

.company-container-1 .detail-title::after {
    content: "";
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #355af0;
    display: block;
    bottom: -20px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.company-img {
    margin-bottom: 32px;
}

.company-img video {
    width: 100%;
}

.company-description {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 32px;
}

.hope-detail {
    background: rgba(240, 244, 255, 0.5);
    margin-bottom: 48px;
    padding: 40px 32px 53px;
}

.hope-title {
    text-align: center;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
}

.hope-description {
    text-align: center;
    margin-bottom: 20px;
    color: #595959;
    font-size: 16px;
    line-height: 24px;
}

.hope-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hope-item {
    position: relative;
    padding: 28px 38px 32px 72px;
    background: white;
    border-radius: 8px;
    color: #262626;
    line-height: 24px;
    width: 416px;
}

.hope-item .logo {
    position: absolute;
    left: 20px;
    width: 36px;
    height: 36px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hope-item-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.hope-item-content {
    font-weight: 500;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.culture-main {
    background: rgba(240, 244, 255, 0.5);
    padding: 32px;
}

.culture-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.culture-item {
    width: 156px;
    height: 172px;
    background: white;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 20px 12px 24px;
    text-align: center;
}

.culture-img {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
}

.culture-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #262626;
    margin-bottom: 8px;
}

.culture-description {
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    color: #8c8c8c;
}

.member-main {
    padding-top: 48px;
    height: 100%;
    overflow: auto;
    padding-bottom: 24px;
}

.member-item-description .paragraph {
    margin-bottom: 24px;
}

.member-main::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.member-main::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(214, 214, 214, 0.64);
}

.member-main::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: white;
}

.company-culture {
    margin-bottom: 48px;
}

.company-member-item {
    padding: 0 0 0px 320px;
    position: relative;
    background: white;
    border: 1px solid #d9d9d9;
    margin-bottom: 48px;
    /* height: 420px;
    overflow: hidden; */
    /* background: url("/static/images/company/back.png"); */
    background-repeat: no-repeat;
    background-position: left -60px top -60px;
    background-size: 282px 282px;
    min-height: 380px;
}

.member-avatar {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 255px;
    height: 349px;
}

.member-header-content {
}

.member-header-more {
    cursor: pointer;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    border-radius: 24px;
    padding: 8px 16px;
    background: rgba(53, 90, 240, 0.1);
}

.member-header-more:hover,
.member-header-more:active {
    background: rgba(17, 25, 133, 0.1);
}

.member-title {
    font-size: 24px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 16px;
}

.member-position {
    font-size: 16px;
    line-height: 24px;
    color: #355af0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.member-header {
    padding-bottom: 24px;
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 16px;
    margin-right: 38px;
    display: flex;
    justify-content: space-between;
}

.member-item-title {
    font-size: 14px;
    line-height: 16px;
    color: #355af0;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.member-item-title::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-right: 10px;
    background: currentColor;
}

.member-description {
    margin-right: 38px;
}

.member-item {
    margin-bottom: 24px;
}

.member-item:last-child {
    margin-bottom: 0;
}

.member-item-description {
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}

.team-description {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 48px;
}

.team-paragraph {
    margin-bottom: 24px;
}

.team-education {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.education-item {
    width: 448px;
    height: 242px;
    position: relative;
    z-index: 0;
    padding: 24px 32px;
}

.education-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.education-title {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 12px;
}

.education-content {
    font-size: 32px;
    line-height: 24px;
    color: #262626;
    font-weight: 500;
}

.develop-history {
    margin-bottom: 48px;
    position: relative;
}

.intelligence-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #595959;
    margin-bottom: 32px;
}

.intelligence-list,
.honour-list {
    display: flex;
    flex-wrap: wrap;
}

.intelligence-item,
.honour-item {
    margin-bottom: 32px;
    margin-right: 55px;
    text-align: center;
    width: min-content;
}

.intelligence-item:nth-child(3n),
.honour-item:nth-child(3n) {
    margin-right: 0;
}

.intelligence-item img,
.honour-item img {
    margin-bottom: 16px;
    width: 270px;
    height: 196px;
}
.intelligence-item img {
    height: 167px;
    padding: 10px;
    border: solid 1px #eee;
    object-fit: contain;
}

.team-paragraph-1 {
    text-align: left;
}

.honour-item img {
    height: 360px;
    padding: 10px;
    border: solid 1px #eee;
    object-fit: contain;
}

.company-team {
    margin-bottom: 64px;
}

.avatar-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.left-item {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    margin-bottom: 16px;
    padding-left: 12px;
    position: relative;
    cursor: pointer;
}

.left-item.active {
    font-weight: 500;
}

.left-item.active::before {
    content: "";
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background: #355af0;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
}

.develop-main {
    padding: 54px 24px;
    background: rgba(240, 244, 255, 0.5);
    padding-left: 492px;
    position: relative;
}

.develop-main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    bottom: 45px;
    width: 1px;
    background: #b0c0f7;
    margin: auto;
}

.develop-out-item .develop-date {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    background: #355af0;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
}

.develop-out-item .develop-date::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 4px;
    background: #355af0;
    left: -36px;
    top: 13px;
    position: absolute;
}

.develop-out-item {
    width: 404px;
}

.develop-out-item:nth-child(2n + 3) {
    margin-top: -95px;
}

.develop-out-item:nth-child(2n) {
    text-align: right;
    position: relative;
    margin-left: -468px;
    margin-top: -95px;
}

.develop-out-item:nth-child(2n) .develop-date::before {
    left: unset;
    right: -36px;
}

.develop-list {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px 24px 24px 69px;
    margin-bottom: 36px;
    text-align: start;
}

.develop-item {
    position: relative;
}

.develop-month {
    position: absolute;
    left: -45px;
    top: 0;
    font-weight: 500;
    color: #262626;
}

.develop-content {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 24px;
}

.company-container-1 .company-info .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 495px;
    padding: 32px 0px 32px 32px;
    background: linear-gradient(180deg, #f0f4ff 0%, rgba(240, 244, 255, 0) 100%);
}

.company-container-1 .company-info .item:nth-child(2n) {
    flex-direction: row-reverse;
    padding: 32px 32px 32px 0px;
}

.company-container-1 .company-info .info {
    display: flex;
    flex-direction: column;
    width: 380px;
}

.company-container-1 .company-info .header {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.company-container-1 .company-info .header img {
    height: 34px;
    margin-right: 8px;
}

.company-container-1 .company-info .headtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    color: #262626;
}

.company-container-1 .company-info .content {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
}

.company-container-1 .company-info .img {
    align-self: center;
    max-width: 442px;
}

.company-container-1 .company-info .img img {
    width: 100%;
}
