patent.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  1. /*
  2. updata:2018/7/25
  3. author:liting
  4. */
  5. .menuPosition {
  6. width: 100%;
  7. position: relative;
  8. z-index: 10;
  9. }
  10. .menuPosition .carousel{
  11. width: 100%;
  12. }
  13. .carousel-inner{
  14. height: 100%!important;
  15. }
  16. .menuPosition .carousel img{
  17. width: 100%;
  18. display: inline-block;
  19. position: absolute;
  20. top: 0;
  21. left: 0;
  22. }
  23. .patentMenu{
  24. width: 1164px;
  25. position: absolute;
  26. top: 0;
  27. left: 50%;
  28. transform: translateX(-50%);
  29. height: 0px;
  30. }
  31. .patentMenu .firstMenu{
  32. position: absolute;
  33. z-index: 20;
  34. overflow: hidden;
  35. width: 198px;
  36. height: 452px;
  37. top: 0px;
  38. left: 15px;
  39. background: #fff;
  40. }
  41. .patentMenu .firstMenu a{
  42. color: #7a7878;
  43. }
  44. .patentMenu .firstMenu>p{
  45. width: 100%;
  46. height: 72px;
  47. text-align: center;
  48. background: url(../../../img/patent/patent_menu1.png)no-repeat;
  49. background-size:100% 100%;
  50. }
  51. .firstMenu ul li {
  52. width: 100%;
  53. height: 127px;
  54. text-align: center;
  55. padding: 0 20px;
  56. transition: all .3s ease-in;
  57. }
  58. .firstMenu ul li.active {
  59. margin-left: 15px;
  60. transition: all .3s ease-in-out;
  61. }
  62. .firstMenu ul li.active a{
  63. color: #1797e9;
  64. }
  65. .firstMenu ul li.active span{
  66. color: #1797e9!important;
  67. border-color: #1797e9;
  68. }
  69. .firstMenu ul li.active p{
  70. color: #1797e9;
  71. }
  72. .firstMenu ul li>p{
  73. height: 127px;
  74. font-size: 18px;
  75. color: #7a7878;
  76. line-height: 126px;
  77. border-bottom: 1px solid #e0e0e0;
  78. }
  79. .firstMenu ul li>p span:nth-child(1){
  80. display: inline-block;
  81. height: 20px;
  82. line-height: 18px;
  83. color:#7a7878;
  84. vertical-align: middle;
  85. }
  86. .firstMenu ul li .circl{
  87. display: inline-block;
  88. width: 20px;
  89. height:20px;
  90. border: 1px solid #7a7878;
  91. border-radius: 50%;
  92. font-size: 10px;
  93. vertical-align: middle;
  94. margin-right: 10px;
  95. margin-top: -2px;
  96. }
  97. .firstMenu ul li:hover{
  98. cursor: pointer;
  99. }
  100. .firstMenu ul li .direction{
  101. float: right;
  102. margin-right: 34px;
  103. width: 10px;
  104. font-size: 10px;
  105. height: 10px;
  106. display: inline-block;
  107. }
  108. .secondMenu{
  109. overflow: hidden;
  110. position: absolute;
  111. left: 213px;
  112. top:0px;
  113. background: #fff;
  114. height:440px;
  115. width: 0px;
  116. border-top: 1px solid #e0e0e0;
  117. transition: all .3s ease-in-out;
  118. }
  119. .secondMenu.active{
  120. width: 960px;
  121. transition: all .3s ease-in
  122. }
  123. .secondMenu ul li{
  124. position: absolute;
  125. top: 0;
  126. left: 200px;
  127. z-index: 50;
  128. opacity: 0;
  129. transition: all .3s ease-in-out;
  130. }
  131. .secondMenu ul li div{
  132. width: 180px;
  133. float: left;
  134. height: 300px;
  135. margin-top:44px;
  136. border-left: 1px dotted #e0e0e0;
  137. text-align: center;
  138. }
  139. .secondMenu ul li.active{
  140. left: 0;
  141. transition: all .3s ease-in-out;
  142. opacity: 1;
  143. }
  144. .secondMenu ul li div:first-child{
  145. border-left: none;
  146. }
  147. .secondMenu ul li div p a{
  148. display: inline-block;
  149. margin-bottom: 45px!important;
  150. color: #7a7878;
  151. }
  152. .secondMenu ul li div p:nth-child(1) a{
  153. margin-top: 10px;
  154. }
  155. .secondMenu ul li div p a:hover{
  156. color: #1797e9;
  157. }
  158. .secondMenu ul li div p {
  159. width: 100%;
  160. overflow: hidden;
  161. padding: 0 5px;
  162. }
  163. .secondMenu .menuBj{
  164. width: 130px;
  165. height: 110px;
  166. background: url(../../../img/patent/patent_menuBj.jpg)no-repeat;
  167. background-size:100% 100%;
  168. position: absolute;
  169. right: 13px;
  170. bottom: 60px;
  171. }
  172. /* 搜索 */
  173. .indexSearch{
  174. width: 743px;
  175. height: 36px;
  176. margin: 10px auto 74px;;
  177. }
  178. .indexSearch .search-inp{
  179. clear: both;
  180. width:635px;
  181. height: 36px;
  182. }
  183. .indexSearch .demandSearch{
  184. width: 530px;
  185. height: 36px;
  186. line-height: 34px;
  187. }
  188. .indexSearch .searchBtn{
  189. height: 36px;
  190. line-height: 22px;
  191. background: #1697e9;
  192. border: 1px solid #1697e9;
  193. color: #ffffff;
  194. }
  195. .indexSearch .searchBtn img{
  196. width: 25px;height: 24px;
  197. vertical-align: top
  198. }
  199. .indexSearch .search-inp{
  200. float: left;
  201. }
  202. .indexSearch .search-inp .input-group{
  203. width: 530px;
  204. }
  205. .form-control,.btn{
  206. border-radius: 0;
  207. }
  208. .btn{
  209. padding: 0;
  210. }
  211. .indexSearch .search-inp .input-group .input-group-btn{
  212. width: 104px;
  213. }
  214. .indexSearch .search-inp .input-group .input-group-btn button{
  215. width: 104px;;
  216. font-size: 18px;
  217. }
  218. .indexSearch .apply{
  219. cursor: pointer;
  220. float: right;
  221. width: 105px;
  222. height: 36px;
  223. line-height: 36px;
  224. text-align: center;
  225. font-size: 18px;
  226. color: #ffffff;
  227. background: #ffac2a;
  228. }
  229. /* 热门推荐 */
  230. .RecommendTitle{
  231. clear: both;
  232. text-align: center;
  233. }
  234. .RecommendTitle h2{
  235. font-size: 26px;
  236. color: #323131;
  237. }
  238. .RecommendTitle span{
  239. display: inline-block;
  240. width: 54px;
  241. height: 4px;
  242. background: #1697e9;
  243. transition: all .2s ease-in;
  244. }
  245. /* 最新发布 */
  246. .newRelease{
  247. margin-top: 30px;
  248. display: flex;
  249. display: -webkit-flex;
  250. justify-content: space-between;
  251. margin-bottom: 70px;
  252. border: 1px solid #e0e0e0;
  253. }
  254. .newRelease li{
  255. width: 25%;
  256. height: 322px;
  257. position: relative;
  258. z-index: 20;
  259. }
  260. /* .newRelease li:first-child .txt{
  261. border-left: 1px solid #e0e0e0;
  262. }
  263. .newRelease li:last-child .txt{
  264. border-right: 1px solid #e0e0e0;
  265. } */
  266. .newRelease li:nth-child(2n) .newReleaseImgs{
  267. width: 100%;
  268. height: 162px;
  269. position: absolute;
  270. bottom: 0;
  271. left: 0;
  272. z-index: 25;
  273. overflow: hidden;
  274. transition: all .2s ease-in
  275. }
  276. .newRelease li:nth-child(2n+1) .newReleaseImgs{
  277. width: 100%;
  278. height: 162px;
  279. position: absolute;
  280. top: 0;
  281. left: 0;
  282. z-index: 25;
  283. overflow: hidden;
  284. transition: all .2s ease-in
  285. }
  286. .newRelease li:nth-child(2n+1) .txt{
  287. width: 100%;
  288. height: 162px;
  289. position: absolute;
  290. bottom: 0;
  291. left: 0;
  292. z-index: 26;
  293. /* border-bottom: 1px solid #e0e0e0; */
  294. }
  295. .newRelease li:nth-child(2n) .txt{
  296. width: 100%;
  297. height: 162px;
  298. position: absolute;
  299. top: 0;
  300. left: 0;
  301. z-index: 26;
  302. /* border-top: 1px solid #e0e0e0; */
  303. }
  304. .newRelease li:nth-child(2n+1) .txt .triangle_border_up{
  305. position: absolute;
  306. top: -12px;
  307. left: 42px;
  308. z-index: 60;
  309. }
  310. .newRelease li:nth-child(2n) .txt .triangle_border_up{
  311. position: absolute;
  312. transform: rotate(180deg);
  313. bottom: -12px;
  314. left:42px;
  315. z-index: 60;
  316. }
  317. .newRelease li div img{
  318. width: 100%;
  319. height: 100%;
  320. display: inline-block;
  321. transition: all .2s ease-in;
  322. }
  323. .triangle_border_up{
  324. width:0;
  325. height:0;
  326. border-width:0 14px 14px;
  327. border-style:solid;
  328. border-color:transparent transparent #fff;/*透明 透明 灰*/
  329. }
  330. .newRelease li .txt .triangle{
  331. width: 18px;height: 12px;
  332. display: inline-block;
  333. }
  334. .txt{
  335. padding: 45px 30px;
  336. }
  337. .txt .wrapperTxt h4{
  338. font-weight: normal;
  339. font-size: 20px;
  340. color: #1f1f1f;
  341. margin-bottom: 16px;
  342. transition: all .2s ease-in-out;
  343. overflow: hidden;
  344. white-space:nowrap;
  345. text-overflow:ellipsis;
  346. -o-text-overflow:ellipsis;
  347. }
  348. .txt .wrapperTxt p{
  349. font-size: 16px;
  350. color: #919292;
  351. overflow: hidden;
  352. display: -webkit-box;
  353. text-overflow: ellipsis;
  354. -webkit-box-orient: vertical;
  355. -webkit-line-clamp:2;
  356. }
  357. .txt .wrapperTxt p span{
  358. display: inline-block;
  359. width:0;
  360. height:0;
  361. margin-left: 14px;
  362. border-width:6px 0 6px 6px;
  363. border-style:solid;
  364. border-color:transparent transparent transparent #40acff;/*透明 透明 透明 灰*/
  365. }
  366. .newRelease li:hover .newReleaseImgs img{
  367. transform: scale(1.1);
  368. transition: all .4s ease-in-out;
  369. }
  370. .newRelease li:hover h4{
  371. color: #1697e9;
  372. margin-left: 10px;
  373. transition: all .2s ease-in-out;
  374. }
  375. /* 专利服务 */
  376. .patentService{
  377. width: 100%;
  378. height: 388px;
  379. background: url(../../../img/patent/patentServesBj.jpg)no-repeat;
  380. background-size:100% 100%;
  381. margin-top: 24px;
  382. margin-bottom: 64px;
  383. padding-top: 46px;
  384. }
  385. .patentService .patentServiceList ul{
  386. display: flex;
  387. height: 280px;
  388. display: -webkit-flex;
  389. justify-content: space-between;
  390. }
  391. .patentService .patentServiceList ul li{
  392. width: 370px;
  393. height: 280px;
  394. background: #ffffff;
  395. transition: all .2s ease-in;
  396. }
  397. .patentServiceList ul li:hover p{
  398. color: #1697e9!important;
  399. }
  400. .patentService .patentServiceList ul li div{
  401. width: 100%;
  402. height: 202px;
  403. overflow: hidden;
  404. }
  405. .patentService .patentServiceList ul li p{
  406. height: 78px;
  407. line-height: 78px;
  408. text-align: center;
  409. padding:0 10px;
  410. overflow: hidden;
  411. text-overflow: ellipsis;
  412. white-space: nowrap;
  413. -o-text-overflow: ellipsis;
  414. font-size: 22px;
  415. color: #1f1f1f;
  416. }
  417. .patentService .patentServiceList ul{
  418. margin-bottom: 20px;
  419. }
  420. .patentService .patentServiceList ul li div img{
  421. width: 100%;
  422. height: 100%;
  423. display: inline-block;
  424. transition: all .2s ease-in;
  425. }
  426. .patentService .patentServiceList ul li:hover{
  427. box-shadow: 0 4px 10px #ccc;
  428. transition: all .2s ease-in-out;
  429. margin-top: -4px;
  430. }
  431. /* more */
  432. .more{
  433. clear: both;
  434. overflow: hidden;
  435. float:right;
  436. font-size: 14px;
  437. color: #323131;
  438. }
  439. .more:hover{
  440. color: #1697e9;
  441. }
  442. .more:hover span{
  443. background: #1697e9;
  444. }
  445. .more:hover span::after{
  446. background: #1697e9;
  447. }
  448. .more span{
  449. display: inline-block;
  450. width: 22px;
  451. height: 1px;
  452. margin-left: 10px;
  453. margin-right: 8px;
  454. background: #323131;
  455. vertical-align: middle;
  456. }
  457. .more span:after{
  458. content: '';
  459. width: 6px;
  460. height: 1px;
  461. display: inline-block;
  462. background:#323131;
  463. transform: rotate(45deg);
  464. vertical-align: top;
  465. margin-left: 16px;
  466. margin-top: -3px;
  467. }
  468. /* 商标服务 */
  469. .trademark{
  470. margin-top: 20px;
  471. background: #f4f4f4;
  472. padding-top: 36px;
  473. padding-bottom: 44px;
  474. overflow: hidden;
  475. }
  476. .trademarkList{
  477. height: 380px;
  478. display: -webkit-flex;
  479. display: flex;
  480. justify-content: space-between;
  481. padding: 0 14px;
  482. margin-bottom: 16px;
  483. }
  484. .trademarkList li{
  485. width: 284px;
  486. height: 380px;
  487. background: #ffffff;
  488. transition: all .2s ease-in;
  489. }
  490. .trademarkList li div{
  491. width: 100%;
  492. height: 288px;
  493. overflow: hidden;
  494. }
  495. .trademarkList li div img{
  496. width: 100%;
  497. height: 100%;
  498. display: inline-block;
  499. }
  500. .trademarkList li p{
  501. height: 94px;
  502. line-height: 94px;
  503. overflow: hidden;
  504. text-overflow: ellipsis;
  505. -o-text-overflow: ellipsis;
  506. white-space: nowrap;
  507. font-size: 23px;
  508. color: #1f1f1f;
  509. text-align: center
  510. }
  511. .trademarkList li:hover{
  512. margin-top: -4px;
  513. box-shadow: 0 4px 10px #ccc;
  514. transition: all .2s ease-in-out;
  515. }
  516. /* 版权服务 */
  517. .copyright {
  518. height: 304px;
  519. clear: both;
  520. margin-top: 82px;
  521. padding:0 14px;
  522. }
  523. .copyright h3{
  524. font-weight: normal;
  525. font-size: 26px;
  526. color: #2f2f2f;
  527. height: 32px;
  528. padding-left: 14px;
  529. border-left: 4px solid #1697e9;
  530. margin-bottom: 12px;
  531. }
  532. .copyright ul{
  533. height: 260px;
  534. display: flex;
  535. display: -webkit-flex;
  536. justify-content: space-between;
  537. margin-bottom: 20px;
  538. }
  539. .copyright ul li{
  540. width: 360px;
  541. height: 260px;
  542. background: #ffffff;
  543. transition: all .2s ease-in;
  544. }
  545. .copyright ul li div{
  546. width: 100%;
  547. height: 198px;
  548. overflow: hidden;
  549. }
  550. .copyright ul li div img{
  551. width: 100%;
  552. height: 100%;
  553. display: inline-block;
  554. }
  555. .copyright ul li:hover p{
  556. color: #1697e9
  557. }
  558. .copyright ul li p{
  559. height: 62px;
  560. line-height: 62px;
  561. overflow: hidden;
  562. text-overflow: ellipsis;
  563. -o-text-overflow: ellipsis;
  564. white-space: nowrap;
  565. font-size: 20px;
  566. color: #484545;
  567. text-align: center
  568. }
  569. .copyright ul li:hover{
  570. margin-top: -4px;
  571. box-shadow: 0 4px 10px #ccc;
  572. transition: all .2s ease-in-out
  573. }
  574. .trademarkList li:hover{
  575. margin-top: -4px;
  576. box-shadow: 0 4px 10px #ccc;
  577. transition: all .2s ease-in-out;
  578. }
  579. .trademarkList li:hover p{
  580. color: #1697e9;
  581. }
  582. /* 知产百科 */
  583. .Encyclopedias {
  584. clear: both;
  585. padding-top: 52px
  586. }
  587. .Encyclopedias ul{
  588. overflow: hidden;
  589. margin-top: 26px;
  590. width: 100%;
  591. display: flex;
  592. display: -webkit-flex;
  593. justify-content: space-between;
  594. flex-flow: row wrap;/*子元素溢出父容器时换行*/
  595. }
  596. .Encyclopedias ul li{
  597. width:578px;
  598. height: 157px;
  599. margin-bottom: 30px;
  600. }
  601. .Encyclopedias ul li a{
  602. display: inline-block;
  603. display: flex;
  604. display: -webkit-flex;
  605. justify-content:space-between;
  606. }
  607. .Encyclopedias ul li .EncyclopediasImg{
  608. width: 290px;
  609. height: 157px;
  610. overflow: hidden;
  611. }
  612. .Encyclopedias ul li .EncyclopediasImg img{
  613. width: 100%;
  614. height: 100%;
  615. display: inline-block;
  616. transition: all .4s ease-in-out;
  617. }
  618. .Encyclopedias ul li .EncyclopediasTxt{
  619. width: 288px;
  620. height: 157px;
  621. padding: 22px 12px 0px;
  622. }
  623. .Encyclopedias ul li .EncyclopediasTxt h4{
  624. font-weight: normal;
  625. font-size: 16px;
  626. color: #1f1f1f;
  627. margin-bottom: 19px;
  628. }
  629. .Encyclopedias ul li .EncyclopediasTxt p{
  630. font-size: 14px;
  631. color: #7a7878;
  632. overflow: hidden;
  633. display: -webkit-box;
  634. text-overflow: ellipsis;
  635. -webkit-box-orient: vertical;
  636. -webkit-line-clamp:4;
  637. }
  638. .Encyclopedias .more{
  639. margin-bottom: 50px;
  640. }
  641. .Encyclopedias ul li:hover .EncyclopediasImg img{
  642. transform: scale(1.1);
  643. transition: all .4s ease-in-out;
  644. }
  645. .Encyclopedias ul li:hover h4{
  646. color: #1697e9;
  647. }
  648. /* 测试 */
  649. #myCarousel img{
  650. display: inline-block;
  651. }