header {
    position: unset !important;
}

header.actioe .logo1,
header .logo1 {
    display: block !important;
}

header.actioe .logo2,
header .logo2 {
    display: none !important;
}

header .header_box nav>ul>li>a,
header .header_box .search .iconfont {
    color: #333 !important;
}

header .header_box nav>ul>li.active>a,
header .header_box nav>ul>li:hover>a {
    color: #D80414 !important;
}

main {
    padding: 95px 0 120px;
    box-sizing: border-box;
}

main .introduce {

    color: #666666;
    line-height: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main .introduce .img {
    width: 40%;
}

main .introduce .rg {
    width: 55%;
}

main .introduce .rg .f36 {
    color: #000;
    text-align: center;
}

main .content {

    line-height: 2;
}

main .schema_name {
    width: 380px;
    height: 60px;
    border-radius: 5px;

    color: #FFFFFF;
    line-height: 26px;
    background-color: #C70C1F;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.schema_name::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 1px;
    height: 70px;
    background: #C70C1F;
    transform: perspective(0px);
}

.branch {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
    width: 536px;
    margin: 70px auto 0;
    position: relative;
}

.branch::after {
    content: '';
    position: absolute;
    top: -36px;
    width: 191px;
    left: 50%;
    transform: translateX(-100%) perspective(0px);
    height: 1px;
    background: #C70C1F;
}

.branch div {
    background-color: #fff;

    color: #111111;
    line-height: 26px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}

.branch div::after {
    content: '';
    position: absolute;
    top: -35px;
    width: 1px;
    height: 35px;
    background: #C70C1F;
    transform: perspective(0px);
}

.branch div:nth-child(2)::after {
    content: none;
}

.branch1 {
    margin-top: 20px;
}

.branch1::after {
    content: none;
}

.branch1 div::after {
    height: 20px;
    top: -20px;
}

.branch1 div::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    border-top: 1px solid #C70C1F;
}

.administration {
    background-color: #fff;

    color: #111111;
    line-height: 26px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    margin: 35px auto 0;
}

.administration::after {
    content: '';
    position: absolute;
    top: -104px;
    width: 1px;
    height: 104px;
    background: #C70C1F;
    /* left: 50%; */
    transform: perspective(0px);
}

.administration::before {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 1px;
    height: 20px;
    background: #C70C1F;
    transform: perspective(0px);
}

.department {
    margin: 55px auto 0;
    display: flex;
    width: 765px;
    position: relative;
}

.department .lf {
    width: fit-content;
    margin-right: 30px;
}

.department .lf div::after {
    content: '';
    position: absolute;
    top: -235px;
    width: 1px;
    height: 235px;
    background: #C70C1F;
    transform: perspective(0px);
}

.department .lf div::before {
    content: '';
    position: absolute;
    top: -235px;
    right: -66px;
    width: calc(100% / 2 + 66px);
    height: 1px;
    background: #C70C1F;
    transform: perspective(0px);
}

.department .lf div,
.department .ct div,
.department .rg div{
    padding: 0 10px;
    background-color: #fff;
    color: #111111;
    height: 250px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    width: fit-content;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    writing-mode: vertical-lr;
    text-align: center;
}

.department .ct{
    width: fit-content;
    margin-right: 30px;
}

.department .ct div::after {
    content: '';
    position: absolute;
    top: -165px;
    width: 1px;
    height: 165px;
    background: #C70C1F;
    transform: perspective(0px);
}

.department .rg {
    display: flex;
    position: relative;
}

.department .rg::after {
    content: '';
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%) perspective(0px);
    width: calc(100% - 50px);
    height: 1px;
    background: #C70C1F;
}

.department .rg div {
    margin-right: 30px;
    position: relative;
}

.department .rg div:nth-last-of-type(1) {
    margin-right: 0;
}

.department .rg .line {
    width: 1px;
    padding: 0;
    /* background: #C70C1F; */
    background: #fff;
    transform: perspective(0px);
}

.department .rg .line::after {
    content: none;
}

.department .rg div::after {
    content: '';
    position: absolute;
    top: -35px;
    width: 1px;
    height: 35px;
    background: #C70C1F;
    transform: perspective(0px);
    /* left: 50%; */
}

.company {
    color: #C70C1F;
    box-shadow: 0px 4px 12px 0px rgba(216, 4, 20, 0.12);
}

