   @keyframes text {
       0% {
           transform: scale(1);
       }

       100% {
           transform: scale(1.2);
       }
   }

   /* Box1 */
   .section1 {
       position: fixed;
       width: 100%;
       top: 0;
       left: 0;
       z-index: 0;
       height: auto;
       max-height: 100vh;
       padding: 0;
   }

   .bannerBox {
       position: relative;
       z-index: 2;
       overflow: hidden;
       width: 100%;
       height: 100%;
       max-height: 100vh;
   }

   .bannerSwiper {
       position: relative;
       overflow: hidden;
       width: 100%;
       height: 100%;
       max-height: 100vh;
   }

   .bannerSlide {
       overflow: hidden;
       width: 100%;
       height: 100%;
       max-height: 100vh;
       position: relative;
       z-index: 2;
   }

   .bannerSlide .text {
       position: absolute;
       z-index: 4;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       padding: 0 var(--container);
       padding-bottom: 200px;
       background: #00000000;
       display: flex;
       flex-direction: column;
       justify-content: flex-end;
       align-items: flex-start;
   }

   .bannerSlide .text h1 {
       margin-bottom: 30px;
   }

   .bannerSlide .text h1,
   .bannerSlide .text h1 b {
       font-weight: 400;
       font-size: 20px;
       line-height: 1;
       color: var(--white);
       display: flex;
       margin-right: 2px;
   }

   .bannerSlide .text h2 {
       display: flex;
       align-items: center;
   }

   .bannerSlide .text h2,
   .bannerSlide .text h2 b {
       font-weight: 100;
       font-size: 80px;
       line-height: 1;
       color: var(--white);
       display: flex;
       margin-right: 2px;
       font-family: 'Impact';
   }

   .bannerSlide .text h2 p,
   .bannerSlide .text h2 p b {
       font-weight: bold;
       font-size: 40px;
       line-height: 1;
       color: var(--white);
       display: flex;
       margin-right: 2px;
   }


   .bannerSlide .bj {
       width: 100%;
       height: 100%;
       object-fit: cover;
       position: relative;
       z-index: 3;
       animation: text 20s linear infinite;
   }

   .section1 .next1 {
       width: 17px;
       height: 29px;
       background: url(/assets/images/right.png) no-repeat 100% 100%;
       background-size: contain;
       margin: 0;
       top: auto;
       bottom: 75px;
       left: calc(var(--container) + 60px);
       right: auto;
   }

   .section1 .prev1 {
       width: 17px;
       height: 29px;
       background: url(/assets/images/left.png) no-repeat 100% 100%;
       background-size: contain;
       margin: 0;
       top: auto;
       bottom: 75px;
       left: var(--container);
       right: auto;
   }

   .section1 .swiper-button-next:after,
   .section1 .swiper-button-prev:after {
       display: none;
   }

   @media (max-width: 1440px) {}

   @media (max-width: 1200px) {
       .section1 {
           margin-top: 60px;
       }

       .bannerSlide .text h1,
       .bannerSlide .text h1 b {
           font-size: 18px;
       }

       .bannerSlide .text h2,
       .bannerSlide .text h2 b {
           font-size: 60px;
       }

       .bannerSlide .text h2 p,
       .bannerSlide .text h2 p b {
           font-size: 32px;
       }


   }

   @media (max-width: 720px) {
       .bannerSlide .text {
           padding-bottom: 0;
           display: flex;
           justify-content: center;
       }
   }

   @media (max-width: 460px) {

       .bannerSlide .text h1,
       .bannerSlide .text h1 b {
           font-size: 16px;
           display: flex;
           flex-wrap: wrap;
           margin: 2px;
       }

       .bannerSlide .text h1 {
           margin-bottom: 15px;
       }

       .bannerSlide .text h2,
       .bannerSlide .text h2 b {
           font-size: 30px;
       }

       .bannerSlide .text h2 p,
       .bannerSlide .text h2 p b {
           font-size: 20px;
       }
   }



   .Number {
       border-top: 1px solid #ffffff80;
       position: absolute;
       z-index: 2;
       left: 0;
       bottom: 0;
       width: 100%;
       display: flex;
       justify-content: space-around;
   }

   .NumberItem {
       padding: 30px 0;
   }

   .NumberItem h1 {
       font-family: 'Impact';
       font-weight: 100;
       font-size: 40px;
       line-height: 1;
       background: linear-gradient(242.13deg, #FFFFFF 19.52%, #997C65 95.78%);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
       text-fill-color: transparent;
       display: flex;
   }

   .NumberItem h1 span {
       font-family: 'Impact';
       font-weight: 100;
       font-size: 40px;
   }

   .NumberItem h2 {
       margin-top: 10px;
       font-weight: bold;
       font-size: 16px;
       line-height: 1;
       background: linear-gradient(245.45deg, #FFFFFF 8.2%, #997C65 99.64%);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
       text-fill-color: transparent;
   }

   @media (max-width: 720px) {
       .Number {
           position: relative;
           display: flex;
           justify-content: center;
           flex-wrap: wrap;
       }

       .NumberItem {
           width: 33%;
           padding: 15px 0;
           display: flex;
           flex-direction: column;
           align-items: center;
       }

       .NumberItem h1,
       .NumberItem h2 {
           background: linear-gradient(242.13deg, #fbd48a 19.52%, #997C65 95.78%);
           -webkit-background-clip: text;
           -webkit-text-fill-color: transparent;
           background-clip: text;
           text-fill-color: transparent;
       }
   }

   @media (max-width: 460px) {
       .NumberItem {
           width: 50%;
       }

       .NumberItem h1,
       .NumberItem h1 span {
           font-size: 28px;
       }
   }