customerNew.css 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. .bannar {
  2. width: 100%;
  3. height: 57.5rem;
  4. position: relative;
  5. }
  6. .bannar .bannar_text_btn {
  7. display: inline-block;
  8. line-height: 1;
  9. white-space: nowrap;
  10. cursor: pointer;
  11. background: #fff;
  12. border: 1px solid #dcdfe6;
  13. color: #606266;
  14. text-align: center;
  15. box-sizing: border-box;
  16. outline: none;
  17. margin: 0;
  18. transition: .1s;
  19. font-weight: 500;
  20. padding: 1.25rem 1.875rem;
  21. border-radius: 4px;
  22. position: absolute;
  23. color: #fff;
  24. background-color: #409eff;
  25. border-color: #409eff;
  26. bottom: 4rem;
  27. left: 10rem;
  28. }
  29. .bannar .bannar_text_btn a {
  30. color: #fff;
  31. font-size: 1.5rem;
  32. }
  33. .bannar .bannar_text {
  34. position: absolute;
  35. left: 9.875rem;
  36. bottom: 9.375rem;
  37. }
  38. .bannar .bannar_text .bannar_text_item {
  39. font-family: PingFangSC, PingFang SC;
  40. font-size: 34px;
  41. color: #5c5d61;
  42. line-height: 4.375rem;
  43. }
  44. .bannar .bannar_text .bannar_text_title {
  45. font-size: 5.625rem;
  46. color: #12174e;
  47. margin-bottom: 3.75rem;
  48. }
  49. .customer_integration {
  50. width: 100%;
  51. height: 51.875rem;
  52. display: flex;
  53. align-items: center;
  54. justify-content: center;
  55. }
  56. .customer_integration .customer_integration_conter {
  57. display: flex;
  58. flex-direction: column;
  59. justify-content: center;
  60. }
  61. .customer_integration .customer_integration_conter .integrationImg {
  62. width: 180px;
  63. height: 180px;
  64. padding-bottom: 0.625rem;
  65. margin: auto;
  66. }
  67. .customer_integration .customer_integration_conter .integrationImg img {
  68. width: 100%;
  69. height: 100%;
  70. }
  71. .customer_integration .customer_integration_conter .integrationText {
  72. font-size: 34px;
  73. color: #354155;
  74. }
  75. .core {
  76. background: #f8f9ff;
  77. width: 100%;
  78. position: relative;
  79. padding: 6.25rem 0 6rem 0;
  80. }
  81. .core .core-title {
  82. color: #000000;
  83. font-size: 3.125rem;
  84. padding-bottom: 1.4375rem;
  85. text-align: center;
  86. }
  87. .core .core-text {
  88. color: #5a5a5a;
  89. font-size: 1.625rem;
  90. text-align: center;
  91. }
  92. .core .core-content {
  93. padding-top: 4.875rem;
  94. width: 100rem;
  95. height: 41.25rem;
  96. margin: auto;
  97. display: flex;
  98. justify-content: space-between;
  99. flex-wrap: wrap;
  100. }
  101. .core .core-content .core-content-item {
  102. width: 31.875rem;
  103. height: 18.75rem;
  104. display: flex;
  105. flex-direction: column;
  106. justify-content: flex-end;
  107. background: #fff;
  108. position: relative;
  109. box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06);
  110. }
  111. .core .core-content .core-content-item .item-img {
  112. width: 14.375rem;
  113. height: 14.375rem;
  114. position: absolute;
  115. top: 0.875rem;
  116. right: 3.75rem;
  117. }
  118. .core .core-content .core-content-item .item-img img {
  119. width: 100%;
  120. height: 100%;
  121. }
  122. .core .core-content .core-content-item .item-text {
  123. height: 4.125rem;
  124. display: flex;
  125. align-items: center;
  126. line-height: 2.0625rem;
  127. font-size: 1.5rem;
  128. color: #5a5a5a;
  129. padding: 1.625rem 0 1.75rem 2.3125rem;
  130. position: relative;
  131. z-index: 1;
  132. }
  133. .core .core-content .core-content-item .item-title {
  134. font-size: 2rem;
  135. color: #000000;
  136. padding-left: 2.3125rem;
  137. }
  138. .demand {
  139. background: #fff;
  140. width: 100%;
  141. height: 62.5rem;
  142. padding: 7.0625rem 0 7.75rem 0;
  143. display: flex;
  144. flex-wrap: wrap;
  145. justify-content: center;
  146. align-content: space-around;
  147. }
  148. .demand .demand-title {
  149. width: 100%;
  150. text-align: center;
  151. font-size: 3.125rem;
  152. color: #000000;
  153. }
  154. .demand .demand-content {
  155. position: relative;
  156. width: 59.375rem;
  157. height: 46.875rem;
  158. padding-bottom: 1.375rem;
  159. }
  160. .demand .demand-content .demand-item {
  161. position: absolute;
  162. }
  163. .demand .demand-content .demand-item .demand-item-title {
  164. display: flex;
  165. align-items: center;
  166. font-size: 1.75rem;
  167. color: #000000;
  168. }
  169. .demand .demand-content .demand-item .demand-item-title .item-title-img {
  170. width: 2.5rem;
  171. height: 2.5rem;
  172. }
  173. .demand .demand-content .demand-item .demand-item-text {
  174. font-weight: 500;
  175. font-size: 1.375rem;
  176. color: #5a5a5a;
  177. line-height: 2.25rem;
  178. padding-top: 0.25rem;
  179. }
  180. .demand .demand-content .orientation1 {
  181. top: 2.75rem;
  182. left: -6.875rem;
  183. }
  184. .demand .demand-content .orientation2 {
  185. top: 2.75rem;
  186. right: -11.75rem;
  187. }
  188. .demand .demand-content .orientation3 {
  189. top: 17.875rem;
  190. left: -23.75rem;
  191. }
  192. .demand .demand-content .orientation4 {
  193. top: 17.875rem;
  194. right: -22.625rem;
  195. }
  196. .demand .demand-content .orientation5 {
  197. bottom: 2rem;
  198. left: -6.4375rem;
  199. }
  200. .demand .demand-content .orientation6 {
  201. bottom: 2rem;
  202. right: -4.0625rem;
  203. }
  204. .demand img {
  205. width: 100%;
  206. height: 100%;
  207. }
  208. .exhibition {
  209. width: 100%;
  210. padding: 6rem 0;
  211. background: #f8f9ff;
  212. }
  213. .exhibition .exhibition-title {
  214. text-align: center;
  215. font-size: 3.125rem;
  216. line-height: 4.375rem;
  217. padding-bottom: 1.6875rem;
  218. }
  219. .exhibition .exhibition-content {
  220. width: 103.5625rem;
  221. margin: auto;
  222. display: flex;
  223. justify-content: space-between;
  224. }
  225. .exhibition .exhibition-content .exhibition-item {
  226. display: flex;
  227. }
  228. .exhibition .exhibition-content .exhibition-item .exhibition-item-line {
  229. width: 0.125rem;
  230. height: 55rem;
  231. background: #979797;
  232. position: relative;
  233. }
  234. .exhibition .exhibition-content .exhibition-item .exhibition-item-line .optFor {
  235. width: 0.3125rem;
  236. height: 5rem;
  237. background: #3f76f7;
  238. position: relative;
  239. left: 50%;
  240. transform: translateX(-50%);
  241. transition: 0.5s;
  242. }
  243. .exhibition .exhibition-content .exhibition-item .exhibition-item-text {
  244. padding-left: 1.75rem;
  245. }
  246. .exhibition .exhibition-content .exhibition-item .exhibition-item-text .text {
  247. height: 5rem;
  248. display: flex;
  249. align-items: center;
  250. color: #6f7b8f;
  251. font-size: 1.75rem;
  252. cursor: pointer;
  253. }
  254. .exhibition .exhibition-content .exhibition-item .exhibition-item-text .text-On {
  255. color: #000000;
  256. }
  257. .exhibition .exhibition-content .exhibition-show {
  258. margin-top: 4.375rem;
  259. width: 90.625rem;
  260. height: 48.75rem;
  261. background: url("../../image/customerNew/characteristicDisplay.png") no-repeat;
  262. background-size: cover;
  263. position: relative;
  264. }
  265. .exhibition .exhibition-content .exhibition-show .exhibition-show-carouselImage {
  266. position: absolute;
  267. top: 3.8125rem;
  268. left: 11.0625rem;
  269. width: 67.0625rem;
  270. height: 37.6875rem;
  271. }
  272. .exhibition .exhibition-content .exhibition-show .exhibition-show-carouselImage img {
  273. width: 100%;
  274. height: 100%;
  275. }
  276. .solution {
  277. padding: 7.375rem 0 0 0;
  278. background: #fff;
  279. }
  280. .solution .solution-title {
  281. font-size: 3.125rem;
  282. color: #000000;
  283. line-height: 4.375rem;
  284. text-align: center;
  285. margin-bottom: 8.125rem;
  286. }
  287. .solution .solution-content {
  288. width: 101.125rem;
  289. height: 40.625rem;
  290. display: flex;
  291. justify-content: space-between;
  292. flex-wrap: wrap;
  293. margin: auto;
  294. }
  295. .solution .solution-content .solution-item {
  296. width: 18.75rem;
  297. height: 18.75rem;
  298. margin-right: 1.5625rem;
  299. border-radius: 0.25rem;
  300. overflow: hidden;
  301. box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06);
  302. }
  303. .solution .solution-content .solution-item:nth-child(5n) {
  304. margin-right: 0;
  305. }
  306. .solution .solution-content .solution-item:nth-child(2) .solution-item-title {
  307. background: #58c1f1;
  308. }
  309. .solution .solution-content .solution-item:nth-child(4) .solution-item-title {
  310. background: #58c1f1;
  311. }
  312. .solution .solution-content .solution-item:nth-child(7) .solution-item-title {
  313. background: #58c1f1;
  314. }
  315. .solution .solution-content .solution-item:nth-child(9) .solution-item-title {
  316. background: #58c1f1;
  317. }
  318. .solution .solution-content .solution-item .solution-item-title {
  319. width: 100%;
  320. height: 5.625rem;
  321. font-size: 1.75rem;
  322. color: #fff;
  323. display: flex;
  324. padding-left: 1.25rem;
  325. align-items: center;
  326. background: #20a0ff;
  327. box-sizing: border-box;
  328. }
  329. .solution .solution-content .solution-item .solution-item-text {
  330. width: 100%;
  331. height: 13.125rem;
  332. font-size: 1.5rem;
  333. line-height: 2.0625rem;
  334. color: #5a5a5a;
  335. padding: 2.125rem 1.25rem;
  336. box-sizing: border-box;
  337. }
  338. .customerReviews {
  339. padding: 6.25rem 0 7.5rem 0;
  340. background: #fff;
  341. }
  342. .customerReviews .customerReviews-title {
  343. font-size: 3.125rem;
  344. color: #000000;
  345. line-height: 4.375rem;
  346. text-align: center;
  347. margin-bottom: 7.6875rem;
  348. }
  349. .customerReviews .customerReviews-content {
  350. width: 100rem;
  351. height: 37.5rem;
  352. margin: auto;
  353. position: relative;
  354. }
  355. .customerReviews .customerReviews-content .carousel-item-box {
  356. width: 100%;
  357. height: 100%;
  358. position: relative;
  359. }
  360. .customerReviews .customerReviews-content .carousel-item-box .carousel-item-title,
  361. .customerReviews .customerReviews-content .carousel-item-box .carousel-item-text {
  362. position: absolute;
  363. left: 5.875rem;
  364. z-index: 1;
  365. color: #255980;
  366. font-weight: 500;
  367. line-height: 5rem;
  368. }
  369. .customerReviews .customerReviews-content .carousel-item-box .carousel-item-title {
  370. font-size: 2rem;
  371. top: 2.875rem;
  372. }
  373. .customerReviews .customerReviews-content .carousel-item-box .carousel-item-text {
  374. top: 8.125rem;
  375. font-size: 1.625rem;
  376. }
  377. .customerReviews .customerReviews-content .carouselImage {
  378. width: 100%;
  379. height: 100%;
  380. border-radius: 0.375rem;
  381. overflow: hidden;
  382. }
  383. .customerReviews .customerReviews-content .carouselImage img {
  384. width: 100%;
  385. height: 100%;
  386. }
  387. .customerReviews .icon {
  388. position: absolute;
  389. display: flex;
  390. align-items: center;
  391. justify-content: center;
  392. width: 5rem;
  393. height: 5rem;
  394. cursor: pointer;
  395. top: 50%;
  396. transform: translateY(-50%);
  397. }
  398. .customerReviews .icon img {
  399. width: 75%;
  400. height: 75%;
  401. }
  402. .customerReviews .left {
  403. left: -7.1875rem;
  404. }
  405. .customerReviews .right {
  406. right: -7.1875rem;
  407. }
  408. /* 咨询 */
  409. .zhixun {
  410. display: block;
  411. position: fixed;
  412. bottom: 7.5rem;
  413. right: 2.5rem;
  414. padding: 1rem;
  415. background: #fff;
  416. box-shadow: 0.1875rem 0.1875rem 0.625rem #ccc;
  417. z-index: 99999999;
  418. text-align: center;
  419. }
  420. .zhixun p {
  421. margin: 8px 0;
  422. }
  423. .zhixun img {
  424. width: 8rem;
  425. }
  426. .tabOn {
  427. background: #fff;
  428. color: #20a0ff !important;
  429. }
  430. .white {
  431. background: #fff !important;
  432. }
  433. /* 质询图标 */
  434. .consulting {
  435. width: 3.125rem;
  436. height: 3.125rem;
  437. border-radius: 50%;
  438. background: #fff;
  439. position: fixed;
  440. bottom: 3.75rem;
  441. right: 6.25rem;
  442. z-index: 4;
  443. box-shadow: 0 0 1.25rem 0px #cbcbcb;
  444. cursor: pointer;
  445. display: flex;
  446. align-items: center;
  447. justify-content: center;
  448. }
  449. .consulting:hover {
  450. background: #3396fb;
  451. }
  452. .conImgConImg {
  453. width: 2.5rem;
  454. height: 2.5rem;
  455. position: relative;
  456. margin-top: 1.5625rem;
  457. margin-left: 1.125rem;
  458. }
  459. .conImgConImg img {
  460. width: 100%;
  461. }