.company::after {
    /* top: -35px;
    height: 35px; */
    top: -320px;
    height: 320px;
}

.company_child {
    margin: 55px auto 0;
    display: flex;
    justify-content: space-between;
    width: 93%;
    position: relative;
}

.company_child::after {
    content: '';
    width: calc(100% - 216px);
    height: 1px;
    background: #C70C1F;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) perspective(0px);
    top: -36px;
}

.company_child .one>div {
    width: 218px;
    height: 78px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;

    color: #333333;
    line-height: 28px;
}

.company_child .one>div:first-child::after {
    content: '';
    position: absolute;
    top: -35px;
    width: 1px;
    height: 35px;
    background: #C70C1F;
    /*left: 50%;*/
    transform: perspective(0px);
}

.company_child .one>div:last-child::after {
    content: '';
    position: absolute;
    top: -35px;
    width: 1px;
    height: 35px;
    background: #C70C1F;
    left: 50%;
    transform: perspective(0px);
}

.company_child .one .ico {
    width: 29px;
    height: 29px;
    background: #FFFFFF;
    border: 1px solid #D80414;
    border-radius: 50%;
    line-height: 26px;
    color: #D80414;
    display: block;
    margin: 35px auto;
    position: relative;
    cursor: pointer;
}

.company_child .one .ico::before {
    content: none;
    position: absolute;
    left: 50%;
    transform: perspective(0px);
    top: 29px;
    width: 1px;
    height: 37px;
    background: #C70C1F;
}

.company_child .one.active .ico {
    color: #fff;
    background: #C70C1F;
}

.company_child .one.active .ico::before {
    content: '';
}

.company_child_content {
    width: 100%;
    position: relative;
}

/* .company_child_content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 35px;
    background: #C70C1F;
    transform: perspective(0px);
} */

/* .company_child_content::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 35px;
    background: #C70C1F;
    transform: perspective(0px);
} */

.company_child_content .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_child_content .one::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #C70C1F;
    transform: perspective(0px);
}

.company_child_content .one {
    padding: 35px 10px 0;
    background-color: #fff;

    color: #333;
    display: none;
    justify-content: center;
}

/* .company_child_content .one:nth-child(1) {
    display: flex;
} */

.company_child_content .one>div,
.company_child_content .one>div .bottom>div {
    /*margin-right: 35px;*/
    margin-right: 20px;
    padding: 0 8px;
    height: 380px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    width: fit-content;
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 12%);
    writing-mode: vertical-lr;
    text-align: center;
    position: relative;
}

.company_child_content .one>div:nth-last-of-type(1) {
    margin-right: 0;
}

.company_child_content .one>div::after,
.company_child_content .one>div .bottom>div::after {
    content: '';
    position: absolute;
    top: -35px;
    left: 50%;
    transform: perspective(0px);
    width: 1px;
    height: 35px;
    background: #C70C1F;
}

.company_child_content .one>div .bottom {
    position: absolute;
    top: 415px;
    left: 50%;
    transform: translateX(-50%);
}


.company_child_content .one:nth-child(3)>div:nth-child(1) .bottom,
.company_child_content .one:nth-child(2)>div:nth-child(2) .bottom,
.company_child_content .one:nth-child(2)>div:nth-child(9) .bottom,
.company_child_content .one:nth-child(3)>div:nth-child(4) .bottom {
    margin-top: 35px;
}

.company_child_content .one:nth-child(3)>div:nth-child(1) .bottom>div::after,
.company_child_content .one:nth-child(2)>div:nth-child(2) .bottom>div::after,
.company_child_content .one:nth-child(2)>div:nth-child(9) .bottom>div::after,
.company_child_content .one:nth-child(3)>div:nth-child(4) .bottom>div::after {
    top: -70px;
    height: 70px;
}

.company_child_content .one>div .bottom>div,
.company_child_content .one:nth-child(2)>div:nth-of-type(6) .bottom>div:nth-last-child(1),
.company_child_content .one:nth-child(3)>div:nth-child(3) .bottom>div:nth-last-child(1),
.company_child_content .one:nth-child(3)>div:nth-last-of-type(1) .bottom>div:nth-last-child(1),
.company_child_content .one:nth-child(3) .bottom>div {
    margin-right: 0;
}

