serviceList.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. /* 行业类别 */
  2. .industry {
  3. overflow: hidden;
  4. border: 1px dashed #eeeeee;
  5. border-style: solid solid dashed solid;
  6. margin-top: 12px;
  7. }
  8. .industry>p {
  9. float: left;
  10. height: 82px;
  11. width: 115px;
  12. background: #f9f9f9;
  13. text-align: center;
  14. line-height: 82px;
  15. font-size: 14px;
  16. }
  17. .industry .industryList {
  18. width: 1082px;
  19. float: left;
  20. overflow: hidden;
  21. height: 82px;
  22. padding: 18px 0px 22px 0px;
  23. }
  24. .industry .industryList ul li {
  25. width: 90px;
  26. text-align: center;
  27. cursor: pointer;
  28. float: left;
  29. margin-bottom: 8px;
  30. font-size: 14px;
  31. }
  32. .industry .industryList ul li span {
  33. color: #7a7878
  34. }
  35. .industry .industryList ul li:hover span {
  36. color: #ff570c
  37. }
  38. /* 知产类型 */
  39. .productionType {
  40. height: 50px;
  41. border: 1px solid #eeeeee;
  42. border-top: none
  43. }
  44. .productionType>p {
  45. width: 115px;
  46. height: 49px;
  47. line-height: 50px;
  48. font-size: 14px;
  49. text-align: center;
  50. float: left;
  51. background: #f9f9f9
  52. }
  53. .productionType ol {
  54. float: left;
  55. }
  56. .productionType ol li {
  57. float: left;
  58. width: 90px;
  59. text-align: center;
  60. line-height: 50px;
  61. color: #7a7878
  62. }
  63. .productionType ol li:hover {
  64. color: #ff570c;
  65. cursor: pointer;
  66. }
  67. .onSelect p {
  68. float: left;
  69. width: 115px;
  70. height: 60px;
  71. text-align: center;
  72. line-height: 60px;
  73. }
  74. .onSelect ol {
  75. float: left;
  76. margin-top: 16px;
  77. }
  78. .onSelect ol li {
  79. display:none;
  80. float: left;
  81. color: #7a7878;
  82. height: 28px;
  83. line-height: 28px;
  84. padding: 0px 10px;
  85. border: 1px solid #b8d3e4;
  86. background: #f3f9fc;
  87. margin-right: 10px;
  88. }
  89. .onSelect ol li span {
  90. font-size: 14px;
  91. color: #1f1f1f;
  92. }
  93. .onSelect ol li .typeClose {
  94. color: #6ea7c9;
  95. cursor: pointer;
  96. float: right;
  97. display: inline-block;
  98. margin-left: 10px;
  99. }
  100. /* 精品技术 */
  101. .achievementList {
  102. clear: both;
  103. padding-top: 30px
  104. }
  105. .achievementHot {
  106. width: 100%;
  107. }
  108. .achievementHot ul {
  109. overflow: hidden;
  110. }
  111. .pagination_box {
  112. width: 100%;
  113. line-height: 74px
  114. }
  115. .pagination_box nav {
  116. float: right;
  117. }
  118. .pagination_box ul li a {
  119. color: #333
  120. }
  121. .pagination_box .pagination {
  122. float: right;
  123. margin-right: 20px;
  124. }
  125. .pagination_box .totalCount {
  126. float: right;
  127. display: inline-block;
  128. margin-right: 15px;
  129. }
  130. .achievementHot>ul>li {
  131. float: left;
  132. width: 308px;
  133. margin-left: 37px;
  134. margin-bottom: 22px;
  135. }
  136. .achievementHot>ul>li>div {
  137. width: 114px;
  138. height: 114px;
  139. overflow: hidden;
  140. }
  141. .achievementHot>ul>li>div>img {
  142. width: 100%;
  143. height: 100%;
  144. }
  145. .achievementHot ul li:nth-child(5n+1) {
  146. margin-left: 0
  147. }
  148. .achievementHot ul li .txts h5 {
  149. font-weight: normal;
  150. font-size: 14px;
  151. text-align: center;
  152. color: #1f1f1f;
  153. overflow: hidden;
  154. white-space: nowrap;
  155. text-overflow: ellipsis;
  156. -o-text-overflow: ellipsis;
  157. padding: 10px 2px 0;
  158. }
  159. .achievementHot ul li .hr {
  160. width: 100%;
  161. height: 18px;
  162. background: url(../../../img/newMenu/achievement_27.jpg) no-repeat;
  163. background-size: 100% 100%;
  164. margin: 1px 0px;
  165. }
  166. .achievementHot ul li .txts p span {
  167. color: #7a7878;
  168. font-size: 12px;
  169. display: inline-block;
  170. margin-right: 5px;
  171. }
  172. .achievementHot ul li .txts .hotImg {
  173. float: right;
  174. margin-right: 16px;
  175. height: 18px;
  176. width: 32px;
  177. display: inline-block;
  178. background: url(../../../img/newMenu/achievement_hot.jpg) no-repeat;
  179. background-size: 100% 100%;
  180. }
  181. .achievementHot .btnTxt span {
  182. width: 64px;
  183. height: 24px;
  184. display: inline-block;
  185. text-align: center;
  186. font-size: 14px;
  187. color: #ff6600;
  188. border: 1px solid #ff6600;
  189. line-height: 24px;
  190. margin: 0 3px;
  191. }
  192. .achievementHot ul li .img {
  193. width: 100%;
  194. height:150px;
  195. position: relative;
  196. }
  197. .achievementHot ul li{
  198. width: 210px;
  199. }
  200. .achievementHot ul li .img img {
  201. width: 100%;
  202. height: 100%;
  203. }
  204. .achievementHot ul li .img span {
  205. position: absolute;
  206. left: 0;
  207. top: 0;
  208. z-index: 9999;
  209. width: 48px;
  210. height: 41px;
  211. background: url(../../../img/newMenu/achievement_26.png) no-repeat;
  212. background-size: 100% 100%;
  213. }
  214. .achievementHot ul li .txtIntroduce {
  215. width: 100%;
  216. border: 1px solid #efefef;
  217. height: 130px;
  218. padding: 0px 10px 12px;
  219. }
  220. .txtIntroduce .btnTxt p{
  221. color:#787878;
  222. overflow: hidden;
  223. display: -webkit-box;
  224. text-overflow: ellipsis;
  225. -webkit-box-orient: vertical;
  226. -webkit-line-clamp:3;
  227. }
  228. .txtIntroduce .btnTxt{
  229. padding-top: 9px;
  230. }
  231. .inp{
  232. float: right;
  233. }
  234. .pagination_box{
  235. display: none;
  236. }
  237. .list_none {
  238. width: 550px;
  239. height: 150px;
  240. background: url("../../../img/all_null.png") no-repeat;
  241. margin: 50px auto;
  242. }
  243. .inp{
  244. display: none;
  245. }
  246. .inp input{
  247. width:40px;
  248. height: 35px;
  249. text-align: center;
  250. border-radius: 5px;
  251. border:1px solid #ccc;
  252. }
  253. .inp button{
  254. margin: 0 10px;
  255. width: 50px;
  256. }
  257. .search{
  258. width: 100%;
  259. height: 52px;
  260. line-height: 52px;
  261. background: #f9f9f9;
  262. }
  263. .searchService .input-group {
  264. width: 530px!important;
  265. height: 36px!important ;
  266. line-height: 36px!important;
  267. }
  268. .search .search-inp input{
  269. font-size: 14px!important;
  270. }
  271. .searchService .input-group input{
  272. font-size: 14px;
  273. height: 36px!important ;
  274. line-height: 36px!important;
  275. border-color: #b7d3e1!important;
  276. }
  277. .searchService button{
  278. height: 36px!important ;
  279. line-height: 26px!important;
  280. }
  281. .searchService span img{
  282. vertical-align: top
  283. }
  284. .searchService .search-inp{
  285. float: right;
  286. margin-right: 10px;
  287. vertical-align: top;
  288. margin-top: 8px;
  289. }
  290. .search .hot{
  291. }
  292. .search .hot p {
  293. float: left;
  294. font-size: 14px;
  295. width: 42px;
  296. height:18px;
  297. line-height: 18px;
  298. color: #ffffff;
  299. font-size: 14px;
  300. vertical-align: top;
  301. margin-left: 26px;
  302. margin-top: 18px;
  303. text-align: center;
  304. background: #fa2902;
  305. border-radius: 10px;
  306. margin-right: 18px;
  307. }
  308. .search .hot ul {
  309. float: left;
  310. }
  311. .search .hot ul li{
  312. float: left;
  313. }
  314. .search .hot ul li {
  315. cursor: pointer;
  316. margin-right: 22px;
  317. }
  318. .search .hot ul li.active{
  319. color: #fa2902
  320. }