.banner_b {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.banner_b_bj img {
    width: 100%;
    display: block;
    min-height: 70vh;
    object-fit: cover;
}

.banner_b_cen {
    position: absolute;
    left: 50%;
    bottom: 88px;
    transform: translateX(-50%);
}

.mr_left {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.mr_left::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -100%;
    width: 100%;
    height: 100%;
    border-radius: 36px;
    transition: all 0.6s ease;
    background: linear-gradient(to right, #f2800a, #f7a701);
}

.mr_left:hover::before {
    left: 0;
}

.banner_b_cen .more {
    width: 320px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #fff;
    line-height: 1;
    background: linear-gradient(to right, #f2800a, #f7a701);
    letter-spacing: 2px;
    border-radius: 36px;
    margin: 0 auto;
}

.box1 {
    padding-top: 70px;
}

.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_bom {
    margin-top: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 40px;
    padding-right: 0;
}

.box1_bom_l {
    width: 46.2%;
}

.box1_bom_l_title {
    display: flex;
    align-items: center;

}

.box1_bom_l_title_prc img {
    display: block;
    max-width: 64px;
    margin-right: 8px;
}

.box1_bom_l_title_zi h6 {
    font-size: 20px;
    line-height: 24px;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #333333;
}

.box1_bom_l_mind {
    margin-top: 25px;
}

.box1_bom_l_mind p {
    font-size: 16px;
    line-height: 30px;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #666666;
}

.box1_bom_l_bom {
    margin-top: 20px;
    padding: 23px 20px;
    padding-bottom: 0;
    background: #f3f7ff;
}

.box1_bom_l_bom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box1_bom_l_bom ul li {
    margin-bottom: 20px;
}

.box1_bom_l_bom ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    border-radius: 6px;
    color: #467af7;
    font-size: 18px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    background: #ffffff;
    transition: all 0.5s ease;
}

.box1_bom_l_bom ul li a:hover {
    color: #fff;
}

.box1_bom_r {
    width: 48.64%;
    padding: 33px;
    background: #ecf0ff;
    border-radius: 15px;
}

.box1_bom_r_video {
    position: relative;
    z-index: 2;
}


.box1_bom_r_video_prc {
    position: relative;
}

.box1_bom_r_video_prc img {
    display: block;
    width: 100%;
}

.box1_bom_r_video_prc::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.box1_bom_r_video_paly {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 48px;
    border-radius: 50%;
    color: #fff;
    font-size: 48px;
    cursor: pointer;
}

.box1_bom_r_video_paly .iconfont {
    font-size: 48px;
}

.box1_bom_r_video_paly::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    width: 200%;
    transform: translate(-25%, -15%) scale(1.5);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    transition: all 0.5s ease;
    opacity: 0;
}

.box1_bom_r_video_paly:hover:before {
    opacity: 1;
    transform: translate(-25%, -15%) scale(1);
}

.box2 {
    width: 100%;
    padding: 110px 0;
    background: #fbfbfb;
}

.box2 .box_title {
    margin-bottom: 50px;
}

.box2_bom {
    width: 100%;
}

.box2_bom ul {
    display: flex;
    flex-wrap: wrap;
}

.box2_bom ul li {
    width: 18.21%;
    min-width: 240px;
    /* height: 100%; */
}

.box2_bom ul li .box2_bom_box {
    border-radius: 10px;
    background: #f5f5f5;
    height: 100%;
    padding-bottom: 20px;
}

.box2_bom_title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #467af7;
    text-align: center;
    padding: 14px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Medium;
    margin-bottom: 15px;
}



.box2_bom_text {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 0px 13px 15px;
}

.box2_bom ul li .box2_bom_box .box2_bom_text:last-child {
    margin-bottom: 0;
}

.box2_bom_text h6 {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    font-family: HarmonyOS_Sans_SC_Bold;
    margin-bottom: 8px;
}

.box2_bom_text p {
    font-size: 14px;
    color: #666666;
    font-family: HarmonyOS_Sans_SC_Medium;
    line-height: 1;
    margin-bottom: 8px;
}

.box2_bom_text p:last-child {
    margin-bottom: 0;
}

.box2_bom_text2 {
    margin: 20px 10px 0;
}

.box2_bom_text2_t {
    width: 166px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Medium;
    background: #467af7;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.box2_bom_text2_b {
    background: #fff;
    padding: 26px;
    border-radius: 8px;
    padding-top: 25px;
    border: 1px dashed #326cf6;
    transform: translateY(-14px);
    position: relative;
    z-index: 2;
}