.company_child_content .one:nth-child(2)>div:nth-of-type(6) .bottom>div,
.company_child_content .one:nth-child(3)>div:nth-child(3) .bottom>div,
.company_child_content .one:nth-child(3)>div:nth-last-of-type(1) .bottom>div {
    margin-right: 30px;
}

.company_child_content .one:nth-child(2),
.company_child_content .one:nth-child(3) {
    padding-bottom: 450px;
}

.company_child_content .one:nth-child(2)>div:nth-of-type(6) .bottom,
.company_child_content .one:nth-child(3)>div:nth-child(3) .bottom,
.company_child_content .one:nth-child(3)>div:nth-last-of-type(1) .bottom {
    margin-top: 35px;
}

.company_child_content .one:nth-child(2)>div:nth-of-type(6) .bottom::after,
.company_child_content .one:nth-child(3)>div:nth-child(3) .bottom::after,
.company_child_content .one:nth-child(3)>div:nth-last-of-type(1) .bottom::after {
    content: '';
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%) perspective(0px);
    width: 240px;
    height: 1px;
    background: #C70C1F;
}

.company_child_content .one:nth-child(3)>div:nth-last-of-type(1) .bottom::after {
    width: 480px;
}

.company_child_content .one:nth-child(3)>div:nth-child(3) .bottom::after {
    /*width: 80px;*/
    width: 0;
}

.company_child_content .one:nth-child(2)>div:nth-of-type(6) .bottom::before,
.company_child_content .one:nth-child(3)>div:nth-child(3) .bottom::before,
.company_child_content .one:nth-child(3)>div:nth-last-of-type(1) .bottom::before {
    content: '';
    position: absolute;
    top: -70px;
    left: 50%;
    transform: perspective(0px);
    width: 1px;
    height: 35px;
    background: #C70C1F;
}

.company_child_content .one:nth-child(3)>div {
    /*margin-right: 60px;*/
}

.ph {
    display: none;
}

.ph .meeting,
.ph .supervisors {
    width: 120px;
    /* padding: 7px 0; */
    height: 35px;
    line-height: 35px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    text-align: center;
}

.ph .shareholders {
    background: #C70C1F;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    width: 215px;
}

.ph .shareholders::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 30px;
    width: 1px;
    height: 206px;
    background: #C70C1F;
    transform: perspective(0px);
}

.ph .board {
    display: flex;
    margin-left: 35px;
}

.ph .board>div:nth-child(1),
.ph .board>div:nth-child(2){
    margin-right: 30px;
}

.ph .board>div::after {
    content: '';
    position: absolute;
    top: 16px;
    left: -14px;
    width: 14px;
    height: 1px;
    background: #D80414;
    transform: perspective(0px);
}

.ph .board>div:nth-child(2)::after{
    width: 30px;
    left: -30px;
}

.ph .board>div:nth-child(1)::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: perspective(0px);
    width: 1px;
    height: 98px;
    background: #D80414;
    top: 30px;
    z-index: -1;
}

.ph .board>div:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: perspective(0px);
    width: 1px;
    height: 43px;
    background: #D80414;
    top: 30px;
    z-index: -1;
}

.ph .board>div:nth-child(2)::before{
    background: #fff;
    border-left: 1px solid #D80414;
}

.supervisors {
    width: 80px !important;
}

.supervisors1 {
    width: 65px !important;
}

.ph .party::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 15px;
    width: 30px;
    height: 1px;
    background: #D80414;
}

.ph .Inspection::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 38px;
    width: 1px;
    height: 30px;
    background: #D80414;
    transform: perspective(0px);
}

.ph .Inspection::after {
    top: 49%;
    background: #fff;
    border-top: 1px dashed #D80414;
}

.ph .office {
    position: relative;
    margin-right: 0 !important;
}

.ph .office::after {
    content: none !important;
}

.ph .supervisors0_line::after {
    content: '';
    position: absolute;
    left: 128px;
    top: 50%;
    transform: perspective(0px);
    width: calc(100% - 208px);
    height: 1px;
    background: #D80414;
}

.ph .supervisors1_line::after {
    content: '';
    position: absolute;
    left: 32px;
    top: 50%;
    transform: perspective(0px);
    width: calc(100% - 112px);
    height: 1px;
    background: #D80414;
}

