.nyyf1{
    margin-top: 90px;
}

.nyyf1list{
    justify-content: center;
    margin: 2vw 0;
}

.nyyf1list li{
    flex: 1;
}

.nyyf1list li .numa{
    align-items: flex-end;
}

.nyyf1list li b{
    color: #008001;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}

.nyyf1list li span{
    color: #008001;
    font-size: 18px;
}

.nyyf1list li p{
    color: #008001;
    font-size: 18px;
}

.nyyf1w{
    margin-bottom: 50px;
}

.nyyf1w p{
    text-indent: 2em;
    line-height: 2.22;
    font-size: 18px;
    color: #131313;
}

.nyyf1img img{
    width: 100%;
}

.nyyf2{
    margin-top: 80px;
}

.nyyf2Swiper{
    overflow: hidden;
    margin-top: 50px;
}

.nyyf2Swiper .swiper-slide a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f2f2;
    padding: 18px;
}

.nyyf2Swiper .swiper-slide a .img1{
    width: 30%;
}

.nyyf2Swiper .swiper-slide a .img1 img{
    width: 100%;
}

.nyyf2Swiper .swiper-slide a .wz{
    width: calc(100% - 35%);
}

.nyyf2Swiper .swiper-slide a .wz .wza{
    color: #131313;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.nyyf2Swiper .swiper-slide a .wz .wzc{
    color: #131313;
    font-size: 14px;
    line-height: 1.71;
    margin-top: 1.56vw;
}

.nytecjian{
    align-items: center;
    justify-content: center;
    margin: 35px 0;
}

.nyyf2Swiper .swiper-pagination-tec{
    position: relative;
    bottom: 0;
    margin: 0 10px;
}

.nyyf2Swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #e9e9e9;
    margin: 0 5px;
}

.nyyf2Swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
     background: #008001;
}

