projectt.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806
  1. @charset "utf-8";
  2. html {font-size: 10px; -webkit-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
  3. @media screen and (min-width:320px){html{font-size: 10px;}}
  4. @media screen and (min-width:360px){html{font-size: 11.25px;}}
  5. @media screen and (min-width:375px){html{font-size: 11.7px;}}
  6. @media screen and (min-width:480px){html{font-size: 15px;}}
  7. @media screen and (min-width:414px){html{font-size: 13px;}}
  8. @media screen and (min-width:560px){html{font-size: 17.5px;}}
  9. @media screen and (min-width:640px){html{font-size: 20px;}}
  10. .contentes {
  11. width: 81.25rem;
  12. margin: auto;
  13. position: relative;
  14. }
  15. .contentes img {
  16. width: 100%;
  17. height: 100%;
  18. }
  19. .bor {
  20. box-shadow: 0 0 .5rem .75rem #e6e9ef;
  21. }
  22. .bannar {
  23. position: relative;
  24. }
  25. .bannarText {
  26. position: absolute;
  27. left: 10.75rem;
  28. top: 11rem;
  29. }
  30. .bannarText h4 {
  31. font-size: 3.4375rem;
  32. font-family: '黑体';
  33. letter-spacing: 5px;
  34. }
  35. .bannarText p {
  36. font-size: 18px;
  37. font-style: oblique;
  38. color: #afafaf;
  39. letter-spacing: 5px;
  40. margin-top: 1.875rem;
  41. }
  42. .bannarText a {
  43. color: #fff;
  44. }
  45. .bannarText div {
  46. width: 145px;
  47. line-height: 48px;
  48. background: #FB674B;
  49. letter-spacing: 3px;
  50. text-align: center;
  51. margin-top: 42px;
  52. font-size: 21px;
  53. border-radius: 10px;
  54. }
  55. /* 团队协作 */
  56. .collaborationTeam {
  57. width: 100%;
  58. background: #ffffff;
  59. height: 250vh;
  60. }
  61. .collTeam {
  62. height: 100vh;
  63. box-sizing: border-box;
  64. position: sticky;
  65. top: 6.375rem;
  66. }
  67. .collCent {
  68. height: 40rem;
  69. display: flex;
  70. justify-content: center;
  71. align-items: center;
  72. }
  73. .collCentImg {
  74. width: 7.5rem;
  75. height: 8.75rem;
  76. margin-right: 3.125rem;
  77. position: relative;
  78. z-index: 2;
  79. }
  80. .collCentFonts {
  81. font-size: 2.25rem;
  82. color: #333;
  83. overflow: hidden;
  84. width: 32.5rem;
  85. padding-left: 2.5rem;
  86. }
  87. .collCentFonts span {
  88. color: #5e95f8;
  89. }
  90. /* 项目模板 */
  91. .templateProject {
  92. width: 100%;
  93. background: #fafbfd;
  94. height: 300vh;
  95. }
  96. .templat{
  97. height: 100vh;
  98. box-sizing: border-box;
  99. position: sticky;
  100. top: 6.375rem;
  101. overflow: hidden;
  102. }
  103. .templat h2 {
  104. font-size: 2.25rem;
  105. color: #333;
  106. padding: 2.5rem 0 2.4rem 0;
  107. text-align: center;
  108. font-weight: normal;
  109. letter-spacing: .3125rem
  110. }
  111. .templat span {
  112. font-size: 3rem;
  113. color: #01bea8;
  114. }
  115. .templat i {
  116. font-style: normal;
  117. font-size: 3rem;
  118. color: #3dc9ff;
  119. }
  120. .templatCon {
  121. position: relative;
  122. }
  123. .templatOne, .templatTwo, .templatThree, .templatFour {
  124. border-radius: .625rem;
  125. }
  126. .templatOne {
  127. width: 17.625rem;
  128. height: 32.25rem;
  129. position: absolute;
  130. z-index: 2;
  131. right: 2.1875rem;
  132. top: 3.125rem;
  133. }
  134. .templatTwo {
  135. width: 58.3125rem;
  136. height: 28.3125rem;
  137. position: absolute;
  138. z-index: 1;
  139. top: 0;
  140. left: 11.4375rem;
  141. }
  142. .templatThree {
  143. width: 19.4375rem;
  144. height: 21.4375rem;
  145. position: absolute;
  146. z-index: 3;
  147. top: 16.25rem;
  148. right: 17.5rem;
  149. }
  150. .templatFour {
  151. width: 27.125rem;
  152. height: 16.5rem;
  153. position: absolute;
  154. z-index: 2;
  155. left: 2.8125rem;
  156. top: 17.5rem;
  157. }
  158. /* 跨部门 */
  159. .acrossDepartments {
  160. background: #ffffff;
  161. position: relative;
  162. z-index: 3;
  163. }
  164. .acrossDepartments h2{
  165. font-size: 2.25rem;
  166. font-weight: normal;
  167. color: #333;
  168. letter-spacing: .3125rem;
  169. padding: 2.1875rem 0 150px 0;
  170. }
  171. .acrossDepartments span {
  172. color: #01bea8;
  173. }
  174. .acrossCon {
  175. display: flex;
  176. justify-content: space-around;
  177. padding-bottom: 8.75rem;
  178. }
  179. .acrossConOne, .acrossConTwo {
  180. width: 20.25rem;
  181. height: 20.1875rem;
  182. position: relative;
  183. }
  184. .acrossConOne {
  185. background: url(../image/projectImg/acrossLeft.jpg) no-repeat center;
  186. background-size: 100% 100%;
  187. }
  188. .acrossConTwo {
  189. background: url(../image/projectImg/acrossRight.jpg) no-repeat center;
  190. background-size: 100% 100%;
  191. }
  192. .acrossIonsOne {
  193. width: 7.5rem;
  194. height: 7.5rem;
  195. border: .0625rem solid #e0efee;
  196. border-radius: 50%;
  197. display: flex;
  198. justify-content: center;
  199. align-items: center;
  200. position: absolute;
  201. transition: all 0.5s;
  202. cursor:pointer;
  203. }
  204. .acrossIonsOne:hover {
  205. transform: scale(1.2);
  206. }
  207. .acsTop {
  208. background: linear-gradient(to top,#1de7e5,#4ab8f9);
  209. }
  210. .acsBon {
  211. background: linear-gradient(to top,#4ab8f9,#1de7e5);
  212. }
  213. .acsLeft {
  214. background: linear-gradient(to right,#4ab8f9,#1de7e5);
  215. }
  216. .acsRight {
  217. background: linear-gradient(to right,#1de7e5,#4ab8f9);
  218. }
  219. .acsTops {
  220. background: linear-gradient(to top,#82a6d7,#55749f);
  221. }
  222. .acsBons {
  223. background: linear-gradient(to top,#55749f,#82a6d7);
  224. }
  225. .acsLefts {
  226. background: linear-gradient(to right,#55749f,#82a6d7);
  227. }
  228. .acsRights {
  229. background: linear-gradient(to right,#82a6d7,#55749f);
  230. }
  231. .acrossIonsTwo {
  232. width: 6.875rem;
  233. height: 6.875rem;
  234. border-radius: 50%;
  235. display: flex;
  236. justify-content: center;
  237. align-items: center;
  238. }
  239. .acrossIonsThree {
  240. width: 5.4375rem;
  241. height: 5.4375rem;
  242. border-radius: 50%;
  243. display: flex;
  244. justify-content: center;
  245. flex-wrap: wrap;
  246. background: #ffffff;
  247. }
  248. .acrossIonsThree p {
  249. font-size: 1rem;
  250. width: 100%;
  251. text-align: center;
  252. color: #333;
  253. margin-top: 22px;
  254. margin-bottom: 20px;
  255. }
  256. .acrossIonsThree div {
  257. width: 1.875rem;
  258. height: 1.875rem;
  259. margin-top: -1.5625rem;
  260. }
  261. /* 支持多种行业和场景使用 */
  262. .industryScenario {
  263. background: #ffffff;
  264. }
  265. .industryScenario h2 {
  266. text-align: center;
  267. font-size: 2.25rem;
  268. color: #333;
  269. margin-top: 1.875rem;
  270. font-weight: normal;
  271. }
  272. .industryScenario h2 p {
  273. font-size: 1.125rem;
  274. color: #666666;
  275. margin-top: 1.25rem;
  276. }
  277. .industryCon {
  278. width: 100%;
  279. margin-top: 1.5625rem;
  280. margin-bottom: 40px;
  281. display: flex;
  282. flex-wrap: wrap;
  283. justify-content: space-around;
  284. }
  285. .industryConOverlap {
  286. width: 24.375rem;
  287. height: 16.75rem;
  288. background: #f5f5f5;
  289. border-radius: .3125rem;
  290. box-sizing: border-box;
  291. padding: 2.8125rem 2.625rem 0 2.625rem;
  292. margin-bottom: 3.125rem;
  293. box-shadow: 9px 8px 11px #e9e9e9;
  294. }
  295. .industryConOverlapTil {
  296. font-size: 1.5rem;
  297. color: #333;
  298. line-height: 2.5rem;
  299. display: flex;
  300. justify-content: center;
  301. }
  302. .industryConOverlapTil div {
  303. width: 11.25rem;
  304. height: 2.5rem;
  305. display: inline-block;
  306. margin-right: .625rem;
  307. border-radius: 2.5rem;
  308. text-align: center;
  309. margin-left: -0.625rem;
  310. color: #ffffff;
  311. }
  312. .industryConOverlapTil p {
  313. display: inline-block;
  314. }
  315. .industryConOverlapTex {
  316. font-size: 1.5rem;
  317. color: #666666;
  318. font-family: 宋体;
  319. margin-top: .9375rem;
  320. line-height: 1.875rem;
  321. }
  322. .industryConOverlapBtn {
  323. font-size: 1.125rem;
  324. margin-top: 1.875rem;
  325. margin-left: -0.75rem;
  326. }
  327. /* 用户评价 */
  328. .userEvaluation {
  329. background: #4a65ac;
  330. width: 100%;
  331. overflow: hidden;
  332. position: relative;
  333. }
  334. .userEvaluationzuobian {
  335. width: 33rem;
  336. height: 100%;
  337. background: #4a65ac;
  338. position: absolute;
  339. z-index: 2;
  340. top: 0%;
  341. left: 0%;
  342. }
  343. .inBlock {
  344. display: inline-block;
  345. }
  346. .userEvaluationLeft {
  347. margin-right: 10.625rem;
  348. float: left;
  349. position: relative;
  350. z-index: 3;
  351. }
  352. .userEvaluationLeft h2 {
  353. font-size: 3.125rem;
  354. color: #ffffff;
  355. font-weight: normal;
  356. margin-top: 8.75rem;
  357. margin-bottom: 2.1875rem;
  358. }
  359. .userEvaluationLeft p {
  360. font-size: 1rem;
  361. color: #ffffff;
  362. }
  363. .userEvaluationLeft div {
  364. width: 10rem;
  365. height: 3.125rem;
  366. border-radius: 3.125rem;
  367. border: .125rem solid #ffffff;
  368. text-align: center;
  369. line-height: 50px;
  370. font-size: 1.125rem;
  371. color: #ffffff;
  372. margin-top: 6.25rem;
  373. margin-bottom: 10.25rem;
  374. background: #3f5697;
  375. }
  376. .userEvaluationRight {
  377. width: 4100px;
  378. display: flex;
  379. /* justify-content: space-between; */
  380. position: relative;
  381. margin-top: 9.1875rem;
  382. margin-bottom: 7.5rem;
  383. }
  384. .userEvaluationRightCon {
  385. width: 23.125rem;
  386. height: 18.4375rem;
  387. background: #fff;
  388. border-radius: .625rem;
  389. padding: 2.1875rem;
  390. box-sizing: border-box;
  391. position: relative;
  392. margin-right: 1.875rem;
  393. }
  394. .userEvaluationRightConIMg {
  395. width: 7.5rem;
  396. height: 7.5rem;
  397. border-radius: 50%;
  398. position: absolute;
  399. top: -3.75rem;
  400. left: 2.1875rem;
  401. /* background: red; */
  402. overflow: hidden;
  403. display: flex;
  404. justify-content: center;
  405. align-items: center;
  406. background: #fff;
  407. border: 1px solid #bdbdbd;
  408. }
  409. .userEvaluationRightConTex {
  410. }
  411. .userEvaluationRightConTex p{
  412. font-size: 1.75rem;
  413. color: #333;
  414. margin-top: 3.75rem;
  415. margin-bottom: 1.125rem;
  416. }
  417. .userEvaluationRightConTex span {
  418. font-size: .875rem;
  419. color: #666666;
  420. line-height: 1.5625rem;
  421. }
  422. .userKongz {
  423. width: 46.25rem;
  424. }
  425. .kehusab {
  426. width: 10rem;
  427. padding: -2.5rem 0 0 0;
  428. display: flex;
  429. justify-content: space-between;
  430. margin-top: -60px;
  431. margin-bottom: 40px;
  432. }
  433. .kehuLefts, .kehuRights {
  434. width: 3.75rem;
  435. height: 3.75rem;
  436. border-radius: 50%;
  437. background: #fff;
  438. text-align: center;
  439. line-height: 4.375rem;
  440. display: inline-block;
  441. position: relative;
  442. cursor:pointer;
  443. }
  444. .kehusab img {
  445. width: 1.25rem;
  446. height: 1.25rem;
  447. }
  448. .kehusab .zhis {
  449. cursor: not-allowed !important;
  450. }
  451. /* 产品定价 */
  452. .pricings {
  453. width: 100%;
  454. max-width: 120rem;
  455. height: 58.8125rem;
  456. margin: auto;
  457. /* background: url(../image/dingj.jpg) no-repeat center; */
  458. /* background-size: 120rem 58.8125rem; */
  459. }
  460. .pri {
  461. display: flex;
  462. justify-content: space-between;
  463. width: 78rem;
  464. margin: auto;
  465. }
  466. .tooltipTis {
  467. width: 75rem;
  468. margin: auto;
  469. text-align: center;
  470. font-size: 1.75rem;
  471. position: relative;
  472. top: -3.125rem;
  473. /* transform: translate(100rem,0); */
  474. }
  475. .tooltipTisFillCons {
  476. animation: moves 2s;
  477. animation-fill-mode: both;
  478. }
  479. @keyframes moves {
  480. 0%{
  481. transform: translate(100rem,0);
  482. }
  483. 100%{
  484. transform: translate(0,0);
  485. }
  486. }
  487. .li {
  488. text-align: center;
  489. background: #fff;
  490. padding: 10px;
  491. box-shadow: 0rem .0625rem 1.25rem 0rem #c8c8c8;
  492. cursor: pointer;
  493. transition: all .25s ease-in;
  494. }
  495. .li_con {
  496. width: 240px;
  497. height: 168px;
  498. background: #f3f3f3;
  499. box-sizing: border-box;
  500. padding-top: 46px;
  501. }
  502. .li_con div {
  503. width: 100%;
  504. text-align: center;
  505. font-size: 24px;
  506. color: #565656;
  507. margin-bottom: 22px;
  508. }
  509. .li_con div span{
  510. font-size: 28px;
  511. }
  512. .li li {
  513. width: 100%;
  514. height: 32px;
  515. font-size: 14.4px;
  516. line-height: 32px;
  517. text-align: center;
  518. list-style-type:none;
  519. color: #b5b0b0;
  520. }
  521. .li li:nth-child(2n) {
  522. background: #f3f3f3;
  523. }
  524. .btn {
  525. width: 140px;
  526. height: 40px;
  527. margin: auto;
  528. background-image: url(../image/xg.png);
  529. background-size: 100% 100%;
  530. margin-bottom: 19.2px;
  531. border: 0;
  532. background-repeat: no-repeat;
  533. }
  534. .li:hover {
  535. transform:translateY(-1.25rem);
  536. }
  537. .li:hover .btn{
  538. background: url(../image/xgs.png);
  539. background-size: 100% 100%;
  540. background-repeat:no-repeat;
  541. }
  542. .li:hover .li_con{
  543. background: linear-gradient(to left,#4daefe,#01f1fe);
  544. }
  545. .li:hover .li_con div{
  546. color: #fff;
  547. }
  548. .btn a {
  549. display: inline-block;
  550. width: 100%;
  551. height: 100%;
  552. }
  553. .al a{
  554. color: #407be7 !important;
  555. }
  556. .al {
  557. position: relative;
  558. }
  559. .al::after {
  560. content: '';
  561. width: 100%;
  562. height: 3px;
  563. background: #407be7;
  564. position: absolute;
  565. bottom: -20px;
  566. left: 0;
  567. }
  568. .pricings h2 {
  569. font-size: 2.625rem;
  570. color: #333;
  571. padding: 6.25rem 5rem 4rem 5rem;
  572. }
  573. /* 底部 */
  574. .footer-frame {
  575. width: 100%;
  576. height: 24px;
  577. }
  578. .footer {
  579. padding-top: 48px;
  580. padding-bottom: 8px;
  581. background-color: #20a0ff;
  582. margin-top: -0.125rem;
  583. }
  584. .footer .footer-col {
  585. margin-bottom: 36px;
  586. }
  587. .footer h4 {
  588. margin-bottom: 10px;
  589. color: #fff;
  590. }
  591. .footer .list-unstyled,
  592. .footer p {
  593. color: #f3f7fd;
  594. }
  595. .footer .footer-col.middle .list-unstyled .fas {
  596. color: #fff;
  597. font-size: 8px;
  598. line-height: 24px;
  599. }
  600. .footer .footer-col.middle .list-unstyled .media-body {
  601. margin-left: 8px;
  602. }
  603. .footer .footer-col.last .list-unstyled .fas {
  604. color: #fff;
  605. font-size: 14px;
  606. line-height: 24px;
  607. }
  608. .footer .footer-col.last .list-unstyled .media-body {
  609. margin-left: 10px;
  610. }
  611. .footer .footer-col.last .list-unstyled .fas.fa-globe {
  612. margin-left: 16px;
  613. margin-right: 10px;
  614. }
  615. .navbar {
  616. padding: 0 !important;
  617. }
  618. .ulss {
  619. display: inline-block;
  620. }
  621. .alss {
  622. display: flex;
  623. justify-content: space-around;
  624. width: 87.5rem;
  625. margin: auto;
  626. }
  627. .copyright {
  628. width: 100%;
  629. text-align: center;
  630. line-height: 2.5rem;
  631. color: #fff;
  632. font-size: 1rem;
  633. background: #20a0ff;
  634. border-top: 1px solid #565656;
  635. }
  636. /* 质询图标 */
  637. .consulting {
  638. width: 3.125rem;
  639. height: 3.125rem;
  640. border-radius: 50%;
  641. background: #fff;
  642. position: fixed;
  643. bottom: 3.75rem;
  644. right: 6.25rem;
  645. z-index: 4;
  646. box-shadow: 0 0 1.25rem 0px #cbcbcb;
  647. cursor:pointer;
  648. display: flex;
  649. align-items: center;
  650. justify-content: center;
  651. }
  652. .consulting:hover {
  653. background: #3396FB;
  654. }
  655. .conImgConImg {
  656. width: 2.5rem;
  657. height: 2.5rem;
  658. position: relative;
  659. margin-top: 1.5625rem;
  660. margin-left: 1.125rem;
  661. }
  662. .conImgConImg img{
  663. width: 100%;
  664. }
  665. /* 咨询 */
  666. .zhixun {
  667. display: block;
  668. position: fixed;
  669. bottom: 7.5rem;
  670. right: 1.25rem;
  671. padding: 1rem;
  672. background: #fff;
  673. box-shadow: .1875rem .1875rem .625rem #ccc;
  674. z-index: 99999999;
  675. text-align: center;
  676. }
  677. .zhixun p {
  678. margin: 8px 0;
  679. }
  680. .zhixun img {
  681. width: 8rem;
  682. }
  683. .tabOn {
  684. background: #fff;
  685. color: #20a0ff !important;
  686. }
  687. /* 产品介绍 */
  688. .product {
  689. width: 100%;
  690. position: fixed;
  691. z-index: 10;
  692. top: 6.25rem;
  693. left: 0;
  694. background: #fff;
  695. height: 18.75rem;
  696. border-top: .0625rem solid rgb(163, 163, 163);
  697. box-shadow: 1px 3px 5px 0px #ddd;
  698. }
  699. .connont {
  700. width: 81.25rem;
  701. margin: auto;
  702. }
  703. .tils::before {
  704. content:"";
  705. height: .125rem;
  706. width: 100%;
  707. bottom: 0;
  708. left: 0;
  709. background: #37B8FF;
  710. position: absolute;
  711. }
  712. /* 导航下拉 */
  713. .management {
  714. margin-top: 1.25rem;
  715. width: 33.75rem;
  716. font-size: 1rem;
  717. }
  718. .management h3 {
  719. width: 100%;
  720. font-size: 1rem;
  721. font-weight: normal;
  722. color: #333333;
  723. line-height: 2.5rem;
  724. border-bottom: .0625rem solid rgb(180, 180, 180);
  725. margin-left: 1.25rem;
  726. }
  727. .management ul {
  728. margin-top: .625rem;
  729. width: 11.25rem;
  730. }
  731. .management li{
  732. margin-top: .625rem;
  733. line-height: 2.5rem;
  734. cursor:pointer;
  735. padding-left: 1.25rem;
  736. }
  737. .management a {
  738. color: #333;
  739. }
  740. .management li:hover {
  741. background: #F0F4FF;
  742. border-radius: .625rem;
  743. color: #3370FF;
  744. }
  745. /* js锁添加的样式 */
  746. .tils::before {
  747. content:"";
  748. height: .125rem;
  749. width: 100%;
  750. bottom: 0;
  751. left: 0;
  752. background: #37B8FF;
  753. position: absolute;
  754. }
  755. .hanAll {
  756. background: #fff !important;
  757. box-shadow: .0625rem .1875rem .3125rem 0px #ddd;
  758. }
  759. .abc .til {
  760. color: #3c86df !important;
  761. }
  762. .abc .til a{
  763. color: #3c86df !important;
  764. }
  765. .navigationBarBack {
  766. background: #f6fef9;
  767. }
  768. .navigationTitle a {
  769. color: #333 !important;
  770. }
  771. .navigationTitle {
  772. color: #333 !important;
  773. }