55.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  1. @CHARSET "UTF-8";
  2. body{
  3. min-width: 1200px;
  4. }
  5. .iconfont {
  6. font-family: "iconfont" !important;
  7. font-size: 16px;
  8. font-style: normal;
  9. -webkit-font-smoothing: antialiased;
  10. -webkit-text-stroke-width: 0.2px;
  11. -moz-osx-font-smoothing: grayscale;
  12. }
  13. .fzlc .job_table_title ul li .iconfont{ margin: 0 1px;}
  14. .iconfont.hot{
  15. color: #FF0000;
  16. font-size: 24px;
  17. }
  18. .iconfont.shang{
  19. color: #FFA700;
  20. font-size: 24px;
  21. }
  22. .shangtip{
  23. line-height: 30px;
  24. background: #ECF2F7;
  25. }
  26. .shangtip span{
  27. padding-right: 5px;
  28. font-size: 16px;
  29. font-weight: bold;
  30. }
  31. #qqbtn7{
  32. display: block;
  33. position: absolute;
  34. width: 100%;
  35. height: 60px;
  36. bottom: 0;
  37. left: 0;
  38. }
  39. #qqbtn6{
  40. display: block;
  41. position: absolute;
  42. width: 60px;
  43. height: 40px;
  44. top: 0;
  45. right: 0;
  46. }
  47. /*#ad_id{
  48. display: none;
  49. opacity: 0;
  50. }*/
  51. .solution-logo, .show-more{
  52. word-wrap: break-word;
  53. word-break: break-all;
  54. transition: all 0.3s ;
  55. -moz-transition: all 0.3s ;
  56. -webkit-transition: all 0.3s ;
  57. -o-transition: all 0.3s ;
  58. }
  59. *:hover{
  60. transition: all 0.3s ;
  61. -moz-transition: all 0.3s ;
  62. -webkit-transition: all 0.3s ;
  63. -o-transition: all 0.3s ;
  64. }
  65. body {
  66. padding-bottom: 0px;
  67. margin: 0px;
  68. padding-left: 0px;
  69. padding-right: 0px;
  70. padding-top: 0px;
  71. background-color:#fff;
  72. font:14px/1.231 'Microsoft YaHei', Helvetica, sans-serif;
  73. color:#555;
  74. }
  75. .left{ float:left;}
  76. .f_l{ float: left;}
  77. table {
  78. border-collapse: collapse;
  79. border-spacing: 0;
  80. border: none;
  81. margin: 0 0 0 0;
  82. padding: 0 0 0 0;
  83. }
  84. /*h1,h2,h3,h4,h5,h6{ font-weight:normal;}*/
  85. div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,table,img{
  86. padding-bottom: 0px;
  87. margin: 0px;
  88. padding-left: 0px;
  89. padding-right: 0px;
  90. padding-top: 0px
  91. }
  92. address,caption,cite ,code,dfn,em,var{
  93. font-style: normal;
  94. font-weight: normal
  95. }
  96. li { list-style-type: none;}
  97. caption ,th{ text-align: left;}
  98. /*h1,h2,h3,h4,h5,h6{ font-size: 100%;}*/
  99. .warp{
  100. max-width: 1200px;
  101. margin: 0 auto;
  102. margin-bottom: 40px;
  103. }
  104. .cf { zoom: 1;}
  105. .be_line{
  106. border-top: 1px solid #e5e5e5;
  107. width: 100%;
  108. height: 1px;
  109. }
  110. .be_lineds{
  111. border-top: 1px dashed #e5e5e5;
  112. width: 100%;
  113. height: 1px;
  114. }
  115. .hidd { display: none;}
  116. .blank{
  117. clear: both;
  118. height: 0px;
  119. overflow: hidden;
  120. display: block;
  121. }
  122. .blank5 {
  123. clear: both;
  124. height: 5px;
  125. overflow: hidden;
  126. display: block;
  127. }
  128. .blank10 {
  129. clear: both;
  130. height: 10px;
  131. overflow: hidden;
  132. display: block;
  133. }
  134. .blank15 {
  135. clear: both;
  136. height: 15px;
  137. overflow: hidden;
  138. display: block;
  139. }
  140. .blank20 {
  141. clear: both;
  142. height: 20px;
  143. overflow: hidden;
  144. display: block;
  145. }
  146. .blank30 {
  147. clear: both;
  148. height: 30px;
  149. overflow: hidden;
  150. display: block;
  151. }
  152. .blank50 {
  153. clear: both;
  154. height: 50px;
  155. overflow: hidden;
  156. display: block;
  157. }
  158. .blank2 {
  159. clear: both;
  160. height: 30px;
  161. overflow: hidden;
  162. display: block;
  163. }
  164. a { color: #5e5e5e;text-decoration:none;}
  165. a:hover{ cursor:pointer;}
  166. .clear{ clear:both;}
  167. /* ----------------------------------------------------新首页样式 此前为旧版本------------------------------------------------------------ */
  168. /* 产品展示 */
  169. .product-list{
  170. overflow: hidden
  171. /*background: #fbfbfb;*/
  172. /*padding-bottom: 70px;*/
  173. }
  174. .product-list .product-tit{
  175. display: block;
  176. width: 200px;
  177. padding-top: 39px;
  178. line-height: 34px;
  179. font-size: 26px;
  180. color: #292828;
  181. font-weight:bold;
  182. }
  183. .product-list .product-img{
  184. display: block;
  185. float: left;
  186. width: 295px;
  187. padding-top: 21px;
  188. }
  189. .product-list .product-img img{
  190. float: left;
  191. }
  192. .product-list .product-right{
  193. float: left;
  194. width: 1200px;
  195. margin-top:60px;
  196. }
  197. .product-title {
  198. height: 100px;
  199. line-height: 100px;
  200. text-align: center;
  201. }
  202. .product1-title {
  203. height: 100px;
  204. line-height: 100px;
  205. text-align: center;
  206. }
  207. .product1-title h2{
  208. font-size: 26px;
  209. line-height: 50px;
  210. color: #fff;
  211. padding-top: 40px;
  212. }
  213. .product-title h2{
  214. font-size: 26px;
  215. line-height: 50px;
  216. color: #333;
  217. padding-top: 40px;
  218. }
  219. .jieshao{
  220. font-size: 14px;
  221. line-height: 35px;
  222. color: #fff;
  223. }
  224. .jieshao1 {
  225. padding-top: 10px;
  226. font-size: 14px;
  227. line-height: 25px;
  228. height: 40px;
  229. color: #555;
  230. }
  231. .product-list .product-right .product-type-list{
  232. height: 40px;
  233. line-height: 40px;
  234. /*border-bottom: 2px solid #28a7e1;*/
  235. width: 750px;
  236. margin-left: 220px;
  237. margin-bottom: 36px;
  238. }
  239. .product-list .product-right .product-type-list .triangle{
  240. width: 15px;
  241. height: 100%;
  242. float: left;
  243. background: url(../images/product-type-bg.png) 0 bottom no-repeat;
  244. }
  245. .product-list .product-right .product-type-list .product-type-item{
  246. float: right;
  247. /*padding: 0 24px;*/
  248. font-size: 15px;
  249. color: #585858;
  250. cursor: pointer;
  251. width:140px;
  252. text-align:center;
  253. background: #f0f0f0;
  254. margin-right:38px;
  255. border-radius: 20px;
  256. }
  257. .product-list .product-right .product-type-list .product-type-item.active{
  258. color: #fff;
  259. background: #28a7e1;
  260. border-radius: 20px;
  261. }
  262. .product-list .product-right .product-info{
  263. position: relative;
  264. display: none;
  265. width: 100%;
  266. height: auto;
  267. /*padding-top: 32px;
  268. background: #fff;*/
  269. overflow: hidden;
  270. }
  271. .product-list .product-right .product-info.active{
  272. display: block;
  273. }
  274. .product-list .product-right .product-info .product-info-item{
  275. position: relative;
  276. display: block;
  277. width: 255px !important;
  278. height: 410px !important;
  279. float: left;
  280. margin: 0 20px;
  281. margin-top:30px;
  282. border: 1px solid #e7e7e7;
  283. background-color: #fff;
  284. -webkit-border-radius: 10px;
  285. }
  286. .product-list .product-right .product-info .product-info-item:hover{
  287. box-shadow: 0 6px 12px #ccc;
  288. transform: translateY(-2px);
  289. -webkit-transform: translateY(-2px);
  290. -webkit-transition: all 0.4s ease-in-out;
  291. }
  292. .product-list .product-right .product-info .product-info-item .product-logo{
  293. width: 100%;
  294. height: 119px;
  295. padding-top: 20px;
  296. }
  297. .product-list .product-right .product-info .product-info-item .product-logo i{
  298. display: block;
  299. width: 100% !important;
  300. height: 119px;
  301. margin: 0 auto;
  302. /*background: url(../images/product-logo-list.png) 0 center no-repeat;*/
  303. }
  304. .product-list .product-right .product-info .product-info-item .product-logo i.hudong{
  305. width: 119px;
  306. background: url(../images/hudongzhibo.png) 0 center no-repeat;
  307. }
  308. .product-list .product-right .product-info .product-info-item .product-logo i.shopping{
  309. width: 119px;
  310. background: url(../images/dianshangzhibo.png) 0 center no-repeat;
  311. }
  312. .product-list .product-right .product-info .product-info-item .product-logo i.game{
  313. width: 119px;
  314. background: url(../images/youxizhibo.png) 0 center no-repeat;
  315. }
  316. .product-list .product-right .product-info .product-info-item .product-logo i.wawa{
  317. width: 119px;
  318. background: url(../images/zhibozhuawawa.png) 0 center no-repeat;
  319. }
  320. .product-list .product-right .product-info .product-info-item .product-name{
  321. height: 74px;
  322. line-height: 74px;
  323. text-align: center;
  324. font-size: 22px;
  325. color: #222;
  326. /*border-bottom: 1px solid #ebebeb;*/
  327. }
  328. .product-list .product-right .product-info .product-info-item .bief-list{
  329. /*padding-top: 28px;*/
  330. line-height: 34px;
  331. color: #595959;
  332. font-size: 14px;
  333. text-align:center;
  334. }
  335. .product-list .product-right .product-info .product-info-item .bief-list .bief-item{
  336. /*text-indent: 24px;*/
  337. background: url(../images/dotte.png) 11px center no-repeat;
  338. }
  339. .product-list .product-right .product-info .product-info-item .show-more-btn{
  340. width: 91px;
  341. height: 28px;
  342. line-height: 28px;
  343. margin-top: 33px;
  344. margin-left: 30%;
  345. border: 1px solid #e7e7e7;
  346. border-radius: 2px;
  347. font-size: 12px;
  348. color: #949494;
  349. text-align: center;
  350. }
  351. .product-list .product-item.zhibo .product-right .product-info .product-info-item:hover{
  352. border: 1px solid #28a7e1;
  353. box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  354. }
  355. .product-list .product-item.zhibo .product-right .product-info .product-info-item:hover .show-more-btn{
  356. background: #28a7e1;
  357. color: #fff;
  358. border-color: #28a7e1;
  359. }
  360. .product-list .product-right .product-info .product-info-item:hover{
  361. background: #fff;
  362. }
  363. .product-list .product-right .product-info .product-info-item:hover .product-logo i{
  364. -webkit-animation: 1s ease 1 0s both;
  365. -moz-animation: 1s ease 1 0s both;
  366. -ms-animation: 1s ease 1 0s both;
  367. animation: 1s ease 1 0s both;
  368. -webkit-animation-name: bounce;
  369. -moz-animation-name: bounce;
  370. -ms-animation-name: bounce;
  371. animation-name: bounce;
  372. }
  373. .product-list .product-right .product-info .product-info-item .only-one{
  374. position: absolute;
  375. top: 0;
  376. left: 0;
  377. width: 45px;
  378. height: 45px;
  379. background: url(../images/onlyone.png) 0 0 no-repeat;
  380. }
  381. /* 产品列表样式二 */
  382. .product-list .product-right .product-info .product-info-item-2{
  383. position: relative;
  384. display: block;
  385. width: 274px !important;
  386. height: 258px !important;
  387. float: left;
  388. border: 1px solid #e7e7e7;
  389. background-color: #fff;
  390. /*margin-left: -1px;*/
  391. margin-top: 30px;
  392. overflow: hidden;
  393. margin-right: 20px;
  394. -webkit-border-radius: 10px;
  395. box-shadow:0px 1px 1px #A8A8A8;
  396. }
  397. .product-list .product-right .product-info .product-info-item-2:first-child,
  398. .product-list .product-right .product-info .product-info-item-2:nth-of-type(5){
  399. margin-left: 15px;
  400. }
  401. .product-list .product-right .product-info .product-info-item-2 .product-logo{
  402. width: 100%;
  403. height: 150px;
  404. /*padding-top: 10px;*/
  405. margin-bottom:10px;
  406. }
  407. .product-list .product-right .product-info .product-info-item-2 .product-logo i{
  408. display: block;
  409. width: 274px;
  410. height: 150px;
  411. margin: 0 auto;
  412. background-position: 0 0;
  413. background-repeat: no-repeat;
  414. }
  415. .product-list .product-right .product-info .product-info-item-2 .product-name{
  416. height: 20px;
  417. line-height: 20px;
  418. text-align: center;
  419. font-size: 20px;
  420. color: #333;
  421. }
  422. .product-list .product-right .product-info .product-info-item-2 .product-desc{
  423. margin-top:10px; margin-left: auto; margin-right: auto; width: 80%; font-size: 14px;
  424. line-height: 25px; text-align: center; color: #8E8E8E;
  425. }
  426. .product-list .product-right .product-info .product-info-item-2 .show-more{
  427. position: absolute;
  428. top: -100%; left: 0;
  429. width: 100%; height: 100%; padding-top: 60px;
  430. background-color: rgba(93, 89, 83, 0.5); box-sizing:border-box;
  431. }
  432. .other .product-right .product-info .product-info-item-2 .show-more{
  433. background-color: rgba(93, 89, 83, 0.5);
  434. }
  435. .product-list .product-right .product-info .product-info-item-2 .show-more .btn{
  436. display: block;
  437. width: 158px;
  438. height: 35px;
  439. line-height: 35px;
  440. margin-left: auto; margin-right: auto; margin-top: 10px;
  441. border: none;
  442. border-radius: 5px;
  443. font-size: 14px;
  444. color: #999; background-color: #fff;
  445. text-align: center;
  446. }
  447. .product-list .product-right .product-info .product-info-item-2:hover .show-more{
  448. -webkit-animation: .5s ease 1 0s both;
  449. -moz-animation: .5s ease 1 0s both;
  450. -ms-animation: .5s ease 1 0s both;
  451. animation: .5s ease 1 0s both;
  452. top: 0;
  453. }
  454. .product-list .product-right .product-info .product-info-item-2 .show-more .btn:hover{
  455. color: #fff; background-color: #28a7e1;
  456. }
  457. .other .product-right .product-info .product-info-item-2 .show-more .btn:hover{
  458. color: #fff; background-color: #28a7e1;
  459. }
  460. /*/page*/
  461. .dede_pages{
  462. width:1000px; height:auto; margin:0 auto; margin-bottom:50px;
  463. }
  464. .dede_pages ul{
  465. float:left;
  466. padding:12px 0px 12px 30px;
  467. }
  468. .dede_pages ul li{
  469. float:left;
  470. font-family:Tahoma;
  471. line-height:17px;
  472. margin-right:6px;
  473. border:1px solid #E9E9E9;
  474. }
  475. .dede_pages ul li a{
  476. float:left;
  477. padding:2px 4px 2px;
  478. color:#555;
  479. display:block;
  480. }
  481. .dede_pages ul li a:hover{
  482. color:#690;
  483. text-decoration:none;
  484. padding:2px 4px 2px;
  485. }
  486. .dede_pages ul li.thisclass,
  487. .dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
  488. background-color:#F8F8F8;
  489. padding:2px 4px 2px;
  490. font-weight:bold;
  491. }
  492. .dede_pages .pageinfo{
  493. line-height:21px;
  494. padding:12px 10px 12px 16px;
  495. color:#999;
  496. }
  497. .dede_pages .pageinfo strong{
  498. color:#555;
  499. font-weight:normal;
  500. margin:0px 2px;
  501. }
  502. @media screen and (max-width:800px) {
  503. body {
  504. min-width: 100%;
  505. }
  506. .warp{margin-bottom:20px}
  507. .product-list .product-right{float:none;width:100%;margin-top:20px;}
  508. .product-list .product-right .product-info .product-info-item-2{width:47% !important; height:auto !important; box-sizing: border-box;margin:1.5%}
  509. .product-list .product-right .product-info .product-info-item-2 .product-logo i{ background-size: 100%;width:100%}
  510. .product-list .product-right .product-info .product-info-item-2 .product-desc{ margin-bottom: 10px;width:auto}
  511. .product-list .product-right .product-info .product-info-item-2:first-child, .product-list .product-right .product-info .product-info-item-2:nth-of-type(5){margin-left:1.5%}
  512. }
  513. @media screen and (max-width:480px) {
  514. .product-list .product-right .product-info .product-info-item-2 .product-logo i,.product-list .product-right .product-info .product-info-item-2 .product-logo{height:120px;}
  515. .product-list .product-right .product-info .product-info-item-2 .product-name{font-size:18px}
  516. }