index.css.bak 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-family: 'Microsoft YaHei','\5FAE\8F6F\96C5\9ED1','Hiragino Sans GB', tahoma,arial,sans-serif;
  5. }
  6. .pullLeft {
  7. float: left !important;
  8. }
  9. .pullRight {
  10. float: right !important;
  11. }
  12. .pullClear {
  13. clear: both !important;
  14. }
  15. .container {
  16. width: 1100px;
  17. margin-left: auto;
  18. margin-right: auto;
  19. }
  20. .fullC {
  21. width: 100%;
  22. background-color: RGB(50,52,54);
  23. position:fixed;
  24. top:0;
  25. z-index: 100;
  26. }
  27. .fullC .CHeader {
  28. width: 1100px;
  29. height: 50px;
  30. background-color: RGB(50,52,54);
  31. margin-left: auto;
  32. margin-right: auto;
  33. }
  34. .CHeader .logo {
  35. background-image: url("../images/logo@2x.png");
  36. width: 175px;
  37. height: 50px;
  38. margin: 8px 0px;
  39. }
  40. .CHeader .Tel400 {
  41. height: 50px;
  42. line-height: 50px;
  43. vertical-align: middle;
  44. margin-right: 45px;
  45. width: 135px;
  46. }
  47. .CHeader .Tel400 div:nth-child(1) {
  48. margin: 10px 0px;
  49. width: 26px;
  50. height: 26px;
  51. background-image: url("../images/电话icon@2x.png");
  52. margin-right: 10px;
  53. }
  54. .CHeader .Tel400 div:first-child {
  55. margin: 10px 0px;
  56. width: 26px;
  57. height: 26px;
  58. background-image: url("../images/电话icon@2x.png");
  59. margin-right: 10px;
  60. }
  61. .CHeader .Tel400 div:nth-child(2) {
  62. font-size: 16px;
  63. color: white;
  64. }
  65. .CHeader .Tel400 div:first-child + div {
  66. font-size: 16px;
  67. color: white;
  68. }
  69. .CHeader .menu {
  70. font-size: 14px;
  71. padding: 17px 0px;
  72. }
  73. .CHeader .menu a {
  74. margin-left: 25px;
  75. color: RGBA(255,255,255, 0.5);
  76. *color: RGB(255,255,255);/*IE6,7*/
  77. color: RGB(255,255,255)\0;/*IE8*/
  78. color: RGBA(255,255,255, 0.5)\9\0;/*IE9*/
  79. text-decoration: none;
  80. }
  81. .CHeader .menu a:nth-child(1) {
  82. border: 1px solid RGBA(255,255,255, 0.5);
  83. *border: 1px solid RGB(255,255,255);/*IE6,7*/
  84. border: 1px solid RGB(255,255,255)\0;/*IE8*/
  85. border: 1px solid RGBA(255,255,255, 0.5)\9\0;/*IE9*/
  86. padding: 7px 10px;
  87. border-radius: 14px;
  88. }
  89. .CHeader .menu a:first-child {
  90. border: 1px solid RGBA(255,255,255, 0.5);
  91. *border: 1px solid RGB(255,255,255);/*IE6,7*/
  92. border: 1px solid RGB(255,255,255)\0;/*IE8*/
  93. border: 1px solid RGBA(255,255,255, 0.5)\9\0;/*IE9*/
  94. padding: 7px 10px;
  95. border-radius: 14px;
  96. }
  97. .CHeader .menu a:nth-child(2) {
  98. }
  99. .page1 {
  100. background-image: url("../images/banner@2x.png");
  101. width: 100%;
  102. height: 900px;
  103. }
  104. .page2 {
  105. background-color: RGB(250,251,252);
  106. width: 100%;
  107. height: 900px;
  108. text-align: center;
  109. }
  110. .page2 .container {
  111. height: 100%;
  112. }
  113. .page2 .container .title {
  114. color: RGB(51,51,51);
  115. font-size: 38px;
  116. padding-top: 120px;
  117. margin-bottom: 30px;
  118. }
  119. .page2 .subTitle {
  120. color: RGB(140,140,140);
  121. font-size: 16px;
  122. letter-spacing: 1px;
  123. line-height: 32px;
  124. margin-bottom: 40px;
  125. }
  126. .page2 .images {
  127. background-image: url("../images/整图@2x.png");
  128. width: 940px;
  129. height: 500px;
  130. margin-left: auto;
  131. margin-right: auto;
  132. }
  133. .page3 {
  134. background-color: RGB(240,241,242);
  135. width: 100%;
  136. height: 900px;
  137. }
  138. .page3 .container {
  139. height: 100%;
  140. }
  141. .page3 .container .content{
  142. width: 500px;
  143. }
  144. .page3 .container .title {
  145. color: RGB(38,38,38);
  146. font-size: 38px;
  147. padding-top: 300px;
  148. margin-bottom: 30px;
  149. }
  150. .page3 .subTitle {
  151. color: RGB(140,140,140);
  152. font-size: 16px;
  153. letter-spacing: 1px;
  154. line-height: 32px;
  155. margin-bottom: 40px;
  156. }
  157. .page3 .subTitle font {
  158. color: RGB(140,140,140);
  159. font-size: 16px;
  160. letter-spacing: 1px;
  161. line-height: 32px;
  162. margin-bottom: 40px;
  163. font-weight: bold;
  164. }
  165. .page3 .images {
  166. margin-top: 160px;
  167. background-image: url("../images/整图page3.png");
  168. width: 522px;
  169. height: 570px;
  170. }
  171. .page4 {
  172. background-color: RGB(250,251,252);
  173. width: 100%;
  174. height: 900px;
  175. }
  176. .page4 .container {
  177. height: 100%;
  178. text-align: center;
  179. }
  180. .page4 .container .title {
  181. color: RGB(38,38,38);
  182. font-size: 38px;
  183. padding-top: 120px;
  184. margin-bottom: 30px;
  185. }
  186. .page4 .subTitle {
  187. color: RGB(140,140,140);
  188. font-size: 16px;
  189. letter-spacing: 1px;
  190. line-height: 32px;
  191. margin-bottom: 35px;
  192. }
  193. .page4 .list>div{
  194. width: 25%;
  195. height: 205px;
  196. float: left !important;
  197. padding-top: 35px;
  198. }
  199. .page4 .list>div ul,
  200. .page4 .list>div:hover ul{
  201. list-style: none;
  202. margin: 0;
  203. padding: 0;
  204. }
  205. .page4 .list>div ul li{
  206. color: RGB(102,102,102);
  207. font-size: 16px;
  208. line-height: 32px;
  209. font-weight: 500;
  210. text-align: left;
  211. padding-left: 20px;
  212. }
  213. .page4 .list>div:hover {
  214. border-radius: 12px;
  215. background:-webkit-gradient(linear, 0 0, 0 100%, from(RGB(25,217,242)), to(RGB(23,155,232)));
  216. background: -moz-linear-gradient(top, RGB(25,217,242),RGB(23,155,232) );
  217. background: -webkit-gradient(linear,top, left, color-stop(0, RGB(25,217,242)), color-stop(1, RGB(23,155,232)));
  218. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffff', endColorstr='#33CCff', GradientType='0');
  219. }
  220. .page4 .list>div:hover ul li{
  221. color: white;
  222. }
  223. .page4 .list>div ul li:nth-child(1){
  224. color: RGB(77,77,77);
  225. font-size: 20px;
  226. line-height: 26px;
  227. font-weight: bold;
  228. margin-bottom: 25px;
  229. text-align: center;
  230. padding-left: 0px;
  231. }
  232. .page4 .list>div ul li:first-child{
  233. color: RGB(77,77,77);
  234. font-size: 20px;
  235. line-height: 26px;
  236. font-weight: bold;
  237. margin-bottom: 25px;
  238. text-align: center;
  239. padding-left: 0px;
  240. }
  241. .page4 .list>div:hover ul li:nth-child(1){
  242. color: white;
  243. }
  244. .page4 .list>div ul li:first-child{
  245. color: RGB(77,77,77);
  246. font-size: 20px;
  247. line-height: 26px;
  248. font-weight: bold;
  249. margin-bottom: 25px;
  250. text-align: center;
  251. padding-left: 0px;
  252. }
  253. .page4 .list > div ul li:nth-child(1) font {
  254. position: absolute;
  255. }
  256. .page4 .list > div ul li:first-child font {
  257. position: absolute;
  258. }
  259. .page4 .list>div:nth-child(1) ul li:nth-child(1) span{
  260. width: 26px;
  261. height: 26px;
  262. background-image: url("../images/全天服务icon@2x.png");
  263. display: inline-block;
  264. margin-right: 10px;
  265. margin-left: -100px;
  266. }
  267. .page4 .list>div:first-child ul li:first-child span{
  268. width: 26px;
  269. height: 26px;
  270. background-image: url("../images/全天服务icon@2x.png");
  271. display: inline-block;
  272. margin-right: 10px;
  273. margin-left: -100px;
  274. }
  275. .page4 .list>div:nth-child(1):hover ul li:nth-child(1) span{
  276. background-image: url("../images/全天服务icon(效果)@2x.png");
  277. }
  278. .page4 .list>div:first-child:hover ul li:first-child span{
  279. background-image: url("../images/全天服务icon(效果)@2x.png");
  280. }
  281. .page4 .list>div:nth-child(2) ul li:nth-child(1) span{
  282. width: 26px;
  283. height: 23px;
  284. background-image: url("../images/BD服务icon@2x.png");
  285. display: inline-block;
  286. margin-right: 10px;
  287. margin-left: -100px;
  288. }
  289. .page4 .list>div:first-child + div ul li:first-child span{
  290. width: 26px;
  291. height: 23px;
  292. background-image: url("../images/BD服务icon@2x.png");
  293. display: inline-block;
  294. margin-right: 10px;
  295. margin-left: -100px;
  296. }
  297. .page4 .list>div:nth-child(2):hover ul li:nth-child(1) span{
  298. background-image: url("../images/BD服务icon(效果)@2x.png");
  299. }
  300. .page4 .list>div:first-child + div:hover ul li:first-child span{
  301. background-image: url("../images/BD服务icon(效果)@2x.png");
  302. }
  303. .page4 .list>div:nth-child(3) ul li:nth-child(1) span{
  304. width: 26px;
  305. height: 26px;
  306. background-image: url("../images/技术支持icon@2x.png");
  307. display: inline-block;
  308. margin-right: 10px;
  309. margin-left: -100px;
  310. }
  311. .page4 .list>div:first-child + div + div ul li:first-child span{
  312. width: 26px;
  313. height: 26px;
  314. background-image: url("../images/技术支持icon@2x.png");
  315. display: inline-block;
  316. margin-right: 10px;
  317. margin-left: -100px;
  318. }
  319. .page4 .list>div:nth-child(3):hover ul li:nth-child(1) span{
  320. background-image: url("../images/技术支持icon(效果)@2x.png");
  321. }
  322. .page4 .list>div:first-child + div + div:hover ul li:first-child span{
  323. background-image: url("../images/技术支持icon(效果)@2x.png");
  324. }
  325. .page4 .list>div:nth-child(4) ul li:nth-child(1) span{
  326. width: 21px;
  327. height: 24px;
  328. background-image: url("../images/结算服务icon@2x.png");
  329. display: inline-block;
  330. margin-right: 10px;
  331. margin-left: -100px;
  332. }
  333. .page4 .list>div:first-child + div + div + div ul li:first-child span{
  334. width: 21px;
  335. height: 24px;
  336. background-image: url("../images/结算服务icon@2x.png");
  337. display: inline-block;
  338. margin-right: 10px;
  339. margin-left: -100px;
  340. }
  341. .page4 .list>div:nth-child(4):hover ul li:nth-child(1) span{
  342. background-image: url("../images/结算服务icon(效果)@2x.png");
  343. }
  344. .page4 .list>div:first-child + div + div + div:hover ul li:first-child span{
  345. background-image: url("../images/结算服务icon(效果)@2x.png");
  346. }
  347. .page4 .list{
  348. margin-bottom: 80px;
  349. }
  350. .page4 .lcTitle {
  351. height: 30px;
  352. line-height: 30px;
  353. font-size: 30px;
  354. color: RGB(77,77,77);
  355. text-align: center;
  356. vertical-align: middle;
  357. margin-top: 100px;
  358. }
  359. .page4 .lcTitle img {
  360. margin-right: 10px;
  361. margin-left: -130px;
  362. }
  363. .page4 .lcTitle span {
  364. position: absolute;
  365. }
  366. .page4 .lcImage {
  367. text-align: center;
  368. }
  369. .page4 .lcImage ul {
  370. list-style: none;
  371. padding: 0;
  372. margin-top: 35px;
  373. margin-left: 280px;
  374. }
  375. .page4 .lcImage li {
  376. float: left !important;
  377. }
  378. .page4 .lcImage div {
  379. background-image: url("../images/圆点分割@2x.png");
  380. width: 36px;
  381. height: 4px;
  382. margin-left: 12px;
  383. margin-right: 12px;
  384. margin-top: 30px;
  385. }
  386. .page4 .lcImage li:nth-child(1) a {
  387. background-image: url(../images/注册@2x.png);
  388. width: 63px;
  389. height: 83px;
  390. display:block;
  391. }
  392. .page4 .lcImage li:first-child a {
  393. background-image: url(../images/注册@2x.png);
  394. width: 63px;
  395. height: 83px;
  396. display:block;
  397. }
  398. .page4 .lcImage li:nth-child(1) a:hover {
  399. background-image: url(../images/注册@2x1.png);
  400. width: 78px;
  401. height: 104px;
  402. display:block;
  403. }
  404. .page4 .lcImage li:first-child a:hover {
  405. background-image: url(../images/注册@2x1.png);
  406. width: 78px;
  407. height: 104px;
  408. display:block;
  409. }
  410. .page4 .lcImage li:nth-child(3) a {
  411. background-image: url(../images/商户签约@2x.png);
  412. width: 64px;
  413. height: 84px;
  414. display:block;
  415. }
  416. .page4 .lcImage li:first-child + li + li a {
  417. background-image: url(../images/商户签约@2x.png);
  418. width: 64px;
  419. height: 84px;
  420. display:block;
  421. }
  422. .page4 .lcImage li:nth-child(3) a:hover {
  423. background-image: url(../images/商户签约@2x1.png);
  424. width: 68px;
  425. height: 103px;
  426. display:block;
  427. }
  428. .page4 .lcImage li:first-child + li + li a:hover {
  429. background-image: url(../images/商户签约@2x1.png);
  430. width: 68px;
  431. height: 103px;
  432. display:block;
  433. }
  434. .page4 .lcImage li:nth-child(5) a {
  435. background-image: url(../images/获取接入包@2x.png);
  436. width: 80px;
  437. height: 85px;
  438. display:block;
  439. }
  440. .page4 .lcImage li:first-child + li + li + li + li a {
  441. background-image: url(../images/获取接入包@2x.png);
  442. width: 80px;
  443. height: 85px;
  444. display:block;
  445. }
  446. .page4 .lcImage li:nth-child(5) a:hover {
  447. background-image: url(../images/获取接入包@2x1.png);
  448. width: 90px;
  449. height: 104px;
  450. display:block;
  451. }
  452. .page4 .lcImage li:first-child + li + li + li + li a:hover {
  453. background-image: url(../images/获取接入包@2x1.png);
  454. width: 90px;
  455. height: 104px;
  456. display:block;
  457. }
  458. .page4 .lcImage li:nth-child(7) a {
  459. background-image: url(../images/技术联调@2x.png);
  460. width: 63px;
  461. height: 84px;
  462. display:block;
  463. }
  464. .page4 .lcImage li:first-child + li + li + li + li + li + li a {
  465. background-image: url(../images/技术联调@2x.png);
  466. width: 63px;
  467. height: 84px;
  468. display:block;
  469. }
  470. .page4 .lcImage li:nth-child(7) a:hover {
  471. background-image: url(../images/技术联调@2x1.png);
  472. width: 78px;
  473. height: 103px;
  474. display:block;
  475. }
  476. .page4 .lcImage li:first-child + li + li + li + li + li + li a:hover {
  477. background-image: url(../images/技术联调@2x1.png);
  478. width: 78px;
  479. height: 103px;
  480. display:block;
  481. }
  482. .page4 .lcImage li:nth-child(9) a {
  483. background-image: url(../images/上线运营@2x.png);
  484. width: 66px;
  485. height: 83px;
  486. display:block;
  487. }
  488. .page4 .lcImage li:first-child + li + li + li + li + li + li + li + li a {
  489. background-image: url(../images/上线运营@2x.png);
  490. width: 66px;
  491. height: 83px;
  492. display:block;
  493. }
  494. .page4 .lcImage li:nth-child(9) a:hover {
  495. background-image: url(../images/上线运营@2x1.png);
  496. width: 89px;
  497. height: 102px;
  498. display:block;
  499. }
  500. .page4 .lcImage li:first-child + li + li + li + li + li + li + li + li a:hover {
  501. background-image: url(../images/上线运营@2x1.png);
  502. width: 89px;
  503. height: 102px;
  504. display:block;
  505. }
  506. .page5 {
  507. background-color: RGB(240,241,242);
  508. width: 100%;
  509. height: 900px;
  510. }
  511. .page5 .container {
  512. height: 100%;
  513. text-align: center;
  514. }
  515. .page5 .container .title {
  516. color: RGB(38,38,38);
  517. font-size: 38px;
  518. padding-top: 120px;
  519. margin-bottom: 30px;
  520. }
  521. .page5 ul {
  522. list-style: none;
  523. padding: 0;
  524. margin-top: 35px;
  525. margin-left: 180px;
  526. }
  527. .page5 ul li{
  528. float: left !important;
  529. margin-right: 55px;
  530. margin-bottom: 50px;
  531. }
  532. .page5 li:nth-child(1) a {
  533. background-image: url(../images/微信@2x.png);
  534. width: 80px;
  535. height: 80px;
  536. display:block;
  537. }
  538. .page5 li:first-child a {
  539. background-image: url(../images/微信@2x.png);
  540. width: 80px;
  541. height: 80px;
  542. display:block;
  543. }
  544. .page5 li:nth-child(1) a:hover {
  545. background-image: url(../images/微信(交互)@2x.png);
  546. width: 80px;
  547. height: 80px;
  548. display:block;
  549. }
  550. .page5 li:first-child a:hover {
  551. background-image: url(../images/微信(交互)@2x.png);
  552. width: 80px;
  553. height: 80px;
  554. display:block;
  555. }
  556. .page5 li:nth-child(2) a {
  557. background-image: url(../images/支付宝@2x1.png);
  558. width: 80px;
  559. height: 80px;
  560. display:block;
  561. }
  562. .page5 li:first-child + li a {
  563. background-image: url(../images/支付宝@2x1.png);
  564. width: 80px;
  565. height: 80px;
  566. display:block;
  567. }
  568. .page5 li:nth-child(2) a:hover {
  569. background-image: url(../images/支付宝(交互)@2x1.png);
  570. width: 80px;
  571. height: 80px;
  572. display:block;
  573. }
  574. .page5 li:first-child + li a:hover {
  575. background-image: url(../images/支付宝(交互)@2x1.png);
  576. width: 80px;
  577. height: 80px;
  578. display:block;
  579. }
  580. .page5 li:nth-child(3) a {
  581. background-image: url(../images/工商@2x.png);
  582. width: 80px;
  583. height: 80px;
  584. display:block;
  585. }
  586. .page5 li:first-child + li + li a {
  587. background-image: url(../images/工商@2x.png);
  588. width: 80px;
  589. height: 80px;
  590. display:block;
  591. }
  592. .page5 li:nth-child(3) a:hover {
  593. background-image: url(../images/工商(交互)@2x.png);
  594. width: 80px;
  595. height: 80px;
  596. display:block;
  597. }
  598. .page5 li:first-child + li + li a:hover {
  599. background-image: url(../images/工商(交互)@2x.png);
  600. width: 80px;
  601. height: 80px;
  602. display:block;
  603. }
  604. .page5 li:nth-child(4) a {
  605. background-image: url(../images/建设@2x.png);
  606. width: 80px;
  607. height: 80px;
  608. display:block;
  609. }
  610. .page5 li:first-child + li + li + li a {
  611. background-image: url(../images/建设@2x.png);
  612. width: 80px;
  613. height: 80px;
  614. display:block;
  615. }
  616. .page5 li:nth-child(4) a:hover {
  617. background-image: url(../images/建设(交互)@2x.png);
  618. width: 80px;
  619. height: 80px;
  620. display:block;
  621. }
  622. .page5 li:first-child + li + li + li a:hover {
  623. background-image: url(../images/建设(交互)@2x.png);
  624. width: 80px;
  625. height: 80px;
  626. display:block;
  627. }
  628. .page5 li:nth-child(5) a {
  629. background-image: url(../images/招商@2x.png);
  630. width: 80px;
  631. height: 80px;
  632. display:block;
  633. }
  634. .page5 li:first-child + li + li + li + li a {
  635. background-image: url(../images/招商@2x.png);
  636. width: 80px;
  637. height: 80px;
  638. display:block;
  639. }
  640. .page5 li:nth-child(5) a:hover {
  641. background-image: url(../images/招商(交互)@2x.png);
  642. width: 80px;
  643. height: 80px;
  644. display:block;
  645. }
  646. .page5 li:first-child + li + li + li + li a:hover {
  647. background-image: url(../images/招商(交互)@2x.png);
  648. width: 80px;
  649. height: 80px;
  650. display:block;
  651. }
  652. .page5 li:nth-child(6) a {
  653. background-image: url(../images/兴业@2x.png);
  654. width: 80px;
  655. height: 80px;
  656. display:block;
  657. }
  658. .page5 li:first-child + li + li + li + li + li a {
  659. background-image: url(../images/兴业@2x.png);
  660. width: 80px;
  661. height: 80px;
  662. display:block;
  663. }
  664. .page5 li:nth-child(6) a:hover {
  665. background-image: url(../images/兴业(交互)@2x.png);
  666. width: 80px;
  667. height: 80px;
  668. display:block;
  669. }
  670. .page5 li:first-child + li + li + li + li + li a:hover {
  671. background-image: url(../images/兴业(交互)@2x.png);
  672. width: 80px;
  673. height: 80px;
  674. display:block;
  675. }
  676. .page5 li:nth-child(7) a {
  677. background-image: url(../images/移动@2x.png);
  678. width: 80px;
  679. height: 80px;
  680. display:block;
  681. }
  682. .page5 li:first-child + li + li + li + li + li + li a {
  683. background-image: url(../images/移动@2x.png);
  684. width: 80px;
  685. height: 80px;
  686. display:block;
  687. }
  688. .page5 li:nth-child(7) a:hover {
  689. background-image: url(../images/移动(交互)@2x.png);
  690. width: 80px;
  691. height: 80px;
  692. display:block;
  693. }
  694. .page5 li:first-child + li + li + li + li + li + li a:hover {
  695. background-image: url(../images/移动(交互)@2x.png);
  696. width: 80px;
  697. height: 80px;
  698. display:block;
  699. }
  700. .page5 li:nth-child(8) a {
  701. background-image: url(../images/联通@2x.png);
  702. width: 80px;
  703. height: 80px;
  704. display:block;
  705. }
  706. .page5 li:first-child + li + li + li + li + li + li + li a {
  707. background-image: url(../images/联通@2x.png);
  708. width: 80px;
  709. height: 80px;
  710. display:block;
  711. }
  712. .page5 li:nth-child(8) a:hover {
  713. background-image: url(../images/联通(交互)@2x.png);
  714. width: 80px;
  715. height: 80px;
  716. display:block;
  717. }
  718. .page5 li:first-child + li + li + li + li + li + li + li a:hover {
  719. background-image: url(../images/联通(交互)@2x.png);
  720. width: 80px;
  721. height: 80px;
  722. display:block;
  723. }
  724. .page5 li:nth-child(9) a {
  725. background-image: url(../images/电信@2x.png);
  726. width: 80px;
  727. height: 80px;
  728. display:block;
  729. }
  730. .page5 li:first-child + li + li + li + li + li + li + li + li a {
  731. background-image: url(../images/电信@2x.png);
  732. width: 80px;
  733. height: 80px;
  734. display:block;
  735. }
  736. .page5 li:nth-child(9) a:hover {
  737. background-image: url(../images/电信(交互)@2x.png);
  738. width: 80px;
  739. height: 80px;
  740. display:block;
  741. }
  742. .page5 li:first-child + li + li + li + li + li + li + li + li a:hover {
  743. background-image: url(../images/电信(交互)@2x.png);
  744. width: 80px;
  745. height: 80px;
  746. display:block;
  747. }
  748. .page5 li:nth-child(10) a {
  749. background-image: url(../images/易宝@2x.png);
  750. width: 80px;
  751. height: 80px;
  752. display:block;
  753. }
  754. .page5 li:first-child + li + li + li + li + li + li + li + li + li a {
  755. background-image: url(../images/易宝@2x.png);
  756. width: 80px;
  757. height: 80px;
  758. display:block;
  759. }
  760. .page5 li:nth-child(10) a:hover {
  761. background-image: url(../images/易宝(交互)@2x.png);
  762. width: 80px;
  763. height: 80px;
  764. display:block;
  765. }
  766. .page5 li:first-child + li + li + li + li + li + li + li + li + li a:hover {
  767. background-image: url(../images/易宝(交互)@2x.png);
  768. width: 80px;
  769. height: 80px;
  770. display:block;
  771. }
  772. .page5 li:nth-child(11) a {
  773. background-image: url(../images/盛付通@2x.png);
  774. width: 80px;
  775. height: 80px;
  776. display:block;
  777. }
  778. .page5 li:first-child + li + li + li + li + li + li + li + li + li + li a {
  779. background-image: url(../images/盛付通@2x.png);
  780. width: 80px;
  781. height: 80px;
  782. display:block;
  783. }
  784. .page5 li:nth-child(11) a:hover {
  785. background-image: url(../images/盛付通(交互)@2x.png);
  786. width: 80px;
  787. height: 80px;
  788. display:block;
  789. }
  790. .page5 li:first-child + li + li + li + li + li + li + li + li + li + li a:hover {
  791. background-image: url(../images/盛付通(交互)@2x.png);
  792. width: 80px;
  793. height: 80px;
  794. display:block;
  795. }
  796. .page5 li:nth-child(12) a {
  797. background-image: url(../images/汇付宝@2x.png);
  798. width: 80px;
  799. height: 80px;
  800. display:block;
  801. }
  802. .page5 li:first-child + li + li + li + li + li + li + li + li + li + li + li a {
  803. background-image: url(../images/汇付宝@2x.png);
  804. width: 80px;
  805. height: 80px;
  806. display:block;
  807. }
  808. .page5 li:nth-child(12) a:hover {
  809. background-image: url(../images/汇付宝(交互)@2x.png);
  810. width: 80px;
  811. height: 80px;
  812. display:block;
  813. }
  814. .page5 li:first-child + li + li + li + li + li + li + li + li + li + li + li a:hover {
  815. background-image: url(../images/汇付宝(交互)@2x.png);
  816. width: 80px;
  817. height: 80px;
  818. display:block;
  819. }
  820. .page5 .image {
  821. background-image: url("../images/地图@2x.png");
  822. width: 1100px;
  823. height: 300px;
  824. }
  825. .page5 .image .info {
  826. width: 525px;
  827. height: 245px;
  828. background-color: RGBA(41,44,46, 0.9);
  829. *background-color: RGB(41,44,46);/*IE6,7*/
  830. background-color: RGB(41,44,46)\0;/*IE8*/
  831. background-color: RGBA(41,44,46, 0.9)\9\0;/*IE9*/
  832. padding-top: 55px;
  833. padding-left: 40px;
  834. }
  835. .page5 .image .info .infoLogo{
  836. background-image: url("../images/logo部分@2x.png");
  837. width: 150px;
  838. height: 50px;
  839. margin-bottom: 40px;
  840. }
  841. .page5 .image .info ul {
  842. margin: 0px;
  843. padding: 0px;
  844. }
  845. .page5 .image .info ul li {
  846. color: RGB(255,255,255);
  847. clear:both;
  848. margin: 0px;
  849. padding: 0px;
  850. font-size: 14px;
  851. line-height: 28px;
  852. }
  853. .page5 .image .info .infoMsg {
  854. background-image: url("../images/联系方式@2x.png");
  855. width: 459px;
  856. height: 100px;
  857. }
  858. .page5 .footer {
  859. padding-top: 60px;
  860. color: #999999;
  861. text-align: center;
  862. font-size: 12px;
  863. line-height: 26px;
  864. }
  865. .upMenu, .downMenu {
  866. width: 50px;
  867. height: 50px;
  868. position: fixed;
  869. left: 0;
  870. right: 0;
  871. margin-left: auto;
  872. margin-right: auto;
  873. }
  874. .upMenu {
  875. top: 40px;
  876. }
  877. .downMenu {
  878. bottom: 40px;
  879. }
  880. .upMenu a, .downMenu a {
  881. width: 50px;
  882. height: 50px;
  883. background-color: RGB(66,184,241);
  884. color: white;
  885. border: 1px solid RGB(66,184,241);
  886. border-radius: 50px;
  887. font-size: 32px;
  888. padding: 10px;
  889. text-decoration: none;
  890. }
  891. .zz {
  892. background-color: RGBA(0,0,0, 0.5);
  893. *background-color: RGB(0,0,0);/*IE6,7*/
  894. background-color: RGB(0,0,0)\0;/*IE8*/
  895. background-color: RGBA(0,0,0, 0.5)\9\0;/*IE9*/
  896. filter: Alpha(opacity=50);
  897. z-index: 1050;
  898. width: 100%;
  899. height: 1080px;
  900. position: fixed;
  901. top: 0;
  902. }
  903. .modal {
  904. width: 380px;
  905. background-color: RGBA(255,255,255, 0.98);
  906. *background-color: RGB(255,255,255);/*IE6,7*/
  907. background-color: RGB(255,255,255)\0;/*IE8*/
  908. background-color: RGBA(255,255,255, 0.98)\9\0;/*IE9*/
  909. border-radius: 6px;
  910. z-index: 1150;
  911. position: fixed;
  912. top: 26%;
  913. left: 40%;
  914. padding-bottom: 20px;
  915. -webkit-box-shadow:0 0 10px 5px RGBA(0,0,0, 0.3);
  916. -moz-box-shadow:0 0 10px 5px RGBA(0,0,0, 0.3);
  917. box-shadow:0 0 10px 5px RGBA(0,0,0, 0.3);
  918. }
  919. .modal .mheader {
  920. margin-top: 45px;
  921. background-image: url("../images/login_logo@2x.png");
  922. width: 62px;
  923. height: 34px;
  924. margin-left: auto;
  925. margin-right: auto;
  926. margin-bottom: 35px;
  927. }
  928. .modal .menus {
  929. width: 200px;
  930. margin-left: auto;
  931. margin-right: auto;
  932. border-bottom: 1px solid RGB(66,184,241);
  933. height: 25px;
  934. margin-bottom: 20px;
  935. }
  936. .modal .menus a {
  937. width: 100px;
  938. text-align: center;
  939. display: inline-block;
  940. float: left !important;
  941. text-decoration: none;
  942. font-size: 14px;
  943. padding-bottom: 3px;
  944. color: black;
  945. }
  946. .modal .menus a.active {
  947. color: RGB(66,184,241);
  948. border-bottom: 2px solid RGB(66,184,241);
  949. }
  950. .modal form {
  951. width: 300px;
  952. /*height: 300px;*/
  953. margin-left: auto;
  954. margin-right: auto;
  955. }
  956. .modal form .controller {
  957. margin-bottom: 17px;
  958. height: 48px;
  959. }
  960. .modal form .controller input {
  961. width: 230px;
  962. height: 46px;
  963. height: 36px\0;/*IE8*/
  964. font-size: 20px\0;/*IE8*/
  965. padding-top: 10px\0;/*IE8*/
  966. border: 0px;
  967. background-color: RGB(235,235,235);
  968. border-radius: 0 6px 6px 0;
  969. margin-left: -1px;
  970. padding-left: 20px;
  971. }
  972. .modal form .controller .btnIco {
  973. width: 50px;
  974. height: 47px;
  975. background-color: RGB(66,184,241);
  976. border-radius: 6px 0 0 6px;
  977. float: left !important;
  978. /*margin-top: 1px\0;/*IE8*/
  979. }
  980. input::-ms-input-placeholder{
  981. margin-left: 20px;
  982. }
  983. input::-webkit-input-placeholder{
  984. margin-left: 20px;
  985. }
  986. .modal form .controller .btn {
  987. width: 300px;
  988. height: 47px;
  989. border-radius: 6px;
  990. background-color: RGB(66,184,241);
  991. color: white;
  992. display: inline-block;
  993. text-decoration: none;
  994. text-align: center;
  995. line-height: 47px;
  996. font-size: 18px;
  997. vertical-align: middle;
  998. }
  999. .modal form .controller .tips {
  1000. font-size: 12px;
  1001. }
  1002. .modal form .controller .reg {
  1003. color: RGB(66,184,241);
  1004. font-size: 12px;
  1005. }
  1006. form input {
  1007. }