.nytecnext{
    background: url(//wm.cdn.cn86.cn/junye/2025/10/4bf9cda3cecdmxxf.png) no-repeat top center;
    background-size: 100% 100%;
    width: 39px;
    height: 38px;
    outline: none;
}

.nytecprev{
    background: url(//wm.cdn.cn86.cn/junye/2025/10/5138212f49wxlqbs.png) no-repeat top center;
    background-size: 100% 100%;
    width: 39px;
    height: 38px;
    outline: none;
}

.nyyf3{
    margin-top: 45px;
    margin-bottom: 45px;
}

.nyyf3wz{
    font-size: 18px;
    color: #131313;
    text-align: center;
    line-height: 2.22;
    margin-top: 20px;
}

.nyyf3list{
    margin-top: 40px;
}

.nyyf3list li{
  width: 48.8125%;
  position: relative;
  margin-bottom: 30px;
}

.nyyf3list li .img1::before{
    content: '';
    position: absolute;
    background: linear-gradient(to bottom right, #008001, #0195df);
    opacity: 0.25;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.nyyf3list li .img1 img{
    width: 100%;
    border-radius: 20px;
}

.nyyf3list li .wz{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2vw;
}

.nyyf3list li .wz .wza{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.nyyf3list li .wz .wzb{
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
    text-indent: 2em;
    margin-top: 1.56vw;
    display: none;
}

.nyyf3list li:hover .wz .wzb{
    display: block;
}

.nyyf3list li:hover .img1::before{
    opacity: 0.75;
}

.nyyf4{
    margin-top: 40px;
    margin-bottom: 140px;
}

.nyyf4wz{
    margin-top: 20px;
    margin-bottom: 70px;
}

.nyyf4wz p{
    color: #131313;
    font-size: 18px;
    line-height: 2.22;
    text-indent: 2em;
}

.cxsort li{
    flex: 1;
    background: #0195df;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    position: relative;
}

.cxsort li::before{
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: url(//wm.cdn.cn86.cn/junye/2025/10/c15e4ed9d7hjmxvw.png) no-repeat center;
    width: 24px;
    height: 21px;
    margin: 0 auto;
    opacity: 0;
}

.cxsort li.cur{
    background: #008001;
}

.cxsort li.cur::before{
    opacity: 1;
}

.tt11{
    display: none;
}

.nynlist1{
    height: 801px;
    overflow-y: scroll;
}

.nynlist1 li{
    background: #eef3f6;
    border-bottom: 1px solid #8c8b8b;
    padding: 0 30px;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.nynlist1 li:nth-child(2n){
    background: #fff;
}

.nynlist1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nynlist1 li a .wza{
    width: 90%;
    font-size: 16px;
    color: #333333;
}

.nynlist1 li a .wzb{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nynlist1 li a .wzb span{
    color: #040404;
    font-size: 20px;
    position: relative;
    display: inline-block;
    width: 70%;
    text-align: center;
    padding-bottom: 10px;
}

.nynlist1 li a .wzb span::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #000000;
}

.nynlist1 li:hover a .wza{
    color: #008001;
}

.nynlist1 li:hover a .wzb span{
    color: #008001;
}

@media(max-width: 1600px){
    .nyyf1list li b{
        font-size: 50px;
    }
    .nyyf1list li p{
        font-size: 16px;
    }
    .nyyf1w p{
        font-size: 16px;
    }
}

@media(max-width: 1440px){
    .nyyf3wz{
        font-size: 16px;
    }
    .nyyf4wz p{
        font-size: 16px;
    }
    .nyyf3list li .wz .wza{
        font-size: 20px;
    }
    .nyyf3list li .wz .wzb{
        font-size: 14px;
    }
    .nynlist1 li a .wzb span{
        font-size: 16px;
    }
}

@media(max-width: 1280px){
    .nyyf1list li b{
        font-size: 36px;
    }
    .nyyf2Swiper .swiper-slide a .wz .wza{
        font-size: 18px;
    }
    .cxsort li{
        font-size: 20px;
    }
}

@media(max-width: 995px){
    .nyyf1{
        margin-top: 40px;
    }
    .nyyf1list li b{
        font-size: 30px;
    }
    .nyyf1w{
        margin-bottom: 20px;
    }
    .nyyf1w p{
        font-size: 14px;
        line-height: 1.8;
    }
    .nyyf2{
        margin-top: 40px;
    }
    .nytecjian{
        margin: 20px 0;
    }
    .nyyf3{
        margin-top: 30px;
    }
    .nyyf3wz{
        font-size: 14px;
        line-height: 1.5;
    }
    .nyyf3list{
        margin-top: 30px;
    }
    .nyyf4wz p{
        font-size: 14px;
        line-height: 1.5;
    }
    .cxsort li{
        height: 60px;
        line-height: 60px;
    }
    .cxsort li::before{
        background-size: 100% 100%;
        width: 16px;
        height: 12px;
    }
    .nyyf4{
        margin-bottom: 40px;
    }
    .nynlist1{
        height: 500px;
    }
    .nynlist1 li{
        padding: 0 10px;
        height: 50px;
    }
    .nynlist1 li a .wza{
        font-size: 14px;
    }
    .nynlist1 li a .wzb span{
        font-size: 12px;
    }
    .nynlist1 li a .wzb img{
        max-width: 10px;
        width: 100%;
    }
}

@media(max-width: 640px){
    .nyyf1list{
        flex-wrap: wrap;
        margin: 10px 0;
        justify-content: flex-start;
    }
    .nyyf1list li{
        flex: none;
        width: 50%;
        margin-top: 10px;
    }
    .nyyf1list li b{
        font-size: 20px;
    }
    .nyyf1list li span{
        font-size: 12px;
    }
    .nyyf1list li p{
        font-size: 12px;
    }
    .nyyf1w{
        margin-top: 20px;
    }
    .nyyf2Swiper{
        margin-top: 20px;
    }
    .nyyf2Swiper .swiper-slide a{
        padding: 10px;
        flex-wrap: wrap;
    }
    .nyyf2Swiper .swiper-slide a .img1{
        width: 100%;
    }
    .nyyf2Swiper .swiper-slide a .wz{
        width: 100%;
        margin-top: 20px;
    }
    .nyyf2Swiper .swiper-slide a .wz .wza{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .nyyf2Swiper .swiper-slide a .wz .wzc{
        font-size: 13px;
    }
    .nytecjian{
        margin-top: 0;
    }
    .nyyf3list li{
        width: 100%;
        margin-bottom: 20px;
    }
    .nyyf3list li .img1::before{
        border-radius: 5px;
    }
    .nyyf3list li .img1 img{
        border-radius: 5px;
    }
    .nyyf3list li .wz .wza{
        font-size: 16px;
    }
    .nyyf3list li .wz .wzb{
        font-size: 12px;
        line-height: 20px;
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:5; 
    }
    .nyyf4{
        margin-top: 20px;
    }
    .nyyf4wz{
        margin-bottom: 20px;
    }
    .cxsort li{
        width: 50%;
        font-size: 15px;
        height: 50px;
        line-height: 50px;
    }
    .nynlist1{
        height: 250px;
    }
    .nynlist1 li a .wza{
        width: 70%;
    }
    .nynlist1 li a .wzb{
        width: 70px;
    }
}


/* 研发实力 */
.nyyf1list1{
    margin-top: 1.8vw;
}

.nyyf1list1 li{
    margin-bottom: 2vw;
}

.nyyf1list1 li .img1{
    width: 55.875%;
}

.nyyf1list1 li .img1 img{
    width: 100%;
}

.nyyf1list1 li .wz{
    width: calc(100% - 55.875%);
    background: #f6f7f9;
    padding: 2.6vw 1.8vw;
}

.nyyf1list1 li .wz .wza{
    color: #131313;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1.5vw;
}

.nyyf1list1 li .wz .wzb{
   
}

.nyyf1list1 li .wz .wzb p{
     color: #131313;
    font-size: 14px;
    line-height: 2.857;
    text-indent: 2em;
}

@media(max-width: 1366px){
    .nyyf1list1 li .wz .wza{
        font-size: 24px;
    }
    .nyyf1list1 li .wz .wzb p{
        font-size: 14px;
        line-height: 1.8;
    }
}

@media(max-width: 995px){
    .nyyf1list1{
        margin-top: 20px;
    }
    .nyyf1list1 li{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .nyyf1list1 li:nth-child(2n){
        flex-direction: column-reverse;
    }
    .nyyf1list1 li .img1{
        width: 100%;
    }
    .nyyf1list1 li .wz{
        width: 100%;
        padding: 20px 10px;
    }
    .nyyf1list1 li .wz .wza{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .nyyf1list1 li .wz .wzb p{
        font-size: 13px;
        line-height: 1.6;
    }
}


/* 核心研发团队 */
.nyyf2{
    margin-bottom: 80px;
}
.nyyf2Swiper .swiper-wrapper1{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.nyyf2Swiper .swiper-wrapper1 .swiper-slide{
    width: calc(100% / 2 - 20px);
}

@media(max-width: 995px){
    .nyyf2Swiper .swiper-slide a{
        padding: 10px;
    }
    .nyyf2Swiper .swiper-slide a .wz .wza{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .nyyf2Swiper .swiper-slide a .wz .wzc{
        font-size: 12px;
    }
}

@media(max-width: 780px){
    .nyyf2Swiper .swiper-wrapper1{
        gap: 10px;
    }
    .nyyf2Swiper .swiper-wrapper1 .swiper-slide{
        width: calc(100% / 2 - 10px);
    }
    .nyyf2Swiper .swiper-slide a .wz .wzc{
        height: 185px;
        overflow: hidden;
    }
}