.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;
}


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

.company .box .con{
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 6.9444%;    /* 100px */
}

.company .box ul{
    display: flex;
    flex-wrap: wrap;
}
.company .box ul li{
    background: #f6f6f6;
    width: 23.4722%;    /* 338px */
    margin: 3.4722% 2.037% 0 0;
}
.company .box ul li:nth-child(4n){
    margin: 3.4722% 0 0;
}
.company .box ul li .img img{
    aspect-ratio: 338/220;
    object-fit: cover;
}
.company .box ul li .con{
    padding: 8.8757%;    /* 30px */
}
.company .box ul li .con h3{
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: .625rem;
}
.company .box ul li .con p{
    font-size: 1rem;
    line-height: 1.875rem;
}
.company .box ul li .con p a{
    color: #666666;
}
.company .box ul li .con p a:hover{
    color: #333333;
}



@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;
    }

}










