     /* 框架 */
     section {
         position: relative;
         z-index: 1;
         overflow: hidden;
         width: 100%;
         padding: 120px 0;
     }

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

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

     /* 标题 */
     .indexTitle h1 {
         font-weight: bold;
         font-size: 32px;
         margin-bottom: 15px;
     }

     .indexTitle h2 {
         font-size: 16px;
     }

     @media (max-width: 1200px) {
         .indexTitle h1 {
             font-size: 26px;
         }
     }