.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: 6.25rem;
}
.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;
}


.jobs .tit{
    margin-top: 5.2083%;    /* 100px */
}
.jobs .tit h3{
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 2.5rem;
    color: #111111;
    text-align: center;
}
.jobs .tit p{
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #666666;
    margin-top: 1.25rem;
}

.jobs .list{
    margin-bottom: 6.9444%;    /* 100px */
}
.jobs .list dl{
    margin-top: 4.1666%;    /* 60px */
}
.jobs .list dl dt{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.jobs .list dl dt h3{
    font-size: 1.875rem;
    line-height: 2.5rem;
}
.jobs .list dl dt div{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jobs .list dl dt div span{
    font-size: 1.125rem;
}
.jobs .list dl dt div span.icon-jianhao{
    display: none;
}
.jobs .list dl dd{
    font-size: 1.125rem;
    line-height: 2.375rem;
    color: #666666;
    padding-top: .9375rem;
    padding-bottom: 3.125rem;
    border-bottom: 2px solid #ededed;
}
.jobs .list dl dd .con{
    display: none;
}
.jobs .list dl dd .con h3{
    font-size: 1.5rem;
    color: #333333;
}
.jobs .list dl.on dt h3{
    color: #000266;
}
.jobs .list dl.on dt div span.icon-jiahao1{
    display: none;
}
.jobs .list dl.on dt div span.icon-jianhao{
    display: block;
}
.jobs .list dl.on dd .msg{
    display: none;
}
.jobs .list dl.on dd .con{
    display: block;
}
.jobs .list dl.on dd .con a{
    display: block;
    width: 12.5rem;
    height: 3.75rem;
    margin-top: 3.125rem;
    background: #000266;
    border-radius: 1.875rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 3.75rem;
    color: #ffffff;
}

.popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 91;
}
.popup .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 92;
}
.popup .box{
    position: absolute;
    z-index: 93;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 3.125% 5.2083%;    /* 60px 100px */
    width: 845px;
    max-width: 90%;
    max-height: 90%;
}

.popup .box .close {
    position: absolute;
    top: 2.5rem;    /* 40px */
    right: 4.7337%;    /* 40px */
    cursor: pointer;
}

.popup .box .close .iconfont {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
}
.popup .box h3{
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin: 1.5625rem 0 2.5rem;
}
.popup .box dl{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.popup .box dl dt{
    width: 19.2248%;    /* 124px */
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 3.375rem;
}
.popup .box dl dd{
    width: 80.7751%;    /* 721px */
    border: 1px solid #a0a0a0;
    border-radius: .3125rem;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
}
.popup .box dl dd input{
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    font-size: 1.25rem;
}
.popup .box dl dd select{
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    font-size: 1.25rem;
}
.popup .box dl.dl2 dd{
    border: 0;
}
.popup .box dl.dl2 dd input{
    width: 1.25rem;
    margin-right: .3125rem;
}
.popup .box dl.dl2 dd span{
    margin-right: 3.125rem;
}
.popup .box button{
    display: block;
    width: 12.5rem;
    height: 3.75rem;
    margin: 3.125rem auto 0;
    background: none;
    border: 1px solid #000266;
    border-radius: 1.875rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 3.75rem;
    color: #000266;
}
.popup .box button:hover{
    background: #000266;
    color: #ffffff;
}


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

    
}
