   .section3 {
       padding: 15px 0px 75px;
       position: relative;
       overflow: hidden;
       background: #F9F9F9;
   }

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

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

   .Box3 {
       width: calc(100% + 120px);
       margin-left: -60px;
       padding: 0 60px;
       margin-top: 30px;
       position: relative;
       display: flex;
       align-items: center;
   }

   .Box3 .anniu3 {
       width: 100%;
       position: absolute;
       left: 0;
       z-index: 1;
       display: flex;
       justify-content: space-between;
   }

   .slide3 {
       position: relative;
       z-index: 2;
       width: 100%;
   }

   .slide3 img {
       width: 100%;
   }

   .slide3 h1 {
       border-top: 3px solid #f19e1f;
       font-size: 14px;
       line-height: 1.25;
       color: #747474;
       display: flex;
       align-items: center;
       justify-content: center;
       text-align: center;
       padding: 0 15px;
       height: 40px;
       background: #ffecd0;
       transition: 0.5s;
   }

   .slide3:hover h1 {
       color: #fff;
       background: #f19e1f;
   }

   @media (max-width:1300px) {
       .Box3 {
           width: 100%;
           margin-left: 0px;
       }
   }

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

       .Box3 .anniu3 img {
           width: 14px;
       }
   }