index.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. @charset "utf-8";
  2. html, body {
  3. font-family: PingFangSC-light,'Microsoft YaHei',"SIMSUN";
  4. height:100%;
  5. margin:0;
  6. padding:0;
  7. font-size: 14px;
  8. }
  9. body {
  10. font-size: .48rem;
  11. }
  12. img {
  13. max-width: 100%;
  14. }
  15. ul,li {
  16. list-style: none;
  17. margin:0;
  18. padding:0;
  19. }
  20. p {
  21. margin:0;
  22. padding:0;
  23. }
  24. a {
  25. text-decoration: none;
  26. }
  27. .table{display: table}
  28. .td{display: table-cell;table-layout: fixed;}
  29. .td.center{text-align: center;}
  30. .td.middle{vertical-align: middle;}
  31. .relative {
  32. position: relative;
  33. }
  34. .mobile-content {
  35. max-width: 750px;
  36. margin: 0 auto;
  37. }
  38. .font-24 {
  39. font-size: .48rem;
  40. }
  41. .font-28 {
  42. font-size: .56rem;
  43. }
  44. .font-30 {
  45. font-size: .6rem;
  46. }
  47. .font-color-red {
  48. color: #ff0000;
  49. }
  50. .t-center {
  51. text-align: center;
  52. }
  53. /*==flex==*/
  54. .flex-row {
  55. width: 100%; /*for huawei*/
  56. display: -webkit-box;
  57. display: flex;
  58. display: -ms-flexbox;
  59. display: -webkit-flex;
  60. display: -moz-flex;
  61. -ms-flex-direction: row;
  62. -webkit-flex-direction: row;
  63. -moz-flex-direction: row;
  64. flex-direction: row;
  65. }
  66. .flex-column {
  67. display: flex;
  68. display: -ms-flexbox;
  69. display: -webkit-flex;
  70. display: -moz-flex;
  71. -ms-flex-direction: column;
  72. -webkit-flex-direction: column;
  73. -moz-flex-direction: column;
  74. flex-direction: column;
  75. }
  76. .flex-center {
  77. align-items: center;
  78. }
  79. .justify-content {
  80. justify-content:center;
  81. }
  82. .space-between {
  83. justify-content:space-between;
  84. }
  85. .stretch {
  86. align-items: stretch;
  87. }
  88. .flex-shrink {
  89. flex-shrink:0;
  90. }
  91. .flex-end {
  92. justify-content:flex-end;
  93. }
  94. .flex-wrap {
  95. -webkit-flex-wrap:wrap;
  96. -moz-flex-wrap:wrap;
  97. -ms-flex-wrap:wrap;
  98. flex-wrap:wrap;
  99. }
  100. .col-a1 {
  101. -ms-flex: 1;
  102. -webkit-flex: 1;
  103. -moz-flex: 1;
  104. flex: 1;
  105. }
  106. .col-a2 {
  107. -ms-flex: 2;
  108. -webkit-flex: 2;
  109. -moz-flex: 2;
  110. flex: 2;
  111. }
  112. /*==/flex==*/
  113. .swiper-container {
  114. width: 15rem;
  115. height: 100%;
  116. margin: 0 auto;
  117. }
  118. /*.swiper-slide:last-child{
  119. background: #f00 url(./images/slideLastNodeBg.png) no-repeat left top;background-size:100% 100%;
  120. }*/
  121. .swiper-slide{
  122. width:100%;
  123. height:100%;
  124. background-size: cover;
  125. position: relative;
  126. }
  127. .swiper-pagination-bullet {
  128. width: 6px;
  129. height: 6px;
  130. background: #fff;
  131. opacity: .4;
  132. }
  133. .swiper-pagination-bullet-active {
  134. opacity: 1;
  135. }
  136. @-webkit-keyframes tipmove{0%{bottom:10px;opacity:0}50%{bottom:15px;opacity:1}100%{bottom:20px;opacity:0}}
  137. #array{
  138. position:absolute;z-index:999;-webkit-animation: tipmove 1.5s infinite ease-in-out;
  139. }
  140. .slide01{background: #1f4894 url(../../../images/mobileProject/imgBg01.jpg) no-repeat top left;background-size: 100% auto;}
  141. .slide02{background: #454d66 url(../../../images/mobileProject/img02Bg.jpg) no-repeat top left;background-size: 100% auto;}
  142. .slide03{background: #1f4894 url(../../../images/mobileProject/img03Bg.png) no-repeat top left;background-size: 100% auto;}
  143. .slide04{background: #1f4894 }
  144. .slide05{background: #1f5099 url(../../../images/mobileProject/img05Bg.png) repeat-y top left;background-size: 100% auto;}
  145. .slide1Tit{position: absolute;width:90%;bottom:13rem;left:5%;font-size:1rem;color:#fff;}
  146. .slide1Txt{margin:0 auto;text-indent: 2em;text-align: justify;
  147. position: absolute;width:90%;bottom:3.5rem;left:5%;box-sizing: border-box;padding:0.7rem;font-size:0.6rem;color:#fff;background:rgba(0,0,0,.38);border-radius: 1em; }
  148. .slideTit{font-size:0.6rem;padding:0.6rem;border:0.05rem solid #0096cc;border-radius: 0.5rem;background:rgba(54,96,153,.64);text-align: center;width:50%;margin:0.75rem auto;color:#fff;}
  149. .slide02 .li{width:80%;margin:0.5rem auto 0;border-radius: 0.3rem;border:0.1rem solid #999dab;}
  150. .slide02 .li .td{padding:0.2rem 0;}
  151. .slide02 .li .num{display:inline-block;width:2em;height:2em;
  152. line-height: 2em;font-size:0.5rem;color:#fff;
  153. border: 0.1rem solid #00ffff;border-radius: 50%;}
  154. .slide02 .li .txt{font-size:0.5rem;color:#fff;word-wrap:break-word;word-break:break-all;}
  155. .slide03 .notice{font-size:0.4rem;color:#fff;padding:0.5rem;background:#4c6da9;border:0.1rem solid #407dee;width:90%;margin:0.5rem auto;border-radius: 0.3rem;box-sizing: border-box; }
  156. .slide3Table{width:90%;margin:0 auto;border:0.1rem solid #5a8cea;border-spacing: 0;border-collapse: separate;
  157. box-sizing: border-box;border-radius: 0.2rem;}
  158. .slide3Table thead{background: #2e4e8a;}
  159. .slide3Table thead td{line-height: 3em;border:none;
  160. text-align: center;color:#fff;}
  161. .slide3Table tbody tr:nth-child(even){background: #1b3d7e;}
  162. .slide3Table tbody tr td{padding:0.4em;border-color:#2e4e8a;
  163. line-height: 1.5em;vertical-align: middle;color:#00fffc;}
  164. .slide3Table tbody tr td:first-child{color:#fff;}
  165. .slide05Tit{text-align: center;color:#fff;font-size:0.6rem;margin:0.5rem 0; }
  166. .slide05SmallTit{text-align: center;color:#fff;font-size:0.6rem;margin:0.5rem 0;}
  167. .slide05Table{border:none;border-collapse: collapse;font-size:0.5rem;color:#fff;width:90%;margin:0 auto;}
  168. .slide05Table a{color:#fff;text-decoration: none;}
  169. .contactUs{width:6em;height:6em;border-radius: 50%;background: rgba(255,255,255,.7);color:#1f5099;box-sizing: border-box;padding:1.5em 0;text-align: center;line-height: 1.5em;position: absolute;right:1em;bottom: 4em;}
  170. .about{font-size:0.4rem;color:#fff;position: absolute;bottom: 1em;left:0;width:100%;
  171. text-align: center;line-height: 1.5em;}