serviceList.css 6.3 KB

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