style.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. *{
  2. transition: all 1s;
  3. }
  4. .navbar-fixed-top{
  5. width: 100%;
  6. position: absolute !important;
  7. }
  8. .navbar-nav a{
  9. color: #fff;
  10. }
  11. .navbar-nav a:hover{
  12. color: #fff;
  13. }
  14. .navbar-toggle .icon-bar{
  15. color: #fff !important;
  16. }
  17. .carousel-caption img{
  18. width: 20%;
  19. margin-left: -2%;
  20. }
  21. .carousel-caption{
  22. text-align: left !important;
  23. top: 28%;
  24. width: 100%;
  25. }
  26. .carousel-caption div{
  27. width: 595px;
  28. height: 131px;
  29. font-size: 37px;
  30. font-family: Source Han Sans CN;
  31. font-weight: bold;
  32. color: #ffffff;
  33. line-height: 76px;
  34. }
  35. .carousel-caption p{
  36. margin-top: 20px;
  37. width: 601px;
  38. height: 51px;
  39. font-size: 14px;
  40. font-family: PingFang SC;
  41. font-weight: 500;
  42. color: #ffffff;
  43. line-height: 33px;
  44. opacity: 0.81;
  45. }
  46. .content{
  47. background-color: #272F4C;
  48. height: 4682px;
  49. }
  50. .Liberty{
  51. padding-top:10%;
  52. text-align:center;
  53. margin:0px auto;
  54. width: 20%;
  55. height: 20px;
  56. font-size: 19px;
  57. font-family: Source Han Sans CN;
  58. font-weight: 400;
  59. color: #FFFFFF;
  60. }
  61. .bg1{
  62. margin-top:400px;
  63. position: absolute;
  64. width: 100%;
  65. }
  66. .bg2{
  67. position: absolute;
  68. width: 100%;
  69. }
  70. .qianbao{
  71. text-align: center;
  72. }
  73. .title{
  74. margin-top: 20px;
  75. }
  76. .title img{
  77. margin-top: -20px;
  78. }
  79. .title h2{
  80. display: inline-block;
  81. width: 168px;
  82. height: 38px;
  83. font-size: 40px;
  84. font-family: Source Han Sans CN;
  85. font-weight: 500;
  86. color: #FFFFFF;
  87. }
  88. .title .hr{
  89. margin: 20px auto;
  90. width: 80px;
  91. height: 7px;
  92. background: #FF6600;
  93. }
  94. .link{
  95. line-height:93px;
  96. font-size: 35px;
  97. font-family: PingFang SC;
  98. font-weight: 500;
  99. color: #FFFFFF;
  100. cursor: pointer;
  101. margin: 120px auto;
  102. background-color: #141E47;
  103. width: 740px;
  104. height: 93px;
  105. }
  106. .Liberty2{
  107. text-align:center;
  108. margin:0px auto;
  109. width: 20%;
  110. height: 20px;
  111. font-size: 19px;
  112. font-family: Source Han Sans CN;
  113. font-weight: 400;
  114. color: #FFFFFF;
  115. }
  116. #jiesao{
  117. padding-top: 120px;
  118. text-align: center;
  119. }
  120. #jiesao .ct{
  121. top: 80px;
  122. position: relative;
  123. box-sizing: border-box;
  124. margin: 0 auto;
  125. }
  126. #jiesao .ct>img{
  127. height: 659px;
  128. width: 100%;
  129. }
  130. #jiesao .con{
  131. width: 100%;
  132. text-align: center;
  133. position: absolute;
  134. top: 20%;
  135. }
  136. #jiesao .con>img{
  137. margin: 40px;
  138. width: 404px;
  139. height: 82px;
  140. }
  141. #jiesao .con>h2{
  142. width:100%;
  143. height: 47px;
  144. font-size: 61px;
  145. font-family: PingFang SC;
  146. font-weight: bold;
  147. color: #FFFFFF;
  148. line-height: 24px;
  149. }
  150. #jiesao .con>p{
  151. padding: 20px;
  152. margin-top: 40px;
  153. text-align: center;
  154. width: 100%;
  155. height: 121px;
  156. font-size: 26px;
  157. font-family: Source Han Sans CN;
  158. font-weight: bold;
  159. color: #FFFFFF;
  160. line-height: 47px;
  161. }
  162. #kapai{
  163. margin-bottom: 120px;
  164. margin-top: 220px;
  165. text-align: center;
  166. background-repeat: no-repeat;
  167. background-size: 100%;
  168. background-position:60% 70%;
  169. }
  170. #kapai .con{
  171. text-align: center;
  172. width: 100%;
  173. }
  174. #kapai .con img{
  175. cursor: pointer;
  176. }
  177. @keyframes sx{
  178. 50%{transform:translateY(20px);}
  179. }
  180. #kapai .con img:hover{
  181. animation:sx 2s linear infinite;
  182. }
  183. #model{
  184. height: 1169px;
  185. text-align:center;
  186. }
  187. #model .con{
  188. margin-top: 120px;
  189. position: relative;
  190. height: 769px;
  191. background: #3C3E57;
  192. }
  193. #model .con>img{
  194. float: left;
  195. }
  196. #model .con .left>p{
  197. z-index: 999;
  198. position: absolute;
  199. width: 82px;
  200. height: 41px;
  201. font-size: 42px;
  202. font-family: PingFang SC;
  203. font-weight: bold;
  204. color: #FFFFFF;
  205. }
  206. #model .con .p2{
  207. margin-left: 52%;
  208. margin-top:18%
  209. }
  210. #model .con .p1{
  211. margin-left: 35%;
  212. margin-top:62%
  213. }
  214. #model .left{
  215. position: relative;
  216. margin-top:120px;
  217. }
  218. #model .right{
  219. float: right;
  220. height: 200px;
  221. margin-top:200px;
  222. }
  223. #model .right img{
  224. margin-top: 80px;
  225. float: left;
  226. height: 39px !important;
  227. width: 39px !important;
  228. }
  229. #model .right p{
  230. margin-top: 60px;
  231. width: 463px;
  232. height: 48px;
  233. font-size: 50px;
  234. font-family: PingFang SC;
  235. font-weight: bold;
  236. color: #FFFFFF;
  237. }
  238. #xianlu{
  239. color: #fff;
  240. text-align: center;
  241. }
  242. #xianlu .ct{
  243. position: relative;
  244. }
  245. #xianlu .ct .con{
  246. padding-top: 60px;
  247. text-align: center;
  248. display: flex;
  249. margin-top: 8%;
  250. width: 100%;
  251. position: absolute;
  252. padding-bottom: 60px;
  253. }
  254. #xianlu .ct .con p{
  255. font-size: 25px;
  256. font-family: PingFang SC;
  257. font-weight: 500;
  258. color: #FFFFFF;
  259. line-height: 47px;
  260. }
  261. .hx{
  262. left:6%;
  263. }
  264. .y{
  265. margin: 5px;
  266. display: block;
  267. width: 10px;
  268. height: 10px;
  269. background: #FF6600;
  270. border-radius: 4px;
  271. }
  272. .x{
  273. margin-left: 8px;
  274. display: block;
  275. width: 3px;
  276. height: 86px;
  277. background: #F0F0F2;
  278. }
  279. #xianlu .left{
  280. margin-top: 110px;
  281. text-align: right;
  282. }
  283. .four{
  284. margin-top: 140px;
  285. }
  286. #xianlu .right{
  287. text-align: left;
  288. margin-top:0px;
  289. }
  290. .three{
  291. margin-top: 140px;
  292. }
  293. .five{
  294. margin-top: 150px;
  295. }
  296. .footer{
  297. margin: 60px 0px;
  298. }
  299. .footer img{
  300. margin-top: 20px;
  301. }