demand.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821
  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. .talentsTxt ol li:hover{
  289. box-shadow: 0 5px 5px #ccc;
  290. transition: all .3s ease-in;
  291. }
  292. .talentsIntroduce{
  293. overflow: hidden;
  294. white-space:nowrap;
  295. text-overflow:ellipsis;
  296. -o-text-overflow:ellipsis;
  297. overflow: hidden;
  298. }
  299. .demandTxt .col-md-7 div a{
  300. color:#333;
  301. }
  302. .demandTxt .col-md-7 div:hover{
  303. box-shadow: 0 5px 5px #ccc;
  304. transition: all .3s ease-in;
  305. }
  306. .demandTxt .col-md-7 div>p:first
  307. .mainHot .demandTxt img {
  308. float: left;
  309. }
  310. .mainHot .demandTxt div {
  311. float: left
  312. }
  313. .demandTxt .talents,
  314. .talentsTxt .talents {
  315. display: inline-block;
  316. width: 100px;
  317. color: #ffffff;
  318. height: 22px;
  319. padding-left: 10px;
  320. line-height: 22px;
  321. text-align: center;
  322. margin-right: 5px;
  323. background: url(../../../img/newMenu/demand-6.png) no-repeat;
  324. }
  325. .demandTxt .col-md-7 {
  326. padding-right: 0px;
  327. }
  328. .demandTxt p:nth-child(2),
  329. .talentsTxt p:nth-child(2) {
  330. color: #7a7878;
  331. text-align: justify;
  332. font-size: 12px;
  333. margin-top: 10px;
  334. line-height: 24px;
  335. }
  336. .colorOrange {
  337. color: #ff570c;
  338. float: right;
  339. margin-right: 20px;
  340. }
  341. .colorOrt {
  342. color: #ff570c;
  343. float: right;
  344. }
  345. .colorTime {
  346. font-size: 12px;
  347. float: right;
  348. color: #0289df;
  349. }
  350. .talentsTxt {
  351. padding-left: 15px;
  352. }
  353. .demandTxt .col-md-7>div {
  354. margin-bottom: 30px;
  355. }
  356. .talentsTxt ol li {
  357. margin-bottom: 30px;
  358. }
  359. .talentsTxt ol li a{
  360. color:#333;
  361. }
  362. /* 企业技术需求 */
  363. .enterprise {
  364. padding-bottom: 80px;
  365. }
  366. .enterprise .col-md-2{
  367. padding-right: 0;
  368. }
  369. .enterprise .col-md-2 img{
  370. width: 100%;
  371. height: 340px;
  372. }
  373. .enterprise h4,.study h4 {
  374. font-weight: normal;
  375. font-size: 22px;
  376. color: #1f1f1f;
  377. padding-bottom: 24px;
  378. }
  379. .enterprise h4 a,.study h4 a {
  380. display: inline-block;
  381. color: #cacaca;
  382. font-size: 12px;
  383. margin-left: 24px;
  384. }
  385. .imgGroup {
  386. box-sizing: border-box;
  387. }
  388. .imgGroup ul {
  389. box-sizing: border-box;
  390. }
  391. .imgGroup ul li {
  392. padding: 0 5px;
  393. display: inline-block;
  394. overflow: hidden;
  395. width: 24.6%;
  396. margin-bottom: 30px;
  397. transition: all .3s ease-in;
  398. }
  399. .imgGroup ul li:hover{
  400. transition: all .3s ease-in;
  401. transform: scale(1.05);
  402. box-shadow: 0 5px 10px #ccc;
  403. }
  404. .imgGroup ul li img {
  405. width: 100%;
  406. height: 116px;
  407. }
  408. .imgGroup p {
  409. white-space: nowrap;
  410. text-overflow: ellipsis;
  411. -o-text-overflow: ellipsis;
  412. overflow: hidden;
  413. width: 100%;
  414. line-height: 40px;
  415. font-size: 14px;
  416. color: #1f1f1f;
  417. text-align: center;
  418. }
  419. /* 地区成果 */
  420. .areaDemand h3 {
  421. width: 700px;
  422. margin: 0 auto 22px;
  423. }
  424. .fullImg .fullImgTxt {
  425. position: absolute;
  426. top: 0;
  427. left: 50%;
  428. margin-left: -600px;
  429. }
  430. .areaDemand .fullImg {
  431. position: relative;
  432. left: 0;
  433. top: 0;
  434. width: 100%;
  435. padding-top: 130px;
  436. padding-bottom: 70px;
  437. }
  438. .areaDemand .fullImg img {
  439. width: 100%;
  440. height: 400px;
  441. }
  442. .fullImgTxt li {
  443. padding-top: 10px;
  444. }
  445. .fullImgTxt li .warpImg {
  446. width: 100%;
  447. background: #ffffff;
  448. box-shadow: 0 5px 15px #333;
  449. }
  450. .fullImgTxt li p {
  451. text-align: justify;
  452. line-height: 24px;
  453. font-size: 14px;
  454. color: #7a7878;
  455. }
  456. .fullImgTxt .btnAreaBj {
  457. text-align: center;
  458. height: 118px;
  459. background: url(../../../img/newMenu/demand-14.jpg) no-repeat
  460. }
  461. .fullImgTxt .btnAreaBj .btnArea {
  462. display: inline-block;
  463. width: 127px;
  464. height: 34px;
  465. background: #ffffff;
  466. border-radius: 17px;
  467. line-height: 34px;
  468. text-align: center;
  469. font-size: 18px;
  470. color: #191919;
  471. vertical-align: top;
  472. margin-top: 70px;
  473. cursor: pointer;
  474. }
  475. .fullImgTxt .btnAreaBj .btnArea:hover {
  476. background: #0289df;
  477. color: #ffffff;
  478. }
  479. .fullImgTxt .introduction {
  480. padding: 10px 20px 10px;
  481. }
  482. .fullImgTxt .btnSee {
  483. text-align: center
  484. }
  485. .fullImgTxt .btnSee span {
  486. display: inline-block;
  487. width: 160px;
  488. height: 44px;
  489. line-height: 44px;
  490. font-size: 16px;
  491. text-align: center;
  492. color: #ffffff;
  493. background: linear-gradient(#ff8518, #ffac2a);
  494. vertical-align: bottom;
  495. margin-bottom: -30px;
  496. box-shadow: 0 3px 10px #333;
  497. cursor: pointer;
  498. border-radius: 10px;
  499. }
  500. .fullImgTxt .btnSee:hover span {
  501. color: #ffffff;
  502. background: #0289df;
  503. }
  504. /* 产学研合作需求 */
  505. .studyTxt{
  506. padding-left: 10px;
  507. }
  508. .studyTxt ul li{
  509. box-sizing: border-box;
  510. height:110px;
  511. overflow: hidden;
  512. margin-bottom: 20px;
  513. border: 1px solid transparent;
  514. }
  515. .studyTxt ul li img {
  516. width: 100%;
  517. height: 100%;
  518. }
  519. .studyTxt ul li .imgLeft{
  520. vertical-align: top;
  521. width: 40%;
  522. float: left;
  523. overflow: hidden;
  524. }
  525. .studyTxt ul li:hover .imgRight{
  526. background:rgba(255, 255,255, .8);
  527. }
  528. .studyTxt ul li .imgRight{
  529. box-sizing: border-box;
  530. padding-left:10px;
  531. float: left;
  532. width: 59%;
  533. height: 110px;
  534. padding-right: 5px;
  535. background: #f9f9f9;
  536. }
  537. .studyTxt ul li .imgRight h5{
  538. font-size: 14px;
  539. color: #393838;
  540. padding-top: 13px;
  541. padding-bottom: 10px;
  542. }
  543. .studyTxt ul li .imgRight p{
  544. font-size: 12px;
  545. text-align: justify;
  546. color: #7a7878;
  547. margin-bottom: 5px;
  548. overflow: hidden;
  549. line-height: 18px;
  550. display: -webkit-box;
  551. text-overflow: ellipsis;
  552. -webkit-box-orient: vertical;
  553. -webkit-line-clamp: 2;
  554. }
  555. .studyTxt ul li .imgRight span{
  556. display: inline-block;
  557. text-align: right;
  558. border: 1px solid #ff570c;
  559. color: #ff570c;
  560. padding:0 5px;
  561. font-size: 12px;
  562. float: right;
  563. margin-left:10px;
  564. }
  565. .studyTxt>div.col-sm-2{
  566. padding-left: 0px
  567. }
  568. .studyTxt>div>img{
  569. width: 100%;
  570. height: 369px;
  571. }
  572. .studyTxt .col-sm-4{
  573. padding-right: 0;
  574. padding-left: 5px;
  575. }
  576. /* 研产资金需求 */
  577. .capital{
  578. padding-top: 40px;
  579. }
  580. .capitalMain div ol{
  581. display: -webkit-flex;
  582. display: flex;
  583. }
  584. .capitalMain div ol li{
  585. padding: 20px 20px;
  586. overflow: hidden;
  587. background: url(../../../img/newMenu/demand-20.jpg) no-repeat;
  588. }
  589. .capitalMain .col-sm-2 img{
  590. width: 100%;
  591. }
  592. .capital-administration{
  593. text-align: center;
  594. padding-right: 20px;
  595. }
  596. .capital-administration .capitalBj{
  597. overflow: hidden;
  598. background: rgba(255, 255,255, .5);
  599. padding:20px;
  600. }
  601. .capital-administration .capitalBj h4{
  602. overflow: hidden;
  603. white-space:nowrap;
  604. text-overflow:ellipsis;
  605. -o-text-overflow:ellipsis;
  606. overflow: hidden;
  607. }
  608. .capital-administration .capitalBj>p{
  609. text-align: left;
  610. font-size: 14px;
  611. color:#7a7878;
  612. padding:20px 0;
  613. overflow: hidden;
  614. display: -webkit-box;
  615. text-overflow: ellipsis;
  616. -webkit-box-orient: vertical;
  617. -webkit-line-clamp:3;
  618. }
  619. .capital-administration .capitalBj>div>p{
  620. font-size: 12px;
  621. color: #393838;
  622. }
  623. .capital-administration a:hover{
  624. background: #0289df;
  625. color: #ffffff;
  626. box-shadow: 0 5px 20px #0289df;
  627. }
  628. .capital-administration a{
  629. clear: both;
  630. display: inline-block;
  631. width: 100%;
  632. background: #ffffff;
  633. color: #ff580e;
  634. font-size: 16px;
  635. margin-top: 30px;
  636. margin-bottom: 6px;
  637. height: 44px;
  638. line-height: 44px;
  639. box-shadow: 0 5px 10px #ccc;
  640. border-radius: 5px;
  641. }
  642. /* 技术人才需求*/
  643. .technology>div>img{
  644. width: 100%;
  645. height: 280px;
  646. }
  647. .technology.row{
  648. margin-right: 0
  649. }
  650. .technology ol li{
  651. margin-bottom: 8px;
  652. transition: all .3s ease-in-out;
  653. }
  654. .technology ol li:hover div{
  655. transition: all .3s ease-in-out;
  656. border-radius: 5px;
  657. border-color: #1797e9;
  658. }
  659. .technology ol li div{
  660. box-sizing: border-box;
  661. overflow: hidden;
  662. border: 1px solid #eeeeee;
  663. padding: 18px 10px 8px;
  664. }
  665. .technology ol li div>p{
  666. clear: both;
  667. }
  668. .technology .col-sm-4{
  669. padding-left: 8px;
  670. padding-right: 0px;
  671. }
  672. .technology ol li div h4{
  673. font-size: 16px;
  674. font-weight: normal;
  675. color: #1f1f1f;
  676. padding-bottom: 6px;
  677. }
  678. .technology ol li div .titleBorder{
  679. width: 64px;
  680. height: 24px;
  681. line-height: 24px;
  682. display: inline-block;
  683. background: #f6f6f6;
  684. border-radius: 12px;
  685. color: #7a7878;
  686. text-align: center;
  687. font-size: 14px;
  688. margin: 0 5px;
  689. }
  690. .technology ol li div .money{
  691. color: #ff570c;
  692. font-size: 14px;
  693. }
  694. .technology ol li div>p{
  695. overflow: hidden;
  696. display: -webkit-box;
  697. text-overflow: ellipsis;
  698. -webkit-box-orient: vertical;
  699. -webkit-line-clamp:2;
  700. font-size: 14px;
  701. color: #7f7f7f;
  702. line-height: 24px;
  703. text-align: justify;
  704. }
  705. .technology ol li div>span{
  706. width: 60px;
  707. height: 24px;
  708. line-height: 24px;
  709. text-align: center;
  710. border-radius: 12px;
  711. border: 1px solid #0289df;
  712. font-size: 12px;
  713. color: #0289df;
  714. margin-top: 6px;
  715. transition: all .3s ease-out;
  716. }
  717. .technology ol li:hover div>span{
  718. transition: all .3s ease-in;
  719. width: 100px;
  720. background: #0289df;
  721. color: #ffffff;
  722. }
  723. .demandFootImg{
  724. width: 100%;
  725. padding-top: 40px;
  726. padding-bottom: 140px;
  727. }
  728. .demandFootImg img{
  729. width: 100%;
  730. }