.header_box {
    background-color: rgb(0, 49, 179);
}

.header {
    position: relative;
}

.header_img {
    width: 100vw;
    max-width: 100vw;
    margin: 0px auto;
    min-height: 27vw;
}

.header_data {
    position: absolute;
    color: rgb(255, 255, 255);
    top: 6vw;
    left: 31%;
    transform: translateX(-50%);
}

.header_data_title {
    font-weight: bold;
    font-size: 3vw;
    color: rgb(255, 255, 255);
}

.header_data_remoke {
    color: rgb(198, 214, 255);
    font-size: 0.92vw;
    margin: 0.4vw 0px;
}

.header_data_button {
    font-weight: bold;
    font-size: 1.3vw;
    display: inline-block;
    border: 0.1vw solid rgb(255, 232, 74);
    background: transparent;
    padding: 0.1vw;
    border-radius: 0.4vw;
    margin-top: 1.8vw;
    cursor: pointer;
      animation: pulseAnimations 3s infinite;

}

.header_data_button_data {
    background: rgb(255, 232, 74);
    color: rgb(0, 13, 179);
    padding: 0.5vw calc(0.5em + 3.5vw) 0.6vw 3vw;
    border-radius: 0.3vw;
    position: relative;
}

.header_data_button_data::after {
    border-top: 0.15vw solid rgb(0, 13, 179);
    border-right: 0.15vw solid rgb(0, 13, 179);
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    position: absolute;
    top: 53%;
    transform: translateY(-50%) rotate(45deg);
    right: 25%;
}

.main_title_size {
    font-size: 1.87vw;
}

.main_remoke_size {
    font-size: 0.75vw;
    line-height: 1.3vw;
}

.main_box {
    position: relative;
}

.main {
    max-width: 63.4vw;
    margin: 0px auto;
}

.main_title {
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin-top: 4vw;
}

.main_remoke {
    color: rgb(51, 51, 51);
}

.main_remoke span {
    font-weight: 500;
}

.main_data_1 {
    margin-top: 1.5vw;
}

.main_data_1_grid_1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;
    margin-top: 2.5vw;
}

.main_data_1_grid_1_item {
    border-radius: 0.5vw;
    overflow: hidden;
    box-shadow: rgba(190, 190, 190, 0.38) 0px 0px 6px 0px;
}

.main_data_1_grid_1_item_img {
    width: 100%;
}

.main_data_1_grid_1_item_data {
    padding: 1vw;
    color: rgb(81, 82, 85);
}

.main_data_2 {
    display: flex;
    gap: 3vw;
    align-items: stretch;
    margin-top: 2vw;
    margin-bottom: 3vw;
}

.main_data_2_l,
.main_data_2_r {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0%;
    min-width: 0px;
    padding: 1.8vw 1vw;
    border-radius: 0.5vw;
}

.main_data_2_l {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    background: linear-gradient(to left, rgb(239, 246, 255), rgb(255, 255, 255));
    text-align: right;
}

.main_data_2_c {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    flex: 0.5 1 0%;
    display: flex !important;
}

.main_data_2_r {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    background: linear-gradient(to right, rgb(239, 246, 255), rgb(255, 255, 255));
}

.main_data_2_title {
    background-color: rgb(0, 62, 226);
    color: rgb(255, 255, 255);
    font-size: 1.4vw;
    padding: 0.2vw 1vw;
    margin-bottom: 0.6vw;
}

.main_data_2_title_c {
    padding: 0.3vw 0.5vw;
    border-radius: 0.5vw;
    margin: 1vw 0px;
}

.main_data_2_title2 {
    color: rgb(0, 0, 0);
    font-size: 1vw;
    margin: 0.4vw 0px;
    font-weight: 600;
}

.main_data_2_remoke {
    color: rgb(0, 0, 0);
    margin-bottom: 0.5vw;
}

.main_box_c {
    display: flex;
    align-items: stretch;
}

.main_box_c_l {
    flex: 0.72 1 0%;
    background-color: rgb(0, 48, 176);
    display: flex;
    justify-content: flex-end;
}

.main_box_c_l_box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2vw 6vw 2vw 2vw;
    color: rgb(255, 255, 255);
}

.main_box_c_l_data {
    position: relative;
    padding-left: 1.5em;
    margin: 1.5vw 0px;
    font-size: 1vw;
}

.main_box_c_l_data::before {
    position: absolute;
    width: 0.5vw;
    height: 57%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(255, 255, 255);
    content: " ";
    border-radius: 0.5vw;
}

.main_box_c_l_remoke {
    padding-left: 2em;
    margin: 0.3vw 0px;
    position: relative;
}

.main_box_c_l_remoke_icon {
    width: 1vw;
    height: 1vw;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.main_box_c_l_title {
    font-weight: 500;
    margin-bottom: 1vw;
}

.main_box_c_r {
    flex: 1 1 0%;
    background-color: rgb(220, 220, 220);
    display: flex;
    justify-content: flex-start;
}

.main_box_c_r_box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2vw 2vw 2vw 3vw;
    width: 100%;
}

