index.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. @charset "UTF-8";
  2. /* scss中可以用mixin来扩展 */
  3. .section-title {
  4. position: relative;
  5. text-align: center;
  6. height: 66px;
  7. }
  8. .section-title img {
  9. display: block;
  10. height: 50px;
  11. margin: 0 auto;
  12. }
  13. .section-title h3 {
  14. position: absolute;
  15. left: 50%;
  16. bottom: 0;
  17. -webkit-transform: translateX(-50%);
  18. transform: translateX(-50%);
  19. font-size: 34px;
  20. font-weight: normal;
  21. }
  22. .banner {
  23. width: 100%;
  24. height: 700px;
  25. }
  26. .banner img {
  27. display: block;
  28. height: 100%;
  29. }
  30. .main .container {
  31. margin-top: 120px;
  32. }
  33. .main .container .section-title {
  34. margin-bottom: 80px;
  35. }
  36. .main .container.our-brand .content .item {
  37. position: relative;
  38. width: 286px;
  39. height: 286px;
  40. float: left;
  41. background-color: #ddd;
  42. }
  43. .main .container.our-brand .content .item:first-child {
  44. width: 592px;
  45. height: 592px;
  46. }
  47. .main .container.our-brand .content .item img {
  48. display: block;
  49. width: 100%;
  50. height: 100%;
  51. }
  52. .main .container.our-brand .content .item:hover .active {
  53. opacity: 1;
  54. }
  55. .main .container.our-brand .content .item .active {
  56. opacity: 0;
  57. position: absolute;
  58. left: 0;
  59. top: 0;
  60. z-index: 2;
  61. width: 100%;
  62. height: 100%;
  63. display: -webkit-box;
  64. display: -ms-flexbox;
  65. display: flex;
  66. -webkit-box-pack: center;
  67. -ms-flex-pack: center;
  68. justify-content: center;
  69. -webkit-box-align: center;
  70. -ms-flex-align: center;
  71. align-items: center;
  72. -webkit-box-orient: vertical;
  73. -webkit-box-direction: normal;
  74. -ms-flex-direction: column;
  75. flex-direction: column;
  76. background-color: rgba(0, 0, 0, 0.5);
  77. -webkit-transition: opacity 0.4s;
  78. transition: opacity 0.4s;
  79. }
  80. .main .container.our-brand .content .item .active .title {
  81. font-size: 34px;
  82. color: #fff;
  83. }
  84. .main .container.our-brand .content .item .active .line {
  85. width: 40px;
  86. height: 1px;
  87. margin: 32px 0 60px;
  88. background-color: #fff;
  89. }
  90. .main .container.our-brand .content .item .active .link {
  91. width: 160px;
  92. height: 48px;
  93. border: 1px solid #ffffff;
  94. text-align: center;
  95. line-height: 48px;
  96. color: #fff;
  97. cursor: pointer;
  98. }
  99. .main .container.brand-activity .content {
  100. display: -webkit-box;
  101. display: -ms-flexbox;
  102. display: flex;
  103. -webkit-box-pack: center;
  104. -ms-flex-pack: center;
  105. justify-content: center;
  106. }
  107. .main .container.brand-activity .content .item {
  108. position: relative;
  109. width: 280px;
  110. height: 600px;
  111. overflow: hidden;
  112. -ms-flex-negative: 0;
  113. flex-shrink: 0;
  114. -webkit-transition: all 0.4s;
  115. transition: all 0.4s;
  116. }
  117. .main .container.brand-activity .content .item a {
  118. display: block;
  119. width: 100%;
  120. height: 100%;
  121. }
  122. .main .container.brand-activity .content .item img {
  123. position: absolute;
  124. top: 0;
  125. left: 50%;
  126. -webkit-transform: translateX(-50%);
  127. transform: translateX(-50%);
  128. display: block;
  129. width: 640px;
  130. height: 600px;
  131. }
  132. .main .container.brand-activity .content .item.hover {
  133. width: 640px;
  134. }
  135. .main .container.brand-activity .content .item:nth-child(1) .cover::after {
  136. content: "01";
  137. }
  138. .main .container.brand-activity .content .item:nth-child(2) .cover::after {
  139. content: "02";
  140. }
  141. .main .container.brand-activity .content .item:nth-child(3) .cover::after {
  142. content: "03";
  143. }
  144. .main .container.brand-activity .content .item .active {
  145. position: absolute;
  146. width: 100%;
  147. height: 280px;
  148. bottom: 0;
  149. left: 0;
  150. -webkit-box-sizing: border-box;
  151. box-sizing: border-box;
  152. padding-left: 24px;
  153. background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0)));
  154. background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
  155. }
  156. .main .container.brand-activity .content .item .active .title {
  157. margin-top: 206px;
  158. width: 232px;
  159. font-size: 24px;
  160. color: #fff;
  161. overflow: hidden;
  162. text-overflow: ellipsis;
  163. display: -webkit-box;
  164. -webkit-line-clamp: 1;
  165. -webkit-box-orient: vertical;
  166. }
  167. .main .container.brand-activity .content .item .active .line {
  168. width: 20px;
  169. height: 2px;
  170. margin-top: 16px;
  171. background-color: #fff;
  172. }
  173. .main .container.brand-activity .content .item .active .description {
  174. display: none;
  175. }
  176. .main .container.brand-activity .content .item .active::after {
  177. position: absolute;
  178. content: "01";
  179. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.2)));
  180. background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
  181. -webkit-background-clip: text;
  182. color: transparent;
  183. font-size: 30px;
  184. left: 24px;
  185. bottom: 66px;
  186. }
  187. .main .container.brand-activity .content .item .hover-active {
  188. position: absolute;
  189. width: 486px;
  190. height: 160px;
  191. padding-top: 32px;
  192. padding-left: 32px;
  193. -webkit-box-sizing: border-box;
  194. box-sizing: border-box;
  195. border-top-left-radius: 32px;
  196. right: 0;
  197. bottom: 0;
  198. background: linear-gradient(166deg, #0688d2 25%, rgba(32, 155, 212, 0.8));
  199. -webkit-transition: opacity 0.4s;
  200. transition: opacity 0.4s;
  201. }
  202. .main .container.brand-activity .content .item .hover-active .title {
  203. font-size: 24px;
  204. color: #fff;
  205. width: 300px;
  206. overflow: hidden;
  207. text-overflow: ellipsis;
  208. display: -webkit-box;
  209. -webkit-line-clamp: 1;
  210. -webkit-box-orient: vertical;
  211. }
  212. .main .container.brand-activity .content .item .hover-active .line {
  213. width: 20px;
  214. height: 2px;
  215. margin: 16px 0 22px;
  216. background-color: #fff;
  217. }
  218. .main .container.brand-activity .content .item .hover-active .description {
  219. text-align: justify;
  220. width: 300px;
  221. font-size: 16px;
  222. color: #fff;
  223. line-height: 1.5;
  224. overflow: hidden;
  225. text-overflow: ellipsis;
  226. display: -webkit-box;
  227. -webkit-line-clamp: 2;
  228. -webkit-box-orient: vertical;
  229. }
  230. .main .container.brand-activity .content .item .hover-active::after {
  231. position: absolute;
  232. content: "01";
  233. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.2)));
  234. background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
  235. -webkit-background-clip: text;
  236. color: transparent;
  237. font-size: 90px;
  238. line-height: 90px;
  239. right: 32px;
  240. bottom: 24px;
  241. }
  242. .main .container.company-values .content .item {
  243. position: relative;
  244. float: left;
  245. height: 340px;
  246. width: 390px;
  247. margin-right: 15px;
  248. margin-bottom: 15px;
  249. -webkit-box-sizing: border-box;
  250. box-sizing: border-box;
  251. overflow: hidden;
  252. }
  253. .main .container.company-values .content .item img {
  254. width: 100%;
  255. height: 100%;
  256. opacity: 1;
  257. -webkit-transition: all 0.4s;
  258. transition: all 0.4s;
  259. }
  260. .main .container.company-values .content .item.no-mb {
  261. margin-bottom: 0;
  262. }
  263. .main .container.company-values .content .item.no-mr {
  264. margin-right: 0;
  265. }
  266. .main .container.company-values .content .item:nth-child(1), .main .container.company-values .content .item:nth-child(7) {
  267. width: 795px;
  268. }
  269. .main .container.company-values .content .item:hover img {
  270. -webkit-transform: scale(1.2);
  271. transform: scale(1.2);
  272. }
  273. .main .container.company-values .content .item:nth-child(2) .cover, .main .container.company-values .content .item:nth-child(3) .cover, .main .container.company-values .content .item:nth-child(7) .cover {
  274. background: transparent;
  275. }
  276. .main .container.company-values .content .item:nth-child(2):hover, .main .container.company-values .content .item:nth-child(3):hover, .main .container.company-values .content .item:nth-child(7):hover {
  277. border: 1px solid #0688d2;
  278. }
  279. .main .container.company-values .content .item:nth-child(2):hover img, .main .container.company-values .content .item:nth-child(3):hover img, .main .container.company-values .content .item:nth-child(7):hover img {
  280. opacity: 0;
  281. }
  282. .main .container.company-values .content .item:nth-child(2):hover .subtitle,
  283. .main .container.company-values .content .item:nth-child(2):hover .title, .main .container.company-values .content .item:nth-child(3):hover .subtitle,
  284. .main .container.company-values .content .item:nth-child(3):hover .title, .main .container.company-values .content .item:nth-child(7):hover .subtitle,
  285. .main .container.company-values .content .item:nth-child(7):hover .title {
  286. color: #0688d2;
  287. }
  288. .main .container.company-values .content .item:nth-child(2):hover .line::before, .main .container.company-values .content .item:nth-child(2):hover .line::after, .main .container.company-values .content .item:nth-child(3):hover .line::before, .main .container.company-values .content .item:nth-child(3):hover .line::after, .main .container.company-values .content .item:nth-child(7):hover .line::before, .main .container.company-values .content .item:nth-child(7):hover .line::after {
  289. background-color: #0688d2;
  290. }
  291. .main .container.company-values .content .item .cover {
  292. position: absolute;
  293. left: 0;
  294. top: 0;
  295. width: 100%;
  296. height: 100%;
  297. display: -webkit-box;
  298. display: -ms-flexbox;
  299. display: flex;
  300. -webkit-box-pack: center;
  301. -ms-flex-pack: center;
  302. justify-content: center;
  303. -webkit-box-orient: vertical;
  304. -webkit-box-direction: normal;
  305. -ms-flex-direction: column;
  306. flex-direction: column;
  307. -webkit-box-align: center;
  308. -ms-flex-align: center;
  309. align-items: center;
  310. background: rgba(0, 0, 0, 0.5);
  311. }
  312. .main .container.company-values .content .item .cover .line {
  313. width: 180px;
  314. position: absolute;
  315. left: 50%;
  316. top: 50%;
  317. -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  318. transform: translate(-50%, -50%) rotateZ(-45deg);
  319. }
  320. .main .container.company-values .content .item .cover .line::after, .main .container.company-values .content .item .cover .line::before {
  321. position: absolute;
  322. left: 0;
  323. top: 0;
  324. content: "";
  325. display: block;
  326. width: 20px;
  327. height: 1px;
  328. background-color: #fff;
  329. }
  330. .main .container.company-values .content .item .cover .line::before {
  331. right: 0;
  332. left: unset;
  333. }
  334. .main .container.company-values .content .item .cover .title {
  335. color: #fff;
  336. font-size: 24px;
  337. }
  338. .main .container.company-values .content .item .cover .subtitle {
  339. font-size: 18px;
  340. color: #fff;
  341. margin-top: 12px;
  342. }
  343. .main .container.company-values .content .item .cover .subtitle.en {
  344. text-transform: uppercase;
  345. }
  346. .main .container.friendly_link .content {
  347. width: 100%;
  348. overflow: hidden;
  349. }
  350. .main .container.friendly_link .content .row {
  351. display: -webkit-box;
  352. display: -ms-flexbox;
  353. display: flex;
  354. }
  355. .main .container.friendly_link .content .row:last-child {
  356. -webkit-box-orient: horizontal;
  357. -webkit-box-direction: reverse;
  358. -ms-flex-direction: row-reverse;
  359. flex-direction: row-reverse;
  360. -webkit-animation: 20s rowup-right linear infinite normal;
  361. animation: 20s rowup-right linear infinite normal;
  362. margin-top: 10px;
  363. }
  364. .main .container.friendly_link .content .row:first-child {
  365. -webkit-animation: 20s rowup-left linear infinite normal;
  366. animation: 20s rowup-left linear infinite normal;
  367. }
  368. .main .container.friendly_link .content .item {
  369. -ms-flex-negative: 0;
  370. flex-shrink: 0;
  371. position: relative;
  372. width: 232px;
  373. height: 100px;
  374. -webkit-box-sizing: border-box;
  375. box-sizing: border-box;
  376. border: 1px solid #d8d8d8;
  377. overflow: hidden;
  378. margin-right: 10px;
  379. }
  380. .main .container.friendly_link .content .item:last-child {
  381. margin-right: 0;
  382. }
  383. .main .container.friendly_link .content .item img {
  384. display: block;
  385. width: 100%;
  386. position: absolute;
  387. left: 0;
  388. top: 50%;
  389. -webkit-transform: translateY(-50%);
  390. transform: translateY(-50%);
  391. }