style.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782
  1. @charset "UTF-8";
  2. /*主色调*/
  3. * {
  4. margin: 0;
  5. padding: 0;
  6. }
  7. li {
  8. list-style: none;
  9. }
  10. input::-webkit-input-placeholder,
  11. textarea::-webkit-input-placeholder {
  12. color: #999;
  13. }
  14. span,
  15. em,
  16. i {
  17. font-style: normal;
  18. display: inline-block;
  19. }
  20. input,
  21. button,
  22. textarea,
  23. select {
  24. outline: none;
  25. border: 0;
  26. }
  27. select {
  28. appearance: none;
  29. -moz-appearance: none;
  30. -webkit-appearance: none;
  31. }
  32. h1,
  33. h2,
  34. h3,
  35. h4,
  36. h5,
  37. h6 {
  38. font-weight: 400;
  39. }
  40. img {
  41. border: none;
  42. }
  43. body {
  44. font-family: PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif;
  45. background-color: #fff;
  46. font-size: 16px;
  47. color: #333;
  48. line-height: 1.2;
  49. }
  50. textarea,
  51. input {
  52. font-family: PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif;
  53. }
  54. a {
  55. color: inherit;
  56. text-decoration: none;
  57. }
  58. /*滚动条*/
  59. ::-webkit-scrollbar {
  60. width: 8px;
  61. height: 8px;
  62. }
  63. ::-webkit-scrollbar-button:vertical {
  64. display: none;
  65. }
  66. ::-webkit-scrollbar-corner,
  67. ::-webkit-scrollbar-track {
  68. background-color: #e2e2e2;
  69. }
  70. ::-webkit-scrollbar-thumb {
  71. border-radius: 4px;
  72. background-color: #000000;
  73. background-color: rgba(0, 0, 0, 0.5);
  74. }
  75. ::-webkit-scrollbar-thumb:vertical:hover {
  76. background-color: #000000;
  77. background-color: rgba(0, 0, 0, 0.35);
  78. }
  79. ::-webkit-scrollbar-thumb:vertical:active {
  80. background-color: #000000;
  81. background-color: rgba(0, 0, 0, 0.38);
  82. }
  83. body {
  84. min-width: 1300px;
  85. }
  86. /*版心*/
  87. .wp {
  88. width: 1280px;
  89. margin: 0 auto;
  90. }
  91. .wp-container {
  92. min-width: 1300px;
  93. }
  94. @font-face {
  95. font-family: "Abhaya Libre";
  96. src: url(/assets/font/AbhayaLibre-Medium.ttf);
  97. }
  98. .app-header-wp {
  99. display: -webkit-box;
  100. display: flex;
  101. -webkit-box-align: center;
  102. align-items: center;
  103. -webkit-box-pack: justify;
  104. justify-content: space-between;
  105. height: 100px;
  106. }
  107. .app-header-wp .logo {
  108. height: 56px;
  109. }
  110. .app-header-wp .logo .img {
  111. max-height: 100%;
  112. }
  113. .app-header-wp .nav-list {
  114. display: -webkit-box;
  115. display: flex;
  116. gap: 80px;
  117. }
  118. .app-header-wp .nav-item {
  119. font-size: 20px;
  120. line-height: 28px;
  121. -webkit-transition: all 0.3s;
  122. transition: all 0.3s;
  123. padding: 10px 0;
  124. border-bottom: 2px solid transparent;
  125. }
  126. .app-header-wp .nav-item:hover {
  127. color: #3A4B99;
  128. }
  129. .app-header-wp .nav-item.active {
  130. font-weight: 600;
  131. color: #3A4B99;
  132. border-color: #3A4B99;
  133. }
  134. .app-footer {
  135. margin-top: 120px;
  136. background-color: #091d3d;
  137. color: #fff;
  138. padding: 40px 0 26px;
  139. }
  140. .app-footer .nav-map {
  141. height: 48px;
  142. display: -webkit-box;
  143. display: flex;
  144. -webkit-box-pack: justify;
  145. justify-content: space-between;
  146. -webkit-box-align: center;
  147. align-items: center;
  148. font-size: 20px;
  149. line-height: 28px;
  150. font-weight: 600;
  151. padding-bottom: 20px;
  152. border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  153. }
  154. .app-footer .nav-map .nav-item:hover {
  155. text-decoration: underline;
  156. }
  157. .app-footer .web-info {
  158. padding: 52px 0 78px;
  159. display: -webkit-box;
  160. display: flex;
  161. -webkit-box-pack: justify;
  162. justify-content: space-between;
  163. }
  164. .app-footer .web-info .company {
  165. font-size: 24px;
  166. font-weight: 600;
  167. line-height: 34px;
  168. }
  169. .app-footer .web-info .contact {
  170. margin-top: 30px;
  171. }
  172. .app-footer .web-info .contact-title {
  173. font-size: 14px;
  174. font-weight: 500;
  175. line-height: 22px;
  176. display: -webkit-box;
  177. display: flex;
  178. -webkit-box-align: center;
  179. align-items: center;
  180. gap: 8px;
  181. padding-bottom: 16px;
  182. }
  183. .app-footer .web-info .contact-title .icon {
  184. width: 14px;
  185. }
  186. .app-footer .web-info .contact-item {
  187. padding-left: 22px;
  188. font-size: 14px;
  189. line-height: 22px;
  190. color: #ffffff;
  191. color: rgba(255, 255, 255, 0.8);
  192. }
  193. .app-footer .web-info .contact-item ~ .contact-item {
  194. margin-top: 4px;
  195. }
  196. .app-footer .web-info .right {
  197. display: -webkit-box;
  198. display: flex;
  199. gap: 30px;
  200. }
  201. .app-footer .web-info .qr-code img {
  202. width: 110px;
  203. height: 110px;
  204. -o-object-fit: cover;
  205. object-fit: cover;
  206. }
  207. .app-footer .web-info .qr-code .name {
  208. margin-top: 12px;
  209. font-size: 14px;
  210. line-height: 22px;
  211. text-align: center;
  212. color: #ffffff;
  213. color: rgba(255, 255, 255, 0.6);
  214. }
  215. .app-footer .web-other {
  216. display: -webkit-box;
  217. display: flex;
  218. -webkit-box-pack: justify;
  219. justify-content: space-between;
  220. flex-wrap: wrap;
  221. font-size: 14px;
  222. line-height: 22px;
  223. color: #ffffff;
  224. color: rgba(255, 255, 255, 0.8);
  225. }
  226. .app-footer .web-other a:hover {
  227. text-decoration: underline;
  228. }
  229. .app-footer .web-other .left a ~ a {
  230. margin-left: 15px;
  231. position: relative;
  232. }
  233. .app-footer .web-other .left a ~ a::before {
  234. content: "";
  235. width: 1px;
  236. height: 14px;
  237. background-color: #ffffff;
  238. background-color: rgba(255, 255, 255, 0.8);
  239. position: absolute;
  240. left: -8px;
  241. top: 3.5px;
  242. z-index: 1;
  243. pointer-events: none;
  244. }
  245. /*单行省略号*/
  246. /*多行省略号*/
  247. /**清除浮动**/
  248. /**fit img**/
  249. .fl {
  250. float: left !important;
  251. }
  252. .fr {
  253. float: right !important;
  254. }
  255. .clear-both {
  256. clear: both;
  257. }
  258. .clear:after {
  259. content: "";
  260. clear: both;
  261. display: block;
  262. visibility: hidden;
  263. width: 0;
  264. height: 0;
  265. }
  266. /*定位*/
  267. .pos-r {
  268. position: relative;
  269. }
  270. .img-cover img {
  271. width: 100%;
  272. height: 100%;
  273. -o-object-fit: cover;
  274. object-fit: cover;
  275. }
  276. .ov-hide {
  277. overflow: hidden;
  278. }
  279. .text-right {
  280. text-align: right !important;
  281. }
  282. .text-center {
  283. text-align: center !important;
  284. }
  285. .text-left {
  286. text-align: left !important;
  287. }
  288. .m-auto {
  289. margin-left: auto;
  290. margin-right: auto;
  291. }
  292. .html-box {
  293. overflow: hidden;
  294. }
  295. .html-box img {
  296. max-width: 100%;
  297. }
  298. .html-box span,
  299. .html-box em,
  300. .html-box i {
  301. display: initial;
  302. max-width: 100%;
  303. }
  304. .gray-body {
  305. background-color: whitesmoke;
  306. }
  307. .empty-text {
  308. text-align: center;
  309. padding: 30px;
  310. color: #888;
  311. font-size: 14px;
  312. }
  313. .dan {
  314. max-width: 100%;
  315. overflow: hidden;
  316. text-overflow: ellipsis;
  317. white-space: nowrap;
  318. word-wrap: normal;
  319. }
  320. .full {
  321. display: block;
  322. width: 100%;
  323. }
  324. .hide {
  325. display: none !important;
  326. }
  327. .app-btn {
  328. width: 224px;
  329. height: 60px;
  330. display: -webkit-inline-box;
  331. display: inline-flex;
  332. -webkit-box-align: center;
  333. align-items: center;
  334. -webkit-box-pack: center;
  335. justify-content: center;
  336. background-color: #3A4B99;
  337. color: #fff;
  338. font-weight: 600;
  339. cursor: pointer;
  340. -webkit-transition: all 0.3s;
  341. transition: all 0.3s;
  342. font-size: 20px;
  343. }
  344. .app-btn:hover {
  345. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  346. opacity: 0.85;
  347. }
  348. .app-btn ~ .app-btn {
  349. margin-left: 26px;
  350. }
  351. .app-btn.app-icon-btn {
  352. width: 200px;
  353. height: 42px;
  354. gap: 10px;
  355. -webkit-transition: all 0.3s;
  356. transition: all 0.3s;
  357. font-size: 16px;
  358. font-weight: 500;
  359. }
  360. .app-btn.app-icon-btn:hover {
  361. gap: 15px;
  362. }
  363. .app-btn.app-icon-btn .icon {
  364. width: 19px;
  365. }
  366. .orange-btn {
  367. background: -webkit-gradient(linear, left top, right top, from(#f9ceb8), to(#fce5d8));
  368. background: linear-gradient(90deg, #f9ceb8, #fce5d8);
  369. color: #3A4B99;
  370. }
  371. .app-tools {
  372. position: fixed;
  373. right: 0;
  374. top: 50%;
  375. -webkit-transform: translate(0, -50%);
  376. transform: translate(0, -50%);
  377. z-index: 1000;
  378. color: #fff;
  379. font-size: 16px;
  380. font-weight: 600;
  381. line-height: 20px;
  382. border-radius: 10px 0 0 10px;
  383. overflow: hidden;
  384. }
  385. .app-tools .tools-item {
  386. background-color: #3A4B99;
  387. display: -webkit-box;
  388. display: flex;
  389. -webkit-box-align: center;
  390. align-items: center;
  391. cursor: pointer;
  392. -webkit-transition: all 0.2s;
  393. transition: all 0.2s;
  394. }
  395. .app-tools .tools-item ~ .tools-item {
  396. box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
  397. }
  398. .app-tools .icon-box {
  399. width: 60px;
  400. height: 60px;
  401. display: -webkit-box;
  402. display: flex;
  403. -webkit-box-align: center;
  404. align-items: center;
  405. -webkit-box-pack: center;
  406. justify-content: center;
  407. -webkit-user-select: none;
  408. -moz-user-select: none;
  409. -ms-user-select: none;
  410. user-select: none;
  411. }
  412. .app-tools .icon {
  413. height: auto;
  414. flex-shrink: 0;
  415. }
  416. .app-tools .text {
  417. height: 60px;
  418. width: 0;
  419. display: -webkit-box;
  420. display: flex;
  421. -webkit-box-align: center;
  422. align-items: center;
  423. -webkit-box-pack: center;
  424. justify-content: center;
  425. overflow: hidden;
  426. -webkit-transition: all 0.3s;
  427. transition: all 0.3s;
  428. white-space: nowrap;
  429. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  430. opacity: 0;
  431. text-indent: 1em;
  432. }
  433. .app-tools:hover .text {
  434. width: 95px;
  435. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  436. opacity: 1;
  437. text-indent: 0;
  438. }
  439. .app-tools .tools-item:hover {
  440. background-color: #e6b382;
  441. }
  442. .app-banner {
  443. position: relative;
  444. }
  445. .app-banner .bg {
  446. max-width: 100%;
  447. display: block;
  448. }
  449. .app-banner .wp {
  450. height: 100%;
  451. display: -webkit-box;
  452. display: flex;
  453. -webkit-box-align: center;
  454. align-items: center;
  455. position: absolute;
  456. top: 0;
  457. left: 50%;
  458. -webkit-transform: translate(-50%, 0);
  459. transform: translate(-50%, 0);
  460. z-index: 1;
  461. }
  462. .app-banner .page-title {
  463. color: #fff;
  464. }
  465. .app-banner .title-text {
  466. font-size: 48px;
  467. font-weight: 600;
  468. line-height: 66px;
  469. }
  470. .app-banner .en-title-text {
  471. font-size: 32px;
  472. line-height: 38px;
  473. font-family: "Abhaya Libre";
  474. }
  475. .app-breadcrumbs {
  476. margin-top: 20px;
  477. font-size: 14px;
  478. line-height: 20px;
  479. color: #666666;
  480. display: -webkit-box;
  481. display: flex;
  482. -webkit-box-align: center;
  483. align-items: center;
  484. }
  485. .app-breadcrumbs .division {
  486. margin: 0 10px;
  487. }
  488. .app-breadcrumbs a:hover {
  489. text-decoration: underline;
  490. }
  491. .app-breadcrumbs a:last-child {
  492. color: #3A4B99;
  493. }
  494. .app-team .team-main {
  495. display: -webkit-box;
  496. display: flex;
  497. -webkit-box-align: center;
  498. align-items: center;
  499. -webkit-box-pack: justify;
  500. justify-content: space-between;
  501. padding-top: 20px;
  502. }
  503. .app-team .team-main .main-img {
  504. width: 490px;
  505. height: 520px;
  506. flex-shrink: 0;
  507. }
  508. .app-team .team-main .main-img img {
  509. width: 100%;
  510. height: 100%;
  511. -o-object-fit: contain;
  512. object-fit: contain;
  513. }
  514. .app-team .team-main .main-info {
  515. width: 668px;
  516. }
  517. .app-team .team-main .main-info .main-name {
  518. font-size: 40px;
  519. font-weight: 600;
  520. line-height: 56px;
  521. color: #3A4B99;
  522. }
  523. .app-team .team-main .main-info .main-desc {
  524. margin-top: 20px;
  525. color: #3A4B99;
  526. font-size: 16px;
  527. line-height: 30px;
  528. max-height: 120px;
  529. white-space: pre-line;
  530. overflow: hidden;
  531. text-overflow: ellipsis;
  532. display: -webkit-box;
  533. -webkit-box-orient: vertical;
  534. -webkit-line-clamp: 4;
  535. }
  536. .app-team .team-main .main-info .main-btns {
  537. margin-top: 50px;
  538. display: -webkit-box;
  539. display: flex;
  540. }
  541. .app-team .team-main .main-info .orange-btn {
  542. background: -webkit-gradient(linear, left top, right top, from(#f9ceb8), to(#fce5d8));
  543. background: linear-gradient(90deg, #f9ceb8, #fce5d8);
  544. }
  545. .app-team .team-list {
  546. display: -webkit-box;
  547. display: flex;
  548. margin-top: 20px;
  549. -webkit-box-pack: justify;
  550. justify-content: space-between;
  551. }
  552. .app-team .team-list .team-item {
  553. width: 240px;
  554. height: 280px;
  555. background-color: #f5f7fb;
  556. text-align: center;
  557. padding: 32px 20px;
  558. box-sizing: border-box;
  559. border: 1px solid transparent;
  560. -webkit-transition: all 0.3s;
  561. transition: all 0.3s;
  562. cursor: pointer;
  563. }
  564. .app-team .team-list .team-item.active {
  565. border-color: #3A4B99;
  566. }
  567. .app-team .team-list .item-img {
  568. width: 160px;
  569. height: 160px;
  570. border-radius: 50%;
  571. overflow: hidden;
  572. margin: 0 auto;
  573. }
  574. .app-team .team-list .item-img img {
  575. width: 100%;
  576. height: 100%;
  577. -o-object-fit: cover;
  578. object-fit: cover;
  579. }
  580. .app-team .team-list .item-name {
  581. margin-top: 22px;
  582. font-size: 24px;
  583. font-weight: 600;
  584. line-height: 34px;
  585. color: #3A4B99;
  586. overflow: hidden;
  587. text-overflow: ellipsis;
  588. white-space: nowrap;
  589. word-wrap: normal;
  590. }
  591. .index-block-title {
  592. color: #3A4B99;
  593. padding-bottom: 40px;
  594. display: -webkit-box;
  595. display: flex;
  596. gap: 10px;
  597. -webkit-box-align: end;
  598. align-items: flex-end;
  599. }
  600. .index-block-title .title-text {
  601. font-size: 36px;
  602. line-height: 50px;
  603. font-weight: 600;
  604. }
  605. .index-block-title .en-title-text {
  606. font-size: 32px;
  607. line-height: 38px;
  608. font-family: "Abhaya Libre";
  609. }
  610. .app-more {
  611. font-size: 20px;
  612. line-height: 28px;
  613. font-weight: 500;
  614. display: -webkit-inline-box;
  615. display: inline-flex;
  616. -webkit-box-align: center;
  617. align-items: center;
  618. gap: 10px;
  619. color: #3A4B99;
  620. }
  621. .app-more .icon {
  622. width: 16px;
  623. }
  624. .app-pagination {
  625. margin-top: 60px;
  626. border-top: 1px solid rgba(51, 51, 51, 0.1);
  627. padding: 60px 0 40px;
  628. display: -webkit-box;
  629. display: flex;
  630. -webkit-box-align: center;
  631. align-items: center;
  632. -webkit-box-pack: center;
  633. justify-content: center;
  634. }
  635. .app-pagination a,
  636. .app-pagination span {
  637. font-size: 18px;
  638. line-height: 20px;
  639. color: #666666;
  640. margin: 0 15px;
  641. }
  642. .app-pagination a:hover {
  643. color: #3A4B99;
  644. text-decoration: underline;
  645. }
  646. .app-pagination .current {
  647. font-size: 24px;
  648. color: #3A4B99;
  649. }
  650. .app-pagination .prev,
  651. .app-pagination .next {
  652. display: inline-block;
  653. width: 20px;
  654. height: 12px;
  655. background: url(/assets/images/arrow-right-half-gary.svg) no-repeat center;
  656. background-size: contain;
  657. font-size: 0;
  658. color: transparent;
  659. margin: 0 25px;
  660. -webkit-transition: all 0.3s;
  661. transition: all 0.3s;
  662. }
  663. .app-pagination .prev {
  664. -webkit-transform: scale(-1, 1);
  665. transform: scale(-1, 1);
  666. }
  667. /*# sourceMappingURL=maps/style.css.map */