index.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. .main-con,.footer,.header{
  2. width: 100%;
  3. min-width: 1200px;
  4. margin: 0 auto;
  5. }
  6. .banner img{
  7. display: block;
  8. width: 100%;
  9. }
  10. .demonstration-pic{
  11. width: 100%;
  12. max-width: 1200px;
  13. display: block;
  14. margin: 10px auto;
  15. }
  16. .scences-title{
  17. text-align: center;
  18. padding: 20px 0;
  19. }
  20. .scences-title h3{
  21. font-size: 38px;
  22. margin-bottom: 30px;
  23. line-height: 38px;
  24. }
  25. .scences-title p{
  26. font-size: 16px !important;
  27. line-height: 26px;
  28. color: #2f2f2f;
  29. }
  30. .scences ul{
  31. width: 1192px;
  32. display: flex;
  33. flex-wrap: wrap;
  34. position: relative;
  35. margin: 0 auto;
  36. }
  37. .scences ul li{
  38. width: 25%;
  39. height: 320px;
  40. padding-right:25px;
  41. position: relative;
  42. box-sizing: border-box;
  43. margin-bottom: 25px;
  44. }
  45. .scences ul li p{
  46. width: 100%;
  47. height: 20px;
  48. text-align: center;
  49. position: absolute;
  50. top: 0;
  51. right: 0;
  52. bottom: 0;
  53. left: 0;
  54. margin: auto;
  55. font-size: 19px;
  56. color: #fff;
  57. }
  58. .statis .cont{
  59. width: 100%;
  60. max-width: 1200px;
  61. margin: 30px auto 0;
  62. }
  63. .statis ul{
  64. padding: 20px 94px;
  65. display: flex;
  66. justify-content: space-between;
  67. flex-wrap: wrap;
  68. }
  69. .statis ul li{
  70. display: inline-block;
  71. width: 260px;
  72. height: 180px;
  73. vertical-align: top;
  74. }
  75. .statis ul li .icon{
  76. background: url(../images/index/statis/sprite.png) no-repeat
  77. }
  78. .statis ul li h3{
  79. margin-top: 16px;
  80. font-size: 18px;
  81. color: #2f2f2f;
  82. }
  83. .statis ul li p{
  84. font-size: 12px;
  85. color: grey;
  86. line-height: 24px;
  87. margin-top: 30px;
  88. }
  89. .statis ul li .icon:nth-child(1){
  90. height: 39px;
  91. width: 40px;
  92. background-position: -178px 0;
  93. }
  94. .statis ul li .icon:nth-child(2){
  95. height: 39px;
  96. width: 36px;
  97. background-position: -218px 0;
  98. }
  99. .statis ul li .icon:nth-child(3){
  100. height: 36px;
  101. width: 40px;
  102. background-position: -254px 0;
  103. }
  104. .statis ul li .icon:nth-child(4){
  105. height: 36px;
  106. width: 36px;
  107. background-position: -294px 0;
  108. }
  109. .chart {
  110. padding: 30px 0;
  111. }
  112. .chart .cont{
  113. width: 100%;
  114. max-width: 1200px;
  115. margin: 0 auto;
  116. }
  117. .chart .cont img{
  118. width: 100%;
  119. display: block;
  120. border: 1px solid #f1f1f1;
  121. box-shadow: 10px 40px 50px #eee;
  122. box-sizing: border-box;
  123. }
  124. .chart p{
  125. font-size: 14px;
  126. color: #2f2f2f;
  127. margin-top: 68px;
  128. text-align: center;
  129. }
  130. .alarm ul {
  131. width: 1200px;
  132. max-width: 100%;
  133. margin: 0 auto;
  134. padding: 20px 10px;
  135. box-sizing: border-box;
  136. display: flex;
  137. justify-content: center;
  138. }
  139. .alarm ul li {
  140. width: 25%;
  141. height: 360px;
  142. padding-top: 110px;
  143. box-sizing: border-box;
  144. margin-left: 10px;
  145. text-align: center;
  146. vertical-align: top;
  147. background-color: #fff;
  148. border: 1px solid #eaeaea;
  149. margin-bottom: 20px;
  150. box-sizing: border-box;
  151. }
  152. .alarm ul li:nth-child(1){
  153. margin-left: 0;
  154. }
  155. .alarm ul li .icon{
  156. width: 48px;
  157. height: 48px;
  158. margin: 0 auto;
  159. }
  160. .alarm ul li:nth-child(1) .icon{
  161. background: url(../images/index/statis/secure_icon.png) no-repeat;
  162. }
  163. .alarm ul li:nth-child(2) .icon{
  164. background: url(../images/index/statis/secure_icon.png) -53px 0 no-repeat;
  165. }
  166. .alarm ul li:nth-child(3) .icon{
  167. background: url(../images/index/statis/secure_icon.png) -107px 0 no-repeat;
  168. }
  169. .alarm ul li:nth-child(4) .icon{
  170. background: url(../images/index/statis/secure_icon.png) -158px 0 no-repeat;
  171. }
  172. .alarm ul li p{
  173. font-size: 20px;
  174. color: #2f2f2f;
  175. font-weight: 600;
  176. text-align: center;
  177. margin-top: 56px;
  178. }
  179. .layout-item {
  180. width: 100%;
  181. max-width: 1200px;
  182. margin: 0 auto;
  183. padding: 20px 10px;
  184. box-sizing: border-box;
  185. }
  186. .layout-item .layout-item-title{
  187. color: #0070c0;
  188. font-size: 24px;
  189. padding-bottom: 30px;
  190. }
  191. .layout-item .layout-item-title .icon{
  192. padding: 0 15px 0 10px;
  193. }
  194. .layout-item .tab-wrap .tab-head-cont{
  195. }
  196. .layout-item .tab-wrap .tab-head{
  197. display: inline-block;
  198. padding: 9px 16px;
  199. color: #333;
  200. font-size:18px;
  201. font-weight: 600;
  202. cursor: pointer;
  203. }
  204. .layout-item .tab-wrap .tab-head.active{
  205. color: #265d3d;
  206. margin-bottom: -1px;
  207. border: 1px solid #eee;
  208. border-top: solid 2px #265d3d;
  209. border-bottom: 0;
  210. }
  211. .tab-cont-conatiner{
  212. padding: 10px 16px;
  213. border: solid 1px #eee;
  214. }
  215. .layout-item .tab-wrap .tab-cont{
  216. display: none;
  217. padding: 15px;
  218. }
  219. .layout-item .tab-wrap .tab-cont li{
  220. padding-bottom: 20px;
  221. }
  222. .layout-item .tab-wrap .tab-cont li p{
  223. padding-bottom: 20px;
  224. }
  225. .layout-item .tab-wrap .tab-cont li .tab-cont-title{
  226. color: #333;
  227. font-size: 14px;
  228. line-height: 1.4;
  229. overflow-x: hidden;
  230. font-family: "microsoft yahei", "微软雅黑";
  231. font-weight: 600;
  232. padding: 8px;
  233. }
  234. .layout-item .tab-wrap .tab-cont li .tab-cont-title::before{
  235. content: "▶";
  236. color: red;
  237. padding-right: 2px;
  238. }
  239. .layout-item .tab-wrap .tab-cont li p{
  240. color: #666;
  241. font-size: 14px;
  242. line-height: 1.6;
  243. text-indent: 18px;
  244. padding-top: 10px;
  245. }
  246. .advantage{
  247. width:100%;
  248. max-width: 1200px;
  249. margin: 0 auto;
  250. padding:0 20px;
  251. box-sizing: border-box;
  252. padding-bottom: 80px;
  253. }
  254. .advantage-title{
  255. text-align: center;
  256. color: rgb(0, 112, 192);
  257. font-size: 24px;
  258. padding: 30px 0;
  259. }
  260. .advantage-subtitle{
  261. text-indent: 2em;
  262. line-height: 1.5;
  263. color: #666;
  264. font-size: 14px;
  265. font-family: "microsoft yahei", "微软雅黑";
  266. padding-bottom: 25px;
  267. }
  268. .advantage img{
  269. max-width: 100%;
  270. margin: 0 auto;
  271. display: block;
  272. }
  273. .advantage table{
  274. border-collapse: collapse;
  275. border-spacing: 0;
  276. margin: 60px auto 0;
  277. }
  278. .advantage table tr td{
  279. border: 1px solid #ddd;
  280. padding: 8px 12px;
  281. line-height: 1.5;
  282. word-break: break-all;
  283. font-size: 14px;
  284. }
  285. .advantage table tr td:nth-child(2){
  286. min-width: 95px;
  287. }
  288. .advantage table tr td:nth-child(1),.advantage table tr td:nth-child(2){
  289. color: rgb(31, 73, 125);
  290. font-weight: 600;
  291. }