industry.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. .head_bg {
  2. background: url(../imgs/industry/banner-1440.png) no-repeat;
  3. /* background-size: 100% 100%; */
  4. /* background-size: contain; */
  5. }
  6. @media (min-width: 1920px) {
  7. .head_bg {
  8. background: url(../imgs/industry/banner-1920.png) no-repeat;
  9. height: 600px;
  10. }
  11. }
  12. @media (min-width: 1680px) {
  13. /* .head_bg {
  14. background: url(../imgs/industry/banner-1920.png) no-repeat;
  15. height: 600px;
  16. } */
  17. }
  18. @media (min-width: 1440px) {
  19. .head_bg {
  20. background: url(../imgs/industry/banner-1440.png) no-repeat;
  21. height: 450px;
  22. }
  23. }
  24. /*>=1024的设备*/
  25. @media (min-width: 1280px) {
  26. .head_bg {
  27. background: url(../imgs/industry/banner-1280.png) no-repeat;
  28. height: 400px;
  29. }
  30. }
  31. /* 行业痛点开始 */
  32. #pain_points {
  33. padding-bottom: 62px;
  34. }
  35. #pain_points .pain_content {
  36. display: flex;
  37. justify-content: space-between;
  38. }
  39. #pain_points .pain_item {
  40. width: 228px;
  41. /* height: 275px; */
  42. background: #FFFFFF;
  43. border: 1px solid #E5E8ED;
  44. box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.06);
  45. text-align: center;
  46. box-sizing: border-box;
  47. padding: 30px 18px 40px;
  48. }
  49. #pain_points .pain_img {
  50. /* margin-top: 30px; */
  51. }
  52. #pain_points .pain_title {
  53. font-size: 22px;
  54. font-family: Source Han Sans CN;
  55. font-weight: 400;
  56. color: #333333;
  57. line-height: 25px;
  58. margin-top: 23px;
  59. margin-bottom: 50px;
  60. position: relative;
  61. }
  62. #pain_points .pain_title::after {
  63. content: "";
  64. position: absolute;
  65. left: 50%;
  66. transform: translateX(-50%);
  67. bottom: -20px;
  68. width: 48px;
  69. height: 2px;
  70. background: #0052D9;
  71. border-radius: 1px;
  72. }
  73. #pain_points .pain_desc {
  74. font-size: 14px;
  75. font-family: Source Han Sans CN;
  76. font-weight: 400;
  77. color: #666666;
  78. line-height: 25px;
  79. text-align: left;
  80. }
  81. /* 行业痛点结束 */
  82. /* 建设方案开始 */
  83. #plan {
  84. width: 100%;
  85. background: url('../imgs/industry/plan_bg.png') no-repeat;
  86. background-size: 100% 100%;
  87. padding-bottom: 65px;
  88. }
  89. #plan .plan_content {
  90. display: flex;
  91. justify-content: space-between;
  92. }
  93. #plan .plan_item {
  94. width: 377px;
  95. /* height: 149px; */
  96. background: #FFFFFF;
  97. border: 1px solid #DBDBDB;
  98. box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.06);
  99. box-sizing: border-box;
  100. padding: 28px 20px 40px;
  101. display: flex;
  102. }
  103. #plan .plan_img {
  104. width: 40px;
  105. min-width: 40px;
  106. margin-right: 10px;
  107. }
  108. #plan .plan_detail {}
  109. #plan .plan_detail_tit {
  110. height: 18px;
  111. font-size: 18px;
  112. font-family: Source Han Sans CN;
  113. font-weight: 400;
  114. color: #333333;
  115. margin-top: 9px;
  116. margin-bottom: 13px;
  117. }
  118. #plan .plan_detail_desc {
  119. font-size: 14px;
  120. font-family: Source Han Sans CN;
  121. font-weight: 400;
  122. color: #666666;
  123. line-height: 24px;
  124. }
  125. /* 建设方案结束 */
  126. /* 交付路径开始 */
  127. .path {
  128. margin-bottom: 60px;
  129. }
  130. /* 使用效果开始 */
  131. .effect {
  132. width: 100%;
  133. background: url('../imgs/industry/effect_bg.png') no-repeat !important;
  134. background-size: 100% 100% !important;
  135. }
  136. .effect_item {
  137. width: 378px !important;
  138. }
  139. /* 使用效果结束 */
  140. /* 电力 */
  141. .power_item {
  142. display: flex;
  143. align-items: center;
  144. width: 230px;
  145. height: 77px;
  146. background: #FFFFFF;
  147. border: 1px solid #E5E8ED;
  148. box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.06);
  149. text-align: center;
  150. box-sizing: border-box;
  151. padding: 18px 0;
  152. justify-content: center;
  153. }
  154. .power_img {
  155. width: 46px;
  156. min-width: 46px;
  157. margin-right: 9px;
  158. text-align: center;
  159. }
  160. .power_con {
  161. font-size: 16px;
  162. font-family: Source Han Sans CN;
  163. font-weight: 400;
  164. color: #333333;
  165. line-height: 30px;
  166. }