patent.css 13 KB

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