.main_box_c_r_title {
    color: rgb(0, 49, 179);
    font-weight: 500;
    margin-bottom: 1vw;
}

.main_box_c_r_data {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 2vw;
}

.main_box_c_r_data_left {
    width: 17vw;
    min-width: 17vw;
    height: 12vw;
    min-height: 12vw;
    background-image: url("https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/static/57/main_box_c_r_data_left.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 1.5vw;
}

.main_box_c_r_data_left_p {
    color: rgb(255, 255, 255);
    font-size: 1.4vw;
    position: absolute;
    right: 10%;
}

.main_box_c_r_data_p1 {
    top: 3%;
}

.main_box_c_r_data_p2 {
    top: 28%;
}

.main_box_c_r_data_p3 {
    top: 52%;
}

.main_box_c_r_data_p4 {
    top: 77%;
}

.main_box_c_r_data_rigth {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.main_box_c_r_data_rigth_item {
    color: rgb(29, 29, 29);
    width: 12vw;
}

.main_data_3 {
    position: relative;
}

.main_data_3_grid_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5vw;
    margin: 2vw 0px;
}

.main_data_3_grid_1_item {
    border-radius: 0px;
}

.main_data_3_grid_1_item>img {
    width: 100%;
    height: 100%;
}

.main_data_3_grid_1_item_text {
    padding: 3vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: rgb(239, 239, 239);
}

.main_data_3_grid_1_item_text p {
    margin: 0.5vw 0px;
    padding-left: 1.5em;
    position: relative;
}

.main_data_3_grid_1_item_text p::before {
    width: 0.5vw;
    height: 0.5vw;
    border-radius: 1vw;
    background-color: rgb(0, 70, 255);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
}

.main_data_4 {
    position: relative;
    width: 100vw;
    height: 20vw;
    overflow: hidden;
    pointer-events: none;
    margin: 2vw 0px;
}

.main_data_4_item {
    position: absolute;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    white-space: nowrap;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
    pointer-events: auto;
}

.main_data_4_item:hover {
    opacity: 0.8;
    transform: scale(1.05);
    transition: 0.2s;
}

.main_data_4_item_img {
    width: 2.3vw;
    height: 2.3vw;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.main_data_4_item_img_text {
    font-size: 1vw;
    color: rgb(51, 51, 51);
    font-weight: 500;
    user-select: none;
    line-height: 1vw;
    padding-right: 1vw;
}

@keyframes barrageMove {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
    }
}

.card_title_info_box {
    padding: 60px 0px 30px;
    background-color: rgb(255, 255, 255);
}

.card_title_info {
    display: flex;
    justify-content: space-between;
}

.card_title_info_left {
    flex: 0.4 1 0%;
    padding: 1vw 4vw 4vw;
}

.card_title_info_rigth {
    flex: 1 1 0%;
}

.card_title_info_left_title {
    font-weight: bold;
    font-size: 3vw;
    color: rgb(24, 24, 24);
    line-height: 4vw;
    margin-bottom: 2vw;
}

.card_title_info_left_remoke {
    font-weight: 400;
    font-size: 1.2vw;
    color: rgb(51, 51, 51);
    line-height: 1.8vw;
    margin-bottom: 2vw;
}

.card_title_info_left_button {
    display: inline-block;
    border-radius: 32px;
    color: rgb(255, 255, 255);
    padding: 0.5vw 2vw;
    background-color: rgb(0, 49, 179);
    cursor: pointer;
    text-align: center;
    font-size: 1vw;
    border: 1px solid transparent;
}

.card_title_info_left_button:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 49, 179);
    border-color: rgb(0, 49, 179);
}

