main.css 7.6 KB

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