index.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. .tout{
  2. display: flex;
  3. margin-top: 20px;
  4. align-items: center;
  5. margin-bottom: 30px;
  6. }
  7. .tout .tout_one{
  8. width: 11%;
  9. }
  10. .tout .tout_one img{
  11. width: 100%;
  12. height: 40px;
  13. }
  14. .tout .tout_two{
  15. flex: 1;
  16. }
  17. .tout .tout_two p{
  18. text-align: center;
  19. font-size: 30px;
  20. font-family: Microsoft YaHei;
  21. font-weight: bold;
  22. color: #E10101;
  23. line-height: 45px;
  24. }
  25. .tout .tout_two p:nth-child(2){
  26. font-size: 16px;
  27. font-family: Microsoft YaHei;
  28. font-weight: 400;
  29. color: #666666;
  30. line-height: 28px;
  31. cursor: pointer;
  32. }
  33. .sk > ul > li{
  34. width: 50% !important;
  35. }
  36. @media (max-width: 768px) {
  37. .sk > ul > li{
  38. width: 100% !important;
  39. }
  40. }
  41. .bhue{
  42. color: #666 !important;
  43. border-bottom: 0 !important;
  44. }
  45. .wagnshi{
  46. display: flex;
  47. justify-content: space-between;
  48. margin-top: 20px;
  49. }
  50. .wagnshi_one{
  51. width: 24%;
  52. }
  53. .wagnshi_one img{
  54. height: 216px;
  55. }
  56. @media (max-width: 768px) {
  57. .wagnshi_one{
  58. width: 100%;
  59. margin-bottom: 10px;
  60. }
  61. .wagnshi_one img{
  62. width: 100%;
  63. }
  64. .wagnshi{
  65. flex-wrap: wrap;
  66. }
  67. }
  68. .bottomfrs{
  69. margin-top: 43px;
  70. width: 100%;
  71. height: 520px;
  72. background: url(../picture/pic_hp_jcfwbg@2x.png) no-repeat;
  73. background-size: 100% 100%;
  74. }
  75. .bote{
  76. display: flex;
  77. flex-direction: column;
  78. align-items: center;
  79. }
  80. .bote p{
  81. font-size: 24px;
  82. font-family: Adobe Heiti Std;
  83. font-weight: normal;
  84. color: #FFFFFF;
  85. line-height: 90px;
  86. }
  87. .bote img{
  88. width: 200px;
  89. height: 2px;
  90. }
  91. .bote_one{
  92. display: flex;
  93. justify-content: space-between;
  94. margin-top: 30px;
  95. }
  96. .shoutoa{
  97. width: 19%;
  98. display: flex;
  99. flex-direction: column;
  100. align-items: center;
  101. }
  102. .shoutoa img{
  103. width: 139px;
  104. height: 139px;
  105. border-radius: 50%;
  106. }
  107. .shoutoa span{
  108. font-size: 24px;
  109. font-family: Adobe Heiti Std;
  110. font-weight: normal;
  111. color: #FFFFFF;
  112. line-height: 120px;
  113. }
  114. .shoutoa p {
  115. font-size: 14px;
  116. font-family: Adobe Heiti Std;
  117. font-weight: normal;
  118. color: #7DFDFF;
  119. line-height: 24px;
  120. display: -webkit-box;
  121. -webkit-box-orient: vertical;
  122. -webkit-line-clamp: 2;
  123. overflow: hidden;
  124. }
  125. .ol{
  126. margin-top: 26px;
  127. width: 100px;
  128. height: 40px;
  129. background: #022D53;
  130. border-radius: 8px;
  131. font-size: 14px;
  132. font-family: Source Han Sans SC;
  133. font-weight: 400;
  134. color: #62ABEC;
  135. /* line-height: 24px; */
  136. text-align: center;
  137. line-height: 40px !important;
  138. }
  139. @media (max-width: 768px) {
  140. .bote_one{
  141. flex-wrap: wrap;
  142. }
  143. .shoutoa{
  144. width: 50%;
  145. margin-bottom: 20px;
  146. }
  147. .shoutoa img{
  148. width: 70px;
  149. height: 70px;
  150. }
  151. .shoutoa span{
  152. font-size: 18px;
  153. font-family: Adobe Heiti Std;
  154. font-weight: normal;
  155. color: #FFFFFF;
  156. line-height: 40px;
  157. }
  158. .shoutoa p {
  159. font-size: 12px;
  160. font-family: Adobe Heiti Std;
  161. font-weight: normal;
  162. color: #7DFDFF;
  163. line-height: 24px;
  164. display: -webkit-box;
  165. -webkit-box-orient: vertical;
  166. -webkit-line-clamp: 2;
  167. overflow: hidden;
  168. }
  169. .ol{
  170. margin-top: 7px;
  171. width: 90px;
  172. height: 30px;
  173. background: #022D53;
  174. border-radius: 8px;
  175. font-size: 14px;
  176. font-family: Source Han Sans SC;
  177. font-weight: 400;
  178. color: #62ABEC;
  179. /* line-height: 24px; */
  180. text-align: center;
  181. line-height: 30px !important;
  182. }
  183. .bote p{
  184. font-size: 24px;
  185. font-family: Adobe Heiti Std;
  186. font-weight: normal;
  187. color: #FFFFFF;
  188. line-height: 54px;
  189. }
  190. .njue{
  191. display: none;
  192. }
  193. }
  194. @media (max-width: 768px) {
  195. .tout .tout_two p{
  196. text-align: center;
  197. font-size: 16px;
  198. font-family: Microsoft YaHei;
  199. font-weight: bold;
  200. color: #E10101;
  201. line-height: 45px;
  202. }
  203. .tout .tout_two p:nth-child(2){
  204. font-size: 12px;
  205. font-family: Microsoft YaHei;
  206. font-weight: 400;
  207. color: #666666;
  208. line-height: 28px;
  209. }
  210. .biejus img{
  211. display: none;
  212. }
  213. .biejus p{
  214. text-align: center;
  215. }
  216. }
  217. .nhdyey a:hover{
  218. color: red !important;
  219. }
  220. .biejus img {
  221. width: 100%;
  222. position: absolute;
  223. left: 0;
  224. top:0;
  225. }
  226. .biejus {
  227. position: relative;
  228. height: 52px;
  229. margin-top: 15px;
  230. }
  231. .biejus p {
  232. position: absolute;
  233. z-index: 22;
  234. top:50%;
  235. transform: translateY(-50%);
  236. left: 1%;
  237. }
  238. .biejus p .spju {
  239. font-size: 14px;
  240. font-family: Microsoft YaHei;
  241. font-weight: 400;
  242. color: #000000;
  243. margin-left: 0 !important;
  244. /* line-height: 24px; */
  245. }
  246. .biejus p:nth-child(2) span {
  247. font-size: 14px;
  248. font-weight: 400;
  249. color: #000000;
  250. margin-left: 20px;
  251. line-height: 24px;
  252. }
  253. .nhy{
  254. background-color: #eee ;
  255. height: 6px;
  256. width: 100%;
  257. margin-top: 30px;
  258. }
  259. .hdyelaie .el-carousel__button{
  260. width: 10px;
  261. height: 10px;
  262. border-radius: 50%;
  263. }
  264. .hdyelaie .el-carousel__indicators--horizontal{
  265. left:94%;
  266. }