tradingIndex.css 13 KB

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