about.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001
  1. .head_bg {
  2. /* height: 800px; */
  3. overflow: hidden;
  4. /* border: 1px solid red; */
  5. }
  6. .about-video {
  7. position: absolute;
  8. /* z-index: 0; */
  9. width: 100%;
  10. /* height: 100%; */
  11. /* height: 794px; */
  12. display: block;
  13. object-fit: cover;
  14. /* overflow: hidden; */
  15. top: 0;
  16. left: 0;
  17. /* height: 800px; */
  18. }
  19. .about-video {
  20. display: block;
  21. width: 100%;
  22. }
  23. .header {
  24. background: rgba(0, 0, 0, 0.85);
  25. box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.12);
  26. /* opacity: 0.85; */
  27. }
  28. .header.active {
  29. /* background-color: #fff; */
  30. background: rgba(0, 0, 0, 1);
  31. box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.12);
  32. border: none;
  33. /* border-bottom: 1px solid #f1f1f1; */
  34. /* border-bottom: 1px solid #ddd; */
  35. }
  36. .header .header_link .header_title {
  37. color: #fff;
  38. }
  39. .header .header_link.active .header_title {
  40. /* background-position: 0 68%; */
  41. background-position: 0 100%;
  42. /* color: #fff; */
  43. color: #0052D9;
  44. }
  45. .header .header_link.cur .header_title {
  46. /* background-position: 0 68%; */
  47. background-position: 0 100%;
  48. color: #0052D9;
  49. }
  50. .banner_wrap {
  51. width: 1000px;
  52. margin-top: 0;
  53. /* height: 402px; */
  54. background: rgba(0, 0, 0, 0.6) !important;
  55. border-radius: 10px;
  56. text-align: center;
  57. box-sizing: border-box;
  58. padding: 50px 60px;
  59. position: absolute;
  60. z-index: 1;
  61. top: 50%;
  62. left: 50%;
  63. transform: translate(-50%, -50%);
  64. /* margin-top: 120px; */
  65. }
  66. .img1 {
  67. display: block;
  68. }
  69. .img2 {
  70. display: none;
  71. }
  72. .banner_main_title {
  73. font-size: 48px;
  74. font-family: Source Han Sans CN;
  75. font-weight: bold;
  76. color: #FFFFFF;
  77. /* margin-bottom: 63px; */
  78. margin-bottom: 36px;
  79. }
  80. .banner_sub_title_about {
  81. width: 860px;
  82. font-size: 16px;
  83. font-family: SourceHanSansCN;
  84. font-weight: 400;
  85. color: #eee;
  86. line-height: 28px;
  87. display: flex;
  88. /* margin: 0 auto 20px; */
  89. margin: 0 auto 16px;
  90. /* margin-bottom: 20px; */
  91. text-align: center;
  92. }
  93. .banner_sub_title_about:nth-of-type(2) {
  94. margin-bottom: 0;
  95. }
  96. .banner_sub_title_about>img {
  97. width: 17px;
  98. height: 16px;
  99. display: inline-block;
  100. margin-right: 10px;
  101. margin-top: 7px;
  102. }
  103. .banner_sub_title_about>span {
  104. display: inline-block;
  105. text-align: left;
  106. }
  107. .banner_sub_title_about i {
  108. color: #eee;
  109. font-style: normal;
  110. }
  111. .about_desc_list_wrap {
  112. height: 170px;
  113. /* margin-top: -80px; */
  114. position: absolute;
  115. z-index: 1;
  116. margin-top: 540px;
  117. /* visibility: hidden;
  118. opacity: 0; */
  119. /* display: none; */
  120. /* margin-top: 730px; */
  121. /* position: relative;
  122. z-index: 1; */
  123. }
  124. .about_desc_list {
  125. width: 360px;
  126. height: 170px;
  127. /* background: linear-gradient(147deg, #eeeff4, #fdfdfe);
  128. box-shadow: 0px 16px 12px 0px #F5F6FB;
  129. border-radius: 2px; */
  130. background: rgba(0, 0, 0, 0.75);
  131. border-radius: 6px;
  132. /* border: 2px solid #fff; */
  133. box-sizing: border-box;
  134. padding: 33px 10px 0 33px;
  135. }
  136. .about_desc_list .about_desc_title {
  137. font-size: 24px;
  138. font-family: SourceHanSansCN;
  139. font-weight: 500;
  140. color: #fff;
  141. margin-bottom: 20px;
  142. }
  143. .about_desc_list .about_desc_title img {
  144. display: inline-block;
  145. margin-right: 10px;
  146. }
  147. .about_desc_list .about_desc_title span {
  148. display: inline-block;
  149. vertical-align: middle;
  150. }
  151. .about_desc_list .about_desc_sub {
  152. font-size: 13px;
  153. font-family: SourceHanSansCN;
  154. font-weight: 400;
  155. color: #eee;
  156. line-height: 20px;
  157. box-sizing: border-box;
  158. padding: 0 20px;
  159. }
  160. /* 第一部分开始 */
  161. .about_part_one_bg {
  162. background: #F3F5F8;
  163. }
  164. .about_part_one_con {
  165. box-sizing: border-box;
  166. padding: 56px 0 52px;
  167. display: flex;
  168. justify-content: space-between;
  169. flex-wrap: wrap;
  170. }
  171. .about_part_one_item {
  172. width: 274px;
  173. height: 274px;
  174. background: linear-gradient(147deg, #F4F6F9, #FFFFFF);
  175. border-radius: 2px;
  176. padding: 18px 20px;
  177. box-sizing: border-box;
  178. transition: .3s;
  179. box-shadow: 0 10px 20px 0 rgb(48 48 48 / 5%), 0 15px 30px 0 rgb(48 48 48 / 10%);
  180. border: 2px solid #fff;
  181. }
  182. /* .about_part_one_item:hover {
  183. box-shadow: 0 10px 20px 0 rgb(48 48 48 / 5%), 0 15px 30px 0 rgb(48 48 48 / 10%);
  184. } */
  185. .about_part_one_img {
  186. width: 128px;
  187. height: 92px;
  188. margin: 0 auto;
  189. margin-bottom: 20px;
  190. }
  191. .about_part_one_item h4 {
  192. font-size: 18px;
  193. font-family: Source Han Sans CN;
  194. font-weight: 500;
  195. color: #333333;
  196. margin-bottom: 23px;
  197. text-align: center;
  198. }
  199. .about_part_one_item ul {
  200. display: flex;
  201. /* justify-content: space-between; */
  202. flex-wrap: wrap;
  203. }
  204. .about_part_one_item ul li {
  205. font-size: 14px;
  206. font-family: Source Han Sans CN;
  207. font-weight: 400;
  208. color: #666666;
  209. margin-bottom: 10px;
  210. margin-right: 15px;
  211. }
  212. /* .about_part_one_item ul li:nth-child(even) {
  213. margin-right: 0;
  214. } */
  215. /* 第一部分结束 */
  216. /* 聚势开来开始 */
  217. .future_bg {
  218. width: 100%;
  219. height: 566px;
  220. background: url('../imgs/about/about_weilai_bg.png') no-repeat;
  221. background-size: 100% 100%;
  222. position: relative;
  223. overflow: hidden;
  224. }
  225. .future_con {
  226. width: 100%;
  227. height: 100%;
  228. position: relative;
  229. box-sizing: border-box;
  230. padding: 42px 0;
  231. }
  232. .future_con_top,
  233. .future_con_bottom {
  234. width: 1040px;
  235. margin: 0 auto;
  236. display: flex;
  237. justify-content: space-between;
  238. }
  239. .future_con_bottom {
  240. width: 724px;
  241. }
  242. .future_item {
  243. /* position: absolute; */
  244. width: 295px;
  245. height: 242px;
  246. box-sizing: border-box;
  247. padding: 15px;
  248. background: url('../imgs/about/about_weilai_bg_white.png') no-repeat;
  249. transition: 0.3s;
  250. position: relative;
  251. }
  252. .future_shadow {
  253. position: absolute;
  254. top: 0;
  255. left: 0;
  256. width: 100%;
  257. height: 100%;
  258. background: url('../imgs/about/about_weilai_item_bg.png') no-repeat;
  259. display: none;
  260. }
  261. .future_shadow1 {
  262. position: absolute;
  263. top: 46px;
  264. left: 0;
  265. width: 100%;
  266. height: 100%;
  267. background: url('../imgs/about/about_weilai_item_bg.png') no-repeat;
  268. display: none;
  269. }
  270. .future_item:hover .future_shadow {
  271. display: block;
  272. }
  273. .future_item5:hover .future_shadow1,
  274. .future_item4:hover .future_shadow1 {
  275. display: block;
  276. }
  277. /* .future_item:hover {
  278. background: #fff url('../imgs/about/about_weilai_item_bg.png') no-repeat;
  279. } */
  280. .future_item2 {
  281. margin-left: 20px;
  282. }
  283. .future_item3 {
  284. margin-right: -15px;
  285. }
  286. .future_item4 {
  287. margin-left: 28px;
  288. }
  289. .future_item4,
  290. .future_item5 {
  291. background: url('../imgs/about/about_weilai_bg_white2.png') no-repeat;
  292. }
  293. .future_item4 div,
  294. .future_item5 div {
  295. margin-top: 38px;
  296. }
  297. .future_line {
  298. width: 100%;
  299. height: 4px;
  300. background: url('../imgs/about/line.png');
  301. }
  302. .future_item div {
  303. font-size: 24px;
  304. font-family: Source Han Sans CN;
  305. font-weight: 500;
  306. color: #0052D9;
  307. /* line-height: 23px; */
  308. }
  309. .future_item h4 {
  310. font-size: 14px;
  311. font-family: Source Han Sans CN;
  312. font-weight: 500;
  313. color: #333333;
  314. margin-top: 5px;
  315. margin-bottom: 5px;
  316. /* line-height: 23px; */
  317. }
  318. .future_item p {
  319. font-size: 12px;
  320. font-family: Source Han Sans CN;
  321. font-weight: 400;
  322. color: #666666;
  323. margin-bottom: 5px;
  324. /* line-height: 20px; */
  325. }
  326. /* 聚势未来结束 */
  327. /* 权威认证开始 */
  328. .certi_bg {
  329. background-color: #F5F7FA;
  330. padding: 45px 0;
  331. box-sizing: border-box;
  332. }
  333. .certi_wrap {
  334. width: 1200px;
  335. height: 560px;
  336. background: #FFFFFF;
  337. box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  338. border-radius: 4px;
  339. }
  340. .safeCon,
  341. .safeCon1 {
  342. position: relative;
  343. }
  344. .safeCon h3,
  345. .safeCon1 h3 {
  346. font-size: 30px;
  347. font-family: SourceHanSansCN;
  348. font-weight: bold;
  349. color: #333333;
  350. text-align: center;
  351. margin-top: 40px;
  352. }
  353. .safeCon .swiper-container,
  354. .safeCon1 .swiper-container {
  355. /* padding-bottom: 60px; */
  356. height: 500px;
  357. /* width: 90%; */
  358. width: 100%;
  359. padding: 30px;
  360. box-sizing: border-box;
  361. }
  362. .safeCon .swiper-slide {
  363. width: 555px;
  364. height: 379px;
  365. }
  366. .safeCon1 .swiper-slide {
  367. width: 306px;
  368. height: 416px;
  369. }
  370. .safeCon .swiper-slide,
  371. .safeCon1 .swiper-slide {
  372. /* width: 520px;
  373. height: 420px; */
  374. /* width: 306px;
  375. height: 416px; */
  376. /* width: 480px;
  377. height: 400px; */
  378. background: #ffffff;
  379. border-radius: 4px;
  380. -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);
  381. -moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);
  382. box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);
  383. box-sizing: border-box;
  384. /* padding: 20px; */
  385. text-align: center;
  386. line-height: 400px;
  387. }
  388. .safeCon .swiper-slide img,
  389. .safeCon1 .swiper-slide img {
  390. /* width: 100%; */
  391. /* display: block;
  392. width: 266px;
  393. height: 375px; */
  394. box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  395. vertical-align: middle;
  396. }
  397. .safeCon .swiper-slide p {
  398. text-align: center;
  399. font-size: 15px;
  400. opacity: 65%;
  401. margin-top: 24px;
  402. }
  403. .safeCon .swiper-pagination {
  404. width: 100%;
  405. bottom: 20px;
  406. text-align: center;
  407. }
  408. .safeCon .swiper-pagination-bullets .swiper-pagination-bullet {
  409. width: 35px;
  410. height: 7px;
  411. background: #1bd1d1;
  412. -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 201, 195, 0);
  413. -moz-box-shadow: 0px 2px 4px 0px rgba(0, 201, 195, 0);
  414. box-shadow: 0px 2px 4px 0px rgba(0, 201, 195, 0);
  415. -webkit-border-radius: 1px;
  416. -moz-border-radius: 1px;
  417. border-radius: 1px;
  418. opacity: 0.1;
  419. outline: none;
  420. margin-right: 6px;
  421. }
  422. .main .safe .safeCon .swiper-pagination-bullets .swiper-pagination-bullet-active {
  423. background: #1bd1d1;
  424. opacity: 1;
  425. -webkit-border-radius: 1px;
  426. -moz-border-radius: 1px;
  427. border-radius: 1px;
  428. }
  429. .safeCon .swiper-button-prev {
  430. right: 100%;
  431. margin-right: 20px;
  432. }
  433. .swiper-button-prev:hover:after {
  434. background-image: url('../imgs/about/left_active.png');
  435. }
  436. .swiper-button-prev::after {
  437. background-image: url('../imgs/about/left.png');
  438. }
  439. .arrow_btn {
  440. position: absolute;
  441. top: 50%;
  442. margin-top: -39px;
  443. width: 40px;
  444. height: 40px;
  445. border-radius: 50%;
  446. font-size: 0;
  447. background-image: linear-gradient(0deg, #fff, #f3f5f8);
  448. border: 2px solid #fff;
  449. box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
  450. background-position: 100%;
  451. background-size: 100% 100%;
  452. outline: none;
  453. }
  454. .arrow_btn::after {
  455. content: "";
  456. position: absolute;
  457. left: 50%;
  458. top: 50%;
  459. z-index: 2;
  460. margin: -5px 0 0 -3px;
  461. width: 6px;
  462. height: 10px;
  463. }
  464. .tpm-swiper__btn-inner {
  465. width: 32px;
  466. height: 32px;
  467. background-color: #fff;
  468. box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 16%);
  469. border-radius: 50%;
  470. }
  471. .tpm-swiper__btn-inner::after {
  472. content: "";
  473. display: block;
  474. width: 30px;
  475. height: 30px;
  476. border-radius: 50%;
  477. background-image: linear-gradient(135deg, #dbe2e9, #fff);
  478. }
  479. .safeCon .swiper-button-next {
  480. /* left: 100%;
  481. margin-left: 20px; */
  482. }
  483. .swiper-button-next::after {
  484. margin-left: -2px;
  485. background-image: url('../imgs/about/right.png');
  486. }
  487. .swiper-button-next:hover::after {
  488. background-image: url('../imgs/about/right_active.png');
  489. }
  490. .arrow_btn,
  491. .tpm-swiper__btn-inner {
  492. display: flex;
  493. align-items: center;
  494. justify-content: center;
  495. }
  496. /* 权威认证结束 */
  497. /* 加入我们开始 */
  498. .about_us_wrap {
  499. display: flex;
  500. justify-content: space-between;
  501. }
  502. .about_us_title {
  503. width: 270px;
  504. }
  505. .about_us_con {
  506. width: 870px;
  507. }
  508. .about_us_title .nav-tabs>li {
  509. font-size: 16px;
  510. font-family: Microsoft YaHei;
  511. font-weight: 400;
  512. color: #666666;
  513. width: 100%;
  514. text-align: left !important;
  515. list-style-type: disc !important;
  516. }
  517. .about_us_title .nav>li>a {
  518. height: auto;
  519. line-height: 2;
  520. padding: 0;
  521. width: 200px;
  522. }
  523. .about_us_title .nav-tabs>li>a:hover,
  524. .about_us_title .nav-tabs>li>a:focus {
  525. border: none;
  526. font-size: 16px;
  527. text-decoration: none;
  528. background: #fff;
  529. }
  530. .about_us_title .nav-tabs>li.active>a,
  531. .about_us_title .nav-tabs>li.active>a:focus,
  532. .about_us_title .nav-tabs>li.active>a:hover {
  533. cursor: default;
  534. background: #fff !important;
  535. /* color: #666 ; */
  536. border: none;
  537. font-size: 16px;
  538. font-family: Microsoft YaHei;
  539. font-weight: 400;
  540. color: #F07817 !important;
  541. text-decoration: none;
  542. }
  543. .about_us_title .nav>li.active>a::before {
  544. display: none !important;
  545. }
  546. .about_us_title #myTab>li>a {
  547. font-size: 16px;
  548. color: #666;
  549. /* transition: all 0.3 ease; */
  550. border-top-left-radius: 0;
  551. border-top-right-radius: 0;
  552. margin-top: 0;
  553. display: block;
  554. text-align: left;
  555. text-indent: 12px;
  556. }
  557. /* .about_us_title #myTab>li::before {
  558. content: '';
  559. position: absolute;
  560. width: 8px;
  561. height: 8px;
  562. border-radius: 50%;
  563. background: #666;
  564. top: 0;
  565. left: 0;
  566. } */
  567. .about_us_title .nav>li>a:hover {
  568. font-size: 16px;
  569. text-decoration: none;
  570. background: #fff !important;
  571. color: #333 !important;
  572. }
  573. .about_us_title .nav-tabs>li.active>a::after {
  574. display: none !important;
  575. }
  576. .about_us_title .nav-tabs>li {
  577. list-style: disc;
  578. /* margin-bottom: 0.22rem; */
  579. }
  580. .about_us_title .nav {
  581. list-style: disc;
  582. }
  583. .about_us_title .nav-tabs {
  584. border-bottom: none;
  585. }
  586. .blue_title {
  587. width: 100%;
  588. height: 53px;
  589. background: #4678C6;
  590. border-radius: 8px 8px 0px 0px;
  591. text-align: center;
  592. line-height: 53px;
  593. color: #fff;
  594. }
  595. .about_flex {
  596. display: flex;
  597. justify-content: space-between;
  598. }
  599. .about_flex .table_title {
  600. width: 24.9%;
  601. text-align: center;
  602. height: 53px;
  603. line-height: 53px;
  604. color: #fff;
  605. font-size: 18px;
  606. }
  607. #myTab {
  608. width: 100%;
  609. height: 238px;
  610. box-sizing: border-box;
  611. padding: 32px 24px;
  612. border: 1px solid #999999;
  613. border-top: none;
  614. }
  615. .collapse_title {
  616. display: flex;
  617. justify-content: space-between;
  618. }
  619. .collapse_title:hover {
  620. text-decoration: none;
  621. }
  622. .collapse_table_title {
  623. width: 24.9%;
  624. text-align: center;
  625. font-size: 14px;
  626. font-family: Microsoft YaHei;
  627. font-weight: 400;
  628. color: #333333;
  629. }
  630. .panel-heading {
  631. padding: 15px 15px;
  632. }
  633. .panel-default>.panel-heading {
  634. color: #333;
  635. background-color: #fff;
  636. border: 0;
  637. border-bottom: 1px solid #999999;
  638. ;
  639. }
  640. .panel-default {
  641. border: none;
  642. }
  643. .panel {
  644. box-shadow: none;
  645. }
  646. .panel-group .panel-heading+.panel-collapse>.list-group,
  647. .panel-group .panel-heading+.panel-collapse>.panel-body {
  648. border: none;
  649. }
  650. .panel-default>.panel-heading+.panel-collapse>.panel-body {
  651. border: none;
  652. }
  653. .panel-group a:link,
  654. .panel-group a:hover .panel-group a:active,
  655. .panel-group a:visited {
  656. text-decoration: none;
  657. }
  658. .about_us_wrap .panel-body {
  659. padding: 0 0;
  660. display: flex;
  661. justify-content: space-between;
  662. /* height: 2rem;
  663. overflow-y: scroll; */
  664. }
  665. .about_us_wrap .panel-body .panel_con {
  666. width: 570px;
  667. }
  668. .about_us_wrap .panel-body .panel_con h4 {
  669. font-size: 14px;
  670. font-family: Microsoft YaHei;
  671. font-weight: bold;
  672. color: #666666;
  673. }
  674. .about_us_wrap .panel-body .panel_con p {
  675. font-size: 14px;
  676. font-family: Microsoft YaHei;
  677. font-weight: 400;
  678. color: #666666;
  679. line-height: 1.1;
  680. }
  681. /* 加入我们结束 */
  682. /* 招聘 */
  683. .list-group-item {
  684. position: relative;
  685. padding: 20px 0;
  686. /* border: none; */
  687. /* border-top: 0; */
  688. border-left: 0;
  689. border-right: 0;
  690. border-bottom: 1px solid #ddd;
  691. cursor: pointer;
  692. }
  693. .list-group-item a {
  694. display: block;
  695. }
  696. .list-group-item h4 {
  697. font-size: 16px;
  698. margin-bottom: 5px;
  699. /* font-weight: 500; */
  700. color: #333;
  701. display: inline-block;
  702. margin-right: 10px;
  703. }
  704. .list-group-item .info-labels {
  705. display: inline-block;
  706. }
  707. .list-group-item .salary {
  708. font-size: 14px;
  709. font-family: kanzhun-Regular;
  710. font-weight: 400;
  711. color: #0052D9;
  712. /* color: #999; */
  713. float: right;
  714. }
  715. .info_desc {
  716. padding: 5px;
  717. word-wrap: break-word;
  718. color: #666;
  719. display: none;
  720. margin-top: 10px;
  721. font-size: 14px;
  722. font-style: normal;
  723. line-height: 1.8;
  724. /* visibility: hidden; */
  725. }
  726. .info_desc br {
  727. display: inline;
  728. line-height: 27px;
  729. }
  730. .com-location,
  731. .com-years,
  732. .com-education {
  733. background: #f5f5f5;
  734. border-radius: 3px;
  735. padding: 3px 7px;
  736. font-size: 12px;
  737. font-weight: 400;
  738. color: #666;
  739. margin-right: 2px;
  740. }
  741. .loadmore {
  742. display: block;
  743. height: 32px;
  744. line-height: 32px;
  745. font-size: 14px;
  746. background-color: #fff;
  747. text-align: center;
  748. color: #aaa;
  749. margin-bottom: 30px;
  750. cursor: pointer;
  751. }
  752. /* 申请加入模态框 */
  753. .join_btn,
  754. .close_btn {
  755. /* width: 320px;
  756. height: 68px; */
  757. background: #0052D9;
  758. border-radius: 4px;
  759. color: #fff;
  760. text-align: center;
  761. /* line-height: 68px; */
  762. padding: 10px 15px;
  763. margin-top: 35px;
  764. font-size: 12px;
  765. }
  766. .close_btn {
  767. margin-top: 0;
  768. }
  769. .join_btn:hover,
  770. .join_btn:focus,
  771. .close_btn:hover,
  772. .close_btn:focus {
  773. background: #0052D9;
  774. border-color: transparent;
  775. }
  776. .join_btn.btn-primary {
  777. border-color: transparent;
  778. }
  779. #join .modal-header {
  780. border-bottom: none;
  781. }
  782. #join .modal-title {
  783. font-weight: normal;
  784. font-size: 15px;
  785. }
  786. #join .modal-content {
  787. max-width: 446px;
  788. /* width: 85%; */
  789. width: 446px;
  790. height: 225px;
  791. padding: 15px 40px;
  792. }
  793. #join .modal-dialog {
  794. width: 446px;
  795. top: 50%;
  796. margin-top: -114px;
  797. }
  798. #join .modal-footer {
  799. padding: 15px;
  800. text-align: center;
  801. border-top: 0px solid #e5e5e5;
  802. }
  803. @media (min-width: 1280px) {
  804. .about_desc_list_wrap {
  805. /* margin-top: -160px; */
  806. }
  807. /* .banner_wrap {
  808. padding: 48px 40px;
  809. margin-top: 140px !important;
  810. } */
  811. .banner_main_title {
  812. /* font-size: 42px; */
  813. }
  814. }
  815. @media (min-width: 1440px) {
  816. .about_desc_list_wrap {
  817. /* margin-top: -80px; */
  818. /* margin-top: -260px; */
  819. }
  820. .banner_wrap {
  821. /* padding: 68px 60px; */
  822. padding: 34px 60px;
  823. /* margin-top: 160px !important; */
  824. }
  825. .banner_main_title {
  826. /* font-size: 42px; */
  827. }
  828. }
  829. @media (min-width: 1680px) {
  830. .about_desc_list_wrap {
  831. /* margin-top: 60px; */
  832. }
  833. /* .banner_wrap {
  834. margin-top: 280px !important;
  835. padding: 88px;
  836. } */
  837. .common_title_wrap {
  838. /* margin-top: 80px;
  839. padding: 60px 0; */
  840. }
  841. .banner_main_title {
  842. /* font-size: 42px; */
  843. }
  844. }
  845. @media (min-width: 1920) {
  846. .head_bg {
  847. height: 1080px;
  848. }
  849. }