     /* 产品详情 */
     .cpjj {
         position: relative;
         z-index: 2;
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .CpImg {
         max-width: 900px;
         width: 100%;
         position: relative;
     }

     .CpImg1 {
         width: 100%;
         margin: 0;
     }

     .CpImg2 {
         width: 100%;
         height: auto;
         margin-top: 10px;
     }

     .CpImg img {
         width: 100%;
         height: 100%;
         object-fit: contain;
         background: #fff;
     }

     @media (max-width:960px) {
         .CpImg {
             width: 100%;
         }
     }


     /* 详情 */

     .NyCpXq {
         margin: 0 auto;
         margin-top: 60px;
         max-width: 900px;
         width: 100%;
     }

     .contentBox {
         box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
         width: 100%;
         padding: 35px;
         margin-bottom: 60px;
     }

     .contentBox .title {
         color: #2f2f2f;
         font-size: 24px;
         font-weight: bold;
         margin-bottom: 15px;
     }

     .content {
         width: 100%;
         display: block;
         color: #777777;
         line-height: 2;
     }
