patent.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. .menuPosition {
  2. width: 100%;
  3. height: 500px;
  4. position: relative;
  5. z-index: 10;
  6. }
  7. .menuPosition .carousel{
  8. width: 100%;
  9. height: 500px;
  10. }
  11. .menuPosition .carousel img{
  12. width: 100%;
  13. height: 100%;
  14. display: inline-block;
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. }
  19. .patentMenu{
  20. width: 1164px;
  21. position: absolute;
  22. top: 0;
  23. left: 50%;
  24. transform: translateX(-50%);
  25. height: 440px;
  26. background: #ffffff;
  27. border-top: 1px solid #e0e0e0;
  28. }
  29. .patentMenu .firstMenu{
  30. position: absolute;
  31. z-index: 20;
  32. width: 198px;
  33. height: 455px;
  34. top: -13px;
  35. left: 0;
  36. border-radius: 10px 10px 0 0 ;
  37. }
  38. .patentMenu .firstMenu>p{
  39. width: 100%;
  40. height: 72px;
  41. border-radius: 10px 10px 0 0 ;
  42. text-align: center;
  43. background: url(../../../img/patent/patent_menu1.png)no-repeat;
  44. background-size:100% 100%;
  45. }
  46. .firstMenu ul li {
  47. width: 100%;
  48. height: 127px;
  49. text-align: center;
  50. border-right: 1px solid #e0e0e0;
  51. border-bottom: 1px solid #e0e0e0;
  52. }
  53. .firstMenu ul li.active{
  54. border-right: 1px solid transparent;
  55. }
  56. .firstMenu ul li.active p {
  57. color: #1797e9;
  58. }
  59. .firstMenu ul li.active span{
  60. color: #1797e9;
  61. border-color: #1797e9;
  62. }
  63. .firstMenu ul li>p{
  64. height: 127px;
  65. font-size: 18px;
  66. color: #7a7878;
  67. line-height: 127px;
  68. }
  69. .firstMenu ul li>p span{
  70. display: inline-block;
  71. height: 20px;
  72. line-height: 18px;
  73. color:#7a7878;
  74. }
  75. .firstMenu ul li .circl{
  76. display: inline-block;
  77. width: 20px;
  78. height:20px;
  79. border: 1px solid #7a7878;
  80. border-radius: 50%;
  81. font-size: 10px;
  82. vertical-align: middle;
  83. margin-right: 10px;
  84. margin-top: -2px;
  85. }
  86. .firstMenu ul li:hover{
  87. cursor: pointer;
  88. }
  89. .firstMenu ul li .direction{
  90. width: 10px ;
  91. height: 10px;
  92. display: inline-block;
  93. margin-left: 14px;
  94. border-left: 2px solid #7a7878;
  95. border-top: 2px solid #7a7878;
  96. transform: rotate(135deg)
  97. }
  98. .secondMenu{
  99. position: absolute;
  100. right: 0;
  101. top: 0;
  102. height: 100%;
  103. width: 960px;
  104. }
  105. .secondMenu ul li{
  106. position: absolute;
  107. top: 0;
  108. left: 0;
  109. z-index: 50;
  110. display: flex;
  111. display: -webkit-flex;
  112. justify-content: flex-start;
  113. display: none;
  114. }
  115. .secondMenu ul li div{
  116. width: 180px;
  117. height: 300px;
  118. margin-top:44px;
  119. border-left: 1px dotted #e0e0e0;
  120. text-align: center;
  121. }
  122. .secondMenu ul li.active{
  123. display: block;
  124. }
  125. .secondMenu ul li div:first-child{
  126. border-left: none;
  127. }
  128. .secondMenu ul li div p a{
  129. display: inline-block;
  130. margin-bottom: 45px!important;
  131. color: #7a7878;
  132. }
  133. .secondMenu ul li div p:nth-child(1) a{
  134. margin-top: 10px;
  135. }
  136. .secondMenu ul li div p a:hover{
  137. color: #1797e9;
  138. }
  139. .secondMenu ul li div p {
  140. width: 100%;
  141. overflow: hidden;
  142. padding: 0 5px;
  143. }
  144. .secondMenu .menuBj{
  145. width: 130px;
  146. height: 110px;
  147. background: url(../../../img/patent/patent_menuBj.jpg)no-repeat;
  148. background-size:100% 100%;
  149. position: absolute;
  150. right: 13px;
  151. bottom: 60px;
  152. }
  153. /* 搜索 */
  154. .indexSearch{
  155. width: 743px;
  156. height: 36px;
  157. margin: 10px auto 0;
  158. }
  159. .indexSearch .search-inp{
  160. clear: both;
  161. width:635px;
  162. height: 36px;
  163. }
  164. .indexSearch .demandSearch{
  165. width: 530px;
  166. height: 36px;
  167. line-height: 34px;
  168. }
  169. .indexSearch .searchBtn{
  170. height: 36px;
  171. line-height: 22px;
  172. background: #1697e9;
  173. border: 1px solid #1697e9;
  174. color: #ffffff;
  175. }
  176. .indexSearch .searchBtn img{
  177. width: 25px;height: 24px;
  178. vertical-align: top
  179. }
  180. .indexSearch .search-inp{
  181. float: left;
  182. }
  183. .indexSearch .search-inp .input-group{
  184. width: 530px;
  185. }
  186. .form-control,.btn{
  187. border-radius: 0;
  188. }
  189. .indexSearch .search-inp .input-group .input-group-btn{
  190. width: 104px;
  191. }
  192. .indexSearch .search-inp .input-group .input-group-btn button{
  193. width: 104px;;
  194. font-size: 18px;
  195. }
  196. .indexSearch .apply{
  197. cursor: pointer;
  198. float: right;
  199. width: 105px;
  200. height: 36px;
  201. line-height: 36px;
  202. text-align: center;
  203. font-size: 18px;
  204. color: #ffffff;
  205. background: #ffac2a;
  206. }