@charset "utf-8"; 

:root {
    --vh: 100vh;
  }

button {
    caret-color: transparent; 
}
.swiper-pagination{position:relative !important;top:0 !important;width:auto !important}
.swiper-stop:active,
.swiper-play:active,
.swiper-button-prev:active,
.swiper-button-next:active {transform:scale(.9);}
#header{background: transparent;}

#header.active{background: #fff !important;}

#header .nav-bx .Htlv01 a{color: #fff;}
#header .hearder-top a{color: #fff;}
#header .hearder-top a:hover{text-decoration: underline; text-underline-position: under;}
#header.active .hearder-top a{color: #696969;}
#header h1 img,
#header .btn-bx button img{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(342deg) brightness(109%) contrast(102%);}
#header.active h1 img,
#header.active .btn-bx button img{filter: none;}

#header.on{background: #fff !important;}
#header.on h1 img{filter: none;}
#header.on .nav-bx .Htlv01 a{color: #000;}
#header.on .hearder-top a{color: #696969;}
#header.on .btn-bx button img{filter: none;}

#main{position:relative;z-index:5;background:#fff;overflow:hidden;}

#visual{height:1080px;padding-top:130px;background:#f5f6ff; overflow: hidden; position:relative;transition:transform 0.7s ease-out, opacity 0.7s ease-out;}
#visual .inner.show{transform:translateY(0);opacity:1;}
#visual .visual-bg{position: absolute; inset: 0; z-index: 0;}
#visual .visual-bg img{position:absolute;bottom:0;left:0;width:1920px;left:50%;margin-left:-50%;height:auto;object-fit:cover;}
#visual .bg-stars{opacity: 1;}
#visual .bg-cube{opacity: 0;  transform: translateX(-50%) scale(1.03); filter: blur(8px); left: auto; right: 0; margin-left: 0 !important;}
#visual.show .bg-cube{animation: cubeFadeIn 1.8s ease forwards;}
#visual .inner{display:flex;justify-content:center; align-items: flex-start; flex-direction:column;height:100%;padding-bottom:75px;}
#visual h2{display:flex;flex-direction:column; align-items: flex-start; font-size:46px;line-height:1.4;}
#visual.show h2 strong,
#visual.show h2 span{ animation: h2-in .6s 1s linear forwards; opacity:0; color: #fff;}
#visual.show h2 strong{animation-delay:2s;}
#visual h2 strong{font-weight:700;}

#visual .data-bx{color: #fff; padding-top: 172px; display: flex; gap: 70px;  } 
#visual .data-bx > div{display: flex; flex-direction: column;}
#visual .data-bx > div strong{font-size: 80px; color: #3af8e2; display: flex; position: relative; opacity: 0;}
#visual .data-bx > div strong::before{content: ''; width: 16px; height: 1px; background: #fff; position: absolute; left: 0; bottom: 12px;}
#visual .data-bx > div strong .count-up {display: inline-block;   min-width: 2ch;}
#visual .data-bx > div strong em{font-weight: 300;}
#visual .data-bx > div h3{font-weight: 700; font-size: 20px;}
#visual .data-bx > div > em{font-weight: 500; padding-top: 3px;}
#visual .data-bx > div h3,
#visual .data-bx > div > em{opacity: 0;}
#visual.show .data-bx > div strong{animation: keliFade .6s 3.8s linear forwards;}
#visual.show .data-bx > div h3,
#visual.show .data-bx > div em{animation: keliFade .6s 2.9s linear forwards;}


@media (max-width:1440px) {
  #visual{height: 100%; padding-top: 200px;}
  #visual .visual-bg img{width: 1500px; height: 100%; bottom: auto; top: 0;}
  #visual h2{font-size: 40px;}
  #visual .data-bx{padding-top: 100px;}
}

