职位名称
学历要求
招聘人数
查看详情
职位名称
市场专员
学历要求
大专
招聘人数
若干
职位名称
区域经理
学历要求
大专
招聘人数
若干
' +
'' +
'' +
''
);
}
if (screen && screen.width < 640) {
document.write('' +
'' +
''
);
}
$('.ban-slider2').slick({
dots: true,
arrows: true,
autoplay: true,
slidesToShow: 1,
autoplaySpeed: 4000,
pauseOnHover: false,
fade: true,
});
AOS.init({
easing: 'ease',
duration: 1000,
disable: 'mobile',
});
$(document).ready(function() {
$('.newimg').each(function() {
if ($(this).attr('src') == '') {
$(this).attr('src', '/images/noimg.jpg')
}
})
})
$(function() {
$('#index_cp li').hover(function() {
$(this).addClass('cur')
$('#index_cp li').not($(this)).removeClass('cur')
})
})