30.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. 
  2. .clear{ clear:both;}
  3. /*`````````````````````foot`````````````````*/
  4. /*------------ footer-new ------------*/
  5. .h40{display:none}
  6. .wrap{ width: 1200px; margin: 0 auto; overflow: visible;}
  7. .footer{width: 100%;}
  8. .footer .footer-top{
  9. background: #000;
  10. padding-top: 47px;
  11. padding-bottom:20px;
  12. }
  13. .footer .footer-block{ float: left;}
  14. .footer .footer-block.w-29{ width: 29%;}
  15. .footer .footer-block.w-25{ width: 25%;}
  16. .footer .footer-block.w-34{ width: 34%;}
  17. .footer .footer-block.w-12{ width: 12%;}
  18. .footer .footer-block .logo{
  19. margin-top: 10px;
  20. }
  21. .footer .footer-block .partner{
  22. margin-top: 15px;
  23. display: block;
  24. width: 65%;
  25. height: 30px;
  26. background-color: #000;
  27. line-height: 30px;
  28. text-align: center;
  29. color: #b5b5b5;
  30. border-radius: 3px;
  31. }
  32. .footer .footer-block .footer-tit{
  33. margin-bottom: 36px;
  34. position: relative;
  35. font-size: 16px;
  36. color: #fff;
  37. line-height: 16px;
  38. }
  39. .footer .footer-block .footer-tit:after{
  40. content: "";
  41. position: absolute;
  42. left: 0;
  43. bottom: -10px;
  44. width: 23px;
  45. height: 1px;
  46. background: #000;
  47. }
  48. .footer .footer-block .hot-line{
  49. margin-bottom: 15px;
  50. font-size: 26px;
  51. line-height: 26px;
  52. color: #63a7e4;
  53. }
  54. .footer .footer-block .foot-qq{
  55. display: block;
  56. position: absolute;
  57. top: -2px;
  58. left: 145px;
  59. width: 18px;
  60. height: 22px;
  61. background: url(../images/footer-qq.png) 0 0 no-repeat;
  62. background-size: 100%;
  63. }
  64. .footer .footer-block p{
  65. margin-bottom: 20px;
  66. position: relative;
  67. font-size: 13px;
  68. color: #c2c2c2;
  69. line-height: 22px;
  70. }
  71. .footer .footer-block p a{
  72. font-size: 13px;
  73. color: #c2c2c2;
  74. line-height: 22px;
  75. }
  76. .footer .footer-block p.ml{ margin-left:-3px;font-size: 12px }
  77. .footer .footer-block p.mb-10{ margin-bottom: 10px; }
  78. .footer .footer-block .footer-ewm{
  79. margin-bottom: 7px;
  80. width: 101px;
  81. height: 101px;
  82. overflow: hidden;
  83. }
  84. .footer .footer-block .footer-ewm img{
  85. width: 100%;
  86. height: 100%;
  87. }
  88. .footer .footer-bottom{
  89. width: 100%;
  90. height: 52px;
  91. line-height: 52px;
  92. background: #000;
  93. text-align: center;
  94. font-size: 12px;
  95. color: #a4a4a4;
  96. }
  97. .footer .footer-bottom .ulbox {
  98. width: 100%;
  99. display: inline-block;
  100. text-align: center;
  101. margin: 0 auto;
  102. }
  103. .footer .footer-bottom .ulbox li{
  104. display: inline-block;
  105. width: 60px;
  106. }
  107. .footer .footer-bottom .ulboxs {
  108. width: 100%;
  109. display: inline-block;
  110. text-align: center;
  111. }
  112. .footer .footer-bottom .ulboxs li{
  113. display: inline-block;
  114. width: 80px;
  115. }
  116. .footer .footer-bottom .ulboxs li:nth-child(1){
  117. width: 65px;
  118. }
  119. .footer .footer-bottom .ulboxs li:nth-child(2){
  120. width: 45px;
  121. }
  122. @media screen and (max-width:800px) {
  123. .footer .footer-top{padding:20px 0}
  124. .footer .footer-block.w-29{display:none}
  125. .wrap{width:100%}
  126. .footer .footer-block.w-25{ text-align: center;width:100%;float:none}
  127. .footer .footer-block.w-34{ text-align: center;width:100%;float:none}
  128. .footer .footer-block .footer-tit:after {
  129. left: 50%;
  130. bottom: -10px;
  131. width: 24px;
  132. height: 1px;
  133. margin-left: -12px;
  134. }
  135. .footer .footer-block .footer-ewm{margin:0 auto}
  136. .footer .footer-block.w-12{ text-align: center;width:100%;float:none}
  137. }