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.

index.less 26KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222
  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: -40px;
  22. width: 80px;
  23. height: 80px;
  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. border-radius: 40px;
  31. line-height: 80px;
  32. box-sizing: border-box;
  33. border: 1px solid #fff;
  34. span{
  35. font-size: 44px;
  36. display: inline-block;
  37. line-height: 80px;
  38. transform: rotate(90deg);
  39. }
  40. &:hover{
  41. color: #b81c25;
  42. background: #fff;
  43. }
  44. }
  45. .btn-prev{
  46. left: 100px;
  47. span{
  48. transform: rotate(-90deg);
  49. }
  50. }
  51. .btn-next{
  52. right: 100px;
  53. }
  54. .swiper-button-disabled{
  55. cursor: no-drop;
  56. background: transparent;
  57. color: #ecf6fb;
  58. opacity: 0.6;
  59. &:hover{
  60. color: #ecf6fb;
  61. background: transparent;
  62. }
  63. }
  64. .swiper-pagination{
  65. bottom: 60px;
  66. .swiper-pagination-bullet{
  67. background: #ffffff;
  68. opacity:1;
  69. position: relative;
  70. width: 12px;
  71. height: 12px;
  72. margin:0 17px;
  73. &::before{
  74. content: '';
  75. position: absolute;
  76. left: -5px;
  77. top: -5px;
  78. width: 20px;
  79. height: 20px;
  80. border-radius: 50%;
  81. border: 1px solid #b81c25;
  82. opacity: 0;
  83. transition: all .3s ease-in-out;
  84. }
  85. }
  86. .swiper-pagination-bullet-active{
  87. background: #b81c25;
  88. &::before{
  89. opacity: 1;
  90. }
  91. }
  92. }
  93. }
  94. .slideCon{
  95. width: 100%;
  96. max-width: 1300px;
  97. height: 100%;
  98. box-sizing: border-box;
  99. margin: 0 auto;
  100. padding-top: 230px;
  101. position: absolute;
  102. top: 0px;
  103. left: 50%;
  104. transform: translateX(-50%);
  105. color: #fff;
  106. text-align: left;
  107. .title{
  108. br{
  109. display: none;
  110. }
  111. }
  112. .btn{
  113. position: absolute;
  114. bottom: 10%;
  115. left: 50%;
  116. margin-left: -100px;
  117. }
  118. }
  119. }
  120. .news{
  121. width: 100%;
  122. text-align: center;
  123. padding: 140px 0px;
  124. .newsCon{
  125. width: 100%;
  126. height: 512px;
  127. overflow: hidden;
  128. max-width: 1300px;
  129. margin: 60px auto 80px;
  130. position: relative;
  131. display: flex;
  132. &>div{
  133. width: 50%;
  134. height: 100%;
  135. overflow: hidden;
  136. .swiper-pagination{
  137. bottom: 20px;
  138. .swiper-pagination-bullet{
  139. background: #ffffff;
  140. opacity:1;
  141. position: relative;
  142. width: 6px;
  143. height: 6px;
  144. margin:0 9px;
  145. &::before{
  146. content: '';
  147. position: absolute;
  148. left: -3px;
  149. top: -3px;
  150. width: 10px;
  151. height: 10px;
  152. border-radius: 50%;
  153. border: 1px solid #b81c25;
  154. opacity: 0;
  155. transition: all .3s ease-in-out;
  156. }
  157. }
  158. .swiper-pagination-bullet-active{
  159. background: #b81c25;
  160. &::before{
  161. opacity: 1;
  162. }
  163. }
  164. }
  165. .swiper{
  166. width: 100%;
  167. border-radius: 10px;
  168. z-index: -1;
  169. position: absolute;
  170. height: 100%;
  171. top: 0;
  172. left: 0;
  173. img{
  174. width: 100%;
  175. display: block;
  176. }
  177. .slideZ{
  178. position: absolute;
  179. top: 0px;
  180. left: 0px;
  181. width: 100%;
  182. height: 100%;
  183. background: url(./images/newsz.png) no-repeat bottom;
  184. }
  185. .slideCon{
  186. position: absolute;
  187. bottom: 0px;
  188. left: 0px;
  189. width: 100%;
  190. box-sizing: border-box;
  191. padding: 50px 30px;
  192. color: #fff;
  193. text-align: left;
  194. .time{
  195. font-size: 16px;
  196. }
  197. }
  198. }
  199. .newsShowSwiper{
  200. z-index: 1;
  201. }
  202. .newsTitList{
  203. width: 100%;
  204. display: flex;
  205. font-size: 20px;
  206. line-height: 30px;
  207. color: #A7A5A5;
  208. box-sizing: border-box;
  209. padding-left: 40px;
  210. justify-content: flex-start;
  211. .newsCk{
  212. font-size: 20px;
  213. color: #231F20;
  214. cursor: pointer;
  215. transition: all .3s ease-in-out;
  216. &:hover{
  217. color: #B81C25;
  218. }
  219. }
  220. .newsShow{
  221. color: #B81C25;
  222. font-weight: bold;
  223. }
  224. div{
  225. &:nth-child(2n){
  226. margin: 0px 40px;
  227. }
  228. }
  229. }
  230. .newsConList{
  231. width: 100%;
  232. height: calc(100% - 30px);
  233. box-sizing: border-box;
  234. padding-left: 40px;
  235. padding-top: 20px;
  236. overflow: hidden;
  237. &>div{
  238. width: 100%;
  239. height: 100%;
  240. display: none;
  241. .newsLi{
  242. width: 100%;
  243. display: flex;
  244. justify-content: space-between;
  245. border-bottom: 1px solid #acacac5e;
  246. padding: 24px 20px 24px 10px;
  247. box-sizing: border-box;
  248. &:last-child{
  249. border-bottom: 0px solid #ACACAC;
  250. }
  251. .timer{
  252. width: 65px;
  253. height: 66px;
  254. border-radius: 8px;
  255. border: 1px solid #A7A5A5;
  256. text-align: center;
  257. font-size: 12px;
  258. padding: 0px 12px 0;
  259. box-sizing: border-box;
  260. .timerData{
  261. font-size: 26px;
  262. color: #b81c25;
  263. border-bottom: 1px solid #b81c25;
  264. padding-bottom: 3px;
  265. margin-bottom: 3px;
  266. line-height: 30px;
  267. padding-top: 4px;
  268. }
  269. }
  270. .newsLiCon{
  271. width: calc(100% - 80px);
  272. font-size: 18px;
  273. text-align: left;
  274. &>div{
  275. overflow: hidden;
  276. white-space: nowrap;
  277. width: 100%;
  278. height: 24px;
  279. text-overflow: ellipsis;
  280. }
  281. .liTitle{
  282. color: #231F20;
  283. font-weight: 500;
  284. margin-bottom: 8px;
  285. padding-top: 6px;
  286. }
  287. .licon{
  288. font-weight: 400;
  289. color: #999999;
  290. font-size: 16px;
  291. }
  292. }
  293. }
  294. .liHight{
  295. background: rgba(184,28,37,.05);
  296. .newsLiCon{
  297. .liTitle,.licon{
  298. color: #b81c25;
  299. }
  300. }
  301. }
  302. }
  303. .newsDivShow{
  304. display: block;
  305. }
  306. }
  307. }
  308. .newsSp{
  309. position: relative;
  310. }
  311. }
  312. .btn3{
  313. margin: 0px auto;
  314. }
  315. }
  316. .product{
  317. width: 100%;
  318. text-align: center;
  319. padding: 125px 0px 110px;
  320. &>.text{
  321. width: 100%;
  322. max-width: 1300px;
  323. margin: 50px auto 0;
  324. text-align: left;
  325. }
  326. .productCon{
  327. margin: 60px auto 0px;
  328. width: 100%;
  329. .productTits{
  330. width: 100%;
  331. display: none;
  332. &>div{
  333. width: 100%;
  334. display: flex;
  335. justify-content: space-between;
  336. &>div{
  337. width: 144px;
  338. height: 146px;
  339. border-radius: 8px;
  340. color: #231F20;
  341. padding-top: 20px;
  342. box-sizing: border-box;
  343. cursor: pointer;
  344. transition: all .3s ease-in-out;
  345. div{
  346. margin-bottom: 30px;
  347. }
  348. }
  349. .productCk{
  350. color: #B81C25;
  351. font-weight: bold;
  352. }
  353. }
  354. }
  355. .productConBox{
  356. width: 100%;
  357. height: 420px;
  358. margin-top: 40px;
  359. overflow: hidden;
  360. &>div{
  361. width: 100%;
  362. height: 100%;
  363. }
  364. .swiper-slide{
  365. width: 312px;
  366. transition: width .3s ease-in-out;
  367. overflow: hidden;
  368. transform-origin: center;
  369. img {
  370. display: block;
  371. width: auto;
  372. height: 100%;
  373. object-fit: cover;
  374. position: relative;
  375. left: 50%;
  376. transform: translateX(-50%);
  377. }
  378. .slideZ{
  379. position: absolute;
  380. bottom: 0;
  381. left: 0;
  382. width: 100%;
  383. height: 100%;
  384. background: url(./images/productz.png) no-repeat bottom;
  385. background-size: 100%;
  386. display: none;
  387. }
  388. .slideCon{
  389. position: absolute;
  390. width: 100%;
  391. bottom: 0px;
  392. left: 0;
  393. text-align: center;
  394. color: #fff;
  395. box-sizing: border-box;
  396. opacity: 0;
  397. background-color: #b81c25;
  398. height: 50px;
  399. line-height: 50px;
  400. transition: all .3s ease-in-out;
  401. .text{
  402. width: 100%;
  403. line-height: 50px;
  404. }
  405. }
  406. &:hover{
  407. width: 560px;
  408. .slideCon{
  409. opacity: 1;
  410. }
  411. }
  412. }
  413. }
  414. .swiper-page{
  415. width: 100%;
  416. max-width: 1300px;
  417. margin: 0px auto;
  418. margin-top: 80px;
  419. position: relative;
  420. height: 60px;
  421. display: flex;
  422. flex-direction: row;
  423. justify-content: flex-end;
  424. .btn-prev,.btn-next{
  425. width: 60px;
  426. height: 60px;
  427. text-align: center;
  428. color: #000;
  429. cursor: pointer;
  430. border-radius: 60px;
  431. line-height: 60px;
  432. box-sizing: border-box;
  433. border: 1px solid #000;
  434. transition: all .3s ease-in-out;
  435. span{
  436. font-size: 34px;
  437. display: inline-block;
  438. transform: rotate(90deg);
  439. }
  440. &:hover{
  441. color: #fff;
  442. background: #b81c25;
  443. border: 1px solid #b81c25;
  444. }
  445. }
  446. .btn-prev{
  447. margin-right: 30px;
  448. span{
  449. transform: rotate(-90deg);
  450. }
  451. }
  452. .btn-next{
  453. }
  454. .swiper-button-disabled{
  455. cursor: not-allowed;
  456. opacity: 0.6;
  457. &:hover{
  458. color: #000;
  459. background: #fff;
  460. border: 1px solid #000;
  461. }
  462. }
  463. }
  464. }
  465. }
  466. .about{
  467. width: 100%;
  468. text-align: center;
  469. background-color: #f8f8f8;
  470. position: relative;
  471. .aboutImg{
  472. width: 100%;
  473. max-width: 1920px;
  474. position: relative;
  475. margin: 0px auto;
  476. img{
  477. width: 100%;
  478. display: block;
  479. }
  480. .imgZi{
  481. position: absolute;
  482. top: 0px;
  483. left: 0px;
  484. }
  485. }
  486. .aboutCon{
  487. width: 100%;
  488. height: 100%;
  489. max-width: 1300px;
  490. position: absolute;
  491. top: 0px;
  492. left: 50%;
  493. transform: translateX(-50%);
  494. padding-top: 125px;
  495. text-align: left;
  496. box-sizing: border-box;
  497. .title{
  498. margin-bottom: 260px;
  499. }
  500. .sltImg{
  501. width: 300px;
  502. font-size: 20px;
  503. font-weight: bold;
  504. padding-top: 20px;
  505. border-top: 1px solid #dddddd;
  506. margin-bottom: 7%;
  507. img{
  508. width: 100%;
  509. display: block;
  510. margin-top: 20px;
  511. }
  512. }
  513. }
  514. }
  515. .history{
  516. width: 100%;
  517. position: relative;
  518. text-align: center;
  519. padding: 125px 0px 110px;
  520. .historyTit{
  521. width: 100%;
  522. max-width: 1300px;
  523. margin: 55px auto 65px;
  524. display: flex;
  525. justify-content: center;
  526. &>div{
  527. padding: 0px 30px;
  528. font-size: 20px;
  529. position: relative;
  530. cursor: pointer;
  531. transition: all .3s ease-in-out;
  532. &::before{
  533. content: '';
  534. position: absolute;
  535. top: 50%;
  536. transform: translateY(-50%);
  537. right: 0px;
  538. width: 1px;
  539. height: 16px;
  540. background: #000;
  541. }
  542. &:last-child{
  543. &::before{
  544. display: none;
  545. }
  546. }
  547. &:hover{
  548. color: #b81c25;
  549. }
  550. &.active{
  551. color: #b81c25;
  552. font-weight: bold;
  553. }
  554. }
  555. }
  556. .historyCon{
  557. width: 100%;
  558. position: relative;
  559. .historySwiper{
  560. width: 100%;
  561. .swiper-slide{
  562. width: 300px;
  563. height: 480px;
  564. position: relative;
  565. .hisImg{
  566. width: 100%;
  567. overflow: hidden;
  568. img{
  569. width: 100%;
  570. display: block;
  571. transition: all .3s ease-in-out;
  572. transform-origin: 50% 50%;
  573. }
  574. &:hover{
  575. img{
  576. transform: scale(1.1);
  577. }
  578. }
  579. }
  580. .hisTime{
  581. display: none;
  582. font-weight: bold;
  583. margin-top: 25px;
  584. font-size: 18px;
  585. }
  586. .text{
  587. font-size: 16px;
  588. line-height: 30px;
  589. margin-top: 20px;
  590. padding:0px 20px;
  591. }
  592. .hisBottom{
  593. position: absolute;
  594. bottom: 0px;
  595. left: 0px;
  596. width: 100%;
  597. display: flex;
  598. flex-wrap: wrap;
  599. justify-content: center;
  600. .hisLine{
  601. width: 310px;
  602. height: 1px;
  603. background: #999999;
  604. position: absolute;
  605. bottom: 54px;
  606. left: 0px;
  607. }
  608. .hisIcon{
  609. width: 46px;
  610. height: 46px;
  611. border: 1px solid #999999;
  612. border-radius: 50%;
  613. position: relative;
  614. .cil1{
  615. position: absolute;
  616. width: 32px;
  617. height: 32px;
  618. background: #fff;
  619. box-sizing: border-box;
  620. border: 1px solid #999999;
  621. top: 7px;
  622. left: 7px;
  623. border-radius: 50%;
  624. }
  625. .cil2{
  626. position: absolute;
  627. width: 10px;
  628. height: 10px;
  629. background: #999999;
  630. box-sizing: border-box;
  631. top: 18px;
  632. left: 18px;
  633. border-radius: 50%;
  634. }
  635. .cil3{
  636. position: absolute;
  637. width: 1px;
  638. height: 40px;
  639. background: #999999;
  640. bottom: 28px;
  641. left: 23px;
  642. }
  643. }
  644. .hisBTime{
  645. width: 100%;
  646. font-size: 20px;
  647. line-height: normal;
  648. font-family: 'MyFont1';
  649. color: #000;
  650. margin-top: 2px;
  651. }
  652. }
  653. &:last-child{
  654. .hisLine{
  655. &::before{
  656. content: '';
  657. width: 8px;
  658. height: 8px;
  659. border-radius: 4px;
  660. background: #fff;
  661. border: 1px solid #999999;
  662. box-sizing: border-box;
  663. position: absolute;
  664. top: -4px;
  665. right:0px
  666. }
  667. }
  668. }
  669. }
  670. .activeShow{
  671. .text{
  672. color: #b81c25;
  673. }
  674. .hisTime{
  675. color: #b81c25;
  676. }
  677. .hisBottom{
  678. .hisIcon{
  679. border: 1px solid rgba(184, 28, 37, 0.3);
  680. .cil1{
  681. border: 1px solid #b81c25;
  682. }
  683. .cil2{
  684. background: #b81c25;
  685. }
  686. }
  687. .hisBTime{
  688. color: #b81c25;
  689. }
  690. }
  691. }
  692. }
  693. .swiper-page{
  694. width: 100%;
  695. max-width: 1300px;
  696. margin: 0px auto;
  697. margin-top: 80px;
  698. position: relative;
  699. height: 60px;
  700. display: none;
  701. flex-direction: row;
  702. justify-content: flex-end;
  703. .btn-prev,.btn-next{
  704. width: 40px;
  705. height: 40px;
  706. border-radius: 40px;
  707. line-height: 40px;
  708. text-align: center;
  709. color: #000;
  710. cursor: pointer;
  711. box-sizing: border-box;
  712. border: 1px solid #000;
  713. transition: all .3s ease-in-out;
  714. span{
  715. font-size: 26px;
  716. display: inline-block;
  717. transform: rotate(90deg);
  718. }
  719. &:hover{
  720. color: #fff;
  721. background: #b81c25;
  722. border: 1px solid #b81c25;
  723. }
  724. }
  725. .btn-prev{
  726. // margin-right: 30px;
  727. span{
  728. transform: rotate(-90deg);
  729. }
  730. }
  731. .btn-next{
  732. }
  733. .swiper-button-disabled{
  734. cursor: not-allowed;
  735. opacity: 0.6;
  736. &:hover{
  737. color: #000;
  738. background: #fff;
  739. border: 1px solid #000;
  740. }
  741. }
  742. }
  743. }
  744. }
  745. .corporate{
  746. width: 100%;
  747. position: relative;
  748. text-align: center;
  749. padding: 85px 0px 0px;
  750. .corporateSwiper{
  751. margin-top: 60px;
  752. img{
  753. display: block;
  754. }
  755. }
  756. .corCon{
  757. position: absolute;
  758. width: 100%;
  759. bottom: 0px;
  760. left: 0px;
  761. text-align: center;
  762. z-index: 2;
  763. padding-bottom: 60px;
  764. .corTits{
  765. width: 440px;
  766. margin: 0px auto;
  767. height: 60px;
  768. display: flex;
  769. justify-content: space-between;
  770. border-bottom: 1px solid #999;
  771. line-height: 60px;
  772. color: #fff;
  773. box-sizing: border-box;
  774. div{
  775. font-size: 20px;
  776. padding: 0px 10px;
  777. position: relative;
  778. cursor: pointer;
  779. &::before{
  780. content: '';
  781. position: absolute;
  782. bottom: -1px;
  783. left: 0px;
  784. width: 100%;
  785. height: 2px;
  786. background: #B81C25;
  787. opacity: 0;
  788. }
  789. }
  790. .activS{
  791. color: #B81C25;
  792. &::before{
  793. opacity: 1;
  794. }
  795. }
  796. }
  797. .corTxts{
  798. width: 100%;
  799. margin-top: 20px;
  800. color: #fff;
  801. font-size: 20px;
  802. div{
  803. display: none;
  804. }
  805. .activS{
  806. display: block;
  807. }
  808. }
  809. }
  810. }
  811. @media screen and (min-width: 801px) and (max-width: 1400px) {
  812. .banner {
  813. .slideCon{
  814. padding-top: 160px;
  815. box-sizing: border-box;
  816. }
  817. }
  818. }
  819. @media screen and (min-width:800px){
  820. .goTop{
  821. .goTopBtn{
  822. background: #ffffff;
  823. .btnShow{
  824. .btnIcon{
  825. background-color: #0056A7;
  826. }
  827. }
  828. &:hover{
  829. background: #ffffff;
  830. }
  831. }
  832. }
  833. }
  834. .mTxt{
  835. display: none;
  836. }
  837. //移动端样式
  838. @media screen and (max-width:800px) {
  839. .pcTxt{
  840. display: none;
  841. }
  842. .mTxt{
  843. display: block;
  844. }
  845. .banner{
  846. width: 100%;
  847. height: 100vh;
  848. .swiper{
  849. width: 100%;
  850. height: 100%;
  851. }
  852. .slideCon{
  853. padding: 0 15px;
  854. padding-top: 130px;
  855. height: auto;
  856. .title{
  857. font-size: 32px;
  858. line-height: 48px;
  859. br{
  860. display: block;
  861. }
  862. }
  863. }
  864. .btn-prev,.btn-next{
  865. display: none;
  866. }
  867. .bannerSwiper{
  868. .swiper-pagination{
  869. display: block;
  870. bottom: 60px;
  871. .swiper-pagination-bullet{
  872. width: 5px;
  873. height: 5px;
  874. margin: 0 6px;
  875. &::before{
  876. left: -4px;
  877. top: -4px;
  878. width: 10px;
  879. height: 10px;
  880. }
  881. }
  882. }
  883. }
  884. }
  885. .news{
  886. padding: 110px 15px 70px;
  887. box-sizing: border-box;
  888. .newsCon{
  889. margin: 35px auto 32px;
  890. height: auto;
  891. flex-wrap: wrap;
  892. padding-top: 50px;
  893. &>div{
  894. width: 100%;
  895. height: auto;
  896. .swiper{
  897. position: relative;
  898. display: none;
  899. .slideCon{
  900. padding: 20px;
  901. .time{
  902. font-size: 13px;
  903. }
  904. }
  905. }
  906. .newsShowSwiper{
  907. display: block;
  908. }
  909. .swiper-pagination{
  910. display: none;
  911. }
  912. .newsTitList{
  913. padding-left: 0px;
  914. font-size: 14px;
  915. line-height: 24px;
  916. position: absolute;
  917. top: 0px;
  918. left: 0px;
  919. justify-content: center;
  920. .newsCk{
  921. font-size: 16px;
  922. }
  923. &>div{
  924. &:nth-child(2n){
  925. margin: 0px 30px;
  926. }
  927. }
  928. }
  929. .newsConList{
  930. padding-left: 0px;
  931. padding-top: 0px;
  932. height: auto;
  933. &>div{
  934. .newsLi{
  935. .timer .timerData{
  936. font-weight: bold;
  937. }
  938. .newsLiCon{
  939. font-size: 16px;
  940. padding-top: 4px;
  941. &>div{
  942. height: 20px;
  943. }
  944. .liTitle{
  945. margin-bottom: 8px;
  946. }
  947. }
  948. }
  949. }
  950. }
  951. }
  952. }
  953. }
  954. .product{
  955. padding: 100px 15px;
  956. box-sizing: border-box;
  957. &>.text{
  958. margin: 30px auto 0;
  959. }
  960. .productCon{
  961. margin: 40px auto 0px;
  962. .productTits{
  963. overflow-x: auto;
  964. display: block;
  965. &::-webkit-scrollbar{
  966. -webkit-appearance: none;
  967. width: 0px;
  968. height: 0px;
  969. }
  970. // &::-webkit-scrollbar:horizontal{
  971. // width: 2px;
  972. // height: 100%;
  973. // background: #fff;
  974. // }
  975. &::-webkit-scrollbar-thumb{
  976. width: 0px;
  977. height: 0px;
  978. background: #B81C25;
  979. }
  980. &>div{
  981. width: 1002px;
  982. justify-content: flex-start;
  983. &>div{
  984. width: auto;
  985. height: auto;
  986. padding-top: 0px;
  987. padding-right: 20px;
  988. position: relative;
  989. margin-right: 20px;
  990. &:last-child{
  991. padding-right: 0px;
  992. margin-right: 0px;
  993. &::before{
  994. display: none;
  995. }
  996. }
  997. &::before{
  998. content: '';
  999. position: absolute;
  1000. right: 0px;
  1001. top: 4px;
  1002. width: 1px;
  1003. height: 13px;
  1004. background: #999;
  1005. transform: rotate(20deg);
  1006. }
  1007. div{
  1008. margin-bottom: 0px;
  1009. font-size: 14px;
  1010. }
  1011. }
  1012. }
  1013. }
  1014. .productConBox{
  1015. margin-top: 35px;
  1016. height: auto;
  1017. &>div{
  1018. height: auto;
  1019. }
  1020. .swiper-slide{
  1021. width: 100%;
  1022. height: auto;
  1023. img{
  1024. width: 100%;
  1025. height: auto;
  1026. }
  1027. .slideZ{
  1028. display: none;
  1029. }
  1030. .slideCon{
  1031. position: relative;
  1032. color: #231F20;
  1033. display: block;
  1034. height: 30px;
  1035. line-height: 30px;
  1036. background: #f8f8f8;
  1037. opacity: 1;
  1038. .text {
  1039. line-height:normal;
  1040. line-height: 30px;
  1041. font-size: 14px;
  1042. }
  1043. }
  1044. }
  1045. }
  1046. .swiper-page{
  1047. margin-top: 40px;
  1048. height: 40px;
  1049. justify-content: center;
  1050. .btn-prev,.btn-next{
  1051. width: 40px;
  1052. height: 40px;
  1053. border-radius: 40px;
  1054. line-height: 40px;
  1055. span{
  1056. font-size: 26px;
  1057. }
  1058. }
  1059. }
  1060. }
  1061. }
  1062. .about{
  1063. padding: 110px 15px;
  1064. box-sizing: border-box;
  1065. .title{
  1066. margin-bottom: 40px;
  1067. }
  1068. .aboutCon {
  1069. position: relative;
  1070. height: auto;
  1071. text-align: center;
  1072. padding-top: 15px;
  1073. .sltImg{
  1074. margin: 0px auto;
  1075. padding-top: 0px;
  1076. border-top: 0px solid #dddddd;
  1077. img{
  1078. width: 150px;
  1079. margin: 15px auto 40px;
  1080. }
  1081. }
  1082. .btn3{
  1083. margin: 0px auto;
  1084. }
  1085. }
  1086. }
  1087. .history{
  1088. padding: 110px 15px;
  1089. box-sizing: border-box;
  1090. .historyTit{
  1091. margin: 35px auto 25px;
  1092. &>div{
  1093. padding: 0px;
  1094. width: 25%;
  1095. font-size: 14px;
  1096. &::before{
  1097. height: 12px;
  1098. }
  1099. }
  1100. }
  1101. .historyCon{
  1102. .historySwiper{
  1103. .swiper-slide{
  1104. width: 100%;
  1105. height: auto;
  1106. .hisTime{
  1107. display: block;
  1108. }
  1109. .hisBottom{
  1110. display: none;
  1111. }
  1112. .text{
  1113. margin-top: 10px;
  1114. }
  1115. }
  1116. }
  1117. .swiper-page{
  1118. display: flex;
  1119. justify-content: space-between;
  1120. margin-top: 20px;
  1121. height: 40px;
  1122. .rightDiv{
  1123. width: 60%;
  1124. text-align: left;
  1125. display: flex;
  1126. align-items: flex-end;
  1127. padding-bottom: 5px;
  1128. border-bottom: 1px solid #dddddd;
  1129. color: #B81C25;
  1130. position: relative;
  1131. font-size: 12px;
  1132. height: 30px;
  1133. .nowNum{
  1134. margin-right: 5px;
  1135. font-size: 15px;
  1136. position: relative;
  1137. top: 2px;
  1138. }
  1139. .allNum{
  1140. margin-left: 5px;
  1141. }
  1142. .fillLine{
  1143. position: absolute;
  1144. right: 0px;
  1145. bottom: -1px;
  1146. width: 50%;
  1147. height: 1px;
  1148. background: #B81C25;
  1149. }
  1150. }
  1151. }
  1152. }
  1153. }
  1154. .corporate{
  1155. padding: 0px;
  1156. .corporateSwiper {
  1157. margin-top: 35px;
  1158. }
  1159. .corCon{
  1160. position: relative;
  1161. padding: 20px 15px 0;
  1162. box-sizing: border-box;
  1163. .corTits{
  1164. color: #231f20;
  1165. width: 100%;
  1166. height: 40px;
  1167. line-height: 40px;
  1168. div{
  1169. font-size: 16px;
  1170. padding: 0px 0px;
  1171. }
  1172. .activS{
  1173. font-weight: bold;
  1174. }
  1175. }
  1176. .corTxts{
  1177. margin-top: 30px;
  1178. color: #231f20;
  1179. font-size: 16px;
  1180. }
  1181. }
  1182. }
  1183. .society{
  1184. padding-bottom: 110px;
  1185. display: flex;
  1186. flex-direction: column-reverse;
  1187. .societyCon{
  1188. position: relative;
  1189. color: #231F20;
  1190. padding-top: 0px;
  1191. padding-left: 15px;
  1192. padding-right: 15px;
  1193. box-sizing: border-box;
  1194. .text{
  1195. margin-top: 40px;
  1196. margin-bottom: 30px;
  1197. }
  1198. .btn{
  1199. display: none;
  1200. }
  1201. }
  1202. &>.btn{
  1203. display: block;
  1204. margin-top: 80px;
  1205. }
  1206. }
  1207. }