index.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. ul,
  2. li,
  3. ol {
  4. list-style: none;
  5. }
  6. .clearfix:before,
  7. .clearfix:after {
  8. content: "";
  9. display: table;
  10. }
  11. .clearfix:after {
  12. clear: both;
  13. overflow: hidden;
  14. }
  15. .clearfix {
  16. zoom: 1;
  17. }
  18. .w1200 {
  19. width: 1200px;
  20. margin: 0 auto;
  21. box-sizing: border-box;
  22. -webkit-box-sizing: border-box;
  23. -moz-box-sizing: border-box;
  24. }
  25. /* btn */
  26. .down-btn {
  27. width: 280px;
  28. display: block;
  29. background: linear-gradient(-90deg, rgba(85, 113, 255, 1), rgba(21, 87, 255, 1));
  30. background: #1557FF;
  31. font-size: 0;
  32. text-align: center;
  33. box-shadow: 0px 5px 24px 0px rgba(255, 255, 255, 0.1);
  34. border-radius: 6px;
  35. }
  36. .down-btn span {
  37. display: inline-block;
  38. line-height: 60px;
  39. color: #fff;
  40. font-size: 20px;
  41. }
  42. .down-btn:hover {
  43. background: #527EFF;
  44. }
  45. .down-btn:active {
  46. background: #2C35DC;
  47. }
  48. /* */
  49. .index-line-center {
  50. padding: 60px 0 80px;
  51. }
  52. .index-line-center>h2 {
  53. font-size: 34px;
  54. color: #333333;
  55. text-align: center;
  56. line-height: 1;
  57. padding-bottom: 36px;
  58. position: relative;
  59. }
  60. .index-line-center>h2::after {
  61. content: "";
  62. position: absolute;
  63. bottom: 0;
  64. width: 100px;
  65. height: 4px;
  66. background: #358CFF;
  67. left: 50%;
  68. margin-left: -50px;
  69. }
  70. #dian {
  71. position: absolute;
  72. width: 100%;
  73. height: 100%;
  74. left: 0;
  75. top: 0;
  76. z-index: 1;
  77. }
  78. #dian1 {
  79. position: absolute;
  80. width: 100%;
  81. height: 100%;
  82. left: 0;
  83. top: 0;
  84. z-index: 1;
  85. }
  86. .js-canvas-box {
  87. position: relative;
  88. }
  89. .canvas-br {
  90. position: relative;
  91. z-index: 2;
  92. }
  93. .function-ctt img {
  94. display: block;
  95. margin: 0 auto;
  96. }
  97. .function-ctt h3 {
  98. text-align: center;
  99. font-size: 22px;
  100. color: #666666;
  101. margin-top: 12px;
  102. line-height: 1;
  103. }
  104. .function-ctt p {
  105. text-align: center;
  106. font-size: 12px;
  107. color: #999999;
  108. margin-top: 18px;
  109. line-height: 2;
  110. }
  111. .function-ctt:hover {
  112. background: rgba(144, 186, 255, .11);
  113. }
  114. .index-img-text {
  115. padding: 95px 0;
  116. }
  117. .index-text {
  118. width: 50%;
  119. float: left;
  120. padding-top: 74px;
  121. }
  122. .index-text>div h3 {
  123. font-size: 30px;
  124. color: #333333;
  125. line-height: 1.5;
  126. }
  127. .index-text>div p {
  128. font-size: 14px;
  129. color: #666666;
  130. line-height: 1.8;
  131. margin-top: 30px;
  132. margin-bottom: 35px;
  133. }
  134. .index-img {
  135. float: left;
  136. width: 50%;
  137. }
  138. .index-img img {
  139. box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
  140. }
  141. .function-list {
  142. margin-top: 35px;
  143. }
  144. .function-list li {
  145. width: 18.6%;
  146. float: left;
  147. }
  148. .function-list li+li {
  149. margin-left: 1.75%;
  150. }
  151. .function-ctt {
  152. padding: 22px 18px 40px;
  153. background: #fff;
  154. box-shadow: 0px 7px 43px 0px rgba(228, 237, 251, 0.6);
  155. }
  156. .function-ctt img {
  157. display: block;
  158. margin: 0 auto;
  159. }