.jk_5_accordion {
    margin: 0px 1vw;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.jk_5_card {
    border-bottom: 0.1vw solid rgb(221, 221, 221);
}

.jk_5_card:last-child {
    border-bottom: none;
}

.jk_5_card_header {
    padding: 0.8vw 1vw;
    background: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.jk_5_card_header h3 {
    margin: 0px;
}

.jk_5_card_content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
    padding: 0px 20px;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
}

.jk_5_card_content p {
    margin: 0px 0px 0.5vw;
}

.jk_5_card.active .jk_5_card_content {
    max-height: 200px;
    padding: 0px 20px 15px;
}

.jk_5_arrow {
    display: inline-block;
    margin-left: 0.5vw;
    width: 0px;
    height: 0px;
    border-left: 0.5vw solid transparent;
    border-right: 0.5vw solid transparent;
    border-top: 0.5vw solid rgb(51, 51, 51);
    transition: transform 0.3s;
}

.jk_5_card.active .jk_5_arrow {
    transform: rotate(90deg);
}

.main_data_5 {
    margin: 2vw 0px;
}

.footer {
    background: rgb(55, 55, 55);
    color: rgb(255, 255, 255);
}

.footer_box {
    max-width: 63.4vw;
    margin: 0px auto;
    display: flex;
    align-items: flex-end;
}

.footer_box_left {
    flex: 1.2 1 0%;
    margin-top: 1vw;
    margin-right: 3vw;
}

.footer_box_rigth {
    flex: 2 1 0%;
    position: relative;
}

.footer_box_rigth img {
    max-height: 7.5vw;
}

.footer_box_left_title {
    font-weight: 400;
    font-size: 1vw;
    color: rgb(255, 255, 255);
    margin-bottom: 1vw;
}

.footer_box_left_data {
    font-weight: 400;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 5vw;
}

.footer_box_left_data_left {
    margin-right: 1vw;
    flex: 2 1 0%;
}

.footer_box_left_data_rigth {
    padding: 1vw 0px;
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer_box_left_data_rigth_button {
    cursor: pointer;
    border: 0.1vw solid rgb(255, 255, 255);
    margin: 0.3vw 1vw 0.3vw 0px;
    border-radius: 1vw;
    text-align: center;
    display: inline-block;
    padding: 0.1vw 1vw;
}

.footer_box_rigth_but {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
    left: 50%;
    top: 0px;
}

.footer_box_rigth_but img {
    width: 100%;
    height: 100%;
}

.footer_box_rigth_but_ico {
    width: 1.5vw;
    height: 1.5vw;
    margin-right: 0.5vw;
}

.footer_box_rigth_but_tex {
    font-size: 0.8vw;
}

.footer_remoke {
    color: rgb(173, 173, 173);
}

.footer_box_left_data_rigth_button_k {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 153, 255);
    border-color: rgb(0, 153, 255);
    line-height: 1.3vw;
}

.footer_box_left_data_rigth_button_k img {
    width: 1vw;
    height: 1vw;
    margin-right: 0.5em;
}

.main_data_2_c_1 {
    display: none !important;
}

@media (max-width: 768px) {
    .main_data_2_c {
        display: none !important;
    }

    .header_data {
        width: 90%;
        height: 82%;
        text-align: center;
        display: flex;
        flex-direction: column;
        top: 13vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .header_data_title {
        font-size: 9.5vw;
    }

    .header_data_remoke {
        font-size: 3vw;
        margin: 2.4vw 0px;
    }

    .header_data_button {
        font-size: 5.3vw;
        padding: 0.5vw;
        border-radius: 2vw;
        display: inline-block;
        width: 51vw;
        margin: auto auto 0px;
        background: rgb(0, 49, 179);
    }

    .header_data_button_data {
        padding: 1vw calc(1em + 3.5vw) 1.5vw 3vw;
        border-radius: 1.5vw;
        position: relative;
    }

    .header_data_button_data::after {
        border-top: 0.5vw solid rgb(0, 13, 179);
        border-right: 0.5vw solid rgb(0, 13, 179);
        content: "";
        width: 1.5vw;
        height: 1.5vw;
        top: 53%;
        transform: translateY(-50%) rotate(45deg);
        right: 26%;
    }

    .main {
        max-width: 94vw;
        margin: 0px auto;
    }

    .main_title {
        margin-top: 8vw;
    }

    .main_title_size {
        font-size: 6vw;
        text-align: center;
    }

    .main_remoke_size {
        font-size: 3.72vw;
        line-height: 6vw;
        width: 100%;
    }

    .main_data_1_grid_1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
        margin-top: 2.5vw;
    }

    .main_data_1_grid_1_item {
        border-radius: 2vw;
    }

    .main_data_1_grid_1_item_data {
        padding: 2vw;
    }

    .main_data_2_c_1 {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        display: flex !important;
    }

    .main_data_2_title {
        font-size: 5.5vw;
        padding: 0.2vw 6vw;
        margin-bottom: 4vw;
    }

    .main_data_2_title_c {
        padding: 0.5vw 2vw;
        border-radius: 1.5vw;
        margin: 3vw 0px;
    }

    .main_data_2_l,
    .main_data_2_r {
        padding: 6vw 3vw;
        border-radius: 2vw;
    }

    .main_data_2_title2 {
        font-size: 4vw;
        margin: 2vw 0px;
        font-weight: 600;
    }

    .main_data_2 {
        margin-top: 2vw;
        margin-bottom: 5vw;
    }

    .main_box_c {
        align-items: flex-start;
        flex-direction: column;
    }

    .main_box_c_l {
        flex: 1 1 0%;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .main_box_c_r {
        flex: 1 1 0%;
        width: 100%;
        background: rgb(244 244 244);
    }

    .main_box_c_r_box {
        flex-direction: column;
        align-items: center;
        padding: 2vw 2vw 2vw 3vw;
        width: 100%;
    }

    .main_box_c_l_box {
        display: block;
        flex-direction: column;
        align-items: center;
        padding: 2vw 6vw 2vw 2vw;
        color: rgb(255, 255, 255);
    }

    .main_box_c_l_data {
        position: relative;
        padding-left: 1em;
        margin: 7vw 11vw;
        font-size: 3.72vw;
    }

    .main_box_c_l_data::before {
        width: 1.5vw;
        height: 57%;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 1.5vw;
    }

    .main_box_c_l_remoke {
        padding-left: 2em;
        margin: 6.3vw 8vw;
        position: relative;
    }

    .main_box_c_l_remoke_icon {
        width: 4vw;
        height: 4vw;
        position: absolute;
        left: 2%;
        top: 50%;
        transform: translateY(-50%);
    }

    .main_box_c_r_data {
        flex-direction: column;
        align-items: center;
        margin-top: 2vw;
        flex: 1 1 0%;
        width: 96vw;
    }

    .main_box_c_r_data_left {
        width: 73vw;
        min-width: 46vw;
        height: 49vw;
        min-height: 12vw;
        background-image: url("https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/static/57/main_box_c_r_data_left.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        margin-right: 0px;
    }

    .main_box_c_r_data_left_p {
        font-size: 5.4vw;
        position: absolute;
        right: 10%;
    }

    .main_box_c_r_data_p1 {
        top: 3%;
    }

    .main_box_c_r_data_p2 {
        top: 28%;
    }

    .main_box_c_r_data_p3 {
        top: 53%;
    }

    .main_box_c_r_data_p4 {
        top: 79%;
    }

    .main_box_c_r_data_rigth {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        flex: 1 1 0%;
        width: 100%;
    }

    .main_data_3_grid_1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw 0;
        margin: 5vw 0px;
    }
}

.header_box {
    background-color: rgb(0, 49, 179);
}

.header {
    position: relative;
}

.header_img {
    width: 100vw;
    max-width: 100vw;
    margin: 0px auto;
    min-height: 27vw;
}

.header_data {
    position: absolute;
    color: rgb(255, 255, 255);
    top: 6vw;
    left: 31%;
    transform: translateX(-50%);
}

.header_data_title {
    font-weight: bold;
    font-size: 3vw;
    color: rgb(255, 255, 255);
}

.header_data_remoke {
    color: rgb(198, 214, 255);
    font-size: 0.92vw;
    margin: 0.4vw 0px;
}

.header_data_button {
    font-weight: bold;
    font-size: 1.3vw;
    display: inline-block;
    border: 0.1vw solid rgb(255, 232, 74);
    background: transparent;
    padding: 0.1vw;
    border-radius: 0.4vw;
    margin-top: 1.8vw;
    cursor: pointer;
}

.header_data_button_data {
    background: rgb(255, 232, 74);
    color: rgb(0, 13, 179);
    padding: 0.5vw calc(0.5em + 3.5vw) 0.6vw 3vw;
    border-radius: 0.3vw;
    position: relative;
}

.header_data_button_data::after {
    border-top: 0.15vw solid rgb(0, 13, 179);
    border-right: 0.15vw solid rgb(0, 13, 179);
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    position: absolute;
    top: 53%;
    transform: translateY(-50%) rotate(45deg);
    right: 25%;
}

.main_title_size {
    font-size: 1.87vw;
}

.main_remoke_size {
    font-size: 0.75vw;
    line-height: 1.3vw;
}

.main_box {
    position: relative;
}

.main {
    max-width: 63.4vw;
    margin: 0px auto;
}

.main_title {
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin-top: 4vw;
}

.main_remoke {
    color: rgb(51, 51, 51);
}

.main_remoke span {
    font-weight: 500;
}

.main_data_1 {
    margin-top: 1.5vw;
}

.main_data_1_grid_1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;
    margin-top: 2.5vw;
}

.main_data_1_grid_1_item {
    border-radius: 0.5vw;
    overflow: hidden;
    box-shadow: rgba(190, 190, 190, 0.38) 0px 0px 6px 0px;
}

.main_data_1_grid_1_item_img {
    width: 100%;
}

.main_data_1_grid_1_item_data {
    padding: 1vw;
    color: rgb(81, 82, 85);
}

.main_data_2 {
    display: flex;
    gap: 3vw;
    align-items: stretch;
    margin-top: 2vw;
    margin-bottom: 3vw;
}

.main_data_2_l,
.main_data_2_r {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0%;
    min-width: 0px;
    padding: 1.8vw 1vw;
    border-radius: 0.5vw;
}

.main_data_2_l {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    background: linear-gradient(to left, rgb(239, 246, 255), rgb(255, 255, 255));
    text-align: right;
}

.main_data_2_c {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    flex: 0.5 1 0%;
    display: flex !important;
}

.main_data_2_r {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    background: linear-gradient(to right, rgb(239, 246, 255), rgb(255, 255, 255));
}

.main_data_2_title {
    background-color: rgb(0, 62, 226);
    color: rgb(255, 255, 255);
    font-size: 1.4vw;
    padding: 0.2vw 1vw;
    margin-bottom: 0.6vw;
}

.main_data_2_title_c {
    padding: 0.3vw 0.5vw;
    border-radius: 0.5vw;
    margin: 1vw 0px;
}

.main_data_2_title2 {
    color: rgb(0, 0, 0);
    font-size: 1vw;
    margin: 0.4vw 0px;
    font-weight: 600;
}

.main_data_2_remoke {
    color: rgb(0, 0, 0);
    margin-bottom: 0.5vw;
}

.main_box_c {
    display: flex;
    align-items: stretch;
}

.main_box_c_l {
    flex: 0.72 1 0%;
    background-color: rgb(0, 48, 176);
    display: flex;
    justify-content: flex-end;
}

.main_box_c_l_box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2vw 6vw 2vw 2vw;
    color: rgb(255, 255, 255);
}