.box2_bom_text2_b p {
    font-size: 18px;
    line-height: 40px;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #666666;
}

.box2_bom_ico {
    width: 2%;

}

.box2_bom_ico .iconfont {
    font-size: 14px;
    color: #326cf6;
    line-height: 58px;
    display: block;
    margin: 0 auto;
}

.box2_bom ul li .box2_bom_box .box2_bom_ico {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.box2_bom ul li .box2_bom_box .box2_bom_ico .iconfont {
    transform: rotate(90deg);
}


.box5 {
    padding: 80px 0 100px;
    background: url(../images/in_box5_bj.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.box5 .box_title {
    margin-bottom: 40px;

}

.box5 .box_title h6 {
    color: #fff;
}


.box5_bom {
    display: block;
    width: 100%;
}

.box5_box {
    width: 100%;
    background: url(../images/box5_box_bj.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}


.box5_left {
    width: 50%;
    padding-left: 70px;
}

.box5_left_name {
    font-size: 28px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 17px;
}


.box5_left_dw{
    width:224px;
    height: 48px; background: url(../images/box5_left_dw_1.png) no-repeat left top;
    margin-bottom: 10px;
}
.box5_left_dw span{font-family: HarmonyOS_Sans_SC_Bold; font-size: 18px; line-height: 36px; color: #995002; text-align: center; display: block;width: 100%; padding-left: 40px; box-sizing: border-box;}

.box5_left_zw {
    font-size: 18px;
    line-height: 26px;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #fff;
    margin-bottom: 20px;
}


.box5_left_lic {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.box5_left_more {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.box5_left_more .box5_more {
    width: 170px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Medium;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-top: 30px;
    transition: all 0.3s ease;
    margin-right: 20px;
    line-height: 1;
}

.box5_left_more .box5_more:hover {
    border-color: transparent;
}

.box5_left_more .box5_more::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background: linear-gradient(to right, #f2800a, #f7a701);
    transition: all 0.8s ease;
    z-index: -1;
    border-radius: 21px;
}

.box5_left_more .box5_more:hover:before {
    left: 0;
}

.box5_left_more .video_paly {
    width: 150px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Medium;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-top: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-left: 30px;
}

.box5_left_more .video_paly:hover {
    border-color: transparent;
}

.box5_left_more .video_paly::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background: linear-gradient(to right, #f2800a, #f7a701);
    transition: all 0.8s ease;
    z-index: -1;
    border-radius: 21px;
}

.box5_left_more .video_paly:hover:before {
    left: 0;
}


.box5_left_more .iconfont {
    display: block;
    margin: 0 10px;
    line-height: 1;

}

.box5_left_more .video_paly .iconfont {
    font-size: 20px;
}

.box5_right {
    position: relative;
    width: 37.5%;
}

.box5_right_bj img {
    display: block;
    max-width: 100%;
}

.box5_right>img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}

.box5_bom .mySwiper img {
    display: block;
    width: 90%;

}

.box5_bom .mySwiper {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
}

.box5_swiper_rf {
    position: relative;
    /* z-index: 6; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.box5_swiper_rf .iconfont {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    background: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    font-size: 35px;
    line-height: 1;
}

.box5_swiper_rf .swiper-button-pv2 .iconfont {
    transform: rotate(-180deg);
}

.box5_swiper_rf .iconfont:hover {
    color: #fff;
    background: linear-gradient(to right, #f2800a, #f7a701);
}

.box5 .mySwiper .swiper-slide {
    position: relative;
    border-radius: 16px;
    border-bottom-right-radius: 49px;
    overflow: hidden;
    background: url(../images/box5_right_prc_bg.png);
    display: flex; justify-content: center; align-items:flex-end;
}

.box5 .mySwiper .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.box5 .mySwiper .swiper-slide-thumb-active.swiper-slide::before {
    background: rgba(0, 0, 0, 0);
}

.box6 {
    padding-top: 100px;
    background: #fbfbfb;
}

.box6 .box_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.box6 .box_title .box_title_r {
    display: flex;
    align-items: center;
}

.box6 .box_title .box_title_r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 46px;
    border-radius: 9px;
    border: 1px solid #326cf6;
    position: relative;
    color: #326cf6;
    font-size: 20px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    position: relative;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.box6 .box_title .box_title_r a.active {
    color: #fff;
    background: #467af7;
}

.box6 .box_title .box_title_r a:hover {
    color: #fff;
}

.box6 .box_title .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%;
    height: 805px;
    overflow: auto;
    display: none;
}

.box6_bom_list.active {
    display: block;
}

.box6_bom_list>ul {
    column-count: 4;
    column-gap: 2.1%;
    width: 100%;
    padding-bottom: 20px;
    /* list-style: none; */
}

.box6_bom ::-webkit-scrollbar {
    width: 5px;
    border-radius: 2.5px;
    /* 滚动条的宽度 */
}

.box6_bom ::-webkit-scrollbar-track {
    background: #abc2f9;
    border-radius: 2.5px;
    /* 滚动条轨道的背景色 */
}

.box6_bom ::-webkit-scrollbar-thumb {
    background: #326cf6;
    border-radius: 2.5px;
    /* 滚动条滑块（thumb）的背景色 */
}

.box6_bom ::-webkit-scrollbar-thumb:hover {
    background: #326cf6;
    border-radius: 2.5px;
    /* 鼠标悬停在滚动条滑块上时的背景色 */
}

.box6_bom_list>ul li {
    margin-bottom: 20px;
}

.box6_bom_box {
    width: 100%;
    padding: 38px 50px 25px;
    border-radius: 10px;
    background: #fff;
    display: block;
    break-inside: avoid;
}

.box6_bom_box_title {
    position: relative;
    display: flex;
    align-items: center;

    margin-bottom: 15px;
}

.box6_bom_box_title h6 {
    font-size: 20px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #326cf6;
}

.box6_bom_box_title img {
    display: block;
    position: absolute;
    top: 10px;
    left: -20px;
    transform: translateY(-50%);
}

.box6_bom_box p {
    font-size: 16px;
    line-height: 28px;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #666666;
}

.box7 {
    padding: 100px 0;
    background: url(../images/Tr_box7_bj.jpg)no-repeat;
    background-size: cover;
}

.box7 .box_title {
    margin-bottom: 45px;
}

.box7_bom {
    display: flex;
    justify-content: space-between;
}

.box7_bom .mySwiper {
    width: 100%;
}

.box7_box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}

.box7_box_prc {
    height: 194px;
    overflow: hidden;
}

.box7_box_prc img {
    display: block;
    width: 100%;
}

.box7_box_zi {
    padding: 30px 30px 45px;
    height: 344px;
    overflow: auto;
}

.box7_box_zi h6 {
    font-size: 20px;
    line-height: 1;
    color: #326cf6;
    font-family: HarmonyOS_Sans_SC_Bold;
    margin-bottom: 15px;
}

.box7_box_zi p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.box3 {
    position: relative;
    z-index: 2;
    padding: 80px 0 100px;
    background: #fbfbfb;
}

.box3_cen {
    position: relative;
    z-index: 3;
}

.box3 .box_title {
    margin-bottom: 45px;
}

.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.12), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box3_box_prc {
    position: relative;
    overflow: hidden;
}

.box3_box_prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.box1_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 20px;
    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: center;
    flex-direction: column;
    margin-top: 20px;
}

.box3_box_tem p {
    font-size: 16px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #555555;
    margin-bottom: 15px;
}

.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: 150px;
    height: 42px;
    border-radius: 21px;
    background: linear-gradient(to right, #f2800a, #f7a701);
}

.box3_box_tem .ljyy .iconfont {
    display: block;
    margin-left: 20px;
}

.box3_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 62px;
    border-radius: 31px;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1;
    background: linear-gradient(to right, #f2800a, #f7a701);
    margin: 0 auto;
    margin-top: 20px;
}

.box4 {
    padding: 100px 0 120px;
    background: #e3f3ff;
}

.box4 .box_title {
    margin-bottom: 50px;
}

.box4_bom_box {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 13px;
    padding-top: 80px;
    padding: 80px 23px 30px;
    background: url(../images/tr_box4_bom_bj1.jpg)no-repeat;
    background-size: cover;
    min-height: 335px;
}

.box4_bom_box_title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    margin-bottom: 15px;
}

.box4_bom_box_title h6 {
    font-size: 22px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    margin-bottom: 8px;
}

.box4_bom_box_title p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.box4_bom_box_bom {
    font-size: 16px;

    font-family: HarmonyOS_Sans_SC_Medium;
    color: #74767d;
}

.box4_bom_box_bom p {
    line-height: 30px;
}

.box4_bom_play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 35px;
    border-radius: 6px;
    background: #326cf6;
    color: #fff;
    margin: 0 auto;
    transform: translateY(-50%);
    cursor: pointer;
}

.box4_bom_play p {
    font-size: 15px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    margin-right: 5px;
}

.box8 {
    background: url(../images/Tr_box8_bj.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 74px 0;
}

.box8_cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box8_prc {
    transform: translateX(-40%);
    width: 19%;
}

.box8_prc img {
    display: block;

}

.box8_zi_t {
    margin-bottom: 55px;
}

.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: 36px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #fff;
}

.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:last-child {
    margin-bottom: 0;
}

.box8_zi_b img {
    display: block;
    margin-right: 10px;
}

.box8_from {
    position: relative;
}

.box8_from_bj img {
    display: block;
    max-width: 100%;
}

.box8_from form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    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: 460px;
    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 {
    border: 0;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Regular;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
    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;
}

.box_new {
    padding: 100px 0 120px;
    background: #fbfbfb;
}



@media (max-width: 1570px) {
    .banner_b_bj img {
        min-height: 64vh;
    }

    .banner_b_cen .more {
        width: 300px;
        height: 64px;
        font-size: 28px;
    }
}

@media (max-width: 1470px) {
    .box_title h6 span {
        font-size: 33px;
    }

    .box_title h6 {
        font-size: 33px;
    }

    .box1 {
        padding-top: 50px;
    }

    .box1_bom {
        margin-top: 36px;
    }

    .box2 {
        padding: 80px 0;
    }

    .box2 .box_title {
        margin-bottom: 40px;
    }

    .box5 {
        padding: 60px 0 90px;
    }

    .box5_bom .mySwiper {
        transform: translate(-50%, -25%);
    }

    .box5_box {
        padding-top: 40px;
    }

    .box5_left {
        width: 50%;
        padding-left: 40px;
    }

    .box5_left_more .video_paly {
        margin-left: 0;
    }

    .box6 {
        padding-top: 80px;
    }

    .box7 {
        padding: 70px 0;
    }

    .box3 {
        padding: 60px 0 80px;
    }

    .box4 {
        padding: 70px 0 80px;
    }

    .box4 .box_title {
        margin-bottom: 40px;
    }

    .box8_prc {
        transform: translateX(-80%);
    }

    .box_new {
        padding: 80px 0 100px;
    }

    .banner_b_cen .more {
        width: 270px;
        height: 50px;
    }

    .box1_bom_r {
        width: 51%;
    }

    .box3_box_bom {
        padding: 15px 20px;
    }

    .box3_box_title {
        font-size: 18px;
        padding: 5px 0 10px;
    }

    .box3_box_tem {
        margin-top: 10px;
    }

    .box3_box_tem .ljyy .iconfont {
        margin-left: 8px;
    }

    .box3_box_tem .ljyy {
        width: 139px;
        height: 38px
    }

    .box3_box_prc_hov .iconfont {
        font-size: 38px;
    }
}

@media (max-width: 1403px) {
    .box2_bom ul li {
        width: 22%;
    }

    .box_new_title h6 {
        font-size: 19px;
    }
}

@media (max-width: 1280px) {

    .box8_prc {
        transform: translateX(-100%);
    }

    .box5_left {
        padding-left: 20px;
    }

    .box1 {
        padding-top: 30px;
    }

    .box_title h6 span {
        font-size: 30px;
    }

    .box_title h6 {
        font-size: 30px;
    }

    .box1_bom {
        margin-top: 20px;
    }

    .box1_bom_l_title_zi h6 {
        font-size: 18px;
        line-height: 22px;
    }

    .box1_bom_l_title_prc img {
        max-width: 58px;
    }

    .box2 {
        padding: 50px 0;
    }

    .box2 .box_title {
        margin-bottom: 30px;
    }

    .box6 {
        padding-top: 50px;
    }

    .box6 .box_title {
        margin-bottom: 30px;
    }

    .box6 .box_title .box_title_r a {
        width: 170px;
        height: 40px;
        font-size: 17px;
    }

    .box6_bom_box {
        padding: 30px 30px 20px;
    }
}

@media (max-width: 1200px) {
    .box5_bom .mySwiper {
        position: relative;
        left: 0%;
        transform: translateX(-0%);
        margin: 0 auto;
    }

    .box5_swiper_rf {
        justify-content: center;
    }

    .box5_swiper_rf .swiper-button-nt2 {
        margin-left: 30px;
    }

    .box5 {
        padding: 60px 0 70px;
    }

    .box5_box {
        padding-bottom: 20px;
    }

    .box_mew_r {
        width: 25.643%;
        padding: 26px 15px;
    }

    .box_mew_l {
        padding: 30px;
    }

    .box_new {
        padding: 50px 0 70px;
    }

}

@media (max-width: 1101px) {
    .box2_bom ul li {
        width: 32%;
    }
}

@media (max-width: 1099px) {


    .box5_left_name {
        font-size: 23px;
    }

    .box5_left_zw {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .box5_left_lic {
        line-height: 24px;
        font-size: 15px;
    }

    .box1_bom {
        flex-direction: column-reverse;
    }

    .box1_bom_r {
        width: 100%;
        height: ;
    }

    .box1_bom_l {
        width: 100%;
    }

    .box6_bom_list>ul {
        column-count: 3;
    }

    .box6 .box_title {
        flex-direction: column;
    }

    .box6 .box_title .box_title_r {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .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;
    }

    .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;
    }

    .box_new_cen {
        flex-direction: column;
    }

    .box_mew_l {
        width: 100%;
        padding: 20px;
    }

    .box_mew_r {
        width: 100%;
    }

}

@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%;
    }

    .banner_b_bj img {
        min-height: 50vh;
    }

    .banner_b_cen .more {
        width: 200px;
        height: 40px;
        font-size: 18px;
    }

    .banner_b_cen {
        bottom: 70px;
    }
}

