achievement.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  1. /*
  2. @update:2018/06/06
  3. */
  4. /* 最新发布 */
  5. .newRelease{
  6. clear: both;
  7. text-align: center;
  8. }
  9. .newRelease>div{
  10. width:270px;
  11. height: 60px;
  12. background: url(../../../img/newMenu/achievement_1.jpg) no-repeat;
  13. background-size: 100% 100%;
  14. margin: 24px auto 30px;
  15. }
  16. .blur{
  17. color: #0289df;
  18. }
  19. .orange{
  20. color: #ff6d0b;
  21. }
  22. .newRelease ul{
  23. display: flex;
  24. display: -webkit-flex;
  25. justify-content: space-between;
  26. }
  27. .newRelease ul li{
  28. width: 204px;
  29. transition: all .5s ease-in;
  30. }
  31. .newRelease ul li img{
  32. width: 204px;
  33. height: 105px;
  34. display: inline-block;
  35. }
  36. .newRelease ul li div{
  37. padding:10px 10px;
  38. background: #f9f9f9;
  39. }
  40. .newRelease ul li div p {
  41. text-align: left;
  42. overflow: hidden;
  43. white-space:nowrap;
  44. text-overflow:ellipsis;
  45. -o-text-overflow:ellipsis;
  46. color: #333;
  47. line-height: 24px;
  48. height: 24px;
  49. }
  50. .newRelease ul li div p span{
  51. font-size: 12px;
  52. }
  53. .newRelease ul li div p .orange{
  54. display: inline-block;
  55. margin-right: 12px;
  56. }
  57. .newRelease>a{
  58. color: #7a7878;
  59. display: inline-block;
  60. padding: 22px 0px 55px;
  61. }
  62. .newRelease>a:hover{
  63. color: #0289df;
  64. }
  65. /* 热门关注 */
  66. .achievementHot>div{
  67. width: 140px;
  68. height:22px;
  69. background: url(../../../img/newMenu/achievement_7.jpg) no-repeat;
  70. background-size:100% 100%;
  71. float: left;
  72. vertical-align: top;
  73. margin-top: -2px;
  74. margin-right: 12px;
  75. }
  76. .achievementHot ol{
  77. float: left;
  78. }
  79. .achievementHot ol li{
  80. color: #393838;
  81. float: left;
  82. margin: 0 7px;
  83. }
  84. .achievementHot{
  85. clear: both;
  86. overflow: hidden;
  87. margin-bottom: 6px;
  88. }
  89. .achievementHot ol li a:hover{
  90. color: #0289df;
  91. }
  92. .achievementHot a{
  93. float: right;
  94. font-size: 14px;
  95. color: #7a7878;
  96. }
  97. .achievementHot a:hover{
  98. color:#0289df;
  99. }
  100. .achievementHot-list{
  101. clear: both;
  102. overflow: hidden;
  103. }
  104. .achievementHot-list .row{
  105. margin: 0;
  106. }
  107. .achievementHot-list ul li div{
  108. overflow: hidden;
  109. width: 385px;
  110. }
  111. .achievementHot-list .col-sm-4{
  112. padding: 0
  113. }
  114. .achievementHot-list ul li{
  115. margin-bottom: 18px;
  116. }
  117. .achievementHot-list ul li div img {
  118. float: left;
  119. width: 112px;
  120. height: 112px;
  121. }
  122. .achievementHot-list ul li div div{
  123. width: 273px;
  124. height: 112px;
  125. float: left;
  126. border: 1px solid #ededed;
  127. border-left: none;
  128. }
  129. .achievementHot-list ul li div div h4{
  130. font-weight: normal;
  131. font-size: 14px;
  132. color: #1f1f1f;
  133. overflow: hidden;
  134. white-space:nowrap;
  135. text-overflow:ellipsis;
  136. -o-text-overflow:ellipsis;
  137. border-bottom: 1px double #ccc;
  138. height: 42px;
  139. line-height: 42px;
  140. padding-left: 20px;
  141. }
  142. hr{
  143. clear: both;
  144. margin: 10px 0 18px;
  145. border:2px solid #ff6113;
  146. }
  147. .achievementHot-list ul li div div p{
  148. padding-left: 20px;
  149. margin: 8px 0;
  150. }
  151. .achievementHot-list ul li div div p .orange{
  152. font-size: 12px;margin-right: 30px;
  153. display: inline-block;
  154. }
  155. .achievementHot-list ul li div div p .blur{
  156. font-size: 12px;
  157. display: inline-block;
  158. }
  159. .achievementHot-list ul li div div p .technology{
  160. float: right;
  161. display: inline-block;
  162. width: 100px;
  163. height: 24px;
  164. line-height: 22px;
  165. text-align: center;
  166. border: 1px solid #ff6113;
  167. color: #ff6113;
  168. }
  169. .achievementHot-list ul li div div p .follow{
  170. float: right;
  171. display: inline-block;
  172. width: 50px;
  173. height: 24px;
  174. line-height: 22px;
  175. text-align: center;
  176. background: #ff6113;
  177. color: #ffffff;
  178. border-radius: 12px;
  179. margin:0 12px;
  180. }
  181. .achievementHot-list ul li:hover div h4{
  182. color: #0a7dd4;
  183. }
  184. .study {
  185. padding: 50px 0 30px;
  186. }
  187. .study h4 {
  188. font-weight: normal;
  189. font-size: 22px;
  190. color: #1f1f1f;
  191. }
  192. .study h4 a {
  193. display: inline-block;
  194. color: #cacaca;
  195. font-size: 12px;
  196. margin-left: 24px;
  197. }
  198. .study h4 a:hover{
  199. color: #0289df;
  200. }
  201. .patent{
  202. width: 100%;
  203. height: 204px;
  204. position: relative;
  205. }
  206. .patent .imgPatent{
  207. position: absolute;
  208. top: 0;
  209. left: 0;
  210. width: 100%;
  211. height: 204px;
  212. background: url(../../../img/newMenu/achievement_9.png) no-repeat;
  213. background-size:100% 100%;
  214. z-index: 200;
  215. }
  216. .patent a{
  217. position: absolute;
  218. width: 210px;
  219. height: 54px;
  220. display: inline-block;
  221. background: url(../../../img/newMenu/demandPat.png)no-repeat;
  222. background-size:100% 100%;
  223. bottom: 20px;
  224. right: 72px;
  225. z-index:400;
  226. transition: all .2s ease-in-out;
  227. }
  228. .patent a:hover{
  229. background: url(../../../img/newMenu/demandPatHover.png)no-repeat;
  230. background-size:100% 100%;
  231. right: 65px;
  232. transition: all .2s ease-in
  233. }
  234. .patentList{
  235. padding-top: 46px;
  236. }
  237. .patentList .col-sm-4>img{
  238. width: 100%;
  239. height: 213px;
  240. }
  241. .patentList .col-sm-4 div>img{
  242. height: 114px;
  243. display: inline-block;
  244. }
  245. .patentList>.row>.col-sm-4 img:first-child{
  246. margin-bottom: 14px;
  247. }
  248. .patentList ul li img{
  249. width: 100%;
  250. }
  251. .patentList ul li div{
  252. width: 242px;
  253. height: 144px
  254. }
  255. .patentList ul li div p{
  256. overflow: hidden;
  257. white-space:nowrap;
  258. text-overflow:ellipsis;
  259. -o-text-overflow:ellipsis;
  260. line-height: 30px;
  261. }
  262. .patentList .demandAdviser,.patentList .demandDeclare{
  263. width: 380px;
  264. height: 213px;
  265. position: relative;
  266. }
  267. .patentList .demandAdviser{
  268. margin-bottom: 14px;
  269. }
  270. .demandAdviser a{
  271. cursor: pointer;
  272. position: absolute;
  273. bottom:-10px;
  274. right: 5px;
  275. width: 100px;
  276. height:50px;
  277. display: inline-block;
  278. background: url(../../../img//newMenu/achievementLJ.png) no-repeat;
  279. background-size:100% 100%;
  280. }
  281. .demandDeclare a{
  282. cursor: pointer;
  283. position: absolute;
  284. bottom: 0px;
  285. right: 5px;
  286. width: 100px;
  287. height: 50px;
  288. display: inline-block;
  289. background: url(../../../img//newMenu/achievementZX.png) no-repeat;
  290. background-size:100% 100%;
  291. }
  292. .demandDeclare a:hover{
  293. background: url(../../../img//newMenu/achievementZXhover.png) no-repeat;
  294. background-size:100% 100%;
  295. }
  296. .demandAdviser a:hover{
  297. background: url(../../../img//newMenu/achievementLJhover.png) no-repeat;
  298. background-size:100% 100%;
  299. }
  300. .patentList .demandAdviser img,.patentList .demandDeclare img{
  301. width: 100%;
  302. height:213px!important;
  303. position: absolute;
  304. left: 0;
  305. top: 0;
  306. }
  307. .achieveBj img{
  308. margin-top: 16px;
  309. width: 100%;
  310. height: 90px;
  311. }
  312. /* 实用技术 */
  313. .practical {
  314. clear: both;
  315. }
  316. .practical .practicalLeft{
  317. float: left;
  318. width: 940px;
  319. }
  320. .practicalLeft ul li {
  321. cursor: pointer;
  322. width: 170px;
  323. margin-right: 30px;
  324. float: left;
  325. padding-left: 28px;
  326. border-left: 1px solid #dfdfdf;
  327. }
  328. .practicalLeft ul li .imgBj{
  329. position: relative;
  330. width: 100%;
  331. height: 130px;
  332. }
  333. .practicalLeft ul li .imgBj img{
  334. width: 100%;
  335. height: 100%;
  336. }
  337. .practicalLeft ul li .imgBj span{
  338. position: absolute;
  339. top: 0;
  340. left: 0;
  341. width: 44px;
  342. height: 40px;
  343. display: inline-block;
  344. background: url(../../../img/newMenu/achievement_26.png) no-repeat;
  345. background-size:100% 100%;
  346. }
  347. .practicalLeft ul li .txts h5,.practicalGrounpTxt .txts h5{
  348. font-weight: normal;
  349. font-size: 14px;
  350. color: #1f1f1f;
  351. overflow: hidden;
  352. white-space:nowrap;
  353. text-overflow:ellipsis;
  354. -o-text-overflow:ellipsis;
  355. padding: 10px 2px;
  356. }
  357. .practicalLeft ul li .txts p span,.practicalGrounpTxt .txts p span {
  358. color: #7a7878;
  359. font-size: 12px;
  360. display: inline-block;
  361. margin-right: 5px;
  362. }
  363. .practicalLeft ul li .txts .hotImg,.practicalGrounpTxt .txts .hotImg{
  364. float: right;
  365. margin-right: 0px;
  366. height: 18px;
  367. width: 32px;
  368. display: inline-block;
  369. background:url(../../../img/newMenu/achievement_hot.jpg) no-repeat;
  370. background-size:100% 100%;
  371. }
  372. .practicalLeft ul li:first-child{
  373. width: 140px;
  374. border: none;
  375. padding-left:0;
  376. }
  377. .practicalLeft ul li:last-child{
  378. margin-right: 0px;
  379. }
  380. .practicalLeft ul li .hr,.practicalGrounpTxt .hr{
  381. width: 100%;
  382. height: 18px;
  383. background: url(../../../img/newMenu/achievement_27.jpg) no-repeat;
  384. background-size:100% 100%;
  385. margin: 4px 0px;
  386. }
  387. .practicalLeft .btnTxt span,.practicalGrounpTxt .btnTxt span {
  388. width: 64px;
  389. height: 24px;
  390. display: inline-block;
  391. text-align: center;
  392. font-size: 14px;
  393. color: #ff6600;
  394. border: 1px solid #ff6600;
  395. line-height: 24px;
  396. margin: 0 3px;
  397. overflow: hidden;
  398. text-overflow: ellipsis;
  399. white-space: nowrap;
  400. -o-text-overflow: ellipsis;
  401. }
  402. .practical .practicalRight{
  403. float: right;
  404. margin-top: 0px;
  405. width: 230px;
  406. height: 390px;
  407. background: url(../../../img/newMenu/achievement_jishu.jpg)no-repeat;
  408. background-size:100% 100%;
  409. }
  410. .practicalGrounp {
  411. padding-top: 16px;
  412. clear: both;
  413. overflow: hidden;
  414. }
  415. .practicalGrounp ol li{
  416. float: left;
  417. width: 33.00%;
  418. margin-left: 4px;
  419. cursor: pointer;
  420. }
  421. .practicalGrounp ol li img{
  422. width: 146px;
  423. height: 136px;
  424. display: inline-block;
  425. float: left;
  426. }
  427. .practicalGrounp ol li:first-child{
  428. margin-left: 0;
  429. }
  430. .practicalGrounp .practicalGrounpTxt{
  431. float: left;
  432. margin: 10px;
  433. width: 144px;
  434. }
  435. .practicalGrounpTxt .hr{
  436. margin-bottom: 15px;
  437. }
  438. .studyT {
  439. clear: both;
  440. padding: 50px 0 36px;
  441. }
  442. .studyT h4 {
  443. font-weight: normal;
  444. font-size: 22px;
  445. color: #1f1f1f;
  446. }
  447. .studyT h4 a {
  448. display: inline-block;
  449. color: #cacaca;
  450. font-size: 12px;
  451. margin-left: 24px;
  452. }
  453. .studyT h4 a:hover{
  454. color: #0289df;
  455. }
  456. .practicalRight {
  457. margin-top: -20px
  458. }
  459. .practicalRight h4{
  460. text-align: center;
  461. font-size: 18px;
  462. font-weight: normal;
  463. }
  464. .practicalRight ul li{
  465. cursor: pointer;
  466. overflow: hidden;
  467. padding: 10px 0px;
  468. }
  469. .practicalRight ul li img{
  470. float: left;
  471. }
  472. .practicalRight ul li div{
  473. float: left;
  474. padding-left:12px;
  475. width: 110px;
  476. }
  477. .practicalRight ul li div p{
  478. font-size: 12px;
  479. height: 24px;
  480. line-height: 24px;
  481. color: #757575;
  482. margin-top: 10px;
  483. overflow: hidden;
  484. white-space:nowrap;
  485. text-overflow:ellipsis;
  486. -o-text-overflow:ellipsis;
  487. }
  488. .practicalRight ul li div hr{
  489. width: 146px;
  490. border: 0.5px solid #e7e7e7;
  491. }
  492. .practicalRight ul li img{
  493. width: 58px;
  494. height: 58px;
  495. }
  496. .practicalRight a{
  497. color: #7a7878;
  498. }
  499. .practicalRight a:hover{
  500. color: #0289df;
  501. }
  502. /* 知识产权交易政策 */
  503. .transaction .transactionImg{
  504. float: left;
  505. width: 680px;
  506. padding-top: 30px;
  507. }
  508. .transaction .transactionImg .img{
  509. width: 330px;
  510. overflow: hidden;
  511. }
  512. .transaction .transactionImg>img{
  513. float: left;
  514. width: 330px;
  515. }
  516. .transaction .transactionImg div{
  517. float: left;
  518. width: 330px;
  519. padding: 15px 0px 0 20px ;
  520. }
  521. .transaction .transactionImg div address{
  522. color: #8c8c8c;
  523. font-size: 16px;
  524. margin-bottom: 22px;
  525. }
  526. .introduce address{
  527. margin-bottom: 10px!important;
  528. }
  529. .introduce address span {
  530. color: #333;
  531. }
  532. .transaction .transactionImg div address span{
  533. margin: 0 10px;
  534. display: inline-block;
  535. }
  536. .transaction .transactionImg div time{
  537. color: #8c8c8c;
  538. font-size: 16px;
  539. }
  540. .transaction .transactionImg div h5{
  541. font-weight: normal;
  542. font-size: 16px;
  543. color: #191919;
  544. padding-bottom: 21px;
  545. }
  546. .transaction .transactionImg div p{
  547. font-size: 14px;
  548. color: #7a7878;
  549. line-height: 24px;
  550. padding-bottom: 16px;
  551. }
  552. .transaction .transactionImg div a{
  553. color: #7a7878;
  554. }
  555. .transaction .transactionImg div a:hover{
  556. color: #0289df;
  557. }
  558. .transaction ul li {
  559. height: 100px;
  560. width: 470px;
  561. margin-bottom: 30px;
  562. }
  563. .transaction ul li .time,.transactionList ol li .time{
  564. width: 84px;
  565. text-align: center;
  566. padding:10px;
  567. background: #f9f9f9;
  568. float: left;
  569. }
  570. .transaction ul li .time p,.transactionList ol li .time p{
  571. font-size: 30px;
  572. color: #1f1f1f;
  573. }
  574. .transaction ul li .time span,.transactionList ol li .time span{
  575. font-size: 14px;
  576. color: #8c8c8c;
  577. }
  578. .transaction ul li .time hr,.transactionList ol li .time hr{
  579. height: 1px;
  580. width: 65px;
  581. border: none;
  582. display: inline-block;
  583. background: url(../../../img/newMenu/achievement_dotted.jpg)no-repeat;
  584. background-size:100% 100%;
  585. margin: 11px 0px ;
  586. }
  587. .transaction ul li .introduce,.transactionList ol li .introduce{
  588. float: left;
  589. width: 386px;
  590. padding: 12px;
  591. }
  592. .transaction .introduce address,.transactionList .introduce address,{
  593. margin-bottom: 10px;
  594. }
  595. .transaction .introduce img,.transactionList .introduce img{
  596. margin-right: 8px;
  597. }
  598. .transaction .introduce .title,.transactionList .introduce .title{
  599. margin-left: 10px;
  600. font-size: 16px;
  601. color:#191919;
  602. }
  603. .transaction .introduce p,.transactionList .introduce p{
  604. color: #7a7878;
  605. font-size: 14px;
  606. line-height: 24px;
  607. }
  608. .transaction ul{
  609. float: right;
  610. }
  611. .transactionList,.transactionList ol{
  612. clear: both;
  613. overflow: hidden;
  614. }
  615. .transactionList ol li{
  616. overflow: hidden;
  617. width: 50%;
  618. }
  619. .transactionList ol li:first-child{
  620. float: left;
  621. }
  622. .transactionList ol li:last-child{
  623. width: 470px;
  624. float: right;
  625. }
  626. /*特效*/
  627. .transactionList ol li:hover .time,.transaction ul li:hover .time{
  628. background: #0a7dd4;
  629. }
  630. .transactionList ol li:hover .introduce .title,.transaction ul li:hover .introduce .title{
  631. color: #0a7dd4;
  632. }
  633. .transactionList ol li:hover .time p,.transactionList ol li:hover .time span,.transaction ul li:hover .time span,.transaction ul li:hover .time p {
  634. color: #ffffff;
  635. }
  636. .transactionList ol li:hover address span,.transaction ul li:hover address span {
  637. color: #0a7dd4;
  638. }
  639. .transaction .transactionImg:hover div h5{
  640. color: #0a7dd4
  641. }
  642. .newRelease ul li:hover{
  643. box-shadow: 0 3px 5px #ccc;
  644. margin-top: -5px;
  645. transition: all .2s ease-in;
  646. cursor: pointer;
  647. }
  648. .achievementHot-list ul li:hover div img{
  649. opacity: .8;
  650. cursor: pointer;
  651. }
  652. .patentList ul {
  653. margin-left: 0;
  654. }
  655. .patentList ul li{
  656. width: 242px;
  657. margin: 0 10px 5px;;
  658. padding: 0;
  659. transition: all .2s ease-in-out;
  660. }
  661. .patentList ul li:hover{
  662. box-shadow: 0 4px 10px #ccc;
  663. transition: all .2s ease-out;
  664. cursor: pointer;
  665. }
  666. .patentList ul li p{
  667. color: #333333;
  668. padding: 0 10px;
  669. overflow: hidden;
  670. white-space:nowrap;
  671. text-overflow:ellipsis;
  672. -o-text-overflow:ellipsis;
  673. }
  674. .patentList ul li:hover p{
  675. color: #0a7dd4
  676. }
  677. .practicalLeft ul li:hover img,.practicalGrounp ol li:hover img{
  678. opacity: .7;
  679. }
  680. .practicalLeft ul li:hover .txts h5,.practicalGrounp ol li:hover .txts h5{
  681. color: #ff6600;
  682. }
  683. .practicalRight ul li:hover{
  684. margin-left: -5px;
  685. transition: all .5s;
  686. }
  687. .practicalRight ul li:hover p{
  688. color: #ff6600;
  689. }