main.css 13 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189
  1. .global_newsList li {
  2. float: left;
  3. width: 30%;
  4. margin-right: 5%;
  5. border: 1px solid #eaeaea;
  6. box-sizing: border-box;
  7. margin-bottom: 60px;
  8. box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  9. background: #fff;
  10. }
  11. .global_newsList li:hover .title span {
  12. color: #00A4FF;
  13. border-bottom: 1px solid #00A4FF;
  14. }
  15. .global_newsList li .img img {
  16. width: 100%;
  17. }
  18. .global_newsList li .bottom {
  19. padding: 20px 25px;
  20. }
  21. .global_newsList li .bottom .date {
  22. font-size: 16px;
  23. color: #999;
  24. line-height: 24px;
  25. }
  26. .global_newsList li .bottom .title {
  27. font-size: 18px;
  28. color: #333;
  29. line-height: 30px;
  30. }
  31. .global_newsList li .bottom .des {
  32. font-size: 14px;
  33. color: #999;
  34. line-height: 24px;
  35. margin-top: 15px;
  36. height: 48px;
  37. }
  38. .global_newsList li:nth-of-type(3n) {
  39. margin-right: 0;
  40. }
  41. .global_newsList .more {
  42. padding-bottom: 80px;
  43. }
  44. .global_newsList .more a {
  45. display: block;
  46. width: 100%;
  47. line-height: 64px;
  48. font-size: 16px;
  49. color: #333;
  50. background: #f2f1f6;
  51. text-align: center;
  52. }
  53. .global_banner {
  54. padding-top: 0px;
  55. position: relative;
  56. }
  57. .global_banner .img {
  58. width: 300%;
  59. margin-left: -100%;
  60. text-align: center;
  61. }
  62. .global_banner .mask {
  63. position: absolute;
  64. top: 100px;
  65. left: 0;
  66. z-index: 99;
  67. width: 100%;
  68. height: 290px;
  69. text-align: center;
  70. }
  71. .global_banner .mask .p1 {
  72. font-size: 40px;
  73. color: #333;
  74. line-height: 60px;
  75. padding-top: 110px;
  76. }
  77. .global_banner .mask .p2 {
  78. font-size: 18px;
  79. color: #666;
  80. line-height: 40px;
  81. }
  82. .global_menu_w .global_menu {
  83. text-align: center;
  84. padding: 10px 0 100px;
  85. }
  86. .global_menu_w .global_menu ul {
  87. display: inline-block;
  88. border-radius: 5px;
  89. box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  90. }
  91. .global_menu_w .global_menu ul li {
  92. float: left;
  93. padding: 0 10px;
  94. }
  95. .global_menu_w .global_menu ul li a {
  96. display: block;
  97. width: 130px;
  98. line-height: 58px;
  99. font-size: 16px;
  100. color: #464646;
  101. border-bottom: 2px solid #fff;
  102. }
  103. .global_menu_w .global_menu ul li.current a {
  104. color: #26ABFF;
  105. border-bottom: 2px solid #26ABFF;
  106. }
  107. .news_detail_w .news_detail .top {
  108. border-bottom: 1px solid #eaeaea;
  109. text-align: center;
  110. padding-bottom: 20px;
  111. }
  112. .news_detail_w .news_detail .top .title {
  113. font-size: 36px;
  114. color: #333;
  115. line-height: 60px;
  116. }
  117. .news_detail_w .news_detail .top .info {
  118. font-size: 16px;
  119. color: #B0B0B0;
  120. line-height: 50px;
  121. }
  122. .news_detail_w .news_detail .content {
  123. padding: 30px 0;
  124. font-size: 14px;
  125. color: #333;
  126. line-height: 20px;
  127. }
  128. .news_detail_w .news_detail .bottom {
  129. line-height: 80px;
  130. border-top: 1px solid #eaeaea;
  131. font-size: 14px;
  132. padding-bottom: 50px;
  133. }
  134. .news_detail_w .news_detail .bottom a {
  135. font-size: 14px;
  136. }
  137. .contact_way_w .contact_way {
  138. text-align: center;
  139. padding: 90px 0 0;
  140. }
  141. .contact_way_w .contact_way .contact_way_title {
  142. font-size: 24px;
  143. color: #000;
  144. line-height: 40px;
  145. }
  146. .contact_way_w .contact_way .contact_way_text {
  147. font-size: 16px;
  148. color: #5C5C5C;
  149. line-height: 30px;
  150. }
  151. .contact_way_w .contact_way .list {
  152. padding: 50px 0;
  153. }
  154. .contact_way_w .contact_way .list .li {
  155. width: 28%;
  156. border-right: 1px solid #eaeaea;
  157. text-align: center;
  158. float: left;
  159. box-sizing: border-box;
  160. }
  161. .contact_way_w .contact_way .list .li .icon i {
  162. display: inline-block;
  163. width: 72px;
  164. height: 72px;
  165. border-radius: 50%;
  166. background: #00A4FF;
  167. line-height: 72px;
  168. font-size: 24px;
  169. color: #fff;
  170. }
  171. .contact_way_w .contact_way .list .li .title {
  172. font-size: 16px;
  173. color: #000;
  174. line-height: 30px;
  175. padding-top: 20px;
  176. }
  177. .contact_way_w .contact_way .list .li .text {
  178. font-size: 16px;
  179. color: #5E5E5E;
  180. line-height: 30px;
  181. padding: 0 15%;
  182. height: 60px;
  183. }
  184. .contact_way_w .contact_way .list .img {
  185. padding-top: 10px;
  186. }
  187. .contact_way_w .contact_way .list .img img {
  188. width: 120px;
  189. }
  190. .contact_way_w .contact_way .list .img .text {
  191. font-size: 16px;
  192. color: #000;
  193. line-height: 40px;
  194. }
  195. .contact_message_w .contact_message {
  196. box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  197. padding: 60px 0;
  198. position: relative;
  199. z-index: 99;
  200. background: #fff;
  201. }
  202. .contact_message_w .contact_message .contact_message_title {
  203. font-size: 24px;
  204. color: #000;
  205. line-height: 40px;
  206. text-align: center;
  207. }
  208. .contact_message_w .contact_message .contact_message_text {
  209. font-size: 16px;
  210. color: #5C5C5C;
  211. line-height: 30px;
  212. text-align: center;
  213. }
  214. .contact_message_w .contact_message .contact_message_text a {
  215. color: #00A4FF;
  216. }
  217. .contact_message_w .contact_message .form {
  218. padding: 0 15%;
  219. }
  220. .contact_message_w .contact_message .form .input_w {
  221. padding-top: 50px;
  222. }
  223. .contact_message_w .contact_message .form .input_w .input {
  224. width: 48%;
  225. position: relative;
  226. }
  227. .contact_message_w .contact_message .form .input_w .input input {
  228. width: 92%;
  229. height: 54px;
  230. border: 1px solid #eaeaea;
  231. border-radius: 5px;
  232. padding: 0 4%;
  233. font-size: 16px;
  234. color: #333;
  235. }
  236. .contact_message_w .contact_message .form .input_w .input label.error {
  237. position: absolute;
  238. top: 0;
  239. right: 10px;
  240. line-height: 56px;
  241. font-size: 14px;
  242. color: #ff0000;
  243. }
  244. .contact_message_w .contact_message .form .textarea {
  245. padding-top: 30px;
  246. }
  247. .contact_message_w .contact_message .form .textarea textarea {
  248. width: 96%;
  249. height: 184px;
  250. padding: 15px 2%;
  251. border: 1px solid #eaeaea;
  252. border-radius: 5px;
  253. font-size: 16px;
  254. color: #333;
  255. resize: none;
  256. }
  257. .contact_message_w .contact_message .form .button {
  258. padding-top: 20px;
  259. }
  260. .contact_message_w .contact_message .form .button button {
  261. width: 100%;
  262. height: 48px;
  263. border: none;
  264. background: #00A4FF;
  265. font-size: 16px;
  266. color: #fff;
  267. border-radius: 5px;
  268. cursor: pointer;
  269. }
  270. .contact_map_w {
  271. margin-top: -150px;
  272. }
  273. .global_caseList li {
  274. float: left;
  275. width: 30%;
  276. margin-right: 5%;
  277. box-sizing: border-box;
  278. margin-bottom: 60px;
  279. }
  280. .global_caseList li:hover .title span {
  281. color: #00A4FF;
  282. border-bottom: 1px solid #00A4FF;
  283. }
  284. .global_caseList li .img {
  285. padding: 10px;
  286. background: #f5f5f5;
  287. border-radius: 5px;
  288. box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  289. }
  290. .global_caseList li .img img {
  291. width: 100%;
  292. }
  293. .global_caseList li .bottom {
  294. padding: 20px 25px;
  295. text-align: center;
  296. }
  297. .global_caseList li .bottom .title {
  298. font-size: 18px;
  299. color: #333;
  300. line-height: 30px;
  301. }
  302. .global_caseList li .bottom .des {
  303. font-size: 14px;
  304. color: #999;
  305. line-height: 30px;
  306. }
  307. .global_caseList li:nth-of-type(3n) {
  308. margin-right: 0;
  309. }
  310. .global_caseList .more {
  311. padding-bottom: 80px;
  312. }
  313. .global_caseList .more a {
  314. display: block;
  315. width: 100%;
  316. line-height: 64px;
  317. font-size: 16px;
  318. color: #333;
  319. background: #f2f1f6;
  320. text-align: center;
  321. }
  322. .case_detail_w .case_detail {
  323. padding-top: 160px;
  324. }
  325. .case_detail_w .case_detail .case_detail_top {
  326. padding-bottom: 60px;
  327. }
  328. .case_detail_w .case_detail .case_detail_top .left {
  329. width: 75%;
  330. }
  331. .case_detail_w .case_detail .case_detail_top .left .title {
  332. font-size: 30px;
  333. color: #2d2d2d;
  334. line-height: 60px;
  335. }
  336. .case_detail_w .case_detail .case_detail_top .left .des {
  337. font-size: 14px;
  338. color: #656565;
  339. line-height: 24px;
  340. }
  341. .case_detail_w .case_detail .case_detail_top .left .bottom {
  342. padding-top: 60px;
  343. }
  344. .case_detail_w .case_detail .case_detail_top .right {
  345. width: 18%;
  346. border-left: 1px dashed #eaeaea;
  347. text-align: center;
  348. }
  349. .case_detail_w .case_detail .case_detail_top .right .img img {
  350. width: 160px;
  351. }
  352. .case_detail_w .case_detail .case_detail_top .right .btn {
  353. padding-top: 20px;
  354. }
  355. .case_detail_w .case_detail .case_detail_top .right .btn a {
  356. display: inline-block;
  357. width: 180px;
  358. height: 38px;
  359. line-height: 38px;
  360. border-radius: 38px;
  361. border: 1px solid #D0D0D0;
  362. text-align: left;
  363. text-indent: 20px;
  364. font-size: 14px;
  365. color: #656565;
  366. }
  367. .case_detail_w .case_detail .case_detail_top .right .btn a i {
  368. font-size: 16px;
  369. color: #656565;
  370. padding-right: 5px;
  371. }
  372. .case_detail_w .case_detail .case_detail_content {
  373. text-align: center;
  374. width: 300%;
  375. margin-left: -100%;
  376. }
  377. .case_detail_w .case_detail .case_detail_content img {
  378. display: inline-block;
  379. }
  380. .case_detail_w .case_detail .case_detail_bottom {
  381. padding: 20px 0 100px;
  382. }
  383. .case_detail_w .case_detail .case_detail_bottom .title1 {
  384. text-align: center;
  385. font-size: 30px;
  386. color: #505050;
  387. line-height: 110px;
  388. }
  389. .case_detail_w .case_detail .case_detail_bottom .more {
  390. text-align: center;
  391. }
  392. .case_detail_w .case_detail .case_detail_bottom .more a {
  393. display: inline-block;
  394. width: 265px;
  395. height: 45px;
  396. line-height: 45px;
  397. border: 1px solid #00A4FF;
  398. border-radius: 45px;
  399. font-size: 16px;
  400. color: #00A4FF;
  401. }
  402. .case_detail_w .case_detail .case_detail_bottom .more a:hover {
  403. background: #00A4FF;
  404. color: #fff;
  405. }
  406. .global_tryList li {
  407. float: left;
  408. width: 20%;
  409. margin-right: 6.6666%;
  410. box-sizing: border-box;
  411. margin-bottom: 60px;
  412. }
  413. .global_tryList li:hover .title span {
  414. color: #00A4FF;
  415. border-bottom: 1px solid #00A4FF;
  416. }
  417. .global_tryList li .img {
  418. padding: 10px;
  419. position: relative;
  420. }
  421. .global_tryList li .img img {
  422. width: 100%;
  423. }
  424. .global_tryList li .img .imgg {
  425. position: absolute;
  426. top: 10%;
  427. left: 8%;
  428. width: 84%;
  429. }
  430. .global_tryList li .img .mask {
  431. display: none;
  432. position: absolute;
  433. top: 0;
  434. left: 0;
  435. width: 100%;
  436. height: 100%;
  437. background: #f2faff;
  438. text-align: center;
  439. }
  440. .global_tryList li .img .mask .code {
  441. padding-top: 20%;
  442. }
  443. .global_tryList li .img .mask .code img {
  444. width: 150px;
  445. }
  446. .global_tryList li .img .mask .text {
  447. font-size: 14px;
  448. color: #000;
  449. line-height: 60px;
  450. }
  451. .global_tryList li .img .mask .btn {
  452. padding-top: 35%;
  453. }
  454. .global_tryList li .img .mask .btn span {
  455. display: inline-block;
  456. width: 190px;
  457. height: 36px;
  458. line-height: 36px;
  459. background: #00A4FF;
  460. border-radius: 36px;
  461. font-size: 14px;
  462. color: #fff;
  463. }
  464. .global_tryList li .bottom {
  465. padding: 20px 25px;
  466. text-align: center;
  467. }
  468. .global_tryList li .bottom .title {
  469. font-size: 18px;
  470. color: #333;
  471. line-height: 30px;
  472. }
  473. .global_tryList li .bottom .des {
  474. font-size: 14px;
  475. color: #999;
  476. line-height: 30px;
  477. }
  478. .global_tryList li:nth-of-type(4n) {
  479. margin-right: 0;
  480. }
  481. .global_tryList .more {
  482. padding-bottom: 80px;
  483. }
  484. .global_tryList .more a {
  485. display: block;
  486. width: 100%;
  487. line-height: 64px;
  488. font-size: 16px;
  489. color: #333;
  490. background: #f2f1f6;
  491. text-align: center;
  492. }
  493. .try_detail_w .try_detail .tab .li {
  494. width: 48%;
  495. margin-right: 4%;
  496. background: #e8f4ff;
  497. text-align: center;
  498. position: relative;
  499. float: left;
  500. padding: 20px 0;
  501. border-radius: 5px;
  502. cursor: pointer;
  503. }
  504. .try_detail_w .try_detail .tab .li:last-child {
  505. margin-right: 0;
  506. }
  507. .try_detail_w .try_detail .tab .li .title {
  508. font-size: 28px;
  509. color: #00A4FF;
  510. line-height: 50px;
  511. }
  512. .try_detail_w .try_detail .tab .li .text {
  513. font-size: 16px;
  514. color: #3E3E3E;
  515. line-height: 40px;
  516. }
  517. .try_detail_w .try_detail .tab .li .dui {
  518. position: absolute;
  519. right: 30px;
  520. bottom: 20px;
  521. display: none;
  522. }
  523. .try_detail_w .try_detail .tab .li .dui i {
  524. font-size: 38px;
  525. line-height: 40px;
  526. color: #fff;
  527. }
  528. .try_detail_w .try_detail .tab .li.current {
  529. background: #00A4FF;
  530. }
  531. .try_detail_w .try_detail .tab .li.current .title {
  532. color: #fff;
  533. }
  534. .try_detail_w .try_detail .tab .li.current .text {
  535. color: #fff;
  536. }
  537. .try_detail_w .try_detail .tab .li.current .dui {
  538. display: block;
  539. }
  540. .try_detail_w .try_detail .form {
  541. text-align: center;
  542. padding-top: 45px;
  543. padding-bottom: 110px;
  544. }
  545. .try_detail_w .try_detail .form .input {
  546. padding-top: 35px;
  547. position: relative;
  548. }
  549. .try_detail_w .try_detail .form .input input {
  550. width: 670px;
  551. height: 55px;
  552. border: 1px solid #DFDFDF;
  553. border-radius: 5px;
  554. font-size: 16px;
  555. color: #696969;
  556. padding: 0 15px;
  557. margin-left: 10px;
  558. }
  559. .try_detail_w .try_detail .form .input span {
  560. font-size: 20px;
  561. color: #FF0000;
  562. line-height: 55px;
  563. padding-left: 6px;
  564. }
  565. .try_detail_w .try_detail .form .input label.error {
  566. position: absolute;
  567. top: 35px;
  568. left: 968px;
  569. line-height: 56px;
  570. color: #ff0000;
  571. font-size: 14px;
  572. }
  573. .try_detail_w .try_detail .form .tips {
  574. width: 700px;
  575. display: inline-block;
  576. background: url(../img/dot.png) repeat-x center center;
  577. }
  578. .try_detail_w .try_detail .form .tips span {
  579. font-size: 18px;
  580. color: #828282;
  581. line-height: 76px;
  582. background: #fff;
  583. padding: 0 15px;
  584. }
  585. .try_detail_w .try_detail .form .button button {
  586. width: 700px;
  587. height: 56px;
  588. background: #00A4FF;
  589. border: none;
  590. border-radius: 5px;
  591. font-size: 18px;
  592. color: #fff;
  593. cursor: pointer;
  594. }
  595. }