.main {
    background: #f3f6fc;
}

.box1 {
    width: 100%;
    background: #fff;
    height: 70px;
}

.box1_cen {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.box1_left {
    display: flex;
    align-items: center;
}

.box1_left img {
    display: block;
}

.box1_left p {
    font-size: 18px;
    line-height: 1;
    color: #ff003c;
    font-family: HarmonyOS_Sans_SC_Bold;
}

.box1_right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box1_right ul li {
    margin-left: 30px;
}

.box1_right ul li a {
    font-size: 16px;
    line-height: 1;
    color: #666666;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.box1_right ul li a:hover {
    color: #326cf6;
}

.mbx {
    margin-top: 25px;
}

.box2 {
    padding: 25px 0 40px;
}

.box2-title {
    font-size: 36px;
    line-height: 1;
    color: #326cf6;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-bottom: 45px;
    text-align: center;
}

.box2_bom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
}

.box2_bom ul li {
    margin-right: 45px;
    padding-bottom: 25px;
    position: relative;
}

.box2_bom ul li.active::before {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    height: 2px;
    background: #326cf6;
    position: absolute;
    bottom: -0.5px;
}

.box2_bom ul li::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #326cf6;
    position: absolute;
    left: 50%;
    bottom: -0.5px;
    transition: all 0.5s ease;
}

.box2_bom ul li:hover:before {
    left: 0;
    width: 100%;
}

.box2_bom ul li:last-child {
    margin-right: 0;
}

.box2_bom ul li a {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #333;
    padding: 0 5px;
    transition: all 0.2s ease-in-out;
}

.box2_bom ul li:hover a {
    color: #326cf6;
}

.box2_bom ul li.active a {
    color: #326cf6;
}

.box7 {
    margin-top: 40px;
    padding-bottom: 120px;
}

.box7_cen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box7_bom_right_ {
    width: 72.86%;
}

.box7_bom_right {
    width: 100%;
}

.box7_bom_right ul {
    background: #fff;
    height: 100%;
}

.box7_bom_right ul li {
    margin: 0px 25px;
    /* 设置很淡的阴影边框 */
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px 25px;
    border-bottom: 1px solid #ebebeb;

}

.box7_bom_right ul li:hover {
    box-shadow: 0 0 10px 5px rgba(150, 150, 150, 0.1);
}

.box7_bom_right ul li:last-child {
    margin-bottom: 0;
}

.box7_bom_right ul li a {
    display: block;

}

.box7_bom_right_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.box7_bom_right_box_l {
    width: 23%;
    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: 71%;
}

.box7_bom_right_box_r_t {
    font-size: 20px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #222222;
    margin-bottom: 18px;
}

.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;
}

.box7_bom_list {
    width: 25%;
}

.box7_bom_list_a {
    width: 100%;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 30px;
}

.box7_bom_list_a .swiper {
    width: 100%;
}

.box7_bom_list_a_box {
    border-radius: 15px;
    overflow: hidden;
}

.box7_bom_list_a_box img {
    width: 100%;
    display: block;
}

.swiper-pagination-bullet-active {
    background: #f49107;
}

.box7_bom_list_b {
    width: 100%;
    margin-bottom: 30px;
}

.box9_right_bom {
    width: 100%;
    background: #fff;
    height: 400px;
    padding: 23px 20px;
    border-radius: 13px;
}

.box9_right_bom_top {
    position: relative;
}

.box9_right_bom_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box9_right_bom_title_r {
    display: flex;
    align-items: center;
    height: 34px;
    width: 120px;
    border: 1px solid #cccccc;
    border-radius: 9px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #555555;
    background: #ffffff;
    position: relative;
}

.box9_right_bom_title span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 17px;
    background: #f9f9f9;
}

.box9_right_bom_title p {
    color: #222222;
    cursor: pointer;
    /* width: calc(100% - 98px); */
    padding-left: 23px;
}