.ph .office::before {
    content: none !important;
}
.supervisors0_line,
.supervisors1_line {
    justify-content: flex-end;
}

.m30 {
    margin-bottom: 20px;
}

.pr {
    position: relative;
}

.ph {

    color: #333333;
}

.ph .directors .ph .directors::after {
    content: '';
    position: absolute;
    left: 60px;
    top: 34px;
    width: 1px;
    height: 30px;
    background: #C70C1F;
    transform: perspective(0px);
}

.ph .management {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 35px;
}

.ph .management::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C70C1F;
    z-index: -1;
    transform: perspective(0px);
}

.ph .management .lf {
    display: flex;
    align-items: flex-start;
}

.ph .management .lf .directors {
    margin-right: 15px;
}

.ph .management .lf .directors::after {
    content: '';
    position: absolute;
    left: -14px;
    top: 16px;
    width: 14px;
    height: 1px;
    background: #D80414;
}

.ph .management .rg::after {
    content: '';
    position: absolute;
    top: 17px;
    left: -15px;
    width: 1px;
    height: calc(100% - 57px);
    background: #C70C1F;
    transform: perspective(0px);
}

.ph .management .rg .supervisors::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 14px;
    width: 15px;
    height: 1px;
    background: #C70C1F;
    transform: perspective(0px);
}

.ph .management .rg .supervisors:nth-child(1):after {
    content: unset;
}

.ph .operation::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 95px;
    width: 1px;
    height: 440.5px;
    background: #C70C1F;
    z-index: -1;
    transform: perspective(0px);
}

.ph .group {
    color: #C70C1F;
    box-shadow: 0px 4px 12px 0px rgba(216, 4, 20, 0.12);
}

.ph .group::after {
    content: '';
    position: absolute;
    left: 120px;
    top: 16px;
    width: 90px;
    height: 1px;
    background: #D80414;
}

.ph .group_content {
    margin-left: 75px;
    padding-top: 20px;
}

.ph .group_content::after {
    content: '';
    position: absolute;
    top: 0px;
    left: -15px;
    width: 1px;
    height: calc(100% - 19px);
    background: #C70C1F;
    transform: perspective(0px);
}