@media (max-width:991px) {
  #visual{padding-top: 150px;}
  #visual .inner{padding-bottom: 50px;}
  #visual .visual-bg img{width: 1000px;}
  #visual h2{font-size: 30px;}
  #visual .data-bx{padding-top: 80px;}
  #visual .data-bx > div strong{font-size: 45px;}
  #visual .data-bx > div strong::before{bottom: 6px;}
  #visual .data-bx > div h3{font-size: 18px;}
}

@media (max-width:760px) {
  #visual .inner{padding-bottom: 40px;}
  #visual .visual-bg img{width: 800px;}
  #visual .bg-cube{object-position: 50% 100%;}
  #visual h2{font-size: 24px;}
  #visual .data-bx{gap: 30px;}
  #visual .data-bx > div strong{font-size: 30px;}
  #visual .data-bx > div strong::before{bottom: 3px;}
  #visual .data-bx > div h3{font-size: 15px;}
  #visual .data-bx > div > em{font-size: 14px; padding-top: 0;}
 
}

@media (max-width:414px) {
  #visual .data-bx{width: 100%;}
}


#keli{text-align: center; padding: 117px 0 157px; color: #121212; overflow: hidden; position: relative;}
#keli .inner::before{content: ''; opacity: 0; width: 298px; height: 680px; position: absolute; left: 20px; top: -132px; background: url(/page/keli/images/main/keil_bg.png)no-repeat;}
#keli .keli-tit{display: inline-flex; flex-direction: column; }
#keli .keli-tit h3{font-size: 80px; font-weight: 700;}
#keli .keli-tit strong{font-size: 24px; font-weight: 700; margin-top: -10px;}
#keli .keli-tit p{color: #666; font-size: 18px; font-weight: 500; padding-top: 10px;}
#keli.show .inner::before{animation: keliFade .7s 1s ease forwards;}

#keli .keli-tit h3,
#keli .keli-tit strong,
#keli .keli-tit p {opacity: 0; transform: translateY(40px);}
  
#keli.show .keli-tit h3 {animation: keliFadeUp .7s ease forwards;}
#keli.show .keli-tit strong {animation: keliFadeUp .7s .18s ease forwards;}
#keli.show .keli-tit p {animation: keliFadeUp .8s .35s ease forwards;}

#keli .partner{opacity: 0; padding: 20px 10px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #d7d7d7; border-width: 1px 0; max-width: 581px; margin:75px auto 0;}
#keli .partner strong{font-size: 21px; background: linear-gradient(90deg, #0061A4 0%, #019995 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#keli .partner a{display: flex; gap: 10px; transition: all .3s; justify-content: space-between; align-items: center; border: 1px solid #000; height: 46px; padding: 0 10px; border-radius: 50px;}
#keli .partner a > div{width: 30px; height: 30px; transition: all .3s; justify-content: center; background: #000; border-radius: 50%; display: flex; align-items: center;}
#keli .partner a > div img{display: block; transition: all .3s; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(342deg) brightness(109%) contrast(102%);}
#keli .partner a:hover{background: #000; color: #fff; transition: all .3s;}
#keli .partner a:hover > div{background: #fff; transition: all .3s;}
#keli .partner a:hover > div img{filter: none; transition: all .3s; transform: rotate(45deg);}
#keli.show .partner{animation: keliFadeUp 1s .7s ease forwards;}