@media (max-width: 900px) {
    .box7_box_zi h6 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .box7_box_zi p {
        font-size: 14px;
        line-height: 20px;
    }

    .box7_box_zi {
        padding: 19px 13px 30px;
    }

    .box7_box_zi {
        height: 230px;
    }

    .box3_box_bom {
        padding: 15px 15px;
    }

    .box6 .box_title .box_title_r a {
        width: 160px;
        height: 34px;
        font-size: 15px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 812px) {
    .box2_bom ul li {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .box5_box {
        flex-direction: column-reverse;
    }

    .box5_left {
        width: 100%;
    }

    .box5_right {
        width: 281px;
        max-width: 100%;
        margin: 0 auto;
    }

    .box5_left_more .box5_more {
        margin-top: 18px;
    }

    .box5_left_more .video_paly {
        margin-top: 18px;
    }

    .box3_bom ul {
        justify-content: space-between;
    }

    .box3_bom ul li {
        width: 48%;
    }

    .box3_bom ul li:nth-child(n) {
        margin-right: 0%;
    }

    .box6_bom_box_title h6 {
        font-size: 17px;
    }

    .box6_bom_box {
        padding: 24px 23px 18px;
    }

    .box6_bom_box p {
        font-size: 14px;
        line-height: 22px;
    }

    .box1_bom {
        padding: 0;
    }

    .box1_bom_r {
        padding: 16px;
    }

    .box_title h6 span {
        font-size: 26px;
    }

    .box_title h6 {
        font-size: 26px;
    }

    .box1_bom_l_bom {
        margin-top: 15px;
        padding: 14px 10px;
    }

    .box1_bom_l_bom ul li a {
        width: 140px;
        height: 45px;
    }

    .box2 {
        padding: 30px 0;
    }

    .box5 {
        padding: 30px 0 35px;
    }

    .box6 {
        padding-top: 30px;
    }

    .box3 {
        padding: 35px 0 30px;
    }

    .box3 .box_title {
        margin-bottom: 25px;
    }

    .box4 {
        padding: 36px 0 40px;
    }

    .box4 .box_title {
        margin-bottom: 22px;
    }

    .box_new {
        padding: 30px 0 40px;
    }
}

@media (max-width: 680px) {
    .banner_b_cen {
        bottom: 40px;
    }

    .banner_b_cen .more {
        width: 164px;
        height: 36px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}

@media (max-width: 640px) {
    .box6_bom_list>ul {
        column-count: 2;
        column-gap: 2%;
    }

    .banner_b_bj img {
        min-height: 30vh;
    }

    .box_new_lb_l_list p {
        font-size: 12px;
    }

    .box_mew_r_bom ul li a {
        font-size: 13px;
        line-height: 30px;
    }

}

@media (max-width: 540px) {
    .box2_bom ul li {
        width: 96%;
    }
}

@media (max-width: 500px) {
    .box3_bom ul li {
        width: 100%;
    }

    .box1_bom_l_bom ul li a {
        width: 110px;
        height: 35px;
        font-size: 16px;
    }
    .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;
    }
}

@media (max-width: 490px) {
    .box_title h6 {
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    .box6_bom_list>ul {
        column-count: 1;
        column-gap: 2%;
    }

    .box6 .box_title .box_title_r a:nth-child(2n-1) {
        margin-left: 0;
    }

}

@media (max-width: 366px) {
    .box6 .box_title .box_title_r a {
        width: 100%;
        margin-left: 0px;
    }
}
