base.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  1. @charset "utf-8";
  2. /*2*/
  3. .support-scenes{
  4. width: 1200px;
  5. height: 495px;
  6. /*padding-top: 50px;*/
  7. margin: 0 auto;
  8. border-top: 1px solid transparent;
  9. }
  10. .sub-title{
  11. width: 660px;
  12. height: 60px;
  13. margin: 40px auto 50px;
  14. text-align: center;
  15. }
  16. .sub-title h2{
  17. position: relative;
  18. }
  19. .sub-title h2 span{
  20. color: #ddd;
  21. font-weight: 100;
  22. position: absolute;
  23. }
  24. .sub-title h2 span:first-child{
  25. top: -10px;
  26. left: 52px;
  27. }
  28. .sub-title h2 span:last-child{
  29. top: -10px;
  30. right: 52px;
  31. }
  32. .sub-title p{
  33. margin-top: 8px;
  34. color: #666;
  35. }
  36. .scenes li{
  37. float: left;
  38. width: 200px;
  39. height: 254px;
  40. margin-right: 50px;
  41. border-radius: 10px;
  42. box-shadow: -6px 5px 21px 0px
  43. rgba(163, 195, 255, 0.4);
  44. position: relative;
  45. overflow: hidden;
  46. background: url(../images-1/index-scenes-spirit.png) no-repeat;
  47. }
  48. .scenes li:nth-of-type(1){
  49. background-position: 0 0;
  50. }
  51. .scenes li:nth-of-type(2){
  52. background-position: -200px 0;
  53. }
  54. .scenes li:nth-of-type(3){
  55. background-position: -400px 0;
  56. }
  57. .scenes li:nth-of-type(4){
  58. background-position: -600px 0;
  59. }
  60. .scenes li:nth-of-type(5){
  61. background-position: -800px 0;
  62. margin-right: 0;
  63. }
  64. .scenes li>p{
  65. margin-top: 200px;
  66. text-align: center;
  67. }
  68. /*.scenes li:hover{
  69. background-color: #3760ac;
  70. }*/
  71. .scenes-content{
  72. width: 200px;
  73. height: 254px;
  74. background: #fff;
  75. background: url(../images-1/index-scenes-spirit1.png) no-repeat;
  76. background-size: 500% 70%;
  77. background-color: #3760ac;
  78. padding:170px 48px 0 48px;
  79. text-align: center;
  80. color: #fff;
  81. position: absolute;
  82. top: 254px;
  83. left: 0;
  84. }
  85. .scenes-content p:first-of-type{
  86. font-weight: 600;
  87. margin-bottom: 8px;
  88. }
  89. .scenes li:nth-of-type(1) .scenes-content{
  90. background-position: 0 0;
  91. }
  92. .scenes li:nth-of-type(2) .scenes-content{
  93. background-position: -200px 0;
  94. }
  95. .scenes li:nth-of-type(3) .scenes-content{
  96. background-position: -400px 0;
  97. }
  98. .scenes li:nth-of-type(4) .scenes-content{
  99. background-position: -600px 0;
  100. }
  101. .scenes li:nth-of-type(5) .scenes-content{
  102. background-position: -800px 0;
  103. margin-right: 0;
  104. }
  105. .scenes li:hover .scenes-content{
  106. top: 0;
  107. /*transition: top .5s linear;*/
  108. }
  109. .scenes-min{
  110. display: none;
  111. }
  112. /*3*/
  113. .support-payment-bg{
  114. width: 100%;
  115. height: 720px;
  116. background-color: #f7f7f7;
  117. }
  118. .support-payment{
  119. width: 1200px;
  120. height: 720px;
  121. margin: 0 auto;
  122. border-top: 1px solid transparent;
  123. }
  124. .support-payment .sub-title{
  125. color: #2a2a2a;
  126. }
  127. .support-payment li{
  128. float: left;
  129. width: 286px;
  130. height: 158px;
  131. border: 1px solid #ededed;
  132. box-shadow: 0 0 13px 0 #eee;
  133. margin-right: 16px;
  134. margin-bottom: 16px;
  135. background: url(../images/index-payment-spirit.png) no-repeat;
  136. }
  137. .support-payment li:nth-of-type(1){
  138. background-position: 0 -60px;
  139. }
  140. .support-payment li:nth-of-type(2){
  141. background-position: -288px -60px;
  142. }
  143. .support-payment li:nth-of-type(3){
  144. background-position: -576px -60px;
  145. }
  146. .support-payment li:nth-of-type(4){
  147. background-position: -864px -60px;
  148. }
  149. .support-payment li:nth-of-type(5){
  150. background-position: -1154px -60px;
  151. }
  152. .support-payment li:nth-of-type(6){
  153. background-position: -1440px -60px;
  154. }
  155. .support-payment li:nth-of-type(7){
  156. background-position: 0 -340px;
  157. }
  158. .support-payment li:nth-of-type(8){
  159. background-position: -288px -344px;
  160. }
  161. .support-payment li:nth-of-type(9){
  162. background-position: -580px -340px;
  163. }
  164. .support-payment li:nth-of-type(10){
  165. background-position: -864px -340px;
  166. }
  167. .support-payment li:nth-of-type(11){
  168. background-position: -1158px -340px;
  169. }
  170. .support-payment li:nth-of-type(12){
  171. background-position: -1440px -340px;
  172. }
  173. .support-payment li:nth-child(4n){
  174. margin-right: 0;
  175. }
  176. .support-payment li p{
  177. font-size: 18px;
  178. font-weight: 600;
  179. margin-top: 100px;
  180. text-align: center;
  181. }
  182. .support-payment li:hover{
  183. transform: scale(1.05);
  184. -webkit-transform: scale(1.05);
  185. /*border: 4px solid #8ab3ff;*/
  186. }
  187. /*7*/
  188. .partner{
  189. width: 100%;
  190. padding-top: 100px;
  191. padding-bottom: 50px;
  192. }
  193. .partner-list{
  194. width: 100%;
  195. position: relative;
  196. top: -20px;
  197. box-sizing: content-box;
  198. }
  199. .partner-list li{
  200. width: 10%;
  201. float: left;
  202. }
  203. .partner-list li:first-child{
  204. margin-left: 9%;
  205. }
  206. .partner-list li img{
  207. width: 100%;
  208. }
  209. /* reset */
  210. html,body,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,p,form{ margin:0; padding:0}
  211. ul,ol,li{ list-style:none}
  212. a{ text-decoration:none}
  213. img{border:none}
  214. h1,h2,h3,h4,h5, strong{ font-weight:normal; }
  215. em,i{ font-style:normal}
  216. input, img{vertical-align:middle;}
  217. *{
  218. -webkit-tap-highlight-colo:rgba(0,0,0,0);
  219. -webkit-font-smoothing:antialiased;
  220. }
  221. body{ line-height:1}
  222. :focus{outline:none}
  223. ::-ms-clear, ::-ms-reveal{display: none;}
  224. html, body{
  225. width:100%; height:100%;
  226. font-family:'微软雅黑', Helvetica, sans-serif, PingFangSC-Medium;
  227. -webkit-text-size-adjust: none;
  228. color:#4d4d4d;
  229. }
  230. .clearfix:after {
  231. content: ".";
  232. display: block;
  233. height: 0;
  234. clear: both;
  235. overflow: hidden;
  236. }
  237. .clearfix{
  238. *zoom:1;
  239. }
  240. .fl{ float:left;}
  241. .fr{ float:right;}
  242. .pr{ position:relative}
  243. a{ color:#4d4d4d}
  244. .pl30{ padding-left:30px;}
  245. .mt10{ margin-top:10px}
  246. .mt20{ margin-top:20px}
  247. .mt30{ margin-top:30px}
  248. .mr10{ margin-right:10px}
  249. .mr20{ margin-right:20px}
  250. .ml30{ margin-left:30px}
  251. .br{ border-right:1px solid #e4e4e4}
  252. .bl{ border-left:1px solid #e4e4e4}
  253. /* layout */
  254. .wrap{
  255. width:1200px;
  256. margin:0 auto;
  257. position:relative;
  258. }
  259. /* header */
  260. .header{
  261. height:88px;
  262. background:#fff;
  263. min-width:1200px;
  264. position:relative
  265. background:#fff; box-shadow: 1px 2px 4px #ddd;
  266. }
  267. .logo-box{
  268. height:88px;
  269. }
  270. .logo{
  271. height:32px;
  272. float:left;
  273. margin:27px 0 0 0;
  274. }
  275. .sub-logo{
  276. font-size:18px;
  277. float:left;
  278. padding:0 0 0 15px;
  279. border-left:1px solid #aaa;
  280. margin:34px 0 0 15px;
  281. }
  282. .switch{
  283. font-size: 14px;
  284. color:#2e92ff;
  285. display:inline-block;
  286. margin:37px 0 0 25px;
  287. }
  288. .switch:hover{
  289. text-decoration:underline;
  290. }
  291. .nav li{
  292. display:inline-block;
  293. *display:inline;
  294. }
  295. .nav li a{
  296. font-size: 18px;
  297. display:inline-block;
  298. line-height:85px;
  299. padding:0 20px;
  300. }
  301. .nav li a:hover{
  302. color:#2e92ff;
  303. }
  304. .nav li a.cur{
  305. color:#2e92ff;
  306. border-bottom:3px solid #2e92ff;
  307. }
  308. /* footer */
  309. .footer{
  310. width:100%;
  311. min-width:1200px;
  312. padding:30px 0;
  313. text-align:center;
  314. font-size: 14px;
  315. color:#999;
  316. }
  317. .footer-slogan{
  318. font-size: 18px;
  319. padding-bottom:20px;
  320. }
  321. .footer-nav{
  322. text-align:center;
  323. overflow:hidden;
  324. line-height:18px;
  325. }
  326. .footer-nav a{
  327. display:inline-block;
  328. color:#999;
  329. }
  330. .footer-nav a:hover{
  331. color:#2e92ff;
  332. }
  333. .footer-nav span{
  334. display:inline-block;
  335. padding:0 5px;
  336. }
  337. .icp{
  338. text-align:center;
  339. margin:10px 0 0 0;
  340. font-size: 14px;
  341. }
  342. /* table */
  343. .table-ui{
  344. border-collapse:collapse;
  345. border:1px solid #e4e4e4;
  346. }
  347. .table-ui th,
  348. .table-ui td{
  349. border:1px solid #e4e4e4;
  350. padding:15px 10px;
  351. text-align:left;
  352. }
  353. .table-ui th{
  354. background:#f2f2f2;
  355. font-size: 14px;
  356. }
  357. .table-ui td{
  358. overflow-wrap: break-word;
  359. word-break: break-all;
  360. font-size: 14px;
  361. }
  362. .table-ui td a{
  363. color:#2e92ff;
  364. display:inline-block
  365. }
  366. .table-ui tr.highlight td{
  367. background:#f9f9f9;
  368. }
  369. .table tr:hover td{
  370. background:#e8f3ff;
  371. }
  372. /*模拟select*/
  373. .select-box {
  374. position: relative;
  375. display: inline-block;
  376. }
  377. .select-box input {
  378. line-height: 40px;
  379. height: 40px;
  380. overflow: hidden;
  381. border: 1px solid #cdcdcd;
  382. border-radius:2px;
  383. font-size: 16px;
  384. color: #4d4d4d;
  385. width:100%;
  386. padding:0;
  387. text-indent:10px;
  388. background:url(../images/select_arrow.png) 95% 18px no-repeat;
  389. font-family:'微软雅黑';
  390. -webkit-transition: background-position ease 0.5s;
  391. -moz-transition: background-position ease 0.5s;
  392. -ms-transition: background-position ease 0.5s;
  393. transition: background-position ease 0.5s;
  394. }
  395. .select-box input:hover{
  396. box-shadow:0 0 10px rgba(0,0,0,0.1);
  397. }
  398. .select-box input:focus {
  399. background-position: 95% -18px;
  400. }
  401. .select-box ul {
  402. width: 100%;
  403. position: absolute;
  404. border-radius:2px;
  405. top: 40px;
  406. left: 0px;
  407. border: 1px solid #cdcdcd;
  408. background: #fff;
  409. overflow: hidden;
  410. background: #fff;
  411. z-index: 9999;
  412. border-top:1px solid #f2f2f2;
  413. display:none
  414. }
  415. .select-box ul li {
  416. display: block;
  417. overflow: hidden;
  418. padding:10px 0 10px 10px;
  419. width: 100%;
  420. cursor: pointer;
  421. text-align:left;
  422. }
  423. .select-box ul li.select,
  424. .select-box ul li:hover {
  425. background: #f2f2f2;
  426. }
  427. /* button */
  428. .btn{
  429. height:40px;
  430. border-radius:2px;
  431. background:#2e92ff;
  432. border:none;
  433. cursor:pointer;
  434. padding:0 30px;
  435. color:#fff;
  436. font-size: 16px;
  437. font-family:'微软雅黑';
  438. -webkit-transition: all ease 0.5s;
  439. -moz-transition: all ease 0.5s;
  440. -ms-transition: all ease 0.5s;
  441. transition: all ease 0.5s;
  442. }
  443. .btn:hover{
  444. background:#117cf0;
  445. }
  446. .btn.h48{ height:48px;}
  447. .authenticate{
  448. text-align:center;
  449. padding:20px 0 0 0
  450. }
  451. .authenticate a{
  452. background:url(../images/authenticate.png) no-repeat;
  453. height:26px;
  454. text-indent:-9999px;
  455. display:inline-block;
  456. margin:0 6px;
  457. }
  458. .authenticate a.auth01{
  459. background-position:0 0;
  460. width:33px;
  461. }
  462. .authenticate a.auth01:hover{
  463. background-position:0 -26px;
  464. }
  465. .authenticate a.auth02{
  466. background-position:0 -68px;
  467. width:32px;
  468. }
  469. .authenticate a.auth02:hover{
  470. background-position:-62px -68px;
  471. }
  472. .authenticate a.auth03{
  473. background-position:0 -96px;
  474. width:72px;
  475. }
  476. .authenticate a.auth03:hover{
  477. background-position:0 -125px;
  478. }
  479. .authenticate a.auth04{
  480. background-position:0px -162px;
  481. width:50px;
  482. height:32px;
  483. }
  484. .authenticate a.auth04:hover{
  485. background-position:0px -196px;
  486. }
  487. .authenticate a.auth05{
  488. background-position:0 -232px;
  489. width:25px;
  490. height:32px;
  491. }
  492. .authenticate a.auth05:hover{
  493. background-position:-52px -232px;
  494. }
  495. .authenticate a.auth06{
  496. background-position:0px -275px;
  497. width:36px;
  498. height:32px;
  499. }
  500. .authenticate a.auth06:hover{
  501. background-position:-47px -275px;
  502. }
  503. /* 右侧浮动导航 */
  504. .float{
  505. height:222px;
  506. position:fixed;
  507. right:10px;
  508. top:50%;
  509. margin-top:-111px;
  510. z-index:99999
  511. }
  512. .float li{
  513. margin-bottom:10px;
  514. width:48px;
  515. height:48px;
  516. background:url(../images/float.png);
  517. position:relative;
  518. }
  519. .float li a{
  520. display:block;
  521. width:48px;
  522. height:48px;
  523. overflow:hidden;
  524. background:url(../images/float.png);
  525. }
  526. .float li a.qq{ background-position:0 -48px}
  527. .float li a.qq:hover{ background-position:0 -96px}
  528. .float li a.tel{background-position:0 -144px}
  529. .float li a.tel:hover{background-position:0 -192px}
  530. .float li a.wx{background-position:0 -240px}
  531. .float li a.wx:hover{background-position:0 -288px}
  532. .float li a.notice{background-position:0 -335px}
  533. .float li a.notice:hover{background-position:0 -383px}
  534. .qq-detail{
  535. height:48px;
  536. width:138px;
  537. background:url(../images/float_item_bg.png) 0 -50px no-repeat;
  538. position:absolute;
  539. right:0;
  540. top:0;
  541. z-index:9999;
  542. display:none;
  543. }
  544. .qq-detail a.qqOnline{
  545. display:block;
  546. width:84px;
  547. background:none;
  548. margin-left:54px;
  549. height:48px;
  550. line-height:48px;
  551. font-size: 16px;
  552. color:#4ebaf1
  553. }
  554. .notice-item{
  555. width:370px;
  556. height:48px;
  557. background:url(../images/float_item_bg.png) no-repeat;
  558. overflow:hidden;
  559. position:absolute;
  560. right:0;
  561. top:0;
  562. z-index:9999;
  563. display:none
  564. }
  565. .notice-item a.news{
  566. background:none;
  567. float:left;
  568. width:240px;
  569. margin-left:54px;
  570. overflow:hidden;
  571. height:48px;
  572. line-height:48px;
  573. text-overflow:ellipsis;
  574. white-space:nowrap;
  575. font-size: 16px;
  576. color:#2e92ff
  577. }
  578. .notice-item a.more{
  579. float:right;
  580. height:48px;
  581. line-height:48px;
  582. }
  583. .tel-detail{
  584. width:258px;
  585. height:258px;
  586. background:#fff;
  587. position:absolute;
  588. top:-80px;
  589. right:60px;
  590. border-radius:4px;
  591. overflow:hidden;
  592. border:1px solid #f2f2f2;
  593. box-shadow:0 0 10px rgba(0,0,0,0.1);
  594. display:none;
  595. }
  596. .tel-detail p{
  597. padding:10px 30px;
  598. }
  599. .tel-detail p span,
  600. .tel-detail p strong,
  601. .tel-detail p em{
  602. display:block;
  603. }
  604. .tel-detail p span{
  605. font-size: 16px;
  606. }
  607. .tel-detail p strong{
  608. font-size: 22px;
  609. color:#f90;
  610. margin:10px 0
  611. }
  612. .tel-detail p em{
  613. color:#999;
  614. }
  615. .tel-detail p i{
  616. font-size: 14px;
  617. color:#999;
  618. display:block;
  619. }
  620. .qrcode{
  621. position:absolute;
  622. z-index:999999;
  623. top:-135px;
  624. right:60px;
  625. display:none;
  626. border-radius:4px;
  627. overflow:hidden;
  628. }
  629. .goTop{
  630. position:fixed;
  631. right:10px;
  632. bottom:10px;
  633. background:#d8d8d8;
  634. width:48px;
  635. height:48px;
  636. line-height:48px;
  637. text-align:center;
  638. border-radius:24px;
  639. display:none;
  640. }
  641. .goTop:hover{
  642. cursor:pointer;
  643. background:#ddd;
  644. }
  645. /* */
  646. .main{
  647. background:#fff;
  648. margin-top:30px;
  649. overflow:hidden;
  650. }
  651. .sidebar{
  652. width:240px;
  653. float:left;
  654. }
  655. .sidebar ul{
  656. padding:50px 0 0 0;
  657. }
  658. .sidebar li a{
  659. display:block;
  660. line-height:50px;
  661. display:block;
  662. padding-left:50px;
  663. }
  664. .sidebar li a:hover,
  665. .sidebar li a.cur{
  666. color:#2e92ff;
  667. }
  668. .content{
  669. width:959px;
  670. float:left;
  671. border-left:1px solid #e4e4e4;
  672. min-height:520px
  673. }
  674. .con_inner{
  675. padding:60px 50px;
  676. }
  677. .con_inner h2{
  678. margin-bottom:40px;
  679. }
  680. .con_inner h3{
  681. font-size: 18px;
  682. margin-bottom:10px;
  683. }
  684. .con_inner p{
  685. line-height:25px;
  686. margin-bottom:30px;
  687. font-size: 14px;
  688. }
  689. .con_inner p strong{
  690. font-weight: bold;
  691. }
  692. .news_list{
  693. overflow:hidden;
  694. padding:50px 50px;
  695. }
  696. .news_list li{
  697. line-height:40px;
  698. border-bottom:1px dashed #e4e4e4;
  699. }
  700. .news_list li a{
  701. color:#666;
  702. display:inline-block;
  703. font-size:14px;
  704. }
  705. .news_list li a:hover{
  706. color:#2e92ff;
  707. }
  708. .news_list li span{
  709. float:right;
  710. color:#999;
  711. font-size:14px;
  712. }
  713. .news_con h3{
  714. display:block;
  715. text-align:center;
  716. font-size:22px;
  717. border-bottom:1px solid #e4e4e4;
  718. padding-bottom:20px;
  719. }
  720. .news_con h4{
  721. margin:20px 0 15px 0;
  722. color:#333;
  723. font-size:18px;
  724. }
  725. .news_con p{
  726. font-size:14px;
  727. padding:5px 0;
  728. line-height:30px;
  729. text-indent:30px;
  730. }
  731. .news_con dt{ font-weight:bold; color:#333; margin-top:20px}
  732. .news_con dd{ line-height:30px;}
  733. .news_con strong{
  734. display:block;
  735. margin:10px 0;
  736. }
  737. .date{
  738. margin:10px 0 30px 0;
  739. text-align:center;
  740. font-size:12px;
  741. color:#999
  742. }
  743. .news_con a{ color:#2e92ff; text-decoration:underline}
  744. .news_con a:hover{ text-decoration:none;}
  745. .gongyi{
  746. height:700px;
  747. background:url(../images/gongyi.jpg) center center no-repeat;
  748. overflow:hidden;
  749. text-indent:-9999px;
  750. }
  751. .gy{
  752. width:960px;
  753. margin:0 auto;
  754. padding:60px 0;
  755. }
  756. .gy h2{
  757. margin-bottom:25px;
  758. color:#bbbf64
  759. }
  760. .gy li{
  761. overflow:hidden;
  762. border-bottom:1px solid #c6c97d
  763. }
  764. .gy li a{
  765. float:left;
  766. height:40px;
  767. line-height:40px;
  768. color:#4d4d4d
  769. }
  770. .gy li a:hover{
  771. color:#333;
  772. }
  773. .gy li span{
  774. float:right;
  775. color:#999;
  776. font-size: 14px;
  777. height:40px;
  778. line-height:40px;
  779. }
  780. .gy_detail{
  781. padding:30px 0 120px 0;
  782. width:1000px;
  783. margin:0 auto
  784. }
  785. .gy_detail h2{
  786. font-size: 24px;
  787. text-align:center;
  788. }
  789. .gy_detail p{
  790. line-height:24px;
  791. margin-bottom:25px;
  792. text-indent:30px;
  793. font-size: 14px;
  794. }
  795. .gy_time{
  796. font-size: 14px;
  797. text-align:center;
  798. color:#999;
  799. padding:10px 0 20px 0;
  800. border-bottom:1px solid #f2f2f2;
  801. margin-bottom:40px;
  802. }
  803. .gy_detail_img{
  804. text-align:center;
  805. border-top:1px solid #e4e4e4;
  806. }
  807. .follow{
  808. overflow:hidden;
  809. }
  810. .follow li{
  811. width:50%;
  812. text-align:center;
  813. float:left;
  814. }