about.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. .main .about {
  2. padding: 120px 0;
  3. background: #fff;
  4. }
  5. .main .about .title {
  6. font-size: 34px;
  7. text-align: center;
  8. margin-bottom: 32px;
  9. }
  10. .main .about .description {
  11. font-size: 16px;
  12. color: #505050;
  13. text-align: center;
  14. line-height: 32px;
  15. }
  16. .main .about .content {
  17. display: flex;
  18. justify-content: space-between;
  19. margin-top: 80px;
  20. }
  21. .main .about .content .item {
  22. display: flex;
  23. flex-direction: column;
  24. align-items: center;
  25. width: 380px;
  26. height: 387px;
  27. box-sizing: border-box;
  28. border: 1px solid #e8e8e8;
  29. padding: 40px 30px;
  30. }
  31. .main .about .content .item img {
  32. display: block;
  33. width: 72px;
  34. height: 72px;
  35. margin-top: 20px;
  36. }
  37. .main .about .content .item .tip {
  38. font-size: 18px;
  39. color: #505050;
  40. font-weight: bold;
  41. margin-top: 32px;
  42. }
  43. .main .about .content .item .desc {
  44. margin-top: 32px;
  45. font-size: 16px;
  46. color: #505050;
  47. line-height: 32px;
  48. text-align: center;
  49. }
  50. .main .profile {
  51. background: #f7f7f7;
  52. padding: 60px 0;
  53. }
  54. .main .profile .cover {
  55. width: 470px;
  56. height: 479px;
  57. overflow: hidden;
  58. background-color: pink;
  59. }
  60. .main .profile .cover img {
  61. display: block;
  62. width: 100%;
  63. }
  64. .main .profile .content {
  65. width: 672px;
  66. margin-left: 50px;
  67. }
  68. .main .profile .content .title {
  69. font-size: 34px;
  70. }
  71. .main .profile .content .subtitle {
  72. font-size: 34px;
  73. color: #0688d2;
  74. margin: 40px 0 16px;
  75. }
  76. .main .profile .content .subtitle span {
  77. font-size: 24px;
  78. color: #272727;
  79. margin-left: 12px;
  80. }
  81. .main .profile .content .tags {
  82. display: flex;
  83. align-items: center;
  84. font-size: 0;
  85. }
  86. .main .profile .content .tags span {
  87. font-size: 16px;
  88. }
  89. .main .profile .content .tags i {
  90. display: block;
  91. height: 12px;
  92. width: 1px;
  93. background: #505050;
  94. margin: 0 24px;
  95. }
  96. .main .profile .content .line {
  97. width: 100%;
  98. height: 1px;
  99. background: #e8e8e8;
  100. position: relative;
  101. margin: 20px 0 40px;
  102. }
  103. .main .profile .content .line::before {
  104. content: "";
  105. display: block;
  106. width: 24px;
  107. height: 2px;
  108. background: #0688d2;
  109. position: absolute;
  110. left: 0;
  111. bottom: 0;
  112. }
  113. .main .profile .content .description {
  114. font-size: 16px;
  115. color: #999;
  116. line-height: 32px;
  117. text-align: justify;
  118. }
  119. .main .team {
  120. padding: 120px 0;
  121. background: #fff;
  122. }
  123. .main .team .title {
  124. font-size: 34px;
  125. text-align: center;
  126. }
  127. .main .team .content {
  128. margin-top: 80px;
  129. }
  130. .main .team .content .item {
  131. width: 388px;
  132. height: 340px;
  133. float: left;
  134. margin-right: 17px;
  135. margin-top: 18px;
  136. overflow: hidden;
  137. }
  138. .main .team .content .item:first-child {
  139. position: relative;
  140. background: #eff9ff;
  141. display: flex;
  142. justify-content: center;
  143. align-items: center;
  144. }
  145. .main .team .content .item:first-child .cover {
  146. width: 160px;
  147. }
  148. .main .team .content .item:first-child .cover .line {
  149. width: 18px;
  150. height: 3px;
  151. background: #0688d2;
  152. margin: 18px 0 24px;
  153. }
  154. .main .team .content .item:first-child .cover .tip {
  155. font-size: 34px;
  156. }
  157. .main .team .content .item:first-child .cover .desc {
  158. font-size: 16px;
  159. color: #999;
  160. }
  161. .main .team .content .item:nth-child(-n+3) {
  162. margin-top: 0;
  163. }
  164. .main .team .content .item:nth-child(3), .main .team .content .item:nth-child(5), .main .team .content .item:nth-child(8), .main .team .content .item:nth-child(10) {
  165. margin-right: 0;
  166. }
  167. .main .team .content .item:nth-child(5), .main .team .content .item:nth-child(9) {
  168. width: 795px;
  169. }
  170. .main .team .content .item img {
  171. display: block;
  172. width: 100%;
  173. transition: all 0.4s;
  174. }
  175. .main .team .content .item:hover img {
  176. transform: scale(1.2);
  177. }
  178. .main .development {
  179. padding: 100px 0;
  180. background: #f7f7f7;
  181. }
  182. .main .development .title {
  183. font-size: 34px;
  184. text-align: center;
  185. }
  186. .main .development .content {
  187. position: relative;
  188. margin-top: 80px;
  189. width: 2px;
  190. margin: 0 auto;
  191. background: #e8e8e8;
  192. }
  193. .main .development .content .item {
  194. position: relative;
  195. width: 2px;
  196. margin-top: 60px;
  197. }
  198. .main .development .content .item::before {
  199. content: "";
  200. position: absolute;
  201. width: 10px;
  202. height: 10px;
  203. box-sizing: border-box;
  204. border: 1px solid #999999;
  205. background: #fff;
  206. border-radius: 50%;
  207. left: -4px;
  208. z-index: 5;
  209. top: 32px;
  210. }
  211. .main .development .content .item:last-child::before {
  212. background: #0688d2;
  213. border-color: #fff;
  214. }
  215. .main .development .content .item:last-child .time {
  216. border: 1px solid #0688d2;
  217. border-left: 0;
  218. color: #0688d2;
  219. }
  220. .main .development .content .item:last-child .node {
  221. background: #0688d2;
  222. }
  223. .main .development .content .item:last-child .node dt,
  224. .main .development .content .item:last-child .node .tip,
  225. .main .development .content .item:last-child .node .subtip {
  226. color: #ffffff;
  227. }
  228. .main .development .content .item.with-time-left .time {
  229. position: absolute;
  230. left: -16px;
  231. top: 0;
  232. transform: translateX(-100%);
  233. }
  234. .main .development .content .item.with-time-left .node {
  235. padding-left: 44px;
  236. margin-left: -16px;
  237. }
  238. .main .development .content .item.with-time-right .time {
  239. position: absolute;
  240. top: 0;
  241. left: 16px;
  242. }
  243. .main .development .content .item.with-time-right .node {
  244. position: relative;
  245. transform: translate(-100%);
  246. text-align: right;
  247. padding-right: 44px;
  248. right: -16px;
  249. }
  250. .main .development .content .item .time {
  251. font-size: 34px;
  252. color: #505050;
  253. white-space: nowrap;
  254. padding: 20px 24px;
  255. height: 100%;
  256. box-sizing: border-box;
  257. }
  258. .main .development .content .item .time span {
  259. font-size: 14px;
  260. margin-left: 10px;
  261. }
  262. .main .development .content .item .node {
  263. width: 526px;
  264. margin: 0;
  265. box-sizing: border-box;
  266. padding: 20px 24px;
  267. }
  268. .main .development .content .item .node dd,
  269. .main .development .content .item .node dt {
  270. margin-left: 0;
  271. }
  272. .main .development .content .item .node dt {
  273. font-size: 34px;
  274. color: #505050;
  275. }
  276. .main .development .content .item .node dd {
  277. font-size: 14px;
  278. color: #505050;
  279. margin-top: 24px;
  280. }
  281. .main .development .content .item .node dd .tip {
  282. margin-bottom: 8px;
  283. }
  284. .main .honor {
  285. padding: 120px 0;
  286. padding-bottom: 0;
  287. background: #fff;
  288. }
  289. .main .honor .title {
  290. font-size: 32px;
  291. text-align: center;
  292. }
  293. .main .honor .content {
  294. margin-top: 80px;
  295. }
  296. .main .honor .content .item {
  297. width: 288px;
  298. height: 330px;
  299. float: left;
  300. margin-right: 15px;
  301. }
  302. .main .honor .content .item:nth-child(4n) {
  303. margin-right: 0;
  304. }