sso

newIndex.css 8.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. body{
  2. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", 微软雅黑, sans-serif;
  3. }
  4. .header{
  5. height: 80px;
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. width: 100%;
  10. background: #fff;
  11. z-index: 100;
  12. }
  13. .newNav{
  14. align-items: center;
  15. height: 100%;
  16. width: 1200px;
  17. margin: 0 auto;
  18. display: flex;
  19. justify-content: space-between;
  20. }
  21. .newNav .logo{
  22. width:120px;
  23. margin-right: 60px;
  24. }
  25. .navList{
  26. display: flex;
  27. align-items: center;
  28. font-size: 16px;
  29. height: 100%;
  30. }
  31. .nav-link{
  32. height: 100%;
  33. margin-left: 3vw;
  34. color:#333;
  35. display: flex;
  36. align-items: center;
  37. }
  38. .nav-link:hover, .nav-link_active{
  39. color:#2780F6;
  40. /* border-bottom: 3px solid #2780F6; */
  41. }
  42. .loginBtn{
  43. padding: 6px 30px;
  44. background:rgba(39,128,246,0);
  45. border:1px solid rgba(39, 128, 246, 1);
  46. border-radius:18px;
  47. font-size: 14px;
  48. }
  49. .loginBtn:hover{
  50. color: #3388ff;
  51. }
  52. .freeUse{
  53. padding:6px 30px;
  54. background:rgba(39,128,246,1);
  55. border:1px solid rgba(39, 128, 246, 1);
  56. border-radius:18px;
  57. color: #fff;
  58. font-size: 14px;
  59. margin-left: 10px;
  60. }
  61. .freeUse:hover{
  62. color: #fff;
  63. }
  64. .banner{
  65. width: 100%;
  66. height: 45vw;
  67. position: relative;
  68. margin-top: 80px;
  69. /* background-image: url(https://kuyi.shengws.com/WechatIMG895.png); */
  70. background-image: url(http://images.shengws.com/banner.jpg);
  71. background-position: center center;
  72. background-size: cover;
  73. -webkit-background-size: cover;
  74. zoom: 1;
  75. background-repeat: no-repeat;
  76. }
  77. .bannerBox{
  78. position: absolute;
  79. }
  80. .bannerImg{
  81. width: 100%;
  82. }
  83. .bannerTip{
  84. /* background:rgba(39,128,246,1); */
  85. border-radius:10px;
  86. width: 560px;
  87. height: 70px;
  88. line-height: 70px;
  89. text-align: center;
  90. margin: 0 auto;
  91. font-size: 42px;
  92. color: #2780F6;
  93. font-weight: bold;
  94. font-family: PingFangSC-Regular,Microsoft YaHei,Helvetica Neue,Roboto,Segoe UI,"sans-serif" !important;
  95. }
  96. .bannerMain{
  97. /* padding-top: 100px; */
  98. position: absolute;
  99. width: 100%;
  100. top: 15%;
  101. }
  102. .bannerTxt{
  103. width: 780px;
  104. text-align: center;
  105. margin: 0 auto;
  106. color: #333;
  107. font-size: 20px;
  108. margin-top: 34px;
  109. font-weight: lighter!important;
  110. font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  111. }
  112. .digital{
  113. /* width: 700px; */
  114. width: 100%;
  115. height: 16vw;
  116. display: flex;
  117. margin: 100px auto 0;
  118. /* color: #fff; */
  119. }
  120. .digital-one{
  121. width: 15vw;
  122. /* background:rgba(39,128,246,.9); */
  123. background: #fff;
  124. display: flex;
  125. flex-direction: column;
  126. align-items: center;
  127. text-align: center;
  128. justify-content: space-around;
  129. border-radius: 10px;
  130. }
  131. .digital-two{
  132. width: 15vw;
  133. background: #fff;
  134. /* background:rgba(119,167,212,.9); */
  135. display: flex;
  136. flex-direction: column;
  137. align-items: center;
  138. text-align: center;
  139. justify-content: space-around;
  140. border-radius: 10px;
  141. }
  142. .digitalImg{
  143. width: 6vw;
  144. margin-top: 2vw;
  145. }
  146. .introduce{
  147. height: 30vw;
  148. }
  149. .introduceTitle{
  150. width: 100%;
  151. text-align: center;
  152. color: #333;
  153. font-size: 32px;
  154. margin: 70px 0;
  155. }
  156. .introduceBox{
  157. height: 22vw;
  158. }
  159. .introduceMain{
  160. width: 66vw;
  161. display: flex;
  162. margin: 0 auto;
  163. height: 100%;
  164. justify-content: space-between;
  165. }
  166. .introduceOne{
  167. width: 20vw;
  168. background: #fff;
  169. display: flex;
  170. flex-direction: column;
  171. align-items: center;
  172. text-align: center;
  173. /* justify-content: space-around; */
  174. margin-right: 20px;
  175. box-shadow:0px 4px 25px 0px rgba(39,128,246,0.11);
  176. color: #353535;
  177. border-radius: 10px;
  178. }
  179. .introduceImg{
  180. width: 6vw;
  181. margin-top: 4vw;
  182. margin-bottom: 2vw;
  183. }
  184. .programme{
  185. width: 1200px;
  186. margin: 0 auto;
  187. /* height: 45vw; */
  188. /* padding-left: 40px; */
  189. padding-top: 80px;
  190. padding-bottom: 100px;
  191. }
  192. .programmeTitle{
  193. text-align: center;
  194. width: 100%;
  195. padding: 0px 0 70px;
  196. font-size: 32px;
  197. color: #333;
  198. }
  199. .programmeDescribe{
  200. flex: 1;
  201. }
  202. .describeTip1{
  203. color: #333;
  204. font-size: 18px;
  205. margin: 0;
  206. font-weight: bold;
  207. margin-bottom: 6px;
  208. }
  209. .describeTip2{
  210. color: #333;
  211. font-size: 16px;
  212. margin: 0;
  213. font-weight: lighter!important;
  214. font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  215. }
  216. .mainImg{
  217. width: 43vw;
  218. height: 28vw;
  219. margin-top: -2vw;
  220. }
  221. .free{
  222. display: block;
  223. width: 166px;
  224. background: rgba(39,128,246,1);
  225. border-radius: 22px;
  226. color: #fff;
  227. text-align: center;
  228. padding: 10px 0;
  229. font-size: 14px;
  230. }
  231. .free:hover{
  232. color: #fff;
  233. }
  234. .download{
  235. width: 100%;
  236. padding-top: 80px;
  237. padding-bottom: 100px;
  238. }
  239. .downloadTitle{
  240. text-align: center;
  241. width: 100%;
  242. padding: 0px 0 70px;
  243. font-size: 32px;
  244. color: #333;
  245. }
  246. .downloadBox{
  247. width: 1200px;
  248. display: flex;
  249. margin: 0 auto;
  250. justify-content: space-between;
  251. }
  252. .downOne{
  253. width: 24%;
  254. display: flex;
  255. flex-direction: column;
  256. text-align: center;
  257. align-items: center;
  258. border: 1px solid #EEEEEE;
  259. }
  260. .downOne>img:first-of-type{
  261. width: 8vw;
  262. margin-top: 3vw;
  263. }
  264. .downOne>img:last-of-type{
  265. width: 18vw;
  266. margin-bottom: 2vw;
  267. }
  268. .downOne>span{
  269. font-size: 18px;
  270. color: #333;
  271. margin-bottom: 1vw;
  272. font-weight: bold;
  273. margin-top: 6px;
  274. }
  275. .downOne>p{
  276. font-size: 14px;
  277. color: #333;
  278. }
  279. .tipBox{
  280. width:50vw;
  281. margin: 0 auto;
  282. display: flex;
  283. justify-content: space-between;
  284. margin-top: 6vw;
  285. }
  286. .tipOne{
  287. display: flex;
  288. flex-direction: column;
  289. text-align: center;
  290. align-items: center;
  291. }
  292. .tipOne>img{
  293. width: 5vw;
  294. }
  295. .tipOne>span{
  296. font-size: 22px;
  297. font-weight: bold;
  298. color: #333;
  299. margin-top: 1vw;
  300. }
  301. .tipOne>p{
  302. font-size: 16px;
  303. color: #666666;
  304. margin-top: 5px;
  305. }
  306. .advert{
  307. width: 100%;
  308. position: relative;
  309. }
  310. .advertBlue{
  311. width: 100%;
  312. height: 40vw;
  313. background: #2780F6;
  314. padding-top: 80px;
  315. }
  316. .advertWhite{
  317. width: 100%;
  318. height: 40vw;
  319. }
  320. .advertTitle{
  321. text-align: center;
  322. width: 100%;
  323. padding: 0px 0 40px;
  324. font-size: 28px;
  325. color: #fff;
  326. }
  327. .productBox{
  328. width: 40vw;
  329. margin: 0 auto 20px;
  330. display: flex;
  331. justify-content: space-between;
  332. }
  333. .productOne{
  334. display: flex;
  335. flex-direction: column;
  336. text-align: center;
  337. align-items: center;
  338. color:#fff;
  339. }
  340. .productOne>img{
  341. width: 5vw;
  342. }
  343. .sort{
  344. color:#fff;
  345. font-size: 12px;
  346. text-align: center;
  347. width: 100%;
  348. margin-top: 2vw;
  349. }
  350. .position{
  351. position: absolute;
  352. left: 50%;
  353. top: 58%;
  354. transform: translate(-50%,-50%);
  355. }
  356. .sponsorBox{
  357. width: 60vw;
  358. background: #fff;
  359. display: flex;
  360. flex-wrap: wrap;
  361. }
  362. .sponsorOne{
  363. width: 12vw;
  364. height: 12vw;
  365. display: flex;
  366. flex-direction: column;
  367. align-items: center;
  368. }
  369. .sponsorOne>img{
  370. width: 100%;
  371. margin-top: 3vw;
  372. margin-bottom: 1vw;
  373. }
  374. .sponsorOne>p{
  375. font-size: 14px;
  376. color: #333;
  377. }
  378. .background{
  379. background: #F8F8F8;
  380. }
  381. .slogan{
  382. width: 100%;
  383. font-size: 22px;
  384. color: #fff;
  385. height: 14vw;
  386. display: flex;
  387. align-items: center;
  388. background-image: url(/static/images/img/28.png);
  389. background-position: center center;
  390. background-size: cover;
  391. -webkit-background-size: cover;
  392. zoom: 1;
  393. background-repeat: no-repeat;
  394. }
  395. .slogan>p{
  396. width: 100%;
  397. text-align: center;
  398. margin: 0;
  399. font-size: 30px;
  400. }
  401. .footer{
  402. width: 100%;
  403. padding-bottom: 1vw;
  404. background: #171E2F;
  405. color: #fff;
  406. }
  407. .footerBox{
  408. width: 72vw;
  409. margin: 0 auto;
  410. }
  411. .point{
  412. padding-top: 5vw;
  413. padding-bottom: 1vw;
  414. }
  415. .contactBox{
  416. display: flex;
  417. font-size: 14px;
  418. justify-content: space-between;
  419. }
  420. .copyRight{
  421. font-size: 12px;
  422. text-align: center;
  423. margin-top: 4vw;
  424. }
  425. .suspension{
  426. border:none;
  427. box-shadow: none;
  428. right:30px;
  429. bottom:12%;
  430. }
  431. .suspension .a{
  432. background: none;
  433. border: none;
  434. height: 70px;
  435. margin-bottom: 10px;
  436. width: 70px;
  437. }
  438. .suspension .a:hover{
  439. background: none;
  440. }