.ny_banner {
    width: 100%;
    margin-top: 5.625rem;
}
.ny_banner img{
    width: 100%;
}

.ny_menu{
    height: 4.125rem;
    border-bottom: 2px solid #ededed;
    margin: .9375rem 0 0;
}
.ny_menu .center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ny_menu ul{
    display: flex;
}
.ny_menu ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.125rem;
    margin-right: 4.375rem;
}
.ny_menu ul li a{
    font-size: 1.5rem;
    color: #666666;
}
.ny_menu ul li.on{
    border-bottom: 3px solid #000266;
}
.ny_menu ul li.on a{
    color: #000266;
}
.ny_menu .lj{
    font-size: 1.25rem;
    line-height: 1;
    color: #666666;
}
.ny_menu .lj .iconfont{
    font-size: 1.25rem;
}
.ny_menu .lj a{
    color: #666666;
}
.ny_menu .lj a:hover{
    color: #000266;
}


.client .tit{
    text-align: center;
    padding: 6.9444% 0;    /* 100px */
}
.client .tit h3{
    font-size: 1.875rem;
    line-height: 2.5rem;
}
.client .tit p{
    font-size: 1rem;
    line-height: 1.875rem;
    color: #000266;
}

.client .box .list{
    margin-bottom: 6.9444%;    /* 100px */
    display: flex;
    flex-wrap: wrap;
}
.client .box .list li{
    width: 24%;
    margin: 0 1.3333% 1.3333% 0;
    background: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 272/204;
    max-width: 80%;
    max-height: 80%;
}
.client .box .list li img{
    max-width: 100%;
    max-height: 100%;
}
.client .box .list li:nth-child(4n){
    margin: 0 0 1.3333%;
}


.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    z-index: 10000;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}

.popup .prc {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.popup .prc img {
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: calc(100% - 3.5rem);
}

.popup .prc .close {
    background: none;
    outline: none;
    border: none;
    margin-top: 1.25rem;
}

.popup .prc .close .iconfont {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1879bf;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
}

@media (max-width: 1360px) {
    .ny_menu ul li{
        margin-right: 1.875rem;
    }
}

@media (max-width: 768px) {
    .ny_menu{
        margin: 0;
    }
    .ny_menu ul{
        width: 100%;
        justify-content: space-between;
    }
    .ny_menu ul li{
        margin-right: 0;
    }
    .ny_menu ul li a{
        font-size: 1.125rem;
    }
    .ny_menu .lj{
        display: none;
    }

    .client .box .list li{
        width: 48%;
        margin: 0 4% 4% 0;
    }
    .client .box .list li:nth-child(5n){
        margin: 0 4% 4% 0;
    }
    .client .box .list li:nth-child(2n){
        margin: 0 0 4%;
    }

}











