.main {
    background: #f3f6fc;
}

.mbx {
    margin-top: 25px;
}

.box_title {
    text-align: center;
    line-height: 1;
    font-size: 36px;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #333333;
}

.box_title h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-family: HarmonyOS_Sans_SC_Bold;
    letter-spacing: 1px;
}

.box_title h6 span {
    display: block;
    line-height: 1;
    color: #326cf6;
    font-size: 36px;
    font-family: HarmonyOS_Sans_SC_Bold;
}

.box7 {
    display: block;
    width: 100%;
    padding-bottom: 110px;
}

.box7 .box_title {
    margin-bottom: 50px;
}

.box7_bom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box7_bom .box7_bom_left {
    width: 48.57%;
    background: #fff;
    border-radius: 10px;
}

.box7_bom_left_box .box7_bom_left_prc {
    border-radius: 12px;
    overflow: hidden;
}

.box7_bom_left_box .box7_bom_left_prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.box7_bom_left_box:hover .box7_bom_left_prc img {
    transform: scale(1.05);
}

.box7_bom_left_bom {
    padding: 40px 40px 40px 30px;
}

.box7_bom_left_bom h6 {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-bottom: 23px;
    transition: all 0.3s ease-in-out;
}

.box7_bom_left_box:hover .box7_bom_left_bom h6 {
    color: #326cf6;
}

.box7_bom_left_bom .box7_bom_left_bom_m {
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 24px;
    color: #777777;
    display: flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}

.box7_bom_left_bom_m span {
    color: #467af7;
}

.box7_bom_left_bom_time {
    display: flex;
    align-items: center;
    line-height: 1;
}

.box7_bom_left_bom_time .iconfont {
    font-size: 20px;
    display: block;
    margin-right: 10px;
}

.box7_bom_left_bom_time i {
    font-size: 16px;
}

.box7_bom_right {
    width: 48.57%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box7_bom_right ul li {
    margin-bottom: 40px;
}

.box7_bom_right ul li:last-child {
    margin-bottom: 0;
}

.box7_bom_right_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box7_bom_right_box_l {
    width: 32.35%;
    border-radius: 8px;
    overflow: hidden;
}

.box7_bom_right_box_l img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.box7_bom_right_box:hover .box7_bom_right_box_l img {
    transform: scale(1.05);
}

.box7_bom_right_box_r {
    width: 63.23%;
}

.box7_bom_right_box_r_t {
    font-size: 20px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #222222;
    margin-bottom: 15px;
}

.box7_bom_right_box:hover .box7_bom_right_box_r_t {
    color: #326cf6;
}

.box7_bom_right_box_r_m {
    margin-bottom: 23px;
}

.box7_bom_right_box_r_m p {
    font-size: 16px;
    line-height: 24px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.box7_bom_right_box_r_m p span {
    color: #326cf6;
}

.box7_bom_right_box_r_b {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #555555;
}

.box7_bom_right_box_r_b .iconfont {
    display: block;
    font-size: 20px;
    margin-right: 10px;
}

.box1 {
    padding: 0px 0 100px;
}

.box1 .box_title {
    margin-bottom: 80px;
}

.box1_bom {
    position: relative;
    padding-bottom: 60px;
}

.box1_bom .swiper {
    height: 250px;
    width: 100%;
}


.box1_bom .swiper-slide {
    height: calc((100% - 24px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box1_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.box1_box .box1_box_prc {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}

.box1_box .box1_box_prc img {
    display: block;
    width: 63px;
    border-radius: 50%;
}

.box1_box p {
    font-size: 16px;
    line-height: 1;
    color: #222222;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.box1_bom .swiper-pagination-bullet {
    background: #326cf6;
    width: 15px;
    height: 5px;
    border-radius: 3px;
}

.box1_bom .swiper-pagination-bullet-active {
    width: 40px;
}







.box4 {
    padding: 0px 0 100px;
}

.box4 .box_title {
    margin-bottom: 56px;
}

.box4_bom {
    position: relative;
    padding-bottom: 60px;
}

.box4_bom .swiper {
    height: 460px;
    width: 100%;
}

.box4_bom .swiper-slide {
    height: calc((100% - 40px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box4_bom_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box4_bom_img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.box4_bom_img img {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

.box4_bom_box:hover .box4_bom_img img {
    transform: scale(1.05);
}

.box4_bom_box p {
    font-size: 16px;
    line-height: 1;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.box4_bom .swiper-pagination-bullet {
    background: #326cf6;
    width: 15px;
    height: 5px;
    border-radius: 3px;
}

.box4_bom .swiper-pagination-bullet-active {
    width: 40px;
}

@media (max-width: 1470px) {
    .box7 .box_title {
        margin-bottom: 40px;
    }

    .box7 {
        padding-bottom: 90px;
    }

    .box1 .box_title {
        margin-bottom: 50px;
    }

    .box1 {
        padding: 0px 0 85px;
    }

    .box4 {
        padding: 0px 0 80px;
    }
}

@media (max-width: 1200px) {
    .box_title h6 {
        font-size: 33px;
    }

    .box7_bom_right_box_l {
        width: 34.35%;
    }


    .box7_bom_left_bom {
        padding: 25px 25px 25px 15px;
    }

    .box7_bom_left_bom h6 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .box7_bom_left_bom_time .iconfont {
        font-size: 18px;
        margin-right: 8px;
    }

    .box7_bom_left_bom_time i {
        font-size: 15px;
    }

    .box7_bom_right_box_r_t {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .box7_bom_right_box_r_m p {
        font-size: 14px;
        line-height: 20px;
    }

    .box7_bom_right_box_r_b {
        font-size: 14px;
    }

    .box7_bom_right ul li {
        margin-bottom: 20px;
    }

    .box7 {
        padding-bottom: 60px;
    }

    .box1 .box_title {
        margin-bottom: 35px;
    }

    .box4 .box_title {
        margin-bottom: 30px;
    }

    .box4_bom {
        position: relative;
        padding-bottom: 40px;
    }

    .box1 {
        padding: 0px 0 50px;
    }

    .box1_bom {
        padding-bottom: 36px;
    }

    .box4 .box_title {
        margin-bottom: 30px;
    }
}

@media (max-width: 920px) {
    .box_title h6 {
        font-size: 30px;
    }

    .box7_bom_right_box_r_m {
        margin-bottom: 8px;
    }

}

@media (max-width: 780px) {
    .box_title h6 {
        font-size: 26px;
    }

    .box7 .box_title {
        margin-bottom: 20px;
    }

    .box7_bom {
        flex-direction: column;
    }

    .box7_bom .box7_bom_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .box7_bom_left_box .box7_bom_left_prc img {
        object-fit: cover;
        max-height: 300px;
    }

    .box7_bom_right {
        width: 100%;
    }

    .box7_bom_right_box_r {
        justify-content: space-between;
    }

    .box4 {
        padding: 0px 0 40px;
    }

    .box1 {
        padding: 0px 0 30px;
    }

    .box7 {
        padding-bottom: 35px;
    }

    .box1 .box_title {
        margin-bottom: 20px;
    }
}

@media (max-width: 440px) {
    .box7_bom_right_box_r_t {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .box7_bom_right_box_r_m p {
        font-size: 14px;
        line-height: 16px;
    }

    .box7 {
        margin-top: 23px;
    }
}