
.fixed_img{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search_container{
    position: fixed;
    z-index: 5;
    left: 4%;
    bottom: 4%;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
    pointer-events: auto;
    display: none;
}
.search_container>div{
    flex-shrink: 0;
}
.search_container .simple_status{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.search_container .jciconfont{
    font-size: 29px;
    color: #fff;
    transition: all .5s;
}
.search_container .text{
    color: #fff;
    font-size: 14px;
    /* line-height: 1; */
    white-space: nowrap;
    transition: all .5s;
}
.search_container .input_container .search_input{
    height: 1.5vw;
    width: 0vw;
    font-size: 1vw;
    box-shadow: none;
    outline: none;
    /* background: #F8F8FF; */
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    border-bottom:none !important;
    /* border-bottom: 2px solid #ccc !important; */
    border-radius: 0px !important;
    color: #666;
    background: #ffffff00;
    transition: all .5s;
}
.search_container_active .input_container .search_input{
    width: 5vw;
    transition: all .5s;
}
.search_container .search_input::placeholder{
    color: #aaa;
    font-size: 1vw;
    transition: all .5s;
}
.search_container .search_btn{
    width: 0vw;
    height: 0vw;
    border-radius: 50%;
    margin-right: 0vw;
    background-color: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all .5s;
}
.search_container_active .search_btn{
    width: 1.4vw;
    height: 1.4vw;
    margin-right: 1vw;
    transition: all .5s;
}
.search_container .search_btn .jciconfont{
    font-size: 0.8vw;
    transition: all .5s;
}
.search_container_active{
    width: 10vw;
    height: 2.5vw;
    border-radius: 100vw;
    transition: all .5s;
}
.search_container .text_container{
    height: 1vw;
    overflow: hidden;
    transition: all .5s;
    display: flex;
    align-items: flex-start;
}
.search_container_active .text_container{
    height: 0vw !important;
}

.header_container{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 2000px;
    font-size: 0;
}
.header_container .sticky_container{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    height: 100vh;
}
.header_container .sticky_container .swiper{
    position: absolute;
    width: 100%;
    height: 100%;
}
.header_container .sticky_container .swiper_mobile{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}
.header_container .sticky_container .swiper_btn_prev,.header_container .sticky_container .swiper_btn_next{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.header_container .sticky_container .swiper_btn_prev .jciconfont,
.header_container .sticky_container .swiper_btn_next .jciconfont{
    font-size: 1.3vw;
    font-weight: bold;
}
.header_container .sticky_container .swiper_btn_next .jciconfont{
    transform: rotate(180deg);
}
.header_container .sticky_container .swiper_btn_prev{
    left: 2%;
}
.header_container .sticky_container .swiper_btn_next{
    right: 2%;
}
.header_container .header_img{
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header_container .header_img_mobile{
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header_container .header_video{
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.header_container .header_video_mobile{
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.header_container .fliter_1_borderR{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(circle farthest-side at 50% 50%,rgba(255, 255, 255, 0) 130%,rgba(255, 255, 255, 1) 130.1%);
}
.fixed_bg_container{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none;
    background: linear-gradient(125deg, #adadad, #eee, #d5d5d5);
}
.fixed_bg_container .fly_line{
    position: absolute;
    background: linear-gradient(to bottom, #ffffff00,#000,#ffffff00);
}
/* .fixed_bg_container .fly_line_1{
    width: 1vw;
    height: 15vw;
    top: 10%;
    left: 20%;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
}
.fixed_bg_container .fly_line_2{
    width: 0.5vw;
    height: 20vw;
    top: 20%;
    left: 60%;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
}
.fixed_bg_container .fly_line_3{
    width: 1vw;
    height: 10vw;
    top: 50%;
    left: 80%;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
} */
 .synchronization_container{
    position: absolute;
    width: 100%;
    height: 2000px;
    pointer-events: none;
 }
 .synchronization_container .sticky_container{
    position: sticky;
    position: -webkit-sticky;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.icon_logo_container{
    position: relative;
    width: 25vw;
    height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    /* transition: all .1s ease-out; */
    user-select: none;
    pointer-events: none;
}
.icon_logo_container .icon_logo{
    /* position: absolute; */
    /* top: 50%; */
    transform: scale(1);
    transform-origin: 50% 50%;
    width: 100%;
    height: 100%;
    transition: all .2s ease-out;
}
.icon_logo_container .p_1{
    white-space: nowrap;
    font-size: 1.4vw;
    /* font-weight: bold; */
    margin-top: 2vw;
    /* opacity: 0; */
    letter-spacing: 0.5vw;
    /* transition: transform 1s,opacity 1s; */
    /* transform: scale(1.5) translate3d(0,50px,0) skewX(60deg) rotateX(-80deg); */
}
.icon_logo_container .p_1_active{
    /* opacity: 1; */
    /* transform:scale(1) translateZ(0) skewX(0deg) rotateX(0deg); */
}
.products_container{
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
    /* background: linear-gradient(145deg, #a6a7a8, #eaeaea, #cecece); */
}
/* .products_container {
    background: linear-gradient(145deg, #a6a7a8, #eaeaea, #cecece);
    overflow: hidden;
} */
/* .products_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.15;
} */

.products_container .title{
    position: relative;
    margin-top: 7.969vw;
    font-weight: bold;
    font-size: 3.125vw;
}
.products_container .title_cn{
    position: relative;
    z-index: 1;
    display: flex;
    margin-top: 2.292vw;
}
.products_container .title_cn .text{
    color: #231815;
    font-size: 2.188vw;
    margin: 0 29vw;
}
.products_container .title_cn .swiper_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #8a8a8a;
    border-radius: 100vw;
    padding: 0.78vw 1.82vw;
    cursor: pointer;
}
.products_container .title_cn .swiper_btn .jciconfont{
    font-size: 3vw;
    line-height: 0vw;
    color: #777;
}
.products_container .title_cn .swiper_next_btn .jciconfont{
    transform: rotate(180deg);
}

.products_container .swiper {
    width: 100%;
    height: 37.5vw;
    margin-top: 4.479vw;
    margin-bottom: 10.313vw;
}
.products_container .swiper .swiper-slide{
    /* background: linear-gradient(145deg, #c4c4c4, #d4d4d4, #bbb); */
    background: linear-gradient(to bottom, #3a3b3f, #777b80);
}
.products_container .swiper .swiper-slide .product_name_page{
    position: absolute;
    bottom: 5.5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 1s;
}
.products_container .swiper .swiper-slide:hover .product_name_page{
    transform: translate(-50%,-30%);
}
.products_container .swiper .swiper-slide-active:hover .product_name_page{
    transform: translate(-50%,0%);
}
.products_container .swiper .swiper-slide-active .product_name_page{
    opacity: 1;
}
.products_container .swiper .swiper-slide-prev .product_name_page{
    opacity: 1;
    bottom: 0%;
    left: 80%;
}
.products_container .swiper .swiper-slide-next .product_name_page{
    opacity: 1;
    bottom: 0%;
    left: 20%;
}
.products_container .swiper .swiper-slide .product_name{
    font-size: 1.25vw;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    transition: all .5s;
    opacity: 0;
}
.products_container .swiper .swiper-slide-active .product_name{
    opacity: 1;
}
.products_container .swiper .swiper-slide-prev .product_name_page .product_name{
    opacity: 0;
}
.products_container .swiper .url_container{
    display: block;
    width: 100%;
    height: 100%;
}
.products_container .swiper .image_container{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: all .5s;
    overflow: hidden;
    /* border: 1px solid #000; */
}
.products_container .swiper .swiper-slide:hover .image_container{
    opacity: 0.8;
}
.products_container .swiper .swiper-slide-active .image_container{
    opacity: 1 !important;
}
.products_container .swiper .swiper-slide:hover .image_container img{
    scale: 1.05;
}
.products_container .swiper-slide .filter{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, transparent 70.53%, rgba(0, 0, 0, .348) 78.93%, rgba(0, 0, 0, .432) 88.07%, rgba(0, 0, 0, .5));
    transition: all 1s;
    opacity: 0;
}
.products_container .swiper-slide-active .filter{
    height: 100%;
    opacity: 1;
}
.products_container .swiper .image_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale .5s;
}
.products_container .swiper .swiper-slide .page{
    color: #fff;
    font-size: 0.8vw;
    margin-bottom: 1vw;
}

.design_container{
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(to bottom, #ededed, #ededed); */
    background: linear-gradient(to bottom, #ededed00 40%, #2e2e2e);
}
.design_container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    /* filter: url(#noise); */
    mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,0) 0%, 
    rgba(0,0,0,1) 100%);
    -webkit-mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,0) 0%, 
    rgba(0,0,0,1) 100%);
    -moz-mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,0) 0%, 
    rgba(0,0,0,1) 100%);
    opacity: 0.2;
}
.design_container .width_limit{
    width: 100%;
    overflow: hidden;
}
.design_container .rolling_playback_container{
    display: flex;
}
.design_container .design_title{
    position: relative;
    flex-shrink: 0;
    top: 0;
    left: 0;
    font-size: 5.2vw;
    white-space: nowrap;
    font-weight: 300;
    margin-right: 8vw;
}
.design_container .hr_line{
    width: 87.5%;
    height: 2px;
    background-color: #ddd;
    margin: 2.4vw 0 7.135vw;
}
.design_container .swiper{
    width: 100%;
    height: 34.896vw;
}
.carousel_queue_container{
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}
.carousel_queue_container .long_container{
    position: relative;
    display: flex;
    font-size: 0;
    height: 34.844vw;
    margin-left: 6.4vw;
    margin-bottom: 14vw;
}
.carousel_queue_container .next_btn{
    position: absolute;
    z-index: 5;
    padding: 0 1.7vw;
    border-radius: 100vw;
    box-sizing: border-box;
    border: 1px solid #ddd;
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none;
    /* transform: translate(-30%,0); */
}
.carousel_queue_container .next_btn .jciconfont{
    color: #ddd;
    font-size: 3vw;
    /* transform: scale(1.3,1); */
    display: inline-block;
}
.carousel_queue_container .next_btn_active{
    opacity: 1;
}
.carousel_queue_container .slide_item{
    position: relative;
    width: 24.219vw;
    height: 100%;
    margin-right: 2.604vw;
    /* display: inline-block; */
    flex-shrink: 0;
    transition: all 1s;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.carousel_queue_container .slide_item_active{
    width: 57.292vw;
}
.carousel_queue_container .slide_item_prev{
    width: 0%;
    opacity: 0;
    margin-right: 0;
}
.carousel_queue_container .slide_item img{
    position: absolute;
    left: 0%;
    border-radius: 1.823vw;
    width: 24.219vw;
    height: 97%;
    object-fit: cover;
    transition: all 1s;
}
.carousel_queue_container .slide_item:hover img{
    scale: 1.02;
}
.carousel_queue_container .slide_item_active img{
    width: 57.292vw;
}
.carousel_queue_container .slide_item_prev img{
    transform: scale(0.9,0.9);
}
.carousel_queue_container .slide_item .filter{
    position: absolute;
    width: 106%;
    height: 101%;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    backdrop-filter: blur(0px);
    background: rgba(255, 255, 255, 0.0);
    transition: all 1s;
}
.carousel_queue_container .slide_item_next .filter{
    /* width: 106%;
    height: 101%; */
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.0);
    border-radius: 1.823vw;
}
.carousel_queue_container .slide_item_next_next .filter{
    /* width: 110%;
    height: 110%; */
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.0);
}
.carousel_queue_container .slide_item .item_title{
    position: absolute;
    width: 51vw;
    font-size: 3.5vw;
    color: #fff;
    left: 5%;
    /* margin-top: 15vw; */
}
.carousel_queue_container .slide_item .item_sub_text{
    position: absolute;
    bottom: 0%;
    width: 57vw;
    left: 0%;
    display: flex;
    font-size: 1vw;
    color: #fff;
    transform: translateY(60%);
}
.carousel_queue_container .slide_item .item_sub_text .item_sub_text_title{
    position: relative;
    width: 33%;
    font-size: 6.25vw;
    line-height: 7vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.carousel_queue_container .slide_item .item_sub_text .item_sub_text_main{
    position: relative;
    width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.9vw;
}
.carousel_queue_container .slide_item .item_sub_text .item_sub_text_main .cn_text{
    width: 100%;
    margin-bottom: 0.7vw;
}
.carousel_queue_container .slide_item p{
    overflow: hidden;
}
.carousel_queue_container .slide_item .item_sub_text p span{
    transform: translateY(100%);
    display: inline-block;
    transition: all 1s;
}
.carousel_queue_container .slide_item_active .item_sub_text p span{
    transform: translateY(0%);
}
.carousel_queue_container .slide_item .item_title p span{
    transform: translateX(-100%);
    display: inline-block;
    transition: all 1s;
}
.carousel_queue_container .slide_item_active .item_title p span{
    transform: translateY(0%);
}
.business_division_container_f{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 5000px;
    background: linear-gradient(145deg, #a6a6a6, #eee, #a6a6a6, #eee);
}
.mobile_business_division_container{
    display: none;
}
.business_division_container{
    position: relative;
    width: 100%;
    height: 4900px;
}
.business_division_container .stickiness_container{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    will-change: transform;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.business_division_container .stickiness_container .business_division_text_main{
    position: absolute;
    user-select: none;
    pointer-events: none;
    width: 100.1%;
    z-index: 1;
    margin-left: 9.4%;
    transition: all .3s ease-out;
}
.business_division_container .business_division_text_main .p_1{
    font-weight: bold;
    font-size: 4.167vw;
}
.business_division_container .business_division_text_main .p_2{
    color: #231815;
    font-size: 2.7vw;
}
.business_division_container .business_division_text_main .p_3{
    width: 22%;
    color: #231815;
    font-size: 0.84vw;
    margin-top: 5vw;
    line-height: 1.563vw;
}
.business_division_container .business_division_text_main .p_4{
    width: 26%;
    color: #727171;
    font-size: 0.84vw;
    margin-top: 1.563vw;
    line-height: 1.25vw;
}
.business_division_container .business_division_text_main .p_5{

}
.business_division_container .track_container{
    /* margin: 10vw 0; */
    display: flex;
    align-items: center;
    /* transform: translateX(-20%); */
    transition: all .3s ease-out;
}
.business_division_container .track_container .division_item{
    position: relative;
    display: flex;
    width: 60vw;
    height: 35vw;
    will-change: transform;
    flex-shrink: 0;
    margin: 0 10vw;
    align-items: center;
    transition: all .5s;
}
.business_division_container .track_container .division_item .cover_img_container{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 1.3vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    color: #fff;
    transition: all .5s;
}
.business_division_container .track_container .division_item .cover_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100%;
    object-fit: cover;
    /* transition: all .5s; */
}
.business_division_container .track_container .division_item p{
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.business_division_container .track_container .division_item .p_1{
    font-size: 4vw;
    left: 10%;
    margin-bottom: 2vw;
}
.business_division_container .track_container .division_item .p_2{
    width: 37%;
    left: 10%;
    font-size: 1.6vw;
    line-height: 1.7;
}
.business_division_container .track_container .division_item .p_2 span{
    display: inline-block;
    transform: scaleX(4); /* 横向拉伸 2 倍 */
    transform-origin: left; /* 从左侧开始拉伸 */
    margin-right: 1em;    /* 补偿拉伸占据的空间 */
}
.mobile_business_division_container .track_container .division_item .p_2 span{
    display: inline-block;
    transform: scaleX(4); /* 横向拉伸 2 倍 */
    transform-origin: left; /* 从左侧开始拉伸 */
    margin-right: 1em;    /* 补偿拉伸占据的空间 */
}
.business_division_container .track_container .division_item_active{
    margin: 0 7.5vw;
    width: 65vw;
    height: 40vw;
}
.business_division_container .track_container .division_item_active .cover_img_container{
    opacity: 0;
}
.business_division_container .track_container .division_item_active .cover_img_container .p_1{
    left: 0%;
}
.business_division_container .track_container .division_item_active .cover_img_container .p_2{
    left: 0%;
}
.business_division_container .track_container .division_item .division_item_image{
    width: 100%;
    height: 100%;
    border-radius: 1.3vw;
    overflow: hidden;
    background: linear-gradient(to bottom, #cdcdcd, #b9b9b9);
    display: flex;
    justify-content: center;
    align-items: center;
}
.business_division_container .division_item_image .rotate_container{
    position: relative;
    width: 105%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform-origin: 50% 50%;
    transform: rotate(5deg);
    user-select: none;
    pointer-events: none;
}
.business_division_container .division_item_image .rotate_container .left_run{
    position: relative;
    width: 100%;
    margin: 0.5vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
    transition: all 1.1s;
}
.business_division_container .division_item_image .rotate_container .right_run{
    position: relative;
    width: 100%;
    margin: 0.5vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: all 1.1s;
}
.business_division_container .division_item_image .rotate_container .right_run_2{
    position: relative;
    width: 100%;
    margin: 0.5vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: all 1.1s;
}
.business_division_container .division_item_active .division_item_image .rotate_container .left_run{
    transform: translateX(0%) !important;
}
.business_division_container .division_item_active .division_item_image .rotate_container .right_run{
    transform: translateX(0%) !important;
}
.business_division_container .division_item_active .division_item_image .rotate_container .right_run_2{
    transform: translateX(0%) !important;
}

.business_division_container .division_item_image .swiper{
    width: 130%;
    height: 14vw;
}
.business_division_container .division_item_image .swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1vw;
    /* user-select: none; */
}
.business_division_container .division_item_image .swiper-wrapper {
    /* display: flex; */
    transition-timing-function: linear !important; /* 确保滚动速度是恒定的 */
}
.business_division_container .page_container{
    position: absolute;
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
}
.page_container .page_points{
    /* width: 22vw; */
}
.page_container .page_points .width_limit{
    position: relative;
    width: 10%;
    border-radius: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page_container .page_points .width_limit>div{
    flex-shrink: 0;
}
.page_container .page_name{
    width: 100%;
    height: 1.5vw;
    position: relative;
    /* margin: 0 auto; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease-out;
}
.page_container .page_name>div{
    width: 0;
    height: 1.5vw;
}
.page_container .page_name>div>span{
    position: absolute;
    white-space: nowrap;
    transform: translateX(-50%);
    color: #999;
    font-size: 0.84vw;
}
.page_container .page_name .page{
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all .5s;
}
.page_container .page_name .page_active{
    opacity: 1;
}
.page_container .page_points .item_point{
    width: 0.4vw;
    height: 0.4vw;
    border-radius: 50%;
    background-color: #999;
    margin: 0 0.2vw;
}
.page_container .page_points .page_slider{
    width: 4vw;
    height: 1px;
    background-color: #999;
    margin: 0 0.2vw;
    overflow: hidden;
    display: flex;
    align-items: center;
}
/* .page_points .page_slider .page_slider_sub{
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0%;
    transform: translateX(-100%);
} */
.company_profile_container{
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff;
    overflow: hidden;
}
.company_profile_container img{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: flex-start;
    transition: all .5s ease-out;
    will-change: transform;
}
.company_profile_container .bg_img_filter{
    position: relative;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle farthest-side at 50% 50%,rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.6));
    transition: all 1s ease-out;
}
.company_profile_container .bg_img_filter .text_container{
    position: relative;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(125deg, #adadad, #eee, #d5d5d5); */
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 1s ease-out;
}
.company_profile_container .bg_img_filter .corporate_strength_container{
    width: 77%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.3vw;
}
.company_profile_container .bg_img_filter .corporate_strength_container .item{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.company_profile_container .bg_img_filter .corporate_strength_container .item::before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: rgba(153, 153, 153 ,0.8);
    margin-bottom: 1.9vw;
}
.company_profile_container .corporate_strength_container .item .p_1{
    font-size: 3.125vw;
    font-family: Visby CF;
}
.company_profile_container .corporate_strength_container .item .p_2{
    font-size: 0.729vw;
}
.company_profile_container .corporate_strength_container .item .p_3{
    font-size: 0.729vw;
}
.company_profile_container .company_name_en{
    margin-top: 7.3vw;
    font-size: 3.125vw;
    font-weight: bold;
}
.company_profile_container .company_name_cn{
    font-size: 1.563vw;
    margin: 0.9vw 0 3.3vw;
}
.company_profile_container .company_text{
    width: 43%;
    text-align: center;
    line-height: 2;
    font-size: 0.83vw;
    font-weight: 400;
}

.company_profile_container .special_effects_more{
    font-size: 0.84vw;
    margin-top: 3.6vw;
    margin-bottom: 7.125vw;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(153, 153, 153 ,0.9);
    cursor: pointer;
}
.company_profile_container .special_effects_more .style_label{
    padding: 0.6vw 1.823vw;
    transition: all .5s;
}
.company_profile_container .special_effects_more .style_label .jciconfont{
    font-size: 0.84vw !important;
    margin-left: 1.3vw;
}

.company_profile_container .icon_prompt_container{
    margin: 7.125vw 0 1.667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}
.company_profile_container .icon_prompt_container .mouse_icon{
    position: relative;
    width: 1.458vw;
    height: 2.396vw;
    border-radius: 100vw;
    border: 2px solid rgba(187, 187, 187,0.9);
    animation: diffuse 2.5s infinite;
    transition: all .2s;
}
.company_profile_container .icon_prompt_container .mouse_icon .roller{
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.3vw;
    height: 0.3vw;
    border-radius: 50%;
    background-color: #ccc;
    animation: diffuse_2 2.5s infinite;
    transition: all .2s;
}
.company_profile_container .icon_prompt_container span{
    color: #C9CACA;
    font-size: 0.74vw;
    margin-top: 0.573vw;
}

@keyframes diffuse{
    0%   {
        transform: translateY(0%);
    }
    33% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes diffuse_2{
    0%   {
        top: 23%;
        opacity: 0;
        }
    33%   {
        top: 23%;
        opacity: 1;
        }
    80%   {
        top: 77%;
        opacity: 0;
        }
    100% {
        top: 23%;
        opacity: 0;
        }
}
.video_container{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
    font-size: 0;
    /* padding: 4vw 0 0; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    background: linear-gradient(125deg, #adadad, #eee, #d5d5d5);
}
.video_container .play_btn_container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 5.3vw;
    height: 5.3vw;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s;
    pointer-events: none;
    opacity: 0;
}
.video_container .play_btn_container_active{
    opacity: 1;
    /* top: 0;
    left: 0; */
    /* pointer-events: none; */
}
.video_container .play_btn_container .jciconfont{
    font-size: 3vw;
    color: #ddd;
}
.video_container .dynamic_width_container{
    position: relative;
    /* width: 60%; */
    /* height: 100%; */
    transition: all .5s ease-out;
    border-radius: 0.5vw;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
}
.video_container .dynamic_width_container img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all .5s;
}
.video_container .dynamic_width_container video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}
.video_container .dynamic_width_container .video_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* 确保在视频上面 */
    cursor: pointer;
    display: none;
    background: transparent; /* 透明 */
}
.video_container_active .dynamic_width_container img{
    opacity: 0;
}
.video_container_active .dynamic_width_container video{
    pointer-events: all;
    opacity: 1;
}
.video_container_active .play_btn_container{
    transform: scale(0);
    /* pointer-events: all; */
}
.solution_contaainer{
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #d7d7d7,#bfbfbf, #6c6c6c);
}
.solution_contaainer .filter_container{
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.solution_contaainer .blur_container{
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    background: rgba(255, 255, 255, 0.0);
}
.solution_contaainer .filter_container>.p_1{
    font-size: 4.948vw;
    font-weight: bold;
    margin-top: 16.25vw;
    color: #231815;
}
.solution_contaainer .filter_container>.p_2{
    width: 25%;
    text-align: center;
    font-size: 0.84vw;
    color: #3E3A39;
    margin: 3.646vw 0 1.3vw;
    line-height: 1.667vw;
}
.solution_contaainer .filter_container>.p_3{
    width: 30%;
    text-align: center;
    font-size: 0.84vw;
    color: #727171;
    line-height: 1.25vw;
}
.solution_contaainer .filter_container .special_effects_more{
    margin-top: 4.3vw;
    margin-bottom: 13.75vw;
    font-size: 0.84vw;
    cursor: pointer;
}
.solution_contaainer .special_effects_more .style_label{
    padding: 0.6vw 1.823vw;
    transition: all .5s;
}
.solution_contaainer .hypocrisy_hr{
    width: 87.5vw;
    height: 1px;
    background-color: #888;
    margin-bottom: 7.24vw;
}
.solution_contaainer .bg_hypocrisy_sphere{
    position: absolute;
    top: 40%;
    left: 0%;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    /* background: radial-gradient(circle farthest-side at 25% 25%,rgba(187, 187, 187, 0.4),#707070); */
    background-color: #555;
    box-shadow: 0px 0px 20vw 12vw #666;
}
.solution_contaainer .sphere_2{
    top: 0%;
    /* left: auto; */
    /* right: 0%; */
    /* background: radial-gradient(circle farthest-side at 0% 0%,rgba(187, 187, 187, 0.4),#707070); */
    background-color: #777;
    box-shadow: 0px 0px 20vw 7vw #777;
}
.solution_contaainer .sphere_3{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 2vw;
    height: 2vw;
    background-color: #fff;
    box-shadow: 0px 0px 8vw 2vw #fff;
}
.solution_contaainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='4' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.25;
}
@media (max-width:1600px) {
    .search_container .text_container{
        height: 20px;
    }
    .page_container .page_name{
        height: 25px;
    }
    .company_profile_container .corporate_strength_container .item .p_2{
        font-size: 14px;
    }
    .company_profile_container .corporate_strength_container .item .p_3{
        font-size: 14px;
    }
    .page_container .page_name>div>span{
        font-size: 14px;
    }
}

/* @media (pointer: coarse) { */
@media (max-width:996px) {
    .video_container{
        height: 35vh;
    }
    .icon_logo_container{
        width: 60vw;
        height: 60vw;
    }
    .icon_logo_container .p_1{
        font-size: 4.4vw;
    }
    .header_container .sticky_container .swiper_btn_prev,
    .header_container .sticky_container .swiper_btn_next{
        width: 8vw;
        height: 8vw;
    }
    .header_container .sticky_container .swiper_btn_prev .jciconfont,
    .header_container .sticky_container .swiper_btn_next .jciconfont{
        font-size: 3.3vw;
    }
    .header_container .sticky_container .swiper{
        display: none;
    }
    .header_container .sticky_container .swiper_mobile{
        display: block;
    }

    .search_container{
        width: 64px;
        height: 64px;
    }
    .search_container .jciconfont{
        font-size: 22px;
    }
    .search_container .text{
        font-size: 13px;
    }
    .search_container_active{
        width: 36vw;
        height: 8.5vw;
    }
    .search_container .jciconfont{
        font-size: 22px;
    }
    .search_container_active .input_container .search_input{
        width: 17vw;
        height: 7.5vw;
    }
    .search_container .input_container .search_input{
        font-size: 14px;
    }
    .search_container_active .search_btn{
        width: 5vw;
        height: 5vw;
        margin-right: 3vw;
    }
    .search_container .search_btn .jciconfont{
        font-size: 3vw;
    }
    .products_container .title{
        font-size: 7.2vw;
    }
    .products_container .title_cn .text{
        font-size: 4vw;
        margin: 0 18vw;
    }
    .products_container .title_cn .swiper_btn{
        border: 1px solid #8a8a8a;
        padding: 3.2vw 3.82vw;
    }
    .products_container .title_cn .swiper_btn .jciconfont{
        font-size: 9vw;
    }
    .products_container .swiper{
        height: 72.308vw;
        margin-top: 11.538vw;
        margin-bottom: 18.205vw;
    }
    .products_container .swiper .swiper-slide .page{
        font-size: 12px;
    }
    .products_container .swiper .swiper-slide .product_name{
        font-size: 14px;
    }
    .products_container .swiper .swiper-slide .product_name_page{
        bottom: 10%;
    }
    .products_container .title_cn{
        margin-top: 6.667vw;
    }
    .design_container{
        background: linear-gradient(to bottom, #ededed00,#373737 70%, #7b7b7b);
    }
    .design_container .design_title{
        font-size: 7.692vw;
    }
    .carousel_queue_container .long_container{
        height: 94.103vw;
        margin-left: 3.846vw;
        margin-bottom: 60.513vw;
    }
    .carousel_queue_container .slide_item_active{
        margin-right: 3.84vw;
        width: 69.231vw;
    }
    .carousel_queue_container .slide_item img{
        border-radius: 4vw;
    }
    .carousel_queue_container .slide_item_active img{
        width: 69.231vw;
    }
    .carousel_queue_container .slide_item .filter{
        width: 110%;
        height: 103%;
    }
    .carousel_queue_container .slide_item_next .filter {
        backdrop-filter: blur(3px);
    }
    .carousel_queue_container .slide_item .item_title{
        bottom: 10%;
        left: 8%;
        font-size: 6.154vw;
        font-weight: bold;
    }
    .carousel_queue_container .slide_item .item_sub_text{
        flex-direction: column;
        transform: translateY(108%);
    }
    .carousel_queue_container .slide_item .item_sub_text .item_sub_text_title{
        width: auto;
        flex-direction: row;
        justify-content: flex-start;
        font-size: 9.231vw;
        line-height: 1.5;
    }
    .carousel_queue_container .slide_item .item_sub_text .item_sub_text_main{
        width: 90vw;
        font-size: 14px;
        line-height: 2;
        margin-top: 3vw;
    }
    .carousel_queue_container .slide_item .item_sub_text .item_sub_text_main .en_text{
        display: none;
    }
    .carousel_queue_container .next_btn{
        display: none;
    }
    .business_division_container .business_division_text_main .p_1{
        font-size: 7.6vw;
    }
    .business_division_container .track_container .division_item{
        width: 92vw;
        height: 53.846vw;
    }
    .company_profile_container .bg_img_filter .corporate_strength_container{
        width: 92%;
        margin-top: 15.128vw;
        align-items: flex-start;
    }
    .company_profile_container .bg_img_filter .corporate_strength_container .item::before{
        width: 80%;
    }
    .company_profile_container .bg_img_filter .corporate_strength_container .item{
        width: 33.333%;
    }
    .company_profile_container .corporate_strength_container .item .p_1{
        font-size: 7.69vw;
    }
    .company_profile_container .corporate_strength_container .item .p_2{
        text-align: center;
        width: 80%;
    }
    .company_profile_container .corporate_strength_container .item .p_3{
        display: none;
    }
    .company_profile_container .company_name_en{
        font-size: 7.692vw;
        margin-top: 25.385vw;
    }
    .company_profile_container .company_name_cn{
        font-size: 4.615vw;
        margin: 0.9vw 0 12.564vw;
    }
    .company_profile_container .company_text{
        width: 72%;
        font-size: 14px;
    }
    .company_profile_container .special_effects_more{
        font-size: 14px;
        margin-top: 13.077vw;
    }
    .company_profile_container .special_effects_more .style_label .jciconfont{
        font-size: 14px !important;
    }
    .company_profile_container .special_effects_more .style_label{
        padding: 2.5vw 5.1vw;
    }
    .company_profile_container .icon_prompt_container{
        margin: 21vw 0 10vw;
    }
    .company_profile_container .icon_prompt_container .mouse_icon{
        width: 6.154vw;
        height: 10vw;
        border: 1px solid rgba(187, 187, 187, 0.9);
    }
    .company_profile_container .icon_prompt_container .mouse_icon .roller{
        width: 1.3vw;
        height: 1.3vw;
    }
    .company_profile_container .icon_prompt_container span{
        font-size: 14px;
        margin-top: 3.846vw;
    }
    .video_container .play_btn_container{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 20vw;
        height: 20vw;
        opacity: 1;
        box-shadow: 0px 0px 10px #000;
    }
    .video_container .play_btn_container .jciconfont{
        font-size: 10vw;
        color: #aaa;
    }
    .video_container .dynamic_width_container .video_mask {
        /* display: block; */
        background: transparent; /* 保持透明 */
    }
    .solution_contaainer .filter_container>.p_1{
        font-size: 7.69vw;
        margin-top: 29.487vw;
    }
    .solution_contaainer .filter_container>.p_2{
        margin-top: 10.256vw;
        font-size: 14px;
        line-height: 1.71;
        width: 61%;
    }
    .solution_contaainer .filter_container>.p_3{
        display: none;
    }
    .solution_contaainer .filter_container .special_effects_more{
        font-size: 14px;
        margin: 12.8vw 0 62.821vw;
    }
    .solution_contaainer .special_effects_more .style_label{
        padding: 2.8vw 5.385vw;
    }
    .solution_contaainer .filter_container .special_effects_more .jciconfont{
        margin-left: 5px;
    }
    .solution_contaainer .hypocrisy_hr{
        display: none;
    }
    .business_division_container_f{
        display: none;
    }
    .mobile_business_division_container{
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .mobile_business_division_container .business_division_title{
        width: 92.3%;
    }
    .mobile_business_division_container .business_division_title .p_1{
        width: 66%;
        font-weight: bold;
        font-size: 7.692vw;
        margin-top: 25.641vw;
    }
    .mobile_business_division_container .business_division_title .p_2{
        font-size: 4.615vw;
        color: #231815;
        margin: 5.128vw 0 11.282vw;
    }
    .mobile_business_division_container .business_division_title .p_3{
        width: 60%;
        font-size: 14px;
        color: #231815;
        line-height: 1.7;
    }
    
    .mobile_business_division_container .business_division_list{
        position: relative;
        width: 92.3%;
    }
    .mobile_business_division_container .track_container{
        /* margin: 10vw 0; */
        display: flex;
        align-items: center;
        flex-direction: column;
        /* transform: translateX(-20%); */
        transition: all .3s ease-out;
    }
    .mobile_business_division_container .track_container .division_item{
        position: relative;
        display: flex;
        width: 100%;
        height: 53.846vw;
        will-change: transform;
        flex-shrink: 0;
        margin: 5.128vw 0;
        align-items: center;
        transition: all .5s;
    }
    .mobile_business_division_container .track_container .division_item .cover_img_container{
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        border-radius: 1.3vw;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 1;
        transition: all .5s;
    }
    .mobile_business_division_container .track_container .division_item .cover_img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100.1%;
        height: 100%;
        object-fit: cover;
        /* transition: all .5s; */
    }
    .mobile_business_division_container .track_container .division_item p{
        position: relative;
        z-index: 1;
        transition: all .5s;
        color: #fff;
    }
    .mobile_business_division_container .track_container .division_item .p_1{
        font-size: 7vw;
        left: 10%;
    }
    .mobile_business_division_container .track_container .division_item .p_2{
        left: 10%;
        font-size: 14px;
        margin-top: 2vw;
    }
    .mobile_business_division_container .track_container .division_item_active .cover_img_container{
        opacity: 0;
    }
    .mobile_business_division_container .track_container .division_item_active .cover_img_container .p_1{
        left: 0%;
    }
    .mobile_business_division_container .track_container .division_item_active .cover_img_container .p_2{
        left: 0%;
    }
    .mobile_business_division_container .track_container .division_item .division_item_image{
        width: 100%;
        height: 100%;
        border-radius: 1.3vw;
        overflow: hidden;
        background: linear-gradient(to bottom, #cdcdcd, #b9b9b9);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile_business_division_container .division_item_image .rotate_container{
        position: relative;
        width: 105%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform-origin: 50% 50%;
        transform: rotate(5deg);
        user-select: none;
        pointer-events: none;
    }
    .mobile_business_division_container .division_item_image .rotate_container .left_run{
        position: relative;
        width: 100%;
        margin: 0.5vw 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(-100%);
        transition: all 1.1s;
    }
    .mobile_business_division_container .division_item_image .rotate_container .right_run{
        position: relative;
        width: 100%;
        margin: 0.5vw 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(100%);
        transition: all 1.1s;
    }
    .mobile_business_division_container .division_item_image .rotate_container .right_run_2{
        position: relative;
        width: 100%;
        margin: 0.5vw 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(100%);
        transition: all 1.1s;
    }
    .mobile_business_division_container .division_item_active .division_item_image .rotate_container .left_run{
        transform: translateX(0%) !important;
    }
    .mobile_business_division_container .division_item_active .division_item_image .rotate_container .right_run{
        transform: translateX(0%) !important;
    }
    .mobile_business_division_container .division_item_active .division_item_image .rotate_container .right_run_2{
        transform: translateX(0%) !important;
    }

    .mobile_business_division_container .division_item_image .swiper{
        width: 130%;
        height: 19vw;
    }
    .mobile_business_division_container .division_item_image .swiper img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1vw;
        /* user-select: none; */
    }
    .mobile_business_division_container .division_item_image .swiper-wrapper {
        /* display: flex; */
        transition-timing-function: linear !important; /* 确保滚动速度是恒定的 */
    }
}