about.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /* .wrap{} */
  2. .wrap .tab {
  3. height: 5rem;
  4. display: flex;
  5. align-items: center;
  6. justify-content: center;
  7. border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.2);
  8. position: relative;
  9. }
  10. .tab .tab-item {
  11. height: 5rem;
  12. width: 15rem;
  13. font-size: 1.125rem;
  14. font-weight: 400;
  15. color: #222222;
  16. text-align: center;
  17. line-height: 5rem;
  18. cursor: pointer;
  19. }
  20. .tab .current-tab {
  21. position: absolute;
  22. bottom: 0;
  23. width: 3.5rem;
  24. height: 0.125rem;
  25. background-color: #1d52a2;
  26. transition: all 0.25s;
  27. }
  28. .wrap .item {
  29. padding: 3.75rem 0;
  30. }
  31. .item .title {
  32. font-size: 2.25rem;
  33. font-weight: 500;
  34. color: #222222;
  35. text-align: center;
  36. }
  37. .item .content {
  38. font-size: 1.25rem;
  39. font-weight: 500;
  40. color: #222222;
  41. width: 90rem;
  42. margin: 2.5rem auto 0;
  43. text-align: center;
  44. line-height: 1.875rem;
  45. }
  46. .wrap .mission {
  47. min-height: 25rem;
  48. width: 100%;
  49. background-repeat: no-repeat;
  50. background-size: 100% auto;
  51. }
  52. .wrap .strength {
  53. background: #f4f4f4;
  54. padding-bottom: 1.875rem;
  55. }
  56. .strength .box {
  57. width: 90rem;
  58. margin: 2.5rem auto 0;
  59. display: flex;
  60. align-items: center;
  61. flex-wrap: wrap;
  62. }
  63. .strength .box :nth-child(2n-1) {
  64. margin-right: 1.875rem;
  65. }
  66. .strength .box .box-item {
  67. width: calc((100% - 1.875rem) / 2);
  68. height: 12.5rem;
  69. background: #fff;
  70. margin-bottom: 1.875rem;
  71. padding: 1.875rem 0;
  72. }
  73. .strength .box .box-item .item-title {
  74. border-left: 0.25rem solid #1d52a2;
  75. font-size: 1rem;
  76. font-weight: 500;
  77. color: #222222;
  78. padding: 0 1.875rem;
  79. }
  80. .strength .box .box-item .item-content {
  81. padding: 0 1.875rem;
  82. font-size: 1rem;
  83. font-weight: 400;
  84. color: #444444;
  85. margin-top: 1.875rem;
  86. }
  87. /* .wrap .future {
  88. }
  89. .wrap .about {
  90. } */
  91. .wrap .contact {
  92. width: 100%;
  93. background: #f4f4f4;
  94. }
  95. .contact .contact-content {
  96. width: 90rem;
  97. margin: 0 auto;
  98. padding: 3.125rem 0;
  99. display: flex;
  100. align-items: flex-start;
  101. }
  102. .contact .contact-content .contact-img {
  103. width: calc(50% - 2.5rem);
  104. margin-right: 2.5rem;
  105. }
  106. .contact .contact-content .contact-list {
  107. width: 50%;
  108. }
  109. .contact .contact-content .contact-list .company {
  110. width: 100%;
  111. border-bottom: 0.0625rem solid #979797;
  112. padding-bottom: 2.5rem;
  113. }
  114. .contact .contact-content .contact-list > :not(:first-child) {
  115. margin-top: 5rem;
  116. }
  117. .company .top {
  118. display: flex;
  119. align-items: center;
  120. flex-wrap: wrap;
  121. }
  122. .company .name {
  123. font-weight: 500;
  124. font-size: 1.375rem;
  125. color: #222222;
  126. margin-right: 0.625rem;
  127. }
  128. .company .phone {
  129. font-weight: 400;
  130. font-size: 0.875rem;
  131. color: #222222;
  132. white-space: nowrap;
  133. }
  134. .company .address {
  135. font-weight: 400;
  136. font-size: 0.875rem;
  137. color: #222222;
  138. margin-top: 1.25rem;
  139. }
  140. .wrap .online {
  141. width: 90rem;
  142. margin: 0 auto;
  143. padding: 3.125rem 0;
  144. }
  145. .online .title {
  146. width: 100%;
  147. height: 2.8125rem;
  148. font-size: 2rem;
  149. color: #222222;
  150. line-height: 2.8125rem;
  151. text-align: center;
  152. }
  153. .online .tips {
  154. width: 100%;
  155. font-size: 0.875rem;
  156. font-weight: 400;
  157. color: #666666;
  158. text-align: center;
  159. margin-top: 1.25rem;
  160. }
  161. .online .card {
  162. height: 50rem;
  163. background: #f4f4f4;
  164. margin-top: 3.125rem;
  165. padding: 3.125rem 6.25rem 5rem;
  166. }
  167. .online .card input {
  168. width: 100%;
  169. height: 3.5rem;
  170. background: #ffffff;
  171. font-size: 1rem;
  172. color: #222222;
  173. padding: 0 1.25rem;
  174. }
  175. .online .card textarea {
  176. width: 100%;
  177. height: 15.375rem;
  178. background: #ffffff;
  179. font-size: 1rem;
  180. color: #222222;
  181. padding: 1.25rem;
  182. resize: none;
  183. }
  184. .online .card .row {
  185. display: flex;
  186. align-items: center;
  187. }
  188. .online .card .item-title {
  189. font-size: 1rem;
  190. font-weight: 400;
  191. color: #222222;
  192. height: 5rem;
  193. line-height: 5rem;
  194. }
  195. .online .card .required::after {
  196. content: "*";
  197. color: #e02020;
  198. }
  199. .online .card .name {
  200. width: calc((100% - 1.875rem) / 2);
  201. }
  202. .online .card .phone {
  203. width: calc((100% - 1.875rem) / 2);
  204. margin-left: 1.875rem;
  205. }
  206. .online .card .email {
  207. width: 100%;
  208. }
  209. .online .card .confirm {
  210. margin-top: 1.875rem;
  211. }