Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.less 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. //pc端样式
  2. .hg-header {
  3. width: 100%;
  4. position: fixed;
  5. z-index: 9;
  6. transition: all 0.3s ease-in-out;
  7. background-color: #fff;
  8. .headerPC {
  9. height: 120px;
  10. box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  11. padding: 0 114px;
  12. }
  13. .logo {
  14. width: 339px;
  15. height: 106px;
  16. background: url("../common/images/hgkf.png") no-repeat center;
  17. background-size: 339px 106px;
  18. }
  19. .menu {
  20. height: 100%;
  21. display: flex;
  22. align-items: center;
  23. &>div {
  24. display: inline-block;
  25. padding: 0 30px;
  26. position: relative;
  27. height: 70px;
  28. cursor: pointer;
  29. &>a {
  30. line-height: 70px;
  31. z-index: 11;
  32. transition: all .3s ease;
  33. font-size: 26px;
  34. }
  35. &:hover {
  36. &>a {
  37. color: #4D048C;
  38. }
  39. }
  40. }
  41. .menuClicked {
  42. &::before {
  43. display: none;
  44. }
  45. &>a {
  46. color: #4D048C;
  47. font-weight: bold;
  48. }
  49. }
  50. }
  51. }
  52. .hg-headerMb {
  53. .logo {
  54. display: none;
  55. }
  56. }
  57. .main {
  58. width: 100%;
  59. max-width: 1920px;
  60. margin: 0 auto;
  61. .content {
  62. .title {
  63. font-size: 70px;
  64. color: #000000;
  65. text-align: center;
  66. font-family: 'CrimsonTextBold';
  67. padding: 210px 0 50px 0;
  68. }
  69. .contents{
  70. width: 1300px;
  71. margin: 0 auto;
  72. line-height: 1.5;
  73. font-size: 26px;
  74. color: #000;
  75. .flexBox{
  76. display: flex;
  77. align-items: center;
  78. justify-content: space-between;
  79. margin-bottom: 50px;
  80. }
  81. .p1{
  82. margin-bottom: 50px;
  83. line-height: 50px;
  84. }
  85. .p2{
  86. display: flex;
  87. align-items: center;
  88. justify-content: space-between;
  89. margin-bottom: 65px;
  90. .cont{
  91. flex: 1;
  92. margin-right: 44px;
  93. }
  94. img{
  95. width: 568px;
  96. height: 386px;
  97. }
  98. }
  99. .p3{
  100. width: 380px;
  101. }
  102. .p4{
  103. font-size: 50px;
  104. font-weight: bold;
  105. text-align: center;
  106. font-family: "思源";
  107. padding-right: 25px;
  108. span{
  109. font-family: "DINBOLD";
  110. }
  111. }
  112. .p5{
  113. width: 898px;
  114. line-height: 50px;
  115. }
  116. .p6{
  117. font-size: 26px;
  118. font-weight: 700;
  119. }
  120. }
  121. }
  122. .atlas {
  123. .title {
  124. font-size: 70px;
  125. color: #000000;
  126. text-align: center;
  127. font-family: 'CrimsonTextBold';
  128. padding: 140px 0 50px 0;
  129. }
  130. .atlasCon {
  131. width: 1300px;
  132. margin: 0 auto 85px;
  133. .tit {
  134. width: 100%;
  135. font-size: 30px;
  136. text-align: center;
  137. margin-bottom: 35px;
  138. span {
  139. position: relative;
  140. &::after {
  141. content: '';
  142. position: absolute;
  143. width: 10px;
  144. height: 10px;
  145. border-radius: 50px;
  146. background-color: #4D048C;
  147. left: -15px;
  148. top: 50%;
  149. margin-top: -5px;
  150. }
  151. }
  152. }
  153. .imgCon {
  154. width: 100%;
  155. display: flex;
  156. flex-wrap: wrap;
  157. justify-content: space-between;
  158. .imgLi {
  159. width: 640px;
  160. height: 450px;
  161. position: relative;
  162. margin-bottom: 20px;
  163. img {
  164. width: 100%;
  165. height: 100%;
  166. object-fit: cover;
  167. }
  168. span {
  169. font-size: 20px;
  170. width: 100%;
  171. text-align: center;
  172. position: absolute;
  173. bottom: 15px;
  174. left: 0;
  175. -webkit-user-select: none;
  176. -moz-user-select: none;
  177. -ms-user-select: none;
  178. user-select: none;
  179. }
  180. }
  181. }
  182. }
  183. }
  184. .chart {
  185. width: 100%;
  186. height: 1000px;
  187. max-width: 1920px;
  188. background: url("../common/images/tbBj.png") no-repeat center;
  189. background-size: 1920px 838px;
  190. background-position: 0 0;
  191. .title {
  192. font-size: 70px;
  193. color: #000000;
  194. text-align: center;
  195. font-family: 'CrimsonTextBold';
  196. padding: 150px 0 0 0;
  197. }
  198. .tbGif {
  199. width: 1600px;
  200. height: 660px;
  201. margin: 0 auto;
  202. -webkit-user-select: none;
  203. -moz-user-select: none;
  204. -ms-user-select: none;
  205. user-select: none;
  206. video {
  207. width: 100%;
  208. height: 100%;
  209. }
  210. }
  211. }
  212. }
  213. p{
  214. margin: 0;
  215. padding: 0;
  216. }
  217. .banner {
  218. width: 100%;
  219. height: 1079px;
  220. background: url("../common/images/bannerBj.jpg") no-repeat center;
  221. background-size: 100% 1079px;
  222. position: relative;
  223. .title {
  224. font-size: 70px;
  225. color: #000000;
  226. text-align: center;
  227. font-family: 'CrimsonTextBold';
  228. padding: 120px 0 50px 0;
  229. z-index: 2;
  230. position: relative;
  231. }
  232. .gradientBg{
  233. width: 100%;
  234. height: 458px;
  235. background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
  236. position: absolute;
  237. left: 0;
  238. top: 0;
  239. z-index: 1;
  240. }
  241. .bannerSwiper {
  242. width: 1100px;
  243. height: 400px;
  244. margin: 0 auto;
  245. position: relative;
  246. img {
  247. width: 100%;
  248. height: 100%;
  249. object-fit: cover;
  250. }
  251. video {
  252. width: 100%;
  253. height: 100%;
  254. object-fit: cover;
  255. }
  256. .bannerS1 {
  257. img {
  258. display: none;
  259. }
  260. }
  261. .title {
  262. text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.28);
  263. }
  264. .swiper-button-disabled {
  265. cursor: no-drop;
  266. background: transparent;
  267. color: #ecf6fb;
  268. opacity: 0.6;
  269. &:hover {
  270. color: #ecf6fb;
  271. background: transparent;
  272. }
  273. }
  274. }
  275. .btn-prev,
  276. .btn-next {
  277. position: absolute;
  278. top: 258px;
  279. left: 50%;
  280. width: 85px;
  281. height: 85px;
  282. z-index: 2;
  283. text-align: center;
  284. color: #000000;
  285. background: transparent;
  286. transition: all .3s ease-in-out;
  287. cursor: pointer;
  288. border-radius: 45px;
  289. line-height: 85px;
  290. box-sizing: border-box;
  291. border: 1px solid #000000;
  292. span {
  293. font-size: 32px;
  294. display: inline-block;
  295. line-height: 85px;
  296. // transform: rotate(90deg);
  297. }
  298. &:hover {
  299. color: #fff;
  300. background: #4D048C;
  301. border-color: #4D048C;
  302. }
  303. }
  304. .btn-prev {
  305. margin-left: -650px;
  306. }
  307. .btn-next {
  308. margin-left: 575px;
  309. }
  310. .swiper-slide{
  311. height: 100%;
  312. }
  313. .swiper-slide-active{
  314. .slideCon{
  315. .swiper-title{
  316. background-color: #4D048C;
  317. color: #fff;
  318. border-radius: 50%;
  319. position: relative;
  320. &::after{
  321. content: '';
  322. position: absolute;
  323. left: -6px;
  324. top: -6px;
  325. width: 90px;
  326. height: 90px;
  327. border: 1px solid #4D048C;
  328. border-radius: 50%;
  329. }
  330. &::before{
  331. content: '';
  332. position: absolute;
  333. left: 50%;
  334. top: 86px;
  335. width: 1px;
  336. height: 100px;
  337. background-color: #4D048C;
  338. }
  339. .pop{
  340. // display: block;
  341. opacity: 1;
  342. visibility: visible; /* 使元素可见 */
  343. }
  344. }
  345. }
  346. }
  347. .slideCon {
  348. // width: 175px;
  349. max-width: 1300px;
  350. height: 100%;
  351. box-sizing: border-box;
  352. margin: 0 auto;
  353. position: absolute;
  354. top: 0px;
  355. left: 50%;
  356. transform: translateX(-50%);
  357. color: #fff;
  358. display: flex;
  359. padding-top: 12px;
  360. // align-items: center;
  361. // justify-content: center;
  362. cursor: pointer;
  363. .swiper-title {
  364. width: 80px;
  365. height: 80px;
  366. font-size: 26px;
  367. color: #000;
  368. margin-right: 15px;
  369. display: flex;
  370. align-items: center;
  371. justify-content: center;
  372. position: relative;
  373. font-family: DIN, DIN;
  374. .pop{
  375. // display: none;
  376. width: 725px;
  377. height: auto;
  378. background-color: #4D048C;
  379. color: #fff;
  380. line-height: 1.5;
  381. padding: 20px 20px;
  382. border-radius: 15px;
  383. position: absolute;
  384. left: -328.5px;
  385. top: 193px;
  386. box-sizing: border-box;
  387. font-size: 26px;
  388. opacity: 0;
  389. visibility: hidden; /* 使元素不可见 */
  390. transition: opacity .2s linear, visibility .2s linear; /* 添加过渡效果 */
  391. font-family: "微软雅黑";
  392. &::after{
  393. content: '';
  394. position: absolute;
  395. left: -7px;
  396. top: -7px;
  397. width: 737px;
  398. height: calc(100% + 12px);
  399. border: 1px solid #4D048C;
  400. border-radius: 22px;
  401. }
  402. span{
  403. font-weight: 700;
  404. font-family: DIN, DIN;
  405. }
  406. }
  407. }
  408. .swiper-title2{
  409. .pop{
  410. width: 725px;
  411. height: 160px;
  412. &::after{
  413. content: '';
  414. position: absolute;
  415. left: -7px;
  416. top: -7px;
  417. width: 737px;
  418. height: 172px;
  419. border: 1px solid #4D048C;
  420. border-radius: 22px;
  421. }
  422. }
  423. }
  424. }
  425. .line{
  426. width: 80px;
  427. height: 1px;
  428. background-color: #000;
  429. margin-top: 40.5px;
  430. }
  431. .bannerFooter{
  432. width: 100%;
  433. height: 115px;
  434. background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  435. position: absolute;
  436. bottom: 0;
  437. left: 0;
  438. font-size: 24px;
  439. color: #FFFFFF;
  440. text-align: center;
  441. line-height: 115px;
  442. }
  443. }
  444. @media screen and (min-width: 1300px) and (max-width: 1600px) {
  445. .hg-header{
  446. .headerPC{
  447. padding: 0 50px;
  448. }
  449. .logo{
  450. transform: scale(0.5);
  451. }
  452. .menu {
  453. &>div {
  454. &>a {
  455. font-size: 16px;
  456. }
  457. }
  458. }
  459. }
  460. .main{
  461. .chart{
  462. background-size: 100% auto;
  463. .tbGif{
  464. width: 80%;
  465. height: auto;
  466. }
  467. }
  468. }
  469. }
  470. @media screen and (min-width: 801px) and (max-width: 1300px) {
  471. .hg-header{
  472. .headerPC{
  473. padding: 0 50px;
  474. }
  475. .logo{
  476. transform: scale(0.5);
  477. }
  478. .menu {
  479. &>div {
  480. &>a {
  481. font-size: 16px;
  482. }
  483. }
  484. }
  485. }
  486. .main{
  487. .chart{
  488. background-size: 100% auto;
  489. .tbGif{
  490. width: 80%;
  491. height: auto;
  492. }
  493. }
  494. }
  495. }
  496. // @media screen and (min-width:800px) {
  497. // .goTop {
  498. // .goTopBtn {
  499. // background: #ffffff;
  500. // .btnShow {
  501. // .btnIcon {
  502. // background-color: #0056A7;
  503. // }
  504. // }
  505. // &:hover {
  506. // background: #ffffff;
  507. // }
  508. // }
  509. // }
  510. // }
  511. .mTxt {
  512. display: none;
  513. }
  514. //移动端样式
  515. // @media screen and (max-width:800px) {
  516. // .pcTxt {
  517. // display: none;
  518. // }
  519. // .mTxt {
  520. // display: block;
  521. // }
  522. // .banner {
  523. // width: 100%;
  524. // height: 100vh;
  525. // .swiper {
  526. // width: 100%;
  527. // height: 100%;
  528. // }
  529. // .slideCon {
  530. // padding: 0 15px;
  531. // padding-top: 130px;
  532. // height: auto;
  533. // .title {
  534. // font-size: 30px;
  535. // line-height: 48px;
  536. // br {
  537. // display: block;
  538. // }
  539. // }
  540. // }
  541. // .btn-prev,
  542. // .btn-next {
  543. // display: none;
  544. // }
  545. // .bannerSwiper {
  546. // .bannerS1 {
  547. // img {
  548. // display: block;
  549. // }
  550. // video {
  551. // display: none;
  552. // }
  553. // }
  554. // .swiper-pagination {
  555. // display: block;
  556. // bottom: 60px;
  557. // .swiper-pagination-bullet {
  558. // width: 6px;
  559. // height: 6px;
  560. // margin: 0 6px;
  561. // &::before {
  562. // left: -3px;
  563. // top: -3px;
  564. // width: 10px;
  565. // height: 10px;
  566. // }
  567. // }
  568. // }
  569. // }
  570. // }
  571. // .society {
  572. // padding-bottom: 110px;
  573. // display: flex;
  574. // flex-direction: column-reverse;
  575. // .societyCon {
  576. // position: relative;
  577. // color: #231F20;
  578. // padding-top: 0px;
  579. // padding-left: 15px;
  580. // padding-right: 15px;
  581. // box-sizing: border-box;
  582. // .text {
  583. // margin-top: 40px;
  584. // margin-bottom: 30px;
  585. // }
  586. // .btn {
  587. // display: none;
  588. // }
  589. // }
  590. // &>.btn {
  591. // display: block;
  592. // margin-top: 80px;
  593. // }
  594. // }
  595. // }