style.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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: 18px;
  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: center;
  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 .info {
  138. position: absolute;
  139. left: 19%;
  140. top: 12%;
  141. width: 58.6%;
  142. padding: 0;
  143. }
  144. .banner {
  145. padding-top: 60px;
  146. padding-bottom: 60px;
  147. }
  148. .banner h1 {
  149. font-size: 48px;
  150. margin-bottom: 30px;
  151. }
  152. .banner p {
  153. font-size: 14px;
  154. line-height: 30px;
  155. }
  156. .info h2 {
  157. font-size: 30px;
  158. }
  159. .info p {
  160. font-size: 16px;
  161. line-height: 20px;
  162. }
  163. .lplan_1 {
  164. margin: 146px 0 130px;
  165. }
  166. .categ {
  167. margin-top: 74px;
  168. }
  169. .categ-layout {
  170. overflow: hidden;
  171. float: left;
  172. width: 50%;
  173. }
  174. /* .categ-layout div {
  175. width: 25%;
  176. } */
  177. .categ-layout div h3 {
  178. font-size: 18px;
  179. margin: 75px 0 15px;
  180. margin-left: -2px;
  181. }
  182. .categ-layout div p {
  183. font-size: 14px;
  184. line-height: 25px;
  185. }
  186. .lplan_2 {
  187. padding-bottom: 103px;
  188. background-position: right bottom;
  189. background-size: 56vw auto;
  190. }
  191. .lplan_2 .info {
  192. padding-right: 56vw;
  193. padding-left: 140px;
  194. }
  195. }