#keli .shortcut{position: relative; z-index: 1; padding: 90px 0; display: inline-flex; color: #fff; align-items: center;  justify-content: center; margin-top: 137px; width: 100%; }
#keli .shortcut::before{content: '';  transition-delay: .5s; transform-origin: center center; will-change: transform;  backface-visibility: hidden;
background: url(/page/keli/images/main/short_cut.png)no-repeat center center; background-size: cover; clip-path: inset(0px);   transition: clip-path .5s, -webkit-clip-path .5s;  position: absolute; left: 50%; right: 0; bottom: 0; top: 0;  width: min(1920px, 100vw);   margin-left: calc(min(1920px, 100vw) / -2);}
#keli .shortcut > div{flex: 1; display: inline-flex; flex-direction: column; align-items: center; position: relative;} 
#keli .shortcut > div::after{content: ''; width: 1px; height: 254px; 
background: rgba(255, 255, 255, 0.50); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
#keli .shortcut > div:last-child::after{display: none;}
#keli .shortcut > div h4{font-size: 40px; font-weight: 700;}
#keli .shortcut > div p{font-size: 18px; font-weight: 500; padding-top: 7px;}
#keli .shortcut > div a{margin-top: 50px; display: inline-flex; gap: 10px; transition: all .3s; justify-content: space-between; color: #fff; align-items: center; border: 1px solid #fff; background: rgba(255, 255, 255, 0.20); height: 46px; padding: 0 10px; border-radius: 50px;}
#keli .shortcut > div a .circle{width: 30px; height: 30px; transition: all .3s; justify-content: center; background: #fff; border-radius: 50%; display: flex; align-items: center;}
#keli .shortcut.show::before{clip-path: inset(0 calc((100% - 1640px) / 2)); transition: clip-path .5s, -webkit-clip-path .5s;}
#keli .shortcut.leave::before{ clip-path: inset(0px); transition: clip-path .5s, -webkit-clip-path .5s;}

#keli .shortcut > div a:hover{background: #000; border-color: #000; transition: all .3s;}
#keli .shortcut > div a img{display: block; transition: all .3s;}
#keli .shortcut > div a:hover img{transition: all .3s; transform: rotate(45deg);}

@media (max-width:1440px) {
  #keli{padding: 117px 0 80px;}
  #keli .inner::before{width: 220px; height: 500px; background-size: cover; }
  #keli .shortcut.show::before{clip-path: inset(0 min(20px, 5.333vw));}
}

@media (max-width:991px) {
  #keli{padding: 60px 0;}
  #keli .inner::before{width: 150px; height: 341px;}
  #keli .keli-tit h3{font-size: 60px;}
  #keli .keli-tit strong{font-size: 20px;}
  #keli .keli-tit p{font-size: 16px;}
  #keli .partner{margin: 65px auto 0;}
  #keli .partner strong{font-size: 22px;}

  #keli .shortcut{margin-top: 70px; padding: 60px 0;}
  #keli .shortcut > div h4{font-size: 30px;}
  #keli .shortcut > div p{font-size: 16px;}
  #keli .shortcut > div a{margin-top: 40px; font-size: 15px;}
}

@media (max-width:760px) {
  #keli{padding: 40px 0 60px;}
  #keli .inner::before{width: 100px; height: 221px;}
  #keli .keli-tit h3{font-size: 35px;}
  #keli .keli-tit strong{font-size: 15px;}
  #keli .keli-tit p{font-size: 14px;}
  #keli .keli-tit p br{display: none;}

  #keli .partner{margin: 45px auto 0; flex-direction: column; gap: 15px;}
  #keli .partner strong{font-size: 16px;}
  #keli .partner a{font-size: 14px; height: 40px;}
  #keli .partner a > div{width: 25px; height: 25px;}
  #keli .partner a > div img{width: 8px;}

  #keli .shortcut{margin-top: 60px; flex-direction: column; padding: 30px 0; gap: 60px;}
  #keli .shortcut::after{content: ''; width: 1px; height: 100%; 
  background: rgba(255, 255, 255, 0.50); position: absolute; left: 50%; top: 50%; transform: translateY(-50%)rotate(90deg);}
  #keli .shortcut > div::after{display: none;}
  #keli .shortcut > div h4{font-size: 22px;}
  #keli .shortcut > div p{font-size: 15px;}
  #keli .shortcut > div a{font-size: 14px; height: 40px;}
  #keli .shortcut > div a .circle{width: 25px; height: 25px;}
  #keli .shortcut > div a img{width: 8px;}
}

