style.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. .banner .info h2 {
  2. font-size: 26px;
  3. }
  4. .info h2 {
  5. font-size: 18px;
  6. color: #2d2d2d;
  7. margin-bottom: 10px;
  8. font-weight: bold;
  9. }
  10. .info p {
  11. color: #6b6b6b;
  12. font-size: 12px;
  13. line-height: 20px;
  14. }
  15. .banner {
  16. padding: 40px 20px 76px;
  17. background-color: #e6e6e6;
  18. }
  19. .banner > div {
  20. max-width: 1300px;
  21. margin: 0 auto;
  22. position: relative;
  23. }
  24. .banner img {
  25. width: 100%;
  26. }
  27. .banner .info {
  28. text-align: center;
  29. margin-bottom: 20px;
  30. }
  31. .content {
  32. margin: 0 auto;
  33. max-width: 1280px;
  34. padding: 0 20px;
  35. overflow: hidden;
  36. }
  37. .content > div {
  38. margin: 50px 0;
  39. }
  40. .cp_1 .info {
  41. text-align: center;
  42. margin-bottom: 30px;
  43. }
  44. .cp_1 .catg div {
  45. margin-bottom: 50px;
  46. }
  47. .cp_1 .catg div:hover img{
  48. transform: scale(1.1)
  49. }
  50. .cp_1 .catg div span {
  51. overflow: hidden;
  52. display: block;
  53. }
  54. .cp_1 .catg div img{
  55. display: block;
  56. width: 100%;
  57. transition: all .3s linear;
  58. }
  59. .cp_1 .catg div p {
  60. text-align: center;
  61. margin-top: 15px;
  62. font-size: 16px;
  63. font-weight: bold;
  64. color: #222222;
  65. }
  66. .cp_2 .info {
  67. margin-bottom: 30px;
  68. text-align: center;
  69. }
  70. .cp_3 .info {
  71. text-align: center;
  72. margin-bottom: 80px;
  73. }
  74. .ctrls > div {
  75. float: left;
  76. width: 50%;
  77. text-align: center;
  78. margin-bottom: 50px;
  79. }
  80. .ctrls > div > img {
  81. max-width: 100%;
  82. }
  83. .ctrls > div p {
  84. color: #222222;
  85. font-weight: bold;
  86. font-size: 14px;
  87. margin-top: 20px;
  88. }
  89. .cp_4 {
  90. max-width: 1260px;
  91. margin-left: auto;
  92. margin-right: auto;
  93. }
  94. .cp_4 .info {
  95. text-align: center;
  96. margin-bottom: 50px;
  97. }
  98. .chks > a {
  99. display: block;
  100. text-decoration: none;
  101. box-shadow: 0 0 15px rgba(0,0,0,0.2);
  102. background-color: #fff;
  103. margin-bottom: 80px;
  104. }
  105. .chks span {
  106. display: block;
  107. overflow: hidden;
  108. }
  109. .chks img {
  110. display: block;
  111. width: 100%;
  112. transition: transform .3s ease-out;
  113. }
  114. .chks img:hover {
  115. transform: scale(1.2)
  116. }
  117. .chks > a > div {
  118. padding: 30px 35px;
  119. }
  120. .chks h3 {
  121. font-size: 18px;
  122. color: #2d2d2d;
  123. margin-bottom: 15px;
  124. }
  125. .chks p {
  126. font-size: 14px;
  127. color: #6b6b6b;
  128. line-height: 24px;
  129. }
  130. .banner .info img {
  131. width: 50px;
  132. margin-bottom: 30px;
  133. }
  134. @media screen and (min-width: 1040px) {
  135. .banner {
  136. padding-top: 60px;
  137. }
  138. .info h2 {
  139. font-size: 30px;
  140. margin-bottom: 20px;
  141. }
  142. .banner h2 {
  143. font-size: 48px !important;
  144. }
  145. .ctrls > div {
  146. width: 25%;
  147. }
  148. .info p {
  149. font-size: 14px;
  150. line-height: 25px;
  151. }
  152. .banner > div {
  153. position: relative;
  154. padding-right: 430px;
  155. }
  156. .banner .info {
  157. position: absolute;
  158. top: 50%;
  159. transform: translateY(-50%);
  160. max-width: 400px;
  161. right: 0;
  162. text-align: left;
  163. margin-bottom: 0;
  164. }
  165. .content > div {
  166. margin: 150px 0;
  167. }
  168. .cp_1 .info {
  169. margin-bottom: 80px;
  170. }
  171. .cp_1 .catg div {
  172. width: 40%;
  173. }
  174. .cp_1 .catg div:nth-child(1) {
  175. float: left;
  176. }
  177. .cp_1 .catg div:nth-child(2) {
  178. float: right;
  179. }
  180. .cp_2 .info {
  181. margin-bottom: 80px;
  182. }
  183. .ctrls > a {
  184. width: 25%;
  185. }
  186. .cp_4 .info {
  187. margin-bottom: 120px;
  188. }
  189. .chks > a {
  190. float: left;
  191. width: 31%;
  192. }
  193. .chks > a:nth-child(2) {
  194. margin-left: 3.5%;
  195. margin-right: 3.5%;
  196. }
  197. .chks p {
  198. min-height: 220px;
  199. }
  200. }
  201. @media screen and (min-width: 1220px) {
  202. .chks p {
  203. min-height: 170px;
  204. }
  205. }