.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;
}

.box1 {
    padding: 65px 0 120px;
}

.box1 .box_title {
    margin-bottom: 48px;
}

.box1_bom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.box1_bom ul li {
    width:12.5%;
    box-sizing: border-box;padding: 0 0.7%;
    margin-bottom: 16px;
}

.box1_bom_img {
    border: 1px solid #f3f3f3;
}

.box1_bom_img img {
    width: 100%;
    display: block;
}

.box2 {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 120px;
}

.box2 .box_title {
    margin-bottom: 46px;
}

.box2_bom img {
    width: 100%;
    max-width: 100%;
}

.box3 {
    padding-bottom: 120px;
}

.box3 .box_title {
    margin-bottom: 50px;
}

.box3_bom>ul {
    display: flex;
    justify-content: space-between;
}

.box3_bom ul li {
    width: 23%;
    background: #fff;
    border-radius: 8px;
}

.box3_box {
    padding: 45px 0 60px;
}

.box3_bom_box_prc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.box3_bom_box_prc img {
    display: block;
    max-width: 80%;
    max-height: 100%;
}

.box3_bom_box_mind {
    margin-top: 45px;
    width: 100%;
}

.box3_bom_box_mind ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.box3_bom_box_mind ul li:first-child p {
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 42px;
    color: #326cf6;
    font-family: HarmonyOS_Sans_SC_Bold;
}

.box3_bom_box_mind ul li:nth-child(2n) {
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #333333;
    margin: 20px 0 18px;
}

.box3_bom_box_mind ul li:nth-child(3n) .xian {
    display: block;
    width: 46px;
    height: 3px;
    border-radius: 2px;
    background: #326cf6;
    margin: 0 auto;
}

.box3_bom_box_prc img {
    display: block;
}

.box3_bom_box_bom {
    margin-top: 45px;
}

.box3_bom_box_bom p {
    font-size: 18px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #666666;
    margin-bottom: 20px;
    text-align: center;
}


.box6 {
    padding-bottom: 120px;
}

.box6 .box_title {
    margin-bottom: 50px;
}

.box6 .box_title_r {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}

.box6 .box_title_r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 255px;
    height: 80px;
    border-radius: 10px;
    border: 3px solid #326cf6;
    position: relative;
    color: #326cf6;
    font-size: 24px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Bold";
    position: relative;
    margin-left: 28px;
    transition: all 0.3s ease;
}

.box6 .box_title_r a.active {
    color: #fff;
    background: #467af7;
}

.box6 .box_title_r a:hover {
    color: #fff;
}

.box6 .box_title_r a:first-child {
    margin-left: 0;
}

.m_rl {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.m_rl::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: #467af7;
    transition: all 0.8s ease-in-out;
    border-radius: 9px;
}

.m_rl:hover:before {
    left: 0;
    width: 100%;
}

.box6_bom {
    display: flex;
    justify-content: center;
    width: 100%;
}

.box6_bom_list {
    width: 100%;
    display: none;
    padding: 40px 0 15px 25px;
    background: #fff;
    border-radius: 10px;
}

.box6_bom_list.active {
    display: block;
}

.box6_bom_list_title {
    display: flex;
    margin-bottom: 34px;
    /* align-items: center; */
}

.box6_bom_list_title_l {
    margin-right: 14px;
}

.box6_bom_list_title_l span {
    display: block;
    width: 5px;
    height: 60px;
    background: linear-gradient(to bottom, rgba(50, 108, 246, 1), rgba(50, 108, 246, 0));
    border-radius: 2.5px;
}

.box6_bom_list_title_r h6 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #333333;
}

.box6_bom_list_title_r p {
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.box6_bom_list_bom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box6_bom_list_bom ul li {
    width: calc(320 / 1375 * 100%);
    /*margin-right: 20px;*/
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.box6_bom_list_bom ul li img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease;
}

.box6_bom_list_bom ul li img:hover {
    transform: scale(1.05);
}

.box7 {
    display: block;
    width: 100%;
}

.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;
}


.box4 {
    padding: 120px 0 95px;
}

.box4 .box_title {
    margin-bottom: 50px;
}

.box4_bom {
    position: relative;
    padding-bottom: 50px;
}

.box4_bom .swiper {
    height: 720px;
    width: 100%;
}

