* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    list-style: none;
}

div {
    display: block;
}

.main {
    width: 100%;
    overflow: hidden;
}

.scroll_i {
    display: flex;
}

.scroll_i .i_max {
    overflow: hidden;
    position: relative;
}

.scroll_i .i_max i {
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    top: -5%;
    transform-origin: 100% 50%;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.7);
}

.scroll_i.act_i .i_max i {
    animation: indppTitleRight 2.6s ease both;
}

.new_d_box1 {
    width: 100%;
    display: block;
}

.new_d_box1_cen {
    padding: 30px 0 17px;
    border-bottom: 1px solid #000000;
}

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

.new_d_box1_top_t {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: GOTHIC;
    line-height: 1;
    color: #555555;
}

.new_d_box1_top_time {
    margin-right: 40px;
}

.new_d_box1_top .dian {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff5101;
    margin-right: 10px;
}

.new_d_box1_top_t .iconfont {
    display: block;
    margin-right: 10px;
}

.new_d_box1_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.new_d_box1_title_cen {
    width: 67.143%;
}

.new_d_box1_title h6 {
    font-size: 36px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #000000;
    margin-bottom: 15px;
}

.new_d_box1_title h6:last-child {
    margin-bottom: 0;
}

.new_d_box1_bom {
    width: 100%;
}

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

.new_d_box1_bom_a a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #222222;
    transition: all 0.2s ease;
}

.new_d_box1_bom_a a:hover {
    color: #ff5101;
}

.new_d_box1_bom_a .iconfont {
    display: block;
    margin-right: 4px;
}

.new_d_box2 .new_d_box2_cen {
    padding: 18px 0 80px;
    border-bottom: 2px solid #000000;
}

.new_d_box2 .new_d_box2_t {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4px;
}

.new_d_box2 .new_d_box2_t .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    color: #cbcbcb;
    transition: all 0.2s ease;
    font-size: 20px;

}

.new_d_box2 .new_d_box2_t a {
    display: block;
    margin-left: 10px;
}

.new_d_box2 .new_d_box2_t a:hover .iconfont {
    color: #fff;
    background: #ff5101;
    border-color: #ff5101;
}

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

.new_d_box2_b .new_d_box2_left {
    width: 25.72%;
}

