demand.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  1. /*
  2. @author:liting
  3. @update:2018/06/04
  4. */
  5. /* 主体内容 */
  6. .demand-marq {
  7. position: relative;
  8. top: -12px;
  9. clear: both;
  10. width: 100%;
  11. height: 50px;
  12. line-height: 50px;
  13. box-shadow: 0 5px 5px #ccc;
  14. padding: 0 20px;
  15. background-color: #ffffff;
  16. }
  17. .demand-marq span {
  18. float: left;
  19. width: 96px;
  20. height: 20px;
  21. display: inline-block;
  22. background: url(../../../img/newMenu/demand-1.jpg) no-repeat;
  23. vertical-align: top;
  24. margin-top: 15px
  25. }
  26. .demand-marq marquee ul {
  27. overflow: hidden;
  28. width: 3500px;
  29. height: 50px;
  30. }
  31. .demand-marq marquee {
  32. overflow: hidden;
  33. margin-left: 20px;
  34. width: 980px;
  35. float: left;
  36. }
  37. .demand-marq ul li {
  38. margin: 0 30px;
  39. float: left;
  40. }
  41. /* 最新需求 */
  42. .newDemand {
  43. clear: both;
  44. overflow: hidden;
  45. background: #f9f9f9;
  46. padding: 10px 14px;
  47. margin-bottom: 42px;
  48. }
  49. .newDemand img {
  50. width: 200px;
  51. height: 140px;
  52. float: left;
  53. }
  54. .newDemand ul {
  55. width:940px;
  56. box-sizing: border-box;
  57. float: left;
  58. }
  59. .newDemand ul li {
  60. padding: 10px 0;
  61. box-sizing: border-box;
  62. width: 19.6%;
  63. float: left;
  64. }
  65. .newDemand ul li a{
  66. color: #666;
  67. }
  68. .newDemand ul li:first-child div {
  69. border: none;
  70. }
  71. .newDemand ul li div {
  72. box-sizing: border-box;
  73. padding: 0px 16px;
  74. border-left: 1px solid #dfdfdf;
  75. }
  76. .newDemand ul li div p .timeBefor {
  77. float: right;
  78. margin-top: 3px;
  79. }
  80. .newDemand ul li div p:nth-child(2){
  81. height: 40px;
  82. }
  83. /* HOT */
  84. .mainHot .hot {
  85. width: 40px;
  86. display: inline-block;
  87. height: 20px;
  88. font-size: 14px;
  89. text-align: center;
  90. line-height: 20px;
  91. background-color: #f52429;
  92. color: #ffffff;
  93. border-radius: 3px;
  94. margin-right: 10px
  95. }
  96. .mainHot .crumbNav {
  97. display: inline-block;
  98. }
  99. .crumbNav li {
  100. color: #393838;
  101. margin: 0 6px;
  102. display: inline-block;
  103. }
  104. .crumbNav li a{
  105. color: #393838;
  106. }
  107. .crumbNav li:nth-child(2n+1):hover a{
  108. cursor: pointer;
  109. color: #0289df;
  110. }
  111. .enterprise a:hover,.study a:hover{
  112. cursor: pointer;
  113. color: #0289df;
  114. }
  115. .mainHot .hr {
  116. display: inline-block;
  117. width: 100%;
  118. height: 3px;
  119. background: #ff570c;
  120. margin: 8px 0;
  121. }
  122. .mainHot .mainLeft{
  123. padding-right: 0px;
  124. }
  125. .mainHot .demandTxt,
  126. .talentsTxt {
  127. padding-right: 15px;
  128. }
  129. .demandTxt{
  130. height: 220px;
  131. }
  132. .talentsTxt ol li:hover{
  133. }
  134. .talentsIntroduce{
  135. overflow: hidden;
  136. white-space:nowrap;
  137. text-overflow:ellipsis;
  138. -o-text-overflow:ellipsis;
  139. overflow: hidden;
  140. }
  141. .demandTxt .col-md-7>div{
  142. margin-bottom: 16px;
  143. padding: 5px 0;;
  144. width: 100%;
  145. transition: all .5s ease-out;
  146. }
  147. .demandTxt .col-md-7>a>div:hover{
  148. margin-left: -8px;
  149. transition: all .5s ease-in;
  150. }
  151. .demandTxt .col-md-7>div:hover .name{
  152. color: #ff5910;
  153. }
  154. .demandTxt .col-md-7 div a{
  155. color:#333;
  156. }
  157. .demandTxt .col-md-7 div>div {
  158. padding: 0 5px;
  159. }
  160. .demandTxt .col-md-7 div:hover{
  161. }
  162. .demandTxt .col-md-7 div>p:first
  163. .mainHot .demandTxt img {
  164. float: left;
  165. }
  166. .mainHot .demandTxt div {
  167. float: left
  168. }
  169. .demandTxt .talents,
  170. .talentsTxt .talents {
  171. display: inline-block;
  172. width: 110px;
  173. color: #ffffff;
  174. height: 22px;
  175. padding-left: 10px;
  176. line-height: 22px;
  177. text-align: center;
  178. margin-right: 5px;
  179. background: url(../../../img/newMenu/demand-6.png) no-repeat;
  180. }
  181. .demandTxt .col-md-7 {
  182. padding-right: 0px;
  183. }
  184. .demandTxt p:nth-child(2),
  185. .talentsTxt p:nth-child(2) {
  186. color: #7a7878;
  187. text-align: justify;
  188. font-size: 12px;
  189. margin-top: 10px;
  190. line-height: 24px;
  191. }
  192. .colorOrange {
  193. color: #ff570c;
  194. font-size: 12px;
  195. float: right;
  196. margin-left: 20px;
  197. }
  198. .demandTxt .colorOrange{
  199. vertical-align: top;
  200. margin-top: -20px;
  201. margin-right: 100px;
  202. }
  203. .colorOrt {
  204. color: #ff570c;
  205. float: right;
  206. }
  207. .demandTxt .colorTime{
  208. vertical-align: top;
  209. margin-top: -20px;
  210. }
  211. .colorTime {
  212. font-size: 12px;
  213. float: right;
  214. color: #0289df!important;
  215. }
  216. .talentsTxt {
  217. padding-left: 15px;
  218. }
  219. .talentsTxt ol li {
  220. padding: 5px 5px 0px;
  221. height: 56px;
  222. margin-bottom: 30px;
  223. }
  224. .talentsTxt ol li img{
  225. float: right;
  226. }
  227. .talentsTxt ol li:hover{
  228. margin-left: -8px;
  229. transition: all .5s ease-in
  230. }
  231. .introduceP{
  232. padding-left: 10px;
  233. margin-top: 12px;
  234. }
  235. .introduceP span{
  236. color: #7a7878;
  237. font-size: 12px;
  238. display: inline-block;
  239. }
  240. .talentsTxt ol li a{
  241. color:#333;
  242. }
  243. .demandTxt .problemDes{
  244. display: inline-block;
  245. color: #7a7878;
  246. font-size: 12px;
  247. margin-top: 10px;
  248. line-height: 24px;
  249. }
  250. /* 企业技术需求 */
  251. .enterprise {
  252. padding-bottom: 80px;
  253. }
  254. .enterprise .col-md-2{
  255. padding-right: 0;
  256. }
  257. .enterprise .col-md-2 img{
  258. width: 100%;
  259. height: 340px;
  260. }
  261. .enterprise h4,.study h4 {
  262. font-weight: normal;
  263. font-size: 22px;
  264. color: #1f1f1f;
  265. padding-bottom: 24px;
  266. }
  267. .enterprise h4 a,.study h4 a {
  268. display: inline-block;
  269. color: #cacaca;
  270. font-size: 12px;
  271. margin-left: 24px;
  272. }
  273. .imgGroup {
  274. box-sizing: border-box;
  275. }
  276. .imgGroup ul {
  277. box-sizing: border-box;
  278. }
  279. .imgGroup ul li {
  280. padding: 0 5px;
  281. display: inline-block;
  282. overflow: hidden;
  283. width: 24.6%;
  284. margin-bottom: 30px;
  285. transition: all .3s ease-in;
  286. }
  287. .imgGroup ul li:hover{
  288. transition: all .3s ease-in;
  289. transform: scale(1.05);
  290. box-shadow: 0 5px 10px #ccc;
  291. }
  292. .imgGroup ul li img {
  293. width: 100%;
  294. height: 116px;
  295. }
  296. .imgGroup p {
  297. white-space: nowrap;
  298. text-overflow: ellipsis;
  299. -o-text-overflow: ellipsis;
  300. overflow: hidden;
  301. width: 100%;
  302. line-height: 40px;
  303. font-size: 14px;
  304. color: #1f1f1f;
  305. text-align: center;
  306. }
  307. /* 地区成果 */
  308. .areaDemand h3 {
  309. width: 700px;
  310. margin: 0 auto 22px;
  311. }
  312. .fullImg .fullImgTxt {
  313. position: absolute;
  314. top: 0;
  315. left: 50%;
  316. margin-left: -600px;
  317. }
  318. .areaDemand .fullImg {
  319. position: relative;
  320. left: 0;
  321. top: 0;
  322. width: 100%;
  323. padding-top: 130px;
  324. padding-bottom: 70px;
  325. }
  326. .areaDemand .fullImg img {
  327. width: 100%;
  328. height: 400px;
  329. }
  330. .fullImgTxt li {
  331. padding-top: 10px;
  332. }
  333. .fullImgTxt li .warpImg {
  334. width: 100%;
  335. background: #ffffff;
  336. box-shadow: 0 5px 15px #333;
  337. }
  338. .fullImgTxt li p {
  339. text-align: justify;
  340. line-height: 24px;
  341. font-size: 14px;
  342. color: #7a7878;
  343. }
  344. .fullImgTxt .btnAreaBj {
  345. text-align: center;
  346. height: 118px;
  347. background: url(../../../img/newMenu/demand-14.jpg) no-repeat
  348. }
  349. .fullImgTxt .btnAreaBj .btnArea {
  350. display: inline-block;
  351. padding: 0 10px;
  352. height: 34px;
  353. background: #ffffff;
  354. border-radius: 17px;
  355. line-height: 34px;
  356. text-align: center;
  357. font-size: 18px;
  358. color: #191919;
  359. vertical-align: top;
  360. margin-top: 70px;
  361. cursor: pointer;
  362. }
  363. .fullImgTxt .btnAreaBj .btnArea:hover {
  364. background: #0289df;
  365. color: #ffffff;
  366. }
  367. .fullImgTxt .introduction {
  368. padding: 10px 20px 10px;
  369. }
  370. .fullImgTxt .introduction p{
  371. height: 300px;
  372. }
  373. .fullImgTxt .btnSee {
  374. text-align: center
  375. }
  376. .fullImgTxt .btnSee span {
  377. display: inline-block;
  378. width: 160px;
  379. height: 44px;
  380. line-height: 44px;
  381. font-size: 16px;
  382. text-align: center;
  383. color: #ffffff;
  384. background: linear-gradient(#ff8518, #ffac2a);
  385. vertical-align: bottom;
  386. margin-bottom: -30px;
  387. box-shadow: 0 3px 10px #333;
  388. cursor: pointer;
  389. border-radius: 10px;
  390. }
  391. .fullImgTxt .btnSee:hover span {
  392. color: #ffffff;
  393. background: #0289df;
  394. }
  395. /* 产学研合作需求 */
  396. .studyTxt{
  397. padding-left: 10px;
  398. }
  399. .studyTxt ul li{
  400. box-sizing: border-box;
  401. height:110px;
  402. overflow: hidden;
  403. margin-bottom: 20px;
  404. border: 1px solid transparent;
  405. }
  406. .studyTxt ul li img {
  407. width: 100%;
  408. height: 100%;
  409. }
  410. .studyTxt ul li .imgLeft{
  411. vertical-align: top;
  412. width: 40%;
  413. float: left;
  414. overflow: hidden;
  415. }
  416. .studyTxt ul li:hover img {
  417. opacity: 0.5;
  418. }
  419. .studyTxt ul li:hover .imgRight h5{
  420. color:#ff5910;
  421. }
  422. .studyTxt ul li .imgRight{
  423. box-sizing: border-box;
  424. padding-left:10px;
  425. float: left;
  426. width: 59%;
  427. height: 110px;
  428. padding-right: 5px;
  429. background: #f9f9f9;
  430. }
  431. .studyTxt ul li .imgRight h5{
  432. font-size: 14px;
  433. color: #393838;
  434. padding-top: 13px;
  435. padding-bottom: 10px;
  436. }
  437. .studyTxt ul li .imgRight p{
  438. font-size: 12px;
  439. text-align: justify;
  440. color: #7a7878;
  441. margin-bottom: 5px;
  442. overflow: hidden;
  443. line-height: 18px;
  444. display: -webkit-box;
  445. text-overflow: ellipsis;
  446. -webkit-box-orient: vertical;
  447. -webkit-line-clamp: 2;
  448. }
  449. .studyTxt ul li .imgRight span{
  450. display: inline-block;
  451. text-align: right;
  452. border: 1px solid #ff570c;
  453. color: #ff570c;
  454. padding:0 5px;
  455. font-size: 12px;
  456. float: right;
  457. margin-left:6px;
  458. }
  459. .studyTxt>div.col-sm-2{
  460. padding-left: 0px
  461. }
  462. .studyTxt>div>img{
  463. width: 100%;
  464. height: 369px;
  465. }
  466. .studyTxt .col-sm-4{
  467. padding-right: 0;
  468. padding-left: 5px;
  469. }
  470. /* 研产资金需求 */
  471. .capital{
  472. padding-top: 40px;
  473. }
  474. .capitalMain div ol{
  475. display: -webkit-flex;
  476. display: flex;
  477. }
  478. .capitalMain div ol li{
  479. padding: 20px 20px;
  480. margin-right: 20px;
  481. overflow: hidden;
  482. transition: all .3s ease-out;
  483. background: url(../../../img/newMenu/demand-20.jpg) no-repeat;
  484. }
  485. .capitalMain div ol li:hover{
  486. margin-top: -15px;
  487. box-shadow: 0 5px 5px #ccc;
  488. transition: all .3s ease-in
  489. }
  490. .capitalMain div ol li:hover h4{
  491. color: #0289df;
  492. }
  493. .capitalMain .col-sm-2 img{
  494. width: 100%;
  495. }
  496. .capital-administration{
  497. text-align: center;
  498. width: 190px;
  499. }
  500. .capital-administration .capitalBj{
  501. height: 193px;
  502. overflow: hidden;
  503. background: rgba(255, 255,255, .5);
  504. padding:20px;
  505. }
  506. .capital-administration .capitalBj h4{
  507. overflow: hidden;
  508. white-space:nowrap;
  509. text-overflow:ellipsis;
  510. -o-text-overflow:ellipsis;
  511. overflow: hidden;
  512. color: #191919;
  513. }
  514. .capital-administration .capitalBj>p{
  515. height: 100px;
  516. text-align: left;
  517. font-size: 14px;
  518. color:#7a7878;
  519. padding:20px 0;
  520. overflow: hidden;
  521. display: -webkit-box;
  522. text-overflow: ellipsis;
  523. -webkit-box-orient: vertical;
  524. -webkit-line-clamp:3;
  525. }
  526. .capitalMain ol li {
  527. width: 233px;
  528. height: 322px;
  529. }
  530. .capital-administration .capitalBj>div>p{
  531. font-size: 12px;
  532. color: #393838;
  533. }
  534. .capital-administration>a:nth-child(2):hover{
  535. background: #0289df;
  536. color: #ffffff;
  537. box-shadow: 0 5px 20px #0289df;
  538. }
  539. .capital-administration>a:nth-child(2){
  540. clear: both;
  541. display: inline-block;
  542. width: 100%;
  543. background: #ffffff;
  544. color: #ff580e;
  545. font-size: 16px;
  546. margin-top: 30px;
  547. margin-bottom: 6px;
  548. height: 44px;
  549. line-height: 44px;
  550. box-shadow: 0 5px 10px #ccc;
  551. border-radius: 5px;
  552. }
  553. /* 技术人才需求*/
  554. .technology>div>img{
  555. width: 100%;
  556. height: 280px;
  557. }
  558. .technology.row{
  559. margin-right: 0
  560. }
  561. .technology ol li{
  562. height: 136px;
  563. margin-bottom: 8px;
  564. transition: all .3s ease-in-out;
  565. }
  566. .technology ol li:hover div{
  567. transition: all .3s ease-in-out;
  568. border-radius: 5px;
  569. border-color: #1797e9;
  570. }
  571. .technology ol li div{
  572. box-sizing: border-box;
  573. overflow: hidden;
  574. border: 1px solid #eeeeee;
  575. padding: 18px 10px 8px;
  576. }
  577. .technology ol li div>p{
  578. height: 48px;
  579. clear: both;
  580. }
  581. .technology .col-sm-4{
  582. padding-left: 8px;
  583. padding-right: 0px;
  584. }
  585. .technology ol li div h4{
  586. font-size: 16px;
  587. font-weight: normal;
  588. color: #1f1f1f;
  589. padding-bottom: 6px;
  590. }
  591. .technology ol li div h4>span:first-child{
  592. display: inline-block;
  593. width: 130px;
  594. }
  595. .technology ol li div .titleBorder{
  596. width: 42px;
  597. height: 24px;
  598. line-height: 24px;
  599. display: inline-block;
  600. background: #f6f6f6;
  601. border-radius: 12px;
  602. color: #7a7878;
  603. text-align: center;
  604. font-size: 14px;
  605. margin: 0 5px;
  606. }
  607. .technology ol li div .money{
  608. color: #ff570c;
  609. font-size: 14px;
  610. float: right;
  611. vertical-align: top;
  612. margin-top: 4px;
  613. }
  614. .technology ol li div>p{
  615. overflow: hidden;
  616. display: -webkit-box;
  617. text-overflow: ellipsis;
  618. -webkit-box-orient: vertical;
  619. -webkit-line-clamp:2;
  620. font-size: 14px;
  621. color: #7f7f7f;
  622. line-height: 24px;
  623. text-align: justify;
  624. }
  625. .technology ol li div>span{
  626. width: 60px;
  627. height: 24px;
  628. line-height: 24px;
  629. text-align: center;
  630. border-radius: 12px;
  631. border: 1px solid #0289df;
  632. font-size: 12px;
  633. color: #0289df;
  634. margin-top: 6px;
  635. transition: all .3s ease-out;
  636. }
  637. .technology ol li:hover div>span{
  638. transition: all .3s ease-in;
  639. width: 100px;
  640. background: #0289df;
  641. color: #ffffff;
  642. }
  643. .demandFootImg{
  644. width: 100%;
  645. padding-top: 40px;
  646. padding-bottom: 140px;
  647. }
  648. .demandFootImg img{
  649. width: 100%;
  650. }