56.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  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. height: 119px;
  300. margin: 0 auto;
  301. /*background: url(../images/product-logo-list.png) 0 center no-repeat;*/
  302. }
  303. .product-list .product-right .product-info .product-info-item .product-logo i.hudong{
  304. width: 119px;
  305. background: url(../images/hudongzhibo.png) 0 center no-repeat;
  306. }
  307. .product-list .product-right .product-info .product-info-item .product-logo i.shopping{
  308. width: 119px;
  309. background: url(../images/dianshangzhibo.png) 0 center no-repeat;
  310. }
  311. .product-list .product-right .product-info .product-info-item .product-logo i.game{
  312. width: 119px;
  313. background: url(../images/youxizhibo.png) 0 center no-repeat;
  314. }
  315. .product-list .product-right .product-info .product-info-item .product-logo i.wawa{
  316. width: 119px;
  317. background: url(../images/zhibozhuawawa.png) 0 center no-repeat;
  318. }
  319. .product-list .product-right .product-info .product-info-item .product-name{
  320. height: 74px;
  321. line-height: 74px;
  322. text-align: center;
  323. font-size: 22px;
  324. color: #222;
  325. /*border-bottom: 1px solid #ebebeb;*/
  326. }
  327. .product-list .product-right .product-info .product-info-item .bief-list{
  328. /*padding-top: 28px;*/
  329. line-height: 34px;
  330. color: #595959;
  331. font-size: 14px;
  332. text-align:center;
  333. }
  334. .product-list .product-right .product-info .product-info-item .bief-list .bief-item{
  335. /*text-indent: 24px;*/
  336. background: url(../images/dotte.png) 11px center no-repeat;
  337. }
  338. .product-list .product-right .product-info .product-info-item .show-more-btn{
  339. width: 91px;
  340. height: 28px;
  341. line-height: 28px;
  342. margin-top: 33px;
  343. margin-left: 30%;
  344. border: 1px solid #e7e7e7;
  345. border-radius: 2px;
  346. font-size: 12px;
  347. color: #949494;
  348. text-align: center;
  349. }
  350. .product-list .product-item.zhibo .product-right .product-info .product-info-item:hover{
  351. border: 1px solid #28a7e1;
  352. box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  353. }
  354. .product-list .product-item.zhibo .product-right .product-info .product-info-item:hover .show-more-btn{
  355. background: #28a7e1;
  356. color: #fff;
  357. border-color: #28a7e1;
  358. }
  359. .product-list .product-right .product-info .product-info-item:hover{
  360. background: #fff;
  361. }
  362. .product-list .product-right .product-info .product-info-item:hover .product-logo i{
  363. -webkit-animation: 1s ease 1 0s both;
  364. -moz-animation: 1s ease 1 0s both;
  365. -ms-animation: 1s ease 1 0s both;
  366. animation: 1s ease 1 0s both;
  367. -webkit-animation-name: bounce;
  368. -moz-animation-name: bounce;
  369. -ms-animation-name: bounce;
  370. animation-name: bounce;
  371. }
  372. .product-list .product-right .product-info .product-info-item .only-one{
  373. position: absolute;
  374. top: 0;
  375. left: 0;
  376. width: 45px;
  377. height: 45px;
  378. background: url(../images/onlyone.png) 0 0 no-repeat;
  379. }
  380. /* 产品列表样式二 */
  381. .product-list .product-right .product-info .product-info-item-2{
  382. position: relative;
  383. display: block;
  384. width: 274px !important;
  385. height: 258px !important;
  386. float: left;
  387. border: 1px solid #e7e7e7;
  388. background-color: #fff;
  389. /*margin-left: -1px;*/
  390. margin-top: 30px;
  391. overflow: hidden;
  392. margin-right: 20px;
  393. -webkit-border-radius: 10px;
  394. box-shadow:0px 1px 1px #A8A8A8;
  395. }
  396. .product-list .product-right .product-info .product-info-item-2:first-child,
  397. .product-list .product-right .product-info .product-info-item-2:nth-of-type(5){
  398. margin-left: 15px;
  399. }
  400. .product-list .product-right .product-info .product-info-item-2 .product-logo{
  401. width: 100%;
  402. height: 150px;
  403. /*padding-top: 10px;*/
  404. margin-bottom:10px;
  405. }
  406. .product-list .product-right .product-info .product-info-item-2 .product-logo i{
  407. display: block;
  408. width: 274px;
  409. height: 150px;
  410. margin: 0 auto;
  411. background-position: 0 0;
  412. background-repeat: no-repeat;
  413. }
  414. .product-list .product-right .product-info .product-info-item-2 .product-name{
  415. height: 20px;
  416. line-height: 20px;
  417. text-align: center;
  418. font-size: 20px;
  419. color: #333;
  420. }
  421. .product-list .product-right .product-info .product-info-item-2 .product-desc{
  422. margin-top:10px; margin-left: auto; margin-right: auto; width: 80%; font-size: 14px;
  423. line-height: 25px; text-align: center; color: #8E8E8E;
  424. }
  425. .product-list .product-right .product-info .product-info-item-2 .show-more{
  426. position: absolute;
  427. top: -100%; left: 0;
  428. width: 100%; height: 100%; padding-top: 60px;
  429. background-color: rgba(93, 89, 83, 0.5); box-sizing:border-box;
  430. }
  431. .other .product-right .product-info .product-info-item-2 .show-more{
  432. background-color: rgba(93, 89, 83, 0.5);
  433. }
  434. .product-list .product-right .product-info .product-info-item-2 .show-more .btn{
  435. display: block;
  436. width: 158px;
  437. height: 35px;
  438. line-height: 35px;
  439. margin-left: auto; margin-right: auto; margin-top: 10px;
  440. border: none;
  441. border-radius: 5px;
  442. font-size: 14px;
  443. color: #999; background-color: #fff;
  444. text-align: center;
  445. }
  446. .product-list .product-right .product-info .product-info-item-2:hover .show-more{
  447. -webkit-animation: .5s ease 1 0s both;
  448. -moz-animation: .5s ease 1 0s both;
  449. -ms-animation: .5s ease 1 0s both;
  450. animation: .5s ease 1 0s both;
  451. top: 0;
  452. }
  453. .product-list .product-right .product-info .product-info-item-2 .show-more .btn:hover{
  454. color: #fff; background-color: #28a7e1;
  455. }
  456. .other .product-right .product-info .product-info-item-2 .show-more .btn:hover{
  457. color: #fff; background-color: #28a7e1;
  458. }
  459. /*/page*/
  460. .dede_pages{
  461. width:1000px; height:auto; margin:0 auto; margin-bottom:50px;
  462. }
  463. .dede_pages ul{
  464. float:left;
  465. padding:12px 0px 12px 30px;
  466. }
  467. .dede_pages ul li{
  468. float:left;
  469. font-family:Tahoma;
  470. line-height:17px;
  471. margin-right:6px;
  472. border:1px solid #E9E9E9;
  473. }
  474. .dede_pages ul li a{
  475. float:left;
  476. padding:2px 4px 2px;
  477. color:#555;
  478. display:block;
  479. }
  480. .dede_pages ul li a:hover{
  481. color:#690;
  482. text-decoration:none;
  483. padding:2px 4px 2px;
  484. }
  485. .dede_pages ul li.thisclass,
  486. .dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
  487. background-color:#F8F8F8;
  488. padding:2px 4px 2px;
  489. font-weight:bold;
  490. }
  491. .dede_pages .pageinfo{
  492. line-height:21px;
  493. padding:12px 10px 12px 16px;
  494. color:#999;
  495. }
  496. .dede_pages .pageinfo strong{
  497. color:#555;
  498. font-weight:normal;
  499. margin:0px 2px;
  500. }
  501. @media screen and (max-width:800px) {
  502. body {
  503. min-width: 100%;
  504. }
  505. .warp{margin-bottom:20px}
  506. .product-list .product-right{float:none;width:100%;margin-top:20px;}
  507. .product-list .product-right .product-info .product-info-item-2{width:47% !important; height:auto !important; box-sizing: border-box;margin:1.5%}
  508. .product-list .product-right .product-info .product-info-item-2 .product-logo i{ background-size: 100%;width:100%}
  509. .product-list .product-right .product-info .product-info-item-2 .product-desc{ margin-bottom: 10px;width:auto}
  510. .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%}
  511. }
  512. @media screen and (max-width:480px) {
  513. .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;}
  514. .product-list .product-right .product-info .product-info-item-2 .product-name{font-size:18px}
  515. }