indexPC.css 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489
  1. body,
  2. html {
  3. width: 100%;
  4. height: 100%;
  5. margin: 0 auto;
  6. font-family: PingFangSC-Regular, sans-serif;
  7. }
  8. body {
  9. font-size: 16px;
  10. }
  11. a {
  12. color: #fff;
  13. transition: color 0.5s;
  14. }
  15. .a-color {
  16. color: black;
  17. }
  18. .phone-class {
  19. display: none;
  20. }
  21. .container {
  22. width: 100%;
  23. background-color: #f2f2f2;
  24. overflow: hidden;
  25. }
  26. .background-image-all-index {
  27. height: 80vh;
  28. }
  29. .background-image-all {
  30. position: relative;
  31. display: flex;
  32. justify-content: center;
  33. }
  34. /* bannner样式 */
  35. .banner {
  36. width: 100%;
  37. /* height: 6.64rem; */
  38. }
  39. .banner-box {
  40. width: 100%;
  41. min-height: 1.5rem;
  42. background-color: white;
  43. position: relative;
  44. padding-bottom: 0.4rem;
  45. }
  46. .banner-title {
  47. position: absolute;
  48. top: 28%;
  49. font-size: 0.6rem;
  50. color: white;
  51. }
  52. .banner-title-content {
  53. position: absolute;
  54. top: 40%;
  55. font-size: 0.35rem;
  56. color: white;
  57. padding: 0.2rem 0;
  58. }
  59. .banner-img {
  60. width: 100%;
  61. height: auto;
  62. }
  63. .main-content {
  64. position: relative;
  65. top: -1rem;
  66. z-index: 5;
  67. }
  68. .main-content-title {
  69. width: 100%;
  70. font-size: 0.35rem;
  71. text-align: center;
  72. border-bottom: 1px solid black;
  73. display: flex;
  74. justify-content: center;
  75. position: absolute;
  76. top: 10%;
  77. }
  78. .main-content-title-border {
  79. border-bottom: 2px solid black;
  80. padding-bottom: 0.145rem;
  81. }
  82. .main-content-core {
  83. width: 100%;
  84. display: flex;
  85. justify-content: space-around;
  86. margin-top: 0.5rem;
  87. }
  88. .core-box {
  89. width: 25%;
  90. display: flex;
  91. flex-direction: column;
  92. justify-content: center;
  93. align-items: center;
  94. }
  95. .core-box h5 {
  96. font-size: 0.24rem;
  97. }
  98. .core-box p {
  99. font-size: 0.16rem;
  100. min-height: 0.8rem;
  101. }
  102. .core-ball {
  103. width: 1.2rem;
  104. height: 1.2rem;
  105. border-radius: 50%;
  106. background-color: #e8e8e8;
  107. position: relative;
  108. margin-bottom: 0.235rem;
  109. }
  110. .case-title {
  111. margin-top: 0.375rem;
  112. text-align: left;
  113. font-size: 0.24rem;
  114. color: #ffffff;
  115. padding-left: 0.105rem;
  116. border-left: 2px solid #ffffff;
  117. }
  118. .case-box {
  119. display: flex;
  120. justify-content: space-between;
  121. height: 100%;
  122. }
  123. .case-bg-img {
  124. width: 100%;
  125. height: auto;
  126. }
  127. .case-box .case-one-box {
  128. height: 85%;
  129. width: 48%;
  130. display: flex;
  131. flex-direction: column;
  132. justify-content: space-around;
  133. color: #ffffff;
  134. font-weight: bold;
  135. cursor: pointer;
  136. }
  137. .case-box .case-one-box-right {
  138. height: 85%;
  139. width: 48%;
  140. display: flex;
  141. justify-content: center;
  142. align-items: center;
  143. color: #ffffff;
  144. font-weight: bold;
  145. cursor: pointer;
  146. }
  147. .left-box-title {
  148. text-align: left;
  149. }
  150. .left-box-title-active {
  151. color: #00aeff;
  152. margin-left: 0.65rem;
  153. transition: all 0.5s;
  154. }
  155. .active-hide {
  156. opacity: 0.5;
  157. transition: all 0.5s;
  158. }
  159. .left-box-title-big {
  160. font-size: 0.3621rem;
  161. margin-bottom: 0.11rem;
  162. }
  163. .left-box-title-small {
  164. font-size: 0.16rem;
  165. }
  166. .left-box-title-small-show {
  167. font-size: 0.001rem;
  168. display: none;
  169. }
  170. .main-content-core ul {
  171. display: flex;
  172. justify-content: space-around;
  173. height: 1rem;
  174. }
  175. .time-horizontal-content {
  176. padding: 0.6rem 0 1.5rem 0;
  177. }
  178. .time-horizontal {
  179. list-style-type: none;
  180. border-top: 2px solid #1b1f25;
  181. padding: 0px;
  182. margin: 0px;
  183. position: relative;
  184. top: 1rem;
  185. font-size: 0.18rem;
  186. width: 90%;
  187. font-weight: 600;
  188. }
  189. .time-horizontal li {
  190. float: left;
  191. position: absolute;
  192. text-align: center;
  193. width: 25%;
  194. padding-top: 10px;
  195. top: -0.8rem;
  196. }
  197. .time-horizontal li b:before {
  198. content: "";
  199. position: absolute;
  200. top: 0.67rem;
  201. left: 47%;
  202. width: 0.21rem;
  203. height: 0.21rem;
  204. border: 2px solid #1b1f25;
  205. border-radius: 50%;
  206. background-color: white;
  207. /* margin: 20px; */
  208. }
  209. .one:before {
  210. content: "2019年";
  211. position: absolute;
  212. top: 1.1rem;
  213. left: 42%;
  214. font-size: 0.18rem;
  215. font-weight: 600;
  216. }
  217. .two:before {
  218. content: "2020年";
  219. position: absolute;
  220. top: 1.1rem;
  221. left: 42%;
  222. font-size: 0.18rem;
  223. font-weight: 600;
  224. }
  225. .three:before {
  226. content: "2021年";
  227. position: absolute;
  228. top: 1.1rem;
  229. left: 42%;
  230. font-size: 0.18rem;
  231. font-weight: 600;
  232. }
  233. .partner1-main .img-yuan,
  234. .partner2-main .img-yuan,
  235. .partner3-main .img-yuan {
  236. border-radius: 50%;
  237. overflow: hidden;
  238. background: white;
  239. /* position: absolute; */
  240. display: flex;
  241. align-items: center;
  242. flex-shrink: 0;
  243. }
  244. .partner1-main .img-yuan img,
  245. .partner2-main .img-yuan img,
  246. .partner3-main .img-yuan img {
  247. width: 100%;
  248. }
  249. .partner1-main .img-yuan:hover {
  250. transition: all 0.5s;
  251. transform: scale(1.1);
  252. }
  253. .partner2-main .img-yuan:hover {
  254. transition: all 0.5s;
  255. transform: scale(1.1);
  256. }
  257. .partner3-main .img-yuan:hover {
  258. transition: all 0.5s;
  259. transform: scale(1.1);
  260. }
  261. .partner-bg-img {
  262. height: 6.5rem;
  263. }
  264. .partner1-main,
  265. .partner2-main,
  266. .partner3-main {
  267. width: 100%;
  268. display: flex;
  269. justify-content: space-around;
  270. flex-shrink: 0;
  271. margin-top: -1%;
  272. }
  273. .partner1-main div:first-child {
  274. left: -0.92rem;
  275. top: 1.2rem;
  276. width: 1.78rem;
  277. height: 1.78rem;
  278. margin: 0 6%;
  279. }
  280. .partner1-main div:nth-child(2) {
  281. left: 2.6rem;
  282. top: 1.68rem;
  283. width: 1.4rem;
  284. height: 1.4rem;
  285. margin: 5% 0 0 0;
  286. }
  287. .partner1-main div:nth-child(3) {
  288. left: 4.9rem;
  289. top: 1.56rem;
  290. width: 1.5rem;
  291. height: 1.5rem;
  292. margin: 2% 0 0 8%;
  293. }
  294. .partner1-main div:nth-child(4) {
  295. left: 7.22rem;
  296. top: 1.68rem;
  297. width: 1.4rem;
  298. height: 1.4rem;
  299. margin: 0 5% 0 12%;
  300. }
  301. .partner2-main div:nth-child(1) {
  302. left: 0rem;
  303. top: 3rem;
  304. width: 1.6rem;
  305. height: 1.6rem;
  306. margin: 0 3% 3% 3%;
  307. }
  308. .partner2-main div:nth-child(2) {
  309. left: 1.7rem;
  310. top: 3.4rem;
  311. width: 1.4rem;
  312. height: 1.4rem;
  313. margin: 0 3% 3% 3%;
  314. }
  315. .partner2-main div:nth-child(3) {
  316. left: 3.6rem;
  317. top: 3.5rem;
  318. width: 1.32rem;
  319. height: 1.32rem;
  320. margin: 3%;
  321. }
  322. .partner2-main div:nth-child(4) {
  323. left: 5.22rem;
  324. top: 3.3rem;
  325. width: 1.14rem;
  326. height: 1.14rem;
  327. background-color: #cd0f31;
  328. margin: 6% 3% 0 3%;
  329. }
  330. .partner2-main div:nth-child(5) {
  331. left: 6.6rem;
  332. top: 3.8rem;
  333. width: 1.6rem;
  334. height: 1.6rem;
  335. }
  336. .partner2-main div:nth-child(6) {
  337. left: 8.7rem;
  338. top: 2.3rem;
  339. width: 1.8rem;
  340. height: 1.8rem;
  341. margin: 0 3% 3% 3%;
  342. }
  343. .partner3-main div:nth-child(1) {
  344. left: -0.92rem;
  345. top: 4.8rem;
  346. width: 1.4rem;
  347. height: 1.4rem;
  348. }
  349. .partner3-main div:nth-child(2) {
  350. left: 2.6rem;
  351. top: 5.2rem;
  352. width: 1rem;
  353. height: 1rem;
  354. }
  355. .partner3-main div:nth-child(3) {
  356. left: 4.9rem;
  357. top: 5.2rem;
  358. width: 1.2rem;
  359. height: 1.2rem;
  360. }
  361. .partner3-main div:nth-child(4) {
  362. left: 8.6rem;
  363. top: 5rem;
  364. width: 1.4rem;
  365. height: 1.4rem;
  366. background-color: #003a46;
  367. }
  368. @media screen and (min-width: 1025px) {
  369. .main {
  370. width: 62.5%;
  371. margin: 0 auto;
  372. }
  373. .wenan::before {
  374. width: 25%;
  375. top: 15px;
  376. left: 6%;
  377. }
  378. .wenan::after {
  379. width: 25%;
  380. top: 15px;
  381. right: 6%;
  382. }
  383. .footer {
  384. padding: 20px 20%;
  385. /* padding: 20px 384px\9; */
  386. }
  387. .footer .infobox {
  388. float: left;
  389. }
  390. .chuli {
  391. position: relative;
  392. top: 0;
  393. left: 12px;
  394. }
  395. .team .iconbox p {
  396. font-size: 18px;
  397. }
  398. .team .iconbox {
  399. width: 20%;
  400. float: left;
  401. overflow: hidden;
  402. text-align: center;
  403. color: #b6885d;
  404. font-size: 18px;
  405. }
  406. .team .iconbox img {
  407. width: 70%;
  408. }
  409. .team-bottm .KStip {
  410. right: 6%;
  411. top: 35%;
  412. }
  413. .team-bottm .DYtip {
  414. left: 10%;
  415. bottom: 20%;
  416. }
  417. }
  418. @media screen and (min-width: 768px) and (max-width: 1024px) {
  419. .main {
  420. width: 96%;
  421. margin: 0 auto;
  422. }
  423. .wenan::before {
  424. width: 25%;
  425. top: 15px;
  426. left: 60px;
  427. }
  428. .wenan::after {
  429. width: 25%;
  430. top: 15px;
  431. left: 60px;
  432. }
  433. .footer {
  434. padding: 20px 18%;
  435. }
  436. .footer .infobox {
  437. float: none;
  438. }
  439. .team .iconbox p {
  440. font-size: 12px;
  441. }
  442. .team .iconbox {
  443. width: 20%;
  444. float: left;
  445. overflow: hidden;
  446. text-align: center;
  447. color: #b6885d;
  448. font-size: 18px;
  449. }
  450. .team .iconbox img {
  451. width: 70%;
  452. }
  453. .team-bottm .KStip {
  454. right: 6%;
  455. top: 40%;
  456. }
  457. .team-bottm .DYtip {
  458. left: 10%;
  459. bottom: 15%;
  460. }
  461. }
  462. @media screen and (max-width: 767px) {
  463. .main {
  464. width: 99%;
  465. margin: 0 auto;
  466. }
  467. .wenan::before {
  468. width: 180px;
  469. top: 15px;
  470. left: 30px;
  471. }
  472. .wenan::after {
  473. width: 180px;
  474. top: 15px;
  475. left: 30px;
  476. }
  477. footer {
  478. padding: 20px 10%;
  479. }
  480. footer .infobox {
  481. float: none;
  482. }
  483. .team .iconbox p {
  484. font-size: 12px;
  485. /* white-space:nowrap */
  486. }
  487. .team .iconbox {
  488. width: 33.3%;
  489. float: left;
  490. overflow: hidden;
  491. text-align: center;
  492. color: #b6885d;
  493. font-size: 18px;
  494. margin-bottom: 30px;
  495. }
  496. .team .iconbox img {
  497. width: 70%;
  498. }
  499. .team .iconbox:last-child,
  500. .team .iconbox.four {
  501. width: 50%;
  502. float: left;
  503. overflow: hidden;
  504. text-align: center;
  505. color: #b6885d;
  506. font-size: 18px;
  507. margin-bottom: 0;
  508. }
  509. .team .iconbox.four img {
  510. width: 48%;
  511. margin-left: 30%;
  512. }
  513. .team .iconbox.four p {
  514. margin-left: 30%;
  515. }
  516. .team .iconbox.last img {
  517. width: 48.1%;
  518. margin-right: 20%;
  519. /* margin-bottom: 1.5px; */
  520. }
  521. .team .iconbox.last p {
  522. margin-right: 10%;
  523. }
  524. .team-bottm .KStip {
  525. right: 7%;
  526. top: 40%;
  527. }
  528. .team-bottm .DYtip {
  529. left: 11%;
  530. bottom: 15%;
  531. }
  532. }
  533. .header {
  534. width: 100%;
  535. height: 100px;
  536. overflow: hidden;
  537. }
  538. .header .icon {
  539. width: 70px;
  540. height: 100px;
  541. float: left;
  542. }
  543. .icon img {
  544. display: block;
  545. height: 50%;
  546. width: auto;
  547. margin-top: 25px;
  548. }
  549. .nav {
  550. height: 100%;
  551. float: right;
  552. }
  553. .nav ul {
  554. margin: 0;
  555. padding: 0;
  556. height: 100%;
  557. /* overflow: hidden; */
  558. line-height: 100px;
  559. }
  560. .nav ul li {
  561. float: left;
  562. height: 95%;
  563. /* line-height: 100px; */
  564. font-size: 36px;
  565. color: black;
  566. font-weight: 500;
  567. }
  568. .nav a {
  569. display: inline-block;
  570. width: 130px;
  571. height: 98px;
  572. /* line-height: 98px; */
  573. font-size: 18px;
  574. font-family: PingFangSC-Regular, sans-serif;
  575. }
  576. .nav ul li:hover a {
  577. color: black;
  578. transition: all 0.5s;
  579. }
  580. .nav ul li.active {
  581. /* background-color: white; */
  582. border-bottom: 2px solid black;
  583. }
  584. .nav ul li.active a {
  585. background-color: white;
  586. border-bottom: 3px solid black;
  587. color: black;
  588. /* color: black; */
  589. }
  590. #myvideo {
  591. width: 100%;
  592. height: 100%;
  593. }
  594. /* 作品展示 */
  595. .section {
  596. margin-top: 60px;
  597. }
  598. .showWork {
  599. position: relative;
  600. }
  601. .showWork .title {
  602. font-size: 36px;
  603. color: #b6885d;
  604. margin-bottom: 22px;
  605. }
  606. .showWork .title .yuandian {
  607. font-size: 40px;
  608. }
  609. .showWork .desc {
  610. font-size: 24px;
  611. color: #b6885d;
  612. margin-bottom: 55px;
  613. position: relative;
  614. }
  615. .wenan::before {
  616. content: "";
  617. display: inline-block;
  618. height: 3px;
  619. background-image: url(../images/line.png);
  620. background-size: contain;
  621. position: absolute;
  622. }
  623. .wenan::after {
  624. content: "";
  625. display: inline-block;
  626. height: 3px;
  627. background-image: url(../images/line.png);
  628. background-size: contain;
  629. position: absolute;
  630. }
  631. .videoshow {
  632. overflow: hidden;
  633. width: 78%;
  634. /* height: 4.3px; */
  635. margin: 0 auto;
  636. }
  637. .videoshow .leftArrow {
  638. width: 31px;
  639. height: 64.8px;
  640. position: absolute;
  641. left: 0;
  642. top: 50%;
  643. cursor: pointer;
  644. }
  645. .videoshow .leftArrow img {
  646. position: absolute;
  647. top: 0;
  648. right: 0;
  649. }
  650. .videoshow .video {
  651. width: 100%;
  652. }
  653. .videoshow .video-item .video-title {
  654. margin-top: 14px;
  655. font-size: 24px;
  656. color: #fff;
  657. text-align: center;
  658. margin: 0;
  659. padding: 0;
  660. white-space: nowrap;
  661. }
  662. .videoshow .video-item {
  663. float: left;
  664. width: 30%;
  665. margin-right: 3%;
  666. font-size: 24px;
  667. position: relative;
  668. }
  669. .box {
  670. font-size: 24px;
  671. }
  672. .videoshow .video-item:nth-child(4) {
  673. margin-right: 0;
  674. }
  675. .videoshow .video-item:hover {
  676. transform: translateY(-10px);
  677. }
  678. .hide {
  679. display: none;
  680. }
  681. .videoshow .video-item .play {
  682. width: 30%;
  683. position: absolute;
  684. top: 50%;
  685. margin-top: -15%;
  686. left: 50%;
  687. margin-left: -15%;
  688. cursor: pointer;
  689. opacity: 1;
  690. z-index: 3;
  691. }
  692. .showWork .gomore {
  693. display: block;
  694. width: 142px;
  695. height: 46px;
  696. margin: 0 auto;
  697. font-size: 24px;
  698. margin-top: 40px;
  699. color: #b6885d;
  700. border: 1px solid #b6885d;
  701. border-radius: 10px;
  702. line-height: 46px;
  703. }
  704. .company {
  705. margin-top: 60px;
  706. }
  707. .companyImg {
  708. width: 100%;
  709. margin-top: 38px;
  710. margin-bottom: 82px;
  711. }
  712. .companyImg img {
  713. width: 100%;
  714. margin-top: 40px;
  715. }
  716. .team {
  717. overflow: hidden;
  718. }
  719. .showicon {
  720. display: flex;
  721. justify-content: space-around;
  722. flex-wrap: wrap;
  723. }
  724. .team .iconbox p {
  725. margin-top: 10px;
  726. /* white-space:nowrap */
  727. }
  728. .teamImg {
  729. width: 100%;
  730. }
  731. .teamImg img {
  732. width: 100%;
  733. margin-top: 38px;
  734. }
  735. .team-bottm {
  736. text-align: center;
  737. position: relative;
  738. /* overflow: hidden; */
  739. }
  740. .team-bottm .yrzh1 {
  741. width: 25%;
  742. position: relative;
  743. top: 60px;
  744. left: 0%;
  745. margin-left: -5%;
  746. }
  747. .team-bottm .kuaishou {
  748. width: 15%;
  749. position: absolute;
  750. top: 100px;
  751. right: 22%;
  752. display: none;
  753. }
  754. .kuaishou.show {
  755. display: inline-block;
  756. animation: bounceInRight 1.5s linear;
  757. -ms-animation: bounceInRight 1.5s linear;
  758. }
  759. .team-bottm .douyin {
  760. width: 17%;
  761. position: absolute;
  762. top: 60px;
  763. left: 23.5%;
  764. display: none;
  765. }
  766. .douyin.show {
  767. display: inline-block;
  768. animation: bounceInLeft 1.5s linear;
  769. -ms-animation: bounceInLeft 1.5s linear;
  770. }
  771. .team-bottm .KStip {
  772. width: 20%;
  773. position: absolute;
  774. display: inline-block;
  775. display: none;
  776. }
  777. .KStip.show {
  778. display: inline-block;
  779. animation: bounceInDown 1s linear;
  780. -ms-animation: bounceInDown 1s linear;
  781. }
  782. .team-bottm .DYtip {
  783. width: 20%;
  784. position: absolute;
  785. display: inline-block;
  786. display: none;
  787. }
  788. .DYtip.show {
  789. display: inline-block;
  790. animation: bounceInUp 1s linear;
  791. -ms-animation: bounceInUp 1s linear;
  792. }
  793. /* hezuokehu */
  794. .customers {
  795. margin-bottom: 42px;
  796. }
  797. .show-customers {
  798. display: flex;
  799. justify-content: space-around;
  800. overflow: hidden\0;
  801. }
  802. .show-customers .itembox {
  803. width: 11%;
  804. float: left\0;
  805. margin-right: 3%\0;
  806. }
  807. .itembox img {
  808. width: 100%;
  809. }
  810. /* 页脚 */
  811. .footer {
  812. box-sizing: border-box;
  813. width: 100%;
  814. background: rgb(27, 31, 37);
  815. }
  816. .footer .title {
  817. font-size: 20px;
  818. margin-bottom: 20px;
  819. width: 100%;
  820. }
  821. .footer ul {
  822. display: flex;
  823. justify-content: space-between;
  824. width: 100%;
  825. overflow: hidden;
  826. }
  827. .footer ul li {
  828. float: left;
  829. color: #fff;
  830. width: 16.6%\0;
  831. text-align: left\0;
  832. }
  833. .footer ul li span {
  834. font-size: 20px;
  835. }
  836. .footer .info {
  837. font-size: 16px;
  838. color: #fff;
  839. /* margin-top: 20px\0; */
  840. }
  841. .footer .infobox {
  842. text-align: left;
  843. margin-right: 30px;
  844. font-size: 16px;
  845. margin-bottom: 10px;
  846. }
  847. .footer .box {
  848. font-size: 18px;
  849. margin-right: 11px;
  850. }
  851. .footer .infobox img {
  852. width: 20px;
  853. }
  854. .clearfix::after {
  855. content: "";
  856. display: block;
  857. height: 0;
  858. clear: both;
  859. }
  860. .beian {
  861. text-align: left;
  862. }
  863. .beianinfo {
  864. display: inline-block;
  865. margin-left: 45px;
  866. }
  867. .footer .clear-right {
  868. margin-right: 0;
  869. }
  870. /* 返回顶部按钮 */
  871. .aside {
  872. display: block;
  873. width: 40px;
  874. height: 40px;
  875. position: fixed;
  876. bottom: 120px;
  877. right: 120px;
  878. cursor: pointer;
  879. display: none;
  880. }
  881. .aside img {
  882. width: 100%;
  883. position: absolute;
  884. top: 0;
  885. left: 0;
  886. }
  887. .aside.show {
  888. display: block;
  889. }
  890. .email {
  891. margin-left: 40px;
  892. }
  893. @-webkit-keyframes bounceInDown {
  894. 0%,
  895. 60%,
  896. 75%,
  897. 90%,
  898. 100% {
  899. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  900. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  901. }
  902. 0% {
  903. opacity: 0;
  904. -webkit-transform: translate3d(0, -3000px, 0);
  905. transform: translate3d(0, -3000px, 0);
  906. }
  907. 60% {
  908. opacity: 1;
  909. -webkit-transform: translate3d(0, 25px, 0);
  910. transform: translate3d(0, 25px, 0);
  911. }
  912. 75% {
  913. -webkit-transform: translate3d(0, -10px, 0);
  914. transform: translate3d(0, -10px, 0);
  915. }
  916. 90% {
  917. -webkit-transform: translate3d(0, 5px, 0);
  918. transform: translate3d(0, 5px, 0);
  919. }
  920. 100% {
  921. -webkit-transform: none;
  922. transform: none;
  923. }
  924. }
  925. @keyframes bounceInDown {
  926. 0%,
  927. 60%,
  928. 75%,
  929. 90%,
  930. 100% {
  931. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  932. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  933. }
  934. 0% {
  935. opacity: 0;
  936. -webkit-transform: translate3d(0, -3000px, 0);
  937. transform: translate3d(0, -3000px, 0);
  938. }
  939. 60% {
  940. opacity: 1;
  941. -webkit-transform: translate3d(0, 25px, 0);
  942. transform: translate3d(0, 25px, 0);
  943. }
  944. 75% {
  945. -webkit-transform: translate3d(0, -10px, 0);
  946. transform: translate3d(0, -10px, 0);
  947. }
  948. 90% {
  949. -webkit-transform: translate3d(0, 5px, 0);
  950. transform: translate3d(0, 5px, 0);
  951. }
  952. 100% {
  953. -webkit-transform: none;
  954. transform: none;
  955. }
  956. }
  957. @-webkit-keyframes bounceInDown {
  958. 0%,
  959. 60%,
  960. 75%,
  961. 90%,
  962. 100% {
  963. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  964. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  965. }
  966. 0% {
  967. opacity: 0;
  968. -webkit-transform: translate3d(0, -3000px, 0);
  969. transform: translate3d(0, -3000px, 0);
  970. }
  971. 60% {
  972. opacity: 1;
  973. -webkit-transform: translate3d(0, 25px, 0);
  974. transform: translate3d(0, 25px, 0);
  975. }
  976. 75% {
  977. -webkit-transform: translate3d(0, -10px, 0);
  978. transform: translate3d(0, -10px, 0);
  979. }
  980. 90% {
  981. -webkit-transform: translate3d(0, 5px, 0);
  982. transform: translate3d(0, 5px, 0);
  983. }
  984. 100% {
  985. -webkit-transform: none;
  986. transform: none;
  987. }
  988. }
  989. @-ms-keyframes bounceInDown {
  990. 0%,
  991. 60%,
  992. 75%,
  993. 90%,
  994. 100% {
  995. -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  996. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  997. }
  998. 0% {
  999. opacity: 0;
  1000. -ms-transform: translate3d(0, -3000px, 0);
  1001. transform: translate3d(0, -3000px, 0);
  1002. }
  1003. 60% {
  1004. opacity: 1;
  1005. -ms-transform: translate3d(0, 25px, 0);
  1006. transform: translate3d(0, 25px, 0);
  1007. }
  1008. 75% {
  1009. -ms-transform: translate3d(0, -10px, 0);
  1010. transform: translate3d(0, -10px, 0);
  1011. }
  1012. 90% {
  1013. -ms-transform: translate3d(0, 5px, 0);
  1014. transform: translate3d(0, 5px, 0);
  1015. }
  1016. 100% {
  1017. -ms-transform: none;
  1018. transform: none;
  1019. }
  1020. }
  1021. .bounceInDown {
  1022. -webkit-animation-name: bounceInDown;
  1023. animation-name: bounceInDown;
  1024. }
  1025. @-webkit-keyframes bounceInLeft {
  1026. 0%,
  1027. 60%,
  1028. 75%,
  1029. 90%,
  1030. 100% {
  1031. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1032. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1033. }
  1034. 0% {
  1035. opacity: 0;
  1036. -webkit-transform: translate3d(-3000px, 0, 0);
  1037. transform: translate3d(-3000px, 0, 0);
  1038. }
  1039. 60% {
  1040. opacity: 1;
  1041. -webkit-transform: translate3d(25px, 0, 0);
  1042. transform: translate3d(25px, 0, 0);
  1043. }
  1044. 75% {
  1045. -webkit-transform: translate3d(-10px, 0, 0);
  1046. transform: translate3d(-10px, 0, 0);
  1047. }
  1048. 90% {
  1049. -webkit-transform: translate3d(5px, 0, 0);
  1050. transform: translate3d(5px, 0, 0);
  1051. }
  1052. 100% {
  1053. -webkit-transform: none;
  1054. transform: none;
  1055. }
  1056. }
  1057. @-webkit-keyframes bounceInLeft {
  1058. 0%,
  1059. 60%,
  1060. 75%,
  1061. 90%,
  1062. 100% {
  1063. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1064. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1065. }
  1066. 0% {
  1067. opacity: 0;
  1068. -webkit-transform: translate3d(-3000px, 0, 0);
  1069. transform: translate3d(-3000px, 0, 0);
  1070. }
  1071. 60% {
  1072. opacity: 1;
  1073. -webkit-transform: translate3d(25px, 0, 0);
  1074. transform: translate3d(25px, 0, 0);
  1075. }
  1076. 75% {
  1077. -webkit-transform: translate3d(-10px, 0, 0);
  1078. transform: translate3d(-10px, 0, 0);
  1079. }
  1080. 90% {
  1081. -webkit-transform: translate3d(5px, 0, 0);
  1082. transform: translate3d(5px, 0, 0);
  1083. }
  1084. 100% {
  1085. -webkit-transform: none;
  1086. transform: none;
  1087. }
  1088. }
  1089. @keyframes bounceInLeft {
  1090. 0%,
  1091. 60%,
  1092. 75%,
  1093. 90%,
  1094. 100% {
  1095. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1096. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1097. }
  1098. 0% {
  1099. opacity: 0;
  1100. -webkit-transform: translate3d(-3000px, 0, 0);
  1101. transform: translate3d(-3000px, 0, 0);
  1102. }
  1103. 60% {
  1104. opacity: 1;
  1105. -webkit-transform: translate3d(25px, 0, 0);
  1106. transform: translate3d(25px, 0, 0);
  1107. }
  1108. 75% {
  1109. -webkit-transform: translate3d(-10px, 0, 0);
  1110. transform: translate3d(-10px, 0, 0);
  1111. }
  1112. 90% {
  1113. -webkit-transform: translate3d(5px, 0, 0);
  1114. transform: translate3d(5px, 0, 0);
  1115. }
  1116. 100% {
  1117. -webkit-transform: none;
  1118. transform: none;
  1119. }
  1120. }
  1121. @-ms-keyframes bounceInLeft {
  1122. 0%,
  1123. 60%,
  1124. 75%,
  1125. 90%,
  1126. 100% {
  1127. -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1128. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1129. }
  1130. 0% {
  1131. opacity: 0;
  1132. -ms-transform: translate3d(-3000px, 0, 0);
  1133. transform: translate3d(-3000px, 0, 0);
  1134. }
  1135. 60% {
  1136. opacity: 1;
  1137. -ms-transform: translate3d(25px, 0, 0);
  1138. transform: translate3d(25px, 0, 0);
  1139. }
  1140. 75% {
  1141. -ms-transform: translate3d(-10px, 0, 0);
  1142. transform: translate3d(-10px, 0, 0);
  1143. }
  1144. 90% {
  1145. -ms-transform: translate3d(5px, 0, 0);
  1146. transform: translate3d(5px, 0, 0);
  1147. }
  1148. 100% {
  1149. -ms-transform: none;
  1150. transform: none;
  1151. }
  1152. }
  1153. .bounceInLeft {
  1154. -webkit-animation-name: bounceInLeft;
  1155. animation-name: bounceInLeft;
  1156. }
  1157. @-webkit-keyframes bounceInRight {
  1158. 0%,
  1159. 60%,
  1160. 75%,
  1161. 90%,
  1162. 100% {
  1163. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1164. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1165. }
  1166. 0% {
  1167. opacity: 0;
  1168. -webkit-transform: translate3d(3000px, 0, 0);
  1169. transform: translate3d(3000px, 0, 0);
  1170. }
  1171. 60% {
  1172. opacity: 1;
  1173. -webkit-transform: translate3d(-25px, 0, 0);
  1174. transform: translate3d(-25px, 0, 0);
  1175. }
  1176. 75% {
  1177. -webkit-transform: translate3d(10px, 0, 0);
  1178. transform: translate3d(10px, 0, 0);
  1179. }
  1180. 90% {
  1181. -webkit-transform: translate3d(-5px, 0, 0);
  1182. transform: translate3d(-5px, 0, 0);
  1183. }
  1184. 100% {
  1185. -webkit-transform: none;
  1186. transform: none;
  1187. }
  1188. }
  1189. @keyframes bounceInRight {
  1190. 0%,
  1191. 60%,
  1192. 75%,
  1193. 90%,
  1194. 100% {
  1195. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1196. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1197. }
  1198. 0% {
  1199. opacity: 0;
  1200. -webkit-transform: translate3d(3000px, 0, 0);
  1201. transform: translate3d(3000px, 0, 0);
  1202. }
  1203. 60% {
  1204. opacity: 1;
  1205. -webkit-transform: translate3d(-25px, 0, 0);
  1206. transform: translate3d(-25px, 0, 0);
  1207. }
  1208. 75% {
  1209. -webkit-transform: translate3d(10px, 0, 0);
  1210. transform: translate3d(10px, 0, 0);
  1211. }
  1212. 90% {
  1213. -webkit-transform: translate3d(-5px, 0, 0);
  1214. transform: translate3d(-5px, 0, 0);
  1215. }
  1216. 100% {
  1217. -webkit-transform: none;
  1218. transform: none;
  1219. }
  1220. }
  1221. @-ms-keyframes bounceInRight {
  1222. 0%,
  1223. 60%,
  1224. 75%,
  1225. 90%,
  1226. 100% {
  1227. -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1228. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1229. }
  1230. 0% {
  1231. opacity: 0;
  1232. -ms-transform: translate3d(3000px, 0, 0);
  1233. transform: translate3d(3000px, 0, 0);
  1234. }
  1235. 60% {
  1236. opacity: 1;
  1237. -ms-transform: translate3d(-25px, 0, 0);
  1238. transform: translate3d(-25px, 0, 0);
  1239. }
  1240. 75% {
  1241. -ms-transform: translate3d(10px, 0, 0);
  1242. transform: translate3d(10px, 0, 0);
  1243. }
  1244. 90% {
  1245. -ms-transform: translate3d(-5px, 0, 0);
  1246. transform: translate3d(-5px, 0, 0);
  1247. }
  1248. 100% {
  1249. -ms-transform: none;
  1250. transform: none;
  1251. }
  1252. }
  1253. .bounceInRight {
  1254. -webkit-animation-name: bounceInRight;
  1255. animation-name: bounceInRight;
  1256. }
  1257. @-webkit-keyframes bounceInUp {
  1258. 0%,
  1259. 60%,
  1260. 75%,
  1261. 90%,
  1262. 100% {
  1263. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1264. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1265. }
  1266. 0% {
  1267. opacity: 0;
  1268. -webkit-transform: translate3d(0, 3000px, 0);
  1269. transform: translate3d(0, 3000px, 0);
  1270. }
  1271. 60% {
  1272. opacity: 1;
  1273. -webkit-transform: translate3d(0, -20px, 0);
  1274. transform: translate3d(0, -20px, 0);
  1275. }
  1276. 75% {
  1277. -webkit-transform: translate3d(0, 10px, 0);
  1278. transform: translate3d(0, 10px, 0);
  1279. }
  1280. 90% {
  1281. -webkit-transform: translate3d(0, -5px, 0);
  1282. transform: translate3d(0, -5px, 0);
  1283. }
  1284. 100% {
  1285. -webkit-transform: translate3d(0, 0, 0);
  1286. transform: translate3d(0, 0, 0);
  1287. }
  1288. }
  1289. @keyframes bounceInUp {
  1290. 0%,
  1291. 60%,
  1292. 75%,
  1293. 90%,
  1294. 100% {
  1295. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1296. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1297. }
  1298. 0% {
  1299. opacity: 0;
  1300. -webkit-transform: translate3d(0, 3000px, 0);
  1301. transform: translate3d(0, 3000px, 0);
  1302. }
  1303. 60% {
  1304. opacity: 1;
  1305. -webkit-transform: translate3d(0, -20px, 0);
  1306. transform: translate3d(0, -20px, 0);
  1307. }
  1308. 75% {
  1309. -webkit-transform: translate3d(0, 10px, 0);
  1310. transform: translate3d(0, 10px, 0);
  1311. }
  1312. 90% {
  1313. -webkit-transform: translate3d(0, -5px, 0);
  1314. transform: translate3d(0, -5px, 0);
  1315. }
  1316. 100% {
  1317. -webkit-transform: translate3d(0, 0, 0);
  1318. transform: translate3d(0, 0, 0);
  1319. }
  1320. }
  1321. @-ms-keyframes bounceInUp {
  1322. 0%,
  1323. 60%,
  1324. 75%,
  1325. 90%,
  1326. 100% {
  1327. -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1328. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  1329. }
  1330. 0% {
  1331. opacity: 0;
  1332. -ms-transform: translate3d(0, 3000px, 0);
  1333. transform: translate3d(0, 3000px, 0);
  1334. }
  1335. 60% {
  1336. opacity: 1;
  1337. -ms-transform: translate3d(0, -20px, 0);
  1338. transform: translate3d(0, -20px, 0);
  1339. }
  1340. 75% {
  1341. -ms-transform: translate3d(0, 10px, 0);
  1342. transform: translate3d(0, 10px, 0);
  1343. }
  1344. 90% {
  1345. -ms-transform: translate3d(0, -5px, 0);
  1346. transform: translate3d(0, -5px, 0);
  1347. }
  1348. 100% {
  1349. -ms-transform: translate3d(0, 0, 0);
  1350. transform: translate3d(0, 0, 0);
  1351. }
  1352. }
  1353. .bounceInUp {
  1354. -webkit-animation-name: bounceInUp;
  1355. animation-name: bounceInUp;
  1356. }