tradingIndex.css 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. .patentTitle{
  2. clear: both;
  3. text-align: center;
  4. }
  5. .patentTitle h2{
  6. font-size: 26px;
  7. color: #323131;
  8. }
  9. .patentTitle span{
  10. display: inline-block;
  11. width: 54px;
  12. height: 4px;
  13. background: #1697e9;
  14. }
  15. .patentHeader{
  16. width: 100%;
  17. height:396px;
  18. background: #f3f9fc;
  19. position: relative;
  20. margin-bottom: 77px;
  21. }
  22. .patentAchievement a{
  23. width: 120px;
  24. height: 36px;
  25. line-height: 32px;
  26. display: inline-block;
  27. text-align: center;
  28. position: absolute;
  29. bottom:180px;
  30. left: 80px;
  31. z-index: 20;
  32. color: #40acff;
  33. font-size: 16px;
  34. border: 2px solid #40acff;
  35. }
  36. .patentAchievement a:hover{
  37. background: #40acff;
  38. color: #ffffff;
  39. }
  40. .patentHeader .patentAchievement{
  41. position: absolute;
  42. left: 50%;
  43. z-index: 10;
  44. transform: translateX(-50%);
  45. }
  46. .patentAchievement .patentTop{
  47. position: absolute;
  48. top: 88px;
  49. left: 50%;
  50. transform: translateX(-50%);
  51. }
  52. .patentAchievementList{
  53. position: relative;
  54. z-index: 20;
  55. height: 400px;
  56. margin-bottom: 58px;
  57. }
  58. .patentAchievementList .patentAchievLeft{
  59. position: absolute;
  60. left: 0;
  61. top: 0;
  62. width: 357px;
  63. height: 360px;
  64. position: relative;
  65. display: flex;
  66. display: -webkit-flex;
  67. justify-content: space-between;
  68. z-index: 26;
  69. }
  70. .patentAchievementList .patentAchievLeft img{
  71. width: 100%;
  72. height: 100%;
  73. display: inline-block;
  74. position: absolute;
  75. top: 0;
  76. left: 0;
  77. z-index: 30;
  78. }
  79. .patentAchievementList .patentAchievLeft .remark{
  80. position: absolute;
  81. width: 100%;
  82. height: 0;
  83. overflow: hidden;
  84. left: 0;
  85. bottom: 0;
  86. z-index: 30;
  87. background: rgba(47, 87, 176, .5);
  88. transition: all .2s ease-in;
  89. }
  90. .patentAchievementList .patentAchievLeft:hover .remark{
  91. height: 100%;
  92. transition: all .2s ease-in-out
  93. }
  94. .patentAchievementList .patentAchievLeft .remark p{
  95. margin-left: 122px;
  96. margin-top: 72px;
  97. width: 188px;
  98. font-size: 18px;
  99. color: #ffffff;
  100. overflow: hidden;
  101. display: -webkit-box;
  102. text-overflow: ellipsis;
  103. -webkit-box-orient: vertical;
  104. -webkit-line-clamp:3;
  105. line-height: 32px;
  106. }
  107. .patentAchievementList .patentAchievLeft .remark a{
  108. width: 110px;
  109. height: 34px;
  110. display: inline-block;
  111. text-align: center;
  112. color: #ffffff;
  113. border: 2px solid #ffffff;
  114. line-height: 30px;
  115. margin-left: 200px;
  116. margin-top: 47px;
  117. }
  118. .patentAchievementList .patentAchievLeft .remark a:hover{
  119. color: #f3f9fc;
  120. background: #1697e9;
  121. border: 2px solid #1697e9;
  122. }
  123. .patentAchievementList ul {
  124. position: absolute;
  125. top: 0;
  126. right: 0;
  127. display: flex;
  128. display: -webkit-flex;
  129. width: 795px;
  130. justify-content: space-between;
  131. z-index: 32;
  132. }
  133. .patentAchievementList ul li{
  134. width: 254px;
  135. text-align: center;
  136. height: 360px;
  137. background: #ffffff;
  138. }
  139. .patentAchievementList ul li div{
  140. width: 254px;
  141. height: 200px;
  142. overflow: hidden;
  143. }
  144. .patentAchievementList ul li div img{
  145. width: 100%;
  146. height: 100%;
  147. }
  148. .patentAchievementList ul li p{
  149. padding: 14px 22px 30px;;
  150. height: 30px;
  151. line-height: 30px;
  152. font-size: 18px;
  153. color: #1f1f1f;
  154. text-align: left;
  155. overflow: hidden;
  156. white-space:nowrap;
  157. text-overflow:ellipsis;
  158. -o-text-overflow:ellipsis;
  159. }
  160. .patentAchievementList ul li a{
  161. display: inline-block;
  162. width: 110px;
  163. height: 34px;
  164. line-height: 30px;
  165. border: 2px solid #40acff;
  166. color: #40acff;
  167. margin-top: 40px;
  168. }
  169. .patentAchievementListBj{
  170. background: #f9f9f9;
  171. height: 350px;
  172. width: 100%;
  173. position: absolute;
  174. top: 50px;
  175. z-index: 21;
  176. }
  177. .patentAchievementList ul li a:hover{
  178. background: #1697e9;
  179. color: #ffffff;
  180. border-color:#1697e9
  181. }
  182. .patentAchievementList ul li:hover{
  183. box-shadow: 0 4px 10px #ccc;
  184. margin-top: -4px;
  185. transition: all .2s ease-in-out;
  186. }
  187. /* 解决技术难题 */
  188. .patentSolve{
  189. margin-top: 13px;
  190. margin-bottom: 86px;
  191. width: 100%;
  192. height: 475px;
  193. background: url(../../../img/patent/patent_jiejue.jpg)no-repeat;
  194. background-size:100% 100%;
  195. }
  196. .patentSolve .patentSolveBody{
  197. position: relative;
  198. z-index: 40;
  199. height: 475px
  200. }
  201. .patentSolveBody ul{
  202. position: absolute;
  203. right: 0;
  204. top: 50%;
  205. transform: translateY(-50%);
  206. height:246px;
  207. width:660px;
  208. z-index: 192;
  209. display: flex;
  210. display: -webkit-flex;
  211. justify-content: space-between;
  212. }
  213. .patentSolveBody ul li{
  214. width: 320px;
  215. height: 246px;
  216. background: #ffffff;
  217. transition: all .2s ease-in
  218. }
  219. .patentSolveBody ul li div{
  220. position: relative;
  221. z-index: 40;
  222. width: 100%;
  223. height: 174px;
  224. overflow: hidden;
  225. }
  226. .patentSolveBody ul li div img{
  227. width: 100%;
  228. height: 100%;
  229. display: inline-block;
  230. }
  231. .patentSolveBody{
  232. text-align: center
  233. }
  234. .patentSolveBody ul li div a{
  235. position: absolute;
  236. bottom: 15px;
  237. left: 50%;
  238. width: 120px;
  239. height: 34px;
  240. line-height: 30px;
  241. background: #ffffff;
  242. border: 2px solid #40acff;
  243. color: #40acff;
  244. text-align: center;
  245. margin-left: -60px;
  246. }
  247. .patentSolveBody ul li div a:hover{
  248. background: #1697e9;
  249. color: #ffffff;
  250. border-color: #1697e9;
  251. }
  252. .patentSolveBody ul li:hover{
  253. margin-top: -6px;
  254. box-shadow: 0 4px 10px #ccc;
  255. transition: all .2s ease-in-out
  256. }
  257. .patentSolveBody ul li p{
  258. font-size: 17px;
  259. color: #1f1f1f;
  260. text-align: center;
  261. overflow: hidden;
  262. text-overflow: ellipsis;
  263. white-space: nowrap;
  264. -o-text-overflow: ellipsis;
  265. height: 70px;
  266. line-height: 70px;
  267. padding: 0 15px;
  268. }
  269. .patentSolveBody>a{
  270. position: absolute;
  271. bottom: 30px;
  272. left: 50%;
  273. margin-left: -60px;
  274. width: 120px;
  275. height: 36px;
  276. line-height: 32px;
  277. text-align: center;
  278. font-size: 16px;
  279. color: #40acff;
  280. border: 2px solid #40acff;
  281. }
  282. .patentSolveBody>a:hover{
  283. background: #1697e9;
  284. color: #ffffff;
  285. border-color:#1697e9;
  286. }
  287. /*知识产权交易政策 */
  288. /* 政策咨询 */
  289. .news{
  290. display: flex;
  291. display: -webkit-flex;
  292. justify-content: space-between;
  293. }
  294. .news div{
  295. width:578px;
  296. margin-top: 28px;
  297. }
  298. .news div h4{
  299. font-size: 18px;
  300. color: #323131;
  301. font-weight: normal
  302. }
  303. .news div h4 img{
  304. float: right;
  305. margin-bottom: 24px;
  306. }
  307. .news div ul{
  308. clear: both;
  309. }
  310. .news div ul li a{
  311. display: flex;
  312. display: -webkit-flex;
  313. justify-content: space-between;
  314. }
  315. .news div ul li a .newTxt{
  316. width: 476px;
  317. }
  318. .news div ul li a .time{
  319. width: 75px;
  320. height: 74px;
  321. text-align: center;
  322. background: #f4f4f4;
  323. padding-top: 16px;
  324. }
  325. .news div ul li a .time span{
  326. display: inline-block;
  327. margin-bottom: 4px;
  328. color: #000000;
  329. font-size: 16px;
  330. }
  331. .news div ul li a .time span:nth-child(2){
  332. font-weight: 800
  333. }
  334. .news div ul li a .newTxt h5{
  335. font-weight: normal;
  336. color: #1f1f1f;
  337. font-size: 16px;
  338. overflow: hidden;
  339. white-space: nowrap;
  340. text-overflow: ellipsis;
  341. -o-text-overflow: ellipsis;
  342. margin-bottom: 10px;
  343. }
  344. .news div ul li a .newTxt p{
  345. font-size: 14px;
  346. color: #7a7878;
  347. overflow: hidden;
  348. display: -webkit-box;
  349. text-overflow: ellipsis;
  350. -webkit-box-orient: vertical;
  351. -webkit-line-clamp:2;
  352. }
  353. .news div ul li a:hover .time{
  354. background: #1697e9;
  355. }
  356. .new .policy>img{
  357. width: 565px;
  358. height: 115px;
  359. }
  360. .news div ul li a:hover .time span{
  361. color: #ffffff;
  362. }
  363. .news div ul li a:hover .newTxt h5{
  364. color: #1697e9;
  365. }
  366. .consultation ul li .time {
  367. margin-top: 20px;
  368. }
  369. .more{
  370. clear: both;
  371. overflow: hidden;
  372. float:right;
  373. font-size: 14px;
  374. color: #323131;
  375. margin-top: 15px;
  376. margin-bottom: 50px;
  377. }
  378. .more:hover{
  379. color: #1697e9;
  380. }
  381. .more:hover span{
  382. background: #1697e9;
  383. }
  384. .more:hover span::after{
  385. background: #1697e9;
  386. }
  387. .more span{
  388. display: inline-block;
  389. width: 22px;
  390. height: 1px;
  391. margin-left: 10px;
  392. margin-right: 8px;
  393. background: #323131;
  394. vertical-align: top;
  395. margin-top: 9px;
  396. }
  397. .more span:after{
  398. content: '';
  399. width: 6px;
  400. height: 1px;
  401. display: inline-block;
  402. background:#323131;
  403. transform: rotate(45deg);
  404. vertical-align: top;
  405. margin-left: 16px;
  406. margin-top: -2px;
  407. }
  408. .expert{
  409. clear: both;
  410. margin-top: 20px;
  411. }
  412. .expert h5{
  413. font-weight: normal;
  414. padding-left: 18px;
  415. border-left: 4px solid #1697e9;
  416. height:30px;
  417. line-height: 27px;
  418. font-size: 26px;
  419. color: #2f2f2f;
  420. }
  421. .expertList {
  422. display: flex;
  423. display: -webkit-flex;
  424. justify-content: space-between;
  425. margin-top: 28px;
  426. margin-bottom: 15px;
  427. }
  428. .expertList ul {
  429. display: flex;
  430. display: -webkit-flex;
  431. justify-content: space-between;
  432. width: 794px;
  433. }
  434. .expertList ul li{
  435. width: 257px;
  436. height: 370px;
  437. background: #f9f9f9;
  438. transition: all .2s ease-in-out;
  439. }
  440. .expertList ul li div{
  441. width: 100%;
  442. height: 260px;
  443. }
  444. .expertList ul li div img{
  445. width: 100%;
  446. height: 100%;
  447. display: inline-block;
  448. }
  449. .expertList ul li h3{
  450. font-weight: normal;
  451. font-size: 20px;
  452. margin-left: 8px;
  453. color: #1f1f1f;
  454. padding: 0 10px;
  455. height: 42px;
  456. line-height: 42px;
  457. overflow: hidden;
  458. white-space:nowrap;
  459. text-overflow:ellipsis;
  460. -o-text-overflow:ellipsis;
  461. border-bottom: 1px dotted #b5b5b5;
  462. }
  463. .expertList ul li h3 span{
  464. font-size: 18px;
  465. display: inline-block;
  466. margin-left: 12px;
  467. color: #1797e9;
  468. vertical-align: top
  469. }
  470. .expertList ul li p{
  471. padding: 0 18px;
  472. font-size: 14px;
  473. color: #707070;
  474. overflow: hidden;
  475. display: -webkit-box;
  476. text-overflow: ellipsis;
  477. -webkit-box-orient: vertical;
  478. -webkit-line-clamp:2;
  479. margin-top: 12px;
  480. }
  481. .expertList .expertImg{
  482. width: 380px;
  483. height: 390px;
  484. margin-top: -18px;
  485. }
  486. .expertList .expertImg img{
  487. width: 100% ;
  488. height: 100%;
  489. display: inline-block;
  490. }
  491. .expertList ul li:hover{
  492. box-shadow: 0 4px 10px #ccc;
  493. margin-top: -4px;
  494. transition: all .2s ease-in-out;
  495. }