.box9_right_bom_title_l {
    display: flex;
    align-items: center;
}

.box9_right_bom_title_l img {
    display: block;
    margin-right: 6px;
}

.box9_right_bom_title_l h6 {
    font-size: 20px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    line-height: 1;
    color: #000;
}

.box9_right_bom_title .box9_right_bom_title_r img {
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box9_right_bom_title_list {
    position: absolute;
    left: 50%;
    top: 43px;
    z-index: 3;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    display: none;
}

.box9_right_bom_title_list ul {
    overflow-y: auto;
    height: 300px;
}


.box9_right_bom_title_list ::-webkit-scrollbar {
    width: 8px;

}

.box9_right_bom_title_list ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.box9_right_bom_title_list ::-webkit-scrollbar-thumb {
    background-color: skyblue;
    border-radius: 4px;
}

.box9_right_bom_title_list ::-webkit-scrollbar-thumb:hover {
    background-color: skyblue;
    border-radius: 6px;
}

.box9_right_bom_title_list ul li {
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: HarmonyOS_Sans_SC_Bold;
}

.box9_right_bom_title_list ul li:hover {
    background-color: #326cf6;
    color: #fff;
}

.box9_right_bom_b {
    padding-top: 24px;
}

.box9_right_bom_b ul {
    display: flex;
    flex-direction: column;
    height: 300px;
    overflow-y: auto;
}

.box9_right_bom_b ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 20px;
    cursor: pointer;
}

.box9_right_bom_b ul li p {
    font-size: 14px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #555555;
    width: 8em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s ease;
}

.box9_right_bom_b ul li:hover p {
    color: #326cf6;
}

.box9_right_bom_b ul li .time {
    font-size: 12px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #666666;
}

.box9_right_bom_b ul li button {
    width: 70px;
    height: 23px;
    border-radius: 12.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: HarmonyOS_Sans_SC_Medium;
    border: none;
    outline: none;
    cursor: pointer;
}