#news{padding-bottom: 159px;}
#news .inner{display: flex; gap: 90px;}
#news.show .notice{animation: keliFadeleft .9s ease forwards; opacity: 1;}
#news .notice{width: 50%; opacity: 0;}
#news .notice .notice-tit{display: flex; justify-content: space-between; align-items: center;}
#news .notice .notice-tit a{display: inline-flex; gap: 10px; transition: all .3s; justify-content: space-between; align-items: center; border: 1px solid #000;  height: 46px; padding: 0 10px; border-radius: 50px;}
#news .notice .notice-tit a .circle{width: 30px; height: 30px; transition: all .3s; justify-content: center; background: #000; border-radius: 50%; display: flex; align-items: center;}
#news .notice .notice-tit a > div img{transition: all .3s; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(342deg) brightness(109%) contrast(102%);}
#news .notice .notice-tit a:hover{background: #000; transition: all .3s; color: #fff;}
#news .notice .notice-tit a:hover .circle{background: #fff; transition: all .3s;}
#news .notice .notice-tit a:hover > div img{filter: none; transform: rotate(45deg); transition: all .3s;}
#news .notice h4{font-size: 40px; font-weight: 700;}
#news .notice .guide{display: flex; flex-direction: column; padding-top: 34px;}
#news .notice .guide a{position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; transition: all .3s;  border-bottom: 1px solid #c4c4c4; color: #121212; font-weight: 700; transition: color .3s ease;   padding: 45px 0; min-height: 133px;}

#news .notice .guide a .top{display: flex; align-items: center; width: 100%;}
#news .notice .guide a strong{font-size: 24px; transition: color .3s ease; flex: 1 1 auto; min-width: 0; padding-right: 120px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#news .notice .guide a span{color: #666; font-size: 18px; font-weight: 500; flex-shrink: 0;}
#news .notice .guide a::after{content: ''; display: block; position: absolute; left: 0; bottom: -1px; width: 15px;  height: 1px; transition: all 2s 0s cubic-bezier(.22, 1, .36, 1); background: #019995;}
#news .notice .guide a .hover-cont{display: flex; align-items: flex-start; width: 100%; gap: 20px;   overflow: hidden; 
transition: max-height .45s cubic-bezier(.22, 1, .36, 1), opacity .3s ease, transform .35s ease , margin-top .35s ease;}
#news .notice .guide a .hover-cont .txt{flex: 1; min-width: 0;}
#news .notice .guide a .hover-cont .thumb{width: 320px; flex-shrink: 0; overflow: hidden;}
#news .notice .guide a .hover-cont .thumb img{display: block; width: 100%; height: 188px; transition: transform .5s ease; object-fit: cover;}
#news .notice .guide a .hover-cont strong{font-size: 24px;  width: 100%; min-width: 0; color: #121212; font-weight: 700; padding-right: 0; margin-top: -8px; display: block;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#news .notice .guide a .hover-cont p{flex: 1; min-width: 0; padding-top: 10px; font-size: 18px; word-break: keep-all; color: #666; font-weight: 500;
display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
#news .notice .guide a .hover-cont span{padding-top: 30px; display: inline-block;}
#news .notice .guide a:hover .hover-cont strong{color: #019995;}
#news .notice .guide a:hover{height: 100%; color: #019995;}

#news .notice .guide a:hover .hover-cont{max-height: 220px; opacity: 1; transform: translateY(0);}
#news .notice .guide a:hover .hover-cont .thumb img{transform: scale(1.04);}

#news .notice .guide a:hover::after{width: 100%;}
#news .notice .guide a:first-child{border-top: 1px solid #c4c4c4;}

