You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

944 lines
17 KiB

  1. .proDetails{
  2. height: 100%;
  3. overflow-x: hidden;
  4. }
  5. .proDetails-content{
  6. max-width: 1200px;
  7. width: 1200px;
  8. height: 100%;
  9. margin:auto;
  10. position: relative;
  11. left:0;
  12. top:72px;
  13. /*background-color:#fff;*/
  14. /*border:1px solid red; */
  15. }
  16. .proDetails-content .proDetails-sideMenu{
  17. width: 190px;
  18. height: 200px;
  19. float: left;
  20. text-align: center;
  21. padding: 0;
  22. position: fixed;
  23. top: 100px;
  24. left: 63px;
  25. margin-right: 0;
  26. margin-left: 0;
  27. /*border: 1px solid blue;*/
  28. }
  29. .proDetails-sideMenu .pdsm{
  30. width: 100%;
  31. text-align: left;
  32. border: 0;
  33. outline: none;
  34. }
  35. .proDetails-content .proDetails-sideMenu #myTab>li{
  36. float:none;
  37. margin-bottom: 16px;
  38. }
  39. .proDetails-sideMenu .pdsm>li a{
  40. width: 100%;
  41. height: 46px;
  42. line-height: 40px;
  43. font-size: 16px;
  44. text-align: center;
  45. border-radius: 100px;
  46. padding: 4px;
  47. background-color:#eee;
  48. box-shadow: 3px 3px 3px #979b9d;
  49. }
  50. .proDetails-sideMenu .pdsm li:hover a{
  51. color:aqua;
  52. background: #fff;
  53. }
  54. .proDetails-sideMenu .pdsm>li.active a{
  55. color: #1fa4f8;
  56. background: #f7f7f7;
  57. }
  58. .proDetails-sideMenu .pdsm>li>a:hover,
  59. .proDetails-sideMenu .pdsm>li>a:focus,
  60. .nav-tabs>li>a,.nav-tabs>li.active>a{
  61. border:0;
  62. outline:none;
  63. }
  64. .proDetails-con{
  65. position: relative;
  66. left:0;
  67. right:0;
  68. width: 84%;
  69. /*height: 3000px;*/
  70. float: right;
  71. background: #f7f7f7;
  72. }
  73. /*WebEP start*/
  74. .WebEp-ldts{
  75. height: 480px;
  76. width: 100%;
  77. background-color: #f3f3f3;
  78. /*border: 1px solid blue;*/
  79. position: relative;
  80. top: 0;
  81. left: 0;
  82. }
  83. .WebEp-ldts .ldtsImg{
  84. height: 360px;
  85. width: 380px;
  86. margin:auto;
  87. border: 1px solid green;
  88. }
  89. .WebEp-ldts img{
  90. height: 360px;
  91. width: 380px;
  92. position: absolute;
  93. top: 10%;
  94. left: 32%;
  95. }
  96. .WebEp-ldts .ldts{
  97. position: absolute;
  98. top: 36%;
  99. left: 48%;
  100. font-size: 32px;
  101. z-index: 111;
  102. font-weight: bold;
  103. }
  104. .WebEp-ldts .ldts p:first-child{
  105. color: #f7a601;
  106. }
  107. .WebEp-ldts .ldts p:last-child{
  108. color: #ef7504;
  109. }
  110. .WebEp-ldts .ldts-ts{
  111. width: 438px;
  112. height: 104px;
  113. position: relative;
  114. z-index: 111;
  115. }
  116. .WebEp-ldts .ldts-ts:hover p{
  117. transition: all 0.3s ease;
  118. -webkit-transition: all 0.3s ease;
  119. -ms-transition: all 0.3s ease;
  120. -moz-transition: all 0.3s ease;
  121. -o-transition: all 0.3s ease;
  122. }
  123. .WebEp-ldts .ldts-d1{
  124. top: 13%;
  125. left: 8%;
  126. }
  127. .WebEp-ldts .ldts-d2{
  128. top: -9%;
  129. left: 52%;
  130. }
  131. .WebEp-ldts .ldts-d3{
  132. top: -32px;
  133. left: 18px;
  134. }
  135. .WebEp-ldts .ldts-d4{
  136. top: -132px;
  137. left: 58%;
  138. }
  139. .WebEp-ldts .ldts-d5{
  140. top: -27%;
  141. left: 8%;
  142. }
  143. .WebEp-ldts .ldts-d6{
  144. top: -49%;
  145. left: 52%;
  146. }
  147. .WebEp-ldts .ldts-ts .p1{
  148. height: 100%;
  149. width: 294px;
  150. text-align:justify;
  151. position: absolute;
  152. font-size: 14px;
  153. color: #474747;
  154. }
  155. .WebEp-ldts .ldts-ts .p2{
  156. /*height: 100%;*/
  157. width: 90px;
  158. position: absolute;
  159. font-size: 22px;
  160. color: #fff;
  161. text-align: center;
  162. }
  163. .WebEp-ldts .ldts-d1 .ldts-d1-p1{
  164. top: 14px;
  165. left: 4px;
  166. }
  167. .WebEp-ldts .ldts-d1 .ldts-d1-p2{
  168. top: 18px;
  169. right: 15px;
  170. }
  171. .WebEp-ldts .ldts-d2 .ldts-d2-p1{
  172. top: 14px;
  173. right: 6px;
  174. }
  175. .WebEp-ldts .ldts-d2>.ldts-d2-p2{
  176. top: 34px;
  177. left: 12px;
  178. }
  179. .WebEp-ldts .ldts-d3 .ldts-d3-p1{
  180. top: 5px;
  181. left: 4px;
  182. }
  183. .WebEp-ldts .ldts-d3 .ldts-d3-p2{
  184. top: 6px;
  185. right: 12px;
  186. }
  187. .WebEp-ldts .ldts-d4 .ldts-d4-p1{
  188. top: 4px;
  189. right: 20px;
  190. }
  191. .WebEp-ldts .ldts-d4 .ldts-d4-p2{
  192. top: 6px;
  193. left: 12px;
  194. }
  195. .WebEp-ldts .ldts-d5 .ldts-d5-p1{
  196. top: 15px;
  197. left: 76px;
  198. }
  199. .WebEp-ldts .ldts-d5 .ldts-d5-p2{
  200. top: 6px;
  201. right: 12px;
  202. }
  203. .WebEp-ldts .ldts-d6 .ldts-d6-p1{
  204. top: 4px;
  205. right: 4px;
  206. }
  207. .WebEp-ldts .ldts-d6 .ldts-d6-p2{
  208. top: 6px;
  209. left: 12px;
  210. }
  211. .WebEp-gnjg{
  212. width: 100%;
  213. height: 600px;
  214. position: relative;
  215. top:0;
  216. left:0;
  217. background-color: #b4b7b9;
  218. border-top:8px solid #fff;
  219. }
  220. .WebEp-gnjg .epImg{
  221. width: 884px;
  222. height: 276px;
  223. position: absolute;
  224. top: 25%;
  225. left: 6%;
  226. }
  227. .gnjg-header{
  228. font-size: 26px;
  229. color: #fff;
  230. background-color: #df3f9d;
  231. width: 32%;
  232. text-align: center;
  233. border: 3px solid #e2a1c8;
  234. border-radius: 8px;
  235. position: absolute;
  236. top: 14%;
  237. left: 34%;
  238. }
  239. .epLine1{
  240. height: 20px;
  241. border: 1px solid #eeefef;
  242. position: absolute;
  243. top: 22%;
  244. left: 50%;
  245. }
  246. .epLline2{
  247. width: 76.3%;
  248. border: 1px solid #eeefef;
  249. position: absolute;
  250. top: 25%;
  251. left: 11.3%;
  252. border-radius: 10px;
  253. }
  254. .WebEp-gnjg .gnjgModule{
  255. width: 116px;
  256. height: 246px;
  257. position: absolute;
  258. top: 30%;
  259. font-size: 14px;
  260. z-index: 111;
  261. /*border: 1px solid blue;*/
  262. }
  263. .WebEp-gnjg .gnjgBasic{
  264. left: 6%;
  265. }
  266. .WebEp-gnjg .gnjgForecast{
  267. left: 19%;
  268. }
  269. .WebEp-gnjg .gnjgOrder{
  270. left: 32%;
  271. }
  272. .WebEp-gnjg .gnjgDelivery{
  273. right: 44%;
  274. }
  275. .WebEp-gnjg .gnjgTracking{
  276. right: 31%;
  277. }
  278. .WebEp-gnjg .gnjgReport{
  279. right: 19%;
  280. }
  281. .WebEp-gnjg .gnjgAdmin{
  282. right: 6%;
  283. }
  284. .gnjgModuleP{
  285. font-size: 18px;
  286. color: #fff;
  287. text-align: center;
  288. margin-top: 10px;
  289. }
  290. .gnjgModuleD{
  291. width: 90%;
  292. height: 142px;
  293. margin: 36px 0 0 6px;
  294. }
  295. .WebEp-benefits{
  296. width: 100%;
  297. height: 550px;
  298. position: relative;
  299. top:0;
  300. left:0;
  301. background-color: #f3f3f3;
  302. border-top:8px solid #fff;
  303. }
  304. .benefits-con{
  305. width: 58%;
  306. height: 100%;
  307. margin: auto;
  308. }
  309. .benefits-con .benefits-header{
  310. width: 90%;
  311. height: 36px;
  312. line-height: 36px;
  313. margin: 30px auto;
  314. }
  315. .benefits-con .benefits-header img{
  316. width: 16px;
  317. height: 17px;
  318. }
  319. .benefits-con .benefits-header .benefits-headerP1{
  320. display: inline-block;
  321. font-size: 18px;
  322. font-weight: bold;
  323. margin-left: 8px;
  324. }
  325. .benefits-con .benefits-header .ep1{
  326. color: #1479a1;
  327. }
  328. .benefits-con .benefits-header .benefits-headerP2{
  329. width: 303px;
  330. height: 7px;
  331. display: inline-block;
  332. margin-left: 20px;
  333. }
  334. .benefits-con .benefits-header .ep2{
  335. background-color: #1479a1;
  336. }
  337. .benefits-con .benefitsCon1{
  338. width: 84%;
  339. height: 144px;
  340. margin: auto;
  341. }
  342. .benefits-con .benefitsCon1>div{
  343. width: 49%;
  344. height: 100%;
  345. text-align: center;
  346. }
  347. .benefits-con .benefitsCon1 .bf1 img{
  348. width: 80px;
  349. height: 85px;
  350. }
  351. .benefits-con .benefitsCon1 .bf2 img{
  352. width: 74px;
  353. height: 74px;
  354. margin-top: 11px;
  355. }
  356. .benefits-con .benefitsCon1 .bf3 img{
  357. width: 76px;
  358. height: 76px;
  359. margin-top: 11px;
  360. }
  361. .benefits-con .benefitsCon1 .bf4 img{
  362. width: 125px;
  363. height: 65px;
  364. margin-top: 22px;
  365. }
  366. .benefits-con .benefitsCon1 .bf5 img{
  367. width: 70px;
  368. height: 69px;
  369. margin-top: 11px;
  370. }
  371. .benefits-con .benefitsCon1 .bf6 img{
  372. width: 77px;
  373. height: 77px;
  374. margin-top: 5px;
  375. }
  376. .benefits-con .benefitsCon1>div p{
  377. font-size: 14px;
  378. color: #666;
  379. margin-top: 12px;
  380. }
  381. .WebEp-cgal{
  382. width: 100%;
  383. height: 400px;
  384. background-color:#bec1c2;
  385. border-top: 8px solid #fff;
  386. }
  387. .WebEp-cgal .cgal-d1{
  388. width: 294px;
  389. height: 50px;
  390. text-align: center;
  391. background-color: #1ab2c3;
  392. font-size: 32px;
  393. color: #fff;
  394. border: 3px solid #93d2d9;
  395. border-radius: 10px;
  396. margin: 40px auto;
  397. }
  398. .WebEp-cgal .cgalCom{
  399. width: 700px;
  400. height: 210px;
  401. margin: 20px auto;
  402. }
  403. .cgalCom .cgalContainer{
  404. width: 100%;
  405. height: 50%;
  406. }
  407. .cgalCom .cgalContainer>li{
  408. float:left;
  409. }
  410. .cgalCom .cgalContainer li{
  411. width: 232px;
  412. height: 104px;
  413. background-color:#fff;
  414. text-align: center;
  415. position: relative;
  416. top:0;
  417. left:0;
  418. border-bottom: 2px dotted #ccc;
  419. border-right: 2px dotted #ccc;
  420. }
  421. .cgalCom ul:first-child li{
  422. border-bottom: 2px dotted #ccc;
  423. border-right: 2px dotted #ccc;
  424. }
  425. .cgalCom ul:first-child li:last-child,
  426. .cgalCom ul:last-child li:last-child{
  427. border-right:none;
  428. }
  429. .cgalCom ul:last-child li{
  430. border-bottom:none;
  431. }
  432. .cgalCom .cgalContainer li a{
  433. width: 100%;
  434. height: 100%;
  435. display: inline-block;
  436. line-height: 104px;
  437. }
  438. /*WebEP end*/
  439. /*WebBID start*/
  440. .WebEp-ldts .ldts-ts .p3{
  441. width: 111px;
  442. }
  443. .WebEp-ldts .ldts-d2 .p3{
  444. top: 22px;
  445. left: 5px;
  446. }
  447. .WebEp-ldts .ldts-d5 .ldts-d5-bidp1{
  448. top: 0;
  449. left: 0;
  450. }
  451. .WebEp-ldts .ldtsBid{
  452. position: absolute;
  453. top: 36%;
  454. left: 48%;
  455. font-size: 32px;
  456. z-index: 111;
  457. font-weight: bold;
  458. }
  459. .WebEp-ldts .ldtsBid p:first-child{
  460. color: #615cf3;
  461. }
  462. .WebEp-ldts .ldtsBid p:last-child{
  463. color: #6388f0;
  464. }
  465. .gnjg-bidHeader{
  466. font-size: 26px;
  467. color: #fff;
  468. background-color: #fa2a3d;
  469. width: 440px;
  470. text-align: center;
  471. border: 3px solid #dcaf52;
  472. border-radius: 8px;
  473. position: absolute;
  474. top: 14%;
  475. left: 27%;
  476. }
  477. .WebEp-ldts .ldts-ts:hover p:last-child{
  478. color:red;
  479. }
  480. .WebEp-ldts .ldts-ts:hover p:first-child{
  481. z-index: 111;
  482. font-size:16px;
  483. }
  484. .WebEp-gnjg .bidImg{
  485. width: 723px;
  486. height: 378px;
  487. position: absolute;
  488. top: 25%;
  489. left: 14.1%;
  490. }
  491. .epLline3{
  492. width: 59.3%;
  493. border: 1px solid #eeefef;
  494. position: absolute;
  495. top: 25%;
  496. left: 20.5%;
  497. border-radius: 10px;
  498. }
  499. .WebEp-gnjg .bidGnjgModule {
  500. width: 130px;
  501. height: 352px;
  502. position: absolute;
  503. top: 30%;
  504. font-size: 14px;
  505. z-index: 111;
  506. /*border: 1px solid blue;*/
  507. }
  508. .WebEp-gnjg .gnjgBidData{
  509. left:15%;
  510. }
  511. .WebEp-gnjg .gnjgZtb{
  512. left:30%;
  513. }
  514. .WebEp-gnjg .gnjgJb{
  515. right:43%;
  516. }
  517. .WebEp-gnjg .gnjgJj{
  518. right:28%;
  519. }
  520. .WebEp-gnjg .gnjgBb{
  521. right:14%;
  522. }
  523. .bidModuleP {
  524. font-size: 18px;
  525. color: #fff;
  526. text-align: center;
  527. margin-top: 18px;
  528. }
  529. .benefits-con .benefits-header .bp1{
  530. color: #b19d0a;
  531. }
  532. .benefits-con .benefits-header .bp2{
  533. background-color: #b19d0a;
  534. }
  535. .benefitsCon1 .bid-bf1 img {
  536. width: 66px;
  537. height: 90px;
  538. margin-top: 11px;
  539. }
  540. .benefitsCon1 .bid-bf2 img {
  541. width: 91px;
  542. height: 90px;
  543. margin-top: 11px;
  544. }
  545. .benefitsCon1 .bid-bf3 img {
  546. width: 130px;
  547. height: 90px;
  548. margin-top: 11px;
  549. }
  550. .benefitsCon1 .bid-bf4 img {
  551. width: 80px;
  552. height: 90px;
  553. margin-top: 11px;
  554. }
  555. .benefitsCon1 .bid-bf5 img {
  556. width: 64px;
  557. height: 108px;
  558. margin-top: 11px;
  559. }
  560. .benefitsCon1 .bid-bf6 img {
  561. width: 114px;
  562. height: 108px;
  563. margin-top: 11px;
  564. }
  565. .WebEp-cgal .cgalBid-d1 {
  566. width: 294px;
  567. height: 50px;
  568. text-align: center;
  569. background-color: #c04786;
  570. font-size: 32px;
  571. color: #fff;
  572. border: 3px solid #d77ba2;
  573. border-radius: 10px;
  574. margin: 40px auto;
  575. }
  576. .WebBID-ztblc{
  577. width: 100%;
  578. height: 300px;
  579. background-color: #f3f3f3;
  580. border-top: 8px solid #fff;
  581. }
  582. .WebBID-ztblc .ztblc-d1{
  583. background-color: #eb1d67;
  584. width: 366px;
  585. height: 44px;
  586. font-size: 26px;
  587. color: #fff;
  588. text-align: center;
  589. margin: 40px auto;
  590. border-radius: 8px;
  591. border: 3px solid #fabbd5;
  592. }
  593. .WebBID-ztblc .ztblc-d2{
  594. width: 700px;
  595. height: 150px;
  596. margin: auto;
  597. }
  598. .WebBID-ztblc .ztblc-d2 div{
  599. width: 33%;
  600. position: relative;
  601. top: 0;
  602. left: 0;
  603. }
  604. .WebBID-ztblc .ztblc-d2 div img{
  605. width: 170px;
  606. height: 85px;
  607. }
  608. .WebBID-ztblc .ztblc-d2 div p{
  609. position: absolute;
  610. top: 36%;
  611. color: #ffF;
  612. font-size: 18px;
  613. }
  614. .WebBID-ztblc .ztblc-d2 .ztblc-p1 p{
  615. left: 16%;
  616. }
  617. .WebBID-ztblc .ztblc-d2 .ztblc-p2 p,
  618. .WebBID-ztblc .ztblc-d2 .ztblc-p3 p{
  619. left:26%;
  620. }
  621. .WebWMS-wcs {
  622. width: 100%;
  623. height: 500px;
  624. background-color: #f3f3f3;
  625. border-top:8px solid #fff;
  626. }
  627. .WebWMS-wcs div{
  628. width: 650px;
  629. height: 100%;
  630. margin:auto;
  631. }
  632. .WebWMS-wcs div img{
  633. width: 600px;
  634. margin-top:40px;
  635. }
  636. .benefits-con .benefits-header .wmsp1 {
  637. color: #00a0e9;
  638. }
  639. .benefits-con .benefits-header .wmsp2{
  640. background-color:#00a0e9;
  641. }
  642. .WebEp-ldts .ldts-d1 .wmsSix-p1{
  643. top: 15%;
  644. left: 72%;
  645. }
  646. .WebEp-ldts .ldts-d2 .wmsSix-p2{
  647. top: 15%;
  648. left: 2%;
  649. }
  650. .WebEp-ldts .ldts-d3 .wmsSix-p3{
  651. top: 30%;
  652. right: 9%;
  653. }
  654. .WebEp-ldts .ldts-d4 .wmsSix-p4{
  655. top: 26%;
  656. left: 4%;
  657. }
  658. .WebEp-ldts .ldts-d5 .wmsSix-p5{
  659. top: 44%;
  660. right: 8%;
  661. }
  662. .WebEp-ldts .ldts-d6 .wmsSix-p6{
  663. top: 46%;
  664. left: 2%;
  665. }
  666. .WebEp-ldts .ldtsWms {
  667. position: absolute;
  668. top: 36%;
  669. left: 47%;
  670. font-size: 32px;
  671. z-index: 111;
  672. font-weight: bold;
  673. }
  674. .WebEp-ldts .ldtsWms p:first-child {
  675. color: #f8b101;
  676. }
  677. .WebEp-ldts .ldtsWms p:last-child {
  678. color: #ee7104;
  679. }
  680. .WebEp-gnjg .wmsImg {
  681. width: 616px;
  682. height: 266px;
  683. position: absolute;
  684. top: 25%;
  685. left: 20.1%;
  686. }
  687. .wmsLine1 {
  688. height: 20px;
  689. border: 1px solid #eeefef;
  690. position: absolute;
  691. top: 22%;
  692. left: 50.4%;
  693. }
  694. .wmsLline3 {
  695. width: 50.4%;
  696. border: 1px solid #eeefef;
  697. position: absolute;
  698. top: 25%;
  699. left: 25.3%;
  700. border-radius: 10px;
  701. }
  702. .WebEp-gnjg .wmsGnjgModule {
  703. width: 108px;
  704. height: 240px;
  705. position: absolute;
  706. top: 30%;
  707. font-size: 14px;
  708. z-index: 111;
  709. }
  710. .WebEp-gnjg .gnjgwmsData {
  711. left: 20.4%;
  712. }
  713. .WebEp-gnjg .gnjgrkgl {
  714. left: 33%;
  715. }
  716. .WebEp-gnjg .gnjgchuhuo {
  717. left: 45.4%;
  718. }
  719. .WebEp-gnjg .gnjgchgl {
  720. right: 31.4%;
  721. }
  722. .WebEp-gnjg .gnjgzzfw {
  723. right: 19.2%;
  724. }
  725. .gnjgModuleWms {
  726. width: 90%;
  727. height: 142px;
  728. margin: 44px 0 0 20px;
  729. }
  730. .WebWms-cgal .cgalWms-d1 {
  731. width: 294px;
  732. height: 50px;
  733. text-align: center;
  734. background-color: #f18d00;
  735. font-size: 32px;
  736. color: #fff;
  737. border: 3px solid #e2c369;
  738. border-radius: 10px;
  739. margin: 40px auto;
  740. }
  741. .WebEp-gnjg .gnjg-wmsfoot{
  742. width: 600px;
  743. height: 55px;
  744. line-height: 55px;
  745. font-size: 22px;
  746. color: #fff;
  747. position: absolute;
  748. bottom: 16%;
  749. left: 22%;
  750. }
  751. .WebEp-gnjg .gnjg-wmsfoot .wmsfoot-s1{
  752. background-color: #ffc524;
  753. padding: 6px 50px;
  754. border: 3px solid #ffe18d;
  755. border-radius: 10px;
  756. margin-right: 12px;
  757. }
  758. .WebEp-gnjg .gnjg-wmsfoot .wmsfoot-s2{
  759. background-color: #2aa19d;
  760. padding: 6px 34px;
  761. border: 3px solid #7fd5d3;
  762. border-radius: 10px;
  763. margin-right: 12px;
  764. }
  765. .WebEp-gnjg .gnjg-wmsfoot .wmsfoot-s3{
  766. background-color: #8cb202;
  767. padding: 6px 48px;
  768. border: 3px solid #b5d055;
  769. border-radius: 10px;
  770. }
  771. .WebWms-cgal {
  772. width: 100%;
  773. height: 600px;
  774. background-color: #bec1c2;
  775. border-top: 8px solid #fff;
  776. }
  777. .WebWms-cgal .wms-footer{
  778. width: 800px;
  779. height: 450px;
  780. margin: auto;
  781. }
  782. .WebWms-cgal .wms-footer ul{
  783. float:left;
  784. margin: 0 9px;
  785. }
  786. .WebWms-cgal .wms-footer .xf-cus{
  787. width: 140px;
  788. height: 440px;
  789. }
  790. .WebWms-cgal .wms-footer ul li:first-child{
  791. height: 35px;
  792. width: 100%;
  793. margin: auto;
  794. text-align: center;
  795. font-size: 20px;
  796. color: #fff;
  797. border-radius: 6px;
  798. }
  799. .WebWms-cgal .wms-footer ul li:not(:first-child){
  800. width: 100%;
  801. height: 100px;
  802. border-bottom: 2px dashed #adc768;
  803. background-color: #fff;
  804. position: relative;
  805. top:0;
  806. left:0;
  807. }
  808. .WebWms-cgal .wms-footer ul li:last-child{
  809. border:0;
  810. }
  811. .WebWms-cgal .wms-footer ul li:not(:first-child) a{
  812. width: 100%;
  813. height: 100%;
  814. line-height: 100px;
  815. text-align:center;
  816. display: inline-block;
  817. }
  818. .xf-cus .cus-xf{
  819. background-color: #8cb202;
  820. border: 3px solid #b5d055;
  821. }
  822. .xf-cus .cus-kx{
  823. background-color: #01afef;
  824. border: 3px solid #6ed2f6;
  825. }
  826. .xf-cus .cus-qc{
  827. background-color: #ffc524;
  828. border: 3px solid #ffe18d;
  829. }
  830. .xf-cus .cus-dz{
  831. background-color: #2aa19d;
  832. border: 3px solid #96ebe8;
  833. }
  834. .xf-cus .cus-other{
  835. background-color: #7030a0;
  836. border: 3px solid #c397e3;
  837. }
  838. .xf-cus-xf li:nth-child(2) a img{
  839. width: 105px;
  840. height: 38px;
  841. }
  842. .xf-cus-xf li:last-child a img{
  843. width: 86px;
  844. height: 50px;
  845. }
  846. .xf-cus-kx li:nth-child(2) a img{
  847. width: 86px;
  848. height: 43px;
  849. }
  850. .xf-cus-kx li:last-child a img{
  851. width: 108px;
  852. height: 40px;
  853. }
  854. .xf-cus-qc li:nth-child(2) a img{
  855. width: 89px;
  856. height: 40px;
  857. }
  858. .xf-cus-qc li:nth-child(3) a img{
  859. width: 100px;
  860. height: 40px;
  861. }
  862. .xf-cus-qc li:last-child a img{
  863. width: 100px;
  864. height: 33px;
  865. }
  866. .xf-cus-dz li:nth-child(2) a img{
  867. width: 100px;
  868. height: 36px;
  869. }
  870. .xf-cus-dz li:nth-child(3) a img{
  871. width: 100px;
  872. height: 34px;
  873. }
  874. .xf-cus-dz li:last-child a img{
  875. width: 110px;
  876. height: 32px;
  877. }
  878. .xf-cus-other li:nth-child(2) a img{
  879. width: 70px;
  880. height: 60px;
  881. }
  882. .xf-cus-other li:nth-child(3) a img{
  883. width: 110px;
  884. height: 34px;
  885. }
  886. .xf-cus-other li:last-child a img{
  887. width: 120px;
  888. height: 50px;
  889. vertical-align: -32px;
  890. }
  891. .ppjj-hide{
  892. width: 150px;
  893. height: 240px;
  894. /*border: 1px solid red;*/
  895. padding: 2px;
  896. background-color: #fff;
  897. position: absolute;
  898. top:76px;
  899. left:-5px;
  900. z-index: 1111;
  901. display: none;
  902. -webkit-transition: all 0.5s ease-in-out 0s;
  903. -moz-transition: all 0.5s ease-in-out 0s;
  904. -ms-transition: all 0.5s ease-in-out 0s;
  905. -o-transition: all 0.5s ease-in-out 0s;
  906. transition: all 0.5s ease-in-out 0s;
  907. }
  908. .ppjj-hide p{
  909. font-size: 14px;
  910. color: #8d8d8d;
  911. text-align: justify;
  912. text-indent: 26px;
  913. }
  914. .cgal-hide{
  915. width: 230px;
  916. height: 130px;
  917. /*border: 1px solid red;*/
  918. padding: 2px;
  919. background-color: #fff;
  920. position: absolute;
  921. top:76px;
  922. left:0;
  923. z-index: 1111;
  924. display: none;
  925. -webkit-transition: all 0.5s ease-in-out 0s;
  926. -moz-transition: all 0.5s ease-in-out 0s;
  927. -ms-transition: all 0.5s ease-in-out 0s;
  928. -o-transition: all 0.5s ease-in-out 0s;
  929. transition: all 0.5s ease-in-out 0s;
  930. }
  931. .cgal-hide p{
  932. font-size: 14px;
  933. color: #8d8d8d;
  934. text-align: justify;
  935. text-indent: 26px;
  936. }
  937. .WebWms-cgal .wms-footer ul li:not(:first-child):hover .ppjj-hide,
  938. .cgalCom .cgalContainer .EpConHide:hover .cgal-hide{
  939. display: block;
  940. }
  941. /*WebBID end*/