You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

259 lines
3.7 KiB

  1. /* process1.html */
  2. .index_box {
  3. width: 1500px;
  4. margin: 50px auto;
  5. }
  6. .inSec1L {
  7. line-height: 0;
  8. float: left;
  9. width: 261px;
  10. }
  11. .inSec1L img {
  12. width: 100%;
  13. }
  14. .inSec1In {
  15. float: left;
  16. margin-top: 60px;
  17. }
  18. .inSec1In div {
  19. display: inline-block;
  20. vertical-align: middle;
  21. width: 13px;
  22. height: 13px;
  23. border-radius: 50%;
  24. margin: 0 3px;
  25. }
  26. .inSec1In1 div {
  27. background-color: #1D9CFF;
  28. }
  29. .inSec1In1 div:first-child {
  30. margin-left: 0;
  31. }
  32. .inSec1In1 div:last-child {
  33. margin-right: 0;
  34. }
  35. .inSec1R {
  36. margin-left: 343px;
  37. }
  38. .inSec1Box>* {
  39. display: inline-block;
  40. vertical-align: middle;
  41. }
  42. .inSec1Box:first-child .inSec1Con {
  43. margin-top: 30px;
  44. }
  45. .inSec1Con {
  46. position: relative;
  47. font-size: 28px;
  48. font-weight: bold;
  49. width: 318px;
  50. border: 4px solid #5BB7FF;
  51. color: #272727;
  52. padding: 15px 50px;
  53. line-height: 44px;
  54. transition: all 0.3s;
  55. -moz-transition: all 0.3s;
  56. -ms-transition: all 0.3s;
  57. -o-transition: all 0.3s;
  58. -webkit-transition: all 0.3s;
  59. text-align: left;
  60. cursor:pointer;
  61. }
  62. .inSec1Num {
  63. background-color: #fff;
  64. position: absolute;
  65. left: 10px;
  66. top: -25px;
  67. z-index: 3;
  68. font-size: 68px;
  69. font-weight: bold;
  70. font-style: italic;
  71. color: #E5E5E5;
  72. padding: 0 15px 0 0;
  73. }
  74. .inSec1Con i {
  75. height: 34px;
  76. width: 34px;
  77. border-radius: 18px;
  78. line-height: 34px;
  79. background-color: #7BC5FF;
  80. position: absolute;
  81. right: 20px;
  82. top: 0;
  83. bottom: 0;
  84. margin: auto;
  85. text-align: center;
  86. color: #fff;
  87. transition: all 0.3s;
  88. -moz-transition: all 0.3s;
  89. -ms-transition: all 0.3s;
  90. -o-transition: all 0.3s;
  91. -webkit-transition: all 0.3s;
  92. }
  93. .inSec1Box>img {
  94. width: 70px;
  95. margin: 0 10px 0;
  96. }
  97. .inSec1Box:first-child>img {
  98. margin-top: 30px;
  99. }
  100. .inSec1Down {
  101. margin: 8px 0;
  102. text-align: right;
  103. }
  104. .inSec1Down img {
  105. width: 30px;
  106. margin-right: 145px;
  107. }
  108. .inSec1Box2 {
  109. text-align: right;
  110. }
  111. .index_box1 .inSec1Con:hover,
  112. .index_box1 .inSec1Con.active {
  113. border-color: #EFB142;
  114. color: #EFB142;
  115. }
  116. .index_box1 .inSec1Con:hover i,
  117. .index_box1 .inSec1Con.active i {
  118. background-color: #EFB142;
  119. }
  120. /* process1.html */
  121. /* process2.html */
  122. .inSec1In2 div {
  123. background-color: #8BBED5;
  124. }
  125. .index_box2 .inSec1Con {
  126. border: 2px solid #2175D6;
  127. border-radius: 4px;
  128. padding: 18px 20px 12px;
  129. width: 213px;
  130. font-size: 23px;
  131. }
  132. .index_box2 .inSec1Num {
  133. font-style: normal;
  134. font-size: 48px;
  135. padding: 0 5px 0 5px;
  136. }
  137. .index_box2 .inSec1Con i {
  138. position: relative;
  139. top: 0;
  140. right: 0;
  141. background-color: #B6CFE5;
  142. height: 28px;
  143. width: 28px;
  144. border-radius: 14px;
  145. line-height: 28px;
  146. }
  147. .index_box2 .inSec1Con span {
  148. display: block;
  149. overflow: hidden;
  150. white-space: nowrap;
  151. text-overflow: ellipsis;
  152. }
  153. .icon {
  154. text-align: center;
  155. margin-top: 10px;
  156. }
  157. .index_box2 .inSec1Down img {
  158. margin-right: 95px;
  159. }
  160. .index_box2 .inSec1Con:hover,
  161. .index_box2 .inSec1Con.active {
  162. border-color: #6AA8C6;
  163. color: #EFB142;
  164. }
  165. .index_box2 .inSec1Con:hover i,
  166. .index_box2 .inSec1Con.active i {
  167. background-color: #EFB142;
  168. }
  169. /* process2.html */
  170. /* process3.html */
  171. .inSec1In3 div {
  172. background-color: #ADBBCD;
  173. }
  174. .index_box3 .inSec1Con {
  175. border: 2px solid #3A95E1;
  176. border-radius: 4px;
  177. padding: 18px 20px 12px;
  178. width: 213px;
  179. font-size: 23px;
  180. }
  181. .index_box3 .inSec1Num {
  182. font-style: normal;
  183. font-size: 48px;
  184. padding: 0 5px 0 5px;
  185. }
  186. .index_box3 .inSec1Con i {
  187. position: relative;
  188. top: 0;
  189. right: 0;
  190. background-color: #B6CFE5;
  191. height: 28px;
  192. width: 28px;
  193. border-radius: 14px;
  194. line-height: 28px;
  195. }
  196. .index_box3 .inSec1Con span {
  197. display: block;
  198. }
  199. /* .icon{
  200. text-align: center;
  201. margin-top: 10px;
  202. } */
  203. .index_box3 .inSec1Down img {
  204. margin-right: 95px;
  205. }
  206. .index_box3 .inSec1Con:hover,
  207. .index_box3 .inSec1Con.active {
  208. border-color: #3A95E1;
  209. color: #EFB142;
  210. }
  211. .index_box3 .inSec1Con:hover i,
  212. .index_box3 .inSec1Con.active i {
  213. background-color: #EFB142;
  214. }
  215. /* process3.html */
  216. /* process4.html */
  217. /* process4.html */