.main_box_c_l_data {
    position: relative;
    padding-left: 1.5em;
    margin: 1.5vw 0px;
    font-size: 1vw;
}

.main_box_c_l_data::before {
    position: absolute;
    width: 0.5vw;
    height: 57%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(255, 255, 255);
    content: " ";
    border-radius: 0.5vw;
}

.main_box_c_l_remoke {
    padding-left: 2em;
    margin: 0.3vw 0px;
    position: relative;
}

.main_box_c_l_remoke_icon {
    width: 1vw;
    height: 1vw;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.main_box_c_l_title {
    font-weight: 500;
    margin-bottom: 1vw;
}

.main_box_c_r {
    flex: 1 1 0%;
    background-color: rgb(220, 220, 220);
    display: flex;
    justify-content: flex-start;
}

.main_box_c_r_box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2vw 2vw 2vw 3vw;
    width: 100%;
}

.main_box_c_r_title {
    color: rgb(0, 49, 179);
    font-weight: 500;
    margin-bottom: 1vw;
}

.main_box_c_r_data {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 2vw;
}

.main_box_c_r_data_left {
    width: 17vw;
    min-width: 17vw;
    height: 12vw;
    min-height: 12vw;
    background-image: url("https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/static/57/main_box_c_r_data_left.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 1.5vw;
}

.main_box_c_r_data_left_p {
    color: rgb(255, 255, 255);
    font-size: 1.4vw;
    position: absolute;
    right: 10%;
}

.main_box_c_r_data_p1 {
    top: 3%;
}

.main_box_c_r_data_p2 {
    top: 28%;
}

.main_box_c_r_data_p3 {
    top: 52%;
}

.main_box_c_r_data_p4 {
    top: 77%;
}

.main_box_c_r_data_rigth {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.main_box_c_r_data_rigth_item {
    color: rgb(29, 29, 29);
    width: 12vw;
}

.main_data_3 {
    position: relative;
}

.main_data_3_grid_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5vw;
    margin: 2vw 0px;
}

.main_data_3_grid_1_item {
    border-radius: 0px;
}

.main_data_3_grid_1_item>img {
    width: 100%;
    height: 100%;
}

.main_data_3_grid_1_item_text {
    padding: 3vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: rgb(239, 239, 239);
}

.main_data_3_grid_1_item_text p {
    margin: 0.5vw 0px;
    padding-left: 1.5em;
    position: relative;
}

.main_data_3_grid_1_item_text p::before {
    width: 0.5vw;
    height: 0.5vw;
    border-radius: 1vw;
    background-color: rgb(0, 70, 255);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
}

.main_data_4 {
    position: relative;
    width: 100vw;
    height: 20vw;
    overflow: hidden;
    pointer-events: none;
    margin: 2vw 0px;
}

.main_data_4_item {
    position: absolute;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    white-space: nowrap;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
    pointer-events: auto;
}

.main_data_4_item:hover {
    opacity: 0.8;
    transform: scale(1.05);
    transition: 0.2s;
}

.main_data_4_item_img {
    width: 2.3vw;
    height: 2.3vw;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.main_data_4_item_img_text {
    font-size: 1vw;
    color: rgb(51, 51, 51);
    font-weight: 500;
    user-select: none;
    line-height: 1vw;
    padding-right: 1vw;
}

@keyframes barrageMove {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
    }
}

.card_title_info_box {
    padding: 60px 0px 30px;
    background-color: rgb(255, 255, 255);
}

.card_title_info {
    display: flex;
    justify-content: space-between;
}

.card_title_info_left {
    flex: 0.4 1 0%;
    padding: 1vw 4vw 4vw;
}

.card_title_info_rigth {
    flex: 1 1 0%;
}

.card_title_info_left_title {
    font-weight: bold;
    font-size: 3vw;
    color: rgb(24, 24, 24);
    line-height: 4vw;
    margin-bottom: 2vw;
}

.card_title_info_left_remoke {
    font-weight: 400;
    font-size: 1.2vw;
    color: rgb(51, 51, 51);
    line-height: 1.8vw;
    margin-bottom: 2vw;
}

.card_title_info_left_button {
    display: inline-block;
    border-radius: 32px;
    color: rgb(255, 255, 255);
    padding: 0.5vw 2vw;
    background-color: rgb(0, 49, 179);
    cursor: pointer;
    text-align: center;
    font-size: 1vw;
    border: 1px solid transparent;
}

.card_title_info_left_button:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 49, 179);
    border-color: rgb(0, 49, 179);
}

