style_h5.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. html,body{
  2. padding:0;
  3. margin:0;
  4. font-size:
  5. }
  6. /*html {font-size: 625%;}*/
  7. a, a:hover, a:focus {
  8. color: #3498db;
  9. text-decoration: none;
  10. -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
  11. }
  12. .header{
  13. width:100%;
  14. height:50px;
  15. background-color:#252627;
  16. }
  17. .header>img{
  18. width:150px;
  19. height:25px;
  20. margin-top:12px;
  21. margin-left:10px;
  22. }
  23. .ban{
  24. width:100%;
  25. height:275px;
  26. background-image:url(../images/bannerBG.png);
  27. background-repeat:no-repeat;
  28. background-size:100% 100%;
  29. position:relative;
  30. }
  31. .ban>img{
  32. width:322px;
  33. height:66px;
  34. position:absolute;
  35. left:50%;
  36. top:90px;
  37. margin-left:-161px;
  38. }
  39. .introduce{
  40. padding:35px 0;
  41. background-color: #f7f7f8;
  42. }
  43. .Program{
  44. padding:35px 0;
  45. background-image:url(../images/bg.png);
  46. background-repeat:no-repeat;
  47. background-size:100%;
  48. background-position:0 100px;
  49. }
  50. .tit-box{
  51. width:100%;
  52. display:flex;
  53. align-items:center;
  54. justify-content:space-around;
  55. }
  56. .left-tit{
  57. font-size:12px;
  58. color: #dcdcdc;
  59. }
  60. .center-tit{
  61. width:135px;
  62. height:33px;
  63. background-color: rgba(9, 17, 45, 0.05);
  64. text-align:center;
  65. line-height:33px;
  66. }
  67. .fu-tit{
  68. color: #dcdcdc;
  69. font-size:14px;
  70. text-align:center;
  71. margin:10px 0;
  72. }
  73. .swiper-container{
  74. width:100%;
  75. height:232px;
  76. }
  77. .swiper-pagination,.swiper-pagination-two{
  78. width:100%;
  79. text-align:center;
  80. }
  81. .swiper-pagination>span,.swiper-pagination-two>span{
  82. margin:0 10px;
  83. }
  84. .inforBox .interImg{
  85. width:54px;
  86. height:49px;
  87. margin:25px auto;
  88. background-image:url(../images/forecast_on.png);
  89. background-size:100% 100%;
  90. }
  91. .inforBox .interImgR{
  92. width:54px;
  93. height:49px;
  94. margin:25px auto;
  95. background-image:url(../images/quantifice_on.png);
  96. background-size:100% 100%;
  97. }
  98. .inforBox .interTitle{
  99. color: #1b8cec;
  100. font-size:14px;
  101. text-align:center;
  102. }
  103. .interDetails{
  104. color: #5f6367;
  105. font-size: 16px;
  106. line-height: 20px;
  107. letter-spacing: 2px;
  108. text-align:left;
  109. width:100%;
  110. padding:0 20px;
  111. box-sizing:border-box;
  112. }
  113. .leftTit{
  114. font-size: 20px;
  115. color:#111;
  116. }
  117. .leftD{
  118. color: #5f6367;
  119. font-size:16px;
  120. text-align:left;
  121. width:100%;
  122. padding:0 20px;
  123. box-sizing:border-box;
  124. }
  125. .ProgramImg{
  126. width:121px;
  127. height:82px;
  128. margin:0 auto;
  129. text-align:center;
  130. }
  131. .aboutUs{
  132. width:100%;
  133. background-color: #f7f7f8;
  134. padding:40px 10px 0;
  135. box-sizing:border-box;
  136. }
  137. .aboutImg{
  138. width:100%;
  139. height:200px;
  140. background-image:url(../images/aboutBG.png);
  141. background-size:100%;
  142. }
  143. .aboutImg>p{
  144. text-align:center;
  145. color:#fff;
  146. line-height:0;
  147. }
  148. .aboutImg>p.first{
  149. font-size:14px;
  150. padding-top:22px;
  151. padding-bottom:8px;
  152. }
  153. .aboutImg>p.second{
  154. font-size:12px;
  155. padding-bottom:8px;
  156. }
  157. .briefInfor{
  158. color: #5f6367;
  159. font-size:16px;
  160. padding:20px 0;
  161. margin:0;
  162. }
  163. footer{
  164. width:100%;
  165. padding:15px 10px;
  166. box-sizing:border-box;
  167. background-color: #252627;
  168. }
  169. footer>p{
  170. font-size: 12px;
  171. color: #ffffff;
  172. }
  173. footer>p.last{
  174. font-size: 10px;
  175. color: #bdbdbd;
  176. }