footer.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. .index_foot {
  2. box-sizing: border-box;
  3. width: 1200px;
  4. margin: 0 auto;
  5. }
  6. .index_foot_name_box {
  7. margin: 40px auto 0px;
  8. text-align: center;
  9. font-size: 0px;
  10. }
  11. .index_foot_name {
  12. display: inline-block;
  13. height: 67px;
  14. line-height: 67px;
  15. color: #f2f9f4;
  16. font-size: 51px;
  17. font-weight: bold;
  18. overflow: hidden;
  19. }
  20. .index_foot_name:nth-of-type(even) {
  21. color: #333;
  22. font-size: 32px;
  23. }
  24. .foot_img_box {
  25. overflow: hidden;
  26. display: block;
  27. margin: 10px auto 0;
  28. width: 100%;
  29. // display: flex;
  30. // justify-content: space-between;
  31. // flex-wrap: wrap;
  32. }
  33. .foot_img_box>* {
  34. float: left;
  35. width: 170px;
  36. height: 57px;
  37. overflow: hidden;
  38. // box-sizing: border-box;
  39. // border: solid 1px #d7edd4;
  40. margin: 0px 36px 20px 0px;
  41. }
  42. .foot_img_box>* * {
  43. display: block;
  44. width: 170px;
  45. height: 57px;
  46. }
  47. .foot_img_box>*:nth-of-type(6n) {
  48. margin-right: 0px;
  49. }
  50. .foot_frind_box {
  51. display: block;
  52. margin: 20px auto 20px;
  53. overflow: hidden;
  54. display: flex;
  55. width: 100%;
  56. }
  57. .foot_frind_box span {
  58. word-break: keep-all;
  59. white-space: nowrap;
  60. line-height: 22px;
  61. font-size: 16px;
  62. color: #333;
  63. font-weight: bold;
  64. }
  65. .foot_frind_box div {
  66. width: 100%;
  67. overflow: hidden;
  68. }
  69. .foot_frind_box div * {
  70. float: left;
  71. line-height: 22px;
  72. height: 22px;
  73. color: #333;
  74. font-size: 16px;
  75. margin: 0 27px;
  76. margin-bottom: 20px;
  77. }
  78. .call_us_box {
  79. display: block;
  80. width: 100%;
  81. margin: 0 auto;
  82. overflow: hidden;
  83. text-align: center;
  84. font-size: 0px;
  85. background: #dd7d18;
  86. a {
  87. color: #fff;
  88. }
  89. }
  90. .inner {
  91. width: 1200px;
  92. margin: 0 auto;
  93. }
  94. .inner>* {
  95. height: 12px;
  96. line-height: 12px;
  97. color: #fff;
  98. font-size: 14px;
  99. display: inline-block;
  100. box-sizing: border-box;
  101. padding: 0 19px;
  102. font-weight: bold;
  103. border-left: solid 1px #CB7113;
  104. margin: 18px 0;
  105. }
  106. .inner>*:nth-of-type(1) {
  107. border-left: 0px;
  108. }
  109. .foot_text_box {
  110. margin: 40px auto 0px;
  111. text-align: center;
  112. color: #333;
  113. font-size: 14px;
  114. line-height: 25px;
  115. // background-color: red;
  116. p {
  117. a {
  118. color: #333;
  119. font-size: 14px;
  120. }
  121. .webSitecolor {
  122. color: #dd7d18;
  123. }
  124. }
  125. }
  126. .foot_text_box :deep(a){color: #333;}
  127. // .foot_text_box a{}
  128. .top_content {
  129. padding: 0 170px;
  130. }
  131. .webSitecolor {
  132. color: #dd7d18;
  133. }
  134. .foot_text_box_green {
  135. color: #40663B;
  136. }
  137. .foot_text_box img {
  138. display: inline-block;
  139. height: 20px;
  140. vertical-align: middle;
  141. }
  142. .foot_logo_out {
  143. position: relative;
  144. margin: 0px auto;
  145. width: 100%;
  146. height: 0px;
  147. }
  148. .foot_logo_out * {
  149. width: 120px;
  150. display: block;
  151. }
  152. .foot_logo_out>* {
  153. position: absolute;
  154. top: -145px;
  155. }
  156. .foot_logo_out>*:nth-of-type(1) {
  157. left: 0px;
  158. }
  159. .foot_logo_out>*:nth-of-type(2) {
  160. right: 0px;
  161. }
  162. .foot_last_img_box {
  163. margin: 40px auto 10px;
  164. text-align: center;
  165. overflow: hidden;
  166. width: 100%;
  167. font-size: 0px;
  168. padding-bottom: 40px;
  169. }
  170. .foot_last_img_box>* {
  171. height: 50px;
  172. width: 120px;
  173. margin: 0px 13px;
  174. display: inline-block;
  175. overflow: hidden;
  176. }
  177. .foot_last_img_box>* * {
  178. display: block;
  179. height: 100%;
  180. width: 100%;
  181. overflow: hidden;
  182. }