.banner {
    width: 100%;
}

.mySwiper1 {
    position: relative;
}

.banner img {
    width: 100%;
}

.banner_prc img {
    width: 100%;
    display: block;
    min-height: 70vh;
    object-fit: cover;
}

.banner_zi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_zi_z_top {
    font-size: 72px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #fff;
}

.banner_zi_z_top h6 {

    margin-bottom: 20px;
}

.banner_zi_z_mind {
    font-size: 34px;
    line-height: 1;
    color: #fff;
    margin: 20px 0 40px;
    font-family: HarmonyOS_Sans_SC_Light;
    display: flex;
    align-items: center;
    padding-right: 70px;
    height: 68px;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    background: rgba(31, 65, 200, 0.8);

}

.banner_zi_z_bom a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 323px;
    height: 72px;
    border-radius: 8px;
    color: #fff;
    font-size: 30px;
    font-family: HarmonyOS_Sans_SC_Medium;
    letter-spacing: 2px;
    background: linear-gradient(to right, #f2800a, #f7a701);
}

.banner_zi_img {
    position: absolute;
    left: 27%;
    top: 0;
    transform: translateY(-65%);
}

.swiper_tem .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    width: 70px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 3px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.swiper_tem .iconfont:hover {
    background: #fb6b00;
}

.swiper-button-nt1 .iconfont {
    right: 0;
}


.swiper-button-pv1 .iconfont {
    left: 0;
    transform: translateY(-50%) rotate(-180deg);
}

.banner .swiper-pagination {
    bottom: 50px;
}

.banner .swiper-pagination-bullet {
    width: 36px;
    height: 4px;
    background-color: rgba(255, 255, 255, .3);
    opacity: 1;
    position: relative;
    border-radius: 2px;
}

.banner .swiper-pagination-bullet::before {
    content: "";
    display: flex;
    height: 100%;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fb6b00;
    border-radius: 2px;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: fillWidth 4s forwards;
}

@keyframes fillWidth {
    0% {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.box1 {
    padding: 42px 0;
    background: #fff;
    width: 100%;
    display: block;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
    /* 下边框阴影 */

}

.box1_cen ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box1_cen ul li {
    display: flex;
}

.box1_box {
    display: flex;
}

.box1_img {
    width: 64px;
}

.box1_img img {
    display: block;
    max-width: 90%;
}

.box1_zi h6 {
    font-size: 22px;
    line-height: 1;
    color: #333333;
    font-family: HarmonyOS_Sans_SC_Bold;
    margin-bottom: 7px;
    letter-spacing: 1px
}

.box1_zi p {
    font-size: 14px;
    color: #888888;
    line-height: 18px;
    font-family: 'Microsoft YaHei', sans-serif;
}

.box2 {
    width: 100%;
    padding: 80px 0 100px;
}

.in_title {
    display: flex;
    align-items: center;
}

.in_title img {
    display: block;
    margin-right: 16px;
}

.in_title h6 {
    font-size: 36px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #326cf6;
    letter-spacing: 1px;
    margin-right: 35px;
}

.in_title p {
    font-size: 24px;
    color: #666666;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    text-transform: uppercase;
}

.box2 .in_title {
    margin-bottom: 45px;
}

.box2_box {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #edf1f3;
}

.box2_box_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 68px;
    background: #376bf7;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #fff;
    line-height: 1;
}

.box2_box_tem {
    padding: 0 20px;
    border-bottom: 1px dashed #dee3e6;
}

.box2_box .box2_box_tem:last-child {
    border: none;
}

.box2_box_a h6 {
    font-size: 30px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #326cf6;
    text-align: center;
    margin: 43px 0 33px;
    letter-spacing: 3px;
}

.box2_box_tem>p {
    font-size: 16px;
    line-height: 24px;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #555555;
    text-align: center;
}

.box2_box_a p {
    margin-bottom: 10px;
}

.box2_box_b {
    padding: 10px 0;
}

.box2_box_c {
    padding-top: 10px;
}

.box2_box_c a {
    margin: 30px auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 150px;
    border-radius: 21px;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 16px;
    line-height: 1;
    color: #555555;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 2;
}

.box2_box_c a:hover {
    color: #fff !important;
}

.box2_box_c a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    background: linear-gradient(to right, #f2800a, #f7a701);
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.8s ease;
    z-index: -1;
}

.box2_box_c a:hover:before {
    left: 0;
}

.box2_box_c a .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/in_box2_ico.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    aspect-ratio: 1 / 1;
    width: 42px;
    color: #fff;
    transition: all 0.8s ease;
}

.box2_box_c a:hover .iconfont {
    background: transparent;
}

.box3 {
    position: relative;
    z-index: 2;
    padding: 80px 0 100px;
}

#box3_bj {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.box3_cen {
    position: relative;
    z-index: 3;
}

