人才理念
以人为本 利人利企
选才观
德才兼备,内外并重;任人唯贤,公平竞争
育才观
结合公司战略发展的需要,对员工进行有计划的培训,提高员工的基本素质
用才观
用人不疑,合理授权;人尽其才,不求全责备。
留才观
拓展员工发展空间,保障并提高员工的经济利益;主要用待遇、事业和感情留人
$(function(){ jQuery(".picScroll-left").slide({titCell:".hd ul",mainCell:".bd ul",autoPage:true,effect:"left",autoPlay:true}); $('.wel-apic').width(Math.floor($('.wel-about').width() * 0.475)) $('.wel-box-con li:last').css('margin-right','0'); $('.wel-about-box').width($('.wel-about').width() - $('.wel-apic').width()) window.onresize = function(){ $('.wel-about-box').attr("style",""); $('.wel-apic').width(Math.floor($('.wel-about').width() * 0.475)) $('.wel-about-box').width($('.wel-about').width() - $('.wel-apic').width()) } }) $("#carousel_1").FtCarousel(); $("#carousel_2").FtCarousel({ index: 1, auto: false }); $("#carousel_3").FtCarousel({ index: 0, auto: true, time: 3000, indicators: false, buttons: true }); if (!window.jQuery) { document.write(unescape("%3Cscript src='/public/static/common/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); document.write(unescape("%3Cscript type='text/javascript'%3E try{jQuery.noConflict();}catch(e){} %3C/script%3E")); } if (window.jQuery) { (function($){ default_switch(); //简体繁体互换 function default_switch() { var home_lang = getCookie('home_lang'); if (home_lang == '') { home_lang = 'cn'; } if ($.inArray(home_lang, ['zh','cn'])) { var obj = $('#jquerys2t_1573822909'); var isSimplified = getCookie('jquerys2t_1573822909'); if ('cn' == isSimplified) { $('body').t2s(); $(obj).text('繁體'); } else if ('zh' == isSimplified) { $('body').s2t(); $(obj).text('简体'); } } } //简体繁体互换 $('#jquerys2t_1573822909').click(function(){ var obj = this; var isSimplified = getCookie('jquerys2t_1573822909'); if ('' == isSimplified || 'cn' == isSimplified) { $('body').s2t(); // 简体转繁体 setCookie('jquerys2t_1573822909', 'zh'); $(obj).text('简体'); } else { $('body').t2s(); // 繁体转简体 setCookie('jquerys2t_1573822909', 'cn'); $(obj).text('繁體'); } }); })(jQuery); }