   .section3 {
       position: relative;
       z-index: 1;
       padding-top: 90px;
       padding-bottom: 90px;
       overflow: hidden;
   }

   .section3 .indexTitle {
       display: flex;
       align-items: center;
   }

   .section3 .indexTitle * {
       color: #fff;
   }

   .box3 {
       margin-top: 30px;
       width: 100%;
   }

   .Swiper3 {
       width: 100%;
       height: 45vw;
   }

   .item3 {
       width: 100%;
       position: relative;
       z-index: 2;
       background: #fff;
   }

   .item3 .text3 {
       overflow: hidden;
       padding: 0 60px;
       position: absolute;
       z-index: 3;
       background: rgba(0, 0, 0, 0.6);
       width: 100%;
       height: 63px;
       left: 0;
       bottom: 0;
       display: flex;
       justify-content: center;
       align-items: center;
       flex-direction: column;
       transition: 0.5s;
   }

   .item3:hover .text3 {
       height: 65%;
       background: rgba(1, 54, 134, 0.6);
   }

   .item3 .text3 h1 {
       font-family: PuHuiTi85;
       font-size: 22px;
       line-height: 1.5;
       color: #FFFFFF;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
   }

   .item3 .text3 h2 {
       font-family: PuHuiTi85;
       font-size: 16px;
       line-height: 1.5;
       text-align: center;
       color: #FFFFFF;
       opacity: 0.8;
       margin-top: 20px;
       margin-bottom: 25px;
       display: none;
   }

   .item3:hover .text3 h2 {
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
   }

   .item3 .text3 .More3 {
       font-family: PuHuiTi55;
       font-weight: 400;
       font-size: 16px;
       line-height: 1;
       color: #FFFFFF;
       display: flex;
       align-items: center;
       grid-gap: 20px;
       display: none;
   }

   .item3:hover .text3 .More3 {
       display: flex;
   }

   .item3 .img3 {
       width: 100%;
       height: 100%;
       position: relative;
       z-index: 2;
   }

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

   .Swiper3 .swiper-button-next:after,
   .Swiper3 .swiper-button-prev:after {
       color: #000;
       font-size: 54px;
   }

   @media (max-width: 1440px) {
       .item3 .text3 {
           padding: 0 30px;
       }

       .item3 .text3 h1 {
           font-family: PuHuiTi65;
           font-size: 18px;
       }

       .item3 .text3 h2 {
           font-family: PuHuiTi65;
           margin-top: 10px;
           margin-bottom: 10px;
       }
   }

   @media (max-width: 1000px) {
       .Swiper3 {
           height: 75vw;
       }
   }

   @media (max-width: 720px) {
       .item3 .text3 {
           height: 40px;
           padding: 0 15px;
       }

       .item3:hover .text3 {
           height: 80%;
       }

       .item3 .text3 h1 {
           font-family: PuHuiTi65;
           font-size: 18px;
       }

       .item3 .text3 h2 {
           font-size: 14px;
       }

       .item3:hover .text3 h2 {
           overflow: hidden;
           display: -webkit-box;
           -webkit-box-orient: vertical;
           -webkit-line-clamp: 1;
       }

       .item3 .text3 .More3 img {
           width: 15px;
       }

       .item3 .text3 .More3 {
           font-size: 14px;
           grid-gap: 10px;
       }

       .Swiper3 .swiper-button-next:after,
       .Swiper3 .swiper-button-prev:after {
           font-size: 24px;
       }

   }

   @media (max-width: 380px) {
       .Swiper3 {
           height: 150vw;
       }

       .item3:hover .text3 {
           height: 65%;
       }

       .item3 .text3 h1 {
           font-size: 16px;
       }

       .item3:hover .text3 h2 {
           overflow: hidden;
           display: -webkit-box;
           -webkit-box-orient: vertical;
           -webkit-line-clamp: 2;
       }
   }