.box3 .in_title {
    margin-bottom: 40px;
}

.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;
}

.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 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: 80px 0 150px;
}

.box4 .in_title {
    margin-bottom: 40px;
}

.box4_bom {
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
}

.box4_bom .mySwiper2 {
    width: 100%;
}

.box4_box {
    display: flex;
    justify-content: space-between;
}

.box4_bom_left {
    width: 50%;
    position: relative;
}

.box4_bom_left_prc img {
    display: block;
    width: 100%;
}

.box4_bom_left_play {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.box4_bom_left:hover .box4_bom_left_play {
    opacity: 1;
    transform: translate(-20%, 20%);
}

.box4_bom_left_play .iconfont {
    width: 222px;
    height: 222px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #f2800a, #f7a701);
    font-size: 45px;
    color: #fff;
    line-height: 1;
}

.box4_bom_right {
    width: 43.75%;
}

.box4_bom_right_cen {
    width: 70%;
    padding-top: 30px;
}

.box4_bom_right_title {
    position: relative;
    margin-bottom: 20px;
}

.box4_bom_right_title h1 {
    font-family: HarmonyOS_Sans_SC_Light;
    font-size: 30px;
    line-height: 1;
    color: #222222;
    letter-spacing: 1px;
}

.box4_bom_right_tem {
    font-size: 22px;
    line-height: 40px;
    color: #333333;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.box4_bom_swiper {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43.75%;
    z-index: 3;
}

.box4_bom_swiper .box4_more {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #666;
    margin-bottom: 40px;
}

.box4_bom_swiper .mySwiper img {
    display: block;
    width: 100%;
}

.box4_bom .mySwiper2 .swiper-slide {
    background: #fff;
}

.box4 .mySwiper .swiper-slide {
    position: relative;
}

.box4 .mySwiper .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.box4 .mySwiper .swiper-slide-thumb-active.swiper-slide::before {
    background: rgba(0, 0, 0, 0);
}

.box5 {
    padding: 80px 0 100px;
    background: url(../images/in_box5_bj.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.box5 .in_title {
    margin-bottom: 45px;

}

.box5 .in_title h6 {
    color: #fff;
}

.box5 .in_title p {
    color: rgba(255, 255, 255, .3);
}

.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: 80px 0 0px;
}

.box6 .in_title {
    margin-bottom: 40px;
}

.box6_bom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box6_bom ul li {
    width: 25%;
    overflow: hidden;
}

.box6_bom ul li img {
    display: block;
    width: 100%;
    transition: all 0.4s ease;
}


.box6_bom ul li img:hover {
    transform: scale(1.1);
}

.box7 {
    width: 100%;
    padding: 80px 0 100px;
}

.box7 .in_title {
    margin-bottom: 40px;
}

.box7_cen {
    display: flex;
    align-items: center;
}

.box7_l {
    width: 32.9%;
}

.box7_l img {
    display: block;
    width: 100%;
}

.box7_r {
    width: 67%;
}

.box7_r_top {
    width: 100%;
    height: 400px;
    padding: 40px;
    background: #000;
}

.box7_r_bom {
    height: 230px;
    padding: 56px 0;
    padding-left: 40px;
    background: #f7f7f7;
}

.box7_r_bom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box7_r_bom ul li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #d5d5d5;
}

.box7_r_bom ul li:last-child {
    border-right: none;
}

.box7_r_bom ul li .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    background: linear-gradient(to top, #f2800a, #f7a701);
    border-radius: 50%;
    margin-bottom: 20px;

}

.box7_r_bom ul li p {
    font-size: 18;
    line-height: 1;
    color: #666666;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.box8 {
    width: 100%;
    padding: 80px 0 130px;
    background: url(../images/box8_bj.jpg) no-repeat;
    background-size: 100% 100%;
}

.box8_cen {
    display: block;
}

.box8 .in_title {
    margin-bottom: 43px;
}

.box8_bom {
    width: 925px;
    max-width: 100%;
}

.box8_bom ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.box8_bom ul li {
    margin-bottom: 25px;
    width: 450px;
    max-width: 100%;
}

.box8_bom ul li .mySwiper {
    width: 100%;
}

.box8_bom ul li .mySwiper img {
    display: block;
    width: 100%;
}

.box9 {
    padding: 80px 0 100px;
}

.box9_cen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box9_left {
    width: 73.57%;
}


.box9_left_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.box9_left_top_more a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #555555;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.box9_left_top_more p {
    margin-right: 13px;
}

.box9_left_bom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box9_left_bom_l {
    width: 53%;
}

.box9_left_tem_title {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    color: #222222;
    margin-bottom: 10px;

}

.box9_left_tem_title img {
    display: block;
    margin-right: 5px;
}

