   .NyBigBox {
     padding-bottom: 0;
   }

   /* box1 */
   body {
     background: #fff;
   }

   .box1 {
     padding: 75px 0;
     display: flex;
     flex-wrap: wrap;
   }

   .box1 .img1 {
     width: 50%;
   }

   .text-contact {
     width: 50%;
     background: #F3F3F3;
     padding: 45px 75px;
     display: flex;
     flex-direction: column;
     justify-content: center;
   }

   .text-contact .top {
     display: block;
     position: relative;
   }

   .text-contact .top h1 {
     font-size: 24px;
     line-height: 1;
     text-transform: uppercase;
     color: #686868;
   }

   .text-contact .top h2 {
     margin-top: 10px;
     font-weight: 700;
     font-size: 40px;
     line-height: 1;
     color: #000000;
   }

   .text-contact span.span {
     display: block;
     margin: 30px 0;
     width: 100%;
     height: 1px;
     background: repeating-linear-gradient(to right, #A5A5A5, #A5A5A5 10px, transparent 10px, transparent 15px);
   }

   .text-contact .desc {
     font-size: 16px;
     line-height: 2.5;
     color: #111111;
   }

   @media (max-width: 1440px) {
     .text-contact {
       padding: 30px 45px;
     }

     .text-contact .top h1 {
       font-size: 20px;
     }

     .text-contact .top h2 {
       font-size: 32px;
     }

     .text-contact span.span {
       margin: 20px 0;
     }

     .text-contact .desc {
       line-height: 2;
     }
   }


   @media (max-width: 1200px) {
     .box1 {
       padding: 60px 0;
       display: flex;
       flex-wrap: wrap;
       flex-direction: column-reverse;
     }

     .text-contact {
       width: 100%;
     }

     .text-contact .img1 {
       width: 100%;
     }
   }

   @media (max-width:720px) {
     .text-contact .top h2 {
       font-size: 24px;
     }
   }

   @media (max-width:460px) {
     .box1 {
       padding: 30px 0;
     }

     .text-contact {
       padding: 30px 20px;
     }

     .text-contact .top h2 {
       font-size: 20px;
     }

     .text-contact.top h1 {
       font-size: 16px;
     }
   }




   /* 表单留言 */
   .message {
     background: url(../images/contact_bj.jpg) no-repeat center;
     background-size: cover;
     padding: 90px var(--container);
   }

   .message h1 {
     margin-bottom: 60px;
     font-weight: 500;
     font-size: 35px;
     line-height: 1;
     color: #FFFFFF;
     display: flex;
     align-items: center;
   }

   .message h1 img {
     margin-left: 20px;
   }

   form {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
   }

   form input,
   form textarea {
     background: #414141;
     outline: none;
   }

   form input::-webkit-input-placeholder,
   form textarea::-webkit-input-placeholder {
     color: #ccc;
   }

   form input[type="text"],
   form textarea[type="text"] {
     color: #fff;
   }

   input.input1 {
     width: 48%;
     /* border-bottom: 1px solid #ccc; */
     margin-bottom: 20px;
     height: 50px;
     padding: 0 15px;
   }

   textarea.input {
     width: 100%;
     /* border-bottom: 1px solid #ccc; */
     margin-bottom: 20px !important;
     height: 100px;
     padding: 10px 15px;

   }

   input.input {
     width: 200px;
     /* border-bottom: 1px solid #ccc; */
     margin: 0;
     height: 50px;
     padding: 0 15px;
   }

   .input4 {
     width: 130px;
     height: 35px;
     background: var(--color);
     color: #fff;
     margin-top: 15px;
   }

   .codeBox a {
     background: #fff;
   }

   @media (max-width:720px) {
     .message {
       padding: 60px var(--container);
     }

     .message h1 {
       margin-bottom: 30px;
       font-size: 24px;
     }

     .message h1 img {
       width: 25px;
     }
   }

   @media (max-width: 992px) {}

   @media (max-width: 720px) {
     form input {
       height: 35px !important;
       font-size: 14px !important;
     }

     .codeBox a {
       height: 35px;
       background: #fff;
     }

     .codeBox a img {
       object-fit: contain;
       height: 100%;
     }

     input.input {
       width: 150px;
     }

     .input4 {
       margin-top: 0;
     }

   }

   @media (max-width: 460px) {
     .codeBox {
       width: 100%;
     }

     .codeBox input {
       width: calc(100% - 130px);
     }

     .input4 {
       margin-top: 20px;
       width: 100%;
     }

   }

   /* box3   */
   .box3 {
     background: url(/assets/images/box4.png) no-repeat var(--container) 90px;
     background-size: contain;
     padding-top: 75px;
     position: relative;
   }

   .box3 .nyTitle {
     margin: 0 var(--container);
   }

   .box3Item {
     padding-top: 60px;
     position: relative;
     display: flex;
   }

   .box3Item .title {
     width: 40%;
     padding-left: var(--container);
     font-weight: 700;
     font-size: 40px;
     line-height: 1.5;
     color: #000000;
   }

   .box3Item .title span {
     margin-top: 20px;
     display: block;
     width: 256px;
     height: 1px;
     background: repeating-linear-gradient(to right, #A5A5A5, #A5A5A5 10px, transparent 10px, transparent 15px);
   }

   .box3Item .rt {
     width: 60%;
     padding-right: var(--container);
     background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/224/20240604014234_jxuR6RMt.png) no-repeat center;
     background-size: cover;
     padding-bottom: 250px;
     padding-top: 60px;
     padding-left: 90px;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
   }

   .box3Item .rt h4 {
     width: 100%;
     font-size: 24px;
     line-height: 1;
     color: #FFFFFF;
     margin-bottom: 45px;
   }

   .box3Item .rt p {
     width: 45%;
     padding: 15px 0;
     border-bottom: 1px solid #fff;
     font-size: 16px;
     line-height: 1.5;
     color: #FFFFFF;
   }

   .box3Item .rt p:last-child {
     width: 100%;
   }

   @media (max-width: 1700px) {
     .box3Item .title {
       width: 30%;
     }

     .box3Item .rt {
       width: 70%;
     }
   }

   @media (max-width: 1460px) {
     .box3Item .rt p {
       width: auto;
       padding-right: 30px;
     }

     .box3Item .rt p:last-child {
       width: 100%;
     }

     .box3Item .title {
       font-size: 32px;
     }
   }

   @media (max-width: 1200px) {
     .box3 {
       background: url(/assets/images/box4.png) no-repeat right top;
       background-size: contain;
     }

     .box3Item {
       display: flex;
       flex-wrap: wrap;
     }

     .box3Item .title {
       width: 100%;
       padding: 0 var(--container);
       padding-bottom: 45px;
     }

     .box3Item .rt {
       width: 100%;
       padding: 60px var(--container);
     }
   }

   @media (max-width: 720px) {
     .box3 {
       padding-top: 60px;
     }

     .box3Item {
       padding-top: 30px;
     }

     .box3Item .title {
       font-size: 24px;
     }

     .box3Item .rt h4 {
       margin-bottom: 20px;
     }
   }
   
   /*ϵ*/
      .NyNavList {
       width: 460px;
   }

   .NyTop {
       padding-bottom: 90px;
   }

   @media (max-width: 1200px) {
       .NyTop {
           padding-bottom: 75px;
       }
   }

   @media (max-width: 720px) {
       .NyTop {
           padding-bottom: 60px;
       }
   }

   @media (max-width:460px) {
       .NyTop {
           padding-bottom: 30px;
       }
   }

   /* 新闻列表 */
   .Ny_News {
       margin-bottom: 45px;
       display: grid;
       grid-gap: 30px;
   }

   .NewsItem {
       padding: 30px 45px;
       background: #F9F9F9;
       width: 100%;
       position: relative;
       overflow: hidden;
       transition: 0.5s;
       display: flex;
   }

   .NewsItem:hover {
       background: #FFF4F0;
   }

   .NewsItem .time {
       background: var(--color);
       width: 100px;
       padding: 20px 15px;
       display: flex;
       align-items: center;
       flex-direction: column;
   }

   .NewsItem .time span {
       font-family: 'Inter';
       font-weight: 800;
       font-size: 50px;
       line-height: 1;
       color: #FFFFFF;
   }

   .NewsItem .time img {
       display: block;
       margin: 10px 0;
   }

   .NewsItem .time p {
       font-family: 'Inter';
       font-weight: 500;
       font-size: 16px;
       line-height: 1;
       color: #FFFFFF;
   }

   .NewsItem .text {
       width: calc(100% - 480px);
       padding-left: 45px;
       padding-right: 90px;
       display: flex;
       flex-direction: column;
       justify-content: center;
   }

   .NewsItem .text h1 {
       font-size: 26px;
       line-height: 1;
       color: #000000;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
   }

   .NewsItem:hover .text h1 {
       color: var(--color);
   }

   .NewsItem .text h2 {
       font-size: 18px;
       line-height: 1.5;
       color: #898989;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
   }

   .NewsItem:hover .text h2 {
       color: #FF9671;
   }

   .NewsItem .text span {
       transition: 0.5s;
       display: block;
       margin: 30px 0 20px;
       width: 100%;
       height: 1px;
       background: repeating-linear-gradient(to right, #A5A5A5, #A5A5A5 10px, transparent 10px, transparent 15px);
   }

   .NewsItem:hover .text span {
       background: repeating-linear-gradient(to right, var(--color), var(--color) 10px, transparent 10px, transparent 15px);
   }

   .NewsItem .img {
       width: 380px;
   }

   @media (max-width: 1440px) {
       .NewsItem .text {
           padding-left: 30px;
           padding-right: 30px;
       }
   }

   @media (max-width: 1200px) {
       .NewsItem .img {
           width: 280px;
       }

       .NewsItem .text {
           width: calc(100% - 380px);
       }
   }

   @media (max-width: 900px) {
       .NewsItem {
           display: flex;
           flex-direction: column;
       }

       .NewsItem .time {
           padding: 10px 15px;
           width: 160px;
           display: flex;
           align-items: center;
           flex-direction: row;
       }

       .NewsItem .time p,
       .NewsItem .time span {
           font-weight: 400;
           font-size: 18px;
       }

       .NewsItem .time img {
           display: block;
           margin: 0 10px;
           width: 10px;
       }

       .NewsItem .text {
           width: 100%;
           padding: 30px 0;
       }

       .NewsItem .text span {
           margin: 15px 0;
       }

       .NewsItem .img {
           width: 100%;
           max-width: 480px;
       }
   }

   @media (max-width: 460px) {
       .NewsItem {
           padding: 30px 20px;
       }

       .NewsItem .text h1 {
           font-size: 20px;
       }

       .NewsItem .text h2 {
           font-size: 16px;
       }
   }

   /* 详情 */
   /* 详情 */
   /* 详情 */
   .Ny_NewsPost {
       padding: 0 3vw;
	   margin-top:60px;
   }

   .Ny_NewsPost .title {
       display: block;
       width: 100%;
       font-size: 24px;
       line-height: 2;
       font-weight: bold;
       text-align: center;
   }

   .Ny_NewsPost .desc {
       display: flex;
       justify-content: center;
       width: 100%;
   }

   .Ny_NewsPost .desc span {
       margin: 0 5px;
       color: #999;
       font-size: 14px;
       line-height: 3;
       text-align: center;
   }

   .Ny_NewsPost .Ny_xiangqing {
       margin-top: 30px;
       margin-bottom: 30px;
       min-height: 500px;
   }

   .Ny_NewsPost .Ny_xiangqing p {
       margin-bottom:20px; line-height:26px; 
   }


   @media (max-width: 720px) {

       .Ny_NewsPost .title {
           margin-top: 15px;
           margin-bottom: 10px;
           font-size: 18px;
           line-height: 1.5;
       }


   }
       /* 产品详情 */
	.nyTitle {
        padding-top:20px;
     
    }
    .cpjj {
        padding-top: 90px;
        padding-bottom: 90px;
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(/assets/images/box4.png) no-repeat right top;
        background-size: contain;
    }

    .CpImg {
        width: 35%;
        position: relative;
    }

    .CpImg1 {
        border-bottom: 14px solid var(--color);
        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: 65%;
        padding-left: 75px;

    }

    .CpText h2 {
        font-weight: 400;
        font-size: 24px;
        line-height: 1;
        text-transform: uppercase;
        color: #686868;
    }

    .xqBox1 {
        margin-top: 20px;
        padding-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
		border-bottom:1px dotted #ddd;

    }

/*    .xqBox1::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: repeating-linear-gradient(to right, #A5A5A5, #A5A5A5 10px, transparent 10px, transparent 15px);
    }*/

    .CpText h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 1;
        color: #171717;
    }

    .xqBox1 .phone {
        width: 40%;
        font-weight: 500;
        font-size: 20px;
        line-height: 1;
        color: #585858;
        display: flex;
        align-items: center;
    }

    .xqBox1 .phone img {
        width: 46px;
        height: 46px;
        background: var(--color);
        border-radius: 50%;
        padding: 12px;
        margin-right: 20px;
    }

    .CpText h5.h5 {
        margin-top: 30px;
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        color: var(--color);
    }

    .CpText .desc {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-gap: 20px 0;
        margin: 30px 0 60px;
    }


    .CpText .desc p {
        width: 40%;
        font-weight: 400;
        font-size: 18px;
        line-height: 1;
        color: #000000;
    }

    .CpText a {
        width: 175px;
        height: 50px;
        background: var(--color);
        border-radius: 4px;
        font-size: 16px;
        line-height: 1;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    @media (max-width:1440px) {
        .xqBox1 .phone {
            width: 45%;
        }

        .CpText {
            padding-left: 45px;
        }

        .CpText .desc p {
            width: 45%;
            line-height: 1.5;
        }

        .CpText .desc {
            margin: 20px 0 40px;
        }
    }

    @media (max-width:1200px) {

        .cpjj {
            background: url(/assets/images/box4.png) no-repeat right bottom;
            background-size: contain;
            padding-top: 75px;
            padding-bottom: 75px;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            flex-direction: column;
        }

        .CpImg {
            width: 500px;
            position: relative;
        }

        .CpText {
            width: 100%;
            padding-left: 0;
            margin-top: 60px;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .CpText .xqBox1 {
            width: 100%;
        }

        .CpText .desc {
            width: 100%;
        }

        .CpText h1 {
            padding-left: 0;
        }

        .CpImg1 {
            border-bottom: 7px solid var(--color);
        }
    }

    @media (max-width:720px) {
        .cpjj {
            padding-top: 45px;
            padding-bottom: 45px;
        }

        .CpImg {
            width: 100%;
        }

        .CpText .xqBox1 {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .CpText h1 {
            margin-bottom: 15px;
        }

        .CpText .desc {
            display: flex;
            flex-direction: column;
            grid-gap: 15px 0;
        }

        .CpText .desc p {
            width: 100%;
        }
    }

    @media (max-width:460px) {
        .cpjj {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .CpImg1 {
            border-bottom: 4px solid var(--color);
        }

        .CpText {
            margin-top: 45px;
        }

        .CpText h2 {
            font-size: 20px;
        }

        .CpText h1 {
            font-size: 24px;
        }

        .xqBox1 .phone {
            width: 100%;
        }

        .CpText .desc {
            margin: 15px 0 20px;
            grid-gap: 10px 0;
        }

        .CpText .desc p {
            font-size: 16px;
        }

        .CpText a {
            width: 140px;
            height: 40px;
        }
    }

    /* 详情 */
    .content {
        /* overflow-y: scroll; */
        margin: 90px 0;
        background: #F0F0F0;
        /* max-height: 450px; */
    }

    @media (max-width: 1200px) {
        .content {
            margin: 75px 0;
        }
    }

    @media (max-width: 720px) {
        .content {
            margin: 45px 0;
        }
    }

    @media (max-width: 720px) {
        .content {
            margin: 30px 0;
        }
    }

    .NyCp {
        margin-top: 40px;
    }

    @media (max-width: 1200px) {
        .NyCp {
            margin-top: 75px;
        }
    }

    @media (max-width: 720px) {
        .NyCp {
            margin-top: 45px;
        }
    }

    @media (max-width: 720px) {
        .NyCp {
            margin-top: 30px;
        }
    }
	
	   .NyBigBox {
       padding-top:0;
   }



   /* box1  */
   .box1 {
       padding-bottom:20px;
       overflow: hidden;
       position: relative;
       z-index: 2;
       display: flex;
       flex-wrap: wrap;
   }

   .text1 {
       padding-left: var(--container);
       padding-top:10px;
       padding-bottom:60px;
       padding-right: 80px;
       width:100%; 
       display: flex;
       flex-direction: column;
       justify-content: center;
   }

   .text1 .h1Box {
       margin-top: 30px;
       width: 100%;
       padding-bottom: 45px;
       position: relative;
   }

   .text1 .h1Box::after {
       content: '';
       position: absolute;
       bottom: 0;
       left: 0;
       width: 100%;
       height: 1px;
       background: repeating-linear-gradient(to right, #A5A5A5, #A5A5A5 10px, transparent 10px, transparent 15px);
   }

   .text1 .h1Box h1 {
       font-weight: 700;
       font-size: 40px;
       line-height: 1;
       color: #171717;
       margin-top: 15px;
   }

   .text1 .h1Box h2 {
       font-weight: 400;
       font-size: 24px;
       line-height: 1.5;
       text-transform: uppercase;
       color: #686868;
   }

   .text1 .h1Box .vr {
       position: absolute;
       right: 0;
       bottom: 45px;
       width: 175px;
       height: 50px;
       font-weight: 400;
       font-size: 16px;
       line-height: 1;
       color: #FFFFFF;
       background: var(--color);
       opacity: 1;
       border-radius: 4px;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .text1 .h1Box .vr img {
       margin-right: 5px;
   }

   .text1 .title::after {
       content: "";
       position: absolute;
       display: block;
       width: 50px;
       height: 2px;
       background: var(--color);
       position: absolute;
       left: 0;
       bottom: -1px;
   }

   .text1 .desc {
       font-weight: 400;
       font-size: 16px;
       line-height: 2;
       color: #848484;
       margin: 60px 0 70px;
   }
   .text1 .desc p{
   margin-bottom:16px;
   }

   .img1Box {
       width: 37%;
       position: relative;
       overflow: hidden;
   }

   .img1Box .img1 {
       position: relative;
       z-index: 2;
       width: 100%;
       height: 100%;
       object-fit: cover;
       opacity: 1;
       transition: 0.5s;
   }

   .videoBox {
       position: fixed;
       z-index: 999;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       background: #00000080;
       display: none;
       justify-content: center;
       align-items: center;
   }

   .videoBox .video1 {
       width: 80%;
       height: 80%;
       object-fit: contain;
   }

   .videoBox.cur {
       display: flex;
   }



   @media (max-width: 1440px) {
       .text1 {
           width: 55%;
           padding-right: 60px;
       }

       .text1 .h1Box h2 {
           font-size: 20px;
       }

       .text1 .h1Box h1 {
           font-size: 32px;
       }

       .img1Box {
           width: 45%;
           position: relative;
       }

       .text1 .h1Box .vr {
           width: 150px;
           height: 45px;
           bottom: 30px;
       }

       .text1 .desc {
           margin: 30px 0;
           line-height: 1.5;
       }

       .text1 .h1Box {
           margin-top: 60px;
           padding-bottom: 30px;
       }


   }

   @media (max-width: 1200px) {
       .box1 {
           padding-bottom: 90px;
       }

       .text1 .h1Box .vr {
           position: unset;
           width: 150px;
           height: 35px;
           font-size: 14px;
       }

       .text1 .h1Box .vr img {
           width: 40px;
       }

       .text1 .h1Box h1 {
           margin-bottom: 30px;
           font-size: 26px;
       }

       .text1 .h1Box h2 {
           font-size: 18px;
       }

       .text1 .h1Box {
           margin-top: 30px;
           padding-bottom: 20px;
       }

       .text1 {
           width: 50%;
           padding-right: 30px;
       }

       .text1 .desc {
           margin: 20px 0;
           font-size: 14px;
       }

       .img1Box {
           width: 50%;
       }

       .img1Box .img1 {
           object-fit: contain;
       }
   }

   @media (max-width:800px) {
       .box1 {
           padding-bottom: 60px;
       }

       .text1 {
           width: 100%;
           padding-right: var(--container);
       }

       .img1Box {
           padding: 0 100px;
           width: 100%;
       }
   }

   @media (max-width:640px) {
       .text1 {
           padding-top: 60px;
           padding-bottom: 15px;
       }

       .img1Box {
           padding: 0 var(--container);
           width: 100%;
       }

       .text1 .h1Box h2 {
           font-size: 16px;
       }

       .videoBox .video1 {
           width: 90%;
           height: 90%;
       }
   }

   .Number1 {
       display: flex;
       justify-content: space-between;
   }

   .Number1 .item1 {
       display: flex;
       flex-direction: column;
       align-items: center;
   }

   .Number1 h1 {
       color: var(--color);
       margin-bottom: 45px;
       display: flex;
       align-items: baseline;
   }

   .Number1 span {
       font-weight: 700;
       font-size: 58px;
       line-height: 1;
   }

   .Number1 b {
       font-size: 20px;
       line-height: 1;
       color: #3069ac;
   }

   .Number1 h2 {
       font-size: 18px;
       line-height: 1;
       color: rgba(0, 0, 0, 0.5);
   }


   @media (max-width: 1440px) {
       .Number1 span {
           font-size: 48px;
       }

       .Number1 h1 {
           margin-bottom: 30px;
       }
   }

   @media (max-width: 1200px) {
       .Number1 {
           display: flex;
           flex-wrap: wrap;
       }

       .Number1 .item1 {
           width: 50%;
           margin-bottom: 20px;
       }

       .Number1 h1 {
           margin-bottom: 10px;
       }

       .Number1 span {
           font-size: 32px;
       }
   }

   @media (max-width: 720px) {

       .Number1 h1 {
           margin-bottom: 15px;
       }

       .Number1 span {
           font-size: 28px;
       }
   }

   @media (max-width: 460px) {
       .Number1 {
           display: flex;
           flex-wrap: wrap;
           grid-gap: 30px 0;
       }

       .Number1 .item1 {
           width: 50%;
       }

       .Number1 h2 {
           font-size: 16px;
       }
   }

   /* box2 */
   .box2 {
       position: relative;
       z-index: 1;
       padding: 30px var(--container);
       padding-right: 0;
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
   }

   .box2::after {
       content: "";
       display: block;
       width: 100%;
       height: calc(100% - 60px);
       background: #2B2B2B;
       position: absolute;
       left: 0;
       top: 30px;
       z-index: -1;
   }

   .iconBox2 {
       background: var(--color);
       width: 170px;
       height: 100%;
       position: absolute;
       top: 0px;
       display: flex;
       align-items: center;
       justify-content: center;
       flex-direction: column;
       grid-gap: 72px;
   }

   .text2 {
       padding-left: 240px;
       display: flex;
       flex-direction: column;
       justify-content: center;
   }

   .text2 span {
       display: block;
       width: 80px;
       height: 4px;
       background: #FFFFFF;
   }

   .text2 h1 {
       font-weight: 700;
       font-size: 36px;
       line-height: 1.5;
       color: #FFFFFF;
       margin: 15px 0;
   }

   .text2 h2 {
       font-weight: 100;
       font-size: 16px;
       line-height: 1.5;
       color: #FFFFFF;
       max-width: 350px;
       text-align: justify;
   }

   .box2 .img2 {
       width: calc(100% - 700px);
       display: flex;
   }

   .item2 {
       position: relative;
       overflow: hidden;
       background: #000;
   }

   .item2 img {
       opacity: 0.8;
       width: 100%;
       min-height: 420px;
       object-fit: cover;
       transition: 0.5s;
       position: relative;
   }

   .item2:hover img {
       opacity: 1;
       transform: scale(1.08);
   }

   .item2 h1 {
       width: 100%;
       position: absolute;
       z-index: 2;
       bottom: 60px;
       font-size: 24px;
       line-height: 1;
       text-align: center;
       color: #FFFFFF;
   }


   @media (max-width:1440px) {
       .text2 h2 {
           max-width: 250px;
       }

       .box2 .img2 {
           width: calc(100% - 500px);
       }

       .text2 {
           padding-left: 210px;
       }
   }

   @media (max-width:1200px) {
       .iconBox2 {
           width: 120px;
       }

       .text2 {
           padding-left: 160px;
       }

       .text2 h2 {
           max-width: 230px;
       }

       .box2 .img2 {
           width: calc(100% - 420px);
       }

       .item2 h1 {
           font-size: 18px;
       }
   }

   @media (max-width:800px) {
       .box2 {
           padding: 30px var(--container);
       }

       .iconBox2 {
           width: 100%;
           height: 120px;
           display: flex;
           flex-direction: row;
           position: relative;
           top: -30px;
       }

       .text2 {
           padding: 0;
           width: 100%;
       }

       .text2 h2 {
           max-width: 100%;
       }

       .text2 h1 {
           font-size: 32px;
       }

       .box2 .img2 {
           margin: 30px 0;
           width: 100%;
       }

       .item2 img {
           min-height: auto;
       }
   }

   @media (max-width:460px) {
       .text2 h1 {
           font-size: 26px;
       }

       .item2 h1 {
           bottom: 30px;
       }
   }

   /* box3 */
   .box3 {
       margin-top: -30px;
       padding: 150px var(--container) 120px;
       background: url(../images/images7.png) no-repeat center;
       background-size: 100% 100%;
   }

   .box3Item {
       margin-top: 90px;
   }

   .box3swiper {
       width: 100%;
   }

   .item3 {
       padding: 0 30px;
       display: flex;
       flex-direction: column;
       align-items: center;
   }

   .item3 h1 {
       font-weight: 600;
       font-size: 58px;
       line-height: 1;
       color: #000000;
       text-align: center;
       margin-bottom: 20px;
   }


   .item3 h2 {
       font-weight: 500;
       font-size: 20px;
       line-height: 1.5;
       text-align: center;
       color: #000000;
       height: 120px;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 4;
   }

   .item3 span {
       display: block;
       width: 8px;
       height: 40px;
       background: var(--color);
   }


   .bj3 {
       margin-top: -27px;
       position: relative;
       left: -50%;
       width: 200%;
       height: 27px;
       background: url(../images/20240603151552_dcdonybx.png);
   }

   .bj3::after {
       content: "";
       display: block;
       position: absolute;
       left: 0;
       bottom: 0;
       width: 100%;
       height: 1px;
       background: linear-gradient(180deg, #000000 0%, #FEFEFE 100%);
   }

   .box3 .prev3 {
       width: 70px;
       height: 70px;
       background: url(../images/20240603160756_0c9bzsst.png) no-repeat center;
       background-size: contain;
       position: absolute;
       z-index: 2;
       top: auto;
       left: 0;
       right: auto;
       bottom: -35px;
       margin: 0;
   }

   .box3 .next3 {
       width: 70px;
       height: 70px;
       background: url(../images/20240627172828_o5pdgroj.png) no-repeat center;
       background-size: contain;
       position: absolute;
       z-index: 2;
       top: auto;
       left: auto;
       right: 0;
       bottom: -35px;
       margin: 0;
   }



   @media (max-width:1660px) {}

   @media (max-width:1440px) {
       .item3 h2 {
           font-size: 18px;
           line-height: 1.5;
           height: 108px;
           margin-bottom: 20px;
       }

       .box3 {
           padding: 120px var(--container);
       }
   }

   @media (max-width:1200px) {
       .box3 {
           padding: 90px var(--container);
           background-size: cover;
           background-position: left top;
       }

       .item3 h1 {
           font-size: 32px;
       }

       .item3 h2 {
           font-size: 16px;
           height: 96px;
       }

       .box3 .prev3 {
           width: 50px;
           height: 50px;
           bottom: -25px;
       }

       .box3 .next3 {
           width: 50px;
           height: 50px;
           bottom: -25px;
       }
   }

   @media (max-width:720px) {
       .box3 {
           padding: 60px var(--container);
       }


   }

   @media (max-width:460px) {}

   /* box4 */
   .box4 {
       border-bottom: 14px solid var(--color);
       position: relative;
       width: 100%;
       padding-top: 120px;
       padding-left: var(--container);
       padding-right: var(--container);
       background: url(../images/20240603213706_eykylr44.png) no-repeat center;
       background-size: cover;
   }

   .img4 {
       width: calc(100% - 200px);
       max-width: 1400px;
       height: auto;
       position: relative;
       margin: 0 auto;
       margin-top: 30px;
   }

   .img4 .bj4 {
       position: relative;
       width: 100%;
   }

   .Swiper4 {
       position: absolute;
       width: 100%;
       height: 100%;
       margin: 0 auto;
   }

   .Swiper4 .swiper-wrapper {
       position: unset;
       width: 100%;
       height: 100%;
       display: flex;
       align-items: flex-end;
   }

   .slide4 img {
       width: 100%;
   }

   .Swiper4 .slide4 {
       transform: scale(0.7);
       position: relative;
       transition: 0.2s;
       width: 100%;
       height: auto;
       left: 0;
       bottom: 0;
       opacity: 0;
   }


   .Swiper4 .slide4::after {
       content: "";
       display: block;
       width: 100%;
       height: 10px;
       background: url(../images/20240531105901_eto3gwlq.png) no-repeat center;
       background-size: contain;
       position: absolute;
       bottom: -6px;
       left: 0;
   }


   .slide4.slide-prev {
       left: -50%;
   }

   .slide4.slide-prev-1 {
       opacity: 1;
       bottom: 28%;
       left: 5%;
   }

   .slide4.swiper-slide-prev {
       opacity: 1;
       bottom: 6%;
       left: 6%;
       z-index: 2;
   }

   .slide4.swiper-slide-active {
       opacity: 1;
       bottom: 47%;
       left: 2%;
       z-index: 1;
   }


   .slide4.swiper-slide-next {
       opacity: 1;
       bottom: 25%;
       left: 0%;
       z-index: 2;
   }

   .slide4.slide-next-5 {
       opacity: 1;
       bottom: 46%;
       left: -2%;
       z-index: 1;
   }

   .slide4.slide-next {
       left: 150%;
   }

   .box4 .prev4 {
       width: 70px;
       height: 70px;
       background: url(../images/20240603160756_0c9bzsst.png) no-repeat center;
       background-size: contain;
       position: absolute;
       z-index: 2;
       top: 30%;
       left: -90px;
       right: auto;
       bottom: auto;
       margin: 0;
   }

   .box4 .next4 {
       width: 70px;
       height: 70px;
       background: url(../images/20240627172828_o5pdgroj.png) no-repeat center;
       background-size: contain;
       position: absolute;
       z-index: 2;
       top: 30%;
       left: auto;
       right: -90px;
       bottom: auto;
       margin: 0;
   }


   @media (max-width: 1440px) {
       .img4 {
           width: calc(100% - 120px);
       }

       .box4 .prev4 {
           width: 45px;
           height: 45px;
           left: -60px;
       }

       .box4 .next4 {
           width: 45px;
           height: 45px;
           right: -60px;
       }
   }

   @media (max-width: 1200px) {
       .box4 {
           padding-top: 90px;
       }
   }

   @media (max-width: 720px) {
       .box4 {
           border-bottom: 4px solid var(--color);
           padding-top: 60px;
           padding-bottom: 60px;
       }

       .img4 {
           margin-top: 45px;
           height: auto;
           padding-bottom: 0;
       }

       .img4 .bj4 {
           display: none;
       }

       .Swiper4 {
           position: relative;
       }

       .Swiper4 .slide4 {
           transform: scale(1);
           left: auto !important;
           bottom: auto !important;
       }
   }


   @media (max-width: 460px) {
       .img4 {
           width: 100%;
           height: auto;
       }

       .box4 .prev4 {
           width: 30px;
           height: 18px;
           left: auto;
           top: -67px;
           right: 60px;
           background: url(../images/20240603223200_b8jtdivr.png) no-repeat center;
           background-size: contain;
           transform: rotateY(180deg);
           filter: grayscale(1);
           opacity: 0.5;
       }

       .box4 .next4 {
           width: 30px;
           height: 18px;
           left: auto;
           top: -67px;
           right: 0px;
           background: url(../images/20240603223200_b8jtdivr.png) no-repeat center;
           background-size: contain;
       }
   }

   /* box5 */

   .box5 {
       position: relative;
       width: 100%;
       padding-top: 120px;
       padding-left: var(--container);
       padding-right: var(--container);
   }

   .Swiper5 {
       margin-top: 120px;
   }

   .Swiper5 img {
       width: 100%;
   }

   .Swiper5 h1 {
       padding: 0 15px;
       width: 100%;
       height: 60px;
       background: #E7E7E7;
       font-weight: 700;
       font-size: 16px;
       line-height: 1.5;
       text-align: center;
       display: flex;
       justify-content: center;
       align-items: center;
       color: #000000;
   }

   .top5 {
       position: relative;
       display: flex;
       align-items: center;
   }

   .box5 .prev5 {
       width: 23px;
       height: 37px;
       background: url(../images/20240603223200_b8jtdivr.png) no-repeat center;
       background-size: contain;
       position: absolute;
       z-index: 2;
       left: auto;
       top: auto;
       right: 90px;
       bottom: auto;
       margin: 0;
       transform: rotateY(180deg);
       filter: grayscale(1);
       opacity: 0.5;
   }

   .box5 .next5 {
       width: 23px;
       height: 37px;
       background: url(../images/20240603223200_b8jtdivr.png) no-repeat center;
       background-size: contain;
       position: absolute;
       z-index: 2;
       left: auto;
       top: auto;
       right: 0px;
       bottom: auto;
       margin: 0;
   }

   @media (max-width: 1440px) {
       .Swiper5 {
           margin-top: 75px;
       }
   }

   @media (max-width: 1200px) {
       .box5 {
           padding-top: 90px;
       }
   }

   @media (max-width: 720px) {
       .box5 {
           padding-top: 60px;
       }

       .Swiper5 {
           margin-top: 45px;
       }

       .box5 .prev5 {
           width: 30px;
           height: 18px;
           right: 60px;
       }

       .box5 .next5 {
           width: 30px;
           height: 18px;
           right: 0px;
       }
   }

   @media (max-width: 460px) {}
   
/*ҳ*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: 10px 20px;
	margin:0px 4px 0px 4px;
	line-height: 1.25;
	color: #444;
	background-color: #f8f8f8;
	border: 0px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;background-color: #1470b9;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #1470b9;
	border-color: #1470b9; 
}
.page-num-current:hover {
	color: #fff;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  justify-content:center;
  list-style: none;
  border-radius:6px;
  padding-bottom:10px;
  margin-top:60px; 
  border:0px solid #F60; text-align:center;
}

.page-link {
  position: relative;
  display: block;
  padding: 10px 20pxpx;
  margin: 0px 4px;
  line-height: 1.25;
  color: #333;
  background-color: #f8f8f8;
  border: 0px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #1470b9;
  border-color: #1470b9;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #333;
  border-color: #333;
  margin:0px 4px;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #fd5e16;
}

.pagination-lg .page-link {
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
