index_new2.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978
  1. /*遮罩*/
  2. body{
  3. position:relative;
  4. }
  5. .index_cover{
  6. position:absolute;
  7. left:0;
  8. top:0;
  9. width:100%;
  10. height:100%;
  11. background:rgba(0,0,0,.7);
  12. z-index:99999;
  13. }
  14. .index_cover .wide{
  15. position:relative;
  16. }
  17. .index_cover .wide .cover_content{
  18. position:absolute;
  19. right:-177px;
  20. top:0;
  21. width:506px;
  22. }
  23. .index_cover .wide .cover_content .guide_txt{
  24. width:506px;
  25. height:359px;
  26. background:url(../images/index/cover_guide_txt.png) no-repeat center;
  27. }
  28. .index_cover .wide .cover_content .guide_btn{
  29. width:102px;
  30. height:44px;
  31. background:url(../images/index/cover_guide_btn.png) no-repeat center;
  32. margin-left:130px;
  33. }
  34. .index_cover .wide .cover_content .guide_btn:hover{
  35. cursor: pointer;
  36. }
  37. /*浮动二维码*/
  38. .index_floatmenu{position:fixed;bottom:140px;left:15px;z-index:5000; border-radius:6px;font-size:14px;
  39. -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  40. -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
  41. box-shadow: 0 0 10px rgba(0,0,0,.2);
  42. }
  43. .index_floatmenu .float_box{ border:1px solid #ddd;text-align:center;padding: 10px 5px; background-color:#fff; }
  44. .index_floatmenu .float_box p{ font-size:12px;}
  45. .index_floatmenu .float_box img{width:76px;}
  46. .index_floatmenu .menu_content{position:relative;}
  47. .index_floatmenu .menu_close{opacity:0.9;cursor:pointer;position:absolute;top:-12px;right:-12px;width: 24px;height: 24px;margin: 0 auto; background: url("../images/71.png") no-repeat;background-position: 2px 2px;}
  48. .index_floatmenu .menu_close:hover{opacity:1;}
  49. .wide *{
  50. -webkit-box-sizing: border-box;
  51. -moz-box-sizing: border-box;
  52. box-sizing: border-box;
  53. }
  54. /*导航*/
  55. .home_logo_nav{
  56. height:90px;
  57. overflow:hidden;
  58. min-width:1200px;
  59. }
  60. .home_logo_nav .logobox{
  61. padding-top:16px;
  62. float:left;
  63. }
  64. .home_logo_nav .logobox img{
  65. height:58px;
  66. }
  67. .home_logo_nav .home_navlist{
  68. float:left;
  69. height:90px;
  70. margin-left:40px;
  71. }
  72. .home_logo_nav .home_navlist a{
  73. display:block;
  74. float:left;
  75. line-height:90px;
  76. height:90px;
  77. padding:0 13px;
  78. font-size:16px;
  79. color:#333333;
  80. position:relative;
  81. margin-right:4px;
  82. }
  83. .home_logo_nav .home_navlist a.select,.home_logo_nav .home_navlist a:hover{
  84. color:#d5000c;
  85. background-color:#fff6f6;
  86. }
  87. .home_logo_nav .home_navlist a::before{
  88. content:'';
  89. position:absolute;
  90. top:0;
  91. left:0;
  92. height:4px;
  93. width:0;
  94. background: #d5000c;
  95. }
  96. .home_logo_nav .home_navlist a.select::before,.home_logo_nav .home_navlist a:hover::before{
  97. width:100%;
  98. }
  99. .home_top{
  100. min-width:1200px;
  101. height:450px;
  102. background:url(../images/index/home_top_bg.jpg) no-repeat center;
  103. position: relative;
  104. }
  105. .home_top .top_content{
  106. position:absolute;
  107. top:70px;
  108. left:0;
  109. min-width:1200px;
  110. width:100%;
  111. }
  112. /*顶部背景*/
  113. .home_top .slide-box{ position: relative;}
  114. .home_top .slide-box.slide-container{width: 100%;height: 450px;overflow: hidden;position: relative;}
  115. .home_top .slide-box.slide-container .bd,
  116. .home_top .slide-box.slide-container ul,
  117. .home_top .slide-box.slide-container ul li,
  118. .home_top .slide-box.slide-container ul li .silde-item,
  119. .home_top .slide-box.slide-container ul li .silde-item a,
  120. .home_top .slide-box.slide-container ul li .silde-item a img{
  121. width:100%;height:100%;text-align:center
  122. }
  123. .home_top .slide-box.slide-container .silde-item a{display:block;}
  124. .home_top .slide-box.slide-container .hd{position: absolute;bottom: 40px;z-index: 99;width:100%;}
  125. .home_top .slide-box.slide-container .hd ul{text-align: center;width: 100%;}
  126. .home_top .slide-box.slide-container .hd ul li{display: inline-block;background:#fff; opacity: 1;width: 10px;height: 10px;border-radius: 10px;margin: 0 4px;cursor: pointer;}
  127. .home_top .slide-box.slide-container .hd ul li.on{background: #ef4a52;width:20px; opacity: 1;}
  128. /* 搜索*/
  129. .home_top .sobox{ width:785px; margin:0 auto;}
  130. .home_top .sobox .inputbg{ width:785px; height:50px;position:relative;border-radius: 5px;overflow:hidden; }
  131. .home_top .sobox .inputbg .selecttype,.index_head .sobox .inputbg .selecttype_down .down_list{ width:75px; height:50px; line-height:50px; padding-left:10px; padding-right:8px; font-size:13px;}
  132. .home_top .sobox .inputbg .selecttype_down .down_list{ width:74px;}
  133. .home_top .sobox .inputbg .selecttype_down{ border-color:#dd4250; top:30px;}
  134. .home_top .sobox .inputbg .inoputbox{ position:absolute;left:0px; width:668px; height:50px;}
  135. .home_top .sobox .inputbg .inoputbox input{ border:0;width:668px; height:50px; padding-left:10px; font-size:14px;}
  136. .home_top .sobox .inputbg .sobut{border:0;color:#fff; width:120px; height:50px; line-height:50px; font-size:16px; padding-left:35px; letter-spacing:3px; background:#bc2b34 url('../images/index/index_sobox_bg.png') no-repeat 25px center; position:absolute;right:0;top:0;}
  137. .home_top .sobox .inputbg .sobut:hover{ cursor:pointer;background-color: #f13a45;}
  138. .home_top .sobox-bq{margin-bottom: 3px;}
  139. .home_top .sobox-botton{width: 72px;height: 50px; border: none;font-size: 15px;background: none; font-family: "Microsoft YaHei";color: #fff;}
  140. .home_top .sobox .bottom-active{background: url(../images/index/sobox-active.png) no-repeat center 10px;color:white;;cursor: pointer}
  141. .home_top .botton-left{margin-left:-1px}
  142. .home_top .sobox button:hover{ cursor: pointer;}
  143. .home_top .top_link_box{margin-top:45px;text-align:center;}
  144. .home_top .top_link_box .link_item{
  145. display:inline-block;
  146. width:154px;
  147. height:154px;
  148. position:relative;
  149. }
  150. .home_top .top_link_box .link_item .link_bg{
  151. width:100%;
  152. height:100%;
  153. transition: all 0.3s;
  154. -moz-transition: all 0.3s;
  155. -o-transition: all 0.3s;
  156. -webkit-transition: all 0.3s;
  157. }
  158. .home_top .top_link_box .link_item:hover .link_bg{
  159. transform:rotate(180deg);
  160. -webkit-transform:rotate(180deg);
  161. -ms-transform:rotate(180deg);
  162. -o-transform:rotate(180deg);
  163. }
  164. .home_top .top_link_box .link_item.link1 .link_bg{background:url(../images/index/index_top_bg1.png) no-repeat center;}
  165. .home_top .top_link_box .link_item.link2 .link_bg{background:url(../images/index/index_top_bg2.png) no-repeat center;}
  166. .home_top .top_link_box .link_item.link3 .link_bg{background:url(../images/index/index_top_bg3.png) no-repeat center;}
  167. .home_top .top_link_box .link_item.link4 .link_bg{background:url(../images/index/index_top_bg4.png) no-repeat center;}
  168. .home_top .top_link_box .link_item.link5 .link_bg{background:url(../images/index/index_top_bg5.png) no-repeat center;}
  169. .home_top .top_link_box .link_item.link6 .link_bg{background:url(../images/index/index_top_bg6.png) no-repeat center;}
  170. .home_top .top_link_box .link_item.link7 .link_bg{background:url(../images/index/index_top_bg7.png) no-repeat center;}
  171. .home_top .top_link_box .link_item .link_txt{
  172. position:absolute;
  173. top:0;
  174. left:0;
  175. text-align: center;
  176. width:100%;
  177. height:100%;
  178. color:#fff;
  179. font-size:13px;
  180. padding-top:82px;
  181. }
  182. .home_top .top_link_box .link_item.link1 .link_txt{background:url(../images/index/index_top_icon1.png) no-repeat center 30px;}
  183. .home_top .top_link_box .link_item.link2 .link_txt{background:url(../images/index/index_top_icon2.png) no-repeat center 30px;}
  184. .home_top .top_link_box .link_item.link3 .link_txt{background:url(../images/index/index_top_icon3.png) no-repeat center 30px;}
  185. .home_top .top_link_box .link_item.link4 .link_txt{background:url(../images/index/index_top_icon4.png) no-repeat center 30px;}
  186. .home_top .top_link_box .link_item.link5 .link_txt{background:url(../images/index/index_top_icon5.png) no-repeat center 30px;}
  187. .home_top .top_link_box .link_item.link6 .link_txt{background:url(../images/index/index_top_icon6.png) no-repeat center 30px;}
  188. .home_top .top_link_box .link_item.link7 .link_txt{background:url(../images/index/index_top_icon7.png) no-repeat center 30px;}
  189. /*介绍*/
  190. .web_intro_box{
  191. width:750px;
  192. height:290px;
  193. float:left;
  194. background:url(../images/index/web_intro_box_bg.jpg) no-repeat center;
  195. margin-top:30px;
  196. }
  197. .web_intro_box .box_img{
  198. width:265px;
  199. height:290px;
  200. float:left;
  201. padding-top:27px;
  202. padding-left:25px;
  203. }
  204. .web_intro_box .box_content{
  205. width:465px;
  206. height:290px;
  207. float:left;
  208. padding-top:25px;
  209. }
  210. .web_intro_box .box_content .content_title{
  211. text-align:right;
  212. font-size:24px;
  213. font-weight:bold;
  214. color:#bc2b34;
  215. }
  216. .web_intro_box .box_content .content_title_label{
  217. text-align:right;
  218. margin-top:6px;
  219. }
  220. .web_intro_box .box_content .content_title_label span{
  221. font-size:14px;
  222. background-color:#bc2b34;
  223. padding:3px 10px;
  224. color:#fff;
  225. }
  226. .web_intro_box .box_content .intro_title{
  227. font-size:13px;
  228. color:#333333;
  229. font-weight:bold;
  230. height:28px;
  231. line-height:28px;
  232. }
  233. .web_intro_box .box_content .intro_info{
  234. font-size:13px;
  235. color:#666666;
  236. line-height:20px;
  237. margin-bottom:5px;
  238. }
  239. .web_intro_box .box_content .info_tag .tag_item{
  240. font-size:12px;
  241. color:#666666;
  242. padding:4px 8px;
  243. background:#fff;
  244. border-radius:3px;
  245. margin-right:10px;
  246. margin-bottom:5px;
  247. float:left;
  248. border:1px solid #ececec;
  249. }
  250. /*人才预判*/
  251. .home_policy_match{
  252. width:431px;
  253. height:290px;
  254. background:url(../images/index/policy_match_bg.png) no-repeat center;
  255. float:right;
  256. margin-top:30px;
  257. padding-top:25px;
  258. }
  259. .home_policy_match .box_title{
  260. text-align:center;
  261. font-size:24px;
  262. font-weight:bold;
  263. color:#bc2b34;
  264. }
  265. .home_policy_match .box_content{
  266. height:168px;
  267. background:url(../images/index/policy_match_box_content.png) no-repeat center;
  268. }
  269. .home_policy_match .box_link{
  270. display:block;
  271. font-size:14px;
  272. letter-spacing: 1px;
  273. color:#fff;
  274. font-weight:bold;
  275. background:#bc2b34;
  276. border:1px solid #bc2b34;
  277. width:160px;
  278. height:33px;
  279. line-height:31px;
  280. border-radius:33px;
  281. text-align:center;
  282. margin:0 auto;
  283. }
  284. .home_policy_match .box_link:hover{
  285. color:#bc2b34;
  286. background-color:transparent;
  287. }
  288. /*广告*/
  289. .aix-ad-1200-160{width: 1200px;margin: 0 auto;margin-top: 20px; }
  290. .aix-ad-1200-160 .ad-li{margin-bottom: 7px;width: 1200px; }
  291. .aix-ad-1200-160 .ad-li img{width: 1200px; }
  292. .aix-ad-1200-80{width: 1200px;margin: 0 auto; margin-top:5px;}
  293. .aix-ad-1200-80 .ad-li{margin-bottom: 7px;width: 1200px; }
  294. .aix-ad-1200-80 .ad-li img{width: 1200px; }
  295. /*标题*/
  296. .home_title{
  297. text-align:center;
  298. position:relative;
  299. padding:30px 0;
  300. }
  301. .home_title .title_ch{
  302. font-size:36px;
  303. font-weight:bold;
  304. color:#333333;
  305. }
  306. .home_title .title_en{
  307. font-size:18px;
  308. color:#999999;
  309. margin-top:5px;
  310. }
  311. .home_title .title_more{
  312. display:block;
  313. width:70px;
  314. height:23px;
  315. line-height:23px;
  316. text-align:center;
  317. background-color:#bc2b34;
  318. color:#fff;
  319. position:absolute;
  320. bottom:35px;
  321. right:0;
  322. }
  323. .home_title .title_more:hover{
  324. background-color: #ea3743;
  325. }
  326. /*图片新闻*/
  327. .home_pic_news{
  328. width:365px;
  329. height:465px;
  330. background:#f5f5f5;
  331. float:left;
  332. }
  333. .home_pic_news img{
  334. width:365px;
  335. height:230px;
  336. }
  337. .home_pic_news .news_info{
  338. padding:10px 30px;
  339. }
  340. .home_pic_news .news_info .news_title{
  341. color:#333333;
  342. font-size:18px;
  343. font-weight:bold;
  344. height: 40px;
  345. }
  346. .home_pic_news .news_info .title_line{
  347. width:45px;
  348. height:5px;
  349. background:#bc2c34;
  350. margin:10px 0;
  351. }
  352. .home_pic_news .news_info .news_content{
  353. color:#666666;
  354. line-height:28px;
  355. }
  356. .home_pic_news .news_info .news_more{
  357. display:block;
  358. width:60px;
  359. height:30px;
  360. background:url(../images/index/news_more_icon.png) no-repeat 18px center #bc2c34;
  361. transition: all 0.3s;
  362. -moz-transition: all 0.3s;
  363. -o-transition: all 0.3s;
  364. -webkit-transition: all 0.3s;
  365. margin-top:15px;
  366. }
  367. .home_pic_news .news_info .news_more:hover{
  368. background-position:22px center;
  369. background-color: #ec3b45;
  370. }
  371. /*新闻列表*/
  372. .home_news_list{
  373. width:800px;
  374. float:right;
  375. }
  376. .home_news_list .home_news_item{
  377. height:104px;
  378. width:800px;
  379. border:1px solid #ececec;
  380. background:url(../images/index/home_news_item_icon.png) no-repeat bottom right;
  381. margin-bottom:16px;
  382. }
  383. .home_news_list .home_news_item:hover{
  384. border:1px solid #dd4250;
  385. background:url(../images/index/home_news_item_hover_icon.png) no-repeat bottom right;
  386. }
  387. .home_news_list .home_news_item .news_time{
  388. height:104px;
  389. width:140px;
  390. float:left;
  391. background:#f5f5f5;
  392. color:#999999;
  393. text-align:center;
  394. padding-top:10px;
  395. }
  396. .home_news_list .home_news_item .news_time .news_day{
  397. font-size:40px;
  398. margin-bottom:5px;
  399. }
  400. .home_news_list .home_news_item .news_time .news_year{
  401. font-size:18px;
  402. }
  403. .home_news_list .home_news_item:hover .news_time{
  404. background:#dd4250;
  405. color:#fff;
  406. }
  407. .home_news_list .home_news_item .news_info{
  408. padding:13px 30px;
  409. float:left;
  410. width:655px;
  411. }
  412. .home_news_list .home_news_item .news_info .news_title{
  413. font-size:16px;
  414. color:#333333;
  415. font-weight:bold;
  416. max-width:590px;
  417. display:block;
  418. margin-bottom:5px;
  419. }
  420. .home_news_list .home_news_item .news_info .news_title:hover{
  421. color:#dd4250;
  422. }
  423. .home_news_list .home_news_item .news_info .news_content{
  424. font-size:14px;
  425. color:#666666;
  426. line-height: 25px;
  427. height:50px;
  428. overflow:hidden;
  429. }
  430. /*标题*/
  431. .home_title_white{
  432. text-align:center;
  433. position:relative;
  434. padding:40px 0 30px;
  435. }
  436. .home_title_white .title_ch{
  437. font-size:36px;
  438. font-weight:bold;
  439. color:#fff;
  440. }
  441. .home_title_white .title_en{
  442. font-size:18px;
  443. color:#fff;
  444. margin-top:5px;
  445. }
  446. /*人才服务模块*/
  447. .home_service_part{
  448. width:100%;
  449. min-width:1200px;
  450. height:740px;
  451. background:url(../images/index/home_service_bg.jpg) no-repeat center;
  452. margin-top:30px;
  453. }
  454. .home_service_part .service_group{
  455. width:1200px;
  456. height:520px;
  457. background:#fff;
  458. margin:0 auto;
  459. border-radius:5px;
  460. padding:35px 40px;
  461. }
  462. .home_service_part .service_group .group_line{
  463. height:130px;
  464. margin-bottom:30px;
  465. }
  466. .home_service_part .service_group .group_line .group_title{
  467. height:130px;
  468. width:130px;
  469. float:left;
  470. }
  471. .home_service_part .service_group .group_line .group_box{
  472. width:960px;
  473. height:130px;
  474. float:left;
  475. margin-left:30px;
  476. position: relative;
  477. }
  478. .home_service_part .single {
  479. width: 960px;
  480. height: 100%;
  481. position: relative;
  482. font-size: 0;
  483. padding-left:60px;
  484. }
  485. .home_service_part .single .scroll_box{
  486. width: 840px;
  487. height: 100%;
  488. overflow:hidden;
  489. border-radius:3px;
  490. }
  491. .home_service_part .single ul {
  492. list-style: none;
  493. white-space: nowrap;
  494. display: inline-block;
  495. }
  496. .home_service_part .single ul li {
  497. display: inline-block;
  498. width:130px;
  499. height:130px;
  500. }
  501. .home_service_part .single ul li a{
  502. display: block;
  503. width:100%;
  504. height:100%;
  505. }
  506. .home_service_part .single ul li a .li_img{
  507. width:100%;
  508. height:90px;
  509. background-repeat:no-repeat;
  510. background-position:center;
  511. -webkit-transition: all 0.3s;
  512. -moz-transition: all 0.3s;
  513. transition: all 0.3s;
  514. }
  515. .home_service_part .single ul li a:hover .li_img{
  516. -webkit-transform: rotateY(180deg);
  517. -moz-transform: rotateY(180deg);
  518. -ms-transform: rotateY(180deg);
  519. -o-transform: rotateY(180deg);
  520. transform: rotateY(180deg);
  521. }
  522. .home_service_part .single ul li a .li_txt{
  523. width:100%;
  524. height:15px;
  525. line-height:15px;
  526. font-size:14px;
  527. text-align:center;
  528. }
  529. .home_service_part .single ul li a:hover .li_txt{
  530. font-weight: bold;
  531. }
  532. .home_service_part .single.red_single .scroll_box{
  533. background:#fff6f7;
  534. }
  535. .home_service_part .single.red_single li .li_txt{
  536. color:#ff6363;
  537. }
  538. .home_service_part .single.blue_single .scroll_box{
  539. background:#f6faff;
  540. }
  541. .home_service_part .single.blue_single li .li_txt{
  542. color:#27bdfb;
  543. }
  544. .home_service_part .single.purple_single .scroll_box{
  545. background:#f7f8ff;
  546. }
  547. .home_service_part .single.purple_single li .li_txt{
  548. color:#a080fc;
  549. }
  550. .home_service_part .pre {
  551. position: absolute;
  552. left:0;
  553. top:20px;
  554. width: 30px;
  555. height: 90px;
  556. background-color: rgba(0, 0, 0, 0.5);
  557. cursor: pointer;
  558. border-radius:2px;
  559. }
  560. .home_service_part .pre:hover {
  561. background-color: rgba(0, 0, 0, 0.7);
  562. }
  563. .home_service_part .pre::before {
  564. content: "";
  565. width: 12px;
  566. height: 12px;
  567. border: solid #fff;
  568. border-width: 2px 0 0 2px;
  569. transform: translate(-50%, -50%) rotate(-45deg);
  570. position: absolute;
  571. left: 64%;
  572. top: 50%;
  573. }
  574. .home_service_part .next {
  575. position: absolute;
  576. top:20px;
  577. right:0;
  578. width: 30px;
  579. height: 90px;
  580. background-color: rgba(0, 0, 0, 0.5);
  581. cursor: pointer;
  582. border-radius:2px;
  583. }
  584. .home_service_part .next:hover {
  585. background-color: rgba(0, 0, 0, 0.7);
  586. }
  587. .home_service_part .next::before {
  588. content: "";
  589. width: 12px;
  590. height: 12px;
  591. border: solid #fff;
  592. border-width: 0 2px 2px 0;
  593. transform: translate(-50%, -50%) rotate(-45deg);
  594. position: absolute;
  595. left: 40%;
  596. top: 50%;
  597. }
  598. /*聚才动态*/
  599. .home_jucai_trends{
  600. background:#fff;
  601. padding-bottom:40px;
  602. }
  603. .home_jucai_trends .active_trends{
  604. margin-bottom:30px;
  605. }
  606. .home_jucai_trends .active_trends .classify_item{
  607. width:140px;
  608. height:40px;
  609. line-height:40px;
  610. text-align:center;
  611. border:1px solid #cccccc;
  612. border-radius:3px;
  613. margin-right:10px;
  614. float:left;
  615. font-size:15px;
  616. color:#333333;
  617. background:#fafafa;
  618. cursor: pointer;
  619. }
  620. .home_jucai_trends .active_trends .classify_item.active{
  621. border-color:#bc2c34;
  622. background:#bc2c34;
  623. color:#fff;
  624. }
  625. .home_jucai_trends .trends_box .box_item{
  626. width:285px;
  627. height:350px;
  628. background:#fafafa;
  629. border-radius:5px;
  630. overflow:hidden;
  631. float:left;
  632. margin-right:20px;
  633. }
  634. .home_jucai_trends .trends_box .box_item:nth-child(4n){
  635. margin-right: 0;
  636. }
  637. .home_jucai_trends .trends_box .box_item:hover{
  638. -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  639. -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
  640. box-shadow: 0 0 10px rgba(0,0,0,.2);
  641. }
  642. .home_jucai_trends .trends_box.box_item .pic_box,.home_jucai_trends .trends_box .box_item .pic_box img{
  643. width:285px;
  644. height:205px;
  645. }
  646. .home_jucai_trends .trends_box .box_item .news_info{
  647. padding:10px 15px;
  648. }
  649. .home_jucai_trends .trends_box .box_item .news_info .news_title {
  650. text-overflow: -o-ellipsis-lastline;
  651. overflow: hidden;
  652. text-overflow: ellipsis;
  653. display: -webkit-box;
  654. -webkit-line-clamp: 2;
  655. line-clamp: 2;
  656. -webkit-box-orient: vertical;
  657. }
  658. .home_jucai_trends .trends_box .box_item .news_info .news_title a{
  659. font-size:16px;
  660. color:#333333;
  661. }
  662. .home_jucai_trends .trends_box .box_item .news_info .news_title a:hover{
  663. color:#bc2c34;
  664. }
  665. .home_jucai_trends .trends_box .box_item .news_info .news_content{
  666. font-size:14px;
  667. color:#666666;
  668. margin-top:5px;
  669. height:40px;
  670. line-height:20px;
  671. }
  672. .home_jucai_trends .box_more{
  673. width:320px;
  674. height:45px;
  675. line-height:45px;
  676. text-align:center;
  677. border-radius:3px;
  678. font-size:16px;
  679. display:block;
  680. margin:30px auto 0;
  681. border-color:#bc2c34;
  682. background:#bc2c34;
  683. color:#fff;
  684. }
  685. /*人才活动*/
  686. .home_actives_part{
  687. background:#fff;
  688. padding-bottom:40px;
  689. }
  690. .home_actives_part .active_classify{
  691. margin-bottom:30px;
  692. }
  693. .home_actives_part .active_classify .classify_item{
  694. width:140px;
  695. height:40px;
  696. line-height:40px;
  697. text-align:center;
  698. border:1px solid #cccccc;
  699. border-radius:3px;
  700. margin-right:10px;
  701. float:left;
  702. font-size:15px;
  703. color:#333333;
  704. background:#fafafa;
  705. cursor: pointer;
  706. }
  707. .home_actives_part .active_classify .classify_item.active{
  708. border-color:#bc2c34;
  709. background:#bc2c34;
  710. color:#fff;
  711. }
  712. .home_actives_part .active_show{
  713. width:1230px;
  714. }
  715. .home_actives_part .active_show .active_box{
  716. display:none;
  717. }
  718. .home_actives_part .active_show .active_box .box_item{
  719. width:285px;
  720. height:305px;
  721. background:#fafafa;
  722. border-radius:5px;
  723. overflow:hidden;
  724. float:left;
  725. margin-right:20px;
  726. }.home_actives_part .active_show .active_box .box_item:hover{
  727. -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  728. -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
  729. box-shadow: 0 0 10px rgba(0,0,0,.2);
  730. }
  731. .home_actives_part .active_show .active_box .box_item .pic_box,.home_actives_part .active_show .active_box .box_item .pic_box img{
  732. width:285px;
  733. height:205px;
  734. }
  735. .home_actives_part .active_show .active_box .box_item .news_info{
  736. padding:10px 15px;
  737. }
  738. .home_actives_part .active_show .active_box .box_item .news_info .news_title a{
  739. font-size:16px;
  740. color:#333333;
  741. }
  742. .home_actives_part .active_show .active_box .box_item .news_info .news_title a:hover{
  743. color:#bc2c34;
  744. }
  745. .home_actives_part .active_show .active_box .box_item .news_info .news_content{
  746. font-size:14px;
  747. color:#666666;
  748. margin-top:5px;
  749. height:40px;
  750. line-height:20px;
  751. }
  752. .home_actives_part .active_show .active_box .box_more{
  753. width:320px;
  754. height:45px;
  755. line-height:45px;
  756. text-align:center;
  757. border-radius:3px;
  758. font-size:16px;
  759. display:block;
  760. margin:30px auto 0;
  761. border-color:#bc2c34;
  762. background:#bc2c34;
  763. color:#fff;
  764. }
  765. /*名企招聘*/
  766. .home_famous_recruit{
  767. background:#f5f5f5;
  768. padding-bottom:40px;
  769. }
  770. .home_latestjobs_trade{ height:50px;background:#bc2c34;}
  771. .home_latestjobs_trade span{ display:inline-block; padding:0px 2px;font-size:14px;color:#fff; height:50px;overflow:hidden; line-height:50px; margin-left:45px;position:relative;}
  772. .home_latestjobs_trade span.cur,.home_latestjobs_trade span:hover{ color:#fff;cursor: pointer; }
  773. .home_latestjobs_trade span.cur:after,.home_latestjobs_trade span:hover:after{ content:'';width:100%;height:5px;background:#fff;position:absolute;left:0;bottom:0;}
  774. .home_famous_recruit .J_change_result{width:1220px;}
  775. .home_famous_recruit .J_change_result .top_ad .ad_item{
  776. width:291px;
  777. height:105px;
  778. background:#fff;
  779. float:left;
  780. margin-right:12px;
  781. margin-top:13px;
  782. }
  783. .home_famous_recruit .J_change_result .top_ad .ad_item img{
  784. width:291px;
  785. height:105px;
  786. }
  787. .home_famous_recruit .J_change_result .top_ad .ad_item:hover{
  788. -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
  789. -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
  790. box-shadow: 0 0 15px rgba(0,0,0,.1);
  791. }
  792. .index_company_item{ position:relative;float:left; width:291px;background:#fff; height:136px;margin-right:12px;margin-top:13px; padding:10px 15px; }
  793. .index_company_item:hover{
  794. -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
  795. -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
  796. box-shadow: 0 0 15px rgba(0,0,0,.1);
  797. }
  798. .index_company_item .line-one{font-size:16px;line-height:25px; }
  799. .index_company_item .line-one .job_info{font-size:12px;line-height:30px;height:33px; color:#999999;}
  800. .index_company_item .line-one img{float:left;position:relative;top:3px;}
  801. .index_company_item .line-one span.salary{width:95px;float:right;font-size:15px;color:#ff4c4c;text-align:right;}
  802. .index_company_item .line-one .jobs_name{max-width:160px;color:#296ecc; height:25px;line-height:25px;float:left;}
  803. .index_company_item .line-one .jobs_name a{ color: #296ecc; }
  804. .index_company_item .line-one .jobs_name a:hover{color: #5390e5;}
  805. .index_company_item .line-two{padding-top:10px;border-top:1px dashed #eee;}
  806. .index_company_item .line-two .company_logo{
  807. width:45px;height:45px;border-radius:45px;overflow:hidden;margin-right:6px;float:left;
  808. -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
  809. -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
  810. box-shadow: 0 0 5px rgba(0,0,0,.1);
  811. }
  812. .index_company_item .line-two .company_logo img{ width:45px;height:45px; }
  813. .index_company_item .line-two .company_name{ width:200px; height:45px;line-height:45px;margin-left:5px;float:left;}
  814. .index_company_item .line-two .company_name a:hover{ color:#296ecc;}
  815. /*人才风采*/
  816. .home_personal_appearance{
  817. width:100%;
  818. min-width:1390px;
  819. height:686px;
  820. background:url(../images/index/home_personal_appearance_bg.png) no-repeat center;
  821. }
  822. .home_personal_appearance *{
  823. -webkit-box-sizing: border-box;
  824. -moz-box-sizing: border-box;
  825. box-sizing: border-box;
  826. }
  827. .home_personal_appearance .pre {
  828. position: absolute;
  829. left:0;
  830. top:175px;
  831. width: 40px;
  832. height: 130px;
  833. background-color: rgba(0, 0, 0, 0.5);
  834. cursor: pointer;
  835. border-radius:2px;
  836. }
  837. .home_personal_appearance .pre:hover {
  838. background-color: rgba(0, 0, 0, 0.7);
  839. }
  840. .home_personal_appearance .pre::before {
  841. content: "";
  842. width: 12px;
  843. height: 12px;
  844. border: solid #fff;
  845. border-width: 2px 0 0 2px;
  846. transform: translate(-50%, -50%) rotate(-45deg);
  847. position: absolute;
  848. left: 64%;
  849. top: 50%;
  850. }
  851. .home_personal_appearance .next {
  852. position: absolute;
  853. top:175px;
  854. right:0;
  855. width: 40px;
  856. height: 130px;
  857. background-color: rgba(0, 0, 0, 0.5);
  858. cursor: pointer;
  859. border-radius:2px;
  860. }
  861. .home_personal_appearance .next:hover {
  862. background-color: rgba(0, 0, 0, 0.7);
  863. }
  864. .home_personal_appearance .next::before {
  865. content: "";
  866. width: 12px;
  867. height: 12px;
  868. border: solid #fff;
  869. border-width: 0 2px 2px 0;
  870. transform: translate(-50%, -50%) rotate(-45deg);
  871. position: absolute;
  872. left: 40%;
  873. top: 50%;
  874. }
  875. .home_personal_appearance .style_move {
  876. width:1390px;
  877. margin:0 auto;
  878. height:482px;
  879. padding-left:83px;
  880. position:relative;
  881. }
  882. .home_personal_appearance .style_move .scroll_box{
  883. border-radius:3px;
  884. width:1224px;
  885. height:482px;
  886. overflow:hidden;
  887. }
  888. .home_personal_appearance .style_move ul {
  889. list-style: none;
  890. white-space: nowrap;
  891. display: inline-block;
  892. width:10000px;
  893. }
  894. .home_personal_appearance .style_move ul li.style_item {
  895. width:275px;
  896. height:480px;
  897. background:#f5f5f5;
  898. display: block;
  899. float:left;
  900. margin-right:35px;
  901. }
  902. .style_item img{
  903. width:275px;
  904. height:214px;
  905. }
  906. .style_item .news_info{
  907. padding:10px 30px;
  908. }
  909. .style_item .news_info .news_title{
  910. color:#333333;
  911. font-size:18px;
  912. font-weight:bold;
  913. height: 40px;
  914. line-height: 40px;
  915. }
  916. .style_item .news_info .title_line{
  917. width:45px;
  918. height:5px;
  919. background:#bc2c34;
  920. margin:10px 0;
  921. }
  922. .style_item .news_info .news_content{
  923. color:#666666;
  924. line-height:28px;
  925. white-space: initial;
  926. height:112px;
  927. }
  928. .style_item .news_info .news_more{
  929. display:block;
  930. width:60px;
  931. height:30px;
  932. background:url(../images/index/news_more_icon.png) no-repeat 18px center #bc2c34;
  933. transition: all 0.3s;
  934. -moz-transition: all 0.3s;
  935. -o-transition: all 0.3s;
  936. -webkit-transition: all 0.3s;
  937. margin-top:15px;
  938. }
  939. .style_item .news_info .news_more:hover{
  940. background-position:22px center;
  941. background-color: #ec3b45;
  942. }
  943. /*背调测评*/
  944. .backgroundcheck {display:flex;justify-content: space-between;}
  945. .backgroundcheck img {width: 380px;}