index.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. /* .wrap {
  2. background: #f4f4f4;
  3. } */
  4. /* 轮播图 */
  5. .wrap .carousel {
  6. width: 100%;
  7. height: 36.25rem;
  8. position: relative;
  9. }
  10. .carousel-item {
  11. background: rgba(0, 0, 0, 0.1);
  12. color: white;
  13. width: 100%;
  14. height: 100%;
  15. overflow: hidden;
  16. }
  17. /* 轮播图信息 */
  18. .carousel-item .carousel-img {
  19. width: 100%;
  20. height: 36.25rem;
  21. }
  22. .carousel-item .carousel-info {
  23. position: absolute;
  24. height: 15rem;
  25. left: 7.5rem;
  26. top: calc(50% - 8.75rem);
  27. z-index: 100;
  28. font-size: 1rem;
  29. }
  30. /* .carousel-item .carousel-info {
  31. position: absolute;
  32. height: 15rem;
  33. left: 7.5rem;
  34. top: calc(50% - 8.75rem);
  35. display: flex;
  36. flex-direction: column;
  37. justify-content: space-between;
  38. z-index: 100;
  39. }
  40. .carousel-info > div {
  41. font-weight: normal;
  42. color: #ffffff;
  43. }
  44. .carousel-info .title-1 {
  45. font-size: 1.625rem;
  46. }
  47. .carousel-info .title-2 {
  48. font-size: 2.25rem;
  49. }
  50. .carousel-info .title-3 {
  51. font-size: 3.125rem;
  52. } */
  53. /* 按钮控件 */
  54. .carousel-control {
  55. position: absolute;
  56. bottom: 4rem;
  57. right: 7.5rem;
  58. z-index: 100;
  59. display: flex;
  60. align-items: center;
  61. user-select: none;
  62. }
  63. .carousel-control .btn {
  64. width: 3.125rem;
  65. height: 1.75rem;
  66. background: #ffffff;
  67. border-radius: 1.25rem;
  68. display: flex;
  69. align-items: center;
  70. justify-content: center;
  71. cursor: pointer;
  72. }
  73. .carousel-control .btn .icon {
  74. width: 1rem;
  75. height: 1rem;
  76. }
  77. .carousel-control .disabled {
  78. height: 1.75rem;
  79. width: 1.75rem;
  80. opacity: 0.3;
  81. cursor: default;
  82. }
  83. .carousel-control .index {
  84. font-size: 1.25rem;
  85. color: #ffffff;
  86. margin: 0 0.625rem;
  87. }
  88. .carousel-control .index span {
  89. font-size: 2rem;
  90. font-weight: 400;
  91. }
  92. /* 滑块控件 */
  93. .carousel-scroll {
  94. position: absolute;
  95. bottom: 4rem;
  96. left: 7.5rem;
  97. display: flex;
  98. align-items: center;
  99. z-index: 100;
  100. }
  101. .carousel-scroll :not(:last-child) {
  102. margin-right: 0.625rem;
  103. }
  104. .carousel-scroll .scroll-item {
  105. width: 3.75rem;
  106. height: 0.25rem;
  107. background: #999999;
  108. cursor: pointer;
  109. }
  110. .carousel-scroll .current {
  111. background: #ffffff;
  112. cursor: default;
  113. }
  114. /* 关于 */
  115. .wrap .about {
  116. display: flex;
  117. align-items: center;
  118. justify-content: center;
  119. padding: 3.125rem 0;
  120. }
  121. .about .info {
  122. width: 32.5rem;
  123. height: 25rem;
  124. display: flex;
  125. flex-direction: column;
  126. align-items: flex-start;
  127. justify-content: space-between;
  128. }
  129. .about .info .href {
  130. font-size: 1.125rem;
  131. font-weight: 500;
  132. color: #1d52a2;
  133. text-decoration: none;
  134. }
  135. .about .info .title {
  136. font-size: 2rem;
  137. font-weight: 500;
  138. color: #222222;
  139. line-height: 2.375rem;
  140. }
  141. .about .info .detail {
  142. font-size: 1rem;
  143. line-height: 1.5625rem;
  144. font-weight: 300;
  145. color: #444444;
  146. }
  147. .about .video {
  148. width: 36.25rem;
  149. height: 27.5rem;
  150. margin-left: 1.875rem;
  151. background-color: #000;
  152. }
  153. /* 公司 */
  154. .wrap .company {
  155. width: 100%;
  156. height: 32.5rem;
  157. background: #000;
  158. position: relative;
  159. background-repeat: no-repeat;
  160. background-size: 100% auto;
  161. }
  162. .company .company-tab {
  163. width: 75rem;
  164. height: 5rem;
  165. /* background: rgba(255, 255, 255, 0.1); */
  166. backdrop-filter: blur(0.25rem);
  167. position: absolute;
  168. bottom: 3.125rem;
  169. left: calc(50% - 37.5rem);
  170. display: flex;
  171. align-items: center;
  172. }
  173. .company .company-tab .tab-item {
  174. flex: 1;
  175. height: 5rem;
  176. font-size: 1.375rem;
  177. font-weight: 500;
  178. color: #ffffff;
  179. line-height: 5rem;
  180. text-align: center;
  181. background: rgba(255, 255, 255, 0.1);
  182. position: relative;
  183. cursor: pointer;
  184. }
  185. .company .company-tab .tab-item .tab-item-bottom {
  186. width: 3rem;
  187. height: 0.125rem;
  188. background: #fff;
  189. position: absolute;
  190. bottom: 0;
  191. left: calc(50% - 1.5rem);
  192. }
  193. .company .company-tab .tab-line {
  194. height: 5rem;
  195. width: 0.125rem;
  196. }
  197. .company .company-tab .tab-line > div {
  198. width: 0.125rem;
  199. height: 3rem;
  200. }
  201. .company .company-tab .tab-line :nth-child(2n - 1) {
  202. height: 1rem;
  203. background: rgba(255, 255, 255, 0.1);
  204. }
  205. /* 产品 */
  206. .wrap .product {
  207. padding: 3.125rem 0;
  208. }
  209. .product .product-title {
  210. width: 100%;
  211. height: 2.8125rem;
  212. font-size: 2rem;
  213. font-weight: 600;
  214. color: #222222;
  215. line-height: 2.8125rem;
  216. text-align: center;
  217. }
  218. .product .product-tips {
  219. width: 100%;
  220. font-size: 0.875rem;
  221. font-weight: 400;
  222. color: #666666;
  223. text-align: center;
  224. margin-top: 1.25rem;
  225. }
  226. .product .product-img {
  227. width: 80%;
  228. margin: 1.875rem 10% 0;
  229. }
  230. .product .product-tab {
  231. display: flex;
  232. align-items: center;
  233. height: 5rem;
  234. width: 90rem;
  235. margin: 0 auto;
  236. }
  237. .product .product-tab .tab-item {
  238. height: 5rem;
  239. width: 7.5rem;
  240. flex: 1;
  241. text-align: center;
  242. line-height: 5rem;
  243. font-size: 1.125rem;
  244. font-weight: 500;
  245. color: #222222;
  246. border-bottom: 0.0625rem solid #979797;
  247. cursor: pointer;
  248. }
  249. .product .product-tab .current {
  250. border-bottom: 0.125rem solid #1d52a2;
  251. transition: all 0.1s;
  252. }
  253. .product .product-content {
  254. width: 90rem;
  255. margin: 0 auto;
  256. padding-top: 3.125rem;
  257. display: flex;
  258. align-items: center;
  259. }
  260. .product .product-content .content-info {
  261. display: flex;
  262. flex-direction: column;
  263. align-items: flex-start;
  264. justify-content: space-around;
  265. width: 30rem;
  266. height: 25rem;
  267. margin-right: 1.875rem;
  268. }
  269. .product .product-content .content-info .info-title {
  270. font-size: 1.625rem;
  271. font-weight: 500;
  272. color: #222222;
  273. }
  274. .product .product-content .content-info .info-detail {
  275. font-size: 1rem;
  276. font-weight: 400;
  277. color: #555555;
  278. }
  279. .product .product-content .content-img {
  280. width: 58.125rem;
  281. height: 32.37rem;
  282. }
  283. /* 新闻 */
  284. .wrap .news {
  285. padding: 3.125rem 0;
  286. background: #f4f4f4;
  287. }
  288. .news .news-title {
  289. width: 100%;
  290. height: 2.8125rem;
  291. font-size: 2rem;
  292. font-weight: 600;
  293. color: #222222;
  294. line-height: 2.8125rem;
  295. text-align: center;
  296. }
  297. .news .news-tips {
  298. width: 100%;
  299. font-size: 0.875rem;
  300. font-weight: 400;
  301. color: #666666;
  302. text-align: center;
  303. margin-top: 1.25rem;
  304. }
  305. .news .news-content {
  306. width: 90rem;
  307. margin: 0 auto;
  308. padding-top: 3.125rem;
  309. display: flex;
  310. align-items: center;
  311. }
  312. .news .news-content > :not(:last-child) {
  313. margin-right: 3.75rem;
  314. }
  315. .news .news-content .news-item {
  316. width: 27.5rem;
  317. background: #fff;
  318. padding: 1.875rem;
  319. }
  320. .news .news-content .news-item .item-cover {
  321. width: 27.5rem;
  322. height: 18.3125rem;
  323. background: #000;
  324. transform: translate(-1.875rem, -1.875rem);
  325. }
  326. .news .news-content .news-item .item-time {
  327. font-size: 0.875rem;
  328. font-weight: 400;
  329. color: #1d52a2;
  330. height: 1rem;
  331. }
  332. .news .news-content .news-item .item-title {
  333. font-size: 1rem;
  334. font-weight: 500;
  335. color: #222222;
  336. height: 2.75rem;
  337. margin-top: 1.25rem;
  338. overflow: hidden;
  339. text-overflow: ellipsis;
  340. display: -webkit-box;
  341. -webkit-box-orient: vertical;
  342. -webkit-line-clamp: 2;
  343. }
  344. .news .news-content .news-item .item-detail {
  345. font-size: 0.875rem;
  346. font-weight: 400;
  347. color: #444444;
  348. height: 4.375rem;
  349. margin-top: 1.25rem;
  350. margin-bottom: 1.875rem;
  351. overflow: hidden;
  352. text-overflow: ellipsis;
  353. display: -webkit-box;
  354. -webkit-box-orient: vertical;
  355. -webkit-line-clamp: 3;
  356. }
  357. .news .news-content .news-item .item-view-detail {
  358. font-size: 0.875rem;
  359. font-weight: 500;
  360. color: #888888;
  361. text-decoration: none;
  362. }
  363. .news .news-more {
  364. margin: 3.125rem auto 0;
  365. }
  366. /* 联系 */
  367. .wrap .contact {
  368. height: 37.5rem;
  369. background: #000;
  370. position: relative;
  371. background-repeat: no-repeat;
  372. background-size: 100% auto;
  373. }
  374. .contact .contact-card {
  375. width: 26.875rem;
  376. height: 28.75rem;
  377. background: #ffffff;
  378. border-radius: 0.5rem;
  379. position: absolute;
  380. top: 4.375rem;
  381. /* right: 15rem; */
  382. right: 18.75rem;
  383. padding: 1.875rem 2.5rem;
  384. }
  385. .contact .contact-card .card-title {
  386. font-size: 1.375rem;
  387. font-weight: 500;
  388. color: #222222;
  389. width: 100%;
  390. text-align: center;
  391. }
  392. .contact .contact-card .card-confirm {
  393. margin: 1.25rem auto 0;
  394. cursor: pointer;
  395. }
  396. .contact .contact-card > input {
  397. border: 0.0625rem solid rgba(151, 151, 151, 0.3);
  398. height: 2.5rem;
  399. width: 100%;
  400. padding: 0 0.625rem;
  401. font-size: 0.8125rem;
  402. font-weight: 400;
  403. margin-top: 1.25rem;
  404. }
  405. .contact .contact-card > textarea {
  406. border: 0.0625rem solid rgba(151, 151, 151, 0.3);
  407. height: 5.625rem;
  408. width: 100%;
  409. padding: 0.625rem;
  410. font-size: 0.8125rem;
  411. font-weight: 400;
  412. resize: none;
  413. margin-top: 1.25rem;
  414. }