     /* 产品图文简介 */
     .section1 {
         position: relative;
         padding: 0 var(--container);
         padding-top: 100px;
         display: flex;
         justify-content: space-between;
         align-items: center;
     }

     .section1::after {
         content: "";
         display: block;
         width: 100%;
         height: 100%;
         background: linear-gradient(180deg, #003E98 0%, rgba(0, 62, 152, 0.20) 100%);
         position: absolute;
         z-index: 2;
         left: 0;
         top: 0;
     }

     .section1 .text1 {
         position: relative;
         z-index: 3;
         width: 300px;
         display: flex;
         flex-direction: column;
         justify-content: center;
     }

     .section1 .text1 h1 {
         color: #FFF;
         text-shadow: 0 4px 4px rgba(0, 0, 0, 0.10);
         font-family: MiSans2;
         font-size: 40px;
     }

     .section1 .text1 .mbx {
         margin-top: 15px;
         margin-bottom: 90px;
     }

     .ProductPhoto {
         position: relative;
         z-index: 3;
         width: calc(100% - 400px);
         height: 40vw;
     }

     .Swiper1 {
         width: 100%;
         height: 100%;
     }

     .Slide1 {
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .Slide1 img {
         width: 100%;
         -webkit-box-reflect: below 5px linear-gradient(transparent 40%, rgba(0, 0, 0, 0.4));
         box-reflect: below 5px linear-gradient(transparent 40%, rgba(0, 0, 0, 0.4));
     }


     @media (max-width:1200px) {
         .section1 .text1 h1 {
             font-size: 34px;
         }

         .section1 .text1 .mbx {
             margin-top: 15px;
             margin-bottom: 60px;
         }

         .ProductPhoto {
             width: calc(100% - 330px);
             height: 45vw;
         }
     }

     @media (max-width: 900px) {
         .section1 {
             flex-wrap: wrap;
         }

         .section1 .text1 {
             width: 100%;
         }

         .ProductPhoto {
             width: 100%;
             height: 50vw;
         }
     }

     @media (max-width: 600px) {
         .section1 .text1 h1 {
             font-size: 24px;
         }

         .section1 .text1 .mbx {
             margin-top: 15px;
             margin-bottom: 30px;
         }
     }



     /* 详情 */
     .section2 {
         margin-bottom: 150px;
     }

     .List2 {
         padding: 0 var(--container);
         border-bottom: 2px solid rgba(0, 0, 0, 0.10);
         display: flex;
         justify-content: space-evenly;
     }

     .List2 h1 {
         display: flex;
         align-items: center;
         justify-content: center;
         height: 90px;
         color: #000;
         text-align: center;
         font-family: MiSans2;
         font-size: 18px;
         border-bottom: 2px solid #fff0;
         width: 100%;
         max-width: 340px;
     }

     .List2 h1.on {
         border-bottom: 2px solid var(--color);
     }

     .Box2 {
         margin-top: 60px;
         padding: 0 var(--container);
     }

     .content2 {
         width: 100%;
         padding: 30px;
         background: #F4F4F4;
         display: none;
     }

     .content2.on {
         display: block;
     }

     @media (max-width: 1200px) {
         .section2 {
             margin-bottom: 90px;
         }
     }

     @media (max-width: 900px) {
         .section2 {
             margin-bottom: 60px;
         }
     }

     @media (max-width: 600px) {
         .Box2 {
             margin-top: 30px;
         }

         .List2 {
             grid-gap: 15px;
         }

         .List2 h1 {
             width: auto;
             font-size: 14px;
         }

         .content2 {
             padding: 10px;
         }
     }

     .biaoge {
         margin-top: 75px;
         width: 100%;
     }
figure.table table{
width:100%!important
}