   /* 内页大图 */
   .Nybanner {
       margin-top: 100px;
       position: relative;
       width: 100%;
       background: #000000;
   }

   .Nybanner .banner {
       position: relative;
       z-index: 1;
       width: 100%;
       height: 400px;
       object-fit: cover;
       opacity: .3;
   }

   .Nybanner .text {
       position: absolute;
       z-index: 2;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       padding: 0 var(--container);
       padding-bottom: 90px;
       display: flex;
       align-items: flex-end;
   }

   .Nybanner .desc {
       width: 100%;
   }

   .Nybanner .desc h1 {
       font-size: 48px;
       color: #ffffff;
       line-height: 1;
       margin-bottom: 30px;
   }

   .Nybanner .desc h2 {
       font-size: 20px;
       color: #ffffff;
   }

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

       .Nybanner .text {
           flex-wrap: wrap;
           align-content: flex-end;
           grid-gap: 30px;
           padding-bottom: 45px;
       }

       .Nybanner .banner {
           height: 300px;
       }
   }

   @media screen and (max-width: 720px) {
       .Nybanner .banner {
           height: 200px;
       }

       .Nybanner .text {
           grid-gap: 15px;
           padding-bottom: 30px;
       }

       .Nybanner .desc h1 {
           font-size: 28px;
           margin-bottom: 10px;
       }

       .Nybanner .desc h2 {
           font-size: 14px;
       }
   }

   /* 面包屑样式 */
   .mbx {
       width: 100%;
       display: flex;
       justify-content: flex-end;
   }

   .mbx,
   .mbx a {
       font-size: 14px;
       line-height: 1.5;
       color: #fff;
       text-align: right;
   }

   .mbx a:last-child {
       color: var(--color);
   }

   @media screen and (max-width: 1200px) {
       .mbx {
           justify-content: flex-start;
       }
   }

   /* 页码 */
   .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: 120px;
       position: relative;
       z-index: 9;
       overflow: hidden;
   }

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

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

   .NyBox {
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
       align-items: flex-start;
   }

   .NyBox .NyPage {
       width: calc(100% - 360px);
   }

   .NyBox .NyRight {
       width: 300px;
   }

   .NyRightList {
       margin-bottom: 25px;
   }

   .NyRightList h1.h1 {
       font-weight: 700;
       font-size: 24px;
       line-height: 1.5;
       color: #000;
       width: 100%;
       display: flex;
       align-items: center;
       color: #222222;
       margin-bottom: 15px;
   }

   .NyRightNews {
       display: block;
   }

   .NyRightNews a {
       display: block;
       margin: 15px 15px;
       display: block;
       font-size: 14px;
       line-height: 1.2;
       color: #5a5a5a;
       transition: 0.5s;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
   }

   .NyRightNews a:hover {
       color: var(--color);
   }


   .NyRightContact {
       display: flex;
       flex-direction: column;
       grid-gap: 15px;
   }

   .NyRightContact p {
       border: 1px solid #dddddd;
       background-color: #f3f3f3;
       padding: 15px 25px;
       display: flex;
       align-items: center;
       grid-gap: 30px;
       font-size: 16px;
       line-height: 1.5;
       color: #222222;
   }

   .NyRightContact p img {
       width: 25px;
       height: 25px;
       object-fit: contain;
   }

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

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

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

   /* 分类 */


   .NyNavList {
       position: relative;
       z-index: 98;
       width: 100%;
       border: 1px solid #e1e1e1;
       overflow: hidden;
   }

   .NyNavList h1.h1 {
       font-weight: 700;
       font-size: 24px;
       line-height: 1.5;
       text-transform: capitalize;
       padding: 0 15px;
       width: 100%;
       height: 50px;
       display: flex;
       align-items: center;
       display: none;
   }

   .NyNavList h1.h1 i {
       display: none;
   }

   .NyNavBox {
       display: flex;
       flex-direction: column;
       align-items: center;
   }

   .NyNavBox .NyNav_1 {
       width: 100%;
       padding: 0 30px;
       border-bottom: 1px solid #acacac;
       border-left: 4px solid #fff;
       transition: 0.5s;
       display: flex;
       align-items: center;
       justify-content: space-between;
   }

   .NyNavBox a {
       display: flex;
       align-items: center;
       position: relative;
       font-size: 16px;
       line-height: 1.5;
       height: 75px;
       color: #222222;
       text-align: center;
       transition: 0.5s;
       width: 100%;
   }


   .NyNavBox .NyNav_1:hover {
       background: var(--color);
       border-left: 4px solid #333;
   }

   .NyNavBox .NyNav_1:hover a {
       color: #fff;
   }

   @media screen and (max-width: 1200px) {
       .NyBox .NyRight {
           width: 240px;
       }

       .NyBox .NyPage {
           width: calc(100% - 270px);
       }
   }


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

       .NyNavNews,
       .NyNavContact {
           display: none;
       }

       .NyBox .NyRight {
           width: 100%;
       }

       .NyBox .NyPage {
           width: 100%;
       }

       .NyNavList {
           border-radius: 0px;
           background: #fff;
           border: 0px solid #DBDBDB;
       }

       .NyNavList h1.h1 {
           font-size: 18px;
           padding: 15px;
           height: auto;
           margin: 0;
           border: 1px solid var(--color);
           display: flex;
           justify-content: space-between;
           background: #fff;
           color: var(--color);
       }

       .NyNavList h1.h1 i {
           display: block;
       }

       .NyNavBox {
           display: none;
           grid-gap: 0px;
           margin: 0;
           padding: 0;
       }

       .NyNavBox .NyNav_1 {
           padding: 10px 15px;
           border: 1px solid #D9D9D9;
           border-top: 0px solid #D9D9D9;
           line-height: 1.5;
           display: flex;
           justify-content: space-between;
           text-align: left;
       }

       .NyNavBox a {
           height: auto;
       }

       .NyNavList span {
           display: none;
       }
   }


   @media screen and (max-width: 460px) {
       .NyNavList h1.h1 {
           font-size: 18px;
       }
   }




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

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

   /* 新加代码 */