   /* 内页大图 */
   .Nybanner {
       position: relative;
       width: 100%;
       height: 110px;
       background: #000;
       display: flex;
       justify-content: center;
   }

   .Nybanner>img {
       position: relative;
       width: 100%;
       height: 100%;
       object-fit: cover;
       opacity: 1;
       display: none;
   }

   .Nybanner .text {
       display: none;
       position: absolute;
       z-index: 3;
       width: 100%;
       height: 100%;
       padding: 0 var(--container);

   }

   .Nybanner .text .container {
       height: 100%;
       display: flex;
       align-items: flex-start;
       flex-direction: column;
       justify-content: center;
   }

   .Nybanner .text h1 {
       font-weight: 700;
       font-size: 42px;
       line-height: 1.5;
       color: #FFFFFF;
       margin-bottom: 15px;
   }

   .Nybanner .text span {
       display: block;
       width: 36px;
       height: 4px;
       background: #FFFFFF;
   }

   @media screen and (max-width: 1440px) {}

   @media screen and (max-width: 1200px) {
       .Nybanner {
           margin-top: 60px;
           height: 0px;
       }

       .Nybanner .text h1 {
           font-size: 32px;
       }

   }

   @media screen and (max-width: 720px) {
       .Nybanner>img {
           min-height: 25vh;
       }

       .Nybanner .text h1 {
           font-size: 28px;
       }
   }

   @media screen and (max-width: 640px) {}

   /* 面包屑样式 */
   .mbx {
       padding: 0 var(--container);
       display: flex;
       align-items: center;
       padding-top: 40px;
       padding-bottom: 60px;
   }

   .mbx,
   .mbx a {
       font-size: 18px;
       line-height: 25px;
       color: #8B8B8B;
   }

   @media screen and (max-width: 1200px) {
       .mbx {
           padding-top: 20px;
           padding-bottom: 40px;
       }

       .mbx,
       .mbx a {
           font-size: 16px;
       }
   }

   @media screen and (max-width: 720px) {
       .mbx {
           padding-top: 15px;
           padding-bottom: 30px;
       }

       .mbx,
       .mbx a {
           font-size: 14px;
       }
   }

   /* 页码 */
   .Post {
       border-top: 1px solid #e6e6e6;
       width: 100%;
       padding: 20px 0;
       display: flex;
       justify-content: space-between;
   }

   .Post a {
       max-width: 50%;
       color: #333;
       line-height: 1;
       font-size: 16px;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
   }

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

       .Post a {
           width: 100%;
           max-width: 100%;
           margin: 5px 0;
       }
   }

   /* 框架结构 */
   body {
       background: #fff;
   }

   .NyBigBox {
       padding-top: 120px;
       padding-bottom: 140px;
       position: relative;
       z-index: 9;
       overflow: hidden;
   }

   @media (max-width: 1440px) {
       .NyBigBox {
           padding-bottom: 120px;
       }
   }

   @media (max-width: 1260px) {
       .NyBigBox {
           padding-top: 90px;
           padding-bottom: 90px;
       }
   }

   @media (max-width: 720px) {
       .NyBigBox {
           padding-top: 45px;
           padding-bottom: 45px;
       }
   }

   /* 分类 */
   .NavStyleBox {
       position: relative;
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
       align-items: flex-start;
   }

   .NavStyleBox .NyNavList {
       position: relative;
       z-index: 98;
       width: 340px;
   }

   .NavStyleBox .NyContentList {
       width: calc(100% - 400px);
   }

   .NyNavList h1.h1 {
       width: 100%;
       height: 86px;
       background: var(--color);
       padding: 0 48px;
       display: flex;
       align-items: center;
       justify-content: space-between;
       font-weight: 700;
       font-size: 24px;
       line-height: 1.5;
       color: #FFFFFF;
       display: none;
   }



   .ProductList {
       width: 100%;
       display: flex;
       flex-wrap: wrap;
       grid-gap: 2px;
   }

   .ProductNav {
       width: 100%;
       position: relative;
       background: #EFF6FD;
   }

   .ProductNav .NyNav_1 {
       position: relative;
       padding: 0 30px;
       height: 70px;
       display: flex;
       justify-content: space-between;
       align-items: center;
   }

   .ProductNav:hover .NyNav_1,
   .ProductNav.cur .NyNav_1 {
       background: var(--color);
   }

   .ProductNav .NyNav_1 a {
       font-size: 20px;
       line-height: 1.5;
       color: #000000;
       padding-right: 15px;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 3;
   }

   .ProductNav:hover .NyNav_1 a,
   .ProductNav.cur .NyNav_1 a {
       color: #fff;
   }


   .ProductNav .NyNav_1 img {
       width: 16px;
       height: 16px;
       object-fit: cover;
       color: #000;
   }

   .ProductNav:hover .NyNav_1 img,
   .ProductNav.cur .NyNav_1 img {
       padding: 7px 0;
       filter: invert(1);
   }

   .NyNav_2 {
       width: 100%;
       overflow: hidden;
       display: none;
       padding: 15px 0;
   }

   .NyNav_2 a {
       font-size: 16px;
       line-height: 1.5;
       color: #888888;
       padding: 15px 30px;
       display: flex;
       align-items: center;
       justify-content: space-between;
   }

   .NyNav_2 a img {
       margin-left: 15px;
   }

   .ProductNav a.active,
   .ProductNav a:hover {
       color: var(--color);
   }

   .NyNav_2 a.children3 {
       padding-left: 45px;
   }

   @media screen and (max-width: 1440px) {
       .NavStyleBox .NyNavList {
           width: 320px;
       }

       .NavStyleBox .NyContentList {
           width: calc(100% - 380px);
       }
   }

   @media screen and (max-width: 1200px) {
       .NavStyleBox .NyNavList {
           width: 250px;
       }

       .NavStyleBox .NyContentList {
           width: calc(100% - 280px);
       }

       .ProductNav .NyNav_1 a {
           font-size: 16px;
           line-height: 1.25;
       }
   }

   @media screen and (max-width: 720px) {
       .NavStyleBox .NyNavList {
           width: 100%;
       }

       .NavStyleBox .NyContentList {
           margin-top: 45px;
           width: 100%;
       }

       .NyNavList h1.h1 {
           display: flex;
           height: 60px;
           padding: 0 15px;
           font-size: 18px;
       }

       .ProductList {
           margin-top: 10px;
           display: none;
       }

       .ProductNav .NyNav_1 {
           padding: 15px;
           height: auto;
       }

   }


   @media screen and (max-width: 460px) {}





   /* 定位 */
   .dian {
       position: relative;
       top: -100px;
   }

   @media (max-width: 640px) {
       .dian {
           position: relative;
           top: -60px;
       }
   }

   /* 新加代码 */
   .header {
       background: #fff;
   }

   .NyTitle {
       display: flex;
       flex-direction: column;
   }

   .NyTitle h1 {
       font-family: PuHuiTi85;
       font-size: 32px;
       line-height: 1.5;
       color: #000000;
   }

   .NyTitle h2 {
       font-family: PuHuiTi65;
       font-size: 16px;
       line-height: 1.5;
       color: #626262;
   }

   @media (max-width: 720px) {
       .NyTitle h1 {
           font-size: 28px;
       }

       .NyTitle h2 {
           font-size: 14px;
       }
   }