foot.less 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. .index_foot {
  2. box-sizing: border-box;
  3. width: 1200px;
  4. margin: 0 auto;
  5. }
  6. .index_foot_name_box {
  7. margin: 10px 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: 20px auto 0;
  28. width: 100%;
  29. display: flex;
  30. flex-wrap: wrap;
  31. align-items: center;
  32. justify-content: flex-start;
  33. }
  34. .foot_img_box a {
  35. width: 170px;
  36. height: 57px;
  37. margin: 0 0 20px 0;
  38. display: block;
  39. }
  40. .foot_img_box img {
  41. float: left;
  42. width: 170px;
  43. height: 57px;
  44. overflow: hidden;
  45. box-sizing: border-box;
  46. border: solid 1px #D7EDD4;
  47. display: block;
  48. margin: 0 auto;
  49. }
  50. .foot_img_box a:nth-child(2) {
  51. margin-left: 35px;
  52. }
  53. .foot_img_box a:nth-child(3) {
  54. margin-left: 35px;
  55. }
  56. .foot_img_box a:nth-child(4) {
  57. margin-left: 35px;
  58. }
  59. .foot_img_box a:nth-child(5) {
  60. margin-left: 35px;
  61. }
  62. .foot_img_box a:nth-child(6) {
  63. margin-left: 40px;
  64. }
  65. .foot_img_box a:nth-child(7) {
  66. margin-left: 0;
  67. }
  68. .foot_img_box a:nth-child(8) {
  69. margin-left: 35px;
  70. }
  71. .foot_img_box a:nth-child(9) {
  72. margin-left: 35px;
  73. }
  74. .foot_img_box a:nth-child(10) {
  75. margin-left: 35px;
  76. }
  77. .foot_img_box a:nth-child(11) {
  78. margin-left: 35px;
  79. }
  80. .foot_img_box a:nth-child(12) {
  81. margin-left: 40px;
  82. }
  83. .foot_img_box>* * {
  84. display: block;
  85. width: 100%;
  86. height: 100%;
  87. }
  88. .foot_img_box>*:nth-of-type(7n) {
  89. margin-right: 0px;
  90. }
  91. .foot_frind_box {
  92. display: block;
  93. margin: 11px auto;
  94. overflow: hidden;
  95. display: flex;
  96. width: 100%;
  97. // border-bottom: solid 2px #49A769;
  98. padding-bottom: 20px;
  99. }
  100. .foot_frind_box span {
  101. word-break: keep-all;
  102. white-space: nowrap;
  103. line-height: 22px;
  104. font-size: 16px;
  105. color: #333;
  106. font-weight: bold;
  107. }
  108. .foot_frind_box div {
  109. width: 100%;
  110. overflow: hidden;
  111. }
  112. .foot_frind_box div * {
  113. float: left;
  114. line-height: 22px;
  115. height: 22px;
  116. color: #333;
  117. font-size: 16px;
  118. margin: 0 30px;
  119. }
  120. .call_us_box {
  121. display: block;
  122. width: 100%;
  123. margin: 30px auto 0;
  124. overflow: hidden;
  125. text-align: center;
  126. font-size: 0px;
  127. background: #a01c0e;
  128. a {
  129. color: #fff;
  130. }
  131. }
  132. .call_us_box>* {
  133. height: 12px;
  134. line-height: 12px;
  135. color: #fff;
  136. font-size: 14px;
  137. display: inline-block;
  138. box-sizing: border-box;
  139. padding: 0 19px;
  140. font-weight: bold;
  141. border-left: solid 2px #7e1c11;
  142. margin: 18px 0;
  143. }
  144. .call_us_box>*:nth-of-type(1) {
  145. border-left: 0px;
  146. }
  147. .foot_text_box {
  148. margin: 20px auto 0px;
  149. text-align: center;
  150. color: #333;
  151. font-size: 14px;
  152. line-height: 25px;
  153. p {
  154. a {
  155. color: #333;
  156. font-size: 14px;
  157. }
  158. .webSitecolor {
  159. color: #a01c0e;
  160. }
  161. }
  162. }
  163. .foot_text_box_green {
  164. color: #a01c0e;
  165. }
  166. .foot_text_box img {
  167. display: inline-block;
  168. height: 20px;
  169. vertical-align: middle;
  170. }
  171. .foot_logo_out {
  172. position: relative;
  173. margin: 0px auto;
  174. width: 100%;
  175. height: 0px;
  176. }
  177. .foot_logo_out * {
  178. width: 120px;
  179. display: block;
  180. }
  181. .foot_logo_out>* {
  182. position: absolute;
  183. top: -140px;
  184. }
  185. .foot_logo_out>*:nth-of-type(1) {
  186. left: 0px;
  187. }
  188. .foot_logo_out>*:nth-of-type(2) {
  189. right: 0px;
  190. }
  191. .foot_last_img_box {
  192. margin: 40px auto 10px;
  193. text-align: center;
  194. overflow: hidden;
  195. width: 100%;
  196. font-size: 0px;
  197. padding-bottom: 40px;
  198. }
  199. .foot_last_img_box>* {
  200. height: 50px;
  201. width: 150px;
  202. display: inline-block;
  203. overflow: hidden;
  204. }
  205. .foot_last_img_box img {
  206. width: 120px;
  207. height: 50px;
  208. }
  209. .foot_text_html_css :deep(a) {
  210. color: #333;
  211. // text-decoration: underline;
  212. }
  213. .foot_text_html_css :deep(img) {
  214. margin: 0 5px;
  215. }
  216. //添加在线客服
  217. .kefu {
  218. bottom: 100px;
  219. height: 430px;
  220. position: fixed;
  221. right: 10px;
  222. width: 100px;
  223. .kefu_itemKf {
  224. background-color: #fff;
  225. border-radius: 10px;
  226. box-shadow: 0 4px 16px #0000001a;
  227. height: 100px;
  228. margin-bottom: 15px;
  229. text-align: center;
  230. width: 100px;
  231. box-sizing: border-box;
  232. position: relative;
  233. cursor: pointer;
  234. margin-bottom: 100px;
  235. a {
  236. >p {
  237. color: #666;
  238. font-size: 14px;
  239. font-weight: 500;
  240. line-height: 16px;
  241. }
  242. >img {
  243. margin-top: 15px;
  244. width: 50px;
  245. height: 50px;
  246. margin-bottom: 5px;
  247. }
  248. }
  249. }
  250. .kefu_itemQQ {
  251. background-color: #fff;
  252. border-radius: 10px;
  253. box-shadow: 0 4px 16px #0000001a;
  254. height: 100px;
  255. margin-bottom: 15px;
  256. text-align: center;
  257. width: 100px;
  258. box-sizing: border-box;
  259. position: relative;
  260. cursor: pointer;
  261. >p {
  262. color: #666;
  263. font-size: 14px;
  264. font-weight: 500;
  265. line-height: 16px;
  266. }
  267. >img {
  268. margin-top: 10px;
  269. width: 60px;
  270. height: 60px;
  271. }
  272. &:hover {
  273. .kefu_item_content_QQ {
  274. display: block;
  275. }
  276. }
  277. }
  278. .kefu_itemPhone {
  279. background-color: #fff;
  280. border-radius: 10px;
  281. box-shadow: 0 4px 16px #0000001a;
  282. height: 100px;
  283. margin-bottom: 15px;
  284. text-align: center;
  285. width: 100px;
  286. box-sizing: border-box;
  287. position: relative;
  288. cursor: pointer;
  289. >p {
  290. color: #666;
  291. font-size: 14px;
  292. font-weight: 500;
  293. line-height: 16px;
  294. }
  295. >img {
  296. margin-top: 10px;
  297. width: 60px;
  298. height: 60px;
  299. }
  300. &:hover {
  301. .kefu_item_content_phone {
  302. display: block;
  303. }
  304. }
  305. }
  306. .kefu_item_content_QQ {
  307. position: absolute;
  308. top: -100px;
  309. right: 100px;
  310. background: #fff;
  311. border-radius: 10px;
  312. display: none;
  313. width: 190px;
  314. height: 330px;
  315. background: #fff;
  316. box-shadow: 0 4px 16px #0000001a;
  317. z-index: 99;
  318. box-sizing: border-box;
  319. padding: 20px;
  320. img {
  321. margin-bottom: 10px;
  322. }
  323. .qqfs {
  324. margin-bottom: 20px;
  325. font-size: 14px;
  326. color: #333;
  327. }
  328. .arrow {
  329. width: 0;
  330. height: 0;
  331. width: 0;
  332. border-top: 20px solid transparent;
  333. border-bottom: 20px solid transparent;
  334. border-left: 20px solid #fff;
  335. position: absolute;
  336. top: 120px;
  337. right: -20px;
  338. transform: translateX(-50%);
  339. z-index: 100;
  340. }
  341. }
  342. .kefu_item_content_phone {
  343. position: absolute;
  344. top: 0;
  345. right: 100px;
  346. background: #fff;
  347. border-radius: 10px;
  348. display: none;
  349. width: 190px;
  350. height: 80px;
  351. background: #fff;
  352. box-shadow: 0 4px 16px #0000001a;
  353. z-index: 99;
  354. box-sizing: border-box;
  355. padding: 20px;
  356. text-align: left;
  357. color: #333;
  358. .kefu_item_content_phone_title {
  359. margin-bottom: 5px;
  360. font-weight: bold;
  361. }
  362. .arrow {
  363. width: 0;
  364. height: 0;
  365. width: 0;
  366. border-top: 20px solid transparent;
  367. border-bottom: 20px solid transparent;
  368. border-left: 20px solid #fff;
  369. position: absolute;
  370. top: 20px;
  371. right: -20px;
  372. transform: translateX(-50%);
  373. z-index: 100;
  374. }
  375. }
  376. }