#news .archive{opacity: 0; width: 50%;}
#news.show .archive{animation: keliFaderight .9s ease forwards; opacity: 1;}
#news .archive h4{font-size: 40px; font-weight: 700;}
#news .archive .box{padding-top: 34px;}
#news .archive .box{display: grid; grid-template-columns: repeat(2,1fr); gap:62px;}
#news .archive .box a{position: relative; z-index: 1; border: 1px solid #c4c4c4; overflow: hidden; border-radius: 10px; display: flex; height: 310px; flex-direction: column; align-items: flex-start; padding: 30px 30px 19px;}
#news .archive .box a::before{content: ''; border-radius: 8px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #019995; transform: scaleY(0);
transform-origin: top; transition: transform .6s cubic-bezier(.22, 1, .36, 1); z-index: -1;}
#news .archive .box a:hover::before{transform: scaleY(1);}
#news .archive .box a em{background: #121212; color: #fff; position: relative; display: flex; align-items: center; padding: 0 10px; height: 32px; font-weight: 500; border-radius: 50px;}
#news .archive .box a strong{display: block; font-size: 24px; line-height: 1.2; padding-top: 18px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
#news .archive .box a span{margin-top: auto; font-size: 18px; font-weight: 500; color: #666;}
#news .archive .box a:hover{border-color: #019995;}
#news .archive .box a:hover span{color: #fff;}
#news .archive .box a:hover strong{color: #fff;}

@media (max-width:1440px) {
  #news{padding-bottom: 120px;}
  #news .notice{width: 40%;}
  #news .archive .box{gap: 42px;}
  #news .notice .guide a{padding: 36px 0;}
  #news .notice .guide a .hover-cont .thumb{width: 200px;}
  #news .notice .guide a .hover-cont .thumb img{height: 160px;}
  #news .notice .guide a .hover-cont span{padding-top: 10px;}
}

@media (max-width:991px) {
  #news{padding-bottom: 90px;}
  #news .inner{flex-direction: column; gap: 50px;}
  #news .notice,
  #news .archive{width: 100%;}
  #news .notice h4,
  #news .archive h4{font-size: 30px;}
  #news .notice .notice-tit{align-items: flex-start; gap: 20px;}
  #news .notice .notice-tit a{flex-shrink: 0; font-size: 15px;}
  #news .notice .guide{padding-top: 24px;}
  #news .notice .guide a{padding: 28px 0; min-height: auto;}
  #news .notice .guide a strong{font-size: 20px; padding-right: 40px;}
  #news .notice .guide a span{font-size: 16px;}
  #news .notice .guide a .hover-cont{gap: 16px;}
  #news .notice .guide a .hover-cont .thumb{width: 180px;}
  #news .notice .guide a .hover-cont .thumb img{height: 120px;}
  #news .notice .guide a .hover-cont strong{font-size: 20px;}
  #news .notice .guide a .hover-cont p{font-size: 16px; -webkit-line-clamp: 2;}
  #news .notice .guide a .hover-cont span{padding-top: 16px;font-size: 16px;}

  #news .archive .box{padding-top: 24px; gap: 20px; grid-template-columns: repeat(2, 1fr);}
  #news .archive .box a{height: 240px; padding: 24px 20px 18px;}
  #news .archive .box a em{height: 30px;font-size: 14px;}
  #news .archive .box a strong{font-size: 20px; padding-top: 16px; -webkit-line-clamp: 2;}
  #news .archive .box a span{font-size: 16px;}
}

@media (max-width:760px) {
  #news{padding-bottom: 60px;}
  #news .inner{gap: 40px;}
  #news .notice h4, 
  #news .archive h4{font-size: 25px;}
  #news .notice .notice-tit a{font-size: 14px; height: 40px;}
  #news .notice .notice-tit a .circle{width: 25px; height: 25px;}
  #news .notice .notice-tit a > div img{width: 8px;}
  #news .notice .guide{padding-top: 20px;}
  #news .notice .guide a{padding: 20px 0;}
  #news .notice .guide a strong{font-size: 18px;}
  #news .notice .guide a span{font-size: 15px;}
  #news .notice .guide a .hover-cont .thumb{width: 140px;}
  #news .notice .guide a .hover-cont .thumb img{height: 95px;}
  #news .notice .guide a .hover-cont strong{font-size: 18px; margin-top: -4px;}
  #news .notice .guide a .hover-cont p{font-size: 15px; padding-top: 5px; line-height: 1.2;}
  #news .notice .guide a .hover-cont span{padding-top: 10px; font-size: 14px;}

  #news .archive .box{padding-top: 20px;}
  #news .archive .box a{height: 180px; padding: 15px;}
  #news .archive .box a em{font-size: 13px;}
  #news .archive .box a strong{font-size: 18px;}
  #news .archive .box a span{font-size: 14px;}
}

