* {
    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;
}

.case_banner {
    position: relative;
}

.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 {
    width: 50%;
}

.banner_zi_z_top {
    margin-bottom: 35px;
}

.banner_zi_z_top h6 {
    font-size: 37.5px;
    font-family: ;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.banner_zi_z_top p {
    font-size: 28px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.banner_zi_z_mind h6 {
    font-size: 78px;
    line-height: 1;
    letter-spacing: 4px;
    color: #ff5101;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.banner_zi_z_mind p {
    line-height: 60px;
    font-size: 50px;
    color: #fff;
    margin-top: 24px;
    letter-spacing: 5px;
}

.banner_zi_z_mind p span {
    color: #ff5101;
}

.banner_zi_z_bom {
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner_zi_z_bom a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 14px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
}

.banner_zi_z_bom a:hover {
    color: #fff;
    background: transparent;
}

.banner_zi_z_bom a::before {
    content: "";
    display: none;
    position: absolute;
    z-index: -1;
    width: 120%;
    height: 100%;
    left: -126%;
    transform: skew(20deg);
    background: #ff5101;
    transition: all 0.5s ease;
}

.banner_zi_z_bom a:hover:before {
    left: -12%;
}

.banner_zi_z_bom a .iconfont {
    display: block;
    margin-right: 5px;
}

.banner_zi_img {
    width: 100px;
}

.banner_zi_img a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Light;
    color: #fff;
    background: rgba(255, 81, 1, 0.5);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.banner_zi_img a .iconfont {
    font-size: 25px;
}

.banner_zi_img a::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    background: #ff5101;
    transition: all 0.5s ease;
    border-radius: 50%;

}

.banner_zi_img a:hover:before {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.case_banner_list {
    position: absolute;
    left: 50%;
    bottom: 80px;
    z-index: 6;
    transform: translateX(-50%);
}

.mySwiper2 {
    width: 100%;
}

.case_banner_list_box {
    font-family: HarmonyOS_Sans_SC_Medium;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}

.case_banner_list_box h6 {
    font-size: 18px;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}

.case_banner_list_box:hover h6 {
    color: #ff5101;
}

.case_banner_list_box p {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mySwiper2 .swiper-slide-thumb-active .case_banner_list_box {
    color: #ff5101;
}

.case_box1 {
    padding: 100px 0 50px;
    background: #f6f6f6;
}

.case_box1 .ca_box1_cen {
    max-width: 95.83vw;
    margin: 0 auto;
}

.ca_box1_title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 60px;

    padding: 0 10px;
}

.ca_box1_title_t {
    margin-bottom: 25px;
}

.ca_box1_title_t h6 {
    font-size: 50px;
    line-height: 1;
    font-family: HarmonyOS_Sans_SC_Bold;
    margin-bottom: 20px;
    color: #222;
    text-align: right;
    justify-content: flex-end;
}

.ca_box1_title_t h6 .i_max {}

.ca_box1_title_t .enc {
    font-size: 46px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 200;
    color: #666666;
    font-family: CenturyGothic-Regular;
}

.ca_box1_title_b {
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: flex-end;
}

.ca_box1_title_b ul {
    display: flex;
    align-items: center;
    overflow-y: auto;
    white-space: nowrap;
}

.ca_box1_title_b ul li {
    margin-left: 38px;
}

.ca_box1_title_b ul li:first-child {
    margin-left: 0;
}

.ca_box1_title_b ul li a {
    display: flex;
    height: 50px;
    position: relative;
    font-size: 24px;
    color: #333;
    font-family: HarmonyOS_Sans_SC_Bold;
    transition: all 0.5s ease;
}

.ca_box1_title_b ul li a:hover {
    color: #ff5101;
}

.ca_box1_title_b ul li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50%;
    height: 3px;
    border-radius: 1.5px;
    background: #ff5101;
    transition: all 0.5s ease;
}

.ca_box1_title_b ul li a:hover::after {
    left: 0;
    width: 100%;
}

.ca_box1_title_b ul li.active a {
    color: #ff5101;
}

.ca_box1_title_b ul li.active a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background: #ff5101;
    border-radius: 1.5px;
}

