.top_banner {
    padding: 67px 0 0;
    text-align: center;
    font-size: 0;

}

.ab_group {
    width: 1920px;
    margin: 0 auto;
}

.banner_img {
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

/* 关于我们 */

.ab_title {
    font-size: 40px;
    color: #000000;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 40px;
}
.about_us {
    margin-top: -160px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    padding: 40px 20px;
    height: 360px;
    background: #FEFEFE;
    box-shadow: 0px 1px 27px 0px rgba(50, 50, 50, 0.17);
    border-radius: 10px;
}


.about_us p {
    font-weight: 400;
    font-size: 20px;
    color: #101010;
    line-height: 43px;
    text-align: justify;
}

.numCount {
    padding-top: 30px;
    /* padding-bottom: 90px; */
}

.numCount li {
    text-align: center;
}

.about_us .num_info {
    font-size: 54px;
    color: #E60012;

}

.about_us .num_info sup {
    font-size: 22px;
    color: #101010;
    vertical-align: top;
}

.about_us  .num_title {
    font-weight: 400;
    font-size: 20px;
    color: #101010;
}

/* 关于我们 end */
/* 企业使命 start */
.about_cp {
    background: #FCFAFA;
    padding-top: 90px;
    padding-bottom: 90px;
}

.ab_cp {
    width: 50%;
    height: 303px;
    background-size: 100% 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    padding-left: 21px;
    box-shadow: 0px 1px 27px 0px rgba(50, 50, 50, 0.17);
    border-radius: 12px;
    color: #E60012;
}

.ab_cp .cp_tag {
    width: 28px;
    height: 4px;
    margin-top: 48px;
    margin-bottom: 117px;
}

.cp_tag {
    background: #E60012;
}

.ab_cp1 {
    background-image: url(../images/aboutHc/cp_01.png);
    margin-right: 10px;
}

.ab_cp1.hover {
    background-image: url(../images/aboutHc/cp_01_reverse.png);
}

.ab_cp.hover .cp_tag {
    background: #fff;
}

.ab_cp.hover .cp_t,
.ab_cp.hover .cp_p {
    color: #fff;
}

.cp_p {
    font-weight: 400;
    font-size: 20px;
    color: #101010;
}

.ab_cp2 {
    color: #E60012;
    background-image: url(../images/aboutHc/cp_02.png);
}

.ab_cp2.hover {
    background-image: url(../images/aboutHc/cp_02_reverse.png);
}

.ab_cp .cp_t {
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 20px;
}

/* 企业使命 end */
/* 发展进程 start*/
.ab_his_con {
    position: relative;
}

.about_history {
    height: 754px;
    background: url(../images/aboutHc/his_bg.png) 100% 100% no-repeat;
}

/*  */
.swiper {
    overflow: hidden;
    width: 1000px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
/*  */
.history-disabled{
    display: none;
}
.timeaxis {}

.box-last {
    width: 275px;
    float: left;
    height: 600px;
    position: relative;
}

.boxs {
    /* overflow: hidden; */
    float: left;
    position: relative;
    width: 275px;
    height: 450px;
}



.line {
    border-bottom: 2px solid #fff;
    position: absolute;
    width: 106%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.boxs:last-child .line {
    width: 200%;
}

.arrow {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #1890FF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

.circular {
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    z-index: 10;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    top: 50%;
    /* transform: translate(-50%, -50%); */
    transform: translate(10px, -50%);
    /* left: 50%; */
    right: 0;
}

.time {
    position: absolute;
    top: 52%;
    left: 50%;
    font-weight: 600;
    font-size: 12px;
    transform: translateX(-50%);
}

.node-desc {
    position: absolute;
    top: 45%;
    left: 50%;
    font-size: 14px;
    transform: translateX(-50%);
}

.popup {
    display: none;
    position: absolute;
    bottom: 20%;
    width: 80%;
    height: 60px;
    line-height: 60px;
    border: 1px dotted black;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.circular:hover+.popup {
    color: #1890FF;
    display: block;
}

.boxs:nth-child(odd) .desc {
    position: absolute;
    top: 0;
    width: calc(200%);
    /* padding: 20px; */
    height: 50%;
    box-sizing: border-box;
}
.boxs:nth-child(odd) .desc .text {
        display: flex;
        flex-direction: row;
        /*设置主轴方向是水平方向*/
        align-items: center;
        /*设置侧轴上，子元素的排列方式为居中对齐*/
        justify-content: center;
        /* 水平居中 */
        top: 0;
        width: 100%;
        /* height: 80%; */
        padding: 0;
        height: 211px;
        box-sizing: border-box;
        position: absolute;
        /* transform: translateX(-50%); */
    }

.boxs:nth-child(odd) .desc .text_group {
        width: 100%;
        height: 100%;
        background: url(../images/aboutHc/his_item_bg.png) 100% 100% no-repeat;
        background-size: 100% 100%;
        background-position: center;
        /* transform: translate(15px, 0); */
        /* background-size: cover; */

    }

.boxs:nth-child(odd) .desc .vertical-line {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 50%;
        bottom: 0;
        border-left: 2px dotted black;
    }



.boxs:nth-child(even) .desc {

    position: absolute;
    bottom: 0;
    width: calc(200%);
    height: 50%;
}

.boxs:nth-child(even) .desc .text {
        display: flex;
        flex-direction: row;
        /*设置主轴方向是水平方向*/
        align-items: center;
        /*设置侧轴上，子元素的排列方式为居中对齐*/
        justify-content: center;
        /* 水平居中 */
        bottom: 0;
        width: 100%;
        height: 211px;
        /* height: 50%; */
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

.boxs:nth-child(even) .desc .text_group {
        width: 100%;
        padding-top: 10px;
        height: 100%;
        box-sizing: border-box;
        background: url(../images/aboutHc/his_item_bg_bom.png) 100% 100% no-repeat;
        background-size: 100% 100%;
        background-position: center;
        /* transform: translate(15px, 0); */
        /* background-size: cover; */

    }

.boxs:nth-child(even) .desc .vertical-line {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 50%;
        top: 0;
        border-left: 2px dotted black;
    }

.boxs:nth-child(1) .desc {
    transform: translateX(0);
}

/* 内容 */
.text_group {
    padding-left: 18px;
}

.text_group .tg_year {
    padding-top: 10px;
    font-size: 28px;
    color: #E10024;
}

.text_group .circle {
    width: 7px;
    height: 7px;
    background: #E10024;
    border-radius: 50%;
    margin-right: 8px;
}

.text_group .tg_desc {
    font-weight: 400;
    font-size: 20px;
    color: #101010;
    padding-bottom: 10px;
    padding-right: 12px;
    text-align: justify;
}

/* 发展历程 end */
/* 红餐荣誉 start */
.about_honor {
    height: 652px;
    background: url(../images/aboutHc/honor_bg.png) 100% 100% no-repeat;
}

#honorSwiper {
    position: relative;
}

#honorSwiper .swiper-slide {
    width: 676px;
    height: 385px;
    overflow: hidden;
}

/*  */
.point-btn {
    position: absolute;
    width: 63px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.point-btn-pre {
    left: -92px;
}

.point-btn-next {
    right: -92px;
}

.point-btn img {
    vertical-align: middle;
    width: 46px;
}

/* 红餐荣誉 end */
/*  */
.about_rect {
    text-align: center;
    margin-bottom: 86px;
}
/*  */
 /* 公共样式 */
 .ab_nav_group {
    padding-top: 58px;
    margin-bottom: 48px;
    font-weight: 500;
    font-size: 38px;
    color: #101010;
    border-bottom: 1px solid #EEEEEE;
}

.ab_nav_group a {
    padding-bottom: 13px;
    cursor: pointer;
    margin-bottom: -1px;
    position: relative;
}
.ab_nav_group a:hover::after ,
.ab_nav_group a::after {
    content: '';
    display: inline-block;
    width: 0%;
    height: 2px;
    background: #E10024;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 1s;
}
.ab_nav_group a:hover,
.ab_nav_group a.active{
    font-weight: 700;
    color: #E10024;
}

.ab_nav_group a.active::after,.ab_nav_group a:hover::after  {
    width: 100%;
    transition: width .5s;
}




/* 高管团队 */
.hc_team {
    display: grid;
    grid-template-columns: calc(50% - 38px) calc(50% - 38px);
    grid-column-gap: 76px;

}

.team_item {
    height: 308px;
    box-sizing: border-box;
}

.team_item img {
    margin-right: 25px;
}

.team_info_name {
    width: 81px;
    height: 25px;
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    line-height: 29px;
}

.team_info_split {
    width: 25px;
    height: 3px;
    background: #E60012;
    margin-top: 8px;
    margin-bottom: 10px;
}

.team_info_position {
    width: 100%;
    font-weight: 500;
    font-size: 21px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #E60012;
}

.team_info_desc {
    padding-top: 13px;
    font-weight: 500;
    font-size: 18px;
    color: #363636;
    line-height: 25px;
    text-align: justify;
}

.team_top {
    padding-top: 0;
    padding-bottom: 64px;
}

.team_title {
    font-size: 34px;
    color: #464646;
    padding: 0 17px;
}
