demand.css 14 KB

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