You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
  1. //pc端样式
  2. .main {
  3. width: 100%;
  4. max-width: 1920px;
  5. margin: 0 auto;
  6. }
  7. .banner{
  8. width: 100%;
  9. height: 100vh;
  10. .bannerSwiper{
  11. width: 100%;
  12. height: 100%;
  13. img{
  14. width: 100%;
  15. height: 100%;
  16. object-fit: cover;
  17. }
  18. .btn-prev,.btn-next{
  19. position: absolute;
  20. top: 50%;
  21. margin-top: -22px;
  22. width: 44px;
  23. height: 44px;
  24. z-index: 2;
  25. text-align: center;
  26. color: #ecf6fb;
  27. background: transparent;
  28. transition: all .3s ease-in-out;
  29. cursor: pointer;
  30. span{
  31. font-size: 44px;
  32. display: inline-block;
  33. line-height: 44px;
  34. }
  35. &:hover{
  36. color: #b81c25;
  37. }
  38. }
  39. .btn-prev{
  40. left: 100px;
  41. }
  42. .btn-next{
  43. right: 100px;
  44. }
  45. .swiper-button-disabled{
  46. cursor: no-drop;
  47. background: transparent;
  48. color: #ecf6fb;
  49. opacity: 0.6;
  50. &:hover{
  51. color: #ecf6fb;
  52. }
  53. }
  54. .swiper-pagination{
  55. bottom: 60px;
  56. .swiper-pagination-bullet{
  57. background: #ffffff;
  58. opacity:1;
  59. position: relative;
  60. width: 12px;
  61. height: 12px;
  62. margin:0 17px;
  63. &::before{
  64. content: '';
  65. position: absolute;
  66. left: -5px;
  67. top: -5px;
  68. width: 20px;
  69. height: 20px;
  70. border-radius: 50%;
  71. border: 1px solid #b81c25;
  72. opacity: 0;
  73. transition: all .3s ease-in-out;
  74. }
  75. }
  76. .swiper-pagination-bullet-active{
  77. background: #b81c25;
  78. &::before{
  79. opacity: 1;
  80. }
  81. }
  82. }
  83. }
  84. .slideCon{
  85. width: 100%;
  86. max-width: 1300px;
  87. height: 100%;
  88. box-sizing: border-box;
  89. margin: 0 auto;
  90. padding-top: 230px;
  91. position: absolute;
  92. top: 0px;
  93. left: 50%;
  94. transform: translateX(-50%);
  95. color: #fff;
  96. text-align: left;
  97. .title{
  98. br{
  99. display: none;
  100. }
  101. }
  102. .btn{
  103. position: absolute;
  104. bottom: 10%;
  105. left: 50%;
  106. margin-left: -100px;
  107. }
  108. }
  109. }
  110. .news{
  111. width: 100%;
  112. text-align: center;
  113. padding: 140px 0px;
  114. .newsCon{
  115. width: 100%;
  116. height: 512px;
  117. overflow: hidden;
  118. max-width: 1300px;
  119. margin: 60px auto 80px;
  120. position: relative;
  121. display: flex;
  122. &>div{
  123. width: 50%;
  124. height: 100%;
  125. overflow: hidden;
  126. .swiper-pagination{
  127. bottom: 30px;
  128. .swiper-pagination-bullet{
  129. background: #ffffff;
  130. opacity:1;
  131. position: relative;
  132. width: 6px;
  133. height: 6px;
  134. margin:0 9px;
  135. &::before{
  136. content: '';
  137. position: absolute;
  138. left: -3px;
  139. top: -3px;
  140. width: 10px;
  141. height: 10px;
  142. border-radius: 50%;
  143. border: 1px solid #b81c25;
  144. opacity: 0;
  145. transition: all .3s ease-in-out;
  146. }
  147. }
  148. .swiper-pagination-bullet-active{
  149. background: #b81c25;
  150. &::before{
  151. opacity: 1;
  152. }
  153. }
  154. }
  155. .swiper{
  156. width: 100%;
  157. border-radius: 10px;
  158. z-index: -1;
  159. position: absolute;
  160. height: 100%;
  161. top: 0;
  162. left: 0;
  163. img{
  164. width: 100%;
  165. display: block;
  166. }
  167. .slideZ{
  168. position: absolute;
  169. top: 0px;
  170. left: 0px;
  171. width: 100%;
  172. height: 100%;
  173. background: url(./images/newsz.png) no-repeat bottom;
  174. }
  175. .slideCon{
  176. position: absolute;
  177. bottom: 0px;
  178. left: 0px;
  179. width: 100%;
  180. box-sizing: border-box;
  181. padding: 60px 30px;
  182. color: #fff;
  183. text-align: left;
  184. .time{
  185. font-size: 16px;
  186. }
  187. }
  188. }
  189. .newsShowSwiper{
  190. z-index: 1;
  191. }
  192. .newsTitList{
  193. width: 100%;
  194. display: flex;
  195. font-size: 20px;
  196. line-height: 30px;
  197. color: #A7A5A5;
  198. box-sizing: border-box;
  199. padding-left: 40px;
  200. justify-content: space-between;
  201. .newsCk{
  202. font-size: 20px;
  203. color: #231F20;
  204. cursor: pointer;
  205. transition: all .3s ease-in-out;
  206. &:hover{
  207. color: #B81C25;
  208. }
  209. }
  210. .newsShow{
  211. color: #B81C25;
  212. font-weight: bold;
  213. }
  214. }
  215. .newsConList{
  216. width: 100%;
  217. height: calc(100% - 30px);
  218. box-sizing: border-box;
  219. padding-left: 40px;
  220. padding-top: 20px;
  221. overflow: hidden;
  222. &>div{
  223. width: 100%;
  224. height: 100%;
  225. display: none;
  226. .newsLi{
  227. width: 100%;
  228. display: flex;
  229. justify-content: space-between;
  230. padding-bottom: 27px;
  231. border-bottom: 1px solid #ACACAC;
  232. margin-top: 27px;
  233. .timer{
  234. width: 65px;
  235. height: 66px;
  236. border-radius: 8px;
  237. border: 1px solid #A7A5A5;
  238. text-align: center;
  239. font-size: 12px;
  240. padding: 0px 12px 0;
  241. box-sizing: border-box;
  242. .timerData{
  243. font-size: 26px;
  244. color: #b81c25;
  245. border-bottom: 1px solid #b81c25;
  246. padding-bottom: 0px;
  247. margin-bottom: 2px;
  248. }
  249. }
  250. .newsLiCon{
  251. width: calc(100% - 80px);
  252. font-size: 18px;
  253. text-align: left;
  254. &>div{
  255. overflow: hidden;
  256. white-space: nowrap;
  257. width: 100%;
  258. height: 24px;
  259. text-overflow: ellipsis;
  260. }
  261. .liTitle{
  262. color: #231F20;
  263. font-weight: 500;
  264. margin-bottom: 14px;
  265. }
  266. .licon{
  267. font-weight: 400;
  268. color: #666666;
  269. }
  270. }
  271. }
  272. }
  273. .newsDivShow{
  274. display: block;
  275. }
  276. }
  277. }
  278. .newsSp{
  279. position: relative;
  280. }
  281. }
  282. }
  283. .product{
  284. width: 100%;
  285. text-align: center;
  286. padding: 140px 0px;
  287. background: #f5f5f6;
  288. .productCon{
  289. margin: 60px auto 0px;
  290. width: 100%;
  291. max-width: 1296px;
  292. .productTits{
  293. width: 100%;
  294. &>div{
  295. width: 100%;
  296. display: flex;
  297. justify-content: space-between;
  298. &>div{
  299. width: 144px;
  300. height: 146px;
  301. border-radius: 8px;
  302. color: #231F20;
  303. padding-top: 20px;
  304. box-sizing: border-box;
  305. cursor: pointer;
  306. transition: all .3s ease-in-out;
  307. div{
  308. margin-bottom: 30px;
  309. }
  310. img{
  311. width: auto;
  312. object-fit: cover;
  313. margin: 0 auto;
  314. }
  315. .default{
  316. display: block;
  317. }
  318. .show{
  319. display: none;
  320. }
  321. &:hover{
  322. background: #B81C25;
  323. color: #fff;
  324. .default{
  325. display: none;
  326. }
  327. .show{
  328. display: block;
  329. }
  330. }
  331. }
  332. .productCk{
  333. background: #B81C25;
  334. color: #fff;
  335. .default{
  336. display: none;
  337. }
  338. .show{
  339. display: block;
  340. }
  341. }
  342. }
  343. }
  344. .productConBox{
  345. width: 100%;
  346. height: 514px;
  347. margin-top: 60px;
  348. overflow: hidden;
  349. &>div{
  350. width: 100%;
  351. height: 100%;
  352. }
  353. .swiper-slide{
  354. width: 74%;
  355. img {
  356. display: block;
  357. width: 100%;
  358. height: 100%;
  359. object-fit: cover;
  360. }
  361. .slideZ{
  362. position: absolute;
  363. bottom: 0;
  364. left: 0;
  365. width: 100%;
  366. height: 100%;
  367. background: url(./images/productz.png) no-repeat bottom;
  368. background-size: 100%;
  369. }
  370. .slideCon{
  371. position: absolute;
  372. width: 100%;
  373. bottom: 0px;
  374. padding: 30px 40px;
  375. left: 0;
  376. text-align: left;
  377. color: #fff;
  378. box-sizing: border-box;
  379. display: none;
  380. .text{
  381. width: 100%;
  382. overflow: hidden;
  383. height: 20px;
  384. line-height: 20px;
  385. text-overflow: ellipsis;
  386. white-space: nowrap;
  387. margin-bottom: 20px;
  388. }
  389. .more{
  390. font-size: 16px;
  391. }
  392. }
  393. }
  394. .swiper-slide-active{
  395. .slideCon{
  396. display: block;
  397. }
  398. }
  399. .btn-prev,.btn-next{
  400. position: absolute;
  401. top: 50%;
  402. margin-top: -20px;
  403. width: 40px;
  404. height: 40px;
  405. z-index: 2;
  406. text-align: center;
  407. color: #fff;
  408. background: #b81c25;
  409. cursor: pointer;
  410. border-radius: 4px;
  411. span{
  412. font-size: 24px;
  413. display: inline-block;
  414. line-height: 40px;
  415. transform: rotate(90deg);
  416. }
  417. }
  418. .btn-prev{
  419. left: 50px;
  420. span{
  421. transform: rotate(-90deg);
  422. }
  423. }
  424. .btn-next{
  425. right: 18%;
  426. }
  427. .swiper-button-disabled{
  428. z-index: -1;
  429. opacity: 0;
  430. }
  431. }
  432. }
  433. }
  434. .about{
  435. width: 100%;
  436. text-align: center;
  437. padding: 180px 0px 240px;
  438. .title{
  439. margin-bottom: 60px;
  440. }
  441. .aboutCon{
  442. width: 100%;
  443. max-width: 1300px;
  444. margin: 0px auto;
  445. .aboutNum{
  446. margin-top: 100px;
  447. display: flex;
  448. justify-content: space-around;
  449. align-items: center;
  450. margin-bottom: 120px;
  451. .line{
  452. width: 1px;
  453. height: 72px;
  454. background: #B81C25;
  455. }
  456. .num{
  457. display: inline-block;
  458. .numT{
  459. font-size: 60px;
  460. font-weight: bold;
  461. color: #B81C25;
  462. font-family: 'MyFont1';
  463. span{
  464. font-size: 20px;
  465. font-weight: 400;
  466. font-family: 'MyFont2';
  467. }
  468. }
  469. .numP{
  470. color: #231F20;
  471. font-size: 20px;
  472. margin-top: 7px;
  473. }
  474. }
  475. }
  476. }
  477. }
  478. .society{
  479. width: 100%;
  480. position: relative;
  481. text-align: center;
  482. &>img{
  483. display: block;
  484. }
  485. .societyCon{
  486. width: 100%;
  487. max-width: 1300px;
  488. padding-top: 140px;
  489. position: absolute;
  490. top: 0px;
  491. left: 50%;
  492. transform: translateX(-50%);
  493. color: #fff;
  494. .text{
  495. margin-top: 40px;
  496. margin-bottom: 70px;
  497. }
  498. .btn{
  499. background: #fff;
  500. color: #B81C25;
  501. transition: all .3s ease-in-out;
  502. &:hover{
  503. background: #B81C25;
  504. color: #fff;
  505. }
  506. }
  507. }
  508. &>.btn{
  509. display: none;
  510. }
  511. }
  512. @media screen and (min-width: 801px) and (max-width: 1400px) {
  513. .banner {
  514. .slideCon{
  515. padding-top: 160px;
  516. box-sizing: border-box;
  517. }
  518. }
  519. }
  520. @media screen and (min-width:800px){
  521. .goTop{
  522. .goTopBtn{
  523. background: #ffffff;
  524. .btnShow{
  525. .btnIcon{
  526. background-color: #0056A7;
  527. }
  528. }
  529. &:hover{
  530. background: #ffffff;
  531. }
  532. }
  533. }
  534. }
  535. .mTxt{
  536. display: none;
  537. }
  538. //移动端样式
  539. @media screen and (max-width:800px) {
  540. .pcTxt{
  541. display: none;
  542. }
  543. .mTxt{
  544. display: block;
  545. }
  546. .banner{
  547. width: 100%;
  548. height: 100vh;
  549. .swiper{
  550. width: 100%;
  551. height: 100%;
  552. }
  553. .slideCon{
  554. padding: 0 15px;
  555. padding-top: 130px;
  556. height: auto;
  557. .title{
  558. font-size: 32px;
  559. line-height: 48px;
  560. br{
  561. display: block;
  562. }
  563. }
  564. }
  565. .btn-prev,.btn-next{
  566. display: none;
  567. }
  568. .bannerSwiper{
  569. .swiper-pagination{
  570. display: block;
  571. bottom: 60px;
  572. .swiper-pagination-bullet{
  573. width: 5px;
  574. height: 5px;
  575. margin: 0 6px;
  576. &::before{
  577. left: -4px;
  578. top: -4px;
  579. width: 10px;
  580. height: 10px;
  581. }
  582. }
  583. }
  584. }
  585. }
  586. .news{
  587. padding: 110px 15px;
  588. box-sizing: border-box;
  589. .newsCon{
  590. margin: 40px auto;
  591. height: auto;
  592. flex-wrap: wrap;
  593. padding-top: 48px;
  594. &>div{
  595. width: 100%;
  596. height: auto;
  597. .swiper{
  598. position: relative;
  599. display: none;
  600. .slideCon{
  601. padding: 20px;
  602. .time{
  603. font-size: 13px;
  604. }
  605. }
  606. }
  607. .newsShowSwiper{
  608. display: block;
  609. }
  610. .swiper-pagination{
  611. display: none;
  612. }
  613. .newsTitList{
  614. padding-left: 0px;
  615. font-size: 14px;
  616. line-height: 24px;
  617. position: absolute;
  618. top: 0px;
  619. left: 0px;
  620. .newsCk{
  621. font-size: 14px;
  622. }
  623. }
  624. .newsConList{
  625. padding-left: 0px;
  626. padding-top: 0px;
  627. height: auto;
  628. &>div{
  629. .newsLi{
  630. .timer .timerData{
  631. font-weight: bold;
  632. }
  633. .newsLiCon{
  634. font-size: 16px;
  635. padding-top: 8px;
  636. &>div{
  637. height: 16px;
  638. }
  639. .liTitle{
  640. margin-bottom: 14px;
  641. }
  642. }
  643. }
  644. }
  645. }
  646. }
  647. }
  648. }
  649. .product{
  650. padding: 110px 15px;
  651. box-sizing: border-box;
  652. .productCon{
  653. margin: 40px auto 0px;
  654. .productTits{
  655. overflow-x: auto;
  656. &>div{
  657. width: 640px;
  658. &>div{
  659. width: 71px;
  660. height: 74px;
  661. padding-top: 10px;
  662. div{
  663. margin-bottom: 15px;
  664. font-size: 14px;
  665. }
  666. img{
  667. height: 20px;
  668. }
  669. }
  670. }
  671. }
  672. .productConBox{
  673. margin-top: 35px;
  674. height: auto;
  675. .swiper-slide{
  676. width: 100%;
  677. .slideZ{
  678. display: none;
  679. }
  680. .slideCon{
  681. position: relative;
  682. padding: 20px 0px 0px;
  683. color: #231F20;
  684. display: block;
  685. .text {
  686. height: 60px;
  687. line-height: 30px;
  688. text-overflow: ellipsis;
  689. display: -webkit-box;
  690. -webkit-box-orient: vertical;
  691. margin-bottom: 20px;
  692. -webkit-line-clamp: 2;
  693. white-space: inherit;
  694. }
  695. .more{
  696. width: 190px;
  697. height: 40px;
  698. background: #B81C25;
  699. border-radius: 4px;
  700. color: #fff;
  701. line-height: 40px;
  702. text-align: center;
  703. margin: 0px auto;
  704. }
  705. }
  706. }
  707. .btn-prev,.btn-next{
  708. display: none;
  709. }
  710. .productList{
  711. display: none;
  712. }
  713. }
  714. }
  715. }
  716. .about{
  717. padding: 110px 15px;
  718. box-sizing: border-box;
  719. .title{
  720. margin-bottom: 40px;
  721. }
  722. .aboutCon {
  723. .aboutNum{
  724. margin-top: 40px;
  725. margin-bottom: 60px;
  726. justify-content: space-between;
  727. .num{
  728. .numT{
  729. font-size: 30px;
  730. span{
  731. font-size: 12px;
  732. }
  733. }
  734. .numP{
  735. font-size: 12px;
  736. }
  737. }
  738. .line{
  739. height: 36px;
  740. }
  741. }
  742. }
  743. }
  744. .society{
  745. padding-bottom: 110px;
  746. display: flex;
  747. flex-direction: column-reverse;
  748. .societyCon{
  749. position: relative;
  750. color: #231F20;
  751. padding-top: 0px;
  752. padding-left: 15px;
  753. padding-right: 15px;
  754. box-sizing: border-box;
  755. .text{
  756. margin-top: 40px;
  757. margin-bottom: 30px;
  758. }
  759. .btn{
  760. display: none;
  761. }
  762. }
  763. &>.btn{
  764. display: block;
  765. margin-top: 40px;
  766. }
  767. }
  768. }