index.blade.php 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126
  1. @extends('module.layouts.main_index')
  2. @push('meta')
  3. @endpush
  4. @push('css')
  5. <link href="{{ theme_asset('app/css/common.css') }}" rel="stylesheet">
  6. <link href="{{ theme_asset('app/css/slider/themes/default/default.css') }}" rel="stylesheet">
  7. <link href="{{ theme_asset('app/css/slider/nivo-slider.css') }}" rel="stylesheet">
  8. <link href="{{ theme_asset('app/css/css3hover.css') }}" rel="stylesheet">
  9. <link href="{{ theme_asset('app/css/person/personal_ajax_dialog.css') }}" rel="stylesheet">
  10. <link href="{{ theme_asset('app/css/index_new2.css') }}?v={{time()}}" rel="stylesheet">
  11. <link href="{{ theme_asset('app/css/swiper.min.css') }}" rel="stylesheet">
  12. <style type="text/css">
  13. * {
  14. box-sizing: border-box;
  15. -moz-box-sizing: border-box;
  16. -webkit-box-sizing: border-box;
  17. }
  18. .modal_content .modal_header {
  19. height: 40px;
  20. }
  21. .radio_list .rli {
  22. width: 160px;
  23. }
  24. .index_navlist {
  25. width: 100%;
  26. height: 40px;
  27. overflow: hidden;
  28. background-color: #f0f0f0;
  29. }
  30. .swiper-container,.swiper-slide img{
  31. width: 750px;
  32. height:290px;
  33. }
  34. .swiper-slide{
  35. text-align: center;
  36. }
  37. .layui-layer-dialog .layui-layer-content{background:white;}
  38. </style>
  39. @endpush
  40. @push('js')
  41. <script type="text/javascript" src="{{theme_asset('jquery/jquery.SuperSlide.2.1.1.js')}}"></script>
  42. <script type="text/javascript" src="{{theme_asset('jquery/jquery.common.js')}}"></script>
  43. <script type="text/javascript" src="{{theme_asset('app/js/htmlspecialchars.js')}}"></script>
  44. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.disappear.tooltip.js') }}"></script>
  45. <script type="text/javascript" src="{{theme_asset('app/js/jquery.autocomplete.js')}}"></script>
  46. <script type="text/javascript" src="{{theme_asset('app/js/jcarousellite.js')}}"></script>
  47. @endpush
  48. @section('content')
  49. <!--遮罩-->
  50. <div class="index_cover" style="display: none;">
  51. <div class="wide">
  52. <div class="cover_content">
  53. <div class="guide_txt"></div>
  54. <div class="guide_btn" onclick="$('.index_cover').remove();"></div>
  55. </div>
  56. </div>
  57. </div>
  58. <script>
  59. var hasShow = getCookie("remind_show");
  60. if (hasShow == 1) { //已经看过弹窗
  61. $(".index_cover").remove();
  62. } else {
  63. $(".index_cover").css("display", "block");
  64. setCookie("remind_show", 1)
  65. }
  66. function getCookie(name) {
  67. var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
  68. if (arr = document.cookie.match(reg)) {
  69. return unescape(arr[2]);
  70. } else
  71. return null;
  72. }
  73. function setCookie(name, value) {
  74. var Days = 60000;
  75. var exp = new Date();
  76. exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000);
  77. document.cookie = name + "=" + escape(value) + ";expires=" + exp.toGMTString();
  78. }
  79. </script>
  80. <!--浮动二维码-->
  81. <div class="index_floatmenu">
  82. <div class="menu_content" onclick="$(this).parent().hide();">
  83. <div class="menu_close"></div>
  84. <div class="float_box">
  85. <img src="{{theme_asset('app/images/index/qrcode1.png')}}" alt="">
  86. <p>服务评价/问题反馈</p>
  87. </div>
  88. <div class="float_box">
  89. <img src="{{theme_asset('app/images/index/qrcode2.png')}}" alt="">
  90. <p>服务事项/预约登记</p>
  91. </div>
  92. <div class="float_box">
  93. <img src="{{theme_asset('app/images/index/qrcode3.png')}}" alt="">
  94. <p>人才政策汇编</p>
  95. </div>
  96. </div>
  97. </div>
  98. <!--固定导航-->
  99. <div class="fixednav"
  100. style="z-index: 9999; position: fixed; top: 0px; left: 0px; width: 100%; height: 75px; overflow: hidden; margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px;display: none;">
  101. @include('module.section.nav_header')
  102. </div>
  103. <!--logo导航-->
  104. <div class="home_logo_nav">
  105. <div class="wide">
  106. <div class="logobox">
  107. <a href="/">
  108. <img src="{{theme_asset('app/images/index_logo.png')}}" border="0"/>
  109. </a>
  110. </div>
  111. <!-- 导航 -->
  112. <div class="home_navlist">
  113. <a href="/" class="select">首页</a>
  114. <a href="{{route('city')}}">城市概况</a>
  115. <a href="{{route('news.list',['id'=>57])}}">单位招聘</a>
  116. <a href="{{route(url_rewrite('AIX_jobslist'))}}">求职广场</a>
  117. {{-- <a href="{{route('knowall')}}">网上办事</a>--}}
  118. <a href="{{route('policy.list',['id'=>72])}}">晋江政策</a>
  119. {{--<a href="{{route('mien')}}">人才风采</a>
  120. <a href="{{route('feature')}}">特色人才</a>--}}
  121. <a href="{{route(url_rewrite('AIX_help'))}}">帮助中心</a>
  122. <a href="/jjrl.html" target="_blank">晋爱人才</a>
  123. <div class="clear"></div>
  124. </div>
  125. <div class="clear"></div>
  126. </div>
  127. </div>
  128. <!--顶部-->
  129. <div class="home_top">
  130. <div class="slide-box slide-container">
  131. @if($ads && array_key_exists('AIX_indexfocus',$ads))
  132. @if(count($ads['AIX_indexfocus']) > 1)
  133. <div class="hd">
  134. <ul>
  135. @foreach($ads['AIX_indexfocus'] as $k=>$v)
  136. <li></li>
  137. @endforeach
  138. </ul>
  139. </div>
  140. @endif
  141. @endif
  142. <div class="bd">
  143. <ul>
  144. @if($ads && array_key_exists('AIX_indexfocus',$ads))
  145. @foreach($ads['AIX_indexfocus'] as $k=>$v)
  146. <li>
  147. <div class="silde-item">
  148. <a href="{{$v->href}}" target="_blank" rel="nofollow noopener noreferrer" title="{{$v->title}}"><img
  149. src="{{$v->content_path}}" width="602" height="222"> </a>
  150. </div>
  151. </li>
  152. @endforeach
  153. @else
  154. <li>
  155. <a href="javascript:;"><img src="{{theme_asset('app/images/index/home_top_bg.jpg')}}"/> </a>
  156. </li>
  157. @endif
  158. </ul>
  159. </div>
  160. </div>
  161. <div class="top_content">
  162. <div class="wide">
  163. <div class="sobox">
  164. <div class="sobox-bq">
  165. <button class="sobox-botton bottom-active" url="{{route(url_rewrite('AIX_jobslist'))}}">找职位
  166. </button>
  167. <button class="sobox-botton botton-left" url="{{route(url_rewrite('AIX_resumelist'))}}">找人才
  168. </button>
  169. <button class="sobox-botton botton-left" url="{{route('news.list',['id'=>0])}}">找资讯</button>
  170. <button class="sobox-botton botton-left" url="{{route('policy.list',['id'=>1])}}">找政策</button>
  171. </div>
  172. <div class="inputbg">
  173. <form id="ajax_search_location" action="{{route(url_rewrite('AIX_jobslist'))}}">
  174. <div class="inoputbox"><input id="top_search_input" name="key" type="text"
  175. placeholder="请输入关键词"
  176. value=""/></div>
  177. <input id="top_search_btn" type="submit" class="sobut J_hoverbut" value="搜索"/>
  178. <input type="hidden" name="lng" id="lng" value=""/>
  179. <input type="hidden" name="lat" id="lat" value=""/>
  180. <input type="hidden" name="ldLng" id="ldLng" value=""/>
  181. <input type="hidden" name="ldLat" id="ldLat" value=""/>
  182. <input type="hidden" name="ruLng" id="ruLng" value=""/>
  183. <input type="hidden" name="ruLat" id="ruLat" value=""/>
  184. <input type="hidden" class="map-lng" value="{{subsite_config('aix.system.map.map.map_x')}}">
  185. <input type="hidden" class="map-lat" value="{{subsite_config('aix.system.map.map.map_y')}}">
  186. </form>
  187. </div>
  188. </div>
  189. <div class="clear"></div>
  190. <div class="top_link_box">
  191. <a href="https://rencai.jucai.gov.cn/" class="link_item link1" target="_blank" rel="nofollow noopener noreferrer">
  192. <div class="link_bg"></div>
  193. <div class="link_txt">人才综合服务<br/>申报平台</div>
  194. </a>
  195. <a href="{{route('resumes',['search_type'=>'precise'])}}" class="link_item link3" target="_blank" rel="nofollow noopener noreferrer">
  196. <div class="link_bg"></div>
  197. <div class="link_txt">我要找人才</div>
  198. </a>
  199. <a href="{{route('jobs')}}" class="link_item link4" target="_blank" rel="nofollow noopener noreferrer">
  200. <div class="link_bg"></div>
  201. <div class="link_txt">我要找工作</div>
  202. </a>
  203. @if(auth('web-member')->check())
  204. {{-- <a href="{{route('project')}}" class="link_item link5" target="_blank" rel="nofollow noopener noreferrer">--}}
  205. {{-- <div class="link_bg"></div>--}}
  206. {{-- <div class="link_txt">我要创业</div>--}}
  207. {{-- </a>--}}
  208. @else
  209. {{-- <a href="javascript:;" class="link_item link5 apply_all">--}}
  210. {{-- <div class="link_bg"></div>--}}
  211. {{-- <div class="link_txt">我要创业</div>--}}
  212. {{-- </a>--}}
  213. @endif
  214. <a href="#talent_service" class="link_item link6">
  215. <div class="link_bg"></div>
  216. <div class="link_txt">人才服务</div>
  217. </a>
  218. <a href="{{ route('buyhouse.login') }}" class="link_item link7">
  219. <div class="link_bg"></div>
  220. <div class="link_txt">人才刚需购房</div>
  221. </a>
  222. </div>
  223. <div class="clear"></div>
  224. </div>
  225. </div>
  226. </div>
  227. {{--<div id="photos" style="display:flex;width:1200px;margin:0 auto;justify-content:space-between;margin-top:30px;">
  228. <img style="width:200px;" data-index="0" src="{{theme_asset('app/images/welfare/1.jpg')}}" alt="">
  229. <img style="width:200px;" data-index="1" src="{{theme_asset('app/images/welfare/2.jpg')}}" alt="">
  230. <img style="width:200px;" data-index="2" src="{{theme_asset('app/images/welfare/3.jpg')}}" alt="">
  231. <img style="width:200px;" data-index="3" src="{{theme_asset('app/images/welfare/4.jpg')}}" alt="">
  232. <img style="width:200px;" data-index="4" src="{{theme_asset('app/images/welfare/5.jpg')}}" alt="">
  233. <img style="width:200px;" data-index="5" src="{{theme_asset('app/images/welfare/6.jpg')}}" alt="">
  234. <script type="text/javascript" src="{{theme_asset('statistics/js/layer/layer.js')}}"></script>
  235. <script>
  236. var photos = {
  237. "title": "公益广告", //相册标题
  238. "id": 1, //相册id
  239. "start": 0, //初始显示的图片序号,默认0
  240. "data": [ //相册包含的图片,数组格式
  241. {
  242. "alt": "",
  243. "pid": 11, //图片id
  244. "src": "{{theme_asset('app/images/welfare/1.jpg')}}", //原图地址
  245. },
  246. {
  247. "alt": "",
  248. "pid": 22, //图片id
  249. "src": "{{theme_asset('app/images/welfare/2.jpg')}}", //原图地址
  250. },
  251. {
  252. "alt": "",
  253. "pid": 33, //图片id
  254. "src": "{{theme_asset('app/images/welfare/3.jpg')}}", //原图地址
  255. },
  256. {
  257. "alt": "",
  258. "pid": 44, //图片id
  259. "src": "{{theme_asset('app/images/welfare/4.jpg')}}", //原图地址
  260. },
  261. {
  262. "alt": "",
  263. "pid": 55, //图片id
  264. "src": "{{theme_asset('app/images/welfare/5.jpg')}}", //原图地址
  265. },
  266. {
  267. "alt": "",
  268. "pid": 66, //图片id
  269. "src": "{{theme_asset('app/images/welfare/6.jpg')}}", //原图地址
  270. }
  271. ]
  272. };
  273. $('#photos img').click(function(){
  274. var index = $(this).data('index');
  275. photos.start = index;
  276. layer.photos({
  277. photos: photos
  278. });
  279. });
  280. </script>
  281. </div>--}}
  282. <div class="wide">
  283. <div class="web_intro_box">
  284. {{--广告--}}
  285. @if($ads && array_key_exists('AIX_indextopimg',$ads))
  286. <div class="swiper-container">
  287. <div class="swiper-wrapper">
  288. @foreach($ads['AIX_indextopimg'] as $k=>$v)
  289. <div class="swiper-slide">
  290. <a href="{{ $v->href }}" target="{{$v->target ?? '_blank'}}" title="{{ $v->title }}">
  291. <img src="{{upload_asset($v->content)}}" border="0"/>
  292. </a>
  293. </div>
  294. @endforeach
  295. </div>
  296. <div class="swiper-pagination"></div>
  297. <div class="swiper-button-prev"></div>
  298. <div class="swiper-button-next"></div>
  299. </div>
  300. @endif
  301. </div>
  302. <div class="home_policy_match">
  303. <div class="box_title">人才匹配政策</div>
  304. <div class="box_content"></div>
  305. @if(auth('web-member')->check())
  306. <a class="box_link" href="{{route('person.index')}}">立即预判</a>
  307. @else
  308. <a class="box_link apply_all" href="javascript:;">立即预判</a>
  309. @endif
  310. </div>
  311. <div class="clear"></div>
  312. {{--<div class="aix-ad-1200-160">
  313. @if($ads && array_key_exists('AIX_indextopimg',$ads))
  314. @foreach($ads['AIX_indextopimg'] as $k=>$v)
  315. <div class="ad-li">
  316. <a href="{{ $v->href }}" target="_blank" rel="nofollow noopener noreferrer" title="{{ $v->title }}">
  317. <img src="{{upload_asset($v->content)}}" border="0"/>
  318. </a>
  319. </div>
  320. @endforeach
  321. @endif
  322. </div>--}}
  323. <div class="aix-ad-1200-80">
  324. @if($ads && array_key_exists('AIX_index_center',$ads))
  325. @foreach($ads['AIX_index_center'] as $k=>$v)
  326. <div class="ad-li">
  327. <a href="{{ $v->href }}" target="_blank" rel="nofollow noopener noreferrer" title="{{ $v->title }}">
  328. <img src="{{upload_asset($v->content)}}" border="0"/>
  329. </a>
  330. </div>
  331. @endforeach
  332. @endif
  333. </div>
  334. <!--聚才动态-->
  335. <div class="home_jucai_trends">
  336. <div class="home_title">
  337. <div class="title_ch">招聘资讯</div>
  338. <div class="title_en">RECRUIT&nbsp;INFORMATION</div>
  339. </div>
  340. <div class="lw-news-box">
  341. <div class="lw-recruit">
  342. <div class="title-box">
  343. <h3>单位招考</h3>
  344. <a href="{{route('recruit.index.list')}}">更多+</a>
  345. </div>
  346. <div class="recruit-box">
  347. @if(!$recruit->isEmpty())
  348. @foreach($recruit as $k=>$v)
  349. <div class="box_item @if($v->current > 0) begin @endif">
  350. <div class="news_info">
  351. <div class="news_title"><a href="{{route('recruit.index.show',['id'=>$v->id])}}"
  352. target="_blank" rel="nofollow noopener noreferrer">{{$v->name}}</a></div>
  353. <div class="news_content">
  354. <p style="color:#bc2c34;">状态:{{$v->current_text}}</p>
  355. <p>时间:{{$v->current_time}}</p>
  356. <p>流程:{{$v->step_text}}</p>
  357. </div>
  358. </div>
  359. </div>
  360. @endforeach
  361. @else
  362. <div style="line-height:190px;text-align:center;font-size:16px;">暂无招考</div>
  363. @endif
  364. </div>
  365. <div class="line"></div>
  366. </div>
  367. <div class="lw-news">
  368. <div class="title-box" style="padding-left:30px;">
  369. <h3>招考资讯</h3>
  370. <a href="{{route('news.list',['id'=>57])}}">更多+</a>
  371. </div>
  372. <div class="news-box">
  373. @if(!$ad_pic3->isEmpty())
  374. @foreach($ad_pic3 as $k=>$v)
  375. <div class="box_item">
  376. <div class="news_info">
  377. <div class="news_title">
  378. @if(empty($v->is_url))
  379. <a href="{{route('news.show',['id'=>$v->id])}}" target="_blank" rel="nofollow noopener noreferrer">
  380. {!! $v->title !!}
  381. </a>
  382. @else
  383. <a href="{{$v->is_url}}" target="_blank" rel="nofollow noopener noreferrer">
  384. {!! $v->title !!}
  385. </a>
  386. @endif
  387. </div>
  388. <div class="news_content">
  389. {{-- <p style="text-indent:2em;">{!! cut_str(strip_tags(htmlspecialchars_decode($v->content,ENT_QUOTES)),'32',0,'...') !!}</p>--}}
  390. <p style="text-align:right;">{{date('Y-m-d',strtotime($v->created_at))}}</p>
  391. </div>
  392. </div>
  393. </div>
  394. {{--<div class="news-item">--}}
  395. {{--<div><a href="{{route('news.show',['id'=>$v->id])}}">{{$v->title}}</a></div>--}}
  396. {{--<p>{{date('Y-m-d',strtotime($v->created_at))}}</p>--}}
  397. {{--</div>--}}
  398. @endforeach
  399. @else
  400. <div style="line-height:190px;text-align:center;font-size:16px;">暂无新闻</div>
  401. @endif
  402. </div>
  403. </div>
  404. </div>
  405. {{--<div class="trends_box">
  406. <div class="home_pic_news">
  407. @if($ad_pic1 && count($ad_pic1)>0)
  408. @foreach($ad_pic1 as $k=>$v)
  409. <div class="pic_box"><img src="{{upload_asset($v->small_img)}}" alt="" border="0"/></div>
  410. <div class="news_info">
  411. <div class="news_title">{{$v->title}}</div>
  412. <div class="title_line"></div>
  413. <div class="news_content">{!! cut_str(strip_tags(htmlspecialchars_decode($v->content,ENT_QUOTES)),'60',0,'...') !!}</div>
  414. <a href="
  415. @if(empty($v->is_url))
  416. {{route('news.show',['id'=>$v->id])}}
  417. @else
  418. {{$v->is_url}}
  419. @endif
  420. " target="_blank" rel="nofollow noopener noreferrer" class="news_more"></a>
  421. </div>
  422. @endforeach
  423. @else
  424. <div style="line-height:190px;text-align:center;">暂无新闻</div>
  425. @endif
  426. </div>
  427. <div class="home_news_list">
  428. @foreach($ad_pic3 as $k=>$v)
  429. <div class="home_news_item">
  430. <div class="news_time">
  431. <div class="news_day">{{date('d',strtotime($v->created_at))}}</div>
  432. <div class="news_year">{{date('Y/m月',strtotime($v->created_at))}}</div>
  433. </div>
  434. <div class="news_info">
  435. @if(empty($v->is_url))
  436. <a href="{{route('news.show',['id'=>$v->id])}}" target="_blank" rel="nofollow noopener noreferrer"
  437. class="news_title substring" title="{{$v->title}}">{{$v->title}}</a>
  438. <div class="news_content">{!! cut_str(strip_tags(htmlspecialchars_decode($v->content,ENT_QUOTES)),'80',0,'...') !!}</div>
  439. @else
  440. <a href="{{$v->is_url}}" target="_blank" rel="nofollow noopener noreferrer"
  441. class="news_title substring" title="{{$v->title}}">{{$v->title}}</a>
  442. <div class="news_content">{!! cut_str(strip_tags(htmlspecialchars_decode($v->content,ENT_QUOTES)),'80',0,'...') !!}</div>
  443. @endif
  444. </div>
  445. <div class="clear"></div>
  446. </div>
  447. @endforeach
  448. </div>
  449. <div class="clear"></div>
  450. <a href="{{route('news.list',['id'=>57])}}" class="box_more" target="_blank" rel="nofollow noopener noreferrer">查看更多&gt;</a>
  451. </div>
  452. <div class="trends_box">
  453. @if(!$recruit->isEmpty())
  454. @foreach($recruit as $k=>$v)
  455. <div class="box_item">
  456. <div class="pic_box"><img src="{{$v->small_img ?: theme_asset('app/images/index/recruit_index.jpg')}}" alt="" border="0"/>
  457. </div>
  458. <div class="news_info">
  459. <div class="news_title"><a href="{{route('recruit.index.show',['id'=>$v->id])}}"
  460. target="_blank" rel="nofollow noopener noreferrer">{{$v->name}}</a></div>
  461. <div class="news_content">
  462. <p style="color:#bc2c34;">状态:{{$v->current_text}}</p>
  463. <p>时间:{{$v->current_time}}</p>
  464. <p>流程:{{$v->step_text}}</p>
  465. </div>
  466. </div>
  467. </div>
  468. @endforeach
  469. <div class="clear"></div>
  470. <a href="{{route('recruit.index.list')}}" class="box_more" target="_blank" rel="nofollow noopener noreferrer">查看更多&gt;</a>
  471. @else
  472. <div style="line-height:190px;text-align:center;font-size:16px;">暂无招考</div>
  473. @endif
  474. </div>
  475. <div class="clear"></div>
  476. </div>--}}
  477. </div>
  478. {{--背调测评--}}
  479. <div class="wide backgroundcheck">
  480. <a href="{{route('backgroundCheck.index')}}"><img src="{{ theme_asset('app/images/backgroundcheck/background_check3.png') }}" /></a>
  481. <a href="{{route('backgroundCheck.index')}}"><img src="{{ theme_asset('app/images/backgroundcheck/background_check2.png') }}" /></a>
  482. <a href="{{route('backgroundCheck.index')}}"><img src="{{ theme_asset('app/images/backgroundcheck/background_check1.png') }}" /></a>
  483. </div>
  484. <!--人才服务模块-->
  485. <div class="home_service_part" id="talent_service">
  486. <div class="home_title_white">
  487. <div class="title_ch">人才服务专栏</div>
  488. <div class="title_en">TALENT&nbsp;SERVICE&nbsp;COLUMN</div>
  489. </div>
  490. <div class="service_group wide">
  491. <div class="group_line">
  492. <div class="group_title"><img src="{{theme_asset('app/images/index/group_title1.png')}}"/></div>
  493. <div class="group_box">
  494. <div class="single red_single" id="single1">
  495. <div class="pre"></div>
  496. <div class="next"></div>
  497. <div class="scroll_box">
  498. <ul>
  499. <li>
  500. <a href="{{route('policy.list',['id'=>42])}}" target="_blank" rel="nofollow noopener noreferrer">
  501. <div class="li_img"
  502. style="background-image: url({{theme_asset('app/images/index/service1_icon1.png')}});"></div>
  503. <div class="li_txt">工商服务</div>
  504. </a>
  505. </li>
  506. <li>
  507. <a href="{{route('policy.list',['id'=>52])}}" target="_blank" rel="nofollow noopener noreferrer">
  508. <div class="li_img"
  509. style="background-image: url({{theme_asset('app/images/index/service1_icon2.png')}});"></div>
  510. <div class="li_txt">税务服务</div>
  511. </a>
  512. </li>
  513. <li>
  514. <a href="{{route('policy.list',['id'=>37])}}" target="_blank" rel="nofollow noopener noreferrer">
  515. <div class="li_img"
  516. style="background-image: url({{theme_asset('app/images/index/service1_icon3.png')}});"></div>
  517. <div class="li_txt">场地服务</div>
  518. </a>
  519. </li>
  520. <li>
  521. <a href="{{route('policy.list',['id'=>54])}}" target="_blank" rel="nofollow noopener noreferrer">
  522. <div class="li_img"
  523. style="background-image: url({{theme_asset('app/images/index/service1_icon4.png')}});"></div>
  524. <div class="li_txt">政策服务</div>
  525. </a>
  526. </li>
  527. <li>
  528. <a href="{{route('policy.list',['id'=>44])}}" target="_blank" rel="nofollow noopener noreferrer">
  529. <div class="li_img"
  530. style="background-image: url({{theme_asset('app/images/index/service1_icon5.png')}});"></div>
  531. <div class="li_txt">行政服务</div>
  532. </a>
  533. </li>
  534. <li>
  535. <a href="{{route('policy.list',['id'=>51])}}" target="_blank" rel="nofollow noopener noreferrer">
  536. <div class="li_img"
  537. style="background-image: url({{theme_asset('app/images/index/service1_icon6.png')}});"></div>
  538. <div class="li_txt">社保服务</div>
  539. </a>
  540. </li>
  541. <li>
  542. <a href="{{route('policy.list',['id'=>47])}}" target="_blank" rel="nofollow noopener noreferrer">
  543. <div class="li_img"
  544. style="background-image: url({{theme_asset('app/images/index/service1_icon7.png')}});"></div>
  545. <div class="li_txt">技术转移中心</div>
  546. </a>
  547. </li>
  548. <li>
  549. <a href="{{route('policy.list',['id'=>46])}}" target="_blank" rel="nofollow noopener noreferrer">
  550. <div class="li_img"
  551. style="background-image: url({{theme_asset('app/images/index/service1_icon8.png')}});"></div>
  552. <div class="li_txt">技术公共服务</div>
  553. </a>
  554. </li>
  555. <li>
  556. <a href="{{route('policy.list',['id'=>49])}}" target="_blank" rel="nofollow noopener noreferrer">
  557. <div class="li_img"
  558. style="background-image: url({{theme_asset('app/images/index/service1_icon9.png')}});"></div>
  559. <div class="li_txt">科技项目服务</div>
  560. </a>
  561. </li>
  562. <li>
  563. <a href="{{route('policy.list',['id'=>48])}}" target="_blank" rel="nofollow noopener noreferrer">
  564. <div class="li_img"
  565. style="background-image: url({{theme_asset('app/images/index/service1_icon10.png')}});"></div>
  566. <div class="li_txt">金融服务</div>
  567. </a>
  568. </li>
  569. <li>
  570. <a href="{{route('policy.list',['id'=>50])}}" target="_blank" rel="nofollow noopener noreferrer">
  571. <div class="li_img"
  572. style="background-image: url({{theme_asset('app/images/index/service1_icon11.png')}});"></div>
  573. <div class="li_txt">培养培训</div>
  574. </a>
  575. </li>
  576. <li>
  577. <a href="{{route('policy.list',['id'=>41])}}" target="_blank" rel="nofollow noopener noreferrer">
  578. <div class="li_img"
  579. style="background-image: url({{theme_asset('app/images/index/service1_icon12.png')}});"></div>
  580. <div class="li_txt">法律服务</div>
  581. </a>
  582. </li>
  583. <li>
  584. <a href="{{route('policy.list',['id'=>39])}}" target="_blank" rel="nofollow noopener noreferrer">
  585. <div class="li_img"
  586. style="background-image: url({{theme_asset('app/images/index/service1_icon13.png')}});"></div>
  587. <div class="li_txt">档案管理</div>
  588. </a>
  589. </li>
  590. <li>
  591. <a href="{{route('policy.list',['id'=>61])}}" target="_blank" rel="nofollow noopener noreferrer">
  592. <div class="li_img"
  593. style="background-image: url({{theme_asset('app/images/index/service1_icon14.png')}});"></div>
  594. <div class="li_txt">职称服务</div>
  595. </a>
  596. </li>
  597. <li>
  598. <a href="{{route('policy.list',['id'=>53])}}" target="_blank" rel="nofollow noopener noreferrer">
  599. <div class="li_img"
  600. style="background-image: url({{theme_asset('app/images/index/service1_icon15.png')}});"></div>
  601. <div class="li_txt">外国人许可</div>
  602. </a>
  603. </li>
  604. <li>
  605. <a href="{{route('policy.list',['id'=>35])}}" target="_blank" rel="nofollow noopener noreferrer">
  606. <div class="li_img"
  607. style="background-image: url({{theme_asset('app/images/index/service1_icon16.png')}});"></div>
  608. <div class="li_txt">博士后入站服务</div>
  609. </a>
  610. </li>
  611. <li>
  612. <a href="{{route('policy.list',['id'=>45])}}" target="_blank" rel="nofollow noopener noreferrer">
  613. <div class="li_img"
  614. style="background-image: url({{theme_asset('app/images/index/service1_icon17.png')}});"></div>
  615. <div class="li_txt">户籍办理</div>
  616. </a>
  617. </li>
  618. <li>
  619. <a href="{{route('policy.list',['id'=>36])}}" target="_blank" rel="nofollow noopener noreferrer">
  620. <div class="li_img"
  621. style="background-image: url({{theme_asset('app/images/index/service1_icon18.png')}});"></div>
  622. <div class="li_txt">参展服务</div>
  623. </a>
  624. </li>
  625. <li>
  626. <a href="{{route('policy.list',['id'=>34])}}" target="_blank" rel="nofollow noopener noreferrer">
  627. <div class="li_img"
  628. style="background-image: url({{theme_asset('app/images/index/service1_icon19.png')}});"></div>
  629. <div class="li_txt">APEC商务卡</div>
  630. </a>
  631. </li>
  632. <li>
  633. <a href="{{route('policy.list',['id'=>40])}}" target="_blank" rel="nofollow noopener noreferrer">
  634. <div class="li_img"
  635. style="background-image: url({{theme_asset('app/images/index/service1_icon20.png')}});"></div>
  636. <div class="li_txt">党群服务</div>
  637. </a>
  638. </li>
  639. <li>
  640. <a href="{{route('policy.list',['id'=>43])}}" target="_blank" rel="nofollow noopener noreferrer">
  641. <div class="li_img"
  642. style="background-image: url({{theme_asset('app/images/index/service1_icon21.png')}});"></div>
  643. <div class="li_txt">公积金服务</div>
  644. </a>
  645. </li>
  646. </ul>
  647. </div>
  648. </div>
  649. </div>
  650. <div class="clear"></div>
  651. </div>
  652. <div class="group_line">
  653. <div class="group_title"><img src="{{theme_asset('app/images/index/group_title2.png')}}"/></div>
  654. <div class="group_box">
  655. <div class="single blue_single" id="single2">
  656. <div class="pre"></div>
  657. <div class="next"></div>
  658. <div class="scroll_box">
  659. <ul>
  660. <li>
  661. <a href="{{route('policy.list',['id'=>55])}}" target="_blank" rel="nofollow noopener noreferrer">
  662. <div class="li_img"
  663. style="background-image: url({{theme_asset('app/images/index/service2_icon1.png')}});"></div>
  664. <div class="li_txt">社团服务</div>
  665. </a>
  666. </li>
  667. <li>
  668. <a href="{{route('policy.list',['id'=>56])}}" target="_blank" rel="nofollow noopener noreferrer">
  669. <div class="li_img"
  670. style="background-image: url({{theme_asset('app/images/index/service2_icon2.png')}});"></div>
  671. <div class="li_txt">图书借阅</div>
  672. </a>
  673. </li>
  674. <li>
  675. <a href="{{route('policy.list',['id'=>57])}}" target="_blank" rel="nofollow noopener noreferrer">
  676. <div class="li_img"
  677. style="background-image: url({{theme_asset('app/images/index/service2_icon3.png')}});"></div>
  678. <div class="li_txt">文体服务</div>
  679. </a>
  680. </li>
  681. </ul>
  682. </div>
  683. </div>
  684. </div>
  685. <div class="clear"></div>
  686. </div>
  687. <div class="group_line">
  688. <div class="group_title"><img src="{{theme_asset('app/images/index/group_title3.png')}}"/></div>
  689. <div class="group_box">
  690. <div class="single purple_single" id="single3">
  691. <div class="pre"></div>
  692. <div class="next"></div>
  693. <div class="scroll_box">
  694. <ul>
  695. <li>
  696. <a href="{{route('policy.list',['id'=>62])}}" target="_blank" rel="nofollow noopener noreferrer">
  697. <div class="li_img"
  698. style="background-image: url({{theme_asset('app/images/index/service3_icon1.png')}});"></div>
  699. <div class="li_txt">人才子女教育</div>
  700. </a>
  701. </li>
  702. <li>
  703. <a href="{{route('policy.list',['id'=>64])}}" target="_blank" rel="nofollow noopener noreferrer">
  704. <div class="li_img"
  705. style="background-image: url({{theme_asset('app/images/index/service3_icon2.png')}});"></div>
  706. <div class="li_txt">人才安居</div>
  707. </a>
  708. </li>
  709. <li>
  710. <a href="{{route('policy.list',['id'=>65])}}" target="_blank" rel="nofollow noopener noreferrer">
  711. <div class="li_img"
  712. style="background-image: url({{theme_asset('app/images/index/service3_icon3.png')}});"></div>
  713. <div class="li_txt">人才出行</div>
  714. </a>
  715. </li>
  716. <li>
  717. <a href="{{route('policy.list',['id'=>66])}}" target="_blank" rel="nofollow noopener noreferrer">
  718. <div class="li_img"
  719. style="background-image: url({{theme_asset('app/images/index/service3_icon4.png')}});"></div>
  720. <div class="li_txt">人才医疗</div>
  721. </a>
  722. </li>
  723. <li>
  724. <a href="{{route('policy.list',['id'=>67])}}" target="_blank" rel="nofollow noopener noreferrer">
  725. <div class="li_img"
  726. style="background-image: url({{theme_asset('app/images/index/service3_icon5.png')}});"></div>
  727. <div class="li_txt">人才养老</div>
  728. </a>
  729. </li>
  730. <li>
  731. <a href="{{route('policy.list',['id'=>68])}}" target="_blank" rel="nofollow noopener noreferrer">
  732. <div class="li_img"
  733. style="background-image: url({{theme_asset('app/images/index/service3_icon6.png')}});"></div>
  734. <div class="li_txt">吃在晋江</div>
  735. </a>
  736. </li>
  737. <li>
  738. <a href="{{route('policy.list',['id'=>69])}}" target="_blank" rel="nofollow noopener noreferrer">
  739. <div class="li_img"
  740. style="background-image: url({{theme_asset('app/images/index/service3_icon7.png')}});"></div>
  741. <div class="li_txt">晋江旅游</div>
  742. </a>
  743. </li>
  744. <li>
  745. <a href="{{route('policy.list',['id'=>70])}}" target="_blank" rel="nofollow noopener noreferrer">
  746. <div class="li_img"
  747. style="background-image: url({{theme_asset('app/images/index/service3_icon8.png')}});"></div>
  748. <div class="li_txt">玩在晋江</div>
  749. </a>
  750. </li>
  751. <li>
  752. <a href="{{route('policy.list',['id'=>71])}}" target="_blank" rel="nofollow noopener noreferrer">
  753. <div class="li_img"
  754. style="background-image: url({{theme_asset('app/images/index/service3_icon9.png')}});"></div>
  755. <div class="li_txt">晋江购物</div>
  756. </a>
  757. </li>
  758. </ul>
  759. </div>
  760. </div>
  761. </div>
  762. <div class="clear"></div>
  763. </div>
  764. </div>
  765. </div>
  766. <!--人才活动-->
  767. <div class="home_actives_part">
  768. <div class="wide">
  769. <div class="home_title">
  770. <div class="title_ch">人才活动</div>
  771. <div class="title_en">TALENT&nbsp;ACTIVITIES</div>
  772. </div>
  773. <div class="active_classify">
  774. @if($recuperate_category_arr && count($recuperate_category_arr)>0)
  775. @foreach($recuperate_category_arr as $k=>$v)
  776. <div class="classify_item @if($k==0) active @endif ">{{$v['name']}}</div>
  777. @endforeach
  778. @endif
  779. <div class="clear"></div>
  780. </div>
  781. <div class="active_show">
  782. @if($recuperate_category_arr && count($recuperate_category_arr)>0)
  783. @foreach($recuperate_category_arr as $ks=>$vs)
  784. <div class="active_box" @if($ks==0) style="display: block;" @endif >
  785. @if($ad_pic2 && count($ad_pic2)>0)
  786. @foreach($ad_pic2 as $k=>$v)
  787. @if($vs['id']==$v['r_c_id'])
  788. <div class="box_item">
  789. <div class="pic_box"><img src="{{upload_asset($v->small_img)}}" alt="" border="0"/>
  790. </div>
  791. <div class="news_info">
  792. <div class="news_title substring"><a href="{{route('recuperate.show',['id'=>$v->id])}}"
  793. target="_blank" rel="nofollow noopener noreferrer">{{$v->title}}</a></div>
  794. <div class="news_content">{!! cut_str(strip_tags(htmlspecialchars_decode($v->content,ENT_QUOTES)),'30',0,'...') !!}</div>
  795. </div>
  796. </div>
  797. @endif
  798. @endforeach
  799. <div class="clear"></div>
  800. <a href="{{route('recuperate.list')}}" class="box_more" target="_blank" rel="nofollow noopener noreferrer">查看更多&gt;</a>
  801. @else
  802. <div style="line-height:190px;text-align:center;font-size:16px;">暂无活动</div>
  803. @endif
  804. </div>
  805. @endforeach
  806. @endif
  807. </div>
  808. </div>
  809. </div>
  810. <!--人才风采-->
  811. {{--<div class="home_personal_appearance">
  812. <div class="home_title">
  813. <div class="title_ch">人才风采</div>
  814. <div class="title_en">TALENT&nbsp;STYLE</div>
  815. </div>
  816. <div class="home_style_show">
  817. <div class="style_move" id="style">
  818. <div class="pre"></div>
  819. <div class="next"></div>
  820. <div class="scroll_box">
  821. @if($rcinfos && count($rcinfos)>0)
  822. <ul>
  823. @foreach($rcinfos as $k=>$v)
  824. <li class="style_item">
  825. <div class="pic_box"><img src="{{upload_asset($v->photo)}}" alt="" border="0"/>
  826. </div>
  827. <div class="news_info">
  828. <div class="news_title substring">{{$v->name}}</div>
  829. <div class="title_line"></div>
  830. <div class="news_content">
  831. {!! cut_str(strip_tags(htmlspecialchars_decode($v->summary,ENT_QUOTES)),'50',0,'...') !!}
  832. </div>
  833. <a href="{{route('mien.show',['id'=>$v->id])}}" target="_blank" rel="nofollow noopener noreferrer"
  834. class="news_more"></a>
  835. </div>
  836. <div class="clear"></div>
  837. </li>
  838. @endforeach
  839. </ul>
  840. @else
  841. <div style="line-height:482px;width:100%;text-align:center;font-size:16px;">暂无数据</div>
  842. @endif
  843. <div class="clear"></div>
  844. </div>
  845. </div>
  846. </div>
  847. </div>--}}
  848. @endsection
  849. @section('script')
  850. <script type="text/javascript" src="{{theme_asset('app/js/index.js')}}"></script>
  851. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.disappear.tooltip.js') }}"></script>
  852. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.nivo.slider.pack.js') }}"></script>
  853. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.hoverdir.js') }}"></script>
  854. <script type="text/javascript"
  855. src="https://api.map.baidu.com/api?v=2.0&ak={{subsite_config('aix.system.map.map.map_ak')}}&s=1"></script>
  856. <script type="text/javascript" src="{{theme_asset('app/js/jquery.mapjob.js')}}"></script>
  857. <script type="text/javascript" src="{{theme_asset('app/js/swiper.min.js')}}"></script>
  858. <script src="{{theme_asset('statistics/js/layer/layer.js')}}"></script>
  859. <script type="text/javascript">
  860. // 初始化SWiper
  861. var mySwiper = new Swiper('.swiper-container',{
  862. direction:'horizontal',
  863. loop:true,
  864. autoplay:2000,
  865. pagination:'.swiper-pagination',//分页器
  866. //前进后退按钮
  867. nextButton:'.swiper-button-next',
  868. prevButton:'.swiper-button-prev',
  869. });
  870. var qsMapUrl = "{!! route(url_rewrite('AIX_jobslist'),['range'=>config('aix.system.map.map.map_range'),'lng'=>'lngVal','lat'=>'latVal']) !!}";
  871. {{--固定导航--}}
  872. $(window).scroll(function () {
  873. var scroll_top = $(document).scrollTop();
  874. var fixednav = $(".fixednav")
  875. if (scroll_top > 200) {
  876. fixednav.slideDown()
  877. } else {
  878. fixednav.slideUp()
  879. }
  880. })
  881. $(function () {
  882. $('.apply_all').click(function () {
  883. if ($(this).hasClass('has-deliver')) {
  884. return false;
  885. }
  886. @if(auth('web-company')->check())
  887. disapperTooltip('remind', '请登录个人账号!');
  888. @else
  889. window.location.href = '{{route('login')}}';
  890. @endif
  891. });
  892. $(".sobox button").click(function () {
  893. $(this).addClass("bottom-active").siblings().removeClass("bottom-active");
  894. $("#ajax_search_location").attr("action", $(this).attr("url"));
  895. });
  896. // banner轮播
  897. $(".slide-box").slide({
  898. mainCell: ".bd ul",
  899. autoPlay: true,
  900. interTime: 8000,
  901. delayTime: 1000
  902. });
  903. //人才服务轮播
  904. var _wrapLd1 = $('.service_group #single1');
  905. var _intervalLd1 = 2000;
  906. var _movingLd1;
  907. var Ld_length1 = $(".service_group #single1 li").length;
  908. if (Ld_length1 > 6) {
  909. _wrapLd1.hover(function () {
  910. clearInterval(_movingLd1);
  911. }, function () {
  912. _movingLd1 = setInterval(function () {
  913. var _fieldi = $(".service_group #single1 ul").find('li').eq(0);
  914. var _wi = _fieldi.width();
  915. _fieldi.animate({marginLeft: -_wi + 'px'}, 600, function () {
  916. _fieldi.css('marginLeft', "0").appendTo($(".service_group #single1 ul"));
  917. });
  918. }, _intervalLd1)
  919. }).trigger('mouseleave');
  920. $(".service_group #single1 .pre").click(function () {
  921. var _fieldi = $(".service_group #single1 ul").find('li:last');
  922. var _wi = _fieldi.width();
  923. $(".service_group #single1 ul").css("marginLeft", -_wi);
  924. _fieldi.prependTo($(".service_group #single1 ul"));
  925. $(".service_group #single1 ul").animate({marginLeft: 0}, 600);
  926. });
  927. $(".service_group #single1 .next").click(function () {
  928. var _fieldi = $(".service_group #single1 ul").find('li:first');
  929. var _wi = _fieldi.width();
  930. _fieldi.animate({marginLeft: -_wi + 'px'}, 600, function () {
  931. _fieldi.css('marginLeft', 0).appendTo($(".service_group #single1 ul"));
  932. });
  933. });
  934. }
  935. var _wrapLd2 = $('.service_group #single2');
  936. var _intervalLd2 = 2000;
  937. var _movingLd2;
  938. var Ld_length2 = $(".service_group #single2 li").length;
  939. if (Ld_length2 > 6) {
  940. _wrapLd2.hover(function () {
  941. clearInterval(_movingLd2);
  942. }, function () {
  943. _movingLd2 = setInterval(function () {
  944. var _fieldi = $(".service_group #single2 ul").find('li').eq(0);
  945. var _wi = _fieldi.width();
  946. _fieldi.animate({marginLeft: -_wi + 'px'}, 600, function () {
  947. _fieldi.css('marginLeft', "0").appendTo($(".service_group #single2 ul"));
  948. });
  949. }, _intervalLd2)
  950. }).trigger('mouseleave');
  951. $(".service_group #single2 .pre").click(function () {
  952. var _fieldi = $(".service_group #single2 ul").find('li:last');
  953. var _wi = _fieldi.width();
  954. $(".service_group #single2 ul").css("marginLeft", -_wi);
  955. _fieldi.prependTo($(".service_group #single2 ul"));
  956. $(".service_group #single2 ul").animate({marginLeft: 0}, 600);
  957. });
  958. $(".service_group #single2 .next").click(function () {
  959. var _fieldi = $(".service_group #single2 ul").find('li:first');
  960. var _wi = _fieldi.width();
  961. _fieldi.animate({marginLeft: -_wi + 'px'}, 600, function () {
  962. _fieldi.css('marginLeft', 0).appendTo($(".service_group #single2 ul"));
  963. });
  964. });
  965. }
  966. var _wrapLd3 = $('.service_group #single3');
  967. var _intervalLd3 = 2000;
  968. var _movingLd3;
  969. var Ld_length3 = $(".service_group #single3 li").length;
  970. if (Ld_length3 > 6) {
  971. _wrapLd3.hover(function () {
  972. clearInterval(_movingLd3);
  973. }, function () {
  974. _movingLd3 = setInterval(function () {
  975. var _fieldi = $(".service_group #single3 ul").find('li').eq(0);
  976. var _wi = _fieldi.width();
  977. _fieldi.animate({marginLeft: -_wi + 'px'}, 600, function () {
  978. _fieldi.css('marginLeft', "0").appendTo($(".service_group #single3 ul"));
  979. });
  980. }, _intervalLd3)
  981. }).trigger('mouseleave');
  982. $(".service_group #single3 .pre").click(function () {
  983. var _fieldi = $(".service_group #single3 ul").find('li:last');
  984. var _wi = _fieldi.width();
  985. $(".service_group #single3 ul").css("marginLeft", -_wi);
  986. _fieldi.prependTo($(".service_group #single3 ul"));
  987. $(".service_group #single3 ul").animate({marginLeft: 0}, 600);
  988. });
  989. $(".service_group #single3 .next").click(function () {
  990. var _fieldi = $(".service_group #single3 ul").find('li:first');
  991. var _wi = _fieldi.width();
  992. _fieldi.animate({marginLeft: -_wi + 'px'}, 600, function () {
  993. _fieldi.css('marginLeft', 0).appendTo($(".service_group #single3 ul"));
  994. });
  995. });
  996. }
  997. //切换人才活动
  998. $(".active_classify .classify_item").click(function () {
  999. if (!$(this).hasClass("active")) {
  1000. $(this).addClass("active").siblings().removeClass("active");
  1001. var index = $(this).index();
  1002. $(".active_show .active_box").css("display", "none");
  1003. $(".active_show").find(".active_box").eq(index).css("display", "block");
  1004. }
  1005. })
  1006. //企业招聘
  1007. $(".home_latestjobs_trade span").each(function () {
  1008. $(this).click(function () {
  1009. $(this).addClass("cur");
  1010. $(this).siblings("span").removeClass("cur");
  1011. var bull_index = $(".home_latestjobs_trade span").index(this);
  1012. console.log(bull_index);
  1013. $(".new-tab-content .jobs_group").eq(bull_index).show().siblings().hide();
  1014. })
  1015. });
  1016. //人才风采轮播
  1017. var _wrapLd4 = $('.home_style_show #style');
  1018. var _intervalLd4 = 3000;
  1019. var _movingLd4;
  1020. var Ld_length4 = $(".home_style_show #style li").length;
  1021. if (Ld_length4 > 4) {
  1022. _wrapLd4.hover(function () {
  1023. clearInterval(_movingLd4);
  1024. }, function () {
  1025. _movingLd4 = setInterval(function () {
  1026. var _fieldi = $(".home_style_show #style ul").find('li').eq(0);
  1027. var _wi = _fieldi.width() + 35;
  1028. _fieldi.animate({marginLeft: -_wi + 'px'}, 600, function () {
  1029. _fieldi.css('marginLeft', "0").appendTo($(".home_style_show #style ul"));
  1030. });
  1031. }, _intervalLd4)
  1032. }).trigger('mouseleave');
  1033. $(".home_style_show #style .pre").click(function () {
  1034. var _fieldi = $(".home_style_show #style ul").find('li:last');
  1035. var _wi = _fieldi.width() + 35;
  1036. $(".home_style_show #style ul").css("marginLeft", -_wi);
  1037. _fieldi.prependTo($(".home_style_show #style ul"));
  1038. $(".home_style_show #style ul").animate({marginLeft: 0}, 600);
  1039. });
  1040. $(".home_style_show #style .next").click(function () {
  1041. var _fieldi = $(".home_style_show #style ul").find('li:first');
  1042. var _wi = _fieldi.width() + 35;
  1043. _fieldi.animate({marginLeft: -_wi + 'px'}, 600, function () {
  1044. _fieldi.css('marginLeft', 0).appendTo($(".home_style_show #style ul"));
  1045. });
  1046. });
  1047. }
  1048. })
  1049. </script>
  1050. <script type="text/javascript">
  1051. //关键词联想 top_search_input
  1052. var hotKey = $('#top_search_input').autocomplete({
  1053. serviceUrl: "{{route('hot_word')}}",
  1054. minChars: 1,
  1055. maxHeight: 400,
  1056. width: 274,
  1057. zIndex: 1,
  1058. deferRequestBy: 0
  1059. });
  1060. function show_quanzhida() {
  1061. var index = layer.open({
  1062. content: '<img src="{{theme_asset('app/images/quanzhida/qrcode_quanzhida.png')}}">',
  1063. width: '440px',
  1064. height: '471px',
  1065. title: '请用手机扫码',
  1066. });
  1067. }
  1068. </script>
  1069. @endsection