@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue88*/
/*==============================================================*/

/* CSS About */
/*宣传导言----开始--------------------------------------------------------*/
.xuanchuan_top {
    margin-top: -360px;
    z-index: 9996;
}

.guanyu_daoyan_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.guanyu_daoyan_box .daoyan_top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 9996;
}

.daoyan_top .daoyan_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 50px;
    color: var(--sc01);
}

.daoyan_top .daoyan_title h2 {
    font-size: 80px;
    text-shadow: 0 0 5px rgb(255, 255, 255),
        0 0 10px rgb(255, 255, 255),
        0 0 30px rgb(255, 255, 255),
        0 0 50px rgb(255, 255, 255),
        0 0 100px rgb(255, 255, 255),
        0 0 120px rgb(255, 255, 255);
}

.daoyan_top .daoyan_title p {
    font-size: 30px;
    padding-left: 10px;
}

.daoyan_top .daoyan_cent {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: linear-gradient(120deg, var(--bg02), var(--bai));
    padding: 40px;
    border-radius: 20px;
    font-size: 18px;
    box-sizing: border-box;
    margin-right: 600px;
    color: var(--sc01);
}

.daoyan_top .daoyan_cent p {
    line-height: 26px;
    min-height: 20px;
}

.guanyu_daoyan_box .daoyan_txt {
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    background-color: var(--sc01);
    padding-left: 700px;
    box-sizing: border-box;
    margin-top: -200px;
    border-radius: 20px;
    font-size: 22px;
    position: relative;
    color: var(--sc03);
    z-index: 9995;
}

.guanyu_daoyan_box .daoyan_txt p {
    max-width: 600px;
    padding: 30px;
    box-sizing: border-box;
}

/*宣传导言----结束--------------------------------------------------------*/
/*团队宣传----开始--------------------------------------------------------*/
.guanyu_team_chunse {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--bg02);
    z-index: -1;
}

.guanyu_team_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
}

.guanyu_team_box .guanyu_team_list {
    flex: 1 1 calc(50% - 80px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 40px;
    margin-left: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: dashed 1px var(--sc04);
}

.guanyu_team_box .guanyu_team_list:nth-child(even) {
    flex-direction: column-reverse;
    margin-right: 20px;
    margin-left: 40px;
}

.guanyu_team_list .team_list_cent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.guanyu_team_list .team_list_cent .team_list_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.guanyu_team_list .team_list_cent .team_list_title i {
    width: 4px;
    height: 22px;
    background: var(--sc01);
    margin-right: 5px;
    margin-top: 8px;
}

.guanyu_team_list .team_list_cent .team_list_title h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--sc01);
}

.guanyu_team_list .team_list_cent .team_list_txt {
    min-height: 20px;
}

.guanyu_team_list .team_list_img {
    margin-top: 20px;
    border-radius: 14px;
    overflow: hidden;
}

.guanyu_team_list:nth-child(even) .team_list_img {
    margin-top: 0;
    margin-bottom: 20px;
}

/*团队宣传----结束--------------------------------------------------------*/