.box4_bom .swiper-slide {
    height: calc((100% - 20px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box4_bom_img {
    border-radius: 10px;
    overflow: hidden;
}

.box4_bom_img img {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

.box4_bom_img img:hover {
    transform: scale(1.05);
}

.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) {
    .box1 {
        padding: 50px 0 90px;
    }

    .box1 .box_title {
        margin-bottom: 34px;
    }

    .box2 .box_title {
        margin-bottom: 40px;
    }

    .box2 {
        padding-bottom: 80px;
    }

    .box3 .box_title {
        margin-bottom: 40px;
    }

    .box3_box {
        padding: 30px 0 40px;
    }

    .box3_bom_box_mind {
        margin-top: 30px;
    }

    .box3_bom_box_mind ul li:first-child p {
        font-size: 36px;
    }

    .box3_bom_box_prc {
        height: 80px;
    }

    .box3_bom_box_bom {
        margin-top: 30px;
    }

    .box3_bom_box_bom p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .box3_bom_box_mind ul li:nth-child(2n) {
        font-size: 22px;
        line-height: 1;
        margin: 10px 0 15px;
    }

    .box3 {
        padding-bottom: 80px;
    }

    .box6 .box_title {
        margin-bottom: 40px;
    }

    .box6 .box_title_r {
        margin-bottom: 40px;
    }

    .box6 {
        padding-bottom: 90px;
    }

    .box7 .box_title {
        margin-bottom: 40px;
    }

    .box4 {
        padding: 90px 0 60px;
    }

    .box4_bom {
        padding-bottom: 40px;
    }

    .box4 .box_title {
        margin-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    .box1 {
        padding: 35px 0 50px;
    }

    .box1 .box_title {
        margin-bottom: 20px;
    }

    .box_title {
        font-size: 33px;
    }

    .box_title h6 {
        font-size: 33px;
    }

    .box1_bom ul li {
        margin-bottom: 10px;
        width: 14.28%;
    }

    .box2 .box_title {
        margin-bottom: 26px;
    }

    .box2 {
        padding-bottom: 50px;
    }

    .box3_bom_box_mind ul li:first-child p {
        font-size: 28px;
    }

    .box3_bom_box_mind ul li:nth-child(2n) {
        font-size: 19px;
        line-height: 1;
        margin: 8px 0 10px;
    }

    .box3_bom_box_bom {
        margin-top: 15px;
    }

    .box3_bom_box_bom p {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .box3_bom_box_mind {
        margin-top: 18px;
    }

    .box3_box {
        padding: 25px 0 28px;
    }

    .box3_bom_box_prc {
        height: 60px;
    }

    .box3 {
        padding-bottom: 60px;
    }

    .box6 .box_title {
        margin-bottom: 25px;
    }

    .box6 .box_title_r a {
        width: 220px;
        height: 60px;
        font-size: 20px;
    }

    .box6 .box_title_r {
        margin-bottom: 30px;
    }

    .box6_bom_list {
        padding: 25px 0 8px 17px;
    }

    .box6_bom_list_title_r h6 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .box6_bom_list_title_r p {
        font-size: 16px;
        line-height: 20px;
    }

    .box6_bom_list_title {
        margin-bottom: 20px;
    }

    .box7_bom_right_box_l {
        width: 34.35%;
    }

    .box6 {
        padding-bottom: 60px;
    }

    .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;
    }

    .box4 {
        padding: 60px 0 45px;
    }

    .box4 .box_title {
        margin-bottom: 20px;
    }

    .box4_bom .swiper {
        height: 570px;
    }
}

@media (max-width: 980px) {
    .box4_bom .swiper {
        height: 660px;
    }

    .box4_bom {
        padding-bottom: 30px;
    }
}

@media (max-width: 920px) {
    .box_title h6 {
        font-size: 30px;
    }

    .box3_bom>ul {
        flex-wrap: wrap;
    }

    .box3_bom ul li {
        width: 48%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .box6 .box_title_r {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .box6 .box_title_r a {
        width: 48%;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .box7_bom_right_box_r_m {
        margin-bottom: 8px;
    }

    .box1_bom ul li {
        margin-bottom: 10px;
        width: 16%;
    }
}

@media (max-width: 780px) {
    .box_title h6 {
        font-size: 26px;
    }

    .box1_bom ul li {
        margin-bottom: 10px;
        width: 20%;
    }

    .box1 {
        padding: 30px 0 35px;
    }

    .box6_bom_list_bom ul li {
        width: 30%;
    }

    .box6 {
        padding-bottom: 30px;
    }

    .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: 30px 0 25px;
    }

    .box4_bom .swiper {
        height: 510px;
    }

    .box3 {
        padding-bottom: 30px;
    }


}

@media (max-width: 600px) {
    .box4_bom .swiper {
        height: 580px;
    }

    .box6 .box_title_r a {
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .box1_bom ul li {
        width: 33.333%;
    }

    .box6_bom_list_bom ul li {
        width: 48%;
    }

    .box4_bom .swiper {
        height: 490px;
    }
}
@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;
    }
}
@media (max-width: 400px) {
    .box4_bom .swiper {
        height: 390px;
    }
}