@media (min-width: 996px) {
    .hb-container .swiper-slide:hover {
        width: 14.25rem;
      }
      
      .hb-container .swiper-slide:hover .box {
        opacity: 0;
      }
      
      .hb-container .swiper-slide:hover .hover-box {
        opacity: 1;
      }
      
      .hb-container .swiper-slide:hover .hover-box .icon {
        transform: translateY(0);
        opacity: 1;
        transition: all 0.5s;
        transition-delay: 0.5s;
      }
      .hb-container .swiper-slide:hover {
        width: 14.25rem;
      }
      
      .hb-container .swiper-slide:hover .box {
        opacity: 0;
      }
      .hb-container .swiper-slide:hover .hover-box .t {
        transform: translateY(0);
        opacity: 1;
        transition: all 0.5s;
        transition-delay: 0.6s;
      }
      
      .hb-container .swiper-slide:hover .hover-box .en {
        transform: translateY(0);
        opacity: 0.25;
        transition: all 0.5s;
        transition-delay: 0.7s;
      }
      .hc-container .swiper-wrapper{
        align-items: flex-end;
    }
      .hb-container .swiper-slide:hover .hover-box .t3 {
        transform: translateY(0);
        opacity: 1;
        transition: all 0.5s;
        transition-delay: 0.8s;
      }
      
      .hb-container .swiper-slide:hover .hover-box .more {
        transform: translateY(0);
        opacity: 1;
        transition: all 0.5s;
        transition-delay: 0.9s;
      }

      .loading {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 98;
      }
      .loading video{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
      }
      .loading .txt {
        z-index: 333;
      }
      
      .loading .txt .logo {
        width: 15.35rem;
      }
      
      .loading .txt .logo img {
        width: 100%;
      }
      
      .loading .txt .tit-18 {
        margin-top: 1.5rem;
        color: #EE7700;
      }
      
      .main-container {
        -webkit-clip-path: circle(15% at 70% 40%);
        clip-path: circle(15% at 70% 40%);
        z-index: 999;
        opacity: 0;
      }
      .main-container.show{
        transition: all 0.2s;
        opacity: 1;
      }
      .main-container.on{
        transition: all 2s;
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
        
      }
      .main-container.in{
        transition: all 0s !important;
        opacity: 1;
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
        
      }
      .loading .c.show{
        transition: all 0.2s;
        opacity: 1;
      }
      
      .index header{
        opacity: 0;
        transform: translateY(-100%);
      }
      .index header.on{
        transition: all 0.5s;
        opacity: 1;
        transform: translateY(0%);
      }
      
      
      .loading .c{
        width: 100%;
        height: 100%;
        position: absolute;
      
        background-color: rgba(238, 119, 0, .75);
        left: 0;
        top: 0;
        -webkit-clip-path: circle(25% at 50% 50%);
        clip-path: circle(25% at 50% 50%);
       
        opacity: 0;
      }
      .loading .c.on{
        transition: all 2s;
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
      
      }
      
      .main-container .banner-container .txt{
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.5s;
      
      }
      
      .main-container .banner-container.on .txt{
        transform: translateY(0);
        opacity: 1;
      }
     
}