.crumbs_links {
    background: #F8F9FC;
}

body {
    background: #F8F9FC;
}

.section .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section .wrap .l_box {
    position: sticky;
    top: 40px;
    width: calc(50vw - 800px + 320px);
    padding: 105px 56px 100px calc(50vw - 800px);
}

.section .wrap .l_box .item {
    width: 100%;
}

.section .wrap .l_box .item .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.section .wrap .l_box .item .block p {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 50px;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .wrap .l_box .item .block .iconfont {
    font-size: 10px;
    color: #000000;
    transition: 0.6s;
    font-weight: bold;
}

.section .wrap .l_box .item .block:hover p, .section .wrap .l_box .item .block:hover .iconfont {
    color: #005FD5;
}

.section .wrap .l_box .item .none {
    padding: 10px 20px;
    display: none;
}

.section .wrap .l_box .item .none .none_item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.section .wrap .l_box .item .none .none_item .dian {
    width: 5px;
    height: 5px;
    background: #000000;
    border-radius: 50%;
    opacity: 0;
    transition: 0.6s;
}

.section .wrap .l_box .item .none .none_item p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 50px;
    opacity: 0.6;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .wrap .l_box .item .none .none_item:hover .dian, .section .wrap .l_box .item .none .none_item.on .dian {
    opacity: 1;
}

.section .wrap .l_box .item .none .none_item:hover p, .section .wrap .l_box .item .none .none_item.on p {
    opacity: 1;
}

.section .wrap .l_box .item.on .block p, .section .wrap .l_box .item.on .block .iconfont {
    color: #005FD5;
}

.section .wrap .l_box .item.item_active .block .iconfont {
    transform: rotate(90deg);
}

.section .wrap .r_box {
    border-left: 1px solid #EAECEE;
    width: calc(50vw + 800px - 320px);
}

.section .wrap .r_box .part {
    padding: 98px 0 72px 70px;
}

.section .wrap .r_box .part .part_name {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 30px;
}

.section .wrap .r_box .part .part_flex {
    width: 1210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .wrap .r_box .part .part_flex .part_des {
    width: 660px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.section .wrap .r_box .part .part_flex .more {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #E3E5E8;
    padding: 0 18px;
    transition: 0.6s;
}

.section .wrap .r_box .part .part_flex .more p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.section .wrap .r_box .part .part_flex .more .iconfont {
    font-size: 9px;
    color: #000000;
    transition: 0.6s;
}

.section .wrap .r_box .part .part_flex .more:hover {
    background: #005FD5;
    border: 1px solid #005FD5;
}

.section .wrap .r_box .part .part_flex .more:hover p, .section .wrap .r_box .part .part_flex .more:hover .iconfont {
    color: #FFFFFF;
}

.section .wrap .r_box .part .img {
    width: 1210px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 61px;
}

.section .wrap .r_box .part .img img {
    display: block;
    max-height: 100%;
}

.section .wrap .r_box .part .labels {
    width: 1210px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 155px;
}

.section .wrap .r_box .part .labels .label {
    width: 300px;
}

.section .wrap .r_box .part .labels .label .icon {
    width: 42px;
    height: 43px;
    display: flex;
    align-items: center;
}

.section .wrap .r_box .part .labels .label .icon img {
    display: block;
    max-height: 100%;
}

.section .wrap .r_box .part .labels .label p {
    margin: 24px 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.section .wrap .r_box .part .part_list {
    width: 1210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
    margin: 50px 0 30px;
}

.section .wrap .r_box .part .part_list .part_item {
    width: 580px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 90px 90px 90px 90px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.6s;
}

.section .wrap .r_box .part .part_list .part_item .part_item_c {
    width: 230px;
    text-align: center;
}

.section .wrap .r_box .part .part_list .part_item .part_item_c .h5 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    margin-bottom: 8px;
}

.section .wrap .r_box .part .part_list .part_item .part_item_c .p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.6;
}

.section .wrap .r_box .part .part_list .part_item .part_item_r {
    width: 120px;
    height: 120px;
    background: #F8F9FC;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .r_box .part .part_list .part_item .part_item_r img {
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.section .wrap .r_box .part .part_list .part_item .l_img {
    width: 200px;
    height: 120px;
    border-radius: 90px;
    overflow: hidden;
}

.section .wrap .r_box .part .part_list .part_item .l_img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .r_box .part .part_list .part_item:hover {
    background: #005FD5;
}

.section .wrap .r_box .part .part_list .part_item:hover .l_img img {
    transform: scale(1.1);
}

.section .wrap .r_box .part .part_list .part_item:hover .part_item_c .h5, .section .wrap .r_box .part .part_list .part_item:hover .part_item_c .p {
    color: #FFFFFF;
}

.section .wrap .r_box .part:nth-child(2n-1) {
    background: #FFFFFF;
}

@media screen and (max-width: 1919px) {
    .section .wrap .l_box {
        top: 2.0833333333vw;
        width: calc(-25vw + 50vw);
        padding: 5.46875vw 2.9166666667vw 5.2083333333vw calc(-41.6666666667vw + 50vw);
    }

    .section .wrap .l_box .item .block p {
        font-size: 0.8333333333vw;
        line-height: 2.6041666667vw;
    }

    .section .wrap .l_box .item .block .iconfont {
        font-size: 0.5208333333vw;
    }

    .section .wrap .l_box .item .none {
        padding: 0.5208333333vw 1.0416666667vw;
    }

    .section .wrap .l_box .item .none .none_item {
        gap: 0.46875vw;
    }

    .section .wrap .l_box .item .none .none_item .dian {
        width: 0.2604166667vw;
        height: 0.2604166667vw;
    }

    .section .wrap .l_box .item .none .none_item p {
        font-size: 0.8333333333vw;
        line-height: 2.6041666667vw;
    }

    .section .wrap .r_box {
        width: calc(25vw + 50vw);
    }

    .section .wrap .r_box .part {
        padding: 5.1041666667vw 0px 3.75vw 3.6458333333vw;
    }

    .section .wrap .r_box .part .part_name {
        font-size: 1.5625vw;
        margin-bottom: 1.5625vw;
    }

    .section .wrap .r_box .part .part_flex {
        width: 63.0208333333vw;
    }

    .section .wrap .r_box .part .part_flex .part_des {
        width: 34.375vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .section .wrap .r_box .part .part_flex .more {
        gap: 0.5208333333vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        padding: 0px 0.9375vw;
    }

    .section .wrap .r_box .part .part_flex .more p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .r_box .part .part_flex .more .iconfont {
        font-size: 0.46875vw;
    }

    .section .wrap .r_box .part .img {
        width: 63.0208333333vw;
        height: 18.75vw;
        margin: 1.5625vw 0px 3.1770833333vw;
    }

    .section .wrap .r_box .part .labels {
        width: 63.0208333333vw;
        gap: 1.5625vw 8.0729166667vw;
    }

    .section .wrap .r_box .part .labels .label {
        width: 15.625vw;
    }

    .section .wrap .r_box .part .labels .label .icon {
        width: 2.1875vw;
        height: 2.2395833333vw;
    }

    .section .wrap .r_box .part .labels .label p {
        margin: 1.25vw 0px 0px;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }

    .section .wrap .r_box .part .part_list {
        width: 63.0208333333vw;
        gap: 2.0833333333vw 0px;
        margin: 2.6041666667vw 0px 1.5625vw;
    }

    .section .wrap .r_box .part .part_list .part_item {
        width: 30.2083333333vw;
        height: 7.2916666667vw;
        border-radius: 4.6875vw;
        padding: 0.5208333333vw;
    }

    .section .wrap .r_box .part .part_list .part_item .part_item_c {
        width: 11.9791666667vw;
    }

    .section .wrap .r_box .part .part_list .part_item .part_item_c .h5 {
        font-size: 1.0416666667vw;
        margin-bottom: 0.4166666667vw;
    }

    .section .wrap .r_box .part .part_list .part_item .part_item_c .p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .r_box .part .part_list .part_item .part_item_r {
        width: 6.25vw;
        height: 6.25vw;
    }

    .section .wrap .r_box .part .part_list .part_item .l_img {
        width: 10.4166666667vw;
        height: 6.25vw;
        border-radius: 4.6875vw;
    }
}

@media screen and (max-width: 768px) {
    .section .wrap .l_box {
        display: none;
    }
    .section .wrap {
        width: 90%;
        margin: 0 auto;
    }
    .section .wrap .r_box {
        width: 100%;
        border-left: unset;
    }
    .section .wrap .r_box {
        padding: 40px 0;
    }
    .section .wrap .r_box .part {
        background: #ffffff !important;
        padding: 30px 20px;
        border-radius: 4px;
    }
    .section .wrap .r_box .part:not(:last-child) {
        margin-bottom: 30px;
    }
    .section .wrap .r_box .part .part_name {
        font-size: 20px;
        margin-bottom: 13px;
    }
    .section .wrap .r_box .part .part_flex {
        width: 100%;
        display: block;
    }
    .section .wrap .r_box .part .part_flex .part_des {
        width: 100%;
        font-size: 15px;
        line-height: 1.8;
    }
    .section .wrap .r_box .part .part_flex .more {
        height: 36px;
        margin: 25px 0 0;
        width: fit-content;
        padding: 0 15px;
        border-radius: 18px;
        gap: 6px;
    }
    .section .wrap .r_box .part .part_flex .more p {
        font-size: 14px;
    }
    .section .wrap .r_box .part .part_flex .more .iconfont {
        font-size: 8px;
    }
    .section .wrap .r_box .part .img {
        width: 100%;
        height: 50vw;
        margin: 15px 0 0;
    }
}
