index.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921
  1. /* 轮播图 */
  2. .aboutus-page .swiper {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .aboutus-page .swiper-slide {
  7. font-size: 18px;
  8. }
  9. .aboutus-page .swiper-slide img {
  10. height: 41.66vw;
  11. width: 100%;
  12. }
  13. .aboutus-page .box1 {
  14. width: 100%;
  15. height: 41.666vw;
  16. position: absolute;
  17. top: 0;
  18. left: 0;
  19. z-index: 100;
  20. display: flex;
  21. align-items: center;
  22. }
  23. .aboutus-page .box1-content {
  24. margin: 0 0 0 12.5vw;
  25. }
  26. .aboutus-page .box1-title {
  27. width: 597px;
  28. font-size: 60px;
  29. font-family: Gilroy, Gilroy-Light;
  30. font-weight: 300;
  31. text-align: left;
  32. color: #ffffff;
  33. line-height: 70px;
  34. }
  35. .aboutus-page .box1-tip {
  36. width: 592px;
  37. font-size: 24px;
  38. font-family: Gilroy, Gilroy-Light;
  39. font-weight: 300;
  40. text-align: left;
  41. color: #ffffff;
  42. line-height: 36px;
  43. margin: 20px 0 43px 0;
  44. }
  45. .aboutus-page .box1-content button {
  46. background: transparent;
  47. width: 180px;
  48. height: 54px;
  49. border: 2px solid #ffffff;
  50. border-radius: 29px;
  51. background-image: url("../../images/about_us/btn1.png");
  52. background-repeat: no-repeat;
  53. background-position: center;
  54. background-size: 105px auto;
  55. cursor: pointer;
  56. }
  57. .aboutus-page .box2-content {
  58. text-align: center;
  59. margin: 41px 0 83px 0;
  60. }
  61. .aboutus-page .box2-content img {
  62. width: 23.07vw;
  63. height: 13.22vw;
  64. margin-right: 43px;
  65. }
  66. .aboutus-page .box2-content div {
  67. display: inline-block;
  68. width: 39.63vw;
  69. height: 8.95vw;
  70. font-size: 24px;
  71. font-family: Gilroy, Gilroy-Bold;
  72. font-weight: 700;
  73. text-align: left;
  74. color: #8e9daa;
  75. line-height: 30px;
  76. }
  77. .aboutus-page .box2 {
  78. height: 41.666vw;
  79. background-image: url("../../images/about_us/bg3.png");
  80. background-position: top;
  81. background-size: cover;
  82. display: flex;
  83. align-items: center;
  84. justify-content: space-between;
  85. padding: 0 2.6vw 0 12.5vw;
  86. }
  87. .aboutus-page .box2.mobile{
  88. display: none;
  89. padding: 0;
  90. }
  91. .aboutus-page .box2.mobile .swiper-slide{
  92. display: flex;
  93. align-items: center;
  94. }
  95. .aboutus-page .box2.mobile .box1-content{
  96. margin: 16.93vw auto 0 auto;
  97. }
  98. .aboutus-page .box2 .box1-content {
  99. margin-top: 0;
  100. margin-left: 0;
  101. }
  102. .aboutus-page .box2 .box1-content .logo {
  103. width: 7.18vw;
  104. height: 2.08vw;
  105. margin-bottom: 2.08vw;
  106. }
  107. .aboutus-page .box3-content {
  108. display: flex;
  109. width: 40%;
  110. }
  111. .aboutus-page .box3-content .num {
  112. opacity: 0.7;
  113. font-size: 3.75vw;
  114. font-family: Gilroy, Gilroy-Thin;
  115. font-weight: 200;
  116. text-align: left;
  117. color: #ffffff;
  118. }
  119. .aboutus-page .box3-content .tip{
  120. font-size: 1.14vw;
  121. font-family: NexaBold, NexaBold-Regular;
  122. font-weight: 400;
  123. text-align: left;
  124. color: #333333;
  125. line-height: 1.19vw;
  126. }
  127. .aboutus-page .box3-content .box3-title {
  128. opacity: 0.7;
  129. font-size: 1.25vw;
  130. font-family: Gilroy, Gilroy-Medium;
  131. font-weight: 500;
  132. text-align: left;
  133. color: #ffffff;
  134. margin: 25px 0 18px 0;
  135. }
  136. .aboutus-page .box3-content .box3-tip {
  137. opacity: 0.7;
  138. font-size: 0.78vw;
  139. font-family: Myriad Pro, Myriad Pro-Regular;
  140. font-weight: 400;
  141. text-align: left;
  142. color: #ffffff;
  143. }
  144. .aboutus-page .box3-content img {
  145. width: 20px;
  146. height: 12px;
  147. margin-top: 60px;
  148. }
  149. .aboutus-page .box4-content {
  150. height: 38.54vw;
  151. background-image: url("../../images/about_us/bg4.png");
  152. background-size: 100% 100%;
  153. display: flex;
  154. justify-content: space-evenly;
  155. align-items: center;
  156. }
  157. .aboutus-page .box4-content .box4 .title {
  158. font-size: 3.75vw;
  159. font-family: Gilroy, Gilroy-Light;
  160. font-weight: 300;
  161. text-align: left;
  162. color: #018dff;
  163. margin-bottom: 43px;
  164. }
  165. .aboutus-page .box4-content .box4 .cards {
  166. width: calc(25vw + 100px);
  167. display: flex;
  168. justify-content: space-around;
  169. }
  170. .aboutus-page .box4-content .box4 .card {
  171. position: relative;
  172. display: flex;
  173. flex-flow: column;
  174. justify-content: center;
  175. width: 8.33vw;
  176. height: 8.33vw;
  177. background: white;
  178. border-radius: 1.3vw;
  179. box-shadow: 7.98px 15.01px 32px 0px rgba(232, 243, 255, 0.66);
  180. padding: 7px 10px;
  181. border: none;
  182. }
  183. .aboutus-page .box4-content .box4 .card .num {
  184. font-size: 2.34vw;
  185. font-family: SamsungSharpSans, SamsungSharpSans-Medium;
  186. font-weight: 500;
  187. text-align: left;
  188. color: #008cff;
  189. line-height: 23px;
  190. margin: 1vw 0 0.7vw 0;
  191. }
  192. .aboutus-page .box4-content .box4 .card .tip {
  193. font-size: 1vw;
  194. line-height: 1;
  195. font-family: NexaBold, NexaBold-Regular;
  196. }
  197. .aboutus-page .box4-content .box4.pic {
  198. width: 38.64vw;
  199. height: 31.3vw;
  200. background-image: url("../../images/about_us/bg5.png");
  201. background-size: 100% 100%;
  202. margin-top: 2.08vw;
  203. }
  204. .aboutus-page .box4-content .box4 img {
  205. position: absolute;
  206. top: 0.85vw;
  207. right: 0.85vw;
  208. width: 1.8vw;
  209. object-fit: fill;
  210. }
  211. .aboutus-page .box5-content {
  212. height: 48.59vw;
  213. padding: 6.25vw 0;
  214. text-align: center;
  215. position: relative;
  216. }
  217. .aboutus-page .box5-content.mobile{
  218. display: none;
  219. }
  220. .aboutus-page .box5-content .title{
  221. font-size: 3.75vw;
  222. font-family: Gilroy, Gilroy-Light;
  223. font-weight: 300;
  224. color: #018cff;
  225. text-align: center;
  226. }
  227. /* 分页 */
  228. .aboutus-page .page-box {
  229. text-align: right;
  230. padding-right: 12.5vw;
  231. }
  232. .aboutus-page .page-box .img{
  233. width: 3.125vw;
  234. height: 3.125vw;
  235. margin-bottom: 2.08vw;
  236. display: inline-block;
  237. cursor: pointer;
  238. background-size: 100% 100%;
  239. line-height: 3.125vw;
  240. }
  241. /*白色背景*/
  242. .aboutus-page .page-box .first1{
  243. margin-right: 10px;
  244. background-image: url("../../../assets/images/about_us/arrow2.png");
  245. }
  246. .aboutus-page .page-box .last1{
  247. background-image: url("../../../assets/images/about_us/arrow2.png");
  248. transform: rotate(180deg);
  249. }
  250. .aboutus-page .page-box .first1.active{
  251. background-image: url("../../../assets/images/about_us/arrow3.png")!important;
  252. transform: rotate(180deg);
  253. }
  254. .aboutus-page .page-box .last1.active{
  255. background-image: url("../../../assets/images/about_us/arrow3.png")!important;
  256. transform: rotate(180deg);
  257. }
  258. .aboutus-page .page-box .last1.active{
  259. transform: rotate(0deg);
  260. }
  261. /*蓝色背景*/
  262. .aboutus-page .page-box .first2{
  263. margin-right: 10px;
  264. background-image: url("../../../assets/images/about_us/arrow4.png");
  265. }
  266. .aboutus-page .page-box .last2{
  267. background-image: url("../../../assets/images/about_us/arrow4.png");
  268. transform: rotate(180deg);
  269. }
  270. .aboutus-page .page-box .first2.active{
  271. background-image: url("../../../assets/images/about_us/arrow5.png")!important;
  272. transform: rotate(180deg);
  273. }
  274. .aboutus-page .page-box .last2.active{
  275. background-image: url("../../../assets/images/about_us/arrow5.png")!important;
  276. transform: rotate(180deg);
  277. }
  278. .aboutus-page .page-box .last2.active{
  279. transform: rotate(0deg);
  280. }
  281. .aboutus-page .box5-content .cards{
  282. position: absolute;
  283. top: 17.34vw;
  284. margin: 0 12.5vw;
  285. white-space: nowrap;
  286. width: 100%;
  287. vertical-align: top;
  288. overflow-x: auto;
  289. padding-bottom: 12px;
  290. text-align: left;
  291. }
  292. /* 隐藏滚动条 */
  293. .aboutus-page .box5-content .cards::-webkit-scrollbar {
  294. width: 0;
  295. height: 0;
  296. }
  297. .aboutus-page .box5-content .card{
  298. transition: all 0.3s;
  299. width: 25vw;
  300. background: #ffffff;
  301. border-radius: 24px;
  302. margin-right: 20px;
  303. padding: 3.8vw 2.34vw 2.03vw 2.34vw;
  304. box-sizing: border-box;
  305. text-align: left;
  306. position: relative;
  307. display: inline-block;
  308. white-space: normal;
  309. border: none;
  310. }
  311. .aboutus-page .box5-content .card:hover{
  312. box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
  313. }
  314. .aboutus-page .box5-content .card .card-title{
  315. font-size: 2.18vw;
  316. font-family: DINPro, DINPro-Bold;
  317. font-weight: 700;
  318. color: #242A30;
  319. margin-bottom: 2.18vw;
  320. }
  321. .aboutus-page .box5-content .split{
  322. width: 100%;
  323. height: 1px;
  324. background: #e5e5e5;
  325. position: absolute;
  326. top: 24.895vw;
  327. left: 0;
  328. }
  329. .aboutus-page .box5-content .card .split{
  330. position: absolute;
  331. top: 7.55vw;
  332. left: 0;
  333. transition: all 0.5s;
  334. width: 0;
  335. }
  336. .aboutus-page .box5-content .card .dot{
  337. background: #e5e5e5;
  338. position: absolute;
  339. top: 7.55vw;
  340. left: 2.34vw;
  341. border-radius: 50%;
  342. width: 0;
  343. height: 5px;
  344. transform: translateY(-50%);
  345. }
  346. .aboutus-page .box5-content .card .logo{
  347. width: 2.08vw;
  348. height: 1.66vw;
  349. position: absolute;
  350. top: 3vw;
  351. right: 2vw;
  352. display: none;
  353. }
  354. .aboutus-page .box5-content .card .name{
  355. font-size: 1.25vw;
  356. font-family: Gilroy, Gilroy-Bold;
  357. font-weight: 700;
  358. color: #242A30;
  359. margin-bottom: 0.46vw;
  360. }
  361. .aboutus-page .box5-content .card .desc{
  362. font-size: 0.83vw;
  363. font-family: Gilroy, Gilroy-Medium;
  364. font-weight: 500;
  365. color: #242a30;
  366. margin-bottom: 2.08vw;
  367. }
  368. .aboutus-page .box5-content .card:hover .card-title{
  369. color: #008bff;
  370. }
  371. .aboutus-page .box5-content .card:hover .split,.dot{
  372. background: #008bff;
  373. width: 100%;
  374. }
  375. .aboutus-page .box5-content .card:hover .dot{
  376. background: #008bff;
  377. width: 5px;
  378. }
  379. .aboutus-page .box5-content .card:hover .name{
  380. color: #008bff;
  381. }
  382. .aboutus-page .box5-content .card:hover .logo{
  383. display: block;
  384. }
  385. .aboutus-page .box6-content{
  386. width: 100%;
  387. height: calc(36.45vw + 6.97vw);
  388. background: #008cff;
  389. padding: 0 12.5vw;
  390. box-sizing: border-box;
  391. }
  392. .aboutus-page .box6-content.mobile{
  393. display: none;
  394. }
  395. .aboutus-page .box6-content .tool{
  396. padding-top: 4.68vw;
  397. display: flex;
  398. align-items: center;
  399. justify-content: space-between;
  400. margin-bottom: 2.91vw;
  401. }
  402. .aboutus-page .box6-content .tool .title{
  403. font-size: 4.479vw;
  404. font-family: Gilroy, Gilroy-Light;
  405. font-weight: 300;
  406. text-align: center;
  407. color: #ffffff;
  408. }
  409. .aboutus-page .box6-content .tool .page-box{
  410. padding-right: 0;
  411. }
  412. .aboutus-page .box6-content .tool .page-box .img{
  413. margin-bottom: 0;
  414. }
  415. .aboutus-page .box6-content .cards-box{
  416. width: 100%;
  417. position: relative;
  418. }
  419. .aboutus-page .box6-content .cards{
  420. width: 100%;
  421. display: flex;
  422. justify-content: space-between;
  423. position: absolute;
  424. top: 0;
  425. left: 0;
  426. transform-origin:left bottom;
  427. }
  428. .aboutus-page .box6-content .cards{
  429. }
  430. .aboutus-page .box6-content .card{
  431. position: relative;
  432. width: 17.8vw;
  433. min-height: 17.8vw;
  434. background: #ffffff;
  435. border-radius: 24px;
  436. padding: 3.17vw 1.56vw;
  437. box-sizing: border-box;
  438. z-index: 1;
  439. cursor: default;
  440. }
  441. .aboutus-page .box6-content .card:after{
  442. content: '';
  443. position: absolute;
  444. top: -1px;
  445. left: 1.56vw;
  446. width: 3.12vw;
  447. height: 4px;
  448. background: #40d5fa;
  449. border-radius: 2px;
  450. transition: width 0.5s;
  451. }
  452. .aboutus-page .box6-content .card:hover:after{
  453. width: calc(100% - 1.56vw * 2);
  454. }
  455. .aboutus-page .box6-content .card:hover .bg{
  456. opacity: 0.2;
  457. transition: transform 0.8s;
  458. transform-origin: left bottom;
  459. transform: rotate(-10deg);
  460. position: absolute;
  461. top: 0;
  462. left: 0;
  463. z-index: 0;
  464. height: 100%;
  465. width: 100%;
  466. background: white;
  467. border-radius: 24px;
  468. }
  469. .aboutus-page .box6-content .cards .card .date{
  470. font-size: 0.729vw;
  471. font-family: Gilroy, Gilroy-Bold;
  472. font-weight: 700;
  473. text-align: left;
  474. color: #242a30;
  475. margin-bottom: 0.93vw;
  476. }
  477. .aboutus-page .box6-content .card:hover .date{
  478. color: #008bff;
  479. }
  480. .aboutus-page .box6-content .cards .card .card-title{
  481. font-size: 1.25vw;
  482. font-family: Gilroy, Gilroy-Bold;
  483. font-weight: 700;
  484. text-align: left;
  485. margin-bottom: 2.34vw;
  486. overflow: hidden;
  487. text-overflow: ellipsis;
  488. display: -webkit-box;
  489. -webkit-box-orient: vertical;
  490. -webkit-line-clamp: 2;
  491. word-break: break-all;
  492. }
  493. .aboutus-page .box6-content .card:hover .card-title{
  494. color: #008bff;
  495. }
  496. .aboutus-page .box6-content .cards .card .desc{
  497. font-size: 0.83vw;
  498. font-family: Gilroy, Gilroy-Medium;
  499. font-weight: 500;
  500. text-align: left;
  501. color: #242A30;
  502. margin-bottom: 1.4vw;
  503. overflow: hidden;
  504. text-overflow: ellipsis;
  505. display: -webkit-box;
  506. -webkit-box-orient: vertical;
  507. -webkit-line-clamp: 2;
  508. word-break: break-all;
  509. }
  510. .aboutus-page .box6-content .cards .card .arrow{
  511. font-size: 0.729vw;
  512. font-family: Gilroy, Gilroy-Bold;
  513. font-weight: 700;
  514. text-align: left;
  515. color: #242A30;
  516. }
  517. .aboutus-page .box6-content .cards .card .arrow i{
  518. margin-left: 10px;
  519. }
  520. .aboutus-page .box6-content .card:hover .arrow{
  521. color: #008bff;
  522. }
  523. /*移动端*/
  524. @media screen and (max-width: 960px) {
  525. .aboutus-page .swiper-slide img {
  526. height: 90.66vw;
  527. object-fit: cover;
  528. }
  529. .aboutus-page .box1 {
  530. height: 90.66vw;
  531. }
  532. .aboutus-page .box1-content {
  533. margin: 16.93vw auto 0 auto;
  534. width: 82.4vw;
  535. text-align: center;
  536. }
  537. .aboutus-page .box1-title {
  538. font-size: 8vw;
  539. width: 100%;
  540. line-height: 1;
  541. text-align: center;
  542. }
  543. .aboutus-page .box1-tip {
  544. font-size: 5.33vw;
  545. margin: 4vw 0;
  546. width: 100%;
  547. text-align: center;
  548. line-height: 5.33vw;
  549. }
  550. .aboutus-page .box1-content button {
  551. width: 40vw;
  552. height: 10.8vw;
  553. }
  554. .aboutus-page .box2-content img {
  555. width: 59.06vw;
  556. height: 33.86vw;
  557. }
  558. .aboutus-page .box2-content div {
  559. font-size: 3.7vw;
  560. line-height: 4.5vw;
  561. display: block;
  562. width: 88vw;
  563. margin: 4vw auto 8vw auto;
  564. height: auto;
  565. word-break: break-all;
  566. }
  567. .aboutus-page .box2-content {
  568. margin: 9.33vw auto 8vw auto;
  569. }
  570. .aboutus-page .box2.mobile {
  571. display: block;
  572. }
  573. .aboutus-page .box2.pc {
  574. display: none;
  575. }
  576. .aboutus-page .box2 {
  577. height: 106vw;
  578. position: relative;
  579. }
  580. .aboutus-page .box2 .box1-content .logo {
  581. width: 26.8vw;
  582. height: 7.73vw;
  583. position: absolute;
  584. top: 10.53vw;
  585. left: 4vw;
  586. }
  587. .aboutus-page .box3-content {
  588. width: 100%;
  589. height: 100%;
  590. }
  591. .aboutus-page .box3-content .box3 {
  592. display: flex;
  593. align-items: center;
  594. flex-flow: column;
  595. width: 50vw;
  596. }
  597. .aboutus-page .box3-content .num {
  598. font-size: 14vw;
  599. margin-top: 18vw;
  600. }
  601. .aboutus-page .box3-content .box3-title {
  602. font-size: 6.5vw;
  603. line-height: 1;
  604. text-align: center;
  605. margin: 3vw 0;
  606. padding: 0 1vw;
  607. }
  608. .aboutus-page .box3-content .box3-tip {
  609. font-size: 5vw;
  610. line-height: 1.2;
  611. text-align: center;
  612. margin: 3vw 0;
  613. padding: 0 1vw;
  614. }
  615. .aboutus-page .box3-content img {
  616. height: auto;
  617. margin-top: 0;
  618. }
  619. .aboutus-page .box4-content {
  620. display: block;
  621. height: auto;
  622. background-position: top;
  623. background-size: contain;
  624. background-repeat: no-repeat;
  625. }
  626. .aboutus-page .box4-content .box4 .cards {
  627. width: 100%;
  628. }
  629. .aboutus-page .box4-content .box4 .title {
  630. font-family: NexaBold, NexaBold-Regular;
  631. font-size: 6.4vw;
  632. padding: 15.46vw 0 5.33vw 0;
  633. margin: 0;
  634. text-align: center;
  635. }
  636. .aboutus-page .box4-content .box4 .card {
  637. width: 28vw;
  638. height: 28vw;
  639. border-radius: 3vw;
  640. padding: 4vw 2.66vw;
  641. }
  642. .aboutus-page .box4-content .box4 img {
  643. width: 5.33vw;
  644. height: 5.33vw;
  645. top: 2.66vw;
  646. right: 2.66vw;
  647. }
  648. .aboutus-page .box4-content .box4 .card .num {
  649. font-size: 8vw;
  650. font-family: NexaBold, NexaBold-Regular;
  651. }
  652. .aboutus-page .box4-content .box4 .card .tip {
  653. font-size: 2.93vw;
  654. margin-top: 3.73vw;
  655. }
  656. .aboutus-page .box4-content .box4.pic {
  657. height: 77.6vw;
  658. width: 100%;
  659. margin-top: 8vw;
  660. }
  661. .aboutus-page .box5-content.pc {
  662. display: none;
  663. }
  664. .aboutus-page .box5-content.mobile {
  665. display: block;
  666. height: auto;
  667. }
  668. .aboutus-page .box5-content .title {
  669. font-size: 6.3vw;
  670. font-family: NexaBold, NexaBold-Regular;
  671. font-weight: 400;
  672. text-align: center;
  673. color: #008bff;
  674. margin-bottom: 5.33vw;
  675. }
  676. .aboutus-page .box5-content .nav {
  677. height: 12.4vw;
  678. background: #f2f2f2;
  679. padding: 0 8vw;
  680. white-space: nowrap;
  681. display: block;
  682. overflow-y: auto;
  683. }
  684. .aboutus-page .box5-content .nav::-webkit-scrollbar {
  685. width: 0;
  686. height: 0;
  687. }
  688. .aboutus-page .box5-content .nav .nav-title{
  689. line-height: 12.4vw;
  690. font-size: 4.8vw;
  691. font-family: Gilroy, Gilroy-Bold;
  692. font-weight: 700;
  693. color: #999999;
  694. margin-right: 8.66vw;
  695. position: relative;
  696. display: inline-block;
  697. }
  698. .aboutus-page .box5-content .nav .nav-title:nth-last-child(1){
  699. margin-right: 0;
  700. }
  701. .aboutus-page .box5-content .nav .nav-title:hover:after{
  702. content: '';
  703. position: absolute;
  704. bottom: 1.85vw;
  705. left: 50%;
  706. transform: translateX(-50%);
  707. height: 3px;
  708. width: 60%;
  709. background: #008bff;
  710. }
  711. .aboutus-page .box5-content .nav .nav-title:hover{
  712. color: #008bff;
  713. }
  714. .aboutus-page .box5-content .content{
  715. text-align: left;
  716. padding: 1.33vw 8vw 16vw 8vw;
  717. }
  718. .aboutus-page .box5-content .content .name{
  719. font-size: 4.8vw;
  720. font-family: NexaBold, NexaBold-Regular;
  721. font-weight: 400;
  722. text-align: left;
  723. color: #333333;
  724. margin: 4vw 0 0 0;
  725. }
  726. .aboutus-page .box5-content .content .desc{
  727. font-size: 3.73vw;
  728. font-family: Myriad Pro, Myriad Pro-Regular;
  729. font-weight: 400;
  730. text-align: left;
  731. color: #242a30;
  732. margin: 2.66vw 0 0 0;
  733. }
  734. .aboutus-page .box6-content.mobile{
  735. display: block;
  736. height: auto;
  737. padding: 0;
  738. }
  739. .aboutus-page .box6-content.mobile .cards{
  740. display: block;
  741. position: unset;
  742. height: 92.4vw;
  743. padding-top: 19.46vw;
  744. }
  745. .aboutus-page .box6-content.mobile .cards-box .title{
  746. font-size: 6.4vw;
  747. font-family: NexaBold, NexaBold-Regular;
  748. font-weight: 400;
  749. text-align: center;
  750. color: #ffffff;
  751. position: absolute;
  752. top: 9vw;
  753. left: 50%;
  754. transform: translateX(-50%);
  755. }
  756. .aboutus-page .box6-content.mobile .card{
  757. width: 53.33vw;
  758. min-height: 53.33vw;
  759. margin: 0 auto;
  760. padding: 10.6vw 5.33vw 0 5.33vw;
  761. }
  762. .aboutus-page .box6-content.mobile .card:after{
  763. left: 4vw;
  764. width: 8vw;
  765. }
  766. .aboutus-page .box6-content.mobile .card:hover:after{
  767. width: calc(100% - 4vw * 2);
  768. left: 4vw;
  769. }
  770. .aboutus-page .box6-content.mobile .cards .card .date{
  771. font-size: 3.2vw;
  772. }
  773. .aboutus-page .box6-content.mobile .cards .card .card-title{
  774. font-size: 3.73vw;
  775. }
  776. .aboutus-page .box6-content.mobile .cards .card .desc{
  777. font-size: 3.2vw;
  778. }
  779. .aboutus-page .box6-content.mobile .cards .card .arrow{
  780. font-size: 2.1vw;
  781. margin: 5.33vw auto;
  782. border: 2px solid #242a30;
  783. border-radius: 15px;
  784. padding: 0 3.33vw;
  785. line-height: 5.6vw;
  786. }
  787. .aboutus-page .box6-content.mobile .cards .card:hover .arrow{
  788. border: 2px solid #008bff;
  789. }
  790. .aboutus-page .box6-content.mobile .first2{
  791. width: 8vw;
  792. height: 8vw;
  793. background-image: url("../../../assets/images/about_us/arrow4.png");
  794. position: absolute;
  795. top: 50%;
  796. left: 4vw;
  797. background-size: 100% 100%;
  798. transform: translateY(-50%);
  799. }
  800. .aboutus-page .box6-content.mobile .last2{
  801. width: 8vw;
  802. height: 8vw;
  803. background-image: url("../../../assets/images/about_us/arrow4.png");
  804. position: absolute;
  805. top: 50%;
  806. right: 4vw;
  807. background-size: 100% 100%;
  808. transform: translateY(-50%) rotate(180deg);
  809. }
  810. .aboutus-page .box6-content.mobile .first2.active{
  811. background-image: url("../../../assets/images/about_us/arrow5.png")!important;
  812. transform: rotate(180deg);
  813. }
  814. .aboutus-page .box6-content.mobile.active{
  815. background-image: url("../../../assets/images/about_us/arrow5.png")!important;
  816. transform: rotate(180deg);
  817. }
  818. .aboutus-page .box6-content.mobile .last2.active{
  819. transform: rotate(0deg);
  820. }
  821. .aboutus-page .box6-content.pc{
  822. display: none;
  823. }
  824. .aboutus-page footer{
  825. }
  826. }