.caseList {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}


.caseList .list {
    width: 50%;
    padding: 0 20px 45px;
}

.caseList .list .listTitle a {
    font-size: 26px;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.caseList .list .label {
    margin-top: 5px;
    margin-bottom: 20px;
}

.caseList .list .label a {
    display: flex;
    align-items: center;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Light";
    font-size: 18px;
}

.caseList .list .imgBox {
    position: relative;
    padding-top: 558px;
    overflow: hidden;
}

.caseList .list .imgBox .img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 105%;
    height: 105%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    object-fit: cover;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.caseList .list:hover .imgBox .img {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.caseList .list .imgBox .contentBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.caseList .list:hover .imgBox .contentBox {
    opacity: 1;
}

.caseList .list .imgBox .contentBox .caseLogo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 120px;
}

.caseList .list .imgBox .contentBox .caseLogo img {
    display: block;
    max-width: 65%;
    margin: 0 auto;
}


.caseList .list .imgBox .contentBox .content {
    padding: 0 20px 20px;
}


.caseList .list .imgBox .contentBox .content .desc {
    color: #fff;
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-size: 14px;
    padding: 0px 20px;
    max-height: 72px;
    line-height: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.caseList .list .imgBox .contentBox .content .more {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 48px;
    border-radius: 48px;
    text-align: center;
    font-size: 14px;
    background: #fffcf5;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 50px;
    transition: all 0.5s ease-in;
}

.caseList .list .imgBox .contentBox .content .more:hover {
    color: #fff;
    background: #ff5101;
}

.caseList .list .imgBox .case_box1 .fyq {
    padding-top: 23px;
}

@media (max-width: 1600px) {
    .banner_zi_z_top p {
        font-size: 24px;
    }

    .banner_zi_z_top {
        margin-bottom: 20px;
    }

    .banner_zi_z_mind p {
        line-height: 55px;
        font-size: 46px;
        margin-top: 0;
    }

    .banner_zi_z_bom {
        margin-top: 50px;
    }

    .banner_zi_img {
        width: 80px;
    }

    .banner_zi_img a {
        font-size: 14px;
        width: 80px;
        height: 80px;
    }

    .banner_zi_img a .iconfont {
        font-size: 22px;
    }

    .case_box1 {
        padding: 80px 0 50px;
    }

    .ca_box1_title_t h6 {
        font-size: 46px;
        margin-bottom: 16px;
    }

    .ca_box1_title_t .enc {
        font-size: 42px;
    }

    .ca_box1_title_t {
        margin-bottom: 18px;
    }

    .ca_box1_title_b ul li a {
        height: 40px;
        font-size: 23px;
    }

    .caseList .list .listTitle a {
        font-size: 1.354vw;
    }

    .caseList .list .label {
        margin-bottom: 0;
    }

    .caseList .list .label a {
        font-size: 1.3vw;
    }

    .caseList .list .imgBox {
        margin-top: 1.563vw;
        padding-top: 29.063vw;
    }

    .caseList .list .imgBox .contentBox .caseLogo {
        padding-bottom: 6.25vw;
    }

    .caseList .list .imgBox .contentBox .content {
        padding: 0vw 1.042vw 1.042vw;
    }

    .caseList .list .imgBox .contentBox .content .desc {}

    .caseList .list .imgBox .contentBox .content .more {
        margin-top: 2.604vw;
    }

    .caseList .list {
        width: 50%;
        padding: 0vw 1.042vw 2.344vw;
    }
}

@media (max-width: 1400px) {
    .banner_zi_z_top p {
        font-size: 20px;
    }

    .banner_zi_z_top {
        margin-bottom: 13px;
    }

    .banner_zi_z_mind p {
        line-height: 50px;
        font-size: 40px;
    }

    .case_banner_list_box h6 {
        font-size: 16px;
        margin-bottom: 10px;

    }

    .case_box1 {
        padding: 60px 0 40px;
    }

    .ca_box1_title_t h6 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .ca_box1_title_t .enc {
        font-size: 33px;
    }

    .ca_box1_title_b ul li a {
        height: 30px;
        font-size: 20px;
    }

    .ca_box1_title_t {
        margin-bottom: 15px;
    }


}

@media (max-width: 1200px) {
    .ca_box1_title {
        margin-bottom: 45px;
    }

    .caseList .list .listTitle a {
        font-size: 1.625vw;
    }

    .caseList .list .label a {
        font-size: 1.5vw;
    }

    .caseList .list .imgBox {
        margin-top: 1.875vw;
        padding-top: 34.875vw;
    }

    .caseList .list .imgBox .contentBox .caseLogo {
        padding-bottom: 7.5vw;
    }

    .caseList .list .imgBox .contentBox .content {
        padding: 0vw 1.25vw 1.25vw;
    }

    .caseList .list .imgBox .contentBox .content .desc {}

    .caseList .list .imgBox .contentBox .content .more {
        margin-top: 3.125vw;
    }

    .ca_box1_title_t h6 {
        font-size: 33px;
        margin-bottom: 8px;
    }

    .banner_zi_z_mind p {
        line-height: 40px;
        font-size: 30px;
    }

    .banner_zi_z_top p {
        font-size: 17px;
    }

    .banner_zi_z_top {
        margin-bottom: 10px;
    }

    .banner_zi_z_bom {
        margin-top: 26px;
    }

    .ca_box1_title_t .enc {
        font-size: 24px;
    }

    .ca_box1_title_b ul li a {
        height: 28px;
        font-size: 18px;
    }

    .ca_box1_title_b ul li {
        margin-left: 30px;
    }

    .ca_box1_title_t {
        margin-bottom: 10px;
    }

    .case_box1 {
        padding: 40px 0 30px;
    }

    .case_banner_list {
        bottom: 40px;
    }
}

@media (max-width:768px) {
    .caseList .list {
        width: 100%;
        padding: 0px 0px 20px;
    }

    .caseList .list .listTitle a {
        font-size: 18px;
    }

    .caseList .list .label a {
        font-size: 14px;
    }

    .caseList .list .imgBox {
        margin-top: 10px;
        position: relative;
        padding-top: 86%;
        overflow: hidden;
    }

    .caseList .list .imgBox .contentBox .caseLogo {
        padding-bottom: 20px;
    }

    .caseList .list .imgBox .contentBox .content {
        padding: 0px 15px 15px;
    }

    .caseList .list .imgBox .contentBox .content .desc {
        font-size: 14px;
        color: #fff;
        padding: 0px 10px;
        display: -webkit-box;
        max-height: 60px;
        line-height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .caseList .list .imgBox .contentBox .content .more {
        margin-top: 20px;
        height: 35px;
        -webkit-border-radius: 35px;
        border-radius: 35px;
    }

    .banner_zi_z_top p {
        font-size: 13px;
    }

    .banner_zi_z_mind p {
        line-height: 35px;
        font-size: 25px;
    }

    .banner_zi {
        flex-wrap: wrap;
    }

    .banner_zi_z {
        min-width: 300px;
    }

    .banner_zi_z_bom {
        margin-top: 15px;
    }

    .banner_zi_img {
        margin-top: 10px;
    }

    .banner_zi_img {
        width: 60px;
    }

    .case_banner_list_box h6 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .case_banner_list_box p {
        font-size: 12px;
    }

    .ca_box1_title_t h6 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .ca_box1_title_t .enc {
        font-size: 16px;
    }

    .ca_box1_title_b ul li a {
        height: 26px;
        font-size: 16px;
    }

    .ca_box1_title {
        margin-bottom: 30px;
    }
}