style.css 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. a{ text-decoration: none;}
  2. a:hover{ text-decoration: none; }
  3. .page-top{ background-color: #101f48; }
  4. .page-topnav{ line-height: 80px; }
  5. .page-topnav a{ padding-left: 10px; padding-right: 10px; font-size: 16px; color: #FFFFFF; }
  6. .page-topnav a:hover{ text-shadow:2px 2px 2px #FFFFFF;}/*新增字体阴影效果*/
  7. .page-foot{ padding: 20px 0px; width: 100%; background-color: #f5f6fa; }
  8. .page-foot p{ color: #999999; }
  9. .pagefootbg{ position: fixed; bottom: 0px; z-index: 1; width: 100%; background-color: #FFFFFF; height: 117px; }
  10. .pagefoot{ position: fixed; bottom: 0px; margin: 0px auto; left: 0px; right: 0px; z-index: 2; text-align: center; min-height: 150px; }
  11. .pagefoot img{ }
  12. .pagefoot span{ position: absolute; top: 90px; right: 60px; z-index: 3; font-size: 18px; display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #DDDDDD; border-radius: 50%; }
  13. .pagefoot-height{ height: 117px; background-color: transparent; }
  14. .indexbg{ width: 100%; height: 500px; background-repeat: repeat-x; background-position: top center; background-size: auto 100%; }
  15. .indexgray{ width: 100%; background-color: #f5f6fa; padding-bottom: 20px; }
  16. .indexcomjobs .item{ padding: 10px; }
  17. .indexcomjobs .item>div{ background-color: #FFFFFF; padding: 10px 15px; }
  18. .indexcomjobs .item h4{ line-height: 40px; height: 40px; overflow: hidden; font-weight: bold; }
  19. .indexcomjobs .item p{ line-height: 30px; height: 30px; font-size: 16px; overflow: hidden; color: #999999; }
  20. .indexnum{ padding-top: 50px; }
  21. .indexnum p { font-size: 15px; line-height: 50px; color: #FFFFFF; }
  22. .indexnum p.num{ font-size: 25px; font-weight: 400; padding-top: 20px; color: #FFFFFF; }
  23. .indexcon{ }
  24. .indexcon>div { text-align: center; padding: 42px 0px; }
  25. .indexcon div img { width: 35px; }
  26. .indexcon div p { font-size: 14px; color: #000000; line-height: 30px; }
  27. .indexcon div span { display: block; font-size: 14px; color: #929596; font-size: 12px; }
  28. .comjobsnav{ }
  29. .comjobsnav a{ display: inline-block; padding: 5px 10px; font-size: 16px; color: #333333; }
  30. .comjobsnav a:first-child{ font-weight: bold; }
  31. .comjobsnav a.label{ color: #FFFFFF; }
  32. .comjobsitem{ }
  33. .comjobsitem .bwagall{ font-size: 18px; }
  34. /*新增头部搜索框*/
  35. .search{
  36. height: 29px;
  37. line-height: 29px;
  38. font-size: 16px;
  39. width: 120px;
  40. margin: 26px 0 0 0;
  41. }
  42. .search_btn{
  43. margin: 0px;
  44. }
  45. /*新增新闻选项卡 new_list*/
  46. .new_list{
  47. cursor: pointer;
  48. text-align: center;
  49. font-size: .18px;
  50. }
  51. .new_list>div{
  52. background-color: #277CE4 !important;
  53. }
  54. .new_list>div:hover{
  55. background-color: #1853C5 !important;
  56. }
  57. .new_list>div>a{
  58. color: #fff;
  59. }
  60. .tab1>div>ul>li{
  61. display:block;
  62. font-size:18px;
  63. margin-left:18px;
  64. padding-top:20px;
  65. }
  66. .tab1>div>ul>li>a{
  67. color: #333;
  68. }
  69. .tab1>div>ul>li>a:hover{
  70. text-decoration: underline;
  71. }
  72. /*业务大厅 office_hall*/
  73. .office_hall{
  74. display: block;
  75. width: 100%;
  76. height: 100%;
  77. color :#f60;
  78. background-image: linear-gradient(to bottom,#816ABF,#1B51C3);
  79. font-size: 32px;
  80. text-align: center;
  81. padding-top: 60%;
  82. }
  83. /*业务菜单 office_list*/
  84. .office_list{
  85. width: 90%;
  86. float: left;
  87. height:356px;
  88. background-image: linear-gradient(to right,#ECEEF9,#BAD4F7);
  89. }
  90. .office_list>.top{
  91. width: 100%;
  92. height: 50%;
  93. float: left;
  94. }
  95. .office_list>.bot{
  96. width: 100%;
  97. height: 50%;
  98. float: left;
  99. }
  100. .tab{
  101. width: 160px;
  102. height: 145px;
  103. padding-top: 34px;
  104. display: block;
  105. float: left;
  106. text-align: center;
  107. margin-right:10px;
  108. font-size: 20px;
  109. color: #337AB7;
  110. }
  111. .tab>a{
  112. text-decoration: none;
  113. }
  114. .tab>a:hover{
  115. text-decoration: underline;
  116. }
  117. /*加入浮动二维码*/
  118. .pagecode{
  119. padding: 0px;
  120. display: block;
  121. position: fixed;
  122. right: 0px;
  123. top: 35%;
  124. width: 172px;
  125. height: 172px;
  126. z-index: 999;
  127. background-color: transparent;
  128. }
  129. /*新增在线招聘会*/
  130. .zph{
  131. width: 100%;
  132. height: 116px;
  133. margin-top: 10px;
  134. margin-bottom: 10px;
  135. text-align: center;
  136. cursor: pointer;
  137. }
  138. .zph>a{
  139. width: 100%;
  140. height: 100%;
  141. display: block;
  142. margin: 0px;
  143. padding-top: 20px;
  144. text-decoration: none;
  145. background-image: linear-gradient(to bottom,#1B5AE5,#1798FD);
  146. }
  147. .zph>a>h1{
  148. color: #FFFFFF;
  149. }
  150. .jobtags{
  151. font-size: 10px;
  152. border: 1px solid #2F4056;
  153. border-radius: 2px;
  154. height: 21px;
  155. line-height: 21px;
  156. display:inline-block;
  157. width: 70px;
  158. text-align: center;
  159. }
  160. .jobtagsjs{
  161. font-size: 10px;
  162. border: 1px solid #2F4056;
  163. border-radius: 2px;
  164. height: 21px;
  165. line-height: 21px;
  166. display:inline-block;
  167. width: 70px;
  168. text-align: center;
  169. margin-right: 5px;
  170. }
  171. .jobinfotags{
  172. font-size: 10px;
  173. border: none;
  174. border-radius: 2px;
  175. height: 21px;
  176. line-height: 21px;
  177. display:inline-block;
  178. width: 65px;
  179. text-align: center;
  180. background-color:#C1DEF4;
  181. margin-right: 10px;
  182. }
  183. .shenqinga{
  184. display:block;
  185. height: 25px;
  186. width: 65px;
  187. line-height:25px;
  188. background: #E85E6C !important;
  189. color: #FFFFFF;
  190. font-size: 14px;
  191. text-align: center;
  192. margin-right: 10px;
  193. border-radius: 1px;
  194. text-decoration:none;
  195. }
  196. .price{
  197. font-size: 16px;
  198. font-weight: 600;
  199. color: #f90c05;
  200. width: 120px;
  201. height: 100%
  202. }
  203. .jobsinfo{
  204. display: flex;
  205. align-items: center;
  206. color: #424141;
  207. text-align: left;
  208. padding: 10px;
  209. border-bottom: 1px solid #8d8989;
  210. }
  211. .jobsinfolast{
  212. display: flex;
  213. align-items: center;
  214. color: #424141;
  215. text-align: left;
  216. padding: 10px;
  217. }
  218. .articletag{
  219. padding: 0 6px;
  220. flex: 1;
  221. height: auto;
  222. color: #1f1f1f;
  223. font-size: 17px;
  224. }
  225. /*.swiper-slide {*/
  226. /* text-align: center;*/
  227. /* font-size: 18px;*/
  228. /* background: #fff;*/
  229. /* !* Center slide text vertically *!*/
  230. /* display: -webkit-box;*/
  231. /* display: -ms-flexbox;*/
  232. /* display: -webkit-flex;*/
  233. /* display: flex;*/
  234. /* -webkit-box-pack: center;*/
  235. /* -ms-flex-pack: center;*/
  236. /* -webkit-justify-content: center;*/
  237. /* justify-content: center;*/
  238. /* -webkit-box-align: center;*/
  239. /* -ms-flex-align: center;*/
  240. /* -webkit-align-items: center;*/
  241. /* align-items: center;*/
  242. /*}*/
  243. .swiper-slide img {
  244. display: block;
  245. width: 100%;
  246. height: 100%;
  247. object-fit: cover;
  248. }
  249. .swiperdiv{
  250. width:100%;
  251. height:530px;
  252. color: #FFFFFF;
  253. background: #F1F5FD !important;
  254. border-radius: 8px;
  255. padding: 16px 10px;
  256. font-size: 18px;
  257. text-align: center;
  258. }
  259. .jobstype{
  260. float:right;
  261. font-size: 12px;
  262. color: #0A0A0A;
  263. }
  264. .jobsname{
  265. font-size: 18px;
  266. font-weight: 600;
  267. margin-top: 30px;
  268. margin-bottom: 10px;
  269. color: #607DE1;
  270. }
  271. .jobsdiv{
  272. display: flex;
  273. align-items: center;
  274. justify-content: center;
  275. margin-bottom: 10px;
  276. }
  277. .sinprice{
  278. font-size: 15px;
  279. font-weight: 600;
  280. color: #f90c05;
  281. width: 90px;
  282. height: 100%;
  283. float: right;
  284. }
  285. .jobsprice{
  286. font-size: 17px;
  287. font-weight: 600;
  288. color: #f90c05;
  289. width: 70px;
  290. height: auto;
  291. margin-left: 40px;
  292. }
  293. .searchhead{
  294. height: 200px;
  295. width: 100%;
  296. background-color: #F1F5FD;
  297. margin-bottom: 20px;
  298. position:relative;
  299. }
  300. .searchtype{
  301. color: #1B51C3;
  302. font-weight: 600;
  303. font-size: 15px;
  304. }
  305. .jobtagssearch{
  306. font-size: 14px;
  307. border: 1px solid #2F4056;
  308. border-radius: 2px;
  309. height: 28px;
  310. line-height: 26px;
  311. display:inline-block;
  312. width: 70px;
  313. text-align: center;
  314. margin-left: 20px;
  315. background: none;
  316. }
  317. .modal.left .modal-dialog,.modal.right .modal-dialog{
  318. position:fixed;
  319. margin:auto;
  320. width:320px;
  321. height:100%;
  322. -webkit-transform:translate3d(0,0,0);
  323. -ms-transform:translate3d(0,0,0);
  324. -o-transform:translate3d(0,0,0);
  325. transform:translate3d(0,0,0)
  326. }
  327. .modal.left .modal-content,.modal.right .modal-content{
  328. height:100%;
  329. overflow-y:auto
  330. }
  331. .modal.left .modal-body,.modal.right .modal-body{
  332. padding:15px 15px 80px
  333. }
  334. .modal.left.fade .modal-dialog{
  335. left:-320px;
  336. -webkit-transition:opacity .3s linear,left .3s ease-out;-moz-transition:opacity .3s linear,left .3s ease-out;-o-transition:opacity .3s linear,left .3s ease-out;transition:opacity .3s linear,left .3s ease-out
  337. }
  338. .modal.left.fade.in .modal-dialog{
  339. left:0
  340. }
  341. .modal.right.fade .modal-dialog{
  342. right:-320px;
  343. -webkit-transition:opacity .3s linear,right .3s ease-out;-moz-transition:opacity .3s linear,right .3s ease-out;-o-transition:opacity .3s linear,right .3s ease-out;transition:opacity .3s linear,right .3s ease-out
  344. }
  345. .modal.right.fade.in .modal-dialog{
  346. right:0
  347. }
  348. .modal-content{
  349. border-radius:0;border:none
  350. }
  351. .jobsinfos{
  352. margin-top: 30px;
  353. }
  354. .jobsinfotitle{
  355. margin-top: 15px;
  356. font-size: 18px;
  357. color: #6f92e3;
  358. }
  359. .info-titles{
  360. font-weight: 600;
  361. }
  362. .righttitle{
  363. /*text-align: left;*/
  364. display: inline;
  365. /*float: right;*/
  366. /*margin-right: 5%;*/
  367. }
  368. .lefttitle{
  369. display: inline-block;
  370. /*width: 50%;*/
  371. }
  372. .btn-primary {
  373. font-size: 14px;
  374. color: #0A0A0A;
  375. border: 1px solid #2F4056;
  376. border-radius: 2px;
  377. height: 28px;
  378. line-height: 15px;
  379. display:inline-block;
  380. width: 100px;
  381. text-align: center;
  382. background: none;
  383. }
  384. .btn.active.focus {
  385. outline: none !important;
  386. box-shadow:none !important;
  387. background-color: #049307;
  388. }
  389. .btn.focus {
  390. outline: none !important;
  391. box-shadow:none !important;
  392. color: #0A0A0A;
  393. background-color: #F1F5FD;
  394. }
  395. .btn.focus:hover {
  396. outline: none !important;
  397. box-shadow:none !important;
  398. color: #0A0A0A;
  399. background-color: #049307;
  400. }
  401. .btn:hover{
  402. background-color: #049307;
  403. }
  404. .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  405. color: #fff;
  406. background-color: #049307;
  407. border-color: #049307;
  408. }