projectt.css 14 KB

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