common.less 38KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487
  1. /* -----------------------------共公部分:包括有元素的共公样式以及页头、页脚 ------------------- */
  2. /* 说明:
  3. pc端:
  4. 设计稿1440*900 所有尺寸基本按px来即可;
  5. 正文 16px;
  6. 移动端:
  7. 设计稿宽800px,按逻辑尺寸的两倍制作。因此真实尺寸需要除2;
  8. 如设计稿字体大小28px,则实真字体大小为28px/2=14px;
  9. 或使用vw 字体大小:28/800*10 = 3.5vw
  10. 正文 14px 或 3.5vw
  11. */
  12. @import "/dev/static/font/cavan.css";
  13. @import "/dev/static/font/iconfont.css";
  14. html,
  15. body,
  16. h1,
  17. h2,
  18. h3,
  19. div,
  20. span,
  21. header,
  22. footer,
  23. nav,
  24. section,
  25. input {
  26. margin: 0;
  27. padding: 0;
  28. }
  29. input:focus {
  30. outline: none;
  31. }
  32. html,
  33. body {
  34. width: 100%;
  35. height: 100%;
  36. font-size: 16px;
  37. color: #231f20;
  38. font-family: 'MyFont2';
  39. }
  40. a{
  41. text-decoration: none;
  42. color: #231f20;
  43. }
  44. img{
  45. width: 100%;
  46. }
  47. /* 没图片是不显示 */
  48. img[src=""],
  49. img:not([src]) {
  50. opacity: 0;
  51. }
  52. .btn{
  53. position: relative;
  54. min-width: 200px;
  55. height: 50px;
  56. margin: 0px auto;
  57. background: #B81C25;
  58. box-sizing: border-box;
  59. color: #ffffff;
  60. display: inline-block;
  61. text-align: center;
  62. line-height: 50px;
  63. font-size: 14px;
  64. transition: all .3s ease-in-out;
  65. cursor: pointer;
  66. border-radius: 8px;
  67. &>span{
  68. position: relative;
  69. top: 0px;
  70. transition: all .3s ease-in-out;
  71. }
  72. &:hover{
  73. // background: #48A038;
  74. // border-color: #48A038;
  75. &>span{
  76. top: -1px;
  77. }
  78. }
  79. }
  80. .btnBlack{
  81. color: #000;
  82. border: 1px solid #000;
  83. &:hover{
  84. color: #ffffff;
  85. }
  86. }
  87. .btn2{
  88. position: relative;
  89. z-index: 2;
  90. box-sizing: border-box;
  91. color: #000;
  92. display: inline-block;
  93. text-align: center;
  94. font-size: 14px;
  95. transition: all .3s ease-in-out;
  96. cursor: pointer;
  97. &:hover{
  98. color: #48A038;
  99. }
  100. }
  101. .btn3{
  102. position: relative;
  103. width: 240px;
  104. height: 60px;
  105. box-sizing: border-box;
  106. color: #000;
  107. display: flex;
  108. text-align: center;
  109. line-height: 60px;
  110. font-size: 18px;
  111. transition: all .3s ease-in-out;
  112. cursor: pointer;
  113. border-radius: 50px;
  114. box-sizing: border-box;
  115. border: 1px solid #000;
  116. justify-content: center;
  117. align-items: center;
  118. overflow: hidden;
  119. &::before{
  120. content: '';
  121. width: 10px;
  122. height: 10px;
  123. position: absolute;
  124. bottom: -10px;
  125. left: 50%;
  126. transform: translateX(-50%);
  127. background: #B81C25;
  128. border-radius: 50%;
  129. transition: all .3s ease-in-out;
  130. z-index: -1;
  131. }
  132. &>span{
  133. // transition: all .3s ease-in-out;
  134. transform: rotate(90deg);
  135. font-size: 30px;
  136. margin-left: 8px;
  137. }
  138. &:hover{
  139. color: #fff;
  140. border: 1px solid #B81C25;
  141. &::before{
  142. transform: translateX(-50%) scale(30);
  143. }
  144. }
  145. }
  146. .btnW{
  147. color: #fff;
  148. &:hover{
  149. color: #48A038;
  150. }
  151. }
  152. //公共文本样式,默认是加粗,后面加R表示不加粗,正文文本样式用text
  153. .title{
  154. font-size: 56px;
  155. font-family: 'MyFont1',sans-serif;
  156. font-weight: bold;
  157. }
  158. // 正文文本样式
  159. .text{
  160. font-size: 20px;
  161. line-height: 44px;
  162. }
  163. .goTop{
  164. position: absolute;
  165. bottom: 360px;
  166. right:140px;
  167. transform: rotate(-90deg);
  168. display: none;
  169. .goTopBtn{
  170. width: 84px;
  171. height: 84px;
  172. background: #B2B5B7;
  173. border-radius: 42px;
  174. position: relative;
  175. transition: all .3s ease-in-out;
  176. a{
  177. padding: 0px;
  178. width: 100%;
  179. height: 100%;
  180. }
  181. .btnShow{
  182. .btnIcon{
  183. background-color: #fff;
  184. }
  185. }
  186. &:hover{
  187. background:#48A038;
  188. }
  189. }
  190. }
  191. .aniTxtUp{
  192. &>div{
  193. display: inline-block;
  194. }
  195. }
  196. header{
  197. width: 100%;
  198. position: fixed;
  199. z-index: 9;
  200. transition: all .3s ease-in-out;
  201. .headCon{
  202. width: 100%;
  203. margin: 0 auto;
  204. max-width: 1920px;
  205. // box-shadow: 0px 0px 34px 9px rgba(0,0,0,0.1);
  206. background: #ffffff;
  207. // border-bottom: 1px solid rgba(0,0,0,0.1);
  208. box-shadow: 6px 8px 10px 0px rgba(159,176,191,0.13);
  209. }
  210. .menuType{
  211. background: #ffffff12;
  212. border-bottom: 0px solid rgba(0,0,0,0);
  213. box-shadow: none;
  214. .logo{
  215. }
  216. .headerPC{
  217. .menu{
  218. &>div{
  219. &>a{
  220. color: #ffffff;
  221. }
  222. }
  223. .menuClicked{
  224. &::before{
  225. background: #fff;
  226. }
  227. }
  228. }
  229. .logo{
  230. background: url("../images/logoW.png") no-repeat;
  231. background-size: 142px 32px;
  232. }
  233. .logos{
  234. background: url("../images/logoW.png") no-repeat;
  235. background-size: 142px 32px;
  236. }
  237. .language{
  238. .btn2{
  239. color: #ffffff;
  240. &:hover{
  241. color: #B81C25;
  242. &.aborder{
  243. border: 1px solid #B81C25;
  244. background: #B81C25;
  245. color: #ffffff;
  246. }
  247. }
  248. }
  249. .aborder{
  250. border: 1px solid #ffffff;
  251. }
  252. .line{
  253. background: #ffffff;
  254. }
  255. }
  256. }
  257. .headerMobile{
  258. .logo{
  259. background: url("../images/logoW.png") no-repeat;
  260. background-size: contain;
  261. }
  262. .logos{
  263. background: url("../images/logoW.png") no-repeat;
  264. background-size: contain;
  265. }
  266. }
  267. }
  268. }
  269. .hideHeader{
  270. transform: translateY(-100%);
  271. }
  272. .headerPC{
  273. width: 100%;
  274. box-sizing: border-box;
  275. padding: 0px 100px;
  276. height: 70px;
  277. display: flex;
  278. color: #000;
  279. justify-content: space-between;
  280. align-items: center;
  281. font-size: 14px;
  282. font-weight: 400;
  283. position: relative;
  284. .logo{
  285. width: 142px;
  286. height: 32px;
  287. background: url("../images/logoB.png") no-repeat;
  288. background-size: 142px 32px;
  289. cursor: pointer;
  290. position: absolute;
  291. left: 100px;
  292. }
  293. .logos{
  294. width: 142px;
  295. height: 32px;
  296. background: url("../images/logoB.png") no-repeat;
  297. background-size: 142px 32px;
  298. cursor: pointer;
  299. position: absolute;
  300. left: 100px;
  301. }
  302. .menu{
  303. display: flex;
  304. position: relative;
  305. height: 70px;
  306. align-items: center;
  307. margin: 0 auto;
  308. &>div{
  309. display: inline-block;
  310. padding: 0 30px;
  311. position: relative;
  312. height: 70px;
  313. cursor: pointer;
  314. &>a{
  315. line-height: 70px;
  316. z-index: 11;
  317. transition: all .3s ease;
  318. font-size: 18px;
  319. }
  320. &:hover{
  321. &>a{color: #B81C25;}
  322. }
  323. }
  324. .menuClicked{
  325. &::before{
  326. content: '';
  327. width: calc(100% - 40px);
  328. height: 2px;
  329. position: absolute;
  330. bottom: 0px;
  331. left: 20px;
  332. background: #B81C25;
  333. }
  334. &>a{
  335. color: #B81C25;
  336. }
  337. }
  338. }
  339. .menuSon{
  340. position: absolute;
  341. top: 70px;
  342. padding: 15px 0px 15px;
  343. background: #fff;
  344. box-shadow: 0px 2px 6px 0px rgba(183,183,183,0.43);
  345. // border-radius: 8px;
  346. z-index: 10;
  347. width: auto;
  348. width: 260px;
  349. white-space: nowrap;
  350. left: 50%;
  351. transform: translateX(-50%) translateY(0%);
  352. // transition: all 0.3s cubic-bezier(0.04, 1.21, 0, 1.13);
  353. box-sizing: border-box;
  354. // opacity: 1;
  355. display: none;
  356. text-align: center;
  357. font-size: 18px;
  358. .menuUp{
  359. width: 100%;
  360. height: 2px;
  361. background: #00000000;
  362. position: absolute;
  363. left:0;
  364. top: -2px;
  365. &::before{
  366. content: '';
  367. width: 0;
  368. height: 0;
  369. position: absolute;
  370. display: block;
  371. bottom: -2px;
  372. left: 50%;
  373. transform: translateX(-50%);
  374. border-top:15px solid transparent;
  375. border-left:15px solid transparent;
  376. border-right:15px solid transparent;
  377. border-bottom:15px solid #fff ;
  378. }
  379. }
  380. a{
  381. display: block;
  382. padding: 9px 0;
  383. transition: all .3s ease;
  384. span{
  385. transition: all .3s ease;
  386. display: inline-block;
  387. }
  388. &:hover{
  389. background: #B81C25;
  390. span{
  391. color: #fff;
  392. transform: translateY(-3px);
  393. }
  394. }
  395. &:last-child {
  396. margin-bottom: 0;
  397. }
  398. }
  399. }
  400. .open{
  401. display: block;
  402. }
  403. .language{
  404. height: 70px;
  405. display: flex;
  406. align-items: center;
  407. width: auto;
  408. white-space: nowrap;
  409. cursor: pointer;
  410. position: absolute;
  411. right: 100px;
  412. .btn2{
  413. display: inline-block;
  414. color: #000000;
  415. transition: all .3s ease;
  416. &:hover{
  417. color: #B81C25;
  418. &.aborder{
  419. border: 1px solid #B81C25;
  420. background: #B81C25;
  421. color: #fff;
  422. }
  423. }
  424. }
  425. .aborder{
  426. border: 1px solid #000000;
  427. text-align: center;
  428. width: 100px;
  429. height: 30px;
  430. font-size: 12px;
  431. box-sizing: border-box;
  432. border-radius: 6px;
  433. display: flex;
  434. align-items: center;
  435. justify-content: center;
  436. }
  437. .line{
  438. display: inline-block;
  439. width: 1px;
  440. height: 13px;
  441. background: #000000;
  442. opacity: 0.5;
  443. margin: 0px 20px;
  444. }
  445. }
  446. }
  447. .headerMobile{
  448. display: none;
  449. width: 100%;
  450. height: 60px;
  451. padding: 14px 15px 0px;
  452. box-sizing: border-box;
  453. position: relative;
  454. .logo{
  455. width: 136px;
  456. height: 30px;
  457. position: relative;
  458. z-index: 6;
  459. background: url("../images/logoB.png") no-repeat;
  460. background-size: contain;
  461. cursor: pointer;
  462. top: 2px;
  463. }
  464. .logos{
  465. width: 136px;
  466. height: 30px;
  467. position: relative;
  468. z-index: 6;
  469. background: url("../images/logoB.png") no-repeat;
  470. background-size: contain;
  471. cursor: pointer;
  472. top: 2px;
  473. }
  474. .navFlagBtn {
  475. position: absolute;
  476. top: 12px;
  477. right: 6px;
  478. width: 40px;
  479. height: 40px;
  480. z-index: 8;
  481. .lineCenter {
  482. top: 50%;
  483. margin-top: -1px;
  484. }
  485. .nav_btn_small {
  486. width: 20px;
  487. height: 16px;
  488. position: absolute;
  489. left: 10px;
  490. top: 12px;
  491. }
  492. .lineTop {
  493. top: 0;
  494. }
  495. .lineBottom {
  496. bottom: 0;
  497. }
  498. .nav_btn_small > div {
  499. border-radius: 1px;
  500. width: 100%;
  501. height: 2px;
  502. background-color: #ffffff;
  503. position: absolute;
  504. }
  505. .arrowDirBase {
  506. transition: all 0.3s ease;
  507. -webkit-transition: all 0.3s ease;
  508. -webkit-transform-origin: 50% 50%;
  509. transform-origin: 50% 50%;
  510. }
  511. .arrowDirectionDown {
  512. transform: rotate(45deg) translate(5px, 5px);
  513. -webkit-transform: rotate(45deg) translate(5px, 5px);
  514. }
  515. .arrowDirectionUp {
  516. transform: rotate(-45deg) translate(5px, -5px);
  517. -webkit-transform: rotate(-45deg) translate(5px, -5px);
  518. }
  519. .arrowDirectionCenter {
  520. opacity: 0;
  521. }
  522. }
  523. .navFlag{
  524. width: 100%;
  525. height: calc(100vh - 60px);
  526. position: absolute;
  527. top: 60px;
  528. left: 0;
  529. background-color: #ffffff;
  530. display: none;
  531. z-index: 6;
  532. .navBg{
  533. width: 100%;
  534. height: 60px;
  535. position: absolute;
  536. top: -60px;
  537. left: 0px;
  538. background-color: #ffffff;
  539. background-image: url("../images/logoB.png");
  540. background-size: 89px 22px;
  541. background-repeat: no-repeat;
  542. // border-bottom: 1px solid #0000001b;
  543. background-position: 15px center;
  544. }
  545. .navMenu{
  546. width: 100%;
  547. height: 100%;
  548. box-sizing: border-box;
  549. overflow-y: auto;
  550. &>div{
  551. width: 100%;
  552. padding: 25px 15px;
  553. box-sizing: border-box;
  554. border-bottom: 1px solid #ACACAC80;
  555. .title{
  556. font-size: 18px;
  557. line-height: 18px;
  558. color: #231F20;
  559. padding-left: 13px;
  560. padding-right: 6px;
  561. font-weight: 100;
  562. font-family: 'MyFont2';
  563. span{
  564. float: right;
  565. font-size: 14px;
  566. transform: rotate(-90deg);
  567. transition: all .3s ease;
  568. }
  569. }
  570. .menuSon{
  571. width: 100%;
  572. overflow: hidden;
  573. height: 0px;
  574. clip-path: inset(0 0 100% 0);
  575. transition: all 0.3s ease;
  576. a{
  577. font-size: 16px;
  578. display: block;
  579. color: #666666;
  580. padding: 20px 14px;
  581. border-bottom: 1px solid #ACACAC80;
  582. &:first-child{
  583. margin-top: 10px;
  584. }
  585. &:last-child{
  586. border-bottom: none;
  587. padding-bottom: 0px;
  588. }
  589. }
  590. }
  591. }
  592. .menuShow{
  593. .title{
  594. .iconfont{
  595. transform: rotate(0deg);
  596. }
  597. }
  598. .menuSon{
  599. height: 100%;
  600. clip-path: inset(0 0 0% 0);
  601. }
  602. }
  603. }
  604. .language{
  605. display: flex;
  606. justify-content: center;
  607. align-items: center;
  608. padding: 20px 0px;
  609. a{
  610. font-size: 16px;
  611. display: inline-block;
  612. }
  613. .light{
  614. color: #48A038;
  615. }
  616. div{
  617. width: 1px;
  618. height: 14px;
  619. background: #000000;
  620. display: inline-block;
  621. margin: 0 20px;
  622. }
  623. }
  624. }
  625. .FlagOpen{
  626. display: block;
  627. }
  628. }
  629. footer{
  630. width: 100%;
  631. max-width: 1920px;
  632. margin: 0 auto;
  633. background-color: #f8f8f8;
  634. padding-top: 80px;
  635. position: relative;
  636. .footer{
  637. width: 100%;
  638. max-width: 1300px;
  639. margin: 0px auto;
  640. font-size: 16px;
  641. display: flex;
  642. justify-content: space-between;
  643. .footerLeft{
  644. width: 340px;
  645. text-align: left;
  646. color: #333333;
  647. .footerLogo{
  648. width: 291px;
  649. height: 64px;
  650. background: url('../images/logoB2.png') no-repeat;
  651. background-size: 100% 100%;
  652. margin-bottom: 50px;
  653. }
  654. .footerLCon1{
  655. width: 100%;
  656. display: flex;
  657. margin-top: 50px;
  658. justify-content: space-between;
  659. &>div{
  660. display: inline-block;
  661. font-size: 16px;
  662. font-weight: bold;
  663. span{
  664. opacity: 0.7;
  665. font-size: 16px;
  666. font-weight: 100;
  667. }
  668. }
  669. }
  670. .footerLCon2{
  671. width: 100%;
  672. font-size: 16px;
  673. // font-weight: bold;
  674. margin-top: 20px;
  675. span{
  676. // opacity: 0.7;
  677. font-weight: 100;
  678. }
  679. .txt16{
  680. font-size: 16px;
  681. }
  682. }
  683. }
  684. .footerRight{
  685. width: 176px;
  686. .btnDown{
  687. width: 100%;
  688. height: 40px;
  689. border-radius: 8px;
  690. border: 1px solid #FFFFFF;
  691. position: relative;
  692. .btnDownTitle{
  693. width: 100%;
  694. height: 40px;
  695. line-height: 40px;
  696. box-sizing: border-box;
  697. padding: 0px 20px;
  698. color: #fff;
  699. cursor: pointer;
  700. .tit{
  701. opacity: 0.5;
  702. }
  703. .iconfont{
  704. font-size: 14px;
  705. float: right;
  706. transition: all .3s ease;
  707. }
  708. }
  709. .btnDownMenu{
  710. position: absolute;
  711. top: 42px;
  712. left: 0px;
  713. width: 100%;
  714. min-height: 120px;
  715. max-height: 280px;
  716. overflow-y: auto;
  717. background: #fff;
  718. color: #000;
  719. border-radius: 8px;
  720. clip-path: inset(0% 0% 100% 0%);
  721. transition: all 0.3s ease-in-out;
  722. a{
  723. width: 100%;
  724. line-height: 20px;
  725. padding: 10px 20px;
  726. display: block;
  727. box-sizing: border-box;
  728. transition: all .3s ease-in-out;
  729. &:hover{
  730. color: #B81C25;
  731. }
  732. }
  733. }
  734. }
  735. .imgWx{
  736. text-align: center;
  737. span{
  738. margin-top: 10px;
  739. display: block;
  740. }
  741. }
  742. .btnShow{
  743. .btnDownTitle{
  744. .iconfont{
  745. transform: rotate(-180deg);
  746. }
  747. }
  748. .btnDownMenu{
  749. clip-path: inset(0% 0% 0% 0%);
  750. }
  751. }
  752. .btnUp,.footerLConM{
  753. display: none;
  754. }
  755. }
  756. .footerCenter{
  757. box-sizing: border-box;
  758. margin-bottom: 10px;
  759. display: flex;
  760. color: #333333;
  761. justify-content: flex-start;
  762. font-size: 16px;
  763. .h4{
  764. margin-bottom: 20px;
  765. }
  766. .h5R{
  767. margin-top: 15px;
  768. }
  769. &>div{
  770. margin-right: 58px;
  771. a{
  772. color: #333;
  773. display: block;
  774. span{
  775. display: inline-block;
  776. position: relative;
  777. &::before{
  778. content: '';
  779. position: absolute;
  780. bottom: -5px;
  781. left: 0px;
  782. width: 0%;
  783. height: 1px;
  784. background: #333;
  785. transition: all .3s ease-in-out;
  786. }
  787. }
  788. &:hover{
  789. span{
  790. &::before{
  791. width: 100%;
  792. }
  793. }
  794. }
  795. }
  796. &>.h7{
  797. font-size: 18px;
  798. }
  799. .h7{
  800. margin-bottom: 20px;
  801. font-weight: bold;
  802. font-family: 'MyFont1';
  803. }
  804. .h7R{
  805. margin-bottom: 20px;
  806. opacity: 0.7;
  807. }
  808. &>span{
  809. display: none;
  810. }
  811. .footerShow{
  812. display: flex;
  813. flex-direction: column;
  814. a{
  815. &:hover{
  816. color: #000;
  817. }
  818. }
  819. }
  820. }
  821. }
  822. .footerCenterM{
  823. display: none;
  824. }
  825. }
  826. .footerIcon{
  827. width: 100%;
  828. max-width: 1300px;
  829. margin: 0px auto;
  830. display: flex;
  831. flex-direction: row;
  832. justify-content: flex-end;
  833. padding-bottom: 20px;
  834. border-bottom: 1px solid #ffffff21;
  835. color: #fff;
  836. &>div{
  837. margin-left: 40px;
  838. cursor: pointer;
  839. position: relative;
  840. &>div{
  841. width: 187px;
  842. height: 186px;
  843. position: absolute;
  844. bottom:40px;
  845. right: -82px;
  846. // background: url('../images/weixin.png') no-repeat;
  847. // background-size: 100%;
  848. opacity: 0;
  849. clip-path: inset(0 0 100% 0);
  850. transition: opacity 0.3s ease-in-out;
  851. img{
  852. width: 100%;
  853. display: block;
  854. }
  855. }
  856. &:hover{
  857. &>div{
  858. opacity: 1;
  859. clip-path: inset(0 0 0 0);
  860. }
  861. }
  862. }
  863. .wxShow{
  864. div{
  865. opacity: 1;
  866. clip-path: inset(0 0 0 0);
  867. }
  868. }
  869. .iconfont{
  870. font-size: 24px;
  871. transition: all 0.3s ease;
  872. }
  873. }
  874. .footerText{
  875. width: 100%;
  876. max-width: 1300px;
  877. margin: 30px auto 0px;
  878. border-top: 1px solid #dfdfdf;
  879. text-align: center;
  880. color: #605f5f;
  881. font-size: 12px;
  882. box-sizing: border-box;
  883. padding:20px 15px;
  884. opacity: 0.7;
  885. a{
  886. color: #605f5f;
  887. }
  888. br,&>span{
  889. display: none;
  890. }
  891. }
  892. }
  893. .searchCon{
  894. width: 100%;
  895. height: 100%;
  896. position: fixed;
  897. background: rgba(0,0,0,0.4);
  898. display: flex;
  899. top: 0px;
  900. left: 0px;
  901. z-index: -1;
  902. justify-content: center;
  903. align-items: center;
  904. transition: all .6s ease-in-out;
  905. opacity: 0;
  906. transform: translateY(-100%);
  907. .searchConIn{
  908. width: 70%;
  909. max-width: 1300px;
  910. // height: 100%;
  911. max-height: 80%;
  912. background: #fff;
  913. .searchUp{
  914. width: 100%;
  915. border-bottom: 1px solid #dbdbdb;
  916. height: 60px;
  917. line-height: 60px;
  918. text-align: left;
  919. box-sizing: border-box;
  920. padding: 0px 30px;
  921. .searchInput{
  922. padding-left: 20px;
  923. border: 0px;
  924. width: calc(100% - 60px);
  925. font-size: 20px;
  926. font-family: 'MyFont2';
  927. }
  928. .icon-search{
  929. color: #B81C25;
  930. }
  931. .searchClose{
  932. float: right;
  933. cursor: pointer;
  934. .iconfont{
  935. transform: rotate(0deg);
  936. transition: all .3s ease-in-out;
  937. display: inline-block;
  938. }
  939. &:hover{
  940. .iconfont{
  941. transform: rotate(180deg);
  942. color: #B81C25;
  943. }
  944. }
  945. }
  946. }
  947. .searchDw{
  948. width: 100%;
  949. height: calc(80vh - 60px);
  950. overflow-y: auto;
  951. box-sizing: border-box;
  952. padding: 20px 30px 20px;
  953. display: none;
  954. &::-webkit-scrollbar {
  955. width: 3px;
  956. }
  957. &::-webkit-scrollbar-thumb {
  958. background-color: #b5b5b5;
  959. }
  960. }
  961. .searchShow{
  962. display: block;
  963. }
  964. }
  965. .newsType{
  966. width: 100%;
  967. height: 100%;
  968. .newsLi{
  969. width: 100%;
  970. display: flex;
  971. justify-content: space-between;
  972. border-bottom: 1px solid #acacac5e;
  973. box-sizing: border-box;
  974. padding: 30px 15px;
  975. &:last-child{
  976. border-bottom: 0px solid #ACACAC;
  977. }
  978. .newsLiCon{
  979. width: 100%;
  980. font-size: 18px;
  981. text-align: left;
  982. &>div{
  983. overflow: hidden;
  984. white-space: nowrap;
  985. width: 100%;
  986. height: 24px;
  987. text-overflow: ellipsis;
  988. }
  989. .liTitle{
  990. color: #231F20;
  991. font-weight: 500;
  992. span{
  993. color: #B81C25;
  994. }
  995. }
  996. }
  997. transition: all 0.3s ease-in-out;
  998. &:hover{
  999. background: rgba(184, 28, 37, 0.05);
  1000. .newsLiCon{
  1001. .liTitle{
  1002. color: #B81C25;
  1003. }
  1004. }
  1005. }
  1006. }
  1007. }
  1008. }
  1009. .searchConShow{
  1010. opacity: 1;
  1011. z-index: 33;
  1012. transform: translateY(0%);
  1013. }
  1014. .chooseM{
  1015. display: none;
  1016. }
  1017. @media screen and (min-width: 1080px) and (max-width: 1480px) {
  1018. footer {
  1019. .footerIcon{
  1020. .weixin{
  1021. div{
  1022. right: 0px;
  1023. }
  1024. }
  1025. }
  1026. }
  1027. }
  1028. @media screen and (min-width: 1080px) and (max-width: 1390px) {
  1029. .headerPC{
  1030. padding: 0px 50px;
  1031. .logo{
  1032. position: relative;
  1033. left: 0px;
  1034. }
  1035. .logos{
  1036. position: relative;
  1037. left: 0px;
  1038. }
  1039. .language{
  1040. position: relative;
  1041. right: 0px;
  1042. }
  1043. }
  1044. footer {
  1045. .footer{
  1046. justify-content: space-between;
  1047. &>div{
  1048. margin-right: 10px;
  1049. }
  1050. }
  1051. .footerIcon{
  1052. &>div{
  1053. &>div{
  1054. right: 0px;
  1055. }
  1056. }
  1057. }
  1058. }
  1059. }
  1060. /* 移动端样式 */
  1061. @media screen and (max-width: 1080px) {
  1062. // html,
  1063. // body {
  1064. // font-size: 14px;
  1065. // }
  1066. .title{
  1067. font-size: 32px;
  1068. line-height: 48px;
  1069. }
  1070. // 正文文本样式
  1071. .text{
  1072. font-size: 16px;
  1073. line-height: 32px;
  1074. }
  1075. .btn{
  1076. width: 175px;
  1077. height: 35px;
  1078. line-height: 35px;
  1079. border-radius: 4px;
  1080. min-width: 175px;
  1081. }
  1082. .btn2 {
  1083. transform: scale(1);
  1084. .btnCon{
  1085. font-size: 12px;
  1086. line-height: 42px;
  1087. }
  1088. .btnBg{
  1089. // width: 42px;
  1090. // height: 42px;
  1091. // right: 10px;
  1092. // top: 6px;
  1093. -webkit-clip-path: inset(10px 10px 10px calc( 100% - 46px) round 18px);
  1094. clip-path: inset(10px 10px 10px calc( 100% - 46px) round 18px);
  1095. }
  1096. .btnShow{
  1097. width: 20px;
  1098. height: 42px;
  1099. right: 17px;
  1100. top: 6px;
  1101. .btnMove{
  1102. width: 40px;
  1103. height: 42px;
  1104. transform: translateX(-20px);
  1105. }
  1106. .btnIcon{
  1107. width: 20px;
  1108. height: 42px;
  1109. &>span{
  1110. margin-right: 2px;
  1111. }
  1112. .dot{
  1113. width: 2px;
  1114. height: 2px;
  1115. border-radius: 2px;
  1116. }
  1117. .arrow{
  1118. width: 8px;
  1119. height:8px;
  1120. &>span{
  1121. width: 8px;
  1122. height: 2px;
  1123. border-radius: 2px;
  1124. }
  1125. .arrowR{
  1126. width: 2px;
  1127. height: 8px;
  1128. top: 0px;
  1129. right: 0px;
  1130. }
  1131. .arrowL{
  1132. width: 10px;
  1133. top: 4px;
  1134. left: -2px;
  1135. }
  1136. }
  1137. }
  1138. }
  1139. &>a{
  1140. border-radius: 27px;
  1141. padding: 6px 80px 6px 25px;
  1142. box-sizing: border-box;
  1143. &:hover{
  1144. .btnCon{
  1145. .btnBg{
  1146. // width: 100%;
  1147. // height: 100%;
  1148. // right: 0px;
  1149. // top: 0px;
  1150. // border-radius: 27px;
  1151. }
  1152. &>div{
  1153. color: #ffffff;
  1154. }
  1155. }
  1156. .btnMove{
  1157. transform: translateX(0px);
  1158. }
  1159. }
  1160. }
  1161. }
  1162. .btn3{
  1163. width: 190px;
  1164. height: 40px;
  1165. line-height: 40px;
  1166. font-size: 14px;
  1167. border-radius: 50px;
  1168. &>span{
  1169. font-size: 20px;
  1170. }
  1171. }
  1172. .headerPC{
  1173. display: none;
  1174. }
  1175. .headerMobile{
  1176. width: 100%;
  1177. display: block;
  1178. .navFlagBtn{
  1179. .nav_btn_small{
  1180. &>div{
  1181. background-color: #000000;
  1182. }
  1183. }
  1184. }
  1185. }
  1186. .menuType{
  1187. .headerMobile{
  1188. .navFlagBtn{
  1189. .nav_btn_small{
  1190. &>div{
  1191. background-color: #ffffff;
  1192. }
  1193. }
  1194. }
  1195. .btnOpen{
  1196. .nav_btn_small{
  1197. &>div{
  1198. background-color: #000000;
  1199. }
  1200. }
  1201. }
  1202. }
  1203. }
  1204. footer{
  1205. width: 100%;
  1206. box-sizing: border-box;
  1207. padding: 45px 15px 0px 15px;
  1208. position: relative;
  1209. .footer{
  1210. margin-bottom: 0px;
  1211. justify-content: space-between;
  1212. flex-wrap: wrap;
  1213. padding: 0px;
  1214. .footerLeft{
  1215. width: 100%;
  1216. margin-right: 0px;
  1217. text-align: center;
  1218. .footerLogo{
  1219. width: 190px;
  1220. height: 40px;
  1221. margin: 0px auto;
  1222. background-size: auto 100%;
  1223. }
  1224. .footerLCon1,.footerLCon2{
  1225. display: none;
  1226. }
  1227. }
  1228. .footerCenter{
  1229. width: 100%;
  1230. margin-top: 55px;
  1231. margin-bottom: 30px;
  1232. margin-right: 0px;
  1233. justify-content: flex-start;
  1234. flex-wrap: wrap;
  1235. display: none;
  1236. &>div{
  1237. margin-right: 0px;
  1238. display: flex;
  1239. flex-wrap: wrap;
  1240. justify-content: space-between;
  1241. width: 55px;
  1242. margin-bottom: 0px;
  1243. padding: 15px 0px;
  1244. .h7{
  1245. margin-bottom: 0px;
  1246. line-height: 17px;
  1247. font-weight: normal;
  1248. }
  1249. .h7R{
  1250. margin-bottom: 0px;
  1251. }
  1252. &>a{
  1253. width: 50%;
  1254. span{
  1255. &::before{
  1256. display: none;
  1257. }
  1258. }
  1259. }
  1260. &>span{
  1261. font-size: 17px;
  1262. width: 17px;
  1263. height: 17px;
  1264. line-height: 17px;
  1265. display: inline-block;
  1266. &::before{
  1267. transform: rotate(90deg);
  1268. display: inline-block;
  1269. transition: all 0.5s ease-in-out;
  1270. }
  1271. }
  1272. .footerShow{
  1273. width: 100%;
  1274. display: flex;
  1275. flex-wrap: wrap;
  1276. height: 0px;
  1277. overflow: hidden;
  1278. transition: all 0.5s ease-in-out;
  1279. padding-top: 0px;
  1280. box-sizing: border-box;
  1281. flex-direction: row;
  1282. align-items: center;
  1283. a{
  1284. width: 100%;
  1285. box-sizing: border-box;
  1286. display: inline-block;
  1287. }
  1288. }
  1289. }
  1290. }
  1291. .footerCenterM{
  1292. display: flex;
  1293. justify-content: space-between;
  1294. width: 100%;
  1295. margin-top: 40px;
  1296. margin-bottom: 30px;
  1297. padding-bottom: 15px;
  1298. border-bottom: 1px solid #dfdfdf;
  1299. a{
  1300. width: 60px;
  1301. color: #333333;
  1302. font-size: 14px;
  1303. display: inline-block;
  1304. padding: 15px 0px;
  1305. }
  1306. div{
  1307. width: 1px;
  1308. height: 8px;
  1309. background: #fff;
  1310. opacity: 0.2;
  1311. display: inline-block;
  1312. margin: 0px 13px;
  1313. }
  1314. }
  1315. .footerRight{
  1316. width: 100%;
  1317. color: #333333;
  1318. .btnUp{
  1319. display: block;
  1320. width: 100%;
  1321. font-size: 14px;
  1322. margin-bottom: 20px;
  1323. }
  1324. .footerLConM{
  1325. display: block;
  1326. font-size: 14px;
  1327. margin-bottom: 60px;
  1328. a{
  1329. color: #333333;
  1330. display: block;
  1331. width: 100%;
  1332. }
  1333. .footerLCon2{
  1334. margin-top: 30px;
  1335. }
  1336. div{
  1337. color: #333333;
  1338. }
  1339. }
  1340. .imgWx{
  1341. padding-bottom: 30px;
  1342. img{
  1343. width: 90px;
  1344. display: inline-block;
  1345. }
  1346. span{
  1347. margin-top: 5px;
  1348. }
  1349. }
  1350. }
  1351. .ckShow{
  1352. &>span{
  1353. &::before{
  1354. transform: rotate(-90deg);
  1355. }
  1356. }
  1357. .footerShow{
  1358. padding-top: 10px;
  1359. }
  1360. .show1{
  1361. height: 172px;
  1362. }
  1363. .show2{
  1364. height: 172px;
  1365. }
  1366. .show3{
  1367. height: 210px;
  1368. }
  1369. .show4{
  1370. height: 90px;
  1371. }
  1372. .show5{
  1373. height: 172px;
  1374. }
  1375. }
  1376. }
  1377. .footerIcon{
  1378. width: 100%;
  1379. justify-content: space-evenly;
  1380. padding-bottom: 45px;
  1381. padding-top: 60px;
  1382. &>div{
  1383. margin-left: 0px;
  1384. }
  1385. }
  1386. .footerText{
  1387. font-size: 12px;
  1388. padding:18px 0px 25px 0px;
  1389. line-height: 22px;
  1390. margin: 10px auto 0px;
  1391. &>span{
  1392. width: 30px;
  1393. display: inline-block;
  1394. }
  1395. br{
  1396. display: block;
  1397. }
  1398. }
  1399. }
  1400. .chooseM{
  1401. display: flex;
  1402. font-size: 14px;
  1403. width: 100%;
  1404. height: 55px;
  1405. line-height: 55px;
  1406. position: fixed;
  1407. bottom: 0;
  1408. left: 0;
  1409. background: #ffffffe0;
  1410. z-index: 2;
  1411. align-items: center;
  1412. justify-content: space-evenly;
  1413. a{
  1414. display: inline-block;
  1415. text-align: center;
  1416. color: #000000;
  1417. width: 30%;
  1418. text-align: center;
  1419. }
  1420. span{
  1421. display: inline-block;
  1422. width: 1px;
  1423. height: 15px;
  1424. background: #000;
  1425. }
  1426. }
  1427. .searchCon{
  1428. .newsType{
  1429. .newsLi{
  1430. padding-bottom: 20px;
  1431. margin-top: 20px;
  1432. .newsLiCon{
  1433. font-size: 16px;
  1434. padding-top: 4px;
  1435. &>div{
  1436. height: 20px;
  1437. }
  1438. .liTitle{
  1439. margin-bottom: 8px;
  1440. }
  1441. }
  1442. }
  1443. }
  1444. }
  1445. }