footer.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. margin-top: 20px;
  39. // box-sizing: border-box;
  40. border: solid 1px #D7EDD4;
  41. // margin: 0px 25px 10px 0px;
  42. }
  43. .foot_img_box>* * {
  44. display: block;
  45. width: 100%;
  46. height: 100%;
  47. }
  48. .foot_img_box>*:nth-of-type(7n) {
  49. margin-right: 0px;
  50. }
  51. .foot_frind_box {
  52. display: block;
  53. margin: 30px auto;
  54. overflow: hidden;
  55. display: flex;
  56. width: 100%;
  57. }
  58. .foot_frind_box span {
  59. word-break: keep-all;
  60. white-space: nowrap;
  61. line-height: 22px;
  62. font-size: 16px;
  63. color: #333;
  64. font-weight: bold;
  65. }
  66. .foot_frind_box div {
  67. width: 100%;
  68. overflow: hidden;
  69. }
  70. .foot_frind_box div * {
  71. float: left;
  72. line-height: 22px;
  73. height: 22px;
  74. color: #333;
  75. font-size: 16px;
  76. margin: 0 30px;
  77. }
  78. .call_us_box {
  79. display: block;
  80. width: 100%;
  81. margin: 40px auto 0;
  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. p {
  116. a {
  117. color: #333;
  118. font-size: 14px;
  119. }
  120. .webSitecolor {
  121. color: #dd7d18;
  122. }
  123. }
  124. }
  125. .top_content {
  126. padding: 0 170px;
  127. }
  128. .webSitecolor {
  129. color: #dd7d18;
  130. }
  131. .foot_text_box_green {
  132. color: #40663B;
  133. }
  134. .foot_text_box img {
  135. display: inline-block;
  136. height: 20px;
  137. vertical-align: middle;
  138. }
  139. .foot_logo_out {
  140. position: relative;
  141. margin: 0px auto;
  142. width: 100%;
  143. height: 0px;
  144. }
  145. .foot_logo_out * {
  146. width: 120px;
  147. display: block;
  148. }
  149. .foot_logo_out>* {
  150. position: absolute;
  151. top: -100px;
  152. }
  153. .foot_logo_out>*:nth-of-type(1) {
  154. left: 0px;
  155. }
  156. .foot_logo_out>*:nth-of-type(2) {
  157. right: 0px;
  158. }
  159. .foot_last_img_box {
  160. margin: 40px auto 10px;
  161. text-align: center;
  162. overflow: hidden;
  163. width: 100%;
  164. font-size: 0px;
  165. padding-bottom: 40px;
  166. }
  167. .foot_last_img_box>* {
  168. height: 50px;
  169. width: 150px;
  170. margin: 0px 12px;
  171. display: inline-block;
  172. overflow: hidden;
  173. }
  174. .foot_last_img_box>* * {
  175. display: block;
  176. height: 100%;
  177. width: 100%;
  178. overflow: hidden;
  179. }