.main {
    background: #f3f6fc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mbx {
    padding: 105px 0 25px;
}

.box1 {
    width: 100%;

    overflow: hidden;
}

.box1_cen {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 35px 30px 20px;
    border-radius: 10px;
}

.box1_left {
    width: 69.89%;
    position: relative;
}

.box1_left_video {
    width: 100%;
}

.box1_left_video video {
    display: block;
    width: 100%;
}

.box1_left_paly {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.box1_left_cen:hover .box1_left_paly {
    opacity: 1;
}

.box1_left_paly .iconfont {
    font-size: 80px;
    cursor: pointer;
    color: #fff;
    /* background: #000; */
    border-radius: 50%;
    transform: scale(3);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.box1_left_cen:hover .box1_left_paly .iconfont {
    opacity: 1;
    transform: scale(1);
}

.box1_right {
    width: 27.5%;
    padding-top: 20px;
}

.box1_right_top {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}

.box1_right_top_tit ul li {
    margin-bottom: 10px;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}

.box1_right_top_tit ul li p {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-family: HarmonyOS_Sans_SC_Bold;
}

.box1_right_top_tit ul li a {
    font-size: 20px;
    line-height: 25px;
    color: #555555;
    font-family: "HarmonyOS_Sans_SC_Medium";
    transition: all 0.2s ease-in-out;
}

.box1_right_top_tit ul li a:hover {
    color: #326cf6;
}

.box1_right_top_bom {
    display: flex;
    flex-wrap: wrap;
}

.box1_right_top_bom .ljyy {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #fff;
    width: 86px;
    height: 30px;
    border-radius: 21px;
    background: linear-gradient(to right, #f2800a, #f7a701);
}

.box1_right_top_bom .ljyy .iconfont {
    font-size: 16px;
    display: block;
    margin-right: 8px;
    line-height: 1;
}

.box1_right_top_bom>p {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #555555;
    margin-left: 10px;
}

.box1_right_top_bom>p i {
    font-family: "HarmonyOS_Sans_SC_Bold";
}

.box1_right_bom {
    width: 100%;
    padding: 27px 30px 37px;
    background: #f6f6f6;
}

.box1_right_bom_tit {
    text-align: center;
    font-size: 22px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #333;
}

.box1_right_bom_mind {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.box1_right_bom_mind a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 34px;
    border-radius: 17px;
    background: #fff;
    font-size: 16px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #333;
    margin-right: 8%;
    margin-bottom: 14px;
    transition: all 0.2s ease;
}

.box1_right_bom_mind a:hover {
    background: #326cf6;
    color: #fff;
}

.box1_right_bom_mind a:nth-child(2n) {
    margin-right: 0;
}

.box1_right_bom_bom {
    margin-bottom: 15px;
}

.box1_right_bom_bom p {
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    font-family: HarmonyOS_Sans_SC_Medium;
    margin-bottom: 5px;
}

.box1_right_bom_bom span {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    font-family: HarmonyOS_Sans_SC_Bold;
}

.box1_right_bom_bom_a {
    width: 81%;
    height: 40px;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.box1_right_bom_bom_a a {
    width: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #fff;
}

.box1_right_bom_bom_a a.mfxz {
    background: #467af7;
}

.box1_right_bom_bom_a a.zxzx {
    background: #34a918;
}

.box2 {
    width: 100%;
    margin: 30px 0;
}

.box2 .box2_cen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box2_left {
    width: 74.3%;
    padding: 50px 40px;
    background: #fff;
    border-radius: 8px;
}

.box2_left_top ul {
    width: 100%;
    /* overflow-x: auto; */
    display: flex;
    height: 50px;
    align-items: center;
    border-bottom: 3px solid #eaeaea;
}

.box2_left_top ul li {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #333;
    transition: all 0.3s ease;
    margin-right: 50px;
    cursor: pointer;
}

.box2_left_top ul li:hover {
    color: #326cf6;
}

.box2_left_top ul li.active {
    color: #326cf6;
}

.box2_left_top ul li.active::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #467af7;
    transition: all 0.5s ease;
}

.box2_left_top ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0%;
    height: 3px;
    background: #467af7;
    transition: all 0.5s ease;
}

.box2_left_top ul li:hover::before {
    left: 0;
    width: 100%;
}

.box2_left_bom_tx {
    padding-top: 55px;
    display: none;
}

.box2_left_bom_tx.active {
    display: block;
}

.box2_left_bom_tx p {
    font-size: 16px;
    line-height: 26px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #666666;
    text-align: justify;
}



.mulu h6 {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.mulu .box2_left_bom_ml a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #666666;
    text-align: justify;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mulu .box2_left_bom_ml a:hover {
    color: #326cf6;
}

.box2_right {
    width: 24.64%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 35px 30px 20px;
}

.box2_right_title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.box2_right_title .iconfont {
    display: block;
    color: #326cf6;
    font-size: 24px;
    line-height: 1;
}

.box2_right_title h6 {
    font-size: 20px;
    margin-left: 5px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #333;
}

.box2_right_mind {
    display: flex;
}

.box2_right_mind_img img {
    display: block;
    width: 108px;
}

.box2_right_mind_r {
    margin-left: 10px;
}

.box2_right_mind_r_t {
    display: flex;
    align-items: center;
}

.box2_right_mind_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;
}

.box2_right_mind_r_t h6 {
    font-size: 18px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #333;
}

.box2_right_mind_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;
}

.box2_right_bom {
    width: 100%;
    margin-top: 30px;
}

.box2_right_bom p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}