.new_d_box2_left_prc {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.new_d_box2_left_prc>img {
    width: 100%;
    display: block;
    transition: all .8s ease;
}

.new_d_box2_left_prc .logo{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .8s ease;
}
.new_d_box2_left_prc .logo{
    width: 100%;
    height: 100%;
    display: none;
}
.new_d_box2_left_prc:hover>img{
    transform: scale(1.05);
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.new_d_box2_left_prc:hover .logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.new_d_box2_left_tit {
    font-size: 16px;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #222222;
    padding: 10px 0 25px;
}

.new_d_box2_left_b {
    margin-top: 70px;

}

.new_d_box2_left_b .new_d_box2_left_title {
    font-size: 20px;
    line-height: 1.1;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #222222;
    padding-bottom: 15px;
    border-bottom: 2px solid #222222;
}

.new_d_box2_left_b .new_d_box2_left_text ul li {
    margin-top: 38px;
}

.new_d_box2_left_b .new_d_box2_left_text ul li a {
    display: flex;
    flex-direction: column;
}

.new_d_box2_left_b .new_d_box2_left_text .new_d_box2_left_b_title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Light";
    color: #555555;
}

.new_d_box2_left_b_title .new_d_box2_left_b_title_l {
    display: flex;
    align-items: center;

}

.new_d_box2_left_b_title .new_d_box2_left_b_title_l i {
    display: block;
    aspect-ratio: 1/1;
    width: 8px;
    background: #333333;
    margin-right: 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.new_d_box2_left_text a:hover .new_d_box2_left_b_title .new_d_box2_left_b_title_l i {
    color: #ff5101;
    background: #ff5101;
}

.new_d_box2_left_b_bom {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 5px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_d_box2_b .new_d_box2_right {
    width: 67.143%;
    font-size: 16px;
    line-height: 1.6;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #222222;
}

.new_d_box2_b .new_d_box2_right img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.new_d_box2_right_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.new_d_box2_right_btn a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 150px;
    height: 54px;
    border-radius: 27px;
    border: 1px solid #e0e0e0; */
    color: #333333;
    transition: all 0.2s ease;
}

.new_d_box2_right_btn a:hover {
    color: #ff5101;
}

.new_d_box2_right_btn a .iconfont {
    display: block;
    margin: 0 8px;
}

.new_d_box2_right_btn a:first-child .iconfont {
    transform: rotate(-180deg);
}

.new_d_box4_title {
    font-size: 20px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #222222;
    padding: 40px 0;
}

.new_d_box4_bom_prc {
    overflow: hidden;
}

.new_d_box4_bom_prc img {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

.new_d_box4_bom_box:hover .new_d_box4_bom_prc img {
    transform: scale(1.1);
}

.new_d_box4_bom_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}

.new_d_box4_bom_text h6 {
    font-size: 22px;
    line-height: 1;
    color: #333333;
    font-family: HarmonyOS_Sans_SC_Medium;
    transition: all 0.3s ease;
    font-weight: normal;
}

.new_d_box4_bom_box:hover .new_d_box4_bom_text h6 {
    color: #ff5101;
}

.new_d_box4_bom_text p {
    display: flex;
    align-items: center;
    color: #333333;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 14px;
    line-height: 1;
}

.new_d_box4_bom_text p .iconfont {
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 1600px) {
    .new_d_box1_title h6 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .new_d_box2 .new_d_box2_cen {
        padding: 18px 0 60px;
    }
}

@media (max-width: 1400px) {
    .new_d_box1_title h6 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .new_d_box2_left_b {
        margin-top: 50px;
    }

    .new_d_box2_left_b .new_d_box2_left_text ul li {
        margin-top: 30px;
    }

    .new_d_box2_b .new_d_box2_right {
        width: 67.143%;
        font-size: 16px;
        line-height: 1.4;
    }

    .new_d_box2 .new_d_box2_cen {
        padding: 18px 0 40px;
    }
}

@media (max-width: 1200px) {
    .new_d_box4_title {
        padding: 30px 0;
    }

    .new_d_box4_bom_text h6 {
        font-size: 20px;
    }

    .new_d_box4_bom_text {
        margin-top: 16px;
    }

    .new_d_box1_cen {
        padding: 28px 0 15px;
    }

    .new_d_box1_title h6 {
        font-size: 26px;
        margin-bottom: 6px;
    }

    .new_d_box2 .new_d_box2_cen {
        padding: 10px 0 28px;
    }

    .new_d_box2 .new_d_box2_t .iconfont {
        width: 36px;
        font-size: 18px;
    }

    .new_d_box2_left_b_bom {
        font-size: 15px;
    }

    .new_d_box2_left_b .new_d_box2_left_title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .new_d_box2_left_b .new_d_box2_left_text .new_d_box2_left_b_title {
        font-size: 14px;
    }

    .new_d_box2_left_b {
        margin-top: 38px;
    }
}

@media (max-width: 980px) {
    .new_d_box2_b {
        flex-direction: column-reverse;
    }

    .new_d_box2_b .new_d_box2_right {
        width: 100%;
    }

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

    .new_d_box2_left_prc img {
        object-fit: cover;
        max-height: 200px;
    }

    .new_d_box1_top {
        width: 100%;
        justify-content: space-between;
    }

    .new_d_box1_title_cen {
        width: 100%;
        text-align: center;
        margin: 15px 0;

    }

    .new_d_box1_title_cen .scroll_i {
        justify-content: center;
    }

    /* .new_d_box2 .new_d_box2_t {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 15px;
    } */
    .new_d_box1_bom_a a {
        font-size: 15px;
    }

    .new_d_box2_right_btn a {
        width: 140px;
        height: 40px;
    }

    .new_d_box2_left_b {
        margin-top: 28px;
    }

    .new_d_box2_right_btn a {
        font-size: 15px;
    }

    .new_d_box4_bom_text h6 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .new_d_box1_title h6 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .new_d_box1_cen {
        padding: 20px 0 10px;
    }

    .new_d_box2_b .new_d_box2_right {
        font-size: 15px;
        line-height: 1.3;
    }

    .new_d_box2_right_btn a {
        width: 100%;
        height: 38px;
        justify-content: left;
    }

    .new_d_box2_right_btn a .iconfont {
        margin: 0 4px;
    }

    .new_d_box4_bom_text h6 {
        font-size: 16px;
    }

    .new_d_box4_bom_text p {
        font-size: 12px;
    }

    .new_d_box4_bom_text p .iconfont {
        font-size: 12px;
    }

    .new_d_box4_title {
        padding: 20px 0;
        font-size: 18px;
    }
}