about.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663
  1. @charset "UTF-8";
  2. /*单行省略号*/
  3. /*多行省略号*/
  4. /**清除浮动**/
  5. /**fit img**/
  6. /*主色调*/
  7. .about-banner {
  8. position: relative;
  9. min-height: 2rem;
  10. background: #ddd;
  11. }
  12. .about-banner .tit1 {
  13. position: absolute;
  14. bottom: 0.48rem;
  15. left: 0.48rem;
  16. color: #fff;
  17. line-height: 00.44rem;
  18. padding: 0 0.2rem;
  19. border-left: 0.03rem solid #fff;
  20. border-right: 0.03rem solid #fff;
  21. z-index: 1;
  22. }
  23. .about-des {
  24. line-height: 0.6rem;
  25. padding-top: 0.4rem;
  26. padding-bottom: 0.4rem;
  27. }
  28. /*单行省略号*/
  29. /*多行省略号*/
  30. /**清除浮动**/
  31. /**fit img**/
  32. /*主色调*/
  33. .group-video {
  34. height: calc((100vw - 0.6rem) / (16 / 9));
  35. position: relative;
  36. }
  37. .group-video .cover {
  38. width: 100%;
  39. height: 100%;
  40. -o-object-fit: cover;
  41. object-fit: cover;
  42. }
  43. .group-video .play-btn {
  44. font-size: 0.84rem;
  45. position: absolute;
  46. top: 50%;
  47. left: 50%;
  48. -webkit-transform: translate(-50%, -50%);
  49. transform: translate(-50%, -50%);
  50. z-index: 1;
  51. }
  52. .group-video video {
  53. display: none;
  54. width: 100%;
  55. height: 100%;
  56. }
  57. .group-data {
  58. margin-top: 0.5rem;
  59. }
  60. .group-data ul {
  61. display: -webkit-box;
  62. display: flex;
  63. flex-wrap: wrap;
  64. }
  65. .group-data li {
  66. width: 50%;
  67. height: 1.8rem;
  68. display: -webkit-box;
  69. display: flex;
  70. -webkit-box-align: center;
  71. align-items: center;
  72. -webkit-box-pack: center;
  73. justify-content: center;
  74. -webkit-box-orient: vertical;
  75. -webkit-box-direction: normal;
  76. flex-flow: column;
  77. text-align: center;
  78. }
  79. .group-data li:first-child {
  80. border-right: 1px solid #D8D8D8;
  81. border-bottom: 1px solid #D8D8D8;
  82. }
  83. .group-data li:last-child {
  84. border-left: 1px solid #D8D8D8;
  85. border-top: 1px solid #D8D8D8;
  86. }
  87. .group-data .tit {
  88. font-size: 0.68rem;
  89. color: #F37020;
  90. line-height: 1;
  91. }
  92. .group-data .des {
  93. margin-top: 0.16rem;
  94. }
  95. .group-trait {
  96. margin-top: 0.55rem;
  97. }
  98. .group-trait .index {
  99. line-height: 1;
  100. }
  101. .group-trait .trait-tit {
  102. margin-top: 0.32rem;
  103. }
  104. .group-trait .des {
  105. margin-top: 0.24rem;
  106. line-height: 0.48rem;
  107. }
  108. .group-trait li ~ li {
  109. margin-top: 0.48rem;
  110. }
  111. .group-tags {
  112. margin-top: 0.8rem;
  113. }
  114. .group-tags ul {
  115. background-repeat: no-repeat;
  116. background-size: cover;
  117. color: #fff;
  118. text-align: center;
  119. padding: 0.96rem 0.3rem;
  120. background-color: #b1b1b1;
  121. }
  122. .group-tags .vice-tit {
  123. margin-top: 0.24rem;
  124. }
  125. .group-tags .tags-tit {
  126. line-height: 1.1;
  127. }
  128. .group-tags .tags-tit span {
  129. padding: 0 0.26rem;
  130. border-left: 0.04rem solid #fff;
  131. border-right: 0.04rem solid #fff;
  132. }
  133. .group-tags li ~ li {
  134. margin-top: 0.8rem;
  135. }
  136. .group-manage {
  137. margin-top: 0.68rem;
  138. padding-bottom: 0.85rem;
  139. }
  140. .group-manage .des {
  141. margin-top: 0.16rem;
  142. line-height: 0.48rem;
  143. }
  144. .group-manage .list {
  145. display: -webkit-box;
  146. display: flex;
  147. -webkit-box-pack: justify;
  148. justify-content: space-between;
  149. margin-top: 0.5rem;
  150. }
  151. .group-manage .list li {
  152. width: 20%;
  153. text-align: center;
  154. }
  155. .group-manage .list li .img {
  156. width: 0.86rem;
  157. height: 0.86rem;
  158. margin: 0 auto;
  159. background-color: transparent;
  160. }
  161. .group-manage .list li .img img {
  162. -webkit-transition: all 0.8s ease;
  163. transition: all 0.8s ease;
  164. width: 100%;
  165. height: 100%;
  166. -o-object-fit: contain;
  167. object-fit: contain;
  168. }
  169. .group-manage .list li .name {
  170. margin-top: 0.15rem;
  171. white-space: nowrap;
  172. }
  173. /*单行省略号*/
  174. /*多行省略号*/
  175. /**清除浮动**/
  176. /**fit img**/
  177. /*主色调*/
  178. .team {
  179. margin-top: 0.2rem;
  180. }
  181. .team .ceo {
  182. padding-bottom: 0.56rem;
  183. }
  184. .team .ceo .img {
  185. height: 7.9rem;
  186. width: 100%;
  187. }
  188. .team .ceo .img img {
  189. -webkit-transition: all 0.8s ease;
  190. transition: all 0.8s ease;
  191. width: 100%;
  192. height: 100%;
  193. -o-object-fit: cover;
  194. object-fit: cover;
  195. }
  196. .team .ceo .name {
  197. font-size: 0.5rem;
  198. margin-top: 0.4rem;
  199. }
  200. .team .ceo .tag {
  201. color: #666;
  202. margin-top: 0.32rem;
  203. line-height: 0.48rem;
  204. }
  205. .team .ceo .des {
  206. margin-top: 0.2rem;
  207. line-height: 0.56rem;
  208. }
  209. .team .list {
  210. display: -webkit-box;
  211. display: flex;
  212. flex-wrap: wrap;
  213. margin-top: 0.56rem;
  214. margin-left: -0.13rem;
  215. margin-right: -0.13rem;
  216. }
  217. .team .list li {
  218. width: 50%;
  219. text-align: center;
  220. margin-bottom: 0.56rem;
  221. padding: 0 0.13rem;
  222. }
  223. .team .list .img {
  224. width: 100%;
  225. }
  226. .team .list .img img {
  227. -webkit-transition: all 0.8s ease;
  228. transition: all 0.8s ease;
  229. width: 100%;
  230. height: 100%;
  231. -o-object-fit: cover;
  232. object-fit: cover;
  233. }
  234. .team .list .img img {
  235. min-height: 4.4rem;
  236. }
  237. .team .list .name {
  238. margin-top: 0.2rem;
  239. height: 0.4rem;
  240. line-height: 0.4rem;
  241. }
  242. .group-tit {
  243. font-size: 0.4rem;
  244. }
  245. /*单行省略号*/
  246. /*多行省略号*/
  247. /**清除浮动**/
  248. /**fit img**/
  249. /*主色调*/
  250. .branch-list .list-tit {
  251. padding-bottom: 0.2rem;
  252. }
  253. .branch-list li ~ li .area-tit {
  254. border-top: 1px solid #E8E8E8;
  255. }
  256. .branch-list .area-tit {
  257. display: -webkit-box;
  258. display: flex;
  259. -webkit-box-pack: justify;
  260. justify-content: space-between;
  261. -webkit-box-align: center;
  262. align-items: center;
  263. height: 0.8rem;
  264. line-height: 0.8rem;
  265. }
  266. .branch-list .area-tit.on .arrow {
  267. -webkit-transform: rotate(90deg);
  268. transform: rotate(90deg);
  269. }
  270. .branch-list .area-tit .arrow {
  271. width: 0;
  272. height: 0;
  273. border-style: solid;
  274. border-width: 0.12rem 0 0.12rem 0.12rem;
  275. border-color: transparent transparent transparent #F37020;
  276. -webkit-transition: all 0.3s;
  277. transition: all 0.3s;
  278. }
  279. .branch-list .info {
  280. background-color: #F2F2F2;
  281. padding: 0.4rem 0.32rem;
  282. display: none;
  283. }
  284. .branch-list .info hr {
  285. margin-top: 0.16rem;
  286. border: none;
  287. background-color: #ccc;
  288. height: 1px;
  289. }
  290. .branch-list .info .des {
  291. color: #999;
  292. line-height: 0.46rem;
  293. margin-top: 0.16rem;
  294. }
  295. .branch-bottom {
  296. height: 0.55rem;
  297. }
  298. /*单行省略号*/
  299. /*多行省略号*/
  300. /**清除浮动**/
  301. /**fit img**/
  302. /*主色调*/
  303. .customer-block {
  304. background-color: #f9f9f9;
  305. padding-top: 0.48rem;
  306. }
  307. .customer-block ~ .customer-block {
  308. margin-top: 0.3rem;
  309. }
  310. .block-tit {
  311. position: relative;
  312. min-height: 4em;
  313. }
  314. .block-tit .tit1 {
  315. position: absolute;
  316. bottom: 0.48rem;
  317. left: 0.48rem;
  318. color: #fff;
  319. line-height: 00.44rem;
  320. padding: 0 0.2rem;
  321. border-left: 0.03rem solid #fff;
  322. border-right: 0.03rem solid #fff;
  323. z-index: 1;
  324. }
  325. .customer-list {
  326. font-size: 0.28rem;
  327. display: -webkit-box;
  328. display: flex;
  329. flex-wrap: wrap;
  330. -webkit-box-pack: justify;
  331. justify-content: space-between;
  332. padding: 0.3rem;
  333. }
  334. .customer-list li {
  335. width: calc(50% - 0.15rem);
  336. background-color: #fff;
  337. height: 0.74rem;
  338. line-height: 0.74rem;
  339. padding: 0 0.2rem;
  340. box-sizing: border-box;
  341. overflow: hidden;
  342. text-overflow: ellipsis;
  343. white-space: nowrap;
  344. word-wrap: normal;
  345. margin-bottom: 0.3rem;
  346. }
  347. .customer-bottom {
  348. height: 0.78rem;
  349. background-color: #f9f9f9;
  350. }
  351. /*单行省略号*/
  352. /*多行省略号*/
  353. /**清除浮动**/
  354. /**fit img**/
  355. /*主色调*/
  356. .develop-block {
  357. padding-top: 0.48rem;
  358. }
  359. .develop-block .about-des {
  360. padding: 0;
  361. margin-top: 0.16rem;
  362. }
  363. .develop-swiper {
  364. margin-top: 0.76rem;
  365. padding-bottom: 0.8rem;
  366. }
  367. .develop-swiper .year {
  368. line-height: 1.1;
  369. }
  370. .develop-swiper .year span {
  371. padding: 0 0.25rem;
  372. border-left: 0.02rem solid #063F88;
  373. border-right: 0.02rem solid #063F88;
  374. }
  375. .develop-swiper .year-tit {
  376. line-height: 0.48rem;
  377. margin-top: 0.32rem;
  378. min-height: 0.96rem;
  379. }
  380. .develop-swiper .img {
  381. height: 3.85rem;
  382. width: 100%;
  383. margin-top: 0.48rem;
  384. }
  385. .develop-swiper .img img {
  386. -webkit-transition: all 0.8s ease;
  387. transition: all 0.8s ease;
  388. width: 100%;
  389. height: 100%;
  390. -o-object-fit: cover;
  391. object-fit: cover;
  392. }
  393. .develop-swiper .swiper-pagination {
  394. bottom: 0;
  395. text-align: right;
  396. font-size: 0.28rem;
  397. color: #999;
  398. }
  399. .develop-swiper .swiper-pagination .swiper-pagination-current {
  400. color: #063F88;
  401. }
  402. .develop-swiper .swiper-button-prev, .develop-swiper .swiper-button-next {
  403. top: unset;
  404. bottom: 2.2rem;
  405. }
  406. .develop-swiper .swiper-button-prev::after, .develop-swiper .swiper-button-next::after {
  407. font-size: 0.5rem;
  408. color: #F37020;
  409. }
  410. .develop-bottom {
  411. height: 0.6rem;
  412. }
  413. /*单行省略号*/
  414. /*多行省略号*/
  415. /**清除浮动**/
  416. /**fit img**/
  417. /*主色调*/
  418. .time-axis .block {
  419. padding-top: 0.6rem;
  420. border-left: 1px solid #063F88;
  421. padding-left: 0.45rem;
  422. margin-left: 0.2rem;
  423. }
  424. .time-axis .year {
  425. margin-bottom: 0.14rem;
  426. position: relative;
  427. }
  428. .time-axis .year::after {
  429. content: "";
  430. position: absolute;
  431. left: -0.62rem;
  432. top: 50%;
  433. z-index: 10;
  434. width: 0.28rem;
  435. height: 0.28rem;
  436. -webkit-transform: translate(0, -50%);
  437. transform: translate(0, -50%);
  438. background-color: #fff;
  439. border: 0.02rem solid #063F88;
  440. border-radius: 50%;
  441. }
  442. .time-axis .first {
  443. padding-top: 0;
  444. margin-top: 30px;
  445. }
  446. .time-axis .first .year::after {
  447. content: none;
  448. }
  449. .time-axis .first .year .icon {
  450. position: absolute;
  451. left: -0.73rem;
  452. z-index: 10;
  453. font-size: 0.52rem;
  454. background: #fff;
  455. color: #063F88;
  456. }
  457. .time-axis .honor-list li {
  458. font-size: 0.28rem;
  459. line-height: 0.48rem;
  460. padding-left: 0.24rem;
  461. position: relative;
  462. margin-top: 0.1rem;
  463. }
  464. .time-axis .honor-list li::before {
  465. content: "";
  466. position: absolute;
  467. left: 0;
  468. top: 0;
  469. z-index: 10;
  470. width: 0.12rem;
  471. height: 0.12rem;
  472. margin-top: 0.18rem;
  473. background-color: #063F88;
  474. border-radius: 50%;
  475. }
  476. .honor-bottom {
  477. height: 0.7rem;
  478. }
  479. /*单行省略号*/
  480. /*多行省略号*/
  481. /**清除浮动**/
  482. /**fit img**/
  483. /*主色调*/
  484. .img-view {
  485. display: block;
  486. width: 100%;
  487. height: 5.4rem;
  488. position: relative;
  489. background: #f8f8f8;
  490. }
  491. .img-view img {
  492. -webkit-transition: all 0.8s ease;
  493. transition: all 0.8s ease;
  494. width: 100%;
  495. height: 100%;
  496. -o-object-fit: cover;
  497. object-fit: cover;
  498. }
  499. .img-view .info {
  500. position: absolute;
  501. bottom: 0;
  502. left: 0;
  503. width: 100%;
  504. padding: 0.3rem;
  505. background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  506. background: linear-gradient(0deg, #000000, transparent);
  507. background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  508. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  509. color: #fff;
  510. }
  511. .img-view .info .tit1 {
  512. line-height: 0.5rem;
  513. }
  514. .img-view .info .des {
  515. margin-top: 0.2rem;
  516. }
  517. .img-view .info .des span ~ span {
  518. margin-left: 0.36rem;
  519. }
  520. .list-box {
  521. background-color: #F2F2F2;
  522. padding-top: 0.48rem;
  523. padding-bottom: 0.7rem;
  524. }
  525. .list-box .list {
  526. padding-bottom: 0.4rem;
  527. }
  528. .list-box .item {
  529. background-color: #fff;
  530. padding: 0.4rem 0.48rem;
  531. margin-top: 0.4rem;
  532. }
  533. .list-box .item .img {
  534. width: 100%;
  535. height: 2.7rem;
  536. margin-top: 0.3rem;
  537. }
  538. .list-box .item .img img {
  539. -webkit-transition: all 0.8s ease;
  540. transition: all 0.8s ease;
  541. width: 100%;
  542. height: 100%;
  543. -o-object-fit: cover;
  544. object-fit: cover;
  545. }
  546. .list-box .item .des {
  547. color: #999;
  548. line-height: 0.48rem;
  549. margin-top: 0.24rem;
  550. overflow: hidden;
  551. text-overflow: ellipsis;
  552. display: -webkit-box;
  553. -webkit-box-orient: vertical;
  554. -webkit-line-clamp: 2;
  555. }
  556. .list-box .item .other {
  557. color: #999;
  558. margin-top: 0.36rem;
  559. }
  560. .group-data-sub {
  561. font-size: 0.24rem;
  562. margin-left: -0.5em;
  563. }
  564. /*# sourceMappingURL=maps/about.css.map */