.box9_right_bom_b ul li.box9_right_yes button {
    color: #fff;
    background: linear-gradient(to right, #f2800a, #f7a701);
}

.box9_right_bom_b ul li.box9_right_no button {
    background: #e5e5e5;
    color: #555555;
}

.box7_bom_list_c {
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}

.box7_bom_list_c_title {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.box7_bom_list_c_title_l {
    display: flex;
    align-items: center;
}

.box7_bom_list_c_title_l img {
    display: block;
    margin-right: 6px;
}

.box7_bom_list_c_title_l h6 {
    font-size: 20px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    line-height: 1;
    color: #000;
}

.box7_bom_list_c_title_r a {
    font-size: 14px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #666666;
}

.box7_bom_list_c_bom ul li {
    margin-bottom: 20px;
}

.box7_bom_list_c_bom_box {
    width: 100%;
    display: flex;
}

.box7_bom_list_c_bom_box .box7_bom_list_c_bom_box_l {
    width: 34.84%;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 10px;
}

.box7_bom_list_c_bom_box_l img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.box7_bom_list_c_bom_box:hover .box7_bom_list_c_bom_box_l img {
    transform: scale(1.05);
}

.box7_bom_list_c_bom_box_r_t {
    display: flex;
    align-items: center;
}

.box7_bom_list_c_bom_box_r_t .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #ffb400;
    color: #fff;
    margin-right: 10px;
}

.box7_bom_list_c_bom_box_r_t h6 {
    font-size: 18px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #333;
}

.box7_bom_list_c_bom_box_r_b p {
    font-size: 13px;
    color: #666666;
    width: 100%;
    height: 26px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-indent: 1em;
    background: #f7f7f7;
    margin-top: 10px;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.box7_bom_list_d {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.box7_bom_list_d .box7_bom_list_c_title_r a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #ffb400;
    width: 86px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #ffb400;
    outline: none;
}

.box7_bom_list_d .box7_bom_list_c_title_r a .iconfont {
    display: block;
    margin-right: 5px;
}

.box7_bom_list_d_bom_a ul li {
    margin-bottom: 20px;
}

.box7_bom_list_d_bom_a_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box7_bom_list_d_bom_a_box_l {
    width: 41.5%;
    border-radius: 8px;
    overflow: hidden;
}

.box7_bom_list_d_bom_a_box_l img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.box7_bom_list_d_bom_a_box:hover .box7_bom_list_d_bom_a_box_l img {
    transform: scale(1.05);
}

.box7_bom_list_d_bom_a_box_r {
    width: 52%;
}

.box7_bom_list_d_bom_a_box_r p {
    font-size: 16px;
    line-height: 24px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    margin-bottom: 20px;
}

.box7_bom_list_d_bom_a_box_r span {
    display: block;
    font-size: 14px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    line-height: 1;
    color: #326cf6;
}

.box7_bom_list_d_bom_b {
    padding-top: 10px;
}

.box7_bom_list_d_bom_b ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.box7_bom_list_d_bom_b ul li a {
    display: flex;
    align-items: center;
    width: 100%;
}

.box7_bom_list_d_bom_b ul li:last-child {
    margin-bottom: 0;
}

.box7_bom_list_d_bom_b ul li span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    color: #ff0000;
    margin-right: 5px;
}

.box7_bom_list_d_bom_b ul li:nth-child(2) span {
    color: #ff6600;
}

.box7_bom_list_d_bom_b ul li:nth-child(3) span {
    color: #ff6600;
}

.box7_bom_list_d_bom_b ul li:nth-child(4) span {
    color: #ffb400;
}

.box7_bom_list_d_bom_b ul li:nth-child(n+5) span {
    background: #ffe6d4;
    border-radius: 50%;
    overflow: hidden;
    color: #222222;
}


.box7_bom_list_d_bom_b ul li i {
    font-style: normal;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background: #ff0000;
    border-radius: 5px;
}

.box7_bom_list_d_bom_b ul li:nth-child(2) i {
    background: #ff6600;
}

.box7_bom_list_d_bom_b ul li:nth-child(3) i {
    background: #ff6600;
}

.box7_bom_list_d_bom_b ul li:nth-child(4) i {
    background: #ffb400;
}

.box7_bom_list_d_bom_b ul li:nth-child(n+5) i {
    display: none;
}

.box7_bom_list_d_bom_b ul li p {
    width: calc(100% - 45px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    /* line-height: 1; */
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #666666;
}

.pagination {
    margin-top: 60px;
}



.box8 {
    padding-bottom: 74px;
}

.box8_cen {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: url(../images/Tr_box8_bj.jpg)no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    padding: 0 10px;
}

.box8_prc {
    transform: translateY(-20%);
    width: 19%;
}

.box8_prc img {
    display: block;

}

.box8_zi_t {
    margin-bottom: 20px;
}

.box8_zi_t h6 {
    font-size: 90px;
    line-height: 1;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Bold;
    margin-bottom: 25px;
}

.box8_zi_t p {
    font-size: 32px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.box8_zi_t p:last-child {
    text-indent: 2em;
    margin-bottom: 0px;
}

.box8_zi_b p {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Light;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 12px;
}

.box8_zi_b p img {
    display: block;
    margin-right: 8px;
}

.box8_zi_b p:last-child {
    margin-bottom: 0;
}


.box8_from {
    position: relative;
}



.box8_from form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box8_from form .input {
    position: relative;
    margin-bottom: 10px;
}


.box8_from form .input label .iconfont {
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #888888;
    display: block;
    line-height: 1;
}

/* .box8_from form .input label .icon-shoujihao {
    font-size: 30px;
} */

.box8_from form .input input {
    width: 380px;
    height: 50px;
    border-radius: 25px;
    border: none;
    outline: none;
    text-indent: 4em;
    font-size: 16px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #888888;
}

.box8_from form .input input::placeholder {
    font-size: 16px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #888888;
}

.box8_from form .button {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Regular;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(to right, #3d82fc, #27cdac);
    cursor: pointer;
    border: 0;
}

.box8_from form>p {
    font-size: 14px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #fff;
}


@media (max-width: 1470px) {
    .box8_prc {
        transform: translateX(-11%);
    }

    .box2-title {
        margin-bottom: 30px;
    }

    .box2_bom ul li {
        margin-right: 40px;
        padding-bottom: 20px;
    }

    .box2_bom ul {
        overflow-x: auto;
        flex-wrap: nowrap;
        width: 100%;
    }

    .box2_bom ul {

        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    .box2_bom ul::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari/Opera */
    }

    .box2_bom ul li a {
        white-space: nowrap;
    }

    .box7 {
        margin-top: 10px;
        padding-bottom: 90px;
    }

    .box7_bom_right ul li {
        margin: 0px 15px;
        padding: 25px 15px
    }
}

@media (max-width: 1280px) {
    .box8_prc {
        transform: translateX(-14%);
    }

    .box9_right_bom {
        width: 100%;
        padding: 20px 8px;
    }
}

@media (max-width: 1200px) {
    .box7_bom_list {
        display: none;
    }

    .box7_bom_right_ {
        width: 100%;
    }

    .box7 {
        padding-bottom: 50px;
    }
}

@media (max-width: 1100px) {
    .box8_prc {
        display: none;
    }

    .box8_zi_t h6 {
        font-size: 70px;
        margin-bottom: 16px;
    }

    .box8_zi_t p {
        font-size: 27px;
    }

    .box8_zi_t {
        margin-bottom: 40px;
    }

    .box8_cen {
        padding: 20px;
    }
}


@media (max-width: 960px) {
    .box8_cen {
        flex-direction: column;
    }

    .box8 {
        padding: 30px 0;
    }

    .box8_zi {
        width: 100%;
    }

    .box8_zi_t h6 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .box8_zi_t p {
        font-size: 22px;
    }

    .box8_zi_t {
        margin-bottom: 19px;
    }

    .box8_from {
        margin-top: 20px;
        width: 100%;
    }

    .box8_from_bj img {
        width: 100%;
        height: 330px;
    }

    .box8_from form .input input {
        max-width: 100%;
    }

    .box8_from form .button {
        max-width: 100%;
    }

    .box8_from form {
        width: 100%;
    }

    .box8_from form .input {
        max-width: 94%;
    }

    .box2 {
        padding: 25px 0 30px;
    }

    .box7_bom_right_box_l {
        width: 26%;
    }
}

@media (max-width: 768px) {
    .box2-title {
        margin-bottom: 20px;
    }

    .box2_bom ul li {
        margin-right: 30px;
        padding-bottom: 10px;
    }

    .box7_bom_right_box_r_t {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .box7_bom_right_box_r_m p {
        font-size: 14px;
        line-height: 18px;
    }

    .box7_bom_right_box_r_m {
        margin-bottom: 10px;
    }

    .box7_bom_right_box_r_b .iconfont {
        font-size: 15px;
        margin-right: 7px;
    }

    .box7_bom_right_box_r_b {
        font-size: 13px;
    }

    .box7_bom_right ul li {
        margin: 0px 0px;
        padding: 20px 5px;
    }

    .box7 {
        padding-bottom: 10px;
    }

    .pagination {
        margin-top: 36px;
    }
}

@media (max-width: 500px) {
    .box7_bom_right_box {
        flex-direction: column;
    }

    .box7_bom_right_box_l {
        width: 100%;
        margin-bottom: 20px;
    }

    .box7_bom_right_box_r {
        width: 100%;
    }

    .box7_bom_right_box_l img {
        max-height: 210px;
        object-fit: cover;
    }
}