global.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  1. a:hover {
  2. text-decoration: none;
  3. }
  4. .head_wrap {
  5. width: 100%;
  6. height: 50px;
  7. background: #fff;
  8. position: relative;
  9. z-index: 99;
  10. opacity: 0.5
  11. }
  12. .logo {
  13. width: 180px;
  14. display: block;
  15. height: 50px;
  16. line-height: 50px;
  17. margin-left: 20px;
  18. }
  19. .logo img {
  20. width: 100%;
  21. }
  22. .navbar {
  23. margin-bottom: 0;
  24. min-height: 50px
  25. }
  26. .navbar-nav li.active a {
  27. color: #305DC8;
  28. }
  29. .navbar-nav li a {
  30. color: #18181A;
  31. }
  32. .nav>li>a:hover {
  33. text-decoration: none;
  34. background-color: transparent;
  35. color: #305DC8;
  36. }
  37. .navbar-toggle .icon-bar {
  38. background-color: #eee;
  39. }
  40. .navbar-toggle {
  41. background-color: #fff;
  42. }
  43. .flex_div_between {
  44. display: flex;
  45. justify-content: space-between;
  46. flex-wrap: nowrap;
  47. }
  48. .flex_div_center {
  49. display: flex;
  50. justify-content: center;
  51. flex-wrap: nowrap;
  52. }
  53. .flex_div_wrap {
  54. display: flex;
  55. justify-content: space-between;
  56. flex-wrap: wrap;
  57. }
  58. .flex_div {
  59. display: flex;
  60. flex-wrap: nowrap;
  61. }
  62. .fixed-top {
  63. position: fixed;
  64. top: 0;
  65. right: 0;
  66. left: 0;
  67. z-index: 1030;
  68. box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  69. }
  70. /* 通用底部 */
  71. .footer {
  72. height: 60px;
  73. line-height: 60px;
  74. border-top: 1px solid #f1f1f1;
  75. text-align: center;
  76. margin-top: 20px;
  77. }
  78. /* banner */
  79. .tilt-component {
  80. overflow: hidden;
  81. position: relative;
  82. }
  83. .banner_wrap {
  84. width: 100%;
  85. /* height: 584px; */
  86. height: 292px;
  87. background: url('../imgs/banner.jpg') no-repeat;
  88. background-size: cover;
  89. }
  90. .banner_content {
  91. animation: slogan-up .5s linear;
  92. /* margin-top: 160px; */
  93. margin-top: 80px;
  94. }
  95. .banner_content .main-content-1 {
  96. font-size: 44px;
  97. font-weight: 600;
  98. letter-spacing: 4.4px;
  99. line-height: 60px;
  100. color: #1d1e20;
  101. }
  102. .banner_content .main-content-1-sub {
  103. margin-top: 9px;
  104. font-size: 16px;
  105. line-height: 28px;
  106. font-weight: 400;
  107. color: #6c6f75;
  108. letter-spacing: 1px;
  109. }
  110. .index-content {
  111. background: #fff;
  112. padding-top: 60px;
  113. }
  114. .scale_img {
  115. animation: 4s linear 3.7s infinite normal none running;
  116. transition-duration: 3s;
  117. }
  118. .mian_title {
  119. font-size: 32px;
  120. line-height: 1.5;
  121. font-weight: 600;
  122. color: #1d1e20;
  123. }
  124. .sub_title {
  125. margin-top: 10px;
  126. font-size: 16px;
  127. line-height: 28px;
  128. font-weight: 400;
  129. color: #6c6f75;
  130. }
  131. @keyframes arrow-up {
  132. 0% {
  133. transform: translate(-15px, 14px);
  134. }
  135. 50% {
  136. transform: translate(0, 0);
  137. }
  138. 100% {
  139. transform: translate(15px, -14px);
  140. }
  141. }
  142. @keyframes slogan-up {
  143. 0% {
  144. opacity: 0;
  145. transform: translate(0, 50px);
  146. }
  147. 100% {
  148. opacity: 1;
  149. transform: translate(0, 0);
  150. }
  151. }
  152. /* 产品列表 */
  153. .card {
  154. position: relative;
  155. display: -ms-flexbox;
  156. display: flex;
  157. -ms-flex-direction: column;
  158. flex-direction: column;
  159. min-width: 0;
  160. word-wrap: break-word;
  161. background-color: #fff;
  162. background-clip: border-box;
  163. border: 1px solid rgba(0, 0, 0, 0.125);
  164. border-radius: 0.25rem;
  165. box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  166. padding: 16px;
  167. margin-bottom: 20px;
  168. transition: 0.5s linear;
  169. }
  170. .card:hover {
  171. transform: scale(1.02);
  172. }
  173. .card-body {
  174. -ms-flex: 1 1 auto;
  175. flex: 1 1 auto;
  176. min-height: 1px;
  177. padding: 1.25rem;
  178. }
  179. .card-title {
  180. /* margin-bottom: 0.75rem; */
  181. margin-bottom: 20px;
  182. color: #333;
  183. }
  184. .card-subtitle {
  185. margin-top: 10px;
  186. margin-bottom: 15px;
  187. color: #999;
  188. font-size: 12px;
  189. }
  190. .card-text {
  191. margin-bottom: 15px;
  192. color: #666;
  193. overflow: hidden;
  194. text-overflow: ellipsis;
  195. white-space: nowrap;
  196. }
  197. .card-link:hover {
  198. text-decoration: none;
  199. }
  200. .card-link+.card-link {
  201. margin-left: 1.25rem;
  202. }
  203. /* 产品详情 banner位置开始*/
  204. .top {
  205. background-color: #fff;
  206. background-size: cover;
  207. background-repeat: no-repeat;
  208. background-position: center;
  209. color: #212326;
  210. height: 584px;
  211. position: relative;
  212. margin-top: 0;
  213. user-select: none;
  214. }
  215. .normal-width,
  216. .top-normal-width {
  217. width: 1000px;
  218. margin-left: auto;
  219. margin-right: auto;
  220. }
  221. .product-top {
  222. padding: 40px 0;
  223. margin-top: 30px;
  224. }
  225. .product-top .top-content {
  226. margin-top: 100px;
  227. display: inline-block;
  228. width: auto;
  229. }
  230. .product-top .product-top-logo {
  231. display: inline-block;
  232. margin-bottom: 30px;
  233. }
  234. .product-top .product-top-title {
  235. /* width: 442px; */
  236. width: 100%;
  237. font-size: 44px;
  238. font-weight: 600;
  239. letter-spacing: 4.4px;
  240. line-height: 60px;
  241. color: #1d1e20;
  242. /* color: #fff; */
  243. }
  244. .product-top .product-top-subtitle {
  245. /* width: 442px; */
  246. width: 100%;
  247. font-size: 16px;
  248. line-height: 28px;
  249. font-weight: 400;
  250. letter-spacing: 1px;
  251. color: #6c6f75;
  252. margin-top: 10px;
  253. /* color: #fff; */
  254. }
  255. .top-content .top-content-try {
  256. margin-top: 20px;
  257. }
  258. .top-content .top-content-try .top-content-concat-button.top,
  259. .top-content .top-content-try .top-content-try-button.top {
  260. box-shadow: 0 20px 24px 0 rgb(255 105 74 / 15%), 0 8px 16px 0 rgb(252 101 69 / 5%);
  261. }
  262. .top-content .top-content-try .top-content-concat-button,
  263. .top-content .top-content-try .top-content-try-button {
  264. width: 120px;
  265. height: 44px;
  266. border-radius: 3px;
  267. background-image: linear-gradient(to right, #ff6a4c, #f24e24 100%);
  268. cursor: pointer;
  269. display: inline-block;
  270. line-height: 44px;
  271. text-align: center;
  272. color: #fff;
  273. vertical-align: top;
  274. font-size: 18px;
  275. }
  276. .product-top .product-project-image {
  277. float: right;
  278. /* width: 488px;
  279. height: 488px; */
  280. width: 100%;
  281. margin: auto;
  282. text-align: center;
  283. }
  284. .product-top .product-project-image img {
  285. width: 100%;
  286. }
  287. /* 产品详情 banner位置结束*/
  288. /* 产品功能介绍开始 */
  289. /* 产品功能介绍结束 */
  290. .index-pc {
  291. display: block;
  292. }
  293. .index-mobile {
  294. display: none;
  295. }
  296. /* 列表banner */
  297. /* .solution-top-bg {
  298. background-image: url('../imgs/solutions-bg-086e2e8ce1.png'), linear-gradient(182deg, #fff, #e6f0ff);
  299. background-size: cover;
  300. background-position: center;
  301. overflow: hidden;
  302. } */
  303. .solution-top-bg {
  304. width: 100%;
  305. height: 300px;
  306. background: linear-gradient(to right, #2e77e5, #004cbf);
  307. /* margin-top: 60px; */
  308. position: relative;
  309. color: #fff;
  310. }
  311. .solution-top {
  312. max-width: 1440px;
  313. margin: auto;
  314. /* height: 510px; */
  315. height: 300px;
  316. position: relative;
  317. }
  318. .solution-top .solutions-top-bg {
  319. position: absolute;
  320. bottom: 0;
  321. z-index: 0;
  322. }
  323. /* .solution-top .top-content {
  324. position: relative;
  325. text-align: center;
  326. padding-top: 80px;
  327. width: 720px;
  328. z-index: 1;
  329. } */
  330. .solution-top .top-content {
  331. position: absolute;
  332. text-align: center;
  333. padding-top: 80px;
  334. width: 720px;
  335. z-index: 1;
  336. left: 50%;
  337. margin-left: -360px;
  338. }
  339. .solution-top .solutions-top-bg.left-bg {
  340. left: 0;
  341. }
  342. .solution-top .solutions-top-bg.right-bg {
  343. right: 0;
  344. }
  345. .solution-top .top-content .top-title {
  346. font-size: 44px;
  347. font-weight: 500;
  348. line-height: 60px;
  349. letter-spacing: 4.4px;
  350. text-align: center;
  351. /* color: #1d1e20; */
  352. margin-bottom: 10px;
  353. color: #fff;
  354. }
  355. .top-content {
  356. animation: slogan-up .5s linear;
  357. }
  358. .solution-top .top-content .top-subtitle {
  359. font-size: 16px;
  360. line-height: 28px;
  361. text-align: center;
  362. font-weight: 400;
  363. /* color: #6c6f75; */
  364. margin: auto auto 20px;
  365. color: #fff;
  366. }
  367. /* 适用场景开始 */
  368. #solutions .solution-matrix {
  369. margin-top: 20px;
  370. }
  371. #solutions .product-matrix-and-scene {
  372. padding: 80px 0 0;
  373. }
  374. #solutions .product-matrix-and-scene .product-scene-card {
  375. width: 40%;
  376. vertical-align: top;
  377. height: auto;
  378. margin-top: 30px;
  379. display: inline-block;
  380. position: relative;
  381. }
  382. #solutions .product-matrix-and-scene .product-scene-card:nth-child(2n) {
  383. margin-left: 12%;
  384. }
  385. #solutions .content-title {
  386. font-size: 32px;
  387. font-weight: 600;
  388. line-height: 1.5;
  389. text-align: center;
  390. color: #1d1e20;
  391. }
  392. #solutions .product-matrix-and-scene .product-scene-card .product-scene-card-img {
  393. margin-bottom: 20px;
  394. }
  395. #solutions .product-matrix-and-scene .product-scene-card .product-scene-card-img img {
  396. object-fit: contain;
  397. vertical-align: top;
  398. }
  399. #solutions .product-scene-card-title {
  400. font-size: 20px;
  401. height: 30px;
  402. line-height: 1.5;
  403. letter-spacing: 1.2px;
  404. color: #1d1e20;
  405. font-weight: 500;
  406. }
  407. #solutions .product-matrix-and-scene .product-scene-card .product-scene-card-intro {
  408. height: 72px;
  409. margin-bottom: 30px;
  410. font-size: 14px;
  411. line-height: 24px;
  412. color: #45464a;
  413. font-weight: 400;
  414. margin-top: 10px;
  415. }
  416. #solutions .product-matrix-and-scene .product-scene-card:nth-child(2n) {
  417. margin-left: 12%;
  418. }
  419. /* 适用场景结束 */
  420. /* 意义开始 */
  421. .about-us {
  422. margin-bottom: 60px;
  423. }
  424. .introduction-title {
  425. height: 48px;
  426. font-size: 32px;
  427. font-weight: 600;
  428. line-height: 1.5;
  429. letter-spacing: 2.56px;
  430. color: #1d1e20;
  431. margin: 0 0 20px;
  432. text-align: center;
  433. }
  434. .introduction-line {
  435. height: 1px;
  436. background: #dadde3;
  437. width: 100%;
  438. }
  439. .about-us .about-us-content {
  440. margin-left: auto;
  441. margin-right: auto;
  442. }
  443. .about-us .content .content-text {
  444. font-size: 16px;
  445. line-height: 28px;
  446. color: #1d1e20;
  447. font-weight: 400;
  448. margin-top: 20px;
  449. }
  450. .about-us .content .content-text:first-child {
  451. margin-top: 40px;
  452. }
  453. .introduction-title.normal {
  454. margin-top: 60px;
  455. }
  456. /* 意义结束 */
  457. @media screen and (min-width: 768px) and (max-width: 991px) {
  458. /* 产品详情 banner位置开始*/
  459. .product-top {
  460. height: auto;
  461. padding: 50px 30px 0;
  462. margin-top: 10px;
  463. }
  464. .normal-width {
  465. width: 100%;
  466. }
  467. .product-top .top-content {
  468. margin-top: auto;
  469. }
  470. .product-top .product-top-logo {
  471. margin-bottom: 20px;
  472. }
  473. .solution-top-bg {
  474. background-position: center bottom;
  475. background-repeat: no-repeat;
  476. }
  477. .solution-top {
  478. height: 410px;
  479. }
  480. .solution-top .solutions-top-bg.left-bg {
  481. left: -40px;
  482. }
  483. .solution-top .solutions-top-bg {
  484. width: 280px;
  485. height: 268px;
  486. }
  487. .solution-top .solutions-top-bg.right-bg {
  488. right: -40px;
  489. }
  490. .solution-top .top-content {
  491. padding-top: 110px;
  492. width: 100%;
  493. }
  494. .solution-top .top-content .top-title {
  495. font-size: 32px;
  496. line-height: 60px;
  497. letter-spacing: 1px;
  498. }
  499. .solution-top .top-content .top-subtitle {
  500. width: 495px;
  501. font-size: 14px;
  502. line-height: 24px;
  503. color: #727c86;
  504. }
  505. .index-pc {
  506. display: none;
  507. }
  508. .index-mobile {
  509. display: block;
  510. }
  511. /* 产品详情 banner位置结束*/
  512. /* 产品功能介绍开始 */
  513. /* 产品功能介绍结束 */
  514. /* 场景开始 */
  515. #solutions .product-matrix-and-scene {
  516. padding: 50px 30px;
  517. }
  518. #solutions .content-title {
  519. font-size: 24px;
  520. letter-spacing: 1px;
  521. text-align: left;
  522. }
  523. #solutions .solution-matrix {
  524. margin-top: 10px;
  525. }
  526. #solutions .product-matrix-and-scene .product-scene-card {
  527. width: 42%;
  528. }
  529. #solutions .product-matrix-and-scene .product-scene-card:nth-child(2n) {
  530. margin-right: 0;
  531. margin-left: 7%;
  532. }
  533. #solutions .product-matrix-and-scene .product-scene-card .product-scene-card-img {
  534. width: 56px;
  535. height: 45px;
  536. margin-top: auto;
  537. }
  538. #solutions .product-scene-card-title {
  539. font-size: 16px;
  540. line-height: 28px;
  541. letter-spacing: .8px;
  542. overflow: hidden;
  543. text-overflow: ellipsis;
  544. white-space: nowrap;
  545. }
  546. #solutions .product-scene-card-intro {
  547. font-size: 14px;
  548. line-height: 24px;
  549. color: #575a61;
  550. height: auto;
  551. margin-bottom: 10px;
  552. }
  553. /* 场景结束 */
  554. /* 意义开始 */
  555. .introduction-title {
  556. font-size: 24px;
  557. font-weight: 600;
  558. line-height: 48px;
  559. letter-spacing: 2px;
  560. margin: 0 0 10px;
  561. text-align: left;
  562. }
  563. .about-us .introduction-line {
  564. display: none;
  565. }
  566. .about-us .about-us-content.intro .content .content-text {
  567. margin-top: 10px;
  568. font-size: 14px;
  569. line-height: 24px;
  570. }
  571. .introduction-title.normal {
  572. margin-top: 50px;
  573. }
  574. /* 意义结束 */
  575. }
  576. @media screen and (min-width: 200px) and (max-width: 767px) {
  577. /* 产品详情 banner位置开始*/
  578. .navbar-collapse {
  579. background: #fff;
  580. }
  581. .navbar {
  582. right: -20%;
  583. }
  584. .product-top {
  585. height: auto;
  586. padding: 30px 20px 0;
  587. margin-top: 0;
  588. }
  589. .normal-width {
  590. /* width: 555px; */
  591. width: 100%;
  592. }
  593. .product-top .top-content {
  594. margin-top: auto;
  595. }
  596. .product-top .product-top-logo {
  597. margin-bottom: 20px;
  598. }
  599. .product-top .product-top-title {
  600. font-size: 24px;
  601. letter-spacing: 2.4px;
  602. }
  603. .product-top .product-top-subtitle {
  604. font-size: 12px;
  605. }
  606. .product-top .product-project-image img {
  607. width: 100%;
  608. }
  609. .index-pc {
  610. display: none;
  611. }
  612. .index-mobile {
  613. display: block;
  614. }
  615. .solution-top {
  616. height: 440px;
  617. }
  618. .solution-top .solutions-top-bg.left-bg {
  619. left: -100px;
  620. }
  621. .solution-top .solutions-top-bg.right-bg {
  622. right: -100px;
  623. }
  624. .solution-top .top-content .top-title.special {
  625. width: 330px;
  626. }
  627. .solution-top .top-content {
  628. width: 335px;
  629. position: relative;
  630. text-align: center;
  631. padding-top: 160px;
  632. z-index: 1;
  633. }
  634. .solution-top .top-content .top-title {
  635. font-size: 32px;
  636. line-height: 40px;
  637. margin: auto auto 10px;
  638. }
  639. .solution-top .top-content .top-subtitle {
  640. width: 335px;
  641. }
  642. /* 产品详情 banner位置结束*/
  643. /* 产品功能介绍开始 */
  644. /* 产品功能介绍结束 */
  645. /* 场景开始 */
  646. #solutions .product-matrix-and-scene {
  647. padding: 50px 20px 0;
  648. }
  649. #solutions .content-title {
  650. font-size: 24px;
  651. letter-spacing: 1px;
  652. text-align: left;
  653. }
  654. #solutions .solution-matrix {
  655. margin-top: 10px;
  656. }
  657. #solutions .product-matrix-and-scene .product-scene-card {
  658. width: 45%;
  659. height: 300px;
  660. margin-right: 0;
  661. }
  662. #solutions .product-matrix-and-scene .product-scene-card:nth-child(2n) {
  663. margin-left: 8%;
  664. margin-right: 0;
  665. }
  666. #solutions .product-matrix-and-scene .product-scene-card .product-scene-card-img {
  667. width: 56px;
  668. height: 45px;
  669. margin-top: auto;
  670. }
  671. #solutions .product-scene-card-title {
  672. letter-spacing: 0;
  673. height: auto;
  674. font-size: 16px;
  675. line-height: 28px;
  676. }
  677. /* #solutions .product-scene-card-title {
  678. font-size: 16px;
  679. line-height: 28px;
  680. overflow: hidden;
  681. text-overflow: ellipsis;
  682. white-space: nowrap;
  683. } */
  684. #solutions .product-scene-card-intro {
  685. font-size: 14px;
  686. line-height: 24px;
  687. color: #575a61;
  688. height: auto;
  689. margin-bottom: 10px;
  690. }
  691. #solutions .product-scene-card-intro {
  692. letter-spacing: 0;
  693. }
  694. /* 场景结束 */
  695. .about-us {
  696. padding: 0 10px;
  697. }
  698. .introduction-title {
  699. font-size: 24px;
  700. font-weight: 600;
  701. line-height: 48px;
  702. letter-spacing: 2px;
  703. margin: 0 0 10px;
  704. text-align: left;
  705. }
  706. .about-us .introduction-line {
  707. display: none;
  708. }
  709. .about-us .about-us-content.intro .content .content-text {
  710. margin-top: 10px;
  711. font-size: 14px;
  712. line-height: 24px;
  713. }
  714. }