index.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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: 67px;
  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. cursor: pointer;
  125. }
  126. .ol{
  127. margin-top: 26px;
  128. width: 100px;
  129. height: 40px;
  130. background: #022D53;
  131. border-radius: 8px;
  132. font-size: 14px;
  133. font-family: Source Han Sans SC;
  134. font-weight: 400;
  135. color: #62ABEC;
  136. /* line-height: 24px; */
  137. text-align: center;
  138. line-height: 40px !important;
  139. }
  140. @media (max-width: 768px) {
  141. .bote_one{
  142. flex-wrap: wrap;
  143. }
  144. .shoutoa{
  145. width: 50%;
  146. margin-bottom: 20px;
  147. }
  148. .shoutoa img{
  149. width: 70px;
  150. height: 70px;
  151. }
  152. .shoutoa span{
  153. font-size: 18px;
  154. font-family: Adobe Heiti Std;
  155. font-weight: normal;
  156. color: #FFFFFF;
  157. line-height: 40px;
  158. }
  159. .shoutoa p {
  160. font-size: 12px;
  161. font-family: Adobe Heiti Std;
  162. font-weight: normal;
  163. color: #7DFDFF;
  164. line-height: 24px;
  165. display: -webkit-box;
  166. -webkit-box-orient: vertical;
  167. -webkit-line-clamp: 2;
  168. overflow: hidden;
  169. }
  170. .ol{
  171. margin-top: 7px;
  172. width: 90px;
  173. height: 30px;
  174. background: #022D53;
  175. border-radius: 8px;
  176. font-size: 14px;
  177. font-family: Source Han Sans SC;
  178. font-weight: 400;
  179. color: #62ABEC;
  180. /* line-height: 24px; */
  181. text-align: center;
  182. line-height: 30px !important;
  183. }
  184. .bote p{
  185. font-size: 24px;
  186. font-family: Adobe Heiti Std;
  187. font-weight: normal;
  188. color: #FFFFFF;
  189. line-height: 54px;
  190. }
  191. .njue{
  192. display: none;
  193. }
  194. }
  195. @media (max-width: 768px) {
  196. .tout .tout_two p{
  197. text-align: center;
  198. font-size: 16px;
  199. font-family: Microsoft YaHei;
  200. font-weight: bold;
  201. color: #E10101;
  202. line-height: 45px;
  203. }
  204. .tout .tout_two p:nth-child(2){
  205. font-size: 12px;
  206. font-family: Microsoft YaHei;
  207. font-weight: 400;
  208. color: #666666;
  209. line-height: 28px;
  210. }
  211. .biejus img{
  212. display: none;
  213. }
  214. .biejus p{
  215. text-align: center;
  216. }
  217. }
  218. .nhdyey a:hover{
  219. color: red !important;
  220. }
  221. .biejus img {
  222. width: 100%;
  223. position: absolute;
  224. left: 0;
  225. top:0;
  226. }
  227. .biejus {
  228. position: relative;
  229. height: 52px;
  230. margin-top: 15px;
  231. }
  232. .biejus p {
  233. position: absolute;
  234. z-index: 22;
  235. top:50%;
  236. transform: translateY(-50%);
  237. left: 1%;
  238. }
  239. .biejus p .spju {
  240. font-size: 14px;
  241. font-family: Microsoft YaHei;
  242. font-weight: 400;
  243. color: #000000;
  244. margin-left: 0 !important;
  245. /* line-height: 24px; */
  246. }
  247. .biejus p:nth-child(2) span {
  248. font-size: 14px;
  249. font-weight: 400;
  250. color: #000000;
  251. margin-left: 20px;
  252. line-height: 24px;
  253. }
  254. .nhy{
  255. background-color: #eee ;
  256. height: 6px;
  257. width: 100%;
  258. margin-top: 30px;
  259. }
  260. .hdyelaie .el-carousel__button{
  261. width: 10px;
  262. height: 10px;
  263. border-radius: 50%;
  264. }
  265. .hdyelaie .el-carousel__indicators--horizontal{
  266. left:94%;
  267. }