 @media only screen and (min-width: 1700px) {
    .nu3 li .imgks {
        position: relative;
        width: 3.5rem;
        height: 2.7rem;
        margin-right: 40px;}
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
    .nu3 li .imgks {
        position: relative;
        width: 3.5rem;
        height: 2.7rem;
        margin-right: .4rem;}
}
@media only screen and (max-width: 1000px) {
    .nu3 li .imgks {
        position: relative;
        width: 3.5rem;
        height: 2.7rem;
        margin-right: .4rem;}
}
@media only screen and (min-width: 1700px) {
    .nu3 li .imgks img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: cover;}
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
    .nu3 li .imgks img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: cover;}
}
@media only screen and (max-width: 1000px) {
    .nu3 li .imgks img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: cover;}
}
