project.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .project-banner {
  2. height: 670px;
  3. background-image: url(./../images/project_bannerbg.png);
  4. background-repeat: no-repeat;
  5. color: #fff;
  6. }
  7. .banner-a {
  8. width: 100%;
  9. display: flex;
  10. flex-direction: column;
  11. justify-content: center;
  12. align-items: center;
  13. height: 100%;
  14. color: #fff;
  15. }
  16. .banner-title {
  17. font-size: 56px;
  18. letter-spacing: 8px;
  19. font-weight: 600;
  20. }
  21. .banner-title2 {
  22. padding-top: 20px;
  23. letter-spacing: 2px;
  24. font-size: 40px;
  25. font-weight: 300;
  26. line-height: 80px;
  27. }
  28. .project-industry {
  29. text-align: center;
  30. margin: 0 auto;
  31. color: #999999;
  32. transform: translatey(-80%);
  33. }
  34. .project-industry-con {
  35. max-width: 1200px;
  36. overflow: hidden;
  37. display: flex;
  38. justify-content: start;
  39. align-items: center;
  40. margin: 0 auto;
  41. background: #fff;
  42. box-shadow: #ccc 0px 0px 10px 2px;
  43. }
  44. .project-industry-one::-webkit-scrollbar {
  45. width: 0px;
  46. height: 0px;
  47. background-color: #f5f5f5;
  48. }
  49. .project-industry-one {
  50. flex: 0 0 1080px;
  51. display: flex;
  52. overflow-x: scroll;
  53. scrollbar-width: none;
  54. -ms-overflow-style: none;
  55. margin: 0 auto;
  56. }
  57. .project-industry-icon {
  58. flex: 0 0 50px;
  59. color: #999999;
  60. font-size: 50px;
  61. cursor: pointer;
  62. }
  63. .project-industry-one-a {
  64. flex: 0 0 216px;
  65. width: 216px;
  66. text-align: center;
  67. overflow: hidden;
  68. }
  69. .project-industry-one-a-li {
  70. padding: 10px 0;
  71. cursor: pointer;
  72. }
  73. .project-industry-one-a-li img {
  74. width: 50px;
  75. height: 50px;
  76. }
  77. .img-show{
  78. display:inline;
  79. }
  80. .img-hidden{
  81. display:none;
  82. }
  83. .project-industry-word {
  84. color: #999;
  85. padding-top: 10px;
  86. }
  87. .blue-color{
  88. color:#00a2ff;
  89. }
  90. .tradition {
  91. text-align: center;
  92. overflow: hidden;
  93. }
  94. .tradition-title {
  95. padding: 50px 0;
  96. color: #666666;
  97. font-size: 32px;
  98. }
  99. .tradition-con {
  100. max-width: 1200px;
  101. overflow-x: hidden;
  102. margin: 30px auto;
  103. display: flex;
  104. justify-content: space-between;
  105. }
  106. .tradition-con-show{
  107. display: flex;
  108. }
  109. .tradition-con-hidden{
  110. display: none;
  111. }
  112. .tradition-one {
  113. flex: 0 0 200px;
  114. text-align: center;
  115. }
  116. .tradition-one img {
  117. width: 85px;
  118. height: 85px;
  119. }
  120. .tradition-one-content {
  121. font-size: 14px;
  122. padding: 10px;
  123. color: #999;
  124. text-align: center;
  125. line-height: 24px;
  126. height: 60px;
  127. overflow: hidden;
  128. text-overflow: ellipsis;
  129. display: -webkit-box;
  130. -webkit-line-clamp: 3;
  131. -webkit-box-orient: vertical;
  132. }
  133. .scene {
  134. background: #fafcff;
  135. text-align: center;
  136. }
  137. .scene-one {
  138. max-width: 1200px;
  139. display: flex;
  140. justify-content: center;
  141. align-items: center;
  142. margin: 0 auto;
  143. }
  144. .scene-left {
  145. flex: 1;
  146. }
  147. .scene-left img {
  148. width: 338px;
  149. height: 338px;
  150. }
  151. .scene-right {
  152. flex: 1;
  153. line-height: 48px;
  154. margin-right: 50px;
  155. font-size: 18px;
  156. text-align: left;
  157. }
  158. .scheme {
  159. text-align: center;
  160. }
  161. .scheme-a {
  162. max-width: 1200px;
  163. overflow: hidden;
  164. display: flex;
  165. justify-content: space-between;
  166. align-items: center;
  167. margin: 70px auto;
  168. padding: 40px 0;
  169. }
  170. .scheme-one {
  171. background: #ffc000;
  172. border-radius: 7px;
  173. flex: 0 0 250px;
  174. height: 400px;
  175. border: 1px solid #ccc;
  176. padding: 20px 10px;
  177. color: #fff;
  178. text-align: center;
  179. transform: translatey(40px);
  180. }
  181. .scheme-one-img {
  182. width: 110px;
  183. height: 110px;
  184. margin: 20px auto;
  185. }
  186. .scheme-one-img img {
  187. width: 110px;
  188. height: 110px;
  189. }
  190. .scheme-one-word {
  191. font-size: 18px;
  192. line-height: 48px;
  193. }
  194. .blue-bg {
  195. background: #00a2ff;
  196. transform: translatey(-40px);
  197. }