.jk_5_accordion {
    margin: 0px 1vw;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.jk_5_card {
    border-bottom: 0.1vw solid rgb(221, 221, 221);
}

.jk_5_card:last-child {
    border-bottom: none;
}

.jk_5_card_header {
    padding: 0.8vw 1vw;
    background: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.jk_5_card_header h3 {
    margin: 0px;
}

.jk_5_card_content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
    padding: 0px 20px;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
}

.jk_5_card_content p {
    margin: 0px 0px 0.5vw;
}

.jk_5_card.active .jk_5_card_content {
    max-height: 200px;
    padding: 0px 20px 15px;
}

.jk_5_arrow {
    display: inline-block;
    margin-left: 0.5vw;
    width: 0px;
    height: 0px;
    border-left: 0.5vw solid transparent;
    border-right: 0.5vw solid transparent;
    border-top: 0.5vw solid rgb(51, 51, 51);
    transition: transform 0.3s;
}

.jk_5_card.active .jk_5_arrow {
    transform: rotate(90deg);
}

.main_data_5 {
    margin: 2vw 0px;
}

.footer {
    background: rgb(55, 55, 55);
    color: rgb(255, 255, 255);
}

.footer_box {
    max-width: 63.4vw;
    margin: 0px auto;
    display: flex;
    align-items: flex-end;
}

.footer_box_left {
    flex: 1.2 1 0%;
    margin-top: 1vw;
    margin-right: 3vw;
}

.footer_box_rigth {
    flex: 2 1 0%;
    position: relative;
}

.footer_box_rigth img {
    max-height: 7.5vw;
}

.footer_box_left_title {
    font-weight: 400;
    font-size: 1vw;
    color: rgb(255, 255, 255);
    margin-bottom: 1vw;
}

.footer_box_left_data {
    font-weight: 400;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 5vw;
}

.footer_box_left_data_left {
    margin-right: 1vw;
    flex: 2 1 0%;
}

.footer_box_left_data_rigth {
    padding: 1vw 0px;
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer_box_left_data_rigth_button {
    cursor: pointer;
    border: 0.1vw solid rgb(255, 255, 255);
    margin: 0.3vw 1vw 0.3vw 0px;
    border-radius: 1vw;
    text-align: center;
    display: inline-block;
    padding: 0.1vw 1vw;
}

.footer_box_rigth_but {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
    left: 50%;
    top: 0px;
}

.footer_box_rigth_but img {
    width: 100%;
    height: 100%;
}

.footer_box_rigth_but_ico {
    width: 1.5vw;
    height: 1.5vw;
    margin-right: 0.5vw;
}

.footer_box_rigth_but_tex {
    font-size: 0.8vw;
}

.footer_remoke {
    color: rgb(173, 173, 173);
}

.footer_box_left_data_rigth_button_k {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 153, 255);
    border-color: rgb(0, 153, 255);
    line-height: 1.3vw;
}

.footer_box_left_data_rigth_button_k img {
    width: 1vw;
    height: 1vw;
    margin-right: 0.5em;
}

.main_data_2_c_1 {
    display: none !important;
}

@media (max-width: 768px) {
    .main_data_2_c {
        display: none !important;
    }

    .header_data {
        width: 90%;
        height: 82%;
        text-align: center;
        display: flex;
        flex-direction: column;
        top: 13vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .header_data_title {
        font-size: 9.5vw;
    }

    .header_data_remoke {
        font-size: 3vw;
        margin: 2.4vw 0px;
    }

    .header_data_button {
        font-size: 5.3vw;
        padding: 0.5vw;
        border-radius: 2vw;
        display: inline-block;
        width: 51vw;
        margin: auto auto 0px;
        background: rgb(0, 49, 179);
    }

    .header_data_button_data {
        padding: 1vw calc(1em + 3.5vw) 1.5vw 3vw;
        border-radius: 1.5vw;
        position: relative;
    }

    .header_data_button_data::after {
        border-top: 0.5vw solid rgb(0, 13, 179);
        border-right: 0.5vw solid rgb(0, 13, 179);
        content: "";
        width: 1.5vw;
        height: 1.5vw;
        top: 53%;
        transform: translateY(-50%) rotate(45deg);
        right: 26%;
    }

    .main {
        max-width: 94vw;
        margin: 0px auto;
    }

    .main_title {
        margin-top: 8vw;
    }

    .main_title_size {
        font-size: 6vw;
        text-align: center;
    }

    .main_remoke_size {
        font-size: 3.42vw;
        line-height: 6vw;
        /* width: 100%; */
    }

    .main_data_1_grid_1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
        margin-top: 2.5vw;
    }

    .main_data_1_grid_1_item {
        border-radius: 2vw;
    }

    .main_data_1_grid_1_item_data {
        padding: 2vw;
    }

    .main_data_2_c_1 {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        display: flex !important;
    }

    .main_data_2_title {
        font-size: 5.5vw;
        padding: 0.2vw 6vw;
        margin-bottom: 4vw;
    }

    .main_data_2_title_c {
        padding: 0.5vw 2vw;
        border-radius: 1.5vw;
        margin: 3vw 0px;
    }

    .main_data_2_l,
    .main_data_2_r {
        padding: 6vw 3vw;
        border-radius: 2vw;
    }

    .main_data_2_title2 {
        font-size: 4vw;
        margin: 2vw 0px;
        font-weight: 600;
    }

    .main_data_2 {
        margin-top: 2vw;
        margin-bottom: 5vw;
    }

    .main_box_c {
        align-items: flex-start;
        flex-direction: column;
    }

    .main_box_c_l {
        flex: 1 1 0%;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .main_box_c_r {
        flex: 1 1 0%;
        width: 100%;
        background: rgb(244 244 244);
    }

    .main_box_c_r_box {
        flex-direction: column;
        align-items: center;
        padding: 2vw 2vw 2vw 3vw;
        width: 100%;
    }

    .main_box_c_l_box {
        display: block;
        flex-direction: column;
        align-items: center;
        padding: 2vw 6vw 2vw 2vw;
        color: rgb(255, 255, 255);
    }

    .main_box_c_l_data {
        position: relative;
        padding-left: 1em;
        margin: 7vw 11vw;
        font-size: 3.72vw;
    }

    .main_box_c_l_data::before {
        width: 1.5vw;
        height: 57%;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 1.5vw;
    }

    .main_box_c_l_remoke {
        padding-left: 2em;
        margin: 6.3vw 8vw;
        position: relative;
    }

    .main_box_c_l_remoke_icon {
        width: 4vw;
        height: 4vw;
        position: absolute;
        left: 2%;
        top: 50%;
        transform: translateY(-50%);
    }

    .main_box_c_r_data {
        flex-direction: column;
        align-items: center;
        margin-top: 2vw;
        flex: 1 1 0%;
        width: 96vw;
    }

    .main_box_c_r_data_left {
        width: 73vw;
        min-width: 46vw;
        height: 49vw;
        min-height: 12vw;
        background-image: url("https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/static/57/main_box_c_r_data_left.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        margin-right: 0px;
        margin-top: 7vw;
        margin-bottom: 3vw;
    }

    .main_box_c_r_data_left_p {
        font-size: 5.4vw;
        position: absolute;
        right: 10%;
    }

    .main_box_c_r_data_p1 {
        top: 3%;
    }

    .main_box_c_r_data_p2 {
        top: 28%;
    }

    .main_box_c_r_data_p3 {
        top: 53%;
    }

    .main_box_c_r_data_p4 {
        top: 79%;
    }

    .main_box_c_r_data_rigth {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        flex: 1 1 0%;
        width: auto;
        margin-top: 11vw;
        margin-bottom: 7vw;
    }

    .main_data_3_grid_1 {
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 4vw 0;
        margin: 13vw 0px;
    }

    .main_box_c_r_data_rigth_item {
        width: auto;
        position: relative;
        padding-left: 1.5em;
        margin: 1vw 0;
    }

    .main_box_c_r_data_rigth_item::before {
        width: 1.5vw;
        height: 1.5vw;
        border-radius: 1vw;
        background-color: rgb(0, 70, 255);
        position: absolute;
        left: 2%;
        top: 50%;
        transform: translateY(-50%);
        content: " ";
    }

    .main_data_3_grid_1_item_text p::before {
        width: 1.5vw;
        height: 1.5vw;
        border-radius: 8vw;
        background-color: rgb(0, 70, 255);
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        content: " ";
    }

    .main_box_c_r_title {
        margin-bottom: 1vw;
        margin-top: 5vw;
    }

    .main_data_3_grid_1_item_m {
        width: 30vw;
    }

    .main_data_4 {
        width: 100vw;
        height: 50vw;
        overflow: hidden;
        pointer-events: none;
        margin: 2vw 0px;
    }










    .main_data_4_item {
        position: absolute;
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 30px;
        white-space: nowrap;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        will-change: transform;
        pointer-events: auto;
    }

    .main_data_4_item:hover {
        opacity: 0.8;
        transform: scale(1.05);
        transition: 0.2s;
    }

    .main_data_4_item_img {
        width: 8vw;
        height: 8vw;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 1vw;
        border: 0.2vw solid rgba(255, 255, 255, 0.3);
    }

    .main_data_4_item_img_text {
        font-size: 3.72vw;
        color: rgb(51, 51, 51);
        font-weight: 500;
        user-select: none;
        line-height: 4vw;
        padding-right: 1vw;
    }





    .card_title_info_box {
        padding: 3vw 0;
        padding-bottom: 7vw;
    }

    .card_title_info {
        max-width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }

    .card_title_info_left {
        flex: 1;
        padding: 9vw;
        padding-bottom: 4vw;
        order: 0;
        padding-top: 0vw;
    }

    .card_title_info_rigth {
        flex: 1;
    }

    .card_title_info_left_title {
        font-size: 7vw;
        line-height: 10vw;
        margin-bottom: 4vw;
        margin-right: 0;
        text-align: center;
    }

    .card_title_info_left_remoke {
        font-weight: 400;
        font-size: 4vw;
        line-height: 6vw;
        margin-right: 0;
        text-align: center;
        margin: 0 8vw;
        margin-bottom: 0;
    }

    .card_title_info_left_button {
        border-radius: 7vw;
        color: #ffffff;
        padding: 2vw 7vw;
        font-size: 4.5vw;
        padding-bottom: 3vw;
        margin-right: 0;
        display: block;
        margin-top: 4vw;
    }

    .jk_5_accordion {
        margin: 0;
    }

    .jk_5_card_header {
        padding: 1.5vw 2vw;
        font-size: 4vw;
        line-height: 8.5vw;
        width: auto;
    }

    .jk_5_card_header h3 {
        margin: 0;
        font-size: 3.72vw;
    }

    .jk_5_card_content {
        max-height: 0;
        padding: 0 20px;
    }

    .jk_5_card_content p {
        margin: 3vw 0;
        margin-top: 0;
    }

    .jk_5_card.active .jk_5_card_content {
        padding: 5.5vw 3vw;
        padding-top: 0;
        font-size: 3.5vw;
        line-height: 5.2vw;
        width: auto;
    }

    .jk_5_arrow {
        margin-left: 3vw;
        width: 0;
        height: 0;
        border-left: 2vw solid transparent;
        border-right: 2vw solid transparent;
        border-top: 2vw solid #333;
        transition: transform 0.3s ease;
    }





    .main_data_5 {
        margin: 9vw 0px;
        margin-top: 2vw;
    }



    .footer_box {
        max-width: 96vw;
        margin: 0px auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .footer_box_left {
        flex: 1.2 1 0%;
        margin-top: 0;
        margin-right: 0;
    }

    .footer_box_rigth {
        flex: 2 1 0%;
        position: relative;
        width: 96vw;
    }

    .footer_box_rigth img {
        max-height: 7.5vw;
    }

    .footer_box_left_title {
        font-weight: 400;
        font-size: 6vw;
        color: rgb(255, 255, 255);
        margin-bottom: 4vw;
        text-align: center;
        margin-top: 7vw;
    }

    .footer_box_left_data {
        font-weight: 400;
        color: rgb(255, 255, 255);
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin-bottom: 5vw;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 5vw;
    }

    .footer_box_left_data_left {
        margin-right: 1vw;
        flex: 2 1 0%;
    }

    .footer_box_left_data_rigth {
        padding: 1vw 0px;
        flex: 1 1 0%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .footer_box_left_data_rigth_button {
        cursor: pointer;
        border: 0.1vw solid rgb(255, 255, 255);
        margin: 0.3vw 1.3vw 0.3vw 1.3vw;
        border-radius: 5vw;
        text-align: center;
        display: inline-block;
        padding: 0.1vw 0.5vw;
        font-size: 3.2vw;
    }

    .footer_box_rigth_but {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: translateX(-50%);
        left: 50%;
        top: 0px;
    }

    .footer_box_rigth_but img {
        width: 100%;
        height: 100%;
    }

    .footer_box_rigth_but_ico {
        width: 1.5vw;
        height: 1.5vw;
        margin-right: 0.5vw;
    }

    .footer_box_rigth_but_tex {
        font-size: 0.8vw;
    }

    .footer_remoke {
        color: rgb(173, 173, 173);
        margin-bottom: 4vw;
        margin-top: 3vw;
        text-align: center;
        font-size: 3vw;
    }

    .footer_box_left_data_rigth_button_k {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(0, 153, 255);
        border-color: rgb(0, 153, 255);
        line-height: 6vw;
    }

    .footer_box_left_data_rigth_button_k img {
        width: 4vw;
        height: 4vw;
        margin-right: 0.5em;
    }


}