footer.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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 30px;
  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 30px;
  76. }
  77. .call_us_box {
  78. display: block;
  79. width: 100%;
  80. margin: 40px auto 0;
  81. overflow: hidden;
  82. text-align: center;
  83. font-size: 0px;
  84. background: #dd7d18;
  85. a {
  86. color: #fff;
  87. }
  88. }
  89. .inner {
  90. width: 1200px;
  91. margin: 0 auto;
  92. }
  93. .inner>* {
  94. height: 12px;
  95. line-height: 12px;
  96. color: #fff;
  97. font-size: 14px;
  98. display: inline-block;
  99. box-sizing: border-box;
  100. padding: 0 19px;
  101. font-weight: bold;
  102. border-left: solid 1px #CB7113;
  103. margin: 18px 0;
  104. }
  105. .inner>*:nth-of-type(1) {
  106. border-left: 0px;
  107. }
  108. .foot_text_box {
  109. margin: 40px auto 0px;
  110. text-align: center;
  111. color: #333;
  112. font-size: 14px;
  113. line-height: 25px;
  114. // background-color: red;
  115. p {
  116. a {
  117. color: #333;
  118. font-size: 14px;
  119. }
  120. .webSitecolor {
  121. color: #dd7d18;
  122. }
  123. }
  124. }
  125. .foot_text_box :deep(a){color: #333;}
  126. // .foot_text_box a{}
  127. .top_content {
  128. padding: 0 170px;
  129. }
  130. .webSitecolor {
  131. color: #dd7d18;
  132. }
  133. .foot_text_box_green {
  134. color: #40663B;
  135. }
  136. .foot_text_box img {
  137. display: inline-block;
  138. height: 20px;
  139. vertical-align: middle;
  140. }
  141. .foot_logo_out {
  142. position: relative;
  143. margin: 0px auto;
  144. width: 100%;
  145. height: 0px;
  146. }
  147. .foot_logo_out * {
  148. width: 120px;
  149. display: block;
  150. }
  151. .foot_logo_out>* {
  152. position: absolute;
  153. top: -145px;
  154. }
  155. .foot_logo_out>*:nth-of-type(1) {
  156. left: 0px;
  157. }
  158. .foot_logo_out>*:nth-of-type(2) {
  159. right: 0px;
  160. }
  161. .foot_last_img_box {
  162. margin: 40px auto 10px;
  163. text-align: center;
  164. overflow: hidden;
  165. width: 100%;
  166. font-size: 0px;
  167. padding-bottom: 40px;
  168. }
  169. .foot_last_img_box>* {
  170. height: 50px;
  171. width: 120px;
  172. margin: 0px 13px;
  173. display: inline-block;
  174. overflow: hidden;
  175. }
  176. .foot_last_img_box>* * {
  177. display: block;
  178. height: 100%;
  179. width: 100%;
  180. overflow: hidden;
  181. }