.main {
    background: #f3f6fc;
}

.mbx {
    padding-top: 105px;
    margin-bottom: 30px;
}

.classify {
    width: 100%;
}

.classify_cen {
    display: flex;
    flex-direction: column;
}

.classify_list {
    display: flex;
    margin-bottom: 25px;
    /* align-items: center; */
}

.classify_cen .classify_list:last-child {
    margin-bottom: 0;
}

.classify_list P {
    font-size: 20px;
    line-height: 35px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #222;
    letter-spacing: 1px;
    width: 110px;
}

.classify_list_ten {
    width: calc(100% - 110px);
}

.classify_list_ten ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: auto;
}

.classify_list_ten ul {}

.classify_list_ten ::-webkit-scrollbar {
    height: 5px;
    border-radius: 2.5px;
    /* 滚动条的宽度 */
}

.classify_list_ten ::-webkit-scrollbar-track {
    background: #abc2f9;
    border-radius: 2.5px;
    /* 滚动条轨道的背景色 */
}

.classify_list_ten ::-webkit-scrollbar-thumb {
    background: #326cf6;
    border-radius: 2.5px;
    /* 滚动条滑块（thumb）的背景色 */
}

.classify_list_ten ::-webkit-scrollbar-thumb:hover {
    background: #326cf6;
    border-radius: 2.5px;
    /* 鼠标悬停在滚动条滑块上时的背景色 */
}

.classify_list_ten ul li {
    margin-right: 8px;
    margin-bottom: 8px;
}

.classify_list_ten ul a {
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    position: relative;
    z-index: 2;
    transition: all 0.2s ease;
}

.classify_list_ten ul a:hover {
    color: #fff;
}

.classify_list_ten ul a.active {
    background: #326cf6;
    color: white;
}

.classify_list_ten ul a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    width: 0;
    height: 100%;
    transition: all 0.4s ease;
    background: #326cf6;
    border-radius: 20px;
}

.classify_list_ten ul a:hover:before {
    width: 100%;
    left: 0;
}

.box3 {
    padding: 50px 0 115px;
}

.box3_cen {
    position: relative;
    z-index: 3;
}

.box3 .box_title {
    margin-bottom: 45px;
}

.box3 .in_title h6 {
    color: #fff;
}

.box3_bom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: space-between; */

}

.box3_bom ul li {
    width: calc((33 / 140) * 100%);
    margin-bottom: 30px;
    margin-right: calc((2.6 / 140)* 100%);
}

.box3_bom ul li:nth-child(4n) {
    margin-right: 0;
}

.box3_box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.16);
}

.box3_box_prc {
    position: relative;
    overflow: hidden;
}

.box3_box_prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.box3_box:hover .box3_box_prc img {
    transform: scale(1.05);
}

.box3_box_prc_hov {
    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;
}

.box3_box:hover .box3_box_prc_hov {
    opacity: 1;
}

.box3_box_prc_hov .iconfont {
    font-size: 45px;
    cursor: pointer;
    color: #fff;
    /* background: #000; */
    border-radius: 50%;
    transform: scale(3);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.box3_box:hover .box3_box_prc_hov .iconfont {
    opacity: 1;
    transform: scale(1);
}

.box3_box_bom {
    padding: 20px 25px;
    background: #fff;
}

.box3_box_title {
    text-align: center;
    color: #333333;
    font-size: 20px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    padding: 10px 0 10px;
    border-bottom: 1px dashed #dee3e6;
    transition: all 0.3s ease
}

.box3_box:hover .box3_box_title {
    color: #f2800a;
}

.box3_box_tem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.box3_box_tem p {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #555555;
}

.box3_box_tem p i {
    font-size: 16px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #333;
}


.box3_box_tem p .iconfont {
    display: block;
    font-size: 17px;
    margin-right: 4px;
}

.box3_box_tem .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);
}

.zhongji .box3_box_tem .ljyy {
    background: linear-gradient(to right, #79d129, #34a918);
}

.gaoji .box3_box_tem .ljyy {
    background: linear-gradient(to right, #34a918, #326cf6);
}

.box3_box_tem .ljyy .iconfont {
    font-size: 16px;
    display: block;
    margin-right: 8px;
    line-height: 1;
}

.box3 .pagination {
    padding: 50px 0 0;
}




.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:nth-child(2) {
    margin-bottom: 0;
}

.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;
}

.box8_from form>p {
    font-size: 14px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #fff;
}

@media (max-width: 1470px) {
    .box3 {
        padding: 50px 0 25px;
    }

    .box8_prc {
        transform: translateX(-11%);
    }
}

@media (max-width: 1280px) {
    .box8_prc {
        transform: translateX(-14%);
    }
}

@media (max-width: 1200px) {
    .box3_bom_t_l {
        width: 150px;
        height: 40px;
    }

    .box3_bom_t_l_tx {
        font-size: 18px;
    }

    .box3_bom_t_r {
        font-size: 18px;
    }

    .box3_box_bom {
        padding: 16px 15px;
    }

    .box3_box_title {
        font-size: 18px;
    }

    .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;
    }

    .box3 {
        padding: 40px 0 20px;
    }

    .box_title h6 {
        font-size: 33px;
    }

    .box_title h6 span {
        font-size: 33px;
    }
}


@media (max-width: 1100px) {
    .box3_bom_t {
        margin-bottom: 30px;
        margin-top: 16px;
    }

    .box3_bom ul li {
        width: 30%;
    }

    .box3_bom ul li:nth-child(n) {
        margin-right: 5%;
    }

    .box3_bom ul li:nth-child(3n) {
        margin-right: 0%;
    }

    .box_new_cen {
        flex-direction: column;
    }

    .box_mew_l {
        padding: 20px;
        width: 100%;
    }

    .box_mew_r {
        width: 100%;
    }

    .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%;
    }

    .box3 .box_title {
        margin-bottom: 40px;
    }
}

@media (max-width:900px) {
    .box3_box_bom {
        padding: 14px 10px;
    }

    .box3_box_tem p i {
        font-size: 14px;
    }

    .box3_box_tem p .iconfont {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .box3_bom ul li {
        width: 48%;
    }

    .box3_bom ul {
        justify-content: space-between;
    }

    .box3_bom ul li:nth-child(n) {
        margin-right: 0;
    }

    .box_title h6 {
        font-size: 26px;
    }

    .box3 {
        padding: 30px 0 20px;
    }

    .box3 .box_title {
        margin-bottom: 27px;
    }

    .classify_list {
        flex-direction: column;
    }

    .classify_list p {
        font-size: 18px;
        line-height: 35px;
        width: 100%;
    }

    .classify_list_ten {
        width: 100%;
    }

    .classify_list_ten ul a {
        padding: 0 18px;
    }
    .box3 .pagination {
        padding: 30px 0 0;
    }
}

@media (max-width: 500px) {
    .box3_bom ul li {
        width: 100%;
    }

    .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;
    }
}