demand.css 14 KB

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