Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

index.less 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  1. //pc端样式
  2. .main {
  3. width: 100%;
  4. max-width: 1920px;
  5. margin: 0 auto;
  6. padding-top: 71px;
  7. position: relative;
  8. .text{
  9. text-align: justify;
  10. }
  11. .goUp{
  12. width: 84px;
  13. height: 84px;
  14. cursor: pointer;
  15. position: absolute;
  16. bottom: 20px;
  17. right: 140px;
  18. img{
  19. width: 100%;
  20. display: block;
  21. }
  22. }
  23. }
  24. .desCon{
  25. width: 100%;
  26. text-align: center;
  27. padding-top: 120px;
  28. .desTop{
  29. width: 100%;
  30. max-width: 1300px;
  31. margin: 0px auto;
  32. display: flex;
  33. text-align: left;
  34. padding-bottom: 46px;
  35. &>div{
  36. width: 50%;
  37. }
  38. }
  39. .desTopImg{
  40. width: 100%;
  41. max-width: 1500px;
  42. margin: 0px auto;
  43. padding-bottom: 100px;
  44. img{
  45. width: 100%;
  46. display: block;
  47. }
  48. }
  49. .careersType{
  50. width: 100%;
  51. .titleBg{
  52. width: 100%;
  53. position: sticky;
  54. top: 0;
  55. background: #ffffff;
  56. transition: all .3s ease-in-out;
  57. z-index: 4;
  58. .bgMove{
  59. width: 100%;
  60. height: 100%;
  61. position: absolute;
  62. right: 0;
  63. top: 0;
  64. background-color: #f6f6f6;
  65. }
  66. }
  67. .topType{
  68. top:70px;
  69. }
  70. .typeTitle{
  71. width: 100%;
  72. height: 90px;
  73. display: flex;
  74. max-width: 1300px;
  75. margin: 0 auto;
  76. position: relative;
  77. font-size: 24px;
  78. .typeTitCk{
  79. height: 90px;
  80. padding-top: 20px;
  81. box-sizing: border-box;
  82. margin-right: 80px;
  83. cursor: pointer;
  84. &:hover{
  85. color: #B81C25;
  86. }
  87. }
  88. .ck{
  89. border-bottom: 1px solid #B81C25;
  90. color: #B81C25;
  91. .h5R{
  92. font-weight: bold;
  93. }
  94. }
  95. }
  96. .typeCon{
  97. width: 100%;
  98. background: #f6f6f6;
  99. padding-bottom: 120px;
  100. display: none;
  101. .infoul{
  102. width: 100%;
  103. max-width: 1300px;
  104. margin: 0 auto;
  105. .infoLi{
  106. padding: 90px 0;
  107. border-bottom:1px solid #9FA3A5;
  108. width: 100%;
  109. display: none;
  110. .liTitle{
  111. display: flex;
  112. width: 100%;
  113. justify-content: space-between;
  114. cursor: pointer;
  115. font-size: 40px;
  116. font-weight: bold;
  117. font-family: "MyFont1";
  118. .liTit{
  119. width: calc(100% - 220px);
  120. // height: 84px;
  121. line-height: 84px;
  122. overflow: hidden;
  123. display: flex;
  124. flex-wrap: wrap;
  125. }
  126. .btn{
  127. width: 84px;
  128. height: 84px;
  129. display: flex;
  130. align-items: center;
  131. justify-content: center;
  132. background-color: #B2B5B7;
  133. border-radius: 50%;
  134. color: #fff;
  135. cursor: pointer;
  136. transition: all .2s;
  137. position: relative;
  138. transform: scale(1);
  139. min-width: 84px;
  140. &::before{
  141. content: '';
  142. width: 17px;
  143. height: 3px;
  144. background-color: #fff;
  145. z-index: 2;
  146. }
  147. &::after{
  148. content: '';
  149. width: 3px;
  150. height: 17px;
  151. background-color: #fff;
  152. left: 50%;
  153. position: absolute;
  154. top: 50%;
  155. transform: translate(-50%, -50%);
  156. }
  157. .btnjbg{
  158. position: absolute;
  159. bottom: 0px;
  160. left: -1px;
  161. right: 0px;
  162. top: 0px;
  163. background-color: #B81C25;
  164. -webkit-clip-path: circle(0 at 50% 50%);
  165. clip-path: circle(0 at 50% 50%);
  166. transition: -webkit-clip-path 1.5s cubic-bezier(.19,1,.22,1);
  167. transition: clip-path 1.5s cubic-bezier(.19,1,.22,1);
  168. transition: clip-path 1.5s cubic-bezier(.19,1,.22,1), -webkit-clip-path 1.5s cubic-bezier(.19,1,.22,1);
  169. transition: clip-path 1.5s cubic-bezier(.19,1,.22,1), -webkit-clip-path 1.5s cubic-bezier(.19,1,.22,1);
  170. }
  171. }
  172. }
  173. .infoSonLi{
  174. width: 100%;
  175. height: 0px;
  176. box-sizing: border-box;
  177. overflow: hidden;
  178. // display: none;
  179. border-bottom: 0px dashed #000000;
  180. margin-bottom: 0px;
  181. padding-top: 0px;
  182. transition: padding 1s ease-in-out;
  183. text-align: left;
  184. &:last-child{
  185. border-bottom: 0px;
  186. margin-bottom: 0px;
  187. .btn{
  188. margin-bottom: 0;
  189. }
  190. }
  191. .h4{
  192. margin-top: 50px;
  193. font-size: 24px;
  194. &:first-child{
  195. margin-top: 0;
  196. color: #B81C25;
  197. }
  198. }
  199. .h5R{
  200. margin-top: 30px;
  201. font-size: 20px;
  202. line-height: 44px;
  203. }
  204. .text{
  205. margin-top: 10px;
  206. margin-bottom: 40px;
  207. color: #9fa3a5;
  208. font-size: 20px;
  209. line-height: 44px;
  210. }
  211. .btn{
  212. margin: 80px 0 120px;
  213. }
  214. }
  215. }
  216. .infoLiShow{
  217. .liTitle{
  218. .btn{
  219. // background-color: #0054A7;
  220. &::after{
  221. display: none;
  222. }
  223. .btnjbg{
  224. -webkit-clip-path: circle(50% at 50% 50%);
  225. clip-path: circle(50% at 50% 50%);
  226. }
  227. }
  228. }
  229. .infoSonLi{
  230. border-bottom: 1px dashed #000000;
  231. margin-bottom: 95px;
  232. padding-top: 45px;
  233. }
  234. }
  235. }
  236. .all{
  237. .infoLi{
  238. display: block;
  239. }
  240. }
  241. }
  242. .typeConShow{
  243. display: block;
  244. }
  245. .typeCon2{
  246. text-align: left;
  247. .infoul{
  248. &>.title{
  249. font-size: 40px;
  250. padding: 70px 0px 43px;
  251. }
  252. .newsType{
  253. width: 100%;
  254. height: 100%;
  255. .newsLi{
  256. width: 100%;
  257. display: flex;
  258. justify-content: space-between;
  259. padding-bottom: 27px;
  260. border-bottom: 1px solid #acacac5e;
  261. margin-top: 27px;
  262. &:last-child{
  263. border-bottom: 0px solid #ACACAC;
  264. }
  265. .timer{
  266. width: 65px;
  267. height: 66px;
  268. border-radius: 8px;
  269. border: 1px solid #A7A5A5;
  270. text-align: center;
  271. font-size: 12px;
  272. padding: 0px 12px 0;
  273. box-sizing: border-box;
  274. .timerData{
  275. font-size: 26px;
  276. color: #b81c25;
  277. border-bottom: 1px solid #b81c25;
  278. padding-bottom: 3px;
  279. margin-bottom: 3px;
  280. line-height: 30px;
  281. padding-top: 4px;
  282. }
  283. }
  284. .newsLiCon{
  285. width: calc(100% - 80px);
  286. font-size: 18px;
  287. text-align: left;
  288. &>div{
  289. overflow: hidden;
  290. white-space: nowrap;
  291. width: 100%;
  292. height: 24px;
  293. text-overflow: ellipsis;
  294. }
  295. .liTitle{
  296. color: #231F20;
  297. font-weight: 500;
  298. margin-bottom: 8px;
  299. padding-top: 6px;
  300. }
  301. .licon{
  302. font-weight: 400;
  303. color: #999999;
  304. font-size: 16px;
  305. }
  306. }
  307. }
  308. }
  309. .btn{
  310. margin: 59px auto 0px;
  311. position: relative;
  312. left: 50%;
  313. transform: translateX(-50%);
  314. }
  315. .inLiCon{
  316. width: 100%;
  317. display: flex;
  318. box-sizing: border-box;
  319. padding: 38px 47px;
  320. background: #B81C25;
  321. color: #ffffff;
  322. justify-content: space-between;
  323. align-items: center;
  324. border-radius: 8px;
  325. margin-top: 80px;
  326. font-size: 24px;
  327. .title{
  328. font-size: 28px;
  329. }
  330. .liLine{
  331. width: 1px;
  332. height: 55px;
  333. background: #ffffff;
  334. opacity: 0.5;
  335. }
  336. .iconfont{
  337. display: inline-block;
  338. width: 31px;
  339. height: 31px;
  340. background: #ffffff;
  341. border-radius: 20px;
  342. color: #B81C25;
  343. font-size: 16px;
  344. text-align: center;
  345. line-height: 31px;
  346. margin-right: 12px;
  347. position: relative;
  348. top: -3px;
  349. }
  350. }
  351. }
  352. }
  353. }
  354. .contactUs{
  355. width: 100%;
  356. text-align: center;
  357. .contactCon{
  358. width: 100%;
  359. max-width: 1300px;
  360. height: 750px;
  361. margin: 0px auto;
  362. padding: 120px 0px 180px;
  363. display: flex;
  364. text-align: left;
  365. &>div{
  366. width: 50%;
  367. box-sizing: border-box;
  368. .contactUsTit{
  369. font-size: 60px;
  370. margin-bottom: 50px;
  371. }
  372. .text{
  373. font-size: 24px;
  374. color: #9FA3A5;
  375. margin-bottom: 8px;
  376. }
  377. .text1{
  378. font-size: 20px;
  379. color: #231F20;
  380. }
  381. .contactType{
  382. font-size: 40px;
  383. margin-top: 200px;
  384. margin-bottom: 20px;
  385. }
  386. img{
  387. width: 750px;
  388. height: 750px;
  389. display: block;
  390. }
  391. }
  392. }
  393. }
  394. }
  395. @media screen and (min-width: 801px) and (max-width: 1400px) {
  396. .careersType{
  397. .typeCon,.titleBg{
  398. padding-left: 20px;
  399. padding-right: 20px;
  400. box-sizing: border-box;
  401. }
  402. }
  403. }
  404. @media screen and (min-width:800px){
  405. }
  406. .mTxt{
  407. display: none;
  408. }
  409. //移动端样式
  410. @media screen and (max-width:800px) {
  411. .pcTxt{
  412. display: none;
  413. }
  414. .mTxt{
  415. display: block;
  416. }
  417. .main{
  418. padding-top: 61px;
  419. .goUp{
  420. width: 42px;
  421. height: 42px;
  422. bottom: 30px;
  423. right: 50%;
  424. transform: translateX(21px);
  425. }
  426. }
  427. .desCon{
  428. padding-top: 80px;
  429. box-sizing: border-box;
  430. // .text{
  431. // font-size: 14px;
  432. // line-height: 22px;
  433. // }
  434. .desTop{
  435. padding-bottom: 30px;
  436. padding-left: 15px;
  437. padding-right: 15px;
  438. box-sizing: border-box;
  439. flex-wrap: wrap;
  440. .title{
  441. text-align: center;
  442. margin-bottom: 30px;
  443. font-size: 24px;
  444. }
  445. &>div{
  446. width: 100%;
  447. }
  448. }
  449. .desTopImg{
  450. padding-bottom: 40px;
  451. padding-left: 15px;
  452. padding-right: 15px;
  453. box-sizing: border-box;
  454. }
  455. .careersType{
  456. .titleBg{
  457. top: 60px;
  458. padding-left: 15px;
  459. padding-right: 15px;
  460. box-sizing: border-box;
  461. }
  462. .typeTitle{
  463. width: 100%;
  464. height: 50px;
  465. margin: 0px 0px;
  466. box-sizing: border-box;
  467. overflow: hidden;
  468. overflow-x: auto;
  469. font-size: 14px;
  470. .typeTitCk{
  471. height: 50px;
  472. margin-right: 30px;
  473. line-height: 10px;
  474. white-space: nowrap;
  475. &:last-child{
  476. margin-right: 0;
  477. }
  478. }
  479. .ck{
  480. border-bottom: 2px solid #B81C25;
  481. }
  482. }
  483. .typeCon{
  484. padding: 0px 15px 110px;
  485. box-sizing: border-box;
  486. .infoul{
  487. .infoLi{
  488. padding: 45px 0;
  489. .liTitle{
  490. align-items: center;
  491. font-size: 24px;
  492. .liTit{
  493. height: auto;
  494. line-height: 30px;
  495. width: calc(100% - 60px);
  496. overflow: initial;
  497. }
  498. .btn{
  499. width: 40px;
  500. height: 40px;
  501. left: 0px;
  502. min-width: 40px;
  503. .btnjbg{
  504. left: 0px;
  505. }
  506. &::before{
  507. content: '';
  508. width: 8px;
  509. height: 2px;
  510. }
  511. &::after{
  512. content: '';
  513. width: 2px;
  514. height: 8px;
  515. }
  516. }
  517. }
  518. .infoSonLi{
  519. .h4{
  520. font-size: 16px;
  521. line-height: 30px;
  522. margin-top: 30px;
  523. font-weight: bold;
  524. }
  525. .h5R{
  526. margin-top: 10px;
  527. font-size: 16px;
  528. line-height: 30px;
  529. }
  530. .text{
  531. margin-bottom: 40px;
  532. font-size: 16px;
  533. line-height: 30px;
  534. }
  535. .btn{
  536. margin: 50px 0 60px;
  537. }
  538. }
  539. }
  540. .infoLiShow{
  541. .liTitle{
  542. .btn{
  543. &::before {
  544. width: 8px;
  545. height: 2px;
  546. }
  547. .btnjbg{
  548. -webkit-clip-path: circle(19px at 20px 20.5px);
  549. clip-path: circle(19px at 20px 20.5px);
  550. }
  551. }
  552. }
  553. .infoSonLi{
  554. margin-bottom: 15px;
  555. border-bottom: 1px solid #231F20;
  556. }
  557. }
  558. }
  559. }
  560. .typeCon2 {
  561. .infoul{
  562. &>.title{
  563. font-size: 25px;
  564. padding: 40px 0px 15px;
  565. }
  566. .newsType {
  567. .newsLi {
  568. padding-bottom: 20px;
  569. margin-top: 20px;
  570. .newsLiCon{
  571. font-size: 16px;
  572. padding-top: 4px;
  573. &>div{
  574. height: 20px;
  575. }
  576. .liTitle{
  577. margin-bottom: 8px;
  578. }
  579. }
  580. }
  581. }
  582. .btn{
  583. margin: 20px auto 0px;
  584. }
  585. .inLiCon{
  586. justify-content: center;
  587. flex-wrap: wrap;
  588. font-size: 14px;
  589. padding: 30px 23px;
  590. border-radius: 4px;
  591. margin-top: 47px;
  592. .liLine{
  593. display: none;
  594. }
  595. &>div{
  596. width: 100%;
  597. height: 20px;
  598. margin-bottom: 15px;
  599. line-height: normal;
  600. padding-left: 38px;
  601. box-sizing: border-box;
  602. }
  603. .title{
  604. width: 100%;
  605. text-align: center;
  606. padding-bottom: 14px;
  607. height: auto;
  608. font-size: 16px;
  609. padding-left: 0px;
  610. line-height: normal;
  611. border-bottom: 1px solid #ffffff81;
  612. margin-bottom: 20px;
  613. }
  614. .iconfont{
  615. width: 20px;
  616. height: 20px;
  617. border-radius: 10px;
  618. font-size: 12px;
  619. line-height: 20px;
  620. margin-right: 12px;
  621. top: 0px;
  622. }
  623. }
  624. }
  625. }
  626. }
  627. .contactUs{
  628. .contactCon{
  629. height: auto;
  630. margin: 0px auto;
  631. padding: 105px 15px 115px;
  632. box-sizing: border-box;
  633. flex-wrap: wrap;
  634. &>div{
  635. width: 100%;
  636. .contactUsTit{
  637. font-size: 60px;
  638. margin-bottom: 38px;
  639. font-size: 24px;
  640. line-height: normal;
  641. }
  642. .text{
  643. font-size: 14px;
  644. line-height: normal;
  645. margin-bottom: 15px;
  646. }
  647. .text1{
  648. font-size: 14px;
  649. line-height: 28px;
  650. }
  651. .contactType{
  652. font-size: 18px;
  653. margin-top: 70px;
  654. margin-bottom: 30px;
  655. line-height: normal;
  656. }
  657. img{
  658. width: 100%;
  659. height: auto;
  660. margin-top: 15px;
  661. }
  662. }
  663. }
  664. }
  665. }
  666. }