style.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. .pl_layout {
  2. overflow: hidden;
  3. }
  4. .banner {
  5. background-color: #e6e6e6;
  6. padding: 40px 10px;
  7. }
  8. .banner div {
  9. max-width: 1040px;
  10. margin: 0 auto;
  11. text-align: center;
  12. }
  13. .banner h1 {
  14. font-size: 26px;
  15. color: #2d2d2d;
  16. margin-bottom: 20px;
  17. }
  18. .banner p {
  19. color: #6b6b6b;
  20. font-size: 12px;
  21. line-height: 20px;
  22. }
  23. .banner img {
  24. width: 100%;
  25. margin-top: 30px;
  26. }
  27. .banner img.logo {
  28. width: 50px;
  29. margin-bottom: 20px;
  30. margin-top: 0;
  31. }
  32. .content {
  33. max-width: 1490px;
  34. margin: 0 auto;
  35. padding-left: 15px;
  36. padding-right: 15px;
  37. }
  38. .info h2 {
  39. font-size: 18px;
  40. color: #2d2d2d;
  41. }
  42. .info p {
  43. color: #6b6b6b;
  44. font-size: 12px;
  45. line-height: 20px;
  46. }
  47. .lplan_1 {
  48. margin: 60px 0 20px;
  49. }
  50. .lplan_1 .info {
  51. text-align: center;
  52. }
  53. .lplan_1 .info h2 {
  54. margin-bottom: 10px;
  55. }
  56. .categ {
  57. margin-top: 40px;
  58. }
  59. .categ-layout {
  60. overflow: hidden;
  61. float: left;
  62. width: 100%;
  63. }
  64. .categ-layout div {
  65. width: 50%;
  66. text-align: center;
  67. float: left;
  68. box-sizing: border-box;
  69. padding-left: 20px;
  70. padding-right: 20px;
  71. margin-bottom: 40px;
  72. }
  73. .categ-layout div img {
  74. max-width: 100%;
  75. }
  76. .categ-layout div h3 {
  77. font-size: 14px;
  78. color: #2d2d2d;
  79. margin: 20px 0 10px;
  80. }
  81. .categ-layout div p {
  82. color: #6b6b6b;
  83. font-size: 12px;
  84. line-height: 18px;
  85. text-align: center;
  86. }
  87. .lplan_2 {
  88. padding-top: 50px;
  89. padding-bottom: 62.8%;
  90. background: #f3f2f0 url('http://video.cgaii.com/new4dage/images/images/lp_2_bg.jpg') no-repeat bottom left;
  91. background-size: 100% auto;
  92. }
  93. .lplan_2 .info {
  94. padding-left: 30px;
  95. padding-right: 30px;
  96. }
  97. .lplan_2 .info div {
  98. margin-top: 30px;
  99. }
  100. .lplan_2 .info p:nth-child(1) {
  101. padding-left: 20px;
  102. background: url('http://video.cgaii.com/new4dage/images/images/lp_2_icon.jpg') no-repeat left center;
  103. }
  104. .lplan_2 img {
  105. width: 100%;
  106. }
  107. .lplan_3 {
  108. padding: 50px 0;
  109. text-align: center;
  110. }
  111. .lplan_3 .info {
  112. margin-bottom: 40px;
  113. }
  114. .lplan_3 .info h2 {
  115. margin-bottom: 15px;
  116. }
  117. .lplan_4 {
  118. text-align: left;
  119. margin: 60px 0 50px;
  120. position: relative;
  121. }
  122. .lplan_4 img {
  123. width: 100%;
  124. display: block;
  125. }
  126. .lplan_4 h2 {
  127. margin-bottom: 10px;
  128. }
  129. .lplan_4 .info {
  130. padding: 10px;
  131. }
  132. .banner .info img {
  133. width: 50px;
  134. margin-bottom: 30px;
  135. }
  136. @media screen and (min-width: 1040px) {
  137. .lplan_4 {
  138. text-align: center;
  139. }
  140. .lplan_4 .info {
  141. position: absolute;
  142. left: 19%;
  143. top: 12%;
  144. width: 58.6%;
  145. padding: 0;
  146. }
  147. .banner {
  148. padding-top: 60px;
  149. padding-bottom: 60px;
  150. }
  151. .banner h1 {
  152. font-size: 48px;
  153. margin-bottom: 30px;
  154. }
  155. .banner p {
  156. font-size: 14px;
  157. line-height: 30px;
  158. }
  159. .info h2 {
  160. font-size: 30px;
  161. }
  162. .info p {
  163. font-size: 16px;
  164. line-height: 20px;
  165. }
  166. .lplan_1 {
  167. margin: 146px 0 130px;
  168. }
  169. .categ {
  170. margin-top: 74px;
  171. }
  172. .categ-layout {
  173. overflow: hidden;
  174. float: left;
  175. width: 50%;
  176. }
  177. /* .categ-layout div {
  178. width: 25%;
  179. } */
  180. .categ-layout div h3 {
  181. font-size: 18px;
  182. margin: 75px 0 15px;
  183. margin-left: -2px;
  184. }
  185. .categ-layout div p {
  186. font-size: 14px;
  187. line-height: 25px;
  188. }
  189. .lplan_2 {
  190. padding-bottom: 103px;
  191. background-position: right bottom;
  192. background-size: 56vw auto;
  193. }
  194. .lplan_2 .info {
  195. padding-right: 56vw;
  196. padding-left: 140px;
  197. }
  198. }