index.css 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. list-style: none;
  5. }
  6. .top {
  7. z-index: 999;
  8. margin-top: 10px;
  9. position:fixed;
  10. width: 100%;
  11. height: 40px;
  12. }
  13. .logo {
  14. margin-left: 10%;
  15. float: left;
  16. height: 100%;
  17. }
  18. .logo img {
  19. width: 31px;
  20. height: 38px;
  21. float: left;
  22. }
  23. .logo h2 {
  24. padding-left: 42px;
  25. height: 40px;
  26. font-size: 32px;
  27. font-family: PingFang SC;
  28. font-weight: bold;
  29. color: #FFFFFF;
  30. line-height: 40px;
  31. }
  32. .nav {
  33. margin-right: 8%;
  34. height: 100%;
  35. float: right;
  36. }
  37. .nav ul {
  38. width: 100%;
  39. height: 40px;
  40. display: flex;
  41. }
  42. .nav ul li {
  43. margin-left: 20px;
  44. line-height: 40px;
  45. }
  46. .nav ul li a {
  47. text-decoration: none;
  48. color: #FFFFFF;
  49. }
  50. .banner_content {
  51. margin-left: 10%;
  52. padding-top: 30%;
  53. /* margin-top: 30%; */
  54. z-index: 99;
  55. position: absolute;
  56. }
  57. .banner_content>h2 {
  58. height: 130px;
  59. font-size: 46px;
  60. font-family: Source Han Sans CN;
  61. font-weight: bold;
  62. color: #ffffff;
  63. line-height: 60px;
  64. }
  65. #void {
  66. position: relative;
  67. }
  68. .logo2 img {
  69. float: left;
  70. }
  71. .logo2 h2 {
  72. font-size: 57px;
  73. height: 80px;
  74. font-family: Source Han Sans CN;
  75. font-weight: bold;
  76. color: #ffffff;
  77. line-height: 60px;
  78. padding-left: 6%;
  79. }
  80. .banner_content p {
  81. height: 62px;
  82. font-size: 18px;
  83. font-family: PingFang SC;
  84. font-weight: 500;
  85. color: #ffffff;
  86. line-height: 24px;
  87. opacity: 0.81;
  88. }
  89. .project {
  90. position: relative;
  91. /* padding-top: 40px; */
  92. /* text-align: center; */
  93. margin-top: -4px;
  94. background-repeat: no-repeat;
  95. background-size: 100%;
  96. height: 960px;
  97. width: 100%;
  98. /* background-image: url('../img/3.png'); */
  99. }
  100. .bg1 {
  101. margin: 0 !important;
  102. z-index: -1;
  103. position: absolute;
  104. width: 100% !important;
  105. }
  106. .project h2 {
  107. padding-top: 120px;
  108. height: 69px;
  109. font-size: 66px;
  110. font-family: Source Han Sans CN;
  111. font-weight: bold;
  112. color: #FFFFFF;
  113. line-height: 15px;
  114. }
  115. .project img {
  116. width: 404px;
  117. height: 82px;
  118. }
  119. .project h1 {
  120. margin-top: 40px;
  121. height: 47px;
  122. font-size: 61px;
  123. font-family: PingFang SC;
  124. font-weight: bold;
  125. color: #FFFFFF;
  126. line-height: 24px;
  127. }
  128. .project p {
  129. margin-top: 20px;
  130. height: 232px;
  131. font-size: 26px;
  132. font-family: Source Han Sans CN;
  133. font-weight: bold;
  134. color: #FFFFFF;
  135. line-height: 40px;
  136. }
  137. .car {
  138. background-size: 100%;
  139. width: 100%;
  140. height: 960px;
  141. }
  142. .project_content {
  143. text-align: center;
  144. }
  145. .car_content {
  146. position: relative;
  147. text-align: center;
  148. }
  149. .car_content h1 {
  150. padding-top: 120px;
  151. height: 54px;
  152. font-size: 66px;
  153. font-family: Source Han Sans CN;
  154. font-weight: bold;
  155. color: #FFFFFF;
  156. line-height: 15px;
  157. }
  158. .swiper {
  159. width: 80%;
  160. height: 100%;
  161. }
  162. .swiper-slide {
  163. text-align: center;
  164. font-size: 18px;
  165. display: -webkit-box;
  166. display: -ms-flexbox;
  167. display: -webkit-flex;
  168. display: flex;
  169. -webkit-box-pack: center;
  170. -ms-flex-pack: center;
  171. -webkit-justify-content: center;
  172. justify-content: center;
  173. -webkit-box-align: center;
  174. -ms-flex-align: center;
  175. -webkit-align-items: center;
  176. align-items: center;
  177. }
  178. .swiper-slide img {
  179. display: block;
  180. width: 100%;
  181. height: 100%;
  182. object-fit: cover;
  183. }
  184. .swiper-button-next {
  185. margin-top: 5% !important;
  186. position: absolute !important;
  187. left:92% !important;
  188. }
  189. .swiper-button-prev {
  190. margin-top: 5% !important;
  191. margin-left:6%;
  192. }
  193. .model_content{
  194. position: relative;
  195. text-align: center;
  196. }
  197. .model_content h1{
  198. padding-top: 120px;
  199. height: 55px;
  200. font-size: 66px;
  201. font-family: Source Han Sans CN;
  202. font-weight: bold;
  203. color: #FFFFFF;
  204. line-height: 15px;
  205. }
  206. .model_content img{
  207. margin-left: 10%;
  208. float: left;
  209. width:445px;
  210. }
  211. .cs{
  212. margin-left: 30%;
  213. margin-top: 31%;
  214. }
  215. .cs ul{
  216. display: flex;
  217. }
  218. .cs li span{
  219. width:20px;
  220. height:20px;
  221. background-color: #6C47FF;
  222. border: 2px solid #6C47FF;
  223. border-radius: 41px;
  224. display: inline-block;
  225. }
  226. .cs li{
  227. border-radius: 50px;
  228. padding: 16px;
  229. border: 1px solid #6C47FF;
  230. margin-left: 80px;
  231. font-size: 40px;
  232. font-family: PingFang SC;
  233. font-weight: bold;
  234. color: #FFFFFF;
  235. }
  236. .li{
  237. border: 1px solid #F72585 !important;
  238. }
  239. .li span{
  240. background-color: #F72585 !important;
  241. border: 2px solid #F72585 !important;
  242. }
  243. #xianlu{
  244. width: 100%;
  245. color: #fff;
  246. }
  247. #xianlu .container{
  248. margin-top: 5%;
  249. margin-left: 30%;
  250. display: flex;
  251. width:50%;
  252. text-align: center;
  253. }
  254. #xianlu .container p{
  255. font-size: 25px;
  256. font-family: PingFang SC;
  257. font-weight: 500;
  258. color: #FFFFFF;
  259. line-height: 47px;
  260. }
  261. .y{
  262. margin: 5px;
  263. display: block;
  264. width: 10px;
  265. height: 10px;
  266. background: #FF6600;
  267. border-radius: 4px;
  268. }
  269. .x{
  270. margin-left: 8px;
  271. display: block;
  272. width: 3px;
  273. height: 86px;
  274. background: #F0F0F2;
  275. }
  276. .Liberty2{
  277. padding-top: 120px;
  278. text-align: center;
  279. height: 67px;
  280. font-size: 66px;
  281. font-family: Source Han Sans CN;
  282. font-weight: bold;
  283. color: #FFFFFF;
  284. line-height: 15px;
  285. }
  286. #xianlu .left{
  287. margin-top: 110px;
  288. text-align: right;
  289. }
  290. .four{
  291. margin-top: 140px;
  292. }
  293. #xianlu .right{
  294. text-align: left;
  295. margin-top:0px;
  296. }
  297. .three{
  298. margin-top: 140px;
  299. }
  300. .five{
  301. margin-top: 150px;
  302. }
  303. .footer{
  304. text-align: center;
  305. line-height:229px;
  306. height: 229px;
  307. background-color: #141E47;
  308. }
  309. .footer img{
  310. margin-left: 10px;
  311. height: 52px;
  312. }
  313. .pay{
  314. opacity: 0.8;
  315. margin-left: 40%;
  316. line-height: 42px;
  317. font-size: 18px;
  318. text-align: center;
  319. border-radius: 10px;
  320. width: 320px;
  321. /* height:82px; */
  322. top: 80px;
  323. z-index: 9999;
  324. background-color: #F0F0F2;
  325. position: absolute;
  326. cursor: pointer;
  327. }
  328. .pay span{
  329. margin: 20px;
  330. }
  331. .nav-tab{
  332. display: none;
  333. }
  334. .pay span:hover{
  335. color: #007aff;
  336. }
  337. .nav-list{
  338. margin-bottom: 40px;
  339. display: none;
  340. }
  341. .nav-list .top{
  342. font-size: 24px;
  343. text-align: right;
  344. border-bottom:1px solid #fff;
  345. width:300px;
  346. color: #fff;
  347. }
  348. .nav-list .top span{
  349. cursor: pointer;
  350. margin-right: 20px;
  351. }
  352. @media (min-width:766px) and (max-width:1024px){
  353. .logo {
  354. margin-left:2%;
  355. }
  356. .logo2 img{
  357. width: 40px;
  358. }
  359. .logo2 h2 {
  360. font-size:42px;
  361. }
  362. .project {
  363. height:580px;
  364. }
  365. .banner_content>h2 {
  366. height: 80px;
  367. font-size:26px;
  368. line-height:40px;
  369. }
  370. .banner_content {
  371. padding-top: 20%;
  372. }
  373. .banner_content p {
  374. font-size: 16px;
  375. }
  376. .bg1{
  377. height: 580px !important;
  378. }
  379. .project h2 {
  380. padding-top:80px;
  381. height: 49px;
  382. font-size: 46px;
  383. }
  384. .project img {
  385. width:202px;
  386. height: 42px;
  387. }
  388. .project h1 {
  389. font-size: 31px;
  390. }
  391. .project p {
  392. margin-top: 20px;
  393. height: 192px;
  394. font-size: 16px;
  395. line-height: 20px;
  396. }
  397. .car_content h1 {
  398. padding-top: 80px;
  399. font-size:46px;
  400. }
  401. .swiper-button-prev{
  402. left: -10px !important;
  403. }
  404. .car {
  405. height:580px;
  406. }
  407. .model_content h1 {
  408. padding-top:80px;
  409. font-size: 46px;
  410. }
  411. .model_content{
  412. height:580px;
  413. }
  414. .model_content img {
  415. margin-left: 10%;
  416. float: left;
  417. width: 245px;
  418. }
  419. .cs {
  420. margin-left: 26%;
  421. margin-top: 36%;
  422. }
  423. .cs li {
  424. border-radius:20px;
  425. padding:8px;
  426. border: 1px solid #6C47FF;
  427. margin-left: 80px;
  428. font-size: 16px;
  429. }
  430. .Liberty2 {
  431. padding-top:80px;
  432. font-size: 46px;
  433. }
  434. #xianlu {
  435. height:580px;
  436. }
  437. .x {
  438. height:46px;
  439. }
  440. #xianlu .container {
  441. margin: 2% auto;
  442. margin-left:23%;
  443. width:70%;
  444. }
  445. #xianlu .container p {
  446. font-size: 18px;
  447. line-height: 27px;
  448. }
  449. #xianlu .left {
  450. margin-top:60px;
  451. }
  452. .four {
  453. margin-top: 80px;
  454. }
  455. .three {
  456. margin-top: 90px;
  457. }
  458. .five {
  459. margin-top:88px;
  460. }
  461. }
  462. .bg{
  463. display: none;
  464. position: relative;
  465. height: 480px;
  466. }
  467. @media (min-width:340px) and (max-width:766px){
  468. #mp4{
  469. display: none;
  470. }
  471. .pay{
  472. display: none;
  473. }
  474. .logo img {
  475. width: 24px;
  476. height:28px;
  477. }
  478. .logo h2 {
  479. line-height: 30px;
  480. font-size: 22px;
  481. }
  482. .nav{
  483. display: none;
  484. }
  485. .logo2{
  486. display: none;
  487. }
  488. .banner_content>h2 {
  489. line-height: 30px;
  490. height: 140px;
  491. font-size: 22px;
  492. }
  493. .banner_content{
  494. width: 90%;
  495. }
  496. .banner_content {
  497. padding-top: 20%;
  498. }
  499. .banner_content p {
  500. font-size: 14px;
  501. }
  502. .bg1{
  503. height: 480px !important;
  504. }
  505. .project h2 {
  506. padding-top: 20px;
  507. font-size:26px;
  508. }
  509. .project img {
  510. width:204px;
  511. height: 42px;
  512. }
  513. .project h1 {
  514. margin-top: 20px;
  515. font-size:26px;
  516. }
  517. .project p {
  518. margin-top: 10px;
  519. font-size: 12px;
  520. line-height: 20px;
  521. }
  522. .project {
  523. height:480px;
  524. }
  525. .car_content h1 {
  526. font-size:36px;
  527. }
  528. .swiper-button-next, .swiper-button-prev {
  529. display: none !important;
  530. }
  531. .car {
  532. height:480px;
  533. }
  534. .model_content h1 {
  535. padding-top:60px;
  536. font-size: 36px;
  537. }
  538. .model{
  539. height:480px;
  540. }
  541. #xianlu {
  542. height:480px;
  543. }
  544. .cs ul {
  545. display: block;
  546. }
  547. .model_content img {
  548. margin-left: 18%;
  549. width: 245px;
  550. }
  551. .cs li {
  552. width: 66%;
  553. border-radius:10px;
  554. padding:6px;
  555. margin-top: 10px;
  556. border: 1px solid #6C47FF;
  557. margin-left: 80px;
  558. font-size:20px;
  559. }
  560. .cs {
  561. margin-left:-10%;
  562. margin-top:70%;
  563. }
  564. .nav-tab{
  565. cursor: pointer;
  566. float: right;
  567. display:inline-block;
  568. }
  569. .nav-tab img{
  570. margin-right: 20px;
  571. width: 60px;
  572. }
  573. .nav-list{
  574. transition: all 0.8s;
  575. text-align: center;
  576. margin-left:-800px;
  577. z-index: 9999;
  578. margin-top: -20px;
  579. height: 100vh;
  580. width:300px;
  581. background-color: black;
  582. display:inline-block;
  583. }
  584. .nav-list ul{
  585. line-height: 80px;
  586. margin-top: 10%;
  587. width: 100%;
  588. }
  589. .nav-list ul li{
  590. margin-left: 30px;
  591. width: 100%;
  592. }
  593. .nav-list a{
  594. text-decoration: navy;
  595. margin-top: 20px;
  596. width: 100%;
  597. text-align: center;
  598. font-size: 24px;
  599. color: #fff;
  600. }
  601. .bg{
  602. background-size: 100%;
  603. background-image: url('../img/123.jpg');
  604. display: inline-block;
  605. }
  606. .Liberty2 {
  607. padding-top:60px;
  608. font-size: 36px;
  609. }
  610. #xianlu .container {
  611. font-size: 14px !important;
  612. width: 80%;
  613. margin-top: 2%;
  614. margin-left:14%;
  615. }
  616. .x {
  617. height:46px;
  618. }
  619. #xianlu .container p {
  620. line-height: 18px;
  621. font-size:14px;
  622. }
  623. #xianlu .left {
  624. margin-top: 60px;
  625. }
  626. .three {
  627. margin-top: 100px;
  628. }
  629. .four {
  630. margin-top: 100px;
  631. }
  632. .five {
  633. margin-top:78px;
  634. }
  635. }