     .NyBigBox {
         margin-top: 100px;
     }

     @media (max-width: 1200px) {
         .NyBigBox {
             margin-top: 60px;
         }
     }

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

     .CpImg {
         border: 1px solid #ccc;
         width: 600px;
         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;
     }

     .CpText {
         width: calc(100% - 680px);
         display: flex;
         flex-direction: column;
         grid-gap: 30px;
     }

     .CpText h1 {
         font-size: 38px;
         color: #000000;
     }

     .CpText h2 {
         font-size: 22px;
         color: #000000;
     }

     .CpText h3 {
         font-weight: 400;
         font-size: 16px;
         color: #5B5B5B;
     }

     .NyMore {
         display: flex;
         align-items: center;
         justify-content: center;
         width: 245px;
         height: 60px;
         background: #F5F5F5;
         border-radius: 30px;
         font-size: 16px;
         color: #898989;
         position: relative;
         padding-right: 30px;
     }

     .NyMore img {
         width: 38px;
         height: 38px;
         position: absolute;
         right: 10px;
     }

     @media (max-width: 1600px) {
         .CpText {
             width: 700px;
         }
     }

     @media (max-width:1440px) {
         .CpImg {
             width: 500px;
         }

         .CpText {
             width: calc(100% - 530px);
         }
     }

     @media (max-width:1200px) {
         .CpImg {
             width: 40%;
         }

         .CpText {
             width: calc(60% - 30px);
             grid-gap: 10px;
         }

         .CpText h1 {
             font-size: 28px;
         }
     }

     @media (max-width:720px) {
         .cpjj {
             display: flex;
             flex-wrap: wrap;
         }

         .CpImg {
             width: 100%;
         }

         .CpText {
             width: 100%;
             padding-top: 30px;
             padding-left: 0px;
         }
     }



     /* 详情 */
     .CpXqList {
         margin-top: 90px;
         margin-bottom: 60px;
         padding: 30px 0;
         position: relative;
         display: flex;
         justify-content: center;
         align-items: center;
     }

     .CpXqList::after {
         content: "";
         display: block;
         width: 200%;
         height: 2px;
         background: #D9D9D9;
         position: absolute;
         bottom: 0;
         left: -50%;
     }

     .CpXqList span {
         display: block;
         width: 2px;
         height: 20px;
         background: #D9D9D9;
     }

     .CpXqList a {
         position: relative;
         display: flex;
         align-items: center;
         font-size: 20px;
         color: #000000;
         width: 280px;
         justify-content: center;
         border-right: 1px solid #ccc;
     }

     .CpXqList a:last-child {
         border-right: 0;
     }

     .CpXqList a.on {
         font-weight: bold;
     }

     .CpXqList a .icon {
         display: none;
         position: absolute;
         transform: translateX(-90px);
         width: 50px;
     }

     .CpXqList a.on .icon {
         display: block;
     }

     .contentBox {
         width: 100%;
     }

     .content {
         width: 100%;
         min-height: 500px;
         display: none;
     }

     .content.on {
         display: block;
     }



     @media (max-width: 1200px) {
         .CpXqList {
             margin-top: 30px;
             margin-bottom: 30px;
         }

         .CpXqList a {
             font-size: 16px;
         }

         .CpXqList a .icon {
             width: 30px;
             transform: translateX(-55px);
         }

         .content {
             width: 100%;
             min-height: 300px;
         }

         .contentBox .title {
             margin-top: 60px;
             margin-bottom: 30px;
         }
     }

     @media (max-width: 720px) {
         .CpXqList {
             padding-bottom: 10px;
         }

         .CpXqList a {
             width: 100%;
             padding: 0;
             margin-bottom: 45px;
         }

         .CpXqList span {
             display: none;
         }

         .CpXqList a .icon {
             position: absolute;
             top: 30px;
             right: auto;
             left: auto;
             transform: rotate(90deg);
         }

         .contentBox .title {
             font-size: 24px;
             grid-gap: 15px;
         }

         .contentBox .title span {
             display: block;
             width: 45px;
             height: 4px;
         }
     }

     .biaoge{
        margin-top: 75px;
        width: 100%;
     }