serviceList.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  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. .pagination_box {
  117. width: 100%;
  118. line-height: 74px
  119. }
  120. .pagination_box nav {
  121. float: right;
  122. }
  123. .pagination_box ul li a {
  124. color: #333
  125. }
  126. .pagination_box .pagination {
  127. float: right;
  128. margin-right: 20px;
  129. }
  130. .pagination_box .totalCount {
  131. float: right;
  132. display: inline-block;
  133. margin-right: 15px;
  134. }
  135. .achievementHot>ul>li {
  136. float: left;
  137. width: 308px;
  138. margin-left: 37px;
  139. margin-bottom: 22px;
  140. }
  141. .achievementHot>ul>li>div {
  142. width: 114px;
  143. height: 114px;
  144. overflow: hidden;
  145. }
  146. .achievementHot>ul>li>div>img {
  147. width: 100%;
  148. height: 100%;
  149. }
  150. .achievementHot ul li:nth-child(5n+1) {
  151. margin-left: 0
  152. }
  153. .achievementHot ul li .txts h5 {
  154. font-weight: normal;
  155. font-size: 14px;
  156. text-align: center;
  157. color: #1f1f1f;
  158. overflow: hidden;
  159. white-space: nowrap;
  160. text-overflow: ellipsis;
  161. -o-text-overflow: ellipsis;
  162. padding: 10px 2px 0;
  163. }
  164. .achievementHot ul li:hover{
  165. box-shadow: 0 0 10px #ccc;
  166. transform: scale(1.1);
  167. transition: all .2s ease-in;
  168. }
  169. .achievementHot ul li:hover a{
  170. transform: skew(-10deg);
  171. }
  172. .achievementHot ul li .hr {
  173. width: 100%;
  174. height: 18px;
  175. background: url(../../../img/newMenu/achievement_27.jpg) no-repeat;
  176. background-size: 100% 100%;
  177. margin: 1px 0px;
  178. }
  179. .achievementHot ul li .txts p span {
  180. color: #7a7878;
  181. font-size: 12px;
  182. display: inline-block;
  183. margin-right: 5px;
  184. }
  185. .achievementHot ul li .txts .hotImg {
  186. float: right;
  187. margin-right: 16px;
  188. height: 18px;
  189. width: 32px;
  190. display: inline-block;
  191. background: url(../../../img/newMenu/achievement_hot.jpg) no-repeat;
  192. background-size: 100% 100%;
  193. }
  194. .achievementHot .btnTxt span {
  195. width: 64px;
  196. height: 24px;
  197. display: inline-block;
  198. text-align: center;
  199. font-size: 14px;
  200. color: #ff6600;
  201. border: 1px solid #ff6600;
  202. line-height: 24px;
  203. margin: 0 3px;
  204. }
  205. .achievementHot ul li .img {
  206. width: 100%;
  207. height:150px;
  208. position: relative;
  209. }
  210. .achievementHot ul li{
  211. width: 210px;
  212. transition: all .2s ease-in;
  213. }
  214. .achievementHot ul li .img img {
  215. width: 100%;
  216. height: 100%;
  217. }
  218. .achievementHot ul li .img span {
  219. position: absolute;
  220. left: 0;
  221. top: 0;
  222. z-index: 9999;
  223. width: 48px;
  224. height: 41px;
  225. background: url(../../../img/newMenu/achievement_26.png) no-repeat;
  226. background-size: 100% 100%;
  227. }
  228. .achievementHot ul li .txtIntroduce {
  229. width: 100%;
  230. border: 1px solid #efefef;
  231. height: 130px;
  232. padding: 0px 10px 12px;
  233. }
  234. .txtIntroduce .btnTxt p{
  235. color:#787878;
  236. overflow: hidden;
  237. display: -webkit-box;
  238. text-overflow: ellipsis;
  239. -webkit-box-orient: vertical;
  240. -webkit-line-clamp:3;
  241. }
  242. .txtIntroduce .btnTxt{
  243. padding-top: 9px;
  244. }
  245. .inp{
  246. float: right;
  247. }
  248. .pagination_box{
  249. display: none;
  250. }
  251. .list_none {
  252. width: 550px;
  253. height: 150px;
  254. background: url("../../../img/all_null.png") no-repeat;
  255. margin: 50px auto;
  256. }
  257. .inp{
  258. display: none;
  259. }
  260. .inp input{
  261. width:40px;
  262. height: 35px;
  263. text-align: center;
  264. border-radius: 5px;
  265. border:1px solid #ccc;
  266. }
  267. .inp button{
  268. margin: 0 10px;
  269. width: 50px;
  270. }
  271. .search{
  272. width: 100%;
  273. height: 52px;
  274. line-height: 52px;
  275. background: #f9f9f9;
  276. }
  277. .searchService .input-group {
  278. width: 530px!important;
  279. height: 36px!important ;
  280. line-height: 36px!important;
  281. }
  282. .search .search-inp input{
  283. font-size: 14px!important;
  284. }
  285. .searchService .input-group input{
  286. font-size: 14px;
  287. height: 36px!important ;
  288. line-height: 36px!important;
  289. border-color: #b7d3e1!important;
  290. }
  291. .searchService button{
  292. height: 36px!important ;
  293. line-height: 26px!important;
  294. }
  295. .searchService span img{
  296. vertical-align: top
  297. }
  298. .searchService .search-inp{
  299. float: right;
  300. margin-right: 10px;
  301. vertical-align: top;
  302. margin-top: 8px;
  303. }
  304. .search .hot{
  305. }
  306. .search .hot p {
  307. float: left;
  308. font-size: 14px;
  309. width: 42px;
  310. height:18px;
  311. line-height: 18px;
  312. color: #ffffff;
  313. font-size: 14px;
  314. vertical-align: top;
  315. margin-left: 26px;
  316. margin-top: 18px;
  317. text-align: center;
  318. background: #fa2902;
  319. border-radius: 10px;
  320. margin-right: 18px;
  321. }
  322. .search .hot ul {
  323. float: left;
  324. }
  325. .search .hot ul li{
  326. float: left;
  327. }
  328. .search .hot ul li {
  329. cursor: pointer;
  330. margin-right: 22px;
  331. }
  332. .search .hot ul li.active{
  333. color: #fa2902
  334. }