index.css 10 KB

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