main.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  1. @charset "utf-8";
  2. .fiexdFoot {
  3. position: fixed;
  4. bottom: 30px;
  5. z-index: 9999;
  6. color: #FFF;
  7. font-size: 14px;
  8. }
  9. .fiexdFoot a {
  10. color: #999;
  11. }
  12. .blackfont a {
  13. color: #666;
  14. }
  15. .pdb50px {
  16. padding-bottom: 50px;
  17. }
  18. .margt50 {
  19. margin-top: 50px;
  20. }
  21. .pageFoot {
  22. text-align: center;
  23. width: 100%;
  24. font-size: 14px;
  25. padding-bottom: 20px;
  26. }
  27. .pageFoot a{
  28. color: #999;
  29. }
  30. * {
  31. margin: 0;
  32. padding: 0;
  33. }
  34. li {
  35. list-style: none;
  36. }
  37. a {
  38. text-decoration: none !important;
  39. }
  40. .content {
  41. position: fixed;
  42. left: 0;
  43. top: 0;
  44. width: 100%;
  45. height: 100%;
  46. }
  47. .page {
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .logo {
  52. line-height: 0;
  53. }
  54. .logo a {
  55. display: inline-block;
  56. width: 160px;
  57. height: 32px;
  58. }
  59. .logo img {
  60. width: 160px;
  61. height: 32px;
  62. }
  63. .swiper-slide {
  64. /* position: absolute;
  65. left: 0;
  66. top: 0;
  67. width: 100%;
  68. height: 100%; */
  69. /* padding-top: 70px; */
  70. /* padding-bottom: 70px; */
  71. box-sizing: border-box;
  72. }
  73. .slide1 {
  74. background-image: url(../img/indexbg3.png);
  75. background-position: center;
  76. background-repeat: no-repeat;
  77. background-size: contain;
  78. background-color: #1170ff;
  79. }
  80. .slide2 {
  81. background-image: url(../img/indexbg2.png);
  82. background-position: center;
  83. background-repeat: no-repeat;
  84. background-size: contain;
  85. background-color: #7611ff;
  86. }
  87. .slide3 {
  88. background-image: url(../img/indexbg.png);
  89. background-position: center;
  90. background-repeat: no-repeat;
  91. background-size: contain;
  92. background-color: #9211ff;
  93. }
  94. .navBar {
  95. position: fixed;
  96. left: 0;
  97. top: 0;
  98. width: 100%;
  99. height: 70px;
  100. display: flex;
  101. align-items: center;
  102. justify-content: space-between;
  103. padding: 0 50px;
  104. box-sizing: border-box;
  105. z-index: 9999;
  106. background-color: rgba(255, 255, 255, .01);
  107. }
  108. .nav-group ul {
  109. display: flex;
  110. align-items: center;
  111. }
  112. .nav-group ul li a {
  113. font-size: 15px;
  114. display: block;
  115. color: #FFF;
  116. margin: 0 30px;
  117. height: 70px;
  118. line-height: 70px;
  119. box-sizing: border-box;
  120. }
  121. .nav-group ul li a:hover,
  122. .nav-group ul li .isActive {
  123. border-bottom: 3px solid #4eaaff;
  124. }
  125. .nav-group ul li a span {
  126. font-size: 10px;
  127. padding-left: 4px;
  128. color: rgba(255, 255, 255, .5);
  129. }
  130. .caseNav .nav-group ul li a {
  131. font-size: 15px;
  132. color: #333;
  133. margin: 0 30px;
  134. /* display: flex;
  135. flex-direction: column; */
  136. }
  137. .caseNav .nav-group ul li a span {
  138. font-size: 10px;
  139. padding-left: 4px;
  140. color: #999;
  141. }
  142. .slide-nr {
  143. max-width: 1200px;
  144. margin: 0 auto;
  145. height: 100%;
  146. padding-bottom: 70px;
  147. box-sizing: border-box;
  148. display: flex;
  149. align-items: center;
  150. justify-content: space-between;
  151. }
  152. .nr-text h1 {
  153. color: #FFF;
  154. margin-bottom: 50px;
  155. font-size: 36px;
  156. line-height: 1.6;
  157. font-weight: bold;
  158. }
  159. .nr-text .mainp {
  160. color: #FFFFFF;
  161. margin-bottom: 10px;
  162. font-size: 16px;
  163. display: flex;
  164. align-items: center;
  165. }
  166. .mainp img {
  167. margin: 0 20px;
  168. }
  169. .tag {
  170. font-size: 0;
  171. margin-left: -12px;
  172. margin-top: 50px;
  173. }
  174. .tag span {
  175. display: inline-block;
  176. padding: 10px 20px;
  177. font-size: 16px;
  178. color: #FFF;
  179. border: 1px solid rgba(255, 255, 255, .5);
  180. border-radius: 100px;
  181. margin: 12px;
  182. background-color: rgba(255, 255, 255, .1);
  183. }
  184. .special {
  185. border: 2px dashed rgba(255, 255, 255, .5);
  186. padding: 20px 40px;
  187. border-radius: 4px;
  188. background-color: rgba(255, 255, 255, .05);
  189. }
  190. /* 联系客服按钮 */
  191. .flotDiv {
  192. position: fixed;
  193. right: 20px;
  194. bottom: 50px;
  195. background-color: transparent;
  196. border-radius: 3px;
  197. z-index: 999;
  198. }
  199. .flotDiv ul li {
  200. position: relative;
  201. }
  202. .blackfont {
  203. color: #666 !important;
  204. }
  205. .popBox {
  206. position: absolute;
  207. width: 100px;
  208. height: 100px;
  209. right: 90px;
  210. top: 0;
  211. background-color: #FFF;
  212. display: none;
  213. }
  214. .popBox img {
  215. width: 100%;
  216. height: 100%;
  217. }
  218. .flotDiv ul {
  219. padding: 0;
  220. }
  221. .flotDiv ul li a {
  222. display: block;
  223. width: 80px;
  224. padding: 10px 0;
  225. display: flex;
  226. flex-direction: column;
  227. align-items: center;
  228. background-color: transparent;
  229. }
  230. .flotDiv ul li a img {
  231. width: 50px;
  232. height: 50px;
  233. border-radius: 100px;
  234. }
  235. .flotDiv ul li a .kefuIcon {
  236. box-shadow: 0 3px 10px rgba(252, 86, 86, .4);
  237. }
  238. .flotDiv ul li a .kaidianIcon {
  239. box-shadow: 0 3px 10px rgba(159, 197, 42, .4);
  240. }
  241. .flotDiv ul li a .guanzhuIcon {
  242. box-shadow: 0 3px 10px rgba(21, 155, 255, .4);
  243. }
  244. .flotDiv ul li a span {
  245. font-size: 14px;
  246. color: #fff;
  247. padding-top: 8px;
  248. }
  249. /* case */
  250. .caseNav {
  251. background-color: #FFF !important;
  252. box-shadow: 0 0 10px rgb(0, 0, 0, .05) !important;
  253. }
  254. .caseGroup {
  255. padding-top: 70px;
  256. margin: 50px auto 0;
  257. width: 1600px;
  258. }
  259. .caseGroup2 {
  260. width: 100%;
  261. padding-top: 70px;
  262. margin-top: 40px;
  263. }
  264. .template_title {
  265. text-align: center;
  266. font-size: 32px;
  267. color: #3b3232;
  268. font-weight: normal;
  269. }
  270. .template_dis {
  271. margin-top: 20px;
  272. text-align: center;
  273. line-height: 24px;
  274. font-size: 15px;
  275. color: #888;
  276. }
  277. .templateHead {
  278. width: 1000px;
  279. margin: 0 auto 50px;
  280. }
  281. .haveBg {
  282. background-image: url(../img/case.png);
  283. background-repeat: no-repeat;
  284. background-position: left top;
  285. }
  286. .UsBg {
  287. background-image: url(../img/Us.png);
  288. background-repeat: no-repeat;
  289. background-position: left top;
  290. }
  291. .staff {
  292. width: 340px !important;
  293. height: 480px;
  294. padding: 30px !important;
  295. display: flex;
  296. flex-direction: column;
  297. justify-content: space-between;
  298. box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
  299. }
  300. .templateCard {
  301. display: flex;
  302. flex-wrap: wrap;
  303. align-items: center;
  304. }
  305. .content_itemA {
  306. line-height: 0;
  307. display: flex;
  308. flex-direction: column;
  309. align-items: center;
  310. padding: 20px;
  311. box-sizing: border-box;
  312. width: 380px;
  313. }
  314. .subheading {
  315. margin-top: 30px;
  316. text-align: center;
  317. line-height: 30px;
  318. font-size: 18px;
  319. color: #584f4f;
  320. font-weight: normal;
  321. }
  322. .item_text {
  323. display: flex;
  324. flex-direction: column;
  325. align-items: center;
  326. padding-top: 20px;
  327. }
  328. .text-l {
  329. font-size: 14px !important;
  330. height: 110px;
  331. margin-top: 20px !important;
  332. text-overflow: -o-ellipsis-lastline;
  333. overflow: hidden;
  334. text-overflow: ellipsis;
  335. display: -webkit-box;
  336. -webkit-line-clamp: 5;
  337. line-clamp: 5;
  338. -webkit-box-orient: vertical;
  339. text-align: left !important;
  340. }
  341. .seniority {
  342. color: #666 !important;
  343. font-size: 14px !important;
  344. }
  345. .item_img2 {
  346. width: 100%;
  347. max-width: 260px;
  348. max-height: 476px;
  349. }
  350. .item_img3 {
  351. width: 200px;
  352. height: 200px;
  353. }
  354. .item_img {
  355. width: 100%;
  356. max-width: 120px;
  357. max-height: 120px;
  358. }
  359. .item_text h3 {
  360. font-weight: normal;
  361. font-size: 18px;
  362. color: #333;
  363. line-height: 1;
  364. }
  365. .item_text p {
  366. font-size: 15px;
  367. line-height: 1.5;
  368. text-align: center;
  369. color: #999;
  370. margin-bottom: 0;
  371. margin-top: 10px;
  372. }
  373. /*鼠标移入显示二维码*/
  374. .item-container {
  375. position: relative;
  376. border-radius: 6px;
  377. overflow: hidden;
  378. box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
  379. }
  380. .item-container2 {
  381. position: relative;
  382. border-radius: 4px;
  383. overflow: hidden;
  384. }
  385. .erweicode {
  386. position: absolute;
  387. left: 0;
  388. top: 0;
  389. opacity: 0;
  390. display: flex;
  391. flex-direction: column;
  392. justify-content: center;
  393. align-items: center;
  394. width: 100%;
  395. height: 100%;
  396. background-color: #FFF;
  397. z-index: 999;
  398. box-sizing: border-box;
  399. border: 1px dashed #ddd;
  400. padding: 0 30px;
  401. }
  402. .erweicode img {
  403. width: 100%;
  404. }
  405. .scan {
  406. color: #9c9191;
  407. padding-top: 20px;
  408. }
  409. /*翻页*/
  410. .paging {
  411. display: flex;
  412. align-items: center;
  413. justify-content: space-between;
  414. margin-top: 30px;
  415. }
  416. .paging a {
  417. display: inline-block;
  418. padding: 10px 15px;
  419. font-size: 14px;
  420. border: 1px solid #ddd;
  421. border-radius: 3px;
  422. display: flex;
  423. align-items: center;
  424. flex-wrap: nowrap;
  425. }
  426. .disabled a {
  427. color: #666 !important;
  428. background-color: #eee !important;
  429. border: 1px solid #eee !important;
  430. }
  431. .disabled a:hover {
  432. color: #666 !important;
  433. }
  434. .project-img {
  435. width: 100%;
  436. display: flex;
  437. align-items: center;
  438. justify-content: center;
  439. margin-top: 40px;
  440. }
  441. .popBox {
  442. position: absolute;
  443. width: 100px;
  444. height: 100px;
  445. right: 90px;
  446. top: 0;
  447. background-color: #FFF;
  448. display: none;
  449. }
  450. .popBox img {
  451. width: 100%;
  452. height: 100%;
  453. }