index.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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. .relative {
  28. position: relative;
  29. }
  30. .mobile-content {
  31. max-width: 750px;
  32. margin: 0 auto;
  33. }
  34. .font-24 {
  35. font-size: .48rem;
  36. }
  37. .font-28 {
  38. font-size: .56rem;
  39. }
  40. .font-30 {
  41. font-size: .6rem;
  42. }
  43. .font-color-red {
  44. color: #ff0000;
  45. }
  46. .t-center {
  47. text-align: center;
  48. }
  49. /*==flex==*/
  50. .flex-row {
  51. width: 100%; /*for huawei*/
  52. display: -webkit-box;
  53. display: flex;
  54. display: -ms-flexbox;
  55. display: -webkit-flex;
  56. display: -moz-flex;
  57. -ms-flex-direction: row;
  58. -webkit-flex-direction: row;
  59. -moz-flex-direction: row;
  60. flex-direction: row;
  61. }
  62. .flex-column {
  63. display: flex;
  64. display: -ms-flexbox;
  65. display: -webkit-flex;
  66. display: -moz-flex;
  67. -ms-flex-direction: column;
  68. -webkit-flex-direction: column;
  69. -moz-flex-direction: column;
  70. flex-direction: column;
  71. }
  72. .flex-center {
  73. align-items: center;
  74. }
  75. .justify-content {
  76. justify-content:center;
  77. }
  78. .space-between {
  79. justify-content:space-between;
  80. }
  81. .stretch {
  82. align-items: stretch;
  83. }
  84. .flex-shrink {
  85. flex-shrink:0;
  86. }
  87. .flex-end {
  88. justify-content:flex-end;
  89. }
  90. .flex-wrap {
  91. -webkit-flex-wrap:wrap;
  92. -moz-flex-wrap:wrap;
  93. -ms-flex-wrap:wrap;
  94. flex-wrap:wrap;
  95. }
  96. .col-a1 {
  97. -ms-flex: 1;
  98. -webkit-flex: 1;
  99. -moz-flex: 1;
  100. flex: 1;
  101. }
  102. .col-a2 {
  103. -ms-flex: 2;
  104. -webkit-flex: 2;
  105. -moz-flex: 2;
  106. flex: 2;
  107. }
  108. /*==/flex==*/
  109. .swiper-container {
  110. width: 15rem;
  111. height: 100%;
  112. margin: 0 auto;
  113. }
  114. /*.swiper-slide:last-child{
  115. background: #f00 url(./images/slideLastNodeBg.png) no-repeat left top;background-size:100% 100%;
  116. }*/
  117. .swiper-slide{
  118. width:100%;
  119. height:100%;
  120. background:url(../../images/content-bg.jpg) no-repeat bottom center;
  121. background-size: cover;
  122. position: relative;
  123. }
  124. .top-bg {
  125. background: url(../../images/top-bg.png) no-repeat bottom center;
  126. background-size: cover;
  127. width: 15rem;
  128. height: 10rem;
  129. text-align: center;
  130. color: #fff;
  131. }
  132. .logo {
  133. text-align: center;
  134. padding: 1.8rem 1.4rem 0;
  135. }
  136. .img{
  137. display:block;
  138. width:100%;
  139. }
  140. .main-content {
  141. position: relative;
  142. z-index: 2;
  143. padding: 0 1rem;
  144. }
  145. .infon-list {
  146. margin: 1.2rem 0 0;
  147. font-size: .6rem;
  148. color: #333;
  149. }
  150. .infon-list i {
  151. margin-right: .2rem;
  152. }
  153. .iocn-arrow-bottom {
  154. width: 0;
  155. height: 0;
  156. border-bottom: solid 4.5rem #ff0000;
  157. border-left: solid 4.5rem transparent;
  158. }
  159. .iocn-arrow-top {
  160. width: 0;
  161. height: 0;
  162. border-top: solid 4.5rem #ff0000;
  163. border-right: solid 4.5rem transparent;
  164. }
  165. .r-b {
  166. position: absolute;
  167. bottom: 0;
  168. right: 0;
  169. }
  170. .l-t {
  171. position: absolute;
  172. top: 0;
  173. left: 0;
  174. }
  175. .x-bg {
  176. background: url(../../images/x-bg.png) no-repeat;
  177. background-size: cover;
  178. position: absolute;
  179. left: 0;
  180. bottom: 0;
  181. width: 7.94rem;
  182. height: 7.94rem;
  183. z-index: 1;
  184. }
  185. .lc-title {
  186. background: url(../../images/lc-title-bg.jpg) no-repeat;
  187. background-size: cover;
  188. width: 9rem;
  189. height: 2.24rem;
  190. line-height: 2.24rem;
  191. margin: 2rem auto 0;
  192. font-size: .8rem;
  193. color: #fff;
  194. text-align: center;
  195. }
  196. .title-ffname {
  197. display: inline-block;
  198. height: 1.6rem;
  199. line-height: 1.6rem;
  200. background: #ff0000;
  201. border-radius: 3px;
  202. font-size: .56rem;
  203. color: #fff;
  204. margin-bottom: 1rem;
  205. padding: 0 2rem;
  206. }
  207. .lc-item {
  208. position: relative;
  209. display: inline-block;
  210. height: 1.64rem;
  211. line-height: 1.64rem;
  212. border-radius: .1rem;
  213. padding: 0 .8rem;
  214. color: #fff;
  215. margin-bottom: .8rem;
  216. }
  217. .link-box {
  218. margin: 2rem 0 0;
  219. }
  220. .lc-item i {
  221. position: absolute;
  222. width: 3px;
  223. height: .8rem;
  224. display: inline-block;
  225. left: 50%;
  226. bottom: -.9rem;
  227. margin-left: -1.5px;
  228. }
  229. .lc-item i.icon-circular {
  230. position: absolute;
  231. display: inline-block;
  232. width: .36rem;
  233. height: .36rem;
  234. border-radius: 50%;
  235. left: 50%;
  236. margin-left: -.18rem;
  237. }
  238. .icon-circular-color1 {
  239. background: #3893a5;
  240. top: -.9rem;
  241. }
  242. .icon-circular-color2 {
  243. background: #ff5a78;
  244. bottom: -.9rem;
  245. }
  246. .item-color1 {
  247. background: #8a7969;
  248. border: solid 0.1rem #ddcfbf;
  249. }
  250. .item-color2 {
  251. background: #3893a5;
  252. border: solid 0.1rem #99c3c8;
  253. }
  254. .item-color2 i.top-line {
  255. top: -.9rem;
  256. }
  257. .item-color2 i {
  258. background: #3893a5;
  259. }
  260. .item-color3 {
  261. background: #e98628;
  262. border: solid 0.1rem #f2bd89;
  263. }
  264. .item-color3 i {
  265. background: #e98628;
  266. }
  267. .item-color4 {
  268. background: #fe5957;
  269. border: solid 0.1rem #f6a19d;
  270. }
  271. .item-color4 i {
  272. background: #fe5957;
  273. }
  274. .item-color5 {
  275. background: #ff5a78;
  276. border: solid 0.1rem #fba4af;
  277. }
  278. .item-color5 i {
  279. background: #ff5a78;
  280. }
  281. .lc-line {
  282. width: 3px;
  283. height: .8rem;
  284. display: inline-block;
  285. }
  286. .lc-line-color1 {
  287. background: #3893a5;
  288. }
  289. .slide3-title {
  290. text-align: center;
  291. padding: 1.6rem 0;
  292. font-size: .96rem;
  293. }
  294. .title-box {
  295. position: relative;
  296. margin: 0 .5rem;
  297. text-align: center;
  298. }
  299. .title-line {
  300. display: inline-block;
  301. position: absolute;
  302. width: 14rem;
  303. height: 3px;
  304. background: #ff0000;
  305. border: solid 1px #fff;
  306. top: 50%;
  307. margin-top: -1.5px;
  308. left: 0;
  309. z-index: 1;
  310. }
  311. .title-name {
  312. width: 9rem;
  313. display: inline-block;
  314. background: #ff0000;
  315. border-radius: 5px;
  316. padding: .4rem;
  317. color: #fff;
  318. font-size: .68rem;
  319. text-align: center;
  320. position: relative;
  321. z-index: 2;
  322. }
  323. .title-name:after{
  324. content:'';
  325. display: inline-block;
  326. position: absolute;
  327. right: -.2rem;
  328. width: .32rem;
  329. height: .32rem;
  330. border-radius: 50%;
  331. background: #ff0000;
  332. border: solid 2px #fff;
  333. top: 50%;
  334. margin-top: -.16rem;
  335. }
  336. .title-name:before{
  337. content:'';
  338. display: inline-block;
  339. position: absolute;
  340. left: -.2rem;
  341. width: .32rem;
  342. height: .32rem;
  343. border-radius: 50%;
  344. background: #ff0000;
  345. border: solid 2px #fff;
  346. top: 50%;
  347. margin-top: -.16rem;
  348. }
  349. .list-box {
  350. padding: .6rem 1rem 0;
  351. font-size: .54rem;
  352. }
  353. .list-box ul li {
  354. border-bottom: dashed 1px #d0cdc9;
  355. margin-bottom: .6rem;
  356. padding-bottom: .2rem;
  357. }
  358. .list-box ul li:last-child{
  359. border-bottom: none;
  360. margin-bottom: 0;
  361. }
  362. .list-ts ul li {
  363. margin-bottom: .1rem;
  364. }
  365. .slide4-title-box {
  366. margin-top: 2rem;
  367. }
  368. .lc-box {
  369. border: dashed 1px #b20000;
  370. background: #fffdf4;
  371. padding: .2rem;
  372. border-radius: 3px;
  373. font-size: .48rem;
  374. }
  375. .lc-box p {
  376. margin-bottom: .2rem;
  377. }
  378. .lc-title-red {
  379. font-size: .52rem;
  380. color: #d90000;
  381. margin-bottom: .2rem;
  382. }
  383. .icon-d {
  384. display: inline-block;
  385. width: 6px;
  386. height: 12px;
  387. border-radius: 3px;
  388. background: #ffc926;
  389. margin-right: .2rem;
  390. margin-top: .1rem;
  391. }
  392. .slide5-title-box {
  393. margin-top: 3.4rem;
  394. }
  395. .list-box2 {
  396. border-left: solid 3px #666;
  397. margin: 1.6rem 1.4rem 0;
  398. }
  399. .list-box2 ul li {
  400. position: relative;
  401. margin-bottom: .8rem;
  402. padding-left: .6rem;
  403. }
  404. .list-box2 ul li span {
  405. display: inline-block;
  406. width: .8rem;
  407. height: .8rem;
  408. line-height: .8rem;
  409. border-radius: 50%;
  410. color: #fff;
  411. text-align: center;
  412. background: #fe5957;
  413. position: absolute;
  414. left: -.5rem;
  415. }
  416. .list-box2 ul li:nth-child(odd) span{
  417. background: #e98628;
  418. }
  419. .footer {
  420. background: #e8e2dc url(../../images/footer-bg.png) no-repeat top center;
  421. background-size: cover;
  422. color: #fff;
  423. line-height: 2;
  424. }
  425. .footer-content {
  426. padding: 3rem 1rem;
  427. font-size: .54rem;
  428. }
  429. .footer-content ul li span{
  430. padding-right: .1rem;
  431. }
  432. .footer a {
  433. color: #fff;
  434. }
  435. .swiper-pagination-bullet {
  436. width: 6px;
  437. height: 6px;
  438. background: #fff;
  439. opacity: .4;
  440. }
  441. .swiper-pagination-bullet-active {
  442. opacity: 1;
  443. }
  444. @-webkit-keyframes tipmove{0%{bottom:10px;opacity:0}50%{bottom:15px;opacity:1}100%{bottom:20px;opacity:0}}
  445. #array{
  446. position:absolute;z-index:999;-webkit-animation: tipmove 1.5s infinite ease-in-out;
  447. }