index.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696
  1. .inde-video {
  2. position: absolute;
  3. /* z-index: -1; */
  4. width: 100%;
  5. height: 794px;
  6. object-fit: cover;
  7. /* height: 794px; */
  8. /* display: block; */
  9. /* overflow: hidden;
  10. top: 0;
  11. left: 0; */
  12. }
  13. .head_bg {
  14. /* height: 450px; */
  15. /* max-height: 794px; */
  16. height: 800px;
  17. /* border: 1px solid red; */
  18. }
  19. .header {
  20. background: rgba(247, 249, 246, 0.5);
  21. /* background: #F7F9F6; */
  22. }
  23. .header.active {
  24. background: rgba(247, 249, 246, 1);
  25. }
  26. .common_title_wrap1 {
  27. /* margin-top: 162px !important; */
  28. }
  29. /* *******************行业运维开始**************** */
  30. .operations_wrap {
  31. width: 100%;
  32. /* height: 464px; */
  33. background: #F3F5F8;
  34. padding: 20px 0;
  35. /* overflow: hidden; */
  36. }
  37. .operations_con {
  38. margin-top: 28px;
  39. flex-wrap: wrap;
  40. }
  41. .operations_card_b {
  42. box-sizing: border-box;
  43. width: 358px;
  44. height: 125px;
  45. white-space: normal;
  46. position: relative;
  47. /* border: 1px solid red; */
  48. margin-bottom: 14px;
  49. background: linear-gradient(-30deg, #F5F6FB, #EEEFF4, #FFFFFF);
  50. border: 2px solid #fff;
  51. box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
  52. }
  53. .operations_bg1 {
  54. position: absolute;
  55. left: 0;
  56. top: 0;
  57. /* width: 100%;
  58. height: 100%; */
  59. width: 356px;
  60. height: 260px;
  61. /* border-radius: 4 px; */
  62. pointer-events: none;
  63. /* background: url(../imgs/y_bg_s.png) 0 100% no-repeat; */
  64. /* background: url(../imgs/y_bg.png) no-repeat; */
  65. background-size: 100% 100%;
  66. opacity: 1;
  67. transition: all .3s linear;
  68. }
  69. .operations_bg1.active {
  70. background: url(../imgs/y_bg_active.png) no-repeat;
  71. /* opacity: 0; */
  72. }
  73. .operations_bg1.unactive {
  74. background: url(../imgs/y_bg.png) no-repeat;
  75. opacity: 1;
  76. }
  77. /* .equipment_bg_active {
  78. position: absolute;
  79. left: 0;
  80. top: 0;
  81. width: 356px;
  82. height: 260px;
  83. pointer-events: none;
  84. background: url(../imgs/y_bg_active.png) no-repeat;
  85. background-size: 100% 100%;
  86. opacity: 0;
  87. transition: all .3s linear;
  88. } */
  89. .operations_bg {
  90. position: absolute;
  91. left: 0;
  92. top: 0;
  93. /* width: 100%;
  94. height: 100%; */
  95. width: 356px;
  96. height: 122px;
  97. /* border-radius: 4 px; */
  98. pointer-events: none;
  99. /* background: url(../imgs/y_bg_s.png) 0 100% no-repeat; */
  100. background: url(../imgs/y_bg_s.png) no-repeat;
  101. background-size: 100% 100%;
  102. /* opacity: 1; */
  103. transition: all .3s linear;
  104. }
  105. .operations_bg.active_s {
  106. background: url(../imgs/y_bg_s_active.png) no-repeat;
  107. }
  108. .operations_bg.unactive_s {
  109. background: url(../imgs/y_bg_s.png) no-repeat;
  110. opacity: 1;
  111. }
  112. .operations_inner {
  113. display: flex;
  114. }
  115. .operations_icon {
  116. position: absolute;
  117. left: 50%;
  118. /* top: -30px; */
  119. margin-left: -30px;
  120. width: 60px;
  121. height: 60px;
  122. /* width: 120px;
  123. height: 120px; */
  124. background-repeat: no-repeat;
  125. background-size: 100% auto;
  126. background-position: top
  127. }
  128. .list {}
  129. .operations_inner1 {
  130. overflow: hidden;
  131. }
  132. .operations_icon_wrap1 {
  133. width: 43px;
  134. height: 48px;
  135. position: relative;
  136. margin: 50px auto 32px;
  137. }
  138. .operations_icon_wrap {
  139. width: 43px;
  140. height: 48px;
  141. position: relative;
  142. margin: 37px 18px;
  143. }
  144. .operations_main {
  145. text-align: center;
  146. position: relative;
  147. }
  148. .operations_main .operations_main_title {
  149. font-size: 18px;
  150. font-weight: 500;
  151. color: #333333;
  152. margin-top: 18px;
  153. }
  154. .list:hover .operations_main_title {
  155. /* color: #0052d9; */
  156. }
  157. .operations_main .operations_sub_title {
  158. font-size: 12px;
  159. font-weight: 400;
  160. color: #999999;
  161. margin-top: 10px;
  162. margin-bottom: 18px;
  163. }
  164. .operations_obj {
  165. /* box-sizing: border-box;
  166. padding-right: 21px; */
  167. }
  168. .operations_obj span {
  169. display: inline-block;
  170. width: 72px;
  171. height: 24px;
  172. background: #FFFFFF;
  173. border-radius: 2px;
  174. line-height: 24px;
  175. text-align: center;
  176. font-size: 12px;
  177. font-weight: 400;
  178. color: #333333;
  179. margin-right: 16px;
  180. }
  181. .operations_obj span:last-child {
  182. margin-right: 0;
  183. }
  184. @media screen and (min-width:769px) {
  185. /* 蓝色图标动画 */
  186. .operations_icon.is-enter {
  187. -webkit-animation: tpm-solution__nav-icon-enter 0.3s steps(16) forwards;
  188. animation: tpm-solution__nav-icon-enter 0.3s steps(16) forwards
  189. }
  190. .operations_icon.is-leave {
  191. -webkit-animation: tpm-solution__nav-icon-leave 0.3s steps(16) forwards;
  192. animation: tpm-solution__nav-icon-leave 0.3s steps(16) forwards
  193. }
  194. @-webkit-keyframes tpm-solution__nav-icon-enter {
  195. 0% {
  196. background-position: 0 0
  197. }
  198. to {
  199. /* background-position: 0 -960px */
  200. background-position: 0 -960px;
  201. }
  202. }
  203. @keyframes tpm-solution__nav-icon-enter {
  204. 0% {
  205. background-position: 0 0
  206. }
  207. to {
  208. background-position: 0 -960px
  209. }
  210. }
  211. @-webkit-keyframes tpm-solution__nav-icon-leave {
  212. 0% {
  213. background-position: 0 -960px
  214. }
  215. to {
  216. background-position: 0 0
  217. }
  218. }
  219. @keyframes tpm-solution__nav-icon-leave {
  220. 0% {
  221. background-position: 0 -960px
  222. }
  223. to {
  224. background-position: 0 0
  225. }
  226. }
  227. /* 蓝色图标动画 */
  228. }
  229. /* *******************行业运维结束**************** */
  230. /* *******************设备开始**************** */
  231. .equipment_bg {
  232. width: 100%;
  233. /* height: 686px; */
  234. /* background: #3d3d3d; */
  235. background: #3E3B3F;
  236. padding: 84px 0;
  237. transform: all 0.6s;
  238. }
  239. .equipment-fade-in {
  240. -webkit-transform: translate(0px, 0px);
  241. transform: translate(0px, 0px);
  242. -webkit-transition: all 600ms ease-in-out 0s;
  243. transition: all 600ms ease-in-out 0s;
  244. opacity: 1;
  245. visibility: visible;
  246. z-index: 1;
  247. }
  248. .industries {
  249. /* margin: 40px auto 0;
  250. width: 1176 px;
  251. display: grid;
  252. grid-template-columns: repeat(2, 50%);
  253. grid-template-rows: repeat(2, 230px);
  254. grid-gap: 24px; */
  255. display: flex;
  256. justify-content: space-between;
  257. flex-wrap: wrap;
  258. /* margin: 48px auto; */
  259. }
  260. .industry-card {
  261. position: relative;
  262. padding: 30px;
  263. /* border-radius: 4px; */
  264. overflow: hidden;
  265. display: block;
  266. width: 590px;
  267. height: 230px;
  268. box-sizing: border-box;
  269. /* background: url(../imgs/black_bg.png) no-repeat; */
  270. background-size: 100% 100%;
  271. box-sizing: border-box;
  272. padding-left: 60px;
  273. margin-bottom: 20px;
  274. }
  275. .industry-card .bg-video {
  276. position: absolute;
  277. z-index: -1;
  278. top: 0;
  279. left: 0;
  280. right: 0;
  281. bottom: 0;
  282. width: 100%;
  283. height: 100%;
  284. }
  285. .industry-card .industry-card-title {
  286. font-size: 24px;
  287. font-weight: 500;
  288. color: #FFFFFF;
  289. margin-top: 25px;
  290. margin-bottom: 25px;
  291. }
  292. .industry-card .industry-card-title img {
  293. display: inline-block;
  294. /* vertical-align: middle; */
  295. margin-right: 16px;
  296. }
  297. .industry-card .industry-card-title span {
  298. display: inline-block;
  299. vertical-align: middle;
  300. }
  301. .industry-card .industry-card-desc {
  302. /* margin: 16px 0 24px; */
  303. font-size: 16px;
  304. font-weight: 500;
  305. color: #999999;
  306. width: 306px;
  307. line-height: 1.8;
  308. height: 45px;
  309. }
  310. .industry-card .hover-links {
  311. font-size: 16px;
  312. line-height: 24px;
  313. color: #fff;
  314. transition: all .6s ease-in-out;
  315. opacity: 0;
  316. transform: translateY(30px);
  317. display: inline-block;
  318. }
  319. .industry-card .hover-links a {
  320. color: #fff;
  321. font-weight: 600;
  322. }
  323. .industry-card:hover .hover-links {
  324. opacity: 1;
  325. transform: translateY(20px)
  326. }
  327. .link-more {
  328. position: relative;
  329. display: flex;
  330. align-items: center;
  331. color: #fff;
  332. font-weight: 600;
  333. }
  334. .link-more:after {
  335. right: 0;
  336. margin-left: 6px;
  337. content: "";
  338. display: block;
  339. width: 16px;
  340. height: 16px;
  341. background-size: contain;
  342. vertical-align: middle;
  343. background-repeat: no-repeat;
  344. background-image: url();
  345. transition: all .3s ease-in-out;
  346. }
  347. /* *******************设备结束**************** */
  348. /* *******************团队开始*************** */
  349. .fade-in {
  350. visibility: hidden;
  351. opacity: 0;
  352. transition: all .5s ease-in-out;
  353. z-index: 0;
  354. }
  355. .demos-content {
  356. display: flex;
  357. }
  358. .demo-item {
  359. width: 170px;
  360. height: 455px;
  361. margin-right: 17px;
  362. position: relative;
  363. box-sizing: border-box;
  364. padding: 263px 16px 40px;
  365. /* border-radius: 8px; */
  366. background-size: cover;
  367. background-repeat: no-repeat;
  368. overflow: hidden;
  369. color: #fff;
  370. transition: all .2s ease-in-out;
  371. background-position: 50%;
  372. }
  373. .demo-item .mask {
  374. position: absolute;
  375. top: 0;
  376. left: 0;
  377. background-size: contain;
  378. background-repeat: no-repeat;
  379. width: 100%;
  380. height: 100%;
  381. background-image: linear-gradient(180deg, rgba(24, 24, 24, 0), rgba(24, 24, 24, .99));
  382. transition: all .3s ease-in-out;
  383. }
  384. .demo-item .content {
  385. position: relative;
  386. z-index: 1;
  387. }
  388. .demo-item .content .demo-detail {
  389. padding: 0 20px;
  390. z-index: -1;
  391. transform: translateX(-350px);
  392. transition: all .5s ease-in-out
  393. }
  394. .demo-item .brand {
  395. position: absolute;
  396. bottom: 0;
  397. width: 100%;
  398. text-align: center;
  399. transition: all .5s ease-in-out;
  400. transition-delay: .1s;
  401. }
  402. .demo-item .brand img {
  403. width: 32px;
  404. height: 28px;
  405. }
  406. .demo-item .brand .brand-name {
  407. /* font-weight: 600; */
  408. white-space: nowrap;
  409. /* font-size: 16px; */
  410. line-height: 24px;
  411. font-size: 14px;
  412. font-weight: 500;
  413. color: #FFFFFF;
  414. margin-top: 16px;
  415. }
  416. .demo-item .content .demo-title {
  417. font-weight: 600;
  418. /* font-size: 24px; */
  419. line-height: 32px;
  420. white-space: nowrap;
  421. margin-bottom: 8px;
  422. font-size: 30px;
  423. font-weight: bold;
  424. color: #FFFFFF;
  425. position: relative;
  426. text-indent: 14px;
  427. }
  428. .demo-item .content .demo-title::before {
  429. position: absolute;
  430. content: '';
  431. left: 0;
  432. top: 4px;
  433. width: 5px;
  434. height: 24px;
  435. background: #FFFFFF;
  436. border-radius: 4px;
  437. }
  438. .demo-item .content .demo-desc {
  439. white-space: nowrap;
  440. /* font-size: 14px; */
  441. /* line-height: 24px; */
  442. /* color: hsla(0, 0%, 100%, .7) */
  443. font-size: 12px;
  444. font-weight: 400;
  445. color: #E5E5E5;
  446. line-height: 22px;
  447. }
  448. .demo-item .content .demo-desc .demo-number {
  449. color: #73ddff;
  450. font-family: Oswald;
  451. font-weight: 500;
  452. font-size: 18px;
  453. line-height: 24px
  454. }
  455. .demo-item .content .demo-desc .unit {
  456. font-family: PingFang SC
  457. }
  458. .demo-item.active,
  459. .demo-item:hover {
  460. width: 450px
  461. }
  462. .demo-item.active .content .demo-detail,
  463. .demo-item:hover .content .demo-detail {
  464. transition-delay: .2s;
  465. transform: translateX(0)
  466. }
  467. .demo-item.active .content .brand,
  468. .demo-item:hover .content .brand {
  469. transform: translateY(60px);
  470. opacity: 0;
  471. visibility: hidden
  472. }
  473. /* *******************团队结束*************** */
  474. @media (min-width: 1920px) {
  475. .head_bg {
  476. background: none;
  477. }
  478. /* .common_title_wrap {
  479. margin-top: 535px !important;
  480. } */
  481. }
  482. @media (min-width: 1680px) {
  483. .head_bg {
  484. background: none;
  485. }
  486. /* .common_title_wrap {
  487. margin-top: 240px !important;
  488. } */
  489. /* .common_title_wrap1 {
  490. margin-top: 240px !important;
  491. } */
  492. }
  493. @media screen and (min-width:1440px) {
  494. /* .head_bg {
  495. background: none;
  496. height: 450px;
  497. } */
  498. /* .common_title_wrap1 {
  499. margin-top: 162px !important;
  500. } */
  501. }
  502. @media screen and (min-width:1200px)and (max-width:1439px) {
  503. /* .head_bg {
  504. background: none;
  505. height: 400px;
  506. } */
  507. }
  508. @media screen and (max-width:1200px) {
  509. .banner_main_title {
  510. font-size: 36px;
  511. }
  512. .banner_sub_title {
  513. font-size: 16px;
  514. }
  515. .common_main_title {
  516. font-size: 36px;
  517. }
  518. .common_sub_title {
  519. font-size: 16px;
  520. }
  521. .industry-card {
  522. width: 49%;
  523. margin: 24px auto;
  524. }
  525. .common_title_wrap {
  526. padding: 30px 0;
  527. }
  528. .demo-item .content .demo-title {
  529. font-size: 24px;
  530. }
  531. .demo-item .content .demo-detail {
  532. padding: 0 10px;
  533. }
  534. .demo-item .content .demo-desc {
  535. overflow: hidden;
  536. text-overflow: ellipsis;
  537. }
  538. .demo-item .brand .brand-name {
  539. overflow: hidden;
  540. text-overflow: ellipsis;
  541. }
  542. }
  543. @media screen and (max-width:768px) {
  544. .banner_main_title {
  545. font-size: 24px;
  546. }
  547. .banner_sub_title {
  548. font-size: 14px;
  549. }
  550. .common_main_title {
  551. font-size: 24px;
  552. }
  553. .common_sub_title {
  554. font-size: 14px;
  555. }
  556. .industry-card {
  557. width: 100%;
  558. margin: 24px auto;
  559. }
  560. .common_title_wrap {
  561. padding: 20px 0;
  562. }
  563. .demo-item .content .demo-title {
  564. font-size: 18px;
  565. }
  566. .demo-item .content .demo-detail {
  567. padding: 0 5px;
  568. }
  569. .demo-item .content .demo-desc {
  570. overflow: hidden;
  571. text-overflow: ellipsis;
  572. }
  573. .demo-item .brand .brand-name {
  574. overflow: hidden;
  575. text-overflow: ellipsis;
  576. }
  577. }
  578. @media screen and (max-width:600px) {}