facilitator.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. #facili{width:100%;min-height: 300px;background-color: #fcfcfc;}
  2. #facili>div{width:1200px;margin: 0px auto;}
  3. .facImg{height:140px;padding:20px 0;display: flex;justify-content: flex-start;}
  4. .facImg>div:nth-child(1){width:100px;height:100px;background-color:#fff;padding:5px;
  5. border-radius: 5px;margin-right:30px;}
  6. .facImg>div>img{width:90px;height:90px;}
  7. .facImg>div>h3{line-height: 100px;letter-spacing: 2px;}
  8. .facTab>span{font-size: 18px;line-height: 26px;padding:0 15px;border:1px solid #2EA1EA;margin-right: 20px;
  9. border-radius: 13px;color:#2EA1EA;cursor: pointer;}
  10. .facTab>span.facActive{background-color: #2EA1EA;color:#fff;}
  11. .facFirst{min-height:500px;padding:30px 0;display: none;}
  12. .jianjie>h4{letter-spacing: 2px;margin-bottom: 20px;}
  13. .jianjie>p{letter-spacing: 1px;margin-bottom: 50px;line-height: 22px;}
  14. .rongyuImg{text-align: center;}
  15. .rongyuCont{padding:30px 8px 30px 22px;background-color: #F4F4F4;display: flex;
  16. justify-content: flex-start;flex-wrap: wrap;margin-bottom: 50px;}
  17. .rongyuCont>div{width:280px;height:200px;background-color: #fff;padding: 10px;margin-bottom:20px;margin-right:12px;}
  18. .rongyuCont>div>img{width:260px;height:145px;}
  19. .rongyuCont>div>p{margin-top:10px;text-align: center;overflow: hidden;
  20. white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;}
  21. .lianxiCont{display: flex;justify-content: space-between;}
  22. .lianxiCont>div{width:370px;height:135px;background-color: ;}
  23. #facAll{display: block;}
  24. .facAll{width:1200px;min-height: 320px;padding: 20px 0;display: flex;
  25. justify-content: flex-start;flex-wrap: wrap;}
  26. .facAll>div{width:225px;height:270px;background-color: #fff;margin-right: 15px;}
  27. .facAll>div>img{width:225px;height:225px;}
  28. .facAll>div>p{margin-top:10px;text-align: center;overflow: hidden;
  29. white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;}
  30. /* 热门推荐 */
  31. .RecommendTitle{
  32. clear: both;
  33. text-align: center;
  34. }
  35. .RecommendTitle h2{
  36. font-size: 26px;
  37. color: #323131;
  38. }
  39. .RecommendTitle span{
  40. display: inline-block;
  41. width: 54px;
  42. height: 4px;
  43. background: #1697e9;
  44. transition: all .2s ease-in;
  45. }
  46. .contantUs{
  47. margin-top: 33px;
  48. height: 130px;
  49. display: flex;
  50. display: -webkit-flex;
  51. justify-content: space-between;
  52. margin-bottom: 100px;
  53. }
  54. .contantUs li{
  55. width: 372px;
  56. background: #f4f4f4;
  57. height: 130px;
  58. display: -webkit-flex;
  59. display: flex;
  60. padding: 36px 0px 0 40px ;
  61. }
  62. .contantUs li .glyphicon{
  63. color: #757474;
  64. font-size: 48px;
  65. display: inline-block;
  66. margin-right: 28px;
  67. font-weight: normal;
  68. margin-top: 4px;
  69. }
  70. .contantUs li p:nth-child(1){
  71. margin-bottom: 14px;
  72. }
  73. .contantUs li p span{
  74. font-size: 14px;
  75. color: #7a7878;
  76. }
  77. .contantUs li p{
  78. font-size: 16px;
  79. color: #1f1f1f;
  80. }
  81. .contantUs li p .pho{
  82. margin-left: 10px;
  83. }
  84. .contantUs li:hover{
  85. background: #1697e9;
  86. }
  87. .contantUs li:hover .glyphicon,.contantUs li:hover p,.contantUs li:hover span{
  88. color: #ffffff;
  89. }
  90. .pagination_box{clear: both;overflow: hidden; width: 1200px;
  91. margin: 0 auto;line-height: 74px;display: none;}
  92. .clearfix{clear: both;}
  93. .pagination_box nav {
  94. float: right;
  95. }
  96. .inp{
  97. float: right; display: none;
  98. }
  99. .pagination_box .inp button{
  100. margin-top:-5px;line-height: 22px;
  101. }
  102. .list_none {
  103. width: 550px;
  104. height: 150px;
  105. background: url("../../../img/all_null.png") no-repeat;
  106. margin: 50px auto;
  107. }
  108. .inp input{
  109. width:40px;
  110. height: 35px;
  111. text-align: center;
  112. border-radius: 5px;
  113. border:1px solid #ccc;
  114. }
  115. .inp button{
  116. margin: 0 10px;
  117. margin-top:-5px;
  118. width: 50px;
  119. }
  120. .pagination_box ul li a {
  121. color: #333
  122. }
  123. .pagination_box .pagination {
  124. float: right;
  125. margin-right: 20px;
  126. }
  127. .pagination_box .totalCount {
  128. float: right;
  129. display: inline-block;
  130. margin-right: 15px;
  131. }