About.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. body,html{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .container{
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .wrap1{
  10. width:1200px;
  11. height: 100%;
  12. margin: 0 auto;
  13. text-align: center;
  14. }
  15. .clearFixed::before{
  16. content: '';
  17. display: block;
  18. clear: both;
  19. }
  20. .header{
  21. width: 100%;
  22. height: 80px;
  23. box-sizing: border-box;
  24. padding: 21px 0 22px 0;
  25. background-color: #1E2A71;
  26. position: fixed;
  27. top: 0;
  28. left: 0;
  29. z-index: 10;
  30. }
  31. .fullpage-wrapper{
  32. transform: translate3d(0px, -147px, 0px);
  33. }
  34. .iconImg{
  35. width: 140px;
  36. }
  37. .navBody{
  38. height: 37px;
  39. line-height: 37px;
  40. }
  41. .navBody ul{
  42. height: 100%;
  43. /* overflow: hidden; */
  44. }
  45. .navBody li{
  46. height: 100%;
  47. margin-right: 32px;
  48. float: left;
  49. }
  50. .navBody ul li:last-child{
  51. margin-right: 0;
  52. }
  53. .navBody ul li:first-child{
  54. float: left;
  55. }
  56. .navBody a{
  57. width:68px;
  58. font-size:16px;
  59. font-family:PingFangSC-Semibold,PingFang SC;
  60. font-weight:400;
  61. color:rgba(235,235,235,1);
  62. line-height:22px;
  63. }
  64. .navBody .activeBorde{
  65. width:30px;
  66. height:2px;
  67. background:rgba(82,196,26,1);
  68. border-radius:1px;
  69. display: block;
  70. }
  71. #menu{
  72. height: 100%;
  73. width: 100%;
  74. }
  75. #menu .nav{
  76. float:right;
  77. }
  78. .active a{
  79. color:rgba(255,255,255,1);
  80. }
  81. .active .activeBorde{
  82. display: block;
  83. }
  84. .footer{
  85. width: 100%;
  86. height: 95px;
  87. position: fixed;
  88. bottom: 0;
  89. left: 0;
  90. background:rgba(44,50,54,1);
  91. }
  92. .topInfo{
  93. font-size:14px;
  94. font-family:PingFangSC-Regular,PingFang SC;
  95. font-weight:400;
  96. color:rgba(255,255,255,1);
  97. letter-spacing:1px;
  98. margin: 23px 0 11px;
  99. }
  100. .bottomInfo{
  101. font-size:14px;
  102. font-family:PingFangSC-Regular,PingFang SC;
  103. font-weight:400;
  104. color:rgba(255,255,255,1);
  105. letter-spacing:1px;
  106. }
  107. .banner{
  108. width: 100%;
  109. padding-top: 80px;
  110. position: relative;
  111. }
  112. .banner img{
  113. width: 100%;
  114. }
  115. .banner .context{
  116. width: 800px;
  117. position: absolute;
  118. top: 180px;
  119. left: 50%;
  120. margin-left: -400px;
  121. }
  122. .banner .context .title{
  123. height: 30px;
  124. font-size: 36px;
  125. font-family: PingFangSC-Medium, PingFang SC;
  126. font-weight: 500;
  127. color: #FFFFFF;
  128. line-height: 30px;
  129. margin-bottom: 20px;
  130. }
  131. .banner .context .text{
  132. height: 30px;
  133. font-size: 16px;
  134. font-family: PingFangSC-Medium, PingFang SC;
  135. font-weight: 500;
  136. color: #FFFFFF;
  137. line-height: 30px;
  138. }
  139. .section{
  140. margin-top: 56px;
  141. }
  142. .section .first,.section .second{
  143. font-size: 18px;
  144. font-family: PingFangSC-Medium, PingFang SC;
  145. font-weight: 500;
  146. color: #333333;
  147. line-height: 30px;
  148. text-align: left;
  149. text-indent: 36px;
  150. }
  151. .section .first{
  152. margin-bottom: 30px;
  153. }