/* box_new页面特殊改 */
.box_new {
    margin-bottom: 85px;
}

.box_mew_r .box_new_title {
    margin-bottom: 25px;
}

.box_mew_r_bom ul {
    display: flex;
    flex-wrap: wrap;
}

.box_mew_r_bom ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 30px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    border: 1px solid #f7a701;
    color: #f7a701;
    margin-bottom: 15px;
    margin-right: 10px;
}

@media (max-width: 1470px) {
    .box1_right_bom {
        padding: 18px 20px 20px;
    }

    .box1_right_bom_mind a {
        margin-right: 3%;
    }

    .box1_right {
        width: 29.5%;
    }

    .box1_left {
        width: 68.89%;
        height: 100%;
    }

    .box2_left {
        width: 70.3%;
        padding: 40px 30px;
    }

    .box2_right {
        width: 27.64%;
        padding: 20px 20px 20px 15px;
    }
}

@media (max-width: 1200px) {
    .box_mew_r {
        width: 26%;
        padding: 20px 8px;
    }

    .box_new_title h6 {
        font-size: 20px;
    }

    .box_new_title a {
        letter-spacing: 0.3px;
    }

    .box_mew_l {
        padding: 30px;
    }

    .box1_cen {
        flex-direction: column-reverse;
    }

    .box1_right {
        width: 100%;
        padding-top: 0;
    }

    .box1_left {
        width: 100%;
    }

    .box2 .box2_cen {
        flex-direction: column;
    }

    .box2_left {
        width: 100%;
    }

    .box2_right {
        margin-top: 15px;
    }

    .box2_right {
        width: 100%;
    }

    .box2_right_mind_img img {
        width: 138px;
    }
}

@media (max-width: 1100px) {
    .box_new_cen {
        flex-direction: column;
    }

    .box_mew_l {
        padding: 20px;
        width: 100%;
    }

    .box_mew_r {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .box1_cen {
        padding: 20px 8px 20px 8px;
    }

    .box1_right_top {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .box1_right_bom_mind {
        margin-top: 15px;
    }

    .box2_left {
        padding: 20px 16px;
    }

    .box2_left_bom_tx {
        padding-top: 20px;
    }

    .box2_left_top ul li {
        height: 40px;
        white-space: nowrap;
    }

    .box2_left_top ul {
        overflow-x: auto;
        height: 45px;
    }

    .box1_left_paly .iconfont {
        font-size: 40px;
    }
}

@media (max-width: 500px) {
    .box_new_lb {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .box_new_lb_l {
        width: 100%;
    }

    .box_new_lb_r {
        width: 100%;
        margin-top: 15px;
    }

    .box_mew_l {
        padding: 8px;
    }
}