.ph .group_content .first_level {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ph .group_content .first_level .ico {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid #D80414;
    border-radius: 50%;
    color: #C70C1F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ph .group_content .first_level::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 15px;
    width: 15px;
    height: 1px;
    background: #C70C1F;
    transform: perspective(0px);
}

.ph .group_content .one.active .first_level {
    background: #D80414;
    color: #fff;
}

.ph .secondary_title.active {
    color: #D80414;
}

.ph .secondary_title span:nth-child(2) {
    transition: all .36s;
}

.ph .secondary_title.active span:nth-child(2) {
    display: block;
    transform: rotate(90deg);
    transition: all .36s;
}

.ph .group_content .one .content {
    padding: 0 15px;
    box-sizing: border-box;
    display: none;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

.ph .secondary_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #EEEEEE;
}

.ph .secondary_title span:nth-child(1) {
    display: block;
}

.secondary_content {
    background: #F7F7F7;
    padding: 20px 20px;
    box-sizing: border-box;
    color: #666666;
    display: none;
}

.secondary_content>div {
    padding: 10px 0;
}

.company_child_content .one:nth-child(3)>div:nth-child(1) .bottom>div,
.company_child_content .one:nth-child(2)>div:nth-child(2) .bottom>div {
    margin-right: 0;
}

@media(max-width:1680px) {
    main {
        padding: 95px 0 100px;
    }

    /*.department {*/
    /*    width: 684px;*/
    /*}*/

    .company_child .one>div {
        width: 190px;
    }

    .company_child::after {
        width: calc(100% - 190px);
    }

    /* .company_child_content .one>div, */
    .company_child_content .one:nth-child(4)>div,
    .company_child_content .one>div .bottom>div,
    .company_child_content .one:nth-child(2)>div:nth-last-of-type(2) .bottom>div,
    .company_child_content .one:nth-child(3)>div:nth-last-child(1) .bottom>div,
    .company_child_content .one:nth-child(3)>div:nth-child(3) .bottom>div {
        margin-right: 20px;
    }

    .company_child_content .one:nth-child(3)>div:nth-child(3) .bottom::after {
        /*width: 70px;*/
    }

    .company_child_content .one:nth-child(3)>div:nth-last-of-type(1) .bottom::after {
        width: 420px;
    }

    .company_child_content .one:nth-child(2)>div:nth-last-of-type(2) .bottom::after {
        width: 210px;
    }
    
    .company_child_content .one>div,
    .company_child_content .one>div .bottom>div{
        margin-right: 12px;
    }
    
    .company_child_content .one:nth-child(3)>div{
        /*margin-right: 50px;*/
    }
}

@media(max-width:1600px) {
    /*.department {*/
    /*    width: 682px;*/
    /*}*/
    
    .company_child_content .one>div, .company_child_content .one>div .bottom>div {
        margin-right: 8px;
    }
}

@media(max-width:1536px) {
    /*.department {*/
    /*    width: 684px;*/
    /*}*/
}

@media(max-width:1440px) {
    main {
        padding: 80px 0;
    }

    .company_child .one>div {
        width: 170px;
    }

    .company_child::after {
        width: calc(100% - 170px);
    }

    /*.department {*/
    /*    width: 658px;*/
    /*}*/

    /*.department .lf div::before {*/
    /*    right: -13px;*/
    /*    width: calc(100% / 2 + 13px);*/
    /*}*/

    /*新*/
    .department .rg::after {
        width: calc(100% - 45px);
    }
    
    .department .lf,
    .department .ct,
    .department .rg div{
        margin-right:32.5px;
    } 

    /*.branch1 div::before {*/
    /*    left: -19px;*/
    /*    width: 19px;*/
    /*}*/
    /*新*/

    .company_child_content .one:nth-child(3)>div:nth-child(3) .bottom::after {
        /*width: 68px;*/
    }
    
    .company_child_content .one:nth-child(3)>div {
        /*margin-right: 40px;*/
    }

    .company_child_content .one:nth-child(3)>div:nth-last-of-type(1) .bottom::after {
        width: 403px;
    }

    .company_child_content .one:nth-child(2)>div:nth-last-of-type(2) .bottom::after {
        width: 202px;
    }
    
    .company_child_content .one>div, .company_child_content .one>div .bottom>div {
        margin-right: 6px;
    }
}

@media(max-width:1280px) {
    main {
        padding: 60px 0;
    }

    .company_child .one>div {
        width: 150px;
    }

    .company_child::after {
        width: calc(100% - 148px);
    }

    /*.department {*/
    /*    width: 650px;*/
    /*}*/

    /*.department .lf div::before {*/
    /*    right: -10px;*/
    /*    width: calc(100% / 2 + 10px);*/
    /*}*/

    /*.branch1 div::before {*/
    /*    left: -34.4px;*/
    /*    width: 34.4px;*/
    /*}*/
    
    .department .lf,
    .department .ct,
    .department .rg div{
        margin-right:34.5px;
    } 

    /* .company_child_content .one>div, */
    .company_child_content .one>div .bottom>div,
    .company_child_content .one:nth-child(2)>div:nth-last-of-type(2) .bottom>div,
    .company_child_content .one:nth-child(3)>div:nth-last-child(1) .bottom>div {
        margin-right: 10px;
    }

    .company_child_content .one:nth-child(3)>div:nth-child(3) .bottom>div {
        margin-right: 20px;
    }

    .company_child_content .one:nth-child(3)>div:nth-last-of-type(1) .bottom::after {
        width: 336px;
    }

    .company_child_content .one:nth-child(3)>div:nth-child(3) .bottom::after {
        /*width: 66px;*/
    }

    .company_child_content .one:nth-child(2)>div:nth-last-of-type(2) .bottom::after {
        width: 168px;
    }
    
    .company_child_content .one:nth-child(3)>div {
        /*margin-right: 28px;*/
    }
    
    .company_child_content .one:nth-child(4)>div,
    .company_child_content .one>div, .company_child_content .one>div .bottom>div {
        margin-right: 4px;
    }
}

@media(max-width:1024px) {
    main {
        padding: 40px 0;
    }

    .pc {
        display: none;
    }

    .ph {
        display: block;
    }

    main .introduce {
        flex-direction: column;
    }

    main .introduce .img {
        width: 100%;
        margin-bottom: 20px;
    }

    main .introduce .rg {
        width: 100%;
    }
}

@media(max-width:768px) {
    main {
        padding: 30px 0;
    }
}