tradingIndex.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  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. position: relative;
  19. margin-bottom: 77px;
  20. }
  21. .patentAchievement a{
  22. background: #fff;
  23. width: 120px;
  24. height: 36px;
  25. line-height: 32px;
  26. display: inline-block;
  27. text-align: center;
  28. position: absolute;
  29. bottom:120px;
  30. left:770px;
  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: 272px;
  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:80px;
  77. z-index: 30;
  78. }
  79. .patentAchievementList .patentAchievLeft .remark{
  80. position: absolute;
  81. width: 100%;
  82. height: 100%;
  83. overflow: hidden;
  84. left: 80px;
  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: 70px;
  96. margin-top: 72px;
  97. width: 220px;
  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: 140px;
  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 .patentAchievRight{
  124. position: absolute;
  125. top: 0;
  126. right: 0;
  127. width: 800px;
  128. z-index: 32;
  129. }
  130. .patentAchievementList ul{
  131. width: 100%;
  132. display: flex;
  133. display: -webkit-flex;
  134. justify-content: space-around;
  135. height: 270px;
  136. }
  137. .patentAchievRight .achievementJump{
  138. width: 410px;
  139. height: 50px;
  140. margin-top: 30px;
  141. }
  142. .patentAchievementList ul li{
  143. width: 254px;
  144. text-align: center;
  145. height: 270px;
  146. background: #ffffff;
  147. }
  148. .achievementJump a,.achievementJump span{
  149. width: 190px;
  150. height: 50px;
  151. display: inline-block;
  152. text-align: center;
  153. line-height: 46px;
  154. color: #40acff;
  155. font-size: 24px;
  156. cursor: pointer;
  157. border: 2px solid #40acff;
  158. border-radius: 5px;
  159. }
  160. .achievementJump span{
  161. background: #40acff;
  162. margin-left: 25px;
  163. color: #fff;
  164. }
  165. .patentAchievementList ul li div{
  166. width: 254px;
  167. height: 200px;
  168. overflow: hidden;
  169. }
  170. .patentAchievementList ul li div img{
  171. width: 100%;
  172. height: 100%;
  173. }
  174. .patentAchievementList ul li p{
  175. padding: 0px 22px 0px;
  176. height: 70px;
  177. line-height: 70px;
  178. font-size: 18px;
  179. color: #1f1f1f;
  180. text-align: left;
  181. overflow: hidden;
  182. white-space:nowrap;
  183. text-overflow:ellipsis;
  184. -o-text-overflow:ellipsis;
  185. }
  186. .patentAchievementListBj{
  187. background: #f9f9f9;
  188. height: 350px;
  189. width: 100%;
  190. position: absolute;
  191. top: 50px;
  192. z-index: 21;
  193. }
  194. .patentAchievementList ul li:hover{
  195. box-shadow: 0 4px 10px #ccc;
  196. margin-top: -4px;
  197. transition: all .2s ease-in-out;
  198. }
  199. /* 解决技术难题 */
  200. .patentSolve{
  201. margin-top: 13px;
  202. margin-bottom: 86px;
  203. width: 100%;
  204. height: 475px;
  205. background: url(../../../img/patent/patent_jiejue.jpg)no-repeat;
  206. background-size:100% 100%;
  207. }
  208. .patentSolve .patentSolveBody{
  209. position: relative;
  210. z-index: 40;
  211. height: 475px
  212. }
  213. .patentSolveBody ul{
  214. position: absolute;
  215. right: 0;
  216. top: 50%;
  217. transform: translateY(-50%);
  218. height:246px;
  219. width:660px;
  220. z-index: 192;
  221. display: flex;
  222. display: -webkit-flex;
  223. justify-content: space-between;
  224. }
  225. .patentSolveBody ul li{
  226. width: 320px;
  227. height: 246px;
  228. background: #ffffff;
  229. transition: all .2s ease-in
  230. }
  231. .patentSolveBody ul li div{
  232. position: relative;
  233. z-index: 40;
  234. width: 100%;
  235. height: 174px;
  236. overflow: hidden;
  237. }
  238. .patentSolveBody ul li div img{
  239. width: 100%;
  240. height: 100%;
  241. display: inline-block;
  242. }
  243. .patentSolveBody{
  244. text-align: center
  245. }
  246. .patentSolveBody ul li div a{
  247. position: absolute;
  248. bottom: 15px;
  249. left: 50%;
  250. width: 120px;
  251. height: 34px;
  252. line-height: 30px;
  253. background: #ffffff;
  254. border: 2px solid #40acff;
  255. color: #40acff;
  256. text-align: center;
  257. margin-left: -60px;
  258. }
  259. .patentSolveBody ul li div a:hover{
  260. background: #1697e9;
  261. color: #ffffff;
  262. border-color: #1697e9;
  263. }
  264. .patentSolveBody ul li:hover{
  265. margin-top: -6px;
  266. box-shadow: 0 4px 10px #ccc;
  267. transition: all .2s ease-in-out
  268. }
  269. .patentSolveBody ul li p{
  270. font-size: 17px;
  271. color: #1f1f1f;
  272. text-align: center;
  273. overflow: hidden;
  274. text-overflow: ellipsis;
  275. white-space: nowrap;
  276. -o-text-overflow: ellipsis;
  277. height: 70px;
  278. line-height: 70px;
  279. padding: 0 15px;
  280. }
  281. .patentSolveBody>a{
  282. position: absolute;
  283. bottom: 30px;
  284. left: 50%;
  285. margin-left: -60px;
  286. width: 120px;
  287. height: 36px;
  288. line-height: 32px;
  289. text-align: center;
  290. font-size: 16px;
  291. color: #40acff;
  292. border: 2px solid #40acff;
  293. }
  294. .patentSolveBody>a:hover{
  295. background: #1697e9;
  296. color: #ffffff;
  297. border-color:#1697e9;
  298. }
  299. /*知识产权交易政策 */
  300. /* 政策咨询 */
  301. .news{
  302. display: flex;
  303. display: -webkit-flex;
  304. justify-content: space-between;
  305. }
  306. .news div{
  307. width:578px;
  308. margin-top: 28px;
  309. }
  310. .news div h4{
  311. font-size: 18px;
  312. color: #323131;
  313. font-weight: normal
  314. }
  315. .news div h4 img{
  316. float: right;
  317. margin-bottom: 24px;
  318. }
  319. .news div ul{
  320. clear: both;
  321. }
  322. .news div ul li a{
  323. display: flex;
  324. display: -webkit-flex;
  325. justify-content: space-between;
  326. }
  327. .news div ul li a .newTxt{
  328. width: 476px;
  329. }
  330. .news div ul li a .time{
  331. width: 75px;
  332. height: 74px;
  333. text-align: center;
  334. background: #f4f4f4;
  335. padding-top: 16px;
  336. }
  337. .news div ul li a .time span{
  338. display: inline-block;
  339. margin-bottom: 4px;
  340. color: #000000;
  341. font-size: 16px;
  342. }
  343. .news div ul li a .time span:nth-child(2){
  344. font-weight: 800
  345. }
  346. .news div ul li a .newTxt h5{
  347. font-weight: normal;
  348. color: #1f1f1f;
  349. font-size: 16px;
  350. overflow: hidden;
  351. white-space: nowrap;
  352. text-overflow: ellipsis;
  353. -o-text-overflow: ellipsis;
  354. margin-bottom: 10px;
  355. }
  356. .news div ul li a .newTxt p{
  357. font-size: 14px;
  358. color: #7a7878;
  359. overflow: hidden;
  360. display: -webkit-box;
  361. text-overflow: ellipsis;
  362. -webkit-box-orient: vertical;
  363. -webkit-line-clamp:2;
  364. }
  365. .news div ul li a:hover .time{
  366. background: #1697e9;
  367. }
  368. .new .policy>img{
  369. width: 565px;
  370. height: 115px;
  371. }
  372. .news div ul li a:hover .time span{
  373. color: #ffffff;
  374. }
  375. .news div ul li a:hover .newTxt h5{
  376. color: #1697e9;
  377. }
  378. .consultation ul li .time {
  379. margin-top: 20px;
  380. }
  381. .more{
  382. clear: both;
  383. overflow: hidden;
  384. float:right;
  385. font-size: 14px;
  386. color: #323131;
  387. margin-top: 15px;
  388. margin-bottom: 50px;
  389. }
  390. .more:hover{
  391. color: #1697e9;
  392. }
  393. .more:hover span{
  394. background: #1697e9;
  395. }
  396. .more:hover span::after{
  397. background: #1697e9;
  398. }
  399. .more span{
  400. display: inline-block;
  401. width: 22px;
  402. height: 1px;
  403. margin-left: 10px;
  404. margin-right: 8px;
  405. background: #323131;
  406. vertical-align: top;
  407. margin-top: 9px;
  408. }
  409. .more span:after{
  410. content: '';
  411. width: 6px;
  412. height: 1px;
  413. display: inline-block;
  414. background:#323131;
  415. transform: rotate(45deg);
  416. vertical-align: top;
  417. margin-left: 16px;
  418. margin-top: -2px;
  419. }
  420. .expert{
  421. clear: both;
  422. margin-top: 20px;
  423. }
  424. .expert h5{
  425. font-weight: normal;
  426. padding-left: 18px;
  427. border-left: 4px solid #1697e9;
  428. height:30px;
  429. line-height: 27px;
  430. font-size: 26px;
  431. color: #2f2f2f;
  432. }
  433. .expertList {
  434. display: flex;
  435. display: -webkit-flex;
  436. justify-content: space-between;
  437. margin-top: 28px;
  438. margin-bottom: 15px;
  439. }
  440. .expertList ul {
  441. display: flex;
  442. display: -webkit-flex;
  443. justify-content: space-between;
  444. width: 794px;
  445. }
  446. .expertList ul li{
  447. width: 257px;
  448. height: 370px;
  449. background: #f9f9f9;
  450. transition: all .2s ease-in-out;
  451. text-align: center;
  452. border-bottom: 4px solid transparent;
  453. }
  454. .expertList ul li div{
  455. width: 100%;
  456. }
  457. .expertList ul li div img{
  458. width: 140px;
  459. height: 140px;
  460. margin: 37px auto 33px;
  461. display: inline-block;
  462. border-radius: 50%;
  463. }
  464. .expertList ul li h3{
  465. font-weight: normal;
  466. font-size: 22px;
  467. margin-left: 8px;
  468. color: #1f1f1f;
  469. padding: 0 10px;
  470. height: 42px;
  471. line-height: 42px;
  472. overflow: hidden;
  473. white-space:nowrap;
  474. text-overflow:ellipsis;
  475. -o-text-overflow:ellipsis;
  476. }
  477. .expertList ul li h3 span{
  478. font-size: 18px;
  479. display: inline-block;
  480. margin-left: 12px;
  481. color: #1797e9;
  482. vertical-align: top
  483. }
  484. .expertList ul li p{
  485. padding: 0 50px;
  486. font-size: 14px;
  487. color: #707070;
  488. overflow: hidden;
  489. display: -webkit-box;
  490. text-overflow: ellipsis;
  491. -webkit-box-orient: vertical;
  492. -webkit-line-clamp:3;
  493. margin-top: 12px;
  494. }
  495. .expertList .expertImg{
  496. width: 380px;
  497. height: 400px;
  498. margin-top: -30px;
  499. }
  500. .expertList .expertImg img{
  501. width: 100% ;
  502. height: 100%;
  503. display: inline-block;
  504. }
  505. .expertList ul li:hover{
  506. box-shadow: 0 0px 15px #ccc;
  507. margin-top: -4px;
  508. transition: all .2s ease-in-out;
  509. border-bottom: 4px solid #1697e9;
  510. }
  511. .trandPg{
  512. width: 1200px;
  513. margin: 50px auto 40px;
  514. height: 390px;
  515. background: url(../../../img/patent/tradingIndexPg.jpg)no-repeat;
  516. background-size:100% 100%;
  517. position: relative;
  518. }
  519. .trandPg span{
  520. display: inline-block;
  521. width: 110px;
  522. height: 34px;
  523. border-radius: 5px;
  524. background: #1697e9;
  525. color: #FFF;
  526. font-size: 18px;
  527. text-align: center;
  528. line-height: 34px;
  529. position: absolute;
  530. bottom: 104px;
  531. left: 30px;
  532. cursor: pointer;
  533. }
  534. .demandJump{
  535. width: 410px;
  536. position: absolute;
  537. bottom: 38px;
  538. left: 50%;
  539. margin-left: -60px;
  540. }
  541. .demandJump a,.demandJump span{
  542. display: inline-block;
  543. width: 190px;
  544. height: 50px;
  545. line-height: 48px;
  546. border-radius: 5px;
  547. color: #fff;
  548. background: rgba(0, 0, 0, .3);
  549. font-size: 24px;
  550. cursor: pointer;
  551. }
  552. .demandJump a{
  553. }
  554. .demandJump span{
  555. background: #1697e9;
  556. margin-left: 25px;
  557. }
  558. .trandPg:hover span{
  559. animation:myBig .5s infinite;
  560. -webkit-animation:myBig .5s infinite; /* Safari 和 Chrome */
  561. }
  562. .topHeader{
  563. border-bottom: 1px solid #ececec;
  564. }
  565. .Entrance {
  566. clear: both;
  567. margin-top: 27px;
  568. margin-bottom: 44px;
  569. }
  570. .Entrance ul{
  571. display: flex;
  572. display: -webkit-flex;
  573. justify-content: space-around;
  574. }
  575. .Entrance ul li{
  576. cursor: pointer;
  577. width: 284px;
  578. height: 108px;
  579. line-height: 108px;
  580. background: url(../../../img/patent/tradingIndex_indexBj.jpg) no-repeat;
  581. background-size:100% 100%;
  582. font-size: 22px;
  583. color: #5e5e5e;
  584. }
  585. .Entrance ul li a{
  586. color: #5e5e5e
  587. }
  588. .Entrance ul li a img{
  589. margin-left: 45px;
  590. margin-right: 15px;
  591. }
  592. .Entrance ul li:hover{
  593. box-shadow: 0 0 20px #ccc;
  594. }
  595. .Entrance ul li:hover a{
  596. color: #1697e9;
  597. }
  598. @keyframes myBig{
  599. 0%{transform: scale(1);box-shadow:0 0px 2px #ccc; }
  600. 50%{transform: scale(1.2);box-shadow:0 6px 20px #606363;}
  601. 100%{transform: scale(1);box-shadow:0 0px 2px #ccc;}
  602. }
  603. @media screen and (max-width:1200px){
  604. body{
  605. width: 1200px;
  606. margin: 0 auto;
  607. }
  608. .patentHeader,.patentSolve{
  609. width: 1200px!important;
  610. margin: 0 auto;
  611. }
  612. }