   .section3 {
       width: 100%;
       height: 100%;
       position: relative;
       overflow: hidden;
   }

   .section3 .w1600 {
       padding-top: 100px;
       height: 100%;
       display: flex;
       align-items: center;
   }

   .Box3 {
       width: 100%;
       position: relative;
       z-index: 1;
   }

   .img3 {
       width: 100%;
       height: 45vh;
       /* box-shadow: 15px -20px 0 #02569D; */
       border-radius: 6px;
       overflow: hidden;
   }

   .img3 img {
       width: 100%;
       height: 100%;
       object-fit: cover;
   }

   .text3 {
       margin-top: 30px;
       padding-right: 720px;
   }

   .desc3 {
       margin-top: 15px;
       font-weight: 500;
       font-size: 18px;
       color: #7E7E7E;
   }

   .Number {
       position: absolute;
       z-index: 2;
       right: 120px;
       bottom: 0;
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       grid-gap: 15px 25px;
   }

   .shuzi {
       width: 240px;
       height: 260px;
       background: #FFFFFF;
       box-shadow: 0px 4px 10px rgba(130, 149, 165, 0.4);
       border-radius: 6px;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       position: relative;
   }

   .shuzi:nth-child(2n) {
       bottom: 60px;
   }

   .shuzi .icon3 {
       display: flex;
       align-items: center;
       justify-content: center;
       width: 120px;
       height: 120px;
       border-radius: 50%;
       background: rgba(222, 240, 255, 0.46);
   }

   .shuzi .icon3 img {
       width: 56px;
   }

   .shuzi span {
       display: flex;
       align-items: center;
       grid-gap: 10px;
   }

   .shuzi h1 {
       font-weight: 700;
       font-size: 40px;
       color: #545454;
   }

   .shuzi p {
       font-weight: 500;
       font-size: 30px;
       color: #545454;
   }

   .shuzi h2 {
       font-size: 16px;
       color: var(--color);
   }

   @media (max-width: 1600px) {
       .text3 {
           padding-right: 600px;
       }

       .desc3 {
           font-size: 16px;
       }

       .Number {
           right: 60px;
       }

       .shuzi {
           width: 180px;
           height: 200px;
       }

       .shuzi .icon3 {
           width: 90px;
           height: 90px;
       }

       .shuzi .icon3 img {
           width: 45px;
       }

       .shuzi h1 {
           font-size: 32px;
       }

       .shuzi p {
           font-size: 24px;
       }
   }

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

   @media (max-width: 1200px) {
       .section3 {
           padding: 90px 0;
       }

       .section3 .w1600 {
           padding-top: 0;
       }

       .img3 {
           height: auto;
           box-shadow: 5px -10px 0 #02569D;
       }

       .Number {
           width: 100%;
           position: relative;
           z-index: 2;
           right: 0;
           bottom: 0;
           display: grid;
           grid-template-columns: repeat(4, 1fr);
           grid-gap: 15px;
       }

       .text3 {
           padding: 0;
       }

       .Number {
           margin-top: 30px;
       }

       .shuzi {
           width: 100%;
           height: auto;
           top: 0 !important;
           padding: 15px;
       }

       .shuzi .icon3 {
           width: 60px;
           height: 60px;
       }

       .shuzi .icon3 img {
           width: 30px;
       }

       .shuzi h1 {
           font-size: 24px;
       }

       .shuzi span {
           margin: 15px 0;
       }
   }

   @media (max-width: 720px) {
       .section3 {
           padding: 60px 0;
       }

       .Number {
           grid-template-columns: repeat(2, 1fr);
       }
   }

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

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