customerNew.css 8.7 KB

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