*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.main .newsDoc{
    padding-top: unset;
    padding-bottom: unset;
    background: unset;
    width: unset;
    margin-left: unset;
    margin-right: unset;
}
.main .newsDoc p{
    font-size: unset;
    margin-top: unset;
}

#pchide{
    display: none;
}
#pc_hide{
    display: none;
}
#isShow{
    display: block;
}
#isHide{
    display: none;
}
img{
    width: 100%;
}

.blur-up.lazyloaded {
    filter: blur(0);
}

.blur-up {
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter;
}

.ya_long_jiang{
    background-color: #F7F8FF;
}
.banner_video{
    position: relative;
}
.banner_video video{
    width: 100%;
    display: block;
}
/*  */
.scroll-text{
    opacity: 0;
    transform: translateY(40%);
    transition: .5s;
}

.scroll-text.active{
    opacity: 1;
    transform: none;
}


.banner_pause{
    width: 6.25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: all 1s;
}
.banner_video:hover .banner_pause{
    transform: translate(-50%,-50%) scale(1);
}

.banner_text{
    color: #FFFFFF;
    position: absolute;
    top: 16.354167vw;
    left: 18.671875vw;
}
.banner_text h2{
    font-size: 2.9166vw;
    line-height: 1.25;
    letter-spacing: 0px;
}
.main .banner_text p{
    margin-top: 1.25vw;
    font-size: 1.25vw;
    line-height: 1.5;
    letter-spacing: 2px;
}
.main .banner_text .watch_video{
    width: 9.84375vw;
    font-size: .729167vw;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: center;
    padding: .833333vw 2.1875vw;
    border-radius: 1.25vw;
    border: 1px solid #FFFFFF;
    margin-top: 1.666667vw;
}
.main .banner_text .watch_video:hover{
    cursor: pointer;
    background-color: rgba(246, 244, 244, 0.85);
    color: #000000;
}
.main .video_control_box{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6666;
    background: rgba(0, 0, 0, 0.85);
    display: none;
}
.main .video_control_box .hero_banner_video{
    width: 66.666667vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main .video_control_box .hero_banner_video img{
    position: absolute;
    top: 0;
    left: 67.44444vw;
    width: 1.25vw;
}

.main .video_control_box .hero_banner_video img:hover{
    cursor: pointer;
}


.sec1_text{
    margin: 5.3125vw auto 2.5vw;
    width: fit-content;
}
.sec1_text h2{
    color: #000000;
    font-size: 2.91666vw;
    line-height: 3.541666vw;
    letter-spacing: 0px;
    text-align: center;
}
.sec1_text h2:nth-of-type(2){
    color: #C7000B;
}
.main .sec1_text p{
    margin-top: 1.25vw;
    color: #000000;
    font-size: 1.25vw;
    line-height: 1.875vw;
    letter-spacing: 0.6px;
    width: 72.91666vw;
    text-align: center;
}
.sec_pic_ceil{
    width: 100%;
    position: relative;
}
.sec_pic_text{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /* backdrop-filter: blur(20px);
    background-image: linear-gradient(180deg, rgb(53 51 51 / 20%) 0%, rgb(14 13 13 / 20%) 98%); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-image: linear-gradient(180deg, rgb(85 86 98 / 25%) 0%, rgb(4 2 24 / 48%) 98%);
}
.sec_pic_text .sec_pic_content{
    margin-top: 1.875vw;
    margin-left: 13.5416vw;
    margin-bottom: 1.875vw;
    width: 72.91666vw;
}
.sec_pic_text h3{
    color: #FFFFFF;
    font-size: 1.458333vw;
    line-height: 2.1875vw;
}
.main .sec_pic_text p{
    margin-top: .83333vw;
    color: #FFFFFF;
    font-size: 1.25vw;
    line-height: 1.875vw;
}
.sec2_text{
    display: flex;
    justify-content: space-between;
    width: 62.5vw;
    margin: 0 auto 1.458333vw;
    padding-top: 2.5vw;
}
.sec2_text h2{
    display: inline-block;
    font-size: 2.5vw;
    line-height: 3.3125vw;
    letter-spacing: -1.2px;
    color: #C7000B;
}
.sec2_text span{
    margin-left: .78125vw;
    font-size: 1.25vw;
    font-weight: 600;
}
.main .sec2_text p{
     width: 100%;
     color: #000000CC;
     font-size: 1.25vw;
     line-height: 1.375vw;
     letter-spacing: 0px;
     margin-top: .41666vw;
     text-align: center;
} 
.sec2_text li:nth-of-type(3) span{
    margin: unset;
}    
.sec2_text li:nth-of-type(3) div{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
/* .sec2_text li:nth-of-type(3) p{
    color: #000000CC;
    font-size: .9375vw;
    line-height: 1.375vw;
    letter-spacing: 0px;
    width: 18.23958vw;
    text-align: unset;
    margin-left: .520833vw;
} */

.main .sec2_pic p{
    width: 62.5vw;
}
.sec3_text{
    width: 72.91666vw;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec3_text_pic{
    /* width: 26.04166vw; */
    width: 18.56312vw;
}
.sec3_text li:nth-of-type(1){
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 7.29166vw 0 6.25vw;
}
.sec3_text_content{
    width: 40.572916vw;
    margin-top: 2.437345vw;
}
.sec3_text .sec3_text_content h2{
    display: inline-block;
    /* color: #191919; */
    font-size: 2.29166vw;
    line-height: 2.760416vw;
    text-align: left;
}
.main .sec3_text_content p{
    margin-top: 2.083333vw;
    color: #00000099;
    font-size: 1.45833vw;
    line-height: 2.1875vw;
}
.sec3_text_content_bottom{
    margin-top: 6.25vw;
    width: 22.39583vw;
    display: flex;
    justify-content: space-between;
}
.sec3_text_content_bottom h3{
    color: #C7000B;
    /* color: #000000; */
    font-size: 2.5vw;
    line-height: 3.3125vw;
    letter-spacing: -1.2px;
}
.sec3_text_content_bottom h2{
    display: inline-block;
    color: #C7000B;
    /* color: #000000; */
    font-size: 2.5vw;
    line-height: 3.3125vw;
    letter-spacing: -1.2px;
}


.sec3_text_content_bottom span{
    font-size: 1.25vw;
}
.main .sec3_text_content_bottom p{
    color: #000000CC;
    font-size: .9375vw;
    line-height: 1.375vw;
    letter-spacing: 0px;
    margin-top: .364583vw;
}
.sec3_text li:nth-of-type(2){
    width: 100%;
    display: flex;
    justify-content: center;
    display: none;
}
.sec3_text_middle{
    width: 66.6666vw;
}
.sec3_text_middle h3{
    color: #414141;
    font-size: 1.875vw;
    line-height: 2.8125vw;
    letter-spacing: 0px;
}
.sec3_text_middle span{
    display: block;
    width: 100%;
    color: #414141;
    font-size: 1.35416vw;
    line-height: 1.14583vw;
    letter-spacing: 1.5px;
    text-align: right;
    margin: .729166vw 0 .625vw;
}
.main .sec3_text_middle p{
    color: #414141;
    font-size: .9375vw;
    line-height: 1.14583vw;
    letter-spacing: 1.5px;
    text-align: right;
}
.sec3_text li:nth-of-type(3){
    display: flex;
    justify-content: center;
}
.sec3_text li:nth-of-type(3) h2{
    margin: 0 0 6.25vw;
}
.sec3_text li h2{
    font-size: 2.91666vw;
    line-height: 3.541666vw;
    text-align: center;
    /* margin:0 0 6.25vw; */
}
.main .sec3_pic p{
    color: #FFFFFF;
    font-size: 1.25vw;
    line-height: 1.875vw;
    margin-bottom: 1.25vw;
}
.sec3_pic a{
    color: #FFFFFF;
    font-size: 1.25vw;
    line-height: 1.25vw;
}
.sec4_text{
    width: 72.9166vw;
    margin: 0 auto 0;
    /* padding-top: 5.208333vw; */
    padding-top: 6.25vw;
}
.sec4_text video{
    display: block;
    width: 33.3333vw;
    border-radius: .6755208vw;
}
.sec4_text li{
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
    margin-bottom: 5.208333vw;
}
.sec4_text li:nth-of-type(even){
    flex-direction: row-reverse;
}
.sec4_text li:nth-last-of-type(1){
    margin-bottom: 0;
}
.sec4_video_text{
    width: 29.1666vw;
    margin-top: 4.192708vw;

}
.sec4_video_text h2{
    color: #191919;
    font-size: 2.291666vw;
    line-height: 1.25;
}
.main .sec4_video_text p{
    color: #00000099;
    font-size: 1.458333vw;
    line-height: 1.5;
    letter-spacing: 0.3px;
    margin-top: .9375vw;
}
/* .sec4_pic .sec_pic_content{
    display: flex;
    justify-content: space-between;
}
.sec4_pic h3{
    margin-bottom: .83333vw;
}
.sec4_pic ul{
    width: 31.25vw;
    display: flex;
    justify-content: space-between;
}
.sec4_icon_ceil{
    width: 1.86614vw;
}
.sec4_pic li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec4_pic p{
    font-size: 1.25vw;
    line-height: 1.875vw;
    text-align: center;
    margin: unset;
} */
.sec4_pic{
    width: 33.3333vw;
}
.sec4_icon_ceil{
    margin: .9375vw auto 0;
    width: 24.21875vw;
    display: flex;
    justify-content: space-between;
}
.sce4_icon{
    width: 1.741666vw;
    margin-bottom: .3890625vw;
    filter: contrast(100);  
}
.sec4_ceil_wrapper{
    width: 7.041666vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main .sec4_ceil_wrapper p{
    color: #000000;
    font-size: .83333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    margin: unset;
}




.sec5_text{
    width: 72.91666vw;
    margin: 0 auto 0;
}
.sec5_text li{
    padding: 3.958333vw 0;
}
.sec5_text li:nth-of-type(1){
    display: flex;
    justify-content: space-between;
    display: none;
}
.sec5_text li:nth-of-type(2){
    padding: 6.25vw 0 2.5vw;
}
.sec5_text_content{
    width: 18.87864583vw;
    margin-top: 8.6979166vw;
}
.sec5_pic_content{
    width: 47.845312vw;
}
.sec5_text_content h3{
    color: #000000;
    font-size: 1.875vw;
    line-height: 2.8125vw;
}
.sec5_text .sec5_text_content p{
    margin-top: .3125vw;
    color: #000000;
    font-size: 1.14583vw;
    line-height: 1.71875vw;
    text-align: unset;
}
.sec5_text_middle h3{
    color: #414141;
    font-size: 1.875vw;
    line-height: 2.8125vw;
}
.sec5_text_middle span{
    display: block;
    width: 100%;
    text-align: right;
    color: #414141;
    font-size: 1.354166vw;
    line-height: 1.14583vw;
    letter-spacing: 1.5px;
    margin: .729166vw 0 .625vw;
}
.main .sec5_text .sec5_text_middle p{
    color: #414141;
    font-size: .9375vw;
    line-height: 1.145833vw;
    letter-spacing: 1.5px;
    text-align: right;
}
.sec5_text h2{
    /* color: #000000; */
    font-size: 2.91666vw;
    line-height: 3.54166vw;
    text-align: center;
    color: #C7000B;
}
.main .sec5_text p{
    color: #000000;
    font-size: 1.25vw;
    line-height: 1.875vw;
    letter-spacing: 0.6px;
    text-align: center;
    margin-top: 1.25vw;
}
.sec5_text li:nth-of-type(3){
    padding-bottom: 2.5vw;
}
.sec6_text{
    width: 100%;
    /* margin-top: 5.20833vw; */
    margin-top: 6.25vw;
}
.sec6_text li{
    width: 100%;
    display: flex;
    background-color: #FFFFFF;
}
.sec6_text li:nth-of-type(2){
    margin-top: 1.6666vw;
}
.sec6_pic{
    width: 60.197916vw;
}
.sec6_pic img{
    display: block;
}
.sec6_text_content{
    width: 29.166666vw;
    margin-top: 6.84895vw;
    margin-left: 4.89583vw;
}
.sec6_text_content h2{
    color: #191919;
    font-size: 2.291666vw;
    line-height: 2.760416vw;
}
.main .sec6_text_content p{
    margin-top: .83333vw;
    color: #00000099;
    font-size: 1.45833vw;
    line-height: 2.1875vw;
}
.sec6_text_bottom{
    padding: 7.708333vw 13.54166vw;
    display: none;
}
.sec6_text_bottom h3{
    color: #414141;
    font-size: 1.875vw;
    line-height: 2.8125vw;
}
.sec6_text_bottom span{
    display: block;
    width: 100%;
    text-align: right;
    margin: .729166vw 0 .625vw;
    color: #414141;
    font-size: 1.35416vw;
    line-height: 1.145833vw;
    letter-spacing: 1.5px;
}   
.main .sec6_text_bottom p{
    text-align: right;
    color: #414141;
    font-size: .9375vw;
    line-height: 1.145833vw;
    letter-spacing: 1.5px;
}












.news_detail{
    width: 71.91666vw;
    margin: 6.25vw auto 0;
}
.other_case.news_detail{
    /* padding-bottom: 5.2083333vw; */
    margin-top: 0;
}
.news_detail_content{
    width: 100%;
    margin: 0 auto;
}
.news_detail_content h2{
    font-size: 2.91666vw;
    line-height: 3.54166vw;
    text-align: center;
}
.case_list{
    margin-top: 2.5vw;
    display: flex;
    /* justify-content: space-between; */
    overflow: hidden;
}
.case_list_content{
    border-radius: .625vw .625vw .625vw .625vw;
    background-color: #FFFFFF;
    margin-right: 1.109375vw;
    margin-bottom: 6.25vw;
    overflow: hidden;
    transition: all 0.5s;
}
.case_pic{
    width: 23.0260416vw;
}
.case_pic img{
    display: block;
}
.case_text{
    box-sizing: content-box;
    padding: 1.25vw 1.25vw 2.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.case_list_content h4{
    width: 20.4166666vw;
    color: #191919;
    font-size: 1.14583vw;
    line-height: 1.302083vw;
    margin-bottom: 4.947916vw;
}
.related_reports .case_list_content h4{
    margin-bottom: 0;
}


.case_list_content span:nth-of-type(1){
    color: #191919;
    font-size: .83333vw;
    line-height: .9895833vw;
}
.case_list_content span:nth-of-type(2){
    color: #666666;
    font-size: .792166vw;
    line-height: .885416vw;
    margin-left: .833333vw;
}
.case_list_content:hover{
    /* box-shadow: 16px 20px 14px #a8a1a1; */
    box-shadow: 12px 18px 10px 0px #a8a1a1;
}
.swiper-slide{
    width: 23.0260416vw;
}
.sec3_text .sec3_text_content .scroll-text h2{
    width: 46vw;
}









@media screen and (max-aspect-ratio:11/10) {
    .main .newsDoc{
        padding-left: unset;
        padding-right: unset;
    }
    #mb_hide{
        display: none;
    }
    #pc_hide{
        display: block;
    }
    /* #pchide{
        display: inline;
    } */
    .banner_text{
        top: 10.3333vw;
        left: 5vw;
    }
    .banner_text h2{
        font-size: 6.11111vw;
        line-height: 1.2;
        letter-spacing: 0px;
    }
    .main .banner_text p{
        margin-top: 1.111111vw;
        font-size: 3.888889vw;
        line-height: 1.2;
        letter-spacing: 0px;
    }
    .main .banner_text .watch_video{
        width: 22.222222vw;
        font-size: 1.944444vw;
        letter-spacing: 0px;
        text-align: center;
        padding: 2.083333vw 6.222222vw;
        border-radius: 3.333333vw;
        margin-top: 3.333333vw;
    }



    /*  */
    .scroll-text{
        opacity: 1;
        transform: translateY(0);
        /* transition: .5s; */
    }
    .banner_pause{
        width: 13.33333vw;
        z-index: 2;
        transform: translate(-50%,-50%) scale(1);
    }
    .sec1_text h2{
        color: #191919;
        font-size: 6.66666vw;
        line-height: 8.05555vw;
        display: inline;
    }
    .sec1_text{
        margin: 13.3333vw auto;
        width: 90vw;
    }
    .main .sec1_text p{
        margin-top: 3.33333vw;
        opacity: 0.800000011920929;
        color: #333333;
        font-size: 4.4444vw;
        line-height: 5.55555vw;
        letter-spacing: 0;
        width: 90vw;
    }
   
    .sec_pic_content_mb{
        color: #FFFFFF;
    }
   .sec_pic_content_mb h3{
        margin: 5.8333vw 5vw 0 ;
        font-size: 6.66666vw;
        line-height: 10vw;
    }
   .sec_pic_content_mb .line_mb{
        opacity: 0.5;
        border: 1px solid #E0E0E099;
        margin: 5vw 3.3333vw 3.8888vw;
    }
   .main .sec_pic_content_mb p{
        font-size: 4.44444vw;
        line-height: 6.66666vw;
        margin: 0 5vw 7.77777vw;
    }
   .sec2_text{
        /* background-color: #000000; */
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
        width: 76.1111vw;
        margin: 13.3333vw auto 0;
        justify-content: flex-start;
        padding-top: 0;
    }
   .sec2_text h2{
        font-size: 6.66666vw;
        line-height: 7.77777vw;
        margin-top: 0;
    }
   .sec2_text li:nth-of-type(1) h2{
        /* margin-top: 13.33333vw; */
   }
   .sec2_text span{
        font-size: 3.88888vw;
    }
    .sec2_text li:nth-of-type(3){
        margin-top: 6.66666vw;
    }
   .mian .sec2_text p{
        color: #FFFFFF;
        margin: 2.2222vw auto 0;
        font-size: 3.33333vw;
        line-height: 4.44444vw;
    }
    .main .sec2_text p{
        width: fit-content;
        font-size: 3.33333vw;
        color: #333333;
        line-height: 4.4444vw;
        letter-spacing: 0px;
        text-align: center;
        margin-top: 2.222222vw;
    }
    .sec2_text li:nth-of-type(2){
        margin-left: 12.5vw;
    }
   .sec2_text li:nth-of-type(3) span{
        margin-left: 1.302083vw;
    }
   .sec2_text li:nth-of-type(3) p{
        /* color: #FFFFFF; */
        font-size: 3.3333vw;
        line-height: 4.4444vw;
        text-align: center;
        width: 78.0555vw;
        margin-bottom: 13.3333vw;
        margin-top: 2.22222vw;
        text-align: unset;
        margin-left: 0;
    }
    .sec2_text li:nth-of-type(3) p>b{
        display: inline;
        width: 78.0555vw;
        text-align: unset;
        margin-left: 0;
        font-weight: 400;
    }
    .sec2_text li:nth-of-type(3)>div{
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .main .sec2_pic p{
        width: unset;
    }
    .sec3_text{
        width: unset;
    }
    .sec3_text_pic{
        width: 89.93333vw;
        margin-top: 13.3333vw;
    }
    .sec3_text li:nth-of-type(1){
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 13.3333vw;
        margin-bottom: 0;
    }
    .sec3_text_content{
        width: 90vw;
        /* margin-top: 8.88888vw; */
        margin-top: 0;
    }
    /*  */
    .sec3_text .sec3_text_content h2{
        /* padding: 0 2.7777vw; */
        font-size: 6.66666vw;
        line-height: 10vw;
        text-align: center;
    }
    .main .sec3_text_content p{
        margin-top: 6.6666vw;
        color: #00000099;
        font-size: 4.44444vw;
        line-height: 1.5;
        text-align: center;
    }
    .sec3_text_content_bottom{
        width: 68.6111vw;
        margin: 11.1111vw auto 0;
    }
    .sec3_text_content_bottom h3{
        font-size: 7.22222vw;
        line-height: 10.6vw;
        letter-spacing: -0.72px;
        padding: unset;
    }
    .sec3_text_content_bottom span{
        font-size: 3.61111vw;
    }
    .main .sec3_text_content_bottom p{
        margin-top: 1.16666vw;
        font-size: 3.33333vw;
        line-height: 4.4vw;
    }
    .sec3_text_middle{
        width: 90vw;
        margin-bottom: 13.33333vw;
    }
    .sec3_text_middle h3{
        font-size: 5.55555vw;
        line-height: 1.5;
    }
    .sec3_text_middle span{
        font-size: 4.44444vw;
        line-height: 6.11111vw;
        letter-spacing: 1.5px;
        margin-top: 4.44444vw;
    }
    .main .sec3_text_middle p{
        font-size: 3.33333vw;
        line-height: 6.11111vw;
        letter-spacing: 1.5px;
        margin-top: 1.11111vw;
    }
    .sec3_text li:nth-of-type(2){
        padding-top: 13.3333vw;
        background-color: #111A2C33;
        display: none;
    }
    .sec3_text li h2{
        font-size: 6.66666vw;
        line-height: 8.05555vw;
        /* text-align: center; */
        /* margin: 13.3333vw auto; */
    }
    .sec3_text li:nth-of-type(3) h2{
        margin: 13.3333vw auto;
    }
    .main .sec3_pic p{
        margin: 7.77777vw 5vw 4.4444vw;
    }
    .sec3_pic a{
        font-size: 4.4444vw;
        line-height: 1.5;
        margin-left: 5vw;
    }
    .sec3_pic .sec_pic_content_mb{
        padding-bottom: 7.7777vw;
    }
    .sec4_text{
        padding-top: 13.3333vw;
        width: 90vw;
        margin: 0 auto ;
        /* margin-bottom: 13.3333vw; */
    }
    .sec4_text li{
        flex-direction: column;
        align-items: center;
    }
    .sec4_text li:nth-of-type(even){
        flex-direction: column;
    }
    .sec4_text video{
        width: 90vw;
        border-radius: 2.222222vw;
    }
    .sec4_video_text{
        margin-top: 6.6666vw;
        width: unset;
    }
    .sec4_video_text h2{
        font-size: 6.66666vw;
        line-height: 1.5;
        text-align: center;
    }
    .main .sec4_video_text p{
        margin-top: 6.66666vw;
        font-size: 4.44444vw;
        line-height: 1.5;
        letter-spacing: 0.15px;
        text-align: center;
    }
    .sec4_pic{
        width: 90vw;
    }
    .sec4_icon_ceil{
        width: 90vw;
        margin-top: 4.44444vw;
    }
    .sec4_ceil_wrapper{
        width: 25vw;
    }
    .sce4_icon{
        width: 4.97777vw;
    }
    .main .sec4_ceil_wrapper p{
        color: #111A2C99;
        font-size: 2.7777vw;
        line-height: 1.5;
        letter-spacing: 0px;
        text-align: center;
        margin: unset;
    }
    .sec4_text li{
        margin-bottom: 8.88888vw;
    }
    .sec4_text li:nth-last-of-type(1){
        margin-bottom: 0;
    }





    .sec5_text{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sec5_text li{
        padding: unset;
        padding-top: 13.33333vw;
    }
    .sec5_text li:nth-of-type(1){
        flex-direction: column-reverse;
    }
    .sec5_text li:nth-of-type(2){
        padding: 13.3333vw 5vw;
    }
    .sec5_pic_content{
        width: 90vw;
    }
    .sec5_text_content{
        margin-top: 5.55555vw;
        width: 90vw;
    }
    .sec5_text_content h3{
        font-size: 6.66666vw;
        line-height: 1.5;
        text-align: center;
    }
    .main .sec5_text .sec5_text_content p{
        margin-top: 6.66666vw;
        font-size: 4.44444vw;
        line-height: 1.5;
        letter-spacing: 0px;
        text-align: center;
    }
    .sec5_text_middle{
        background-color: #111A2C33;
        padding: 13.3333vw 5vw;

    }
    .sec5_text_middle h3{
        color: #000000;
        font-size: 5.55555vw;
        line-height: 1.5;
        letter-spacing: 0px;
    }
    .sec5_text_middle span{
        color: #000000;
        font-size: 4.4444vw;
        line-height: 6.1111vw;
        letter-spacing: 1.5px;
        margin: 4.44444vw 0 1.11111vw;
    }
    
    .main .sec5_text .sec5_text_middle p{
        color: #000000;
        font-size: 3.33333vw;
        line-height: 6.11111vw;
        letter-spacing: 1.5px;
    }
    .sec5_text li:nth-of-type(3){
        padding: 13.3333vw 5vw;
    }
    .sec5_text h2{
        /* color: #191919; */
        font-size: 6.66666vw;
        line-height: 8.05555vw;
        letter-spacing: 0px;
    }
    .main .sec5_text p{
        margin-top: 3.33333vw;
        opacity: 0.800000011920929;
        color: #333333;
        font-size: 4.4444vw;
        line-height: 1.2;
        letter-spacing: 0.44px;
        text-align: center;
    }
    .sec6_text{
        margin-top: 13.3333vw;
    }
    .sec6_text li{
        margin: 0 auto;
        width: 90vw;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        border-radius: 2.222222vw;
    }
    .sec6_pic{
        width: 90.42777vw;
    }
    .sec6_text_content{
        width: 74.4444vw;
        margin: unset;
        margin-top: 5.18333vw;
    }
    .sec6_text_content h2{
        color: #191919;
        font-size: 5.55555vw;
        line-height: 5.35833vw;
        letter-spacing: 0px;
    }
    .main .sec6_text_content p{
        margin-top: 6.6666vw;
        color: #666666;
        font-size: 3.33333vw;
        line-height: 1.2;
        letter-spacing: 0px;
        margin-bottom: 7.7777vw;
    }
    .sec6_text li:nth-of-type(2){
        margin-top: 4.4444vw;
    }
    .sec6_text_bottom{
        margin-top: 13.3333vw;
        padding: 13.3333vw 5vw;
        background-color: #111A2C33;
    }
    .sec6_text_bottom h3{
        color: #000000;
        font-size: 5.55555vw;
        line-height: 1.5;
        letter-spacing: 0px;
    }
    .sec6_text_bottom span{
        color: #000000;
        font-size: 4.44444vw;
        line-height: 6.11111vw;
        letter-spacing: 1.5px;
        margin-top: 4.44444vw;
        margin-bottom: 1.1111vw;
    }
    .main .sec6_text_bottom p{
        color: #000000;
        font-size: 3.33333vw;
        line-height: 6.11111vw;
        letter-spacing: 1.5px;
    }
    .news_detail_content h2{
        color: #191919;
        font-size: 6.66666vw;
        line-height: 8.05555vw;
        letter-spacing: 0px;
        text-align: center;
    }
    .news_detail{
        width: unset;
        padding: 13.333vw 0 0;
        margin: 0;
    }
    .case_list{
        margin-top: 13.3333vw;
        flex-direction: column;
    }
    .case_pic{
        width: 90.42777vw;
    }
    .case_text{
        padding: 4.908333vw 9vw 7.7777vw 8.57222vw;
    }
    .case_list_content h4{
        color: #191919;
        font-size: 4.5vw;
        line-height: 5.11383vw;
        letter-spacing: 0px;
        width: 72.85833vw;
    }
    .case_list_content{
        border-radius: 3.25vw 3.25vw 3.25vw 3.25vw;
        width: 90vw;
        margin: 0 auto;
        margin-bottom: 4.4444vw;

    }


    .case_list_content span:nth-of-type(1){
        font-size: 3.27222vw;
        line-height: 3.86111vw;
        letter-spacing: 0px;
    }
    .case_list_content span:nth-of-type(2){
        font-size: 2.8638vw;
        line-height: 3.47777vw;
        letter-spacing: 0px;
        margin-left: 3.272222vw;
    }
    .swiper-wrapper{
        flex-direction: column;
    }
    .swiper-slide{
        width: 90vw;
    }
    .sec3_text .sec3_text_content .scroll-text h2{
        width: unset;
    }
    .main .video_control_box .hero_banner_video{
        width: 100%;
        top: 44.7777%;
    }
    .main .video_control_box .hero_banner_video img{
        top: 56.666667vw;
        left: 50%;
        width: 6.666667vw;
        transform: translate(-50%, 0);
    }
}


@media screen and (max-width: 1440px){
    .main .newsDoc {
        width: auto;
        padding-left: unset;
        padding-right: unset;
    }
}


@media screen and (min-width: 1024px) and (max-width:1194px) and (min-aspect-ratio:11/10){
    .sec3_text .sec3_text_content .scroll-text h2{
        text-align: left;
        width: 46vw;
    }
    .banner_pause {
        width: 13.33333vw;
        z-index: 2;
        transform: translate(-50%,-50%) scale(0.5);
    }
}


