projectt.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772
  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. position: relative;
  300. }
  301. .userEvaluationzuobian {
  302. width: 33rem;
  303. height: 100%;
  304. background: #4a65ac;
  305. position: absolute;
  306. z-index: 2;
  307. top: 0%;
  308. left: 0%;
  309. }
  310. .inBlock {
  311. display: inline-block;
  312. }
  313. .userEvaluationLeft {
  314. margin-right: 10.625rem;
  315. float: left;
  316. position: relative;
  317. z-index: 3;
  318. }
  319. .userEvaluationLeft h2 {
  320. font-size: 3.125rem;
  321. color: #ffffff;
  322. font-weight: normal;
  323. margin-top: 8.75rem;
  324. margin-bottom: 2.1875rem;
  325. }
  326. .userEvaluationLeft p {
  327. font-size: 1rem;
  328. color: #ffffff;
  329. }
  330. .userEvaluationLeft div {
  331. width: 10rem;
  332. height: 3.125rem;
  333. border-radius: 3.125rem;
  334. border: .125rem solid #ffffff;
  335. text-align: center;
  336. line-height: 50px;
  337. font-size: 1.125rem;
  338. color: #ffffff;
  339. margin-top: 6.25rem;
  340. margin-bottom: 10.25rem;
  341. background: #3f5697;
  342. }
  343. .userEvaluationRight {
  344. width: 4100px;
  345. display: flex;
  346. /* justify-content: space-between; */
  347. position: relative;
  348. margin-top: 9.1875rem;
  349. margin-bottom: 7.5rem;
  350. }
  351. .userEvaluationRightCon {
  352. width: 23.125rem;
  353. height: 18.4375rem;
  354. background: #fff;
  355. border-radius: .625rem;
  356. padding: 2.1875rem;
  357. box-sizing: border-box;
  358. position: relative;
  359. margin-right: 1.875rem;
  360. }
  361. .userEvaluationRightConIMg {
  362. width: 7.5rem;
  363. height: 7.5rem;
  364. border-radius: 50%;
  365. position: absolute;
  366. top: -3.75rem;
  367. left: 2.1875rem;
  368. /* background: red; */
  369. overflow: hidden;
  370. display: flex;
  371. justify-content: center;
  372. align-items: center;
  373. background: #fff;
  374. border: 1px solid #bdbdbd;
  375. }
  376. .userEvaluationRightConTex {
  377. }
  378. .userEvaluationRightConTex p{
  379. font-size: 1.75rem;
  380. color: #333;
  381. margin-top: 3.75rem;
  382. margin-bottom: 1.125rem;
  383. }
  384. .userEvaluationRightConTex span {
  385. font-size: .875rem;
  386. color: #666666;
  387. line-height: 1.5625rem;
  388. }
  389. .userKongz {
  390. width: 46.25rem;
  391. }
  392. .kehusab {
  393. width: 10rem;
  394. padding: -2.5rem 0 0 0;
  395. display: flex;
  396. justify-content: space-between;
  397. margin-top: -60px;
  398. margin-bottom: 40px;
  399. }
  400. .kehuLefts, .kehuRights {
  401. width: 3.75rem;
  402. height: 3.75rem;
  403. border-radius: 50%;
  404. background: #fff;
  405. text-align: center;
  406. line-height: 4.375rem;
  407. display: inline-block;
  408. position: relative;
  409. cursor:pointer;
  410. }
  411. .kehusab img {
  412. width: 1.25rem;
  413. height: 1.25rem;
  414. }
  415. .kehusab .zhis {
  416. cursor: not-allowed !important;
  417. }
  418. /* 产品定价 */
  419. .pricings {
  420. width: 100%;
  421. max-width: 120rem;
  422. height: 58.8125rem;
  423. margin: auto;
  424. /* background: url(../image/dingj.jpg) no-repeat center; */
  425. /* background-size: 120rem 58.8125rem; */
  426. }
  427. .pri {
  428. display: flex;
  429. justify-content: space-between;
  430. width: 78rem;
  431. margin: auto;
  432. }
  433. .tooltipTis {
  434. width: 75rem;
  435. margin: auto;
  436. text-align: center;
  437. font-size: 1.75rem;
  438. position: relative;
  439. top: -3.125rem;
  440. /* transform: translate(100rem,0); */
  441. }
  442. .tooltipTisFillCons {
  443. animation: moves 2s;
  444. animation-fill-mode: both;
  445. }
  446. @keyframes moves {
  447. 0%{
  448. transform: translate(100rem,0);
  449. }
  450. 100%{
  451. transform: translate(0,0);
  452. }
  453. }
  454. .li {
  455. text-align: center;
  456. background: #fff;
  457. padding: 10px;
  458. box-shadow: 0rem .0625rem 1.25rem 0rem #c8c8c8;
  459. cursor: pointer;
  460. transition: all .25s ease-in;
  461. }
  462. .li_con {
  463. width: 240px;
  464. height: 168px;
  465. background: #f3f3f3;
  466. box-sizing: border-box;
  467. padding-top: 46px;
  468. }
  469. .li_con div {
  470. width: 100%;
  471. text-align: center;
  472. font-size: 24px;
  473. color: #565656;
  474. margin-bottom: 22px;
  475. }
  476. .li_con div span{
  477. font-size: 28px;
  478. }
  479. .li li {
  480. width: 100%;
  481. height: 32px;
  482. font-size: 14.4px;
  483. line-height: 32px;
  484. text-align: center;
  485. list-style-type:none;
  486. color: #b5b0b0;
  487. }
  488. .li li:nth-child(2n) {
  489. background: #f3f3f3;
  490. }
  491. .btn {
  492. width: 140px;
  493. height: 40px;
  494. margin: auto;
  495. background-image: url(../image/xg.png);
  496. background-size: 100% 100%;
  497. margin-bottom: 19.2px;
  498. border: 0;
  499. background-repeat: no-repeat;
  500. }
  501. .li:hover {
  502. transform:translateY(-1.25rem);
  503. }
  504. .li:hover .btn{
  505. background: url(../image/xgs.png);
  506. background-size: 100% 100%;
  507. background-repeat:no-repeat;
  508. }
  509. .li:hover .li_con{
  510. background: linear-gradient(to left,#4daefe,#01f1fe);
  511. }
  512. .li:hover .li_con div{
  513. color: #fff;
  514. }
  515. .btn a {
  516. display: inline-block;
  517. width: 100%;
  518. height: 100%;
  519. }
  520. .al a{
  521. color: #407be7 !important;
  522. }
  523. .al {
  524. position: relative;
  525. }
  526. .al::after {
  527. content: '';
  528. width: 100%;
  529. height: 3px;
  530. background: #407be7;
  531. position: absolute;
  532. bottom: -20px;
  533. left: 0;
  534. }
  535. .pricings h2 {
  536. font-size: 2.625rem;
  537. color: #333;
  538. padding: 6.25rem 5rem 4rem 5rem;
  539. }
  540. /* 底部 */
  541. .footer-frame {
  542. width: 100%;
  543. height: 24px;
  544. }
  545. .footer {
  546. padding-top: 48px;
  547. padding-bottom: 8px;
  548. background-color: #20a0ff;
  549. margin-top: -0.125rem;
  550. }
  551. .footer .footer-col {
  552. margin-bottom: 36px;
  553. }
  554. .footer h4 {
  555. margin-bottom: 10px;
  556. color: #fff;
  557. }
  558. .footer .list-unstyled,
  559. .footer p {
  560. color: #f3f7fd;
  561. }
  562. .footer .footer-col.middle .list-unstyled .fas {
  563. color: #fff;
  564. font-size: 8px;
  565. line-height: 24px;
  566. }
  567. .footer .footer-col.middle .list-unstyled .media-body {
  568. margin-left: 8px;
  569. }
  570. .footer .footer-col.last .list-unstyled .fas {
  571. color: #fff;
  572. font-size: 14px;
  573. line-height: 24px;
  574. }
  575. .footer .footer-col.last .list-unstyled .media-body {
  576. margin-left: 10px;
  577. }
  578. .footer .footer-col.last .list-unstyled .fas.fa-globe {
  579. margin-left: 16px;
  580. margin-right: 10px;
  581. }
  582. .navbar {
  583. padding: 0 !important;
  584. }
  585. .ulss {
  586. display: inline-block;
  587. }
  588. .alss {
  589. display: flex;
  590. justify-content: space-around;
  591. width: 87.5rem;
  592. margin: auto;
  593. }
  594. .copyright {
  595. width: 100%;
  596. text-align: center;
  597. line-height: 2.5rem;
  598. color: #fff;
  599. font-size: 1rem;
  600. background: #20a0ff;
  601. border-top: 1px solid #565656;
  602. }
  603. /* 质询图标 */
  604. .consulting {
  605. width: 3.125rem;
  606. height: 3.125rem;
  607. border-radius: 50%;
  608. background: #fff;
  609. position: fixed;
  610. bottom: 3.75rem;
  611. right: 6.25rem;
  612. z-index: 4;
  613. box-shadow: 0 0 1.25rem 0px #cbcbcb;
  614. cursor:pointer;
  615. display: flex;
  616. align-items: center;
  617. justify-content: center;
  618. }
  619. .consulting:hover {
  620. background: #3396FB;
  621. }
  622. .conImgConImg {
  623. width: 2.5rem;
  624. height: 2.5rem;
  625. position: relative;
  626. margin-top: 1.5625rem;
  627. margin-left: 1.125rem;
  628. }
  629. .conImgConImg img{
  630. width: 100%;
  631. }
  632. /* 咨询 */
  633. .zhixun {
  634. display: block;
  635. position: fixed;
  636. bottom: 7.5rem;
  637. right: 1.25rem;
  638. padding: 1rem;
  639. background: #fff;
  640. box-shadow: .1875rem .1875rem .625rem #ccc;
  641. z-index: 99999999;
  642. text-align: center;
  643. }
  644. .zhixun p {
  645. margin: 8px 0;
  646. }
  647. .zhixun img {
  648. width: 8rem;
  649. }
  650. .tabOn {
  651. background: #fff;
  652. color: #20a0ff !important;
  653. }
  654. /* 产品介绍 */
  655. .product {
  656. width: 100%;
  657. position: fixed;
  658. z-index: 10;
  659. top: 6.25rem;
  660. left: 0;
  661. background: #fff;
  662. height: 18.75rem;
  663. border-top: .0625rem solid rgb(163, 163, 163);
  664. box-shadow: 1px 3px 5px 0px #ddd;
  665. }
  666. .connont {
  667. width: 81.25rem;
  668. margin: auto;
  669. }
  670. .tils::before {
  671. content:"";
  672. height: .125rem;
  673. width: 100%;
  674. bottom: 0;
  675. left: 0;
  676. background: #37B8FF;
  677. position: absolute;
  678. }
  679. /* 导航下拉 */
  680. .management {
  681. margin-top: 1.25rem;
  682. width: 33.75rem;
  683. font-size: 1rem;
  684. }
  685. .management h3 {
  686. width: 100%;
  687. font-size: 1rem;
  688. font-weight: normal;
  689. color: #333333;
  690. line-height: 2.5rem;
  691. border-bottom: .0625rem solid rgb(180, 180, 180);
  692. margin-left: 1.25rem;
  693. }
  694. .management ul {
  695. margin-top: .625rem;
  696. width: 11.25rem;
  697. }
  698. .management li{
  699. margin-top: .625rem;
  700. line-height: 2.5rem;
  701. cursor:pointer;
  702. padding-left: 1.25rem;
  703. }
  704. .management a {
  705. color: #333;
  706. }
  707. .management li:hover {
  708. background: #F0F4FF;
  709. border-radius: .625rem;
  710. color: #3370FF;
  711. }
  712. /* js锁添加的样式 */
  713. .tils::before {
  714. content:"";
  715. height: .125rem;
  716. width: 100%;
  717. bottom: 0;
  718. left: 0;
  719. background: #37B8FF;
  720. position: absolute;
  721. }
  722. .hanAll {
  723. background: #fff !important;
  724. box-shadow: .0625rem .1875rem .3125rem 0px #ddd;
  725. }
  726. .abc .til {
  727. color: #3c86df !important;
  728. }
  729. .abc .til a{
  730. color: #3c86df !important;
  731. }
  732. .navigationBarBack {
  733. background: #f6fef9;
  734. }
  735. .navigationTitle a {
  736. color: #333 !important;
  737. }
  738. .navigationTitle {
  739. color: #333 !important;
  740. }