25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

534 lines
8.9 KiB

  1. *{
  2. box-sizing: border-box;
  3. }
  4. .body,body,select,input,view,text,button,textarea{
  5. font-family: 'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
  6. }
  7. body,.body{
  8. font-size: 14px; color: #fff; background-color: #111111;
  9. overflow-x: hidden;line-height: 1.6;
  10. }
  11. a{
  12. color: inherit;
  13. }
  14. a:hover{
  15. color: inherit;
  16. }
  17. img{
  18. max-width: 100%;
  19. }
  20. .clearfix:after{
  21. content: "";display: table; clear: both; height: 0; visibility: hidden;
  22. }
  23. .fl{
  24. float: left;
  25. }
  26. .fr{
  27. float: right;
  28. }
  29. /*header*/
  30. .header{
  31. /*margin-top: 50px; position: absolute;*/ left: 0; right: 0; top: 0;
  32. /**/
  33. background: #111111;
  34. position: fixed;
  35. padding-top: 50px;
  36. padding-bottom: 20px;
  37. z-index: 99;
  38. }
  39. .header .logo{
  40. margin-left: 55px; float: left;
  41. }
  42. .header .nav{
  43. float: right; margin-right: 60px;
  44. font-weight: 400;
  45. }
  46. .header .nav li{
  47. margin-left: 55px; display: inline-block;vertical-align: middle;font-size: 16px;
  48. }
  49. .header .nav li.active a,
  50. .header .nav li a:hover{
  51. color: #369FFF;
  52. }
  53. .form-box{
  54. width: 400px; margin: 200px auto 170px;
  55. }
  56. .form-tit{
  57. text-align: center;font-size: 22px; margin-bottom: 20px;
  58. }
  59. .form{
  60. background: #202020;border-radius: 4px; padding: 55px 55px 55px 55px;
  61. position: relative;
  62. }
  63. .form-err{
  64. background: #FF6A6A;
  65. border-radius: 4px 4px 0 0;
  66. position: absolute; left: 0; right: 0; top: 0;
  67. padding: 10px;
  68. font-style: normal;
  69. font-weight: normal;
  70. font-size: 12px;
  71. text-align: center;
  72. }
  73. .form-list li{
  74. margin-bottom: 15px;
  75. }
  76. .form-list .text{
  77. width: 100%; height: 52px;
  78. background: #111111;
  79. border-radius: 4px; border: 0; font-size: 14px;color: #989898; padding: 0 15px;
  80. border: #111111 solid 1px;
  81. }
  82. .form-list .text-err{
  83. border-color: #FF6A6A;
  84. }
  85. .form-list .textcode{
  86. width: 160px;
  87. }
  88. .form-list .textcode + img{
  89. vertical-align: middle;
  90. width: 116px; height: 52px;
  91. }
  92. .form-list .text:focus{
  93. border: #369FFF solid 1px;
  94. }
  95. .form-list a:hover{
  96. color: #369FFF;
  97. }
  98. .form-btns{
  99. margin-top: 50px;text-align: center;
  100. }
  101. .form-btns li+li{
  102. margin-top: 10px;
  103. }
  104. .form-btns .btn{
  105. width: 100%; height: 55px; background: #FFFFFF; font-size: 16px; color: #111111;
  106. border: 1px solid #FFFFFF;
  107. box-sizing: border-box;
  108. border-radius: 4px;
  109. cursor: pointer;
  110. display: inline-block;
  111. line-height: 55px;
  112. }
  113. .form-btns .btn:hover{
  114. background: #369FFF !important;
  115. border-color: #369FFF !important;
  116. color: #fff !important;
  117. }
  118. .form-btns .btn.btn1{
  119. background: transparent; color: #fff;
  120. }
  121. .form-other{
  122. text-align: center;margin-top: 15px;
  123. }
  124. .form-other .hd{
  125. color: #4E4E4E;
  126. }
  127. .form-other .bd{
  128. margin-top: 15px;
  129. }
  130. /*首页*/
  131. .wrapper{
  132. width: 1440px; margin: 0 auto;
  133. }
  134. .hbanner{
  135. }
  136. .hbanner .wrapper{
  137. background: url(../imgs/home1.png) no-repeat right center;
  138. height: 940px;
  139. padding-top: 305px;
  140. }
  141. .hbanner-txt{
  142. padding-left: 155px;
  143. }
  144. .hbanner-txt h2{
  145. font-size: 40px;
  146. line-height: 160%;
  147. color: #fff;
  148. font-weight: bold;
  149. margin-bottom: 55px;
  150. }
  151. .hbanner-txt h2 font{
  152. color: #369FFF;
  153. }
  154. .hbanner-txt .list{
  155. font-size: 14px;
  156. line-height: 20px;
  157. }
  158. .hbanner-txt .list li{
  159. margin-bottom: 24px;
  160. }
  161. .hbanner-txt .list li:last-child{
  162. margin-bottom: 0;
  163. }
  164. .hbanner-txt .list .num{
  165. background: #333333;
  166. border-radius: 1px;
  167. margin-left: 5px;
  168. padding: 0 3px;
  169. font-family: 'Barlow-Regular';
  170. }
  171. .hbanner-txt .btns{
  172. margin-top: 60px;
  173. }
  174. .hbanner-txt .btns a{
  175. width: 130px;
  176. height: 55px;
  177. line-height: 55px;
  178. text-align: center;
  179. display: inline-block;
  180. border: 1px solid #FFFFFF;
  181. box-sizing: border-box;
  182. border-radius: 4px;
  183. margin-right: 24px;
  184. /*transition: 0.4s;*/
  185. }
  186. .hbanner-txt .btns a:hover{
  187. background: #369FFF !important;
  188. color: #fff !important;
  189. border-color: #369FFF;
  190. }
  191. .hbanner-txt .btns a.on{
  192. color: #111111;
  193. background: #fff;
  194. }
  195. .hrow{
  196. height: 634px;
  197. }
  198. .hrow .wrapper{
  199. /*overflow: hidden;*/
  200. padding: 0 10%;
  201. }
  202. .hrow .fl{
  203. float: left;
  204. }
  205. .hrow .fr{
  206. float: right;
  207. }
  208. .hrow .txt{
  209. /*padding-left: 155px;*/
  210. padding-top: 210px;
  211. /*width: 570px;*/
  212. width: 53%;
  213. }
  214. .hrow .txt h2{
  215. font-weight: 600;
  216. font-size: 40px;
  217. line-height: 160%;
  218. margin-bottom: 50px;
  219. }
  220. .hrow .txt p{
  221. font-size: 22px;
  222. line-height: 1.4;
  223. padding-bottom: 30px;
  224. }
  225. .hrow .txt p img{
  226. margin-right: 13px;
  227. }
  228. .hrow .img{
  229. /*padding-top: 120px;*/
  230. padding-top: 110px;
  231. /*width: 500px;*/
  232. width: 43%;
  233. }
  234. .hrow1{
  235. background: #202020;
  236. height: 634px;
  237. }
  238. .hrow1 .img{
  239. position: relative;
  240. }
  241. .hrow1 .img> .box{
  242. position: absolute; left: 0; top: -50px;
  243. }
  244. .hrow1 .img>img{
  245. position: relative; z-index: 2;
  246. }
  247. .hrow2{
  248. background: #369FFF;
  249. height: 634px;
  250. }
  251. .hrow3{
  252. background: #111111;
  253. height: 634px;
  254. }
  255. .hrow4{
  256. background: #202020;
  257. height: 570px;
  258. }
  259. .hrow5{
  260. background: #369FFF;
  261. height: 634px;
  262. }
  263. .hrow6{
  264. background: #111111;
  265. height: 617px;
  266. }
  267. .hrow7{
  268. background: #202020;
  269. height: 617px;
  270. }
  271. .hfoot{
  272. height: 594px;
  273. background: url(../imgs/home9.png) no-repeat center top #fff;
  274. color: #111111;
  275. text-align: center;
  276. padding-top: 280px;
  277. position: relative;
  278. }
  279. .hfoot h2{
  280. font-size: 40px;
  281. line-height: 160%;
  282. font-weight: bold;
  283. }
  284. .hfoot h2 br{
  285. display: none;
  286. }
  287. .hfoot .num{
  288. background: #DFF0FF;
  289. color: #369FFF;
  290. font-weight: bold;
  291. border-radius: 1px;
  292. margin-right: 1px;
  293. padding: 0 6px;
  294. font-family: 'Barlow-Regular';
  295. }
  296. .hfoot .btn{
  297. display: inline-block;
  298. width: 130px;
  299. height: 55px;
  300. line-height: 55px;
  301. background: #111111;
  302. border-radius: 4px;
  303. margin-top: 24px;
  304. font-size: 16px;
  305. color: #fff;
  306. /*transition: 0.4s;*/
  307. }
  308. .hfoot .btn:hover{
  309. background: #369FFF;
  310. }
  311. .hfoot .copyright {
  312. color: #9C9C9C;
  313. position: absolute;
  314. left: 0; right: 0; text-align: center; bottom: 35px;
  315. }
  316. /*价格*/
  317. .mprice-main{
  318. background:#111111 url(../imgs/bg1.png) no-repeat center top;
  319. padding-top: 200px;
  320. padding-bottom: 210px;
  321. text-align: center;
  322. }
  323. .mprice-main .wrapper{
  324. overflow: hidden;
  325. /*padding-left: 140px;*/
  326. padding-top: 80px;
  327. }
  328. .mprice-main .item{
  329. width: 218px;
  330. /*float: left;*/
  331. display: inline-block;
  332. vertical-align: top;
  333. text-align: center;
  334. margin-right: 24px;
  335. cursor: pointer;
  336. transition: 0.4s;
  337. -webkit-transition: 0.4s;
  338. }
  339. .mprice-main .item:hover{
  340. transform:translateY(-20px);
  341. -webkit-transform:translateY(-20px);
  342. }
  343. .mprice-main .itemtit:hover{
  344. transform:translateY(0);
  345. -webkit-transform:translateY(0);
  346. }
  347. .mprice-main .item .title{
  348. font-style: normal;
  349. font-weight: 600;
  350. font-size: 22px;
  351. height: 60px;
  352. }
  353. .mprice-main .itembox{
  354. background: #202020;
  355. border-radius: 4px;
  356. height: 902px;
  357. padding-top: 46px;
  358. position: relative;
  359. padding-bottom: 130px;
  360. }
  361. .mprice-main .itembox-bgnone{
  362. background: none;
  363. }
  364. .mprice-main .itembox-border{
  365. background: #111111;
  366. border: 1px solid #202020;
  367. }
  368. .mprice-main .itembox-border li{
  369. border-bottom: #202020 solid 1px;
  370. }
  371. .mprice-main .itembox-highlight{
  372. background: #369FFF;
  373. }
  374. .mprice-main .item ul{
  375. padding: 0 25px;
  376. }
  377. .mprice-main .item ul.tit{
  378. color: #989898;
  379. text-align: left;
  380. padding-left: 50px;
  381. }
  382. .mprice-main .item li{
  383. padding: 20px 0;
  384. }
  385. .mprice-main .item li.num{
  386. height: 90px;
  387. padding: 0;
  388. border: none;
  389. font-family: "Barlow-Regular";
  390. }
  391. .mprice-main .item li.num big{
  392. font-size: 40px;
  393. font-weight: bold;
  394. }
  395. .mprice-main .item .btn{
  396. position: absolute; left: 0; right: 0; bottom: 35px;
  397. }
  398. .mprice-main .item .btn a{
  399. width: 130px;
  400. height: 55px;
  401. line-height: 55px;
  402. text-align: center;
  403. border: 1px solid #FFFFFF;
  404. box-sizing: border-box;
  405. border-radius: 4px;
  406. display: inline-block;
  407. }
  408. .mprice-main .item .btn a:hover{
  409. background: #369FFF;
  410. border-color: #369FFF;
  411. }
  412. .mprice-main .itembox-highlight .btn a{
  413. color: #369FFF;
  414. background: #fff;
  415. }
  416. .mprice-main .itembox-highlight .btn a:hover{
  417. border-color: #fff;
  418. color: #fff;
  419. }
  420. .mprice-explain{
  421. background: #202020;
  422. padding: 60px 0 150px;
  423. }
  424. .mprice-explain .wrapper{
  425. padding: 0 155px;
  426. }
  427. .mprice-explain h3{
  428. font-style: normal;
  429. font-weight: 600;
  430. font-size: 22px;
  431. margin-bottom: 60px;
  432. }
  433. .mprice-explain p{
  434. margin-bottom: 24px;
  435. font-size: 14px;
  436. }
  437. /*下载*/
  438. .downpage{
  439. width: 736px;
  440. /*height: 821px;*/
  441. background: #202020;
  442. border-radius: 4px;
  443. margin: 0 auto;
  444. margin-top: 210px;
  445. margin-bottom: 270px;
  446. padding: 24px;
  447. }
  448. .downlist{
  449. border-bottom: #333333 solid 1px;
  450. padding: 60px 0;
  451. }
  452. .downlist .head{
  453. font-style: normal;
  454. font-weight: 600;
  455. font-size: 22px; text-align: center;
  456. }
  457. .downlist .dbody{
  458. margin-top: 60px;
  459. text-align: center;
  460. }
  461. .downlist .dbody li{
  462. display: inline-block; margin: 0 30px;
  463. }
  464. .downlist .dbody .txt{
  465. font-style: normal;
  466. font-weight: normal;
  467. font-size: 14px;
  468. color: #989898;
  469. margin-top: 15px;
  470. }
  471. .downlist .dbody .btn{
  472. margin-top: 20px;
  473. }
  474. .downlist .dbody .btn a{
  475. width: 130px;
  476. height: 55px;
  477. line-height: 55px;
  478. text-align: center;
  479. border: 1px solid #FFFFFF;
  480. box-sizing: border-box;
  481. border-radius: 4px;
  482. display: inline-block;
  483. font-style: normal;
  484. font-weight: 500;
  485. font-size: 16px;
  486. }
  487. .downlist .dbody .btn a.on{
  488. background: #fff;
  489. color: #111111;
  490. }
  491. .downlist .dbody .btn a:hover{
  492. background: #369FFF;
  493. border-color: #369FFF;
  494. color: #fff;
  495. }
  496. .downlist .dbody .link{
  497. margin-top: 20px;
  498. }
  499. .downlist .dbody .link a{
  500. text-decoration: underline;
  501. font-style: normal;
  502. font-weight: 500;
  503. font-size: 16px;
  504. }
  505. .downlist + .downlist{
  506. border: none;
  507. }
  508. .downtip{
  509. font-style: normal;
  510. font-weight: normal;
  511. font-size: 12px;
  512. line-height: 17px;
  513. color: #666666;
  514. padding-top: 24px;
  515. }
  516. .regbg{
  517. background:#111111 url(../imgs/regbg.jpg) no-repeat center top;
  518. }