#partners{background: linear-gradient(180deg, #F5F9FF 0%, #F2FFFA 100%); padding: 95px 0 154px;}
#partners .partners-tit{display: flex; flex-direction: column; align-items: center; color: #121212;}
#partners .partners-tit h3,
#partners .partners-tit strong{font-weight: 700; opacity: 0; transform: translateY(40px);}
#partners .partners-tit h3{font-size: 80px;} 
#partners .partners-tit strong{font-size: 24px; font-weight: 700;}
#partners.show .partners-tit h3{animation: keliFadeUp .7s ease forwards;}
#partners.show .partners-tit strong{animation: keliFadeUp .7s .18s ease forwards;}

#partners .banner-track {padding-top: 121px; position: relative; display: flex; flex-direction: column; gap: 60px;
 filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.10)); }
#partners .banner-track .track {font-size: 0; overflow: hidden; width: 100%;}
#partners .banner-track .track-inner{display: flex; align-items: center; gap: 30px; width: max-content; will-change: transform;}
#partners .banner-track .track-item {flex: 0 0 auto; width: 230px;}
#partners .banner-track .track.bottom .track-item { left: auto; right: 0; }
#partners .banner-track .track-item .layout-inner{padding: 16px 24px; border-radius: 80px; overflow: hidden; background: #fff; }
#partners .banner-track .track-item img { width: 100%;  aspect-ratio: 186 / 62; object-fit: contain; transition: transform .25s ease;}
#partners .banner-track .track-item:hover img { transform: scale(1.1); }
#partners .banner-track .track.is-paused .track-inner{animation-play-state: paused;}
#partners .banner-track .track.top .track-inner{animation: marquee-left var(--duration) linear infinite;}
#partners .banner-track .track.bottom .track-inner{animation: marquee-right var(--duration) linear infinite;}

@media (max-width:991px) {
  #partners{padding: 45px 0 80px;}
  #partners .partners-tit h3{font-size: 60px;}
  #partners .partners-tit strong{font-size: 20px;}
  #partners .banner-track{padding-top: 100px; gap: 40px;}
}

@media (max-width:760px) {
    #partners{padding: 40px 0 60px;}
    #partners .partners-tit h3{font-size: 35px;}
    #partners .partners-tit strong{font-size: 18px;}
    #partners .banner-track{padding-top: 70px; gap: 20px;}
    #partners .banner-track .track-item{width: 150px;}
    #partners .banner-track .track-inner{gap: 20px;}
    #partners .banner-track .track-item .layout-inner{padding: 10px;}
}

@keyframes cubeFadeIn{
    0%{
        opacity: 0;
        transform: translateX(-50%) scale(1.03);
        filter: blur(8px);
    }
    60%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        transform: translateX(-50%) scale(1);
        filter: blur(0);
    }
}

@keyframes marquee-left{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-1 * var(--move)));
    }
}

@keyframes marquee-right{
    0%{
        transform: translateX(calc(-1 * var(--move)));
    }
    100%{
        transform: translateX(0);
    }
}




@keyframes h2-in {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes keliFade{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes keliFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes keliZoomIn  {
  0% {
     transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes keliFadeleft {
  0% {
    opacity: 0;
    transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes keliFaderight {
  0% {
    opacity: 0;
    transform: translateX(120px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
