index.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  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: 33.3333333333% !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. /* 新增 */
  46. .u-partview > .hd p > .bzhao{
  47. color: #E10101 !important;
  48. border-bottom: none !important;
  49. cursor: pointer;
  50. padding-bottom: 5px;
  51. font-size: 20px;
  52. margin-bottom: -1px;
  53. font-weight: bold;
  54. }
  55. .bzhaoa{display: none;}
  56. /* 新增 */
  57. .wagnshi{
  58. display: flex;
  59. justify-content: space-between;
  60. margin-top: 20px;
  61. }
  62. .wagnshi_one{
  63. width: 19%;
  64. }
  65. .wagnshi_one img{
  66. height: 315px;
  67. width: 100%;
  68. }
  69. .wagnshi_one p{
  70. border: 1px solid #bfbfbf;
  71. border-top: 0;
  72. height: 64px;
  73. line-height: 64px;
  74. text-align: center;
  75. display: flex;
  76. justify-content: center;
  77. align-items: center;
  78. cursor: pointer;
  79. }
  80. .wagnshi_one p span{
  81. font-size: 18px;
  82. font-weight: 400;
  83. color: #000000;
  84. }
  85. .wagnshi_one p img{
  86. width: 18px;
  87. height: 18px;
  88. margin-right: 5px;
  89. }
  90. @media (max-width: 768px) {
  91. .wagnshi_one{
  92. width: 100%;
  93. margin-bottom: 10px;
  94. }
  95. .wagnshi_one img{
  96. width: 100%;
  97. }
  98. .wagnshi{
  99. flex-wrap: wrap;
  100. }
  101. .tout .tout_one{
  102. width: 17%;
  103. }
  104. .tout .tout_one img{
  105. width: 55px;
  106. height: 30px;
  107. }
  108. .tout .tout_two{
  109. width: 83%;
  110. }
  111. }
  112. .bottomfrs{
  113. margin-top: 43px;
  114. width: 100%;
  115. height: 520px;
  116. background: url(../picture/pic_hp_jcfwbg@2x.png) no-repeat;
  117. background-size: 100% 100%;
  118. }
  119. .bote{
  120. display: flex;
  121. flex-direction: column;
  122. align-items: center;
  123. }
  124. .bote p{
  125. font-size: 24px;
  126. font-family: Adobe Heiti Std;
  127. font-weight: normal;
  128. color: #FFFFFF;
  129. line-height: 90px;
  130. }
  131. .bote img{
  132. width: 200px;
  133. height: 2px;
  134. }
  135. .bote_one{
  136. display: flex;
  137. justify-content: space-between;
  138. margin-top: 30px;
  139. }
  140. .shoutoa{
  141. width: 19%;
  142. display: flex;
  143. flex-direction: column;
  144. align-items: center;
  145. }
  146. .shoutoa img{
  147. width: 139px;
  148. height: 139px;
  149. border-radius: 50%;
  150. }
  151. .shoutoa span{
  152. font-size: 24px;
  153. font-family: Adobe Heiti Std;
  154. font-weight: normal;
  155. color: #FFFFFF;
  156. line-height: 120px;
  157. }
  158. .shoutoa p {
  159. font-size: 14px;
  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: 26px;
  171. width: 100px;
  172. height: 40px;
  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: 40px !important;
  182. }
  183. @media (max-width: 768px) {
  184. .bote_one{
  185. flex-wrap: wrap;
  186. }
  187. .shoutoa{
  188. width: 50%;
  189. margin-bottom: 20px;
  190. }
  191. .shoutoa img{
  192. width: 70px;
  193. height: 70px;
  194. }
  195. .shoutoa span{
  196. font-size: 18px;
  197. font-family: Adobe Heiti Std;
  198. font-weight: normal;
  199. color: #FFFFFF;
  200. line-height: 40px;
  201. }
  202. .shoutoa p {
  203. font-size: 12px;
  204. font-family: Adobe Heiti Std;
  205. font-weight: normal;
  206. color: #7DFDFF;
  207. line-height: 24px;
  208. display: -webkit-box;
  209. -webkit-box-orient: vertical;
  210. -webkit-line-clamp: 2;
  211. overflow: hidden;
  212. }
  213. .ol{
  214. margin-top: 7px;
  215. width: 90px;
  216. height: 30px;
  217. background: #022D53;
  218. border-radius: 8px;
  219. font-size: 14px;
  220. font-family: Source Han Sans SC;
  221. font-weight: 400;
  222. color: #62ABEC;
  223. /* line-height: 24px; */
  224. text-align: center;
  225. line-height: 30px !important;
  226. }
  227. .bote p{
  228. font-size: 24px;
  229. font-family: Adobe Heiti Std;
  230. font-weight: normal;
  231. color: #FFFFFF;
  232. line-height: 54px;
  233. }
  234. .njue{
  235. display: none;
  236. }
  237. }
  238. @media (max-width: 768px) {
  239. .tout .tout_two p{
  240. width: 100%;
  241. text-align: center;
  242. font-size: 16px;
  243. font-family: Microsoft YaHei;
  244. font-weight: bold;
  245. color: #E10101;
  246. line-height: 45px;
  247. white-space: nowrap; /*超出的空白区域不换行*/
  248. overflow: hidden; /*超出隐藏*/
  249. text-overflow: ellipsis; /*文本超出显示省略号*/
  250. }
  251. .tout .tout_two p:nth-child(2){
  252. font-size: 12px;
  253. font-family: Microsoft YaHei;
  254. font-weight: 400;
  255. color: #666666;
  256. line-height: 28px;
  257. }
  258. .biejus img{
  259. display: none;
  260. }
  261. .biejus p{
  262. text-align: center;
  263. }
  264. }
  265. .nhdyey a:hover{
  266. color: red !important;
  267. }
  268. .biejus img {
  269. width: 100%;
  270. position: absolute;
  271. left: 0;
  272. top:0;
  273. }
  274. .biejus {
  275. position: relative;
  276. height: 52px;
  277. margin-top: 15px;
  278. }
  279. .biejus p {
  280. position: absolute;
  281. z-index: 22;
  282. top:50%;
  283. transform: translateY(-50%);
  284. left: 1%;
  285. }
  286. .biejus p .spju {
  287. font-size: 14px;
  288. font-family: Microsoft YaHei;
  289. font-weight: 400;
  290. color: #000000;
  291. margin-left: 0 !important;
  292. /* line-height: 24px; */
  293. }
  294. .biejus p:nth-child(2) span {
  295. font-size: 14px;
  296. font-weight: 400;
  297. color: #000000;
  298. margin-left: 20px;
  299. line-height: 24px;
  300. }
  301. .nhy{
  302. background-color: #eee ;
  303. height: 6px;
  304. width: 100%;
  305. margin-top: 30px;
  306. }
  307. .hdyelaie .el-carousel__button{
  308. width: 10px;
  309. height: 10px;
  310. border-radius: 50%;
  311. }
  312. .hdyelaie .el-carousel__indicators--horizontal{
  313. left:94%;
  314. }
  315. .ond p a{
  316. color: #0056B3;
  317. }
  318. .ond p::after {
  319. content: "";
  320. display: inline-block;
  321. width: 100%;
  322. height: 3px;
  323. background-color: #0056B3;
  324. }