achievement.css 13 KB

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