.box9_left_tem_bom ul li a {
    display: flex;
    justify-content: space-between;
}

.box9_left_tem_bom ul li a>p {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 37px;
    color: #666666;
    font-family: HarmonyOS_Sans_SC_Medium;
    transition: all 0.3s ease-in-out;
}

.box9_left_tem_bom ul li a:hover>p {
    color: #326cf6;
}

.box9_left_tem_bom ul li a>p .dian {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d5d5d5;
    margin-left: 5px;
    margin-right: 10px;
}

.box9_left_tem_bom ul li span.time {
    font-size: 16px;
    line-height: 37px;
    color: #666666;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.box9_left_tem_bom .box9_left_a {
    padding-bottom: 15px;
    border-bottom: 2px dashed #e9e9e9;
    margin-bottom: 15px;
}


.box9_left_bom_r {
    width: 44.66%;
}

.box9_left_bom_r_top {
    margin-bottom: 40px;
}

.box9_left_bom_r_prc {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 13px;
}

.box9_left_bom_r_prc img {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

.box9_left_bom_r_top:hover .box9_left_bom_r_prc img {
    transform: scale(1.05);
}

.box9_left_bom_r a p {
    font-size: 16px;
    line-height: 1;
    color: #666;
    font-family: HarmonyOS_Sans_SC_Regular;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.box9_left_bom_r a:hover p {
    color: #326cf6;
}

.box9_left_bom_r_bom ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box9_left_bom_r_bom ul li {
    width: 48%;
}

.box9_left_bom_r_bom ul li a {
    display: block;
    width: 100%;
}

.box9_left_bom_r_bom ul li a .box9_left_bom_r_prc {
    border-radius: 10px;
    overflow: hidden;
}

.box9_left_bom_r_bom ul li a .box9_left_bom_r_prc img {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

.box9_left_bom_r_bom ul li a:hover .box9_left_bom_r_prc img {
    transform: scale(1.05);
}

.box9_right {
    width: 24.7%;
    position: relative;
    /* height: 100%; */
}

.box9_right .in_title {
    margin-bottom: 45px;
}

.box9_right_bom {
    width: 100%;
    background: #f9f9f9;
    height: 500px;
    padding: 23px 20px;
    border-radius: 13px;
}

.box9_right_bom_top {
    position: relative;
}

.box9_right_bom_title {
    display: flex;
    align-items: center;
    height: 43px;
    width: 100%;
    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 img {
    display: block;
    position: absolute;
    right: 24px;
    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: 400px;
    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: #326cf6;
}

.box9_right_bom_b ul li.box9_right_no button {
    background: #e5e5e5;
    color: #555555;
}



@media (max-width: 1570px) {
    .banner_zi_z_top {
        font-size: 60px;
    }

    .banner_zi_z_top h6 {
        margin-bottom: 10px;
    }

    .banner_zi_z_mind {
        font-size: 28px;
        margin: 15px 0 20px;
        height: 60px;
    }

    .banner_zi_z_bom a {
        width: 310px;
        height: 60px;
    }

    .banner_zi_img img {
        display: block;
        width: 85%;
    }

    .box4_bom_left {
        width: 53%;
    }

    .box4_bom_right_tem {
        font-size: 20px;
        line-height: 30px;
    }

    .swiper_tem .iconfont {
        width: 60px;
    }

    .box7_r_top img {
        display: block;
        max-width: 100%;
        height: 100%;
    }
}

@media (max-width: 1470px) {
    .box4_bom_right_cen {
        width: 90%;
    }

    .banner_zi_z_top {
        font-size: 58px;
    }

    .banner_zi_z_mind {
        font-size: 24px;
    }

    .box1 {
        padding: 30px 0;
    }

    .box1_zi h6 {
        font-size: 20px;
    }

    .box2 {
        padding: 50px 0 80px;
    }

    .in_title h6 {
        font-size: 32px;
        margin-right: 20px;
    }

    .in_title p {
        font-size: 21px;
    }

    .box2 .in_title {
        margin-bottom: 30px;
    }

    .box2_box_title {
        height: 50px;
        font-size: 21px;
    }

    .box2_box_a h6 {
        font-size: 26px;
        margin: 30px 0 24px;
    }

    .box3 {
        padding: 60px 0 80px;
    }

    .box3_btn a {
        width: 270px;
        height: 50px;
        font-size: 20px;
    }

    .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;
    }

    .box4 {
        padding: 60px 0 110px;
    }

    .box4_bom_right_title h1 {
        font-size: 26px;
    }

    .box4_bom_right_tem {
        font-size: 18px;
        line-height: 28px;
    }

    .box5 {
        padding: 60px 0 90px;
    }

    .box5_bom .mySwiper {
        transform: translate(-50%, -25%);
    }

    .box5_box {
        padding-top: 40px;
    }

    .box5_left {
        width: 50%;
        padding-left: 40px;
    }

    .box6 {
        padding: 60px 0 0px;
    }

    .box6 .in_title {
        margin-bottom: 30px;
    }

    .box8 {
        padding: 60px 0 90px;
    }

    .box7 {
        padding: 60px 0 80px;
    }

    .box8 .in_title {
        margin-bottom: 30px;
    }

    .box9 {
        padding: 60px 0 80px;
    }

    .box9_left_top {
        margin-bottom: 30px;
    }

    .box9_right .in_title {
        margin-bottom: 30px;
    }

    .box7_r_top {
        height: auto;
    }

    .box1_img {
        width: 58px;
    }

    .box5_left_more .video_paly {
        margin-left: 0;
    }

    .box5_left {
        width: 60%;
    }
}


@media (max-width: 1280px) {
    .box7_r_bom {
        height: auto;
        padding: 38px 0;
    }

    .box9_cen {
        flex-direction: column;
    }

    .box9_left {
        width: 100%;
    }

    .box9_right {
        width: 100%;
        margin-top: 30px;
    }

    .box9_right_bom {
        height: 400px;
    }

    .box9_left_bom_r_top {
        margin-bottom: 20px;
    }

    .banner_zi_z_top {
        font-size: 40px;
    }

    .banner_zi_z_bom a {
        width: 230px;
        height: 45px;
        font-size: 18px;
    }

    .banner_zi_z_mind {
        font-size: 20px;
        height: 40px;
    }

    .box3_btn a {
        width: 230px;
    }

    .box4_bom_left_play .iconfont {
        width: 150px;
        height: 150px;
    }

    .box4_bom_swiper .box4_more {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .box5_left {
        padding-left: 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;
    }

    .box7_r_top {
        padding: 28px;
    }

    .box7_r_bom {
        padding: 20px 0;
    }

    .swiper_tem .iconfont {
        width: 40px;
    }
}

@media (max-width: 1099px) {
    .in_title h6 {
        font-size: 30px;
        margin-right: 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;
    }

    .box4_bom_right_cen {
        padding-top: 20px;
    }

    .box4_bom_right_title h1 {
        font-size: 22px;
    }

    .box4_bom_right_title {
        margin-bottom: 10px;
    }

    .box4_bom_right_tem {
        font-size: 16px;
        line-height: 24px;
    }

    .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;
    }

    .box6_bom ul li {
        width: 33.333%;
    }

    /* .box6_bom ul li:nth-child(n+7) {
        display: none;
    } */

    .box7_l {
        display: none;
    }

    .box7_r {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .box8_bom ul li {
        width: 50%;
    }

    .box1_cen ul li {
        width: 33%;
        margin-bottom: 10px;
    }

    .box4_box {
        flex-direction: column;
    }

    .box4_bom_left {
        width: 100%;
        overflow: hidden;
    }

    .box4_bom_right {
        width: 94%;
        margin: 0 auto;
    }

    .box4_bom_swiper {
        position: relative;
        margin: 0 auto;
        margin-top: 20px;
        width: 94%;
    }
}

@media (max-width: 768px) {
    .box5_box {
        flex-direction: column-reverse;
    }

    .box5_left {
        width: 100%;
    }

    .box5_right {
        width: 281px;
        max-width: 100%;
        margin: 0 auto;
    }

    .box9_left_bom {
        flex-direction: column;
    }

    .box9_left_bom_l {
        width: 100%;
    }

    .box9_left_bom_r {
        width: 100%;
    }

    .in_title img {
        margin-right: 8px;
    }

    .in_title h6 {
        font-size: 26px;
        margin-right: 10px;
    }

    .in_title p {
        font-size: 18px;
    }

    .box9_left_tem_bom ul li a>p {
        font-size: 14px;
        line-height: 26px;
    }

    .box9_left_tem_bom ul li span.time {
        font-size: 14px;
        line-height: 26px;
    }

    .box9_left_tem_bom .box9_left_a {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .box3_bom ul {
        justify-content: space-between;
    }

    .box3_bom ul li {
        width: 48%;
    }

    .box3_bom ul li:nth-child(n) {
        margin-right: 0%;
    }

    .box1_zi h6 {
        font-size: 16px;
    }

    .box1_zi p {
        font-size: 12px;
        line-height: 16px;
    }

    .box6_bom ul li {
        width: 50%;
    }

    .box5_left_more .box5_more {
        margin-top: 18px;
    }
}

@media (max-width: 560px) {
    .box7_r_bom ul li .iconfont {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }

    .in_title p {
        display: none;
    }

    .box8_bom ul li {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .box1_cen ul li {
        width: 48%;
        margin-bottom: 10px;
    }

    .box3_bom ul li {
        width: 100%;
    }
}





