brand-ross.scss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. @media screen and(min-width:768px) {
  2. .advertising {
  3. width: 100%;
  4. height: 973px;
  5. -webkit-box-sizing: border-box;
  6. box-sizing: border-box;
  7. background: #f2f2f2;
  8. overflow: hidden;
  9. background: url(/img/brand-ross-ad.png) no-repeat;
  10. background-position: top center;
  11. .video-container {
  12. position: relative;
  13. width: 960px;
  14. height: 540px;
  15. margin: 0 auto;
  16. margin-top: 433px;
  17. .play {
  18. position: absolute;
  19. width: 132px;
  20. height: 132px;
  21. border-radius: 50%;
  22. z-index: 2;
  23. top: 50%;
  24. left: 50%;
  25. -webkit-transform: translate(-50%, -50%);
  26. transform: translate(-50%, -50%);
  27. cursor: pointer;
  28. background: url(/img/ross-video-play.png) no-repeat center;
  29. }
  30. video {
  31. display: block;
  32. width: 100%;
  33. height: 100%;
  34. }
  35. }
  36. }
  37. .main {
  38. .about {
  39. .content {
  40. .about-swiper {
  41. height: 540px;
  42. .swiper {
  43. width: 720px;
  44. height: 100%;
  45. position: relative;
  46. .swiper-prev,
  47. .swiper-next {
  48. position: absolute;
  49. left: 0;
  50. top: 50%;
  51. -webkit-transform: translateY(-50%);
  52. transform: translateY(-50%);
  53. width: 48px;
  54. height: 72px;
  55. background-color: rgba(55, 55, 55, 0.3) !important;
  56. z-index: 5;
  57. cursor: pointer;
  58. background: url(/img/icon-arrow-left.png) no-repeat center;
  59. }
  60. .swiper-next {
  61. left: unset;
  62. right: 0;
  63. background: url(/img/icon-arrow-right.png) no-repeat center;
  64. }
  65. img {
  66. width: 100%;
  67. height: 540px;
  68. }
  69. }
  70. .section {
  71. display: -webkit-box;
  72. display: -ms-flexbox;
  73. display: flex;
  74. -webkit-box-pack: center;
  75. -ms-flex-pack: center;
  76. justify-content: center;
  77. -webkit-box-align: center;
  78. -ms-flex-align: center;
  79. align-items: center;
  80. -webkit-box-orient: vertical;
  81. -webkit-box-direction: normal;
  82. -ms-flex-direction: column;
  83. flex-direction: column;
  84. width: 480px;
  85. height: 540px;
  86. background: url(/img/icon-comma-01.png), url(/img/icon-comma-02.png);
  87. background-color: #f3920d;
  88. background-repeat: no-repeat;
  89. background-position: 36px 36px, 353px 422px;
  90. color: #fff;
  91. .title {
  92. font-size: 25px;
  93. font-weight: bold;
  94. padding: 0 24px;
  95. width: 100%;
  96. text-align: left;
  97. -webkit-box-sizing: border-box;
  98. box-sizing: border-box;
  99. }
  100. .description {
  101. font-size: 24px;
  102. font-weight: lighter;
  103. line-height: 44px;
  104. padding: 0 24px;
  105. text-align: justify;
  106. word-break: break-all;
  107. margin-top: 12px;
  108. }
  109. }
  110. }
  111. .more-content {
  112. display: -webkit-box;
  113. display: -ms-flexbox;
  114. display: flex;
  115. -webkit-box-pack: justify;
  116. -ms-flex-pack: justify;
  117. justify-content: space-between;
  118. -webkit-box-align: center;
  119. -ms-flex-align: center;
  120. align-items: center;
  121. margin-top: 24px;
  122. img {
  123. display: block;
  124. width: 233px;
  125. height: 160px;
  126. }
  127. }
  128. }
  129. }
  130. .chairman {
  131. .cover {
  132. img {
  133. display: block;
  134. width: 470px;
  135. height: 480px;
  136. }
  137. }
  138. .info {
  139. padding-top: 40px;
  140. margin-left: 50px;
  141. .name {
  142. font-size: 50px;
  143. color: #f3920d;
  144. }
  145. .name-en {
  146. font-size: 34px;
  147. color: #000000;
  148. font-weight: lighter;
  149. margin-top: 37px;
  150. span {
  151. font-size: 38px;
  152. color: #f3920d;
  153. font-weight: normal;
  154. }
  155. }
  156. .tip {
  157. font-size: 25px;
  158. color: #000;
  159. font-weight: lighter;
  160. margin-top: 19px;
  161. span {
  162. margin: 0 16px;
  163. }
  164. }
  165. .line {
  166. width: 36px;
  167. height: 7px;
  168. background: #f3920d;
  169. margin: 25px 0 37px;
  170. }
  171. .description {
  172. font-size: 20px;
  173. color: #000;
  174. font-weight: lighter;
  175. }
  176. }
  177. }
  178. .word {
  179. .content {
  180. img {
  181. display: block;
  182. width: 100%;
  183. }
  184. }
  185. }
  186. .brand-activity {
  187. .content {
  188. .item {
  189. position: relative;
  190. float: left;
  191. height: 340px;
  192. width: 390px;
  193. margin-right: 15px;
  194. margin-bottom: 15px;
  195. -webkit-box-sizing: border-box;
  196. box-sizing: border-box;
  197. overflow: hidden;
  198. .cover-bg {
  199. width: 100%;
  200. height: 100%;
  201. opacity: 1;
  202. -webkit-transition: all 0.4s;
  203. transition: all 0.4s;
  204. background: #f3920d;
  205. }
  206. img {
  207. width: 100%;
  208. height: 100%;
  209. opacity: 1;
  210. -webkit-transition: all 0.4s;
  211. transition: all 0.4s;
  212. }
  213. &.no-mb {
  214. margin-bottom: 0;
  215. }
  216. &.no-mr {
  217. margin-right: 0;
  218. }
  219. &:nth-child(1),
  220. &:nth-child(7) {
  221. width: 795px;
  222. }
  223. &:hover {
  224. img {
  225. -webkit-transform: scale(1.2);
  226. transform: scale(1.2);
  227. }
  228. }
  229. .cover {
  230. position: absolute;
  231. left: 0;
  232. bottom: 0;
  233. display: inline-block;
  234. background: rgba(0, 0, 0, 0.5);
  235. padding: 19px 14px;
  236. .title {
  237. color: #fff;
  238. font-size: 24px;
  239. font-weight: lighter;
  240. line-height: 1.5;
  241. }
  242. }
  243. }
  244. }
  245. }
  246. .honor {
  247. .content {
  248. position: relative;
  249. .swiper-container {
  250. width: 1070px;
  251. margin: 0 auto;
  252. img {
  253. display: block;
  254. width: 100%;
  255. }
  256. }
  257. .swiper-prev,
  258. .swiper-next {
  259. position: absolute;
  260. left: 0;
  261. top: 50%;
  262. -webkit-transform: translateY(-50%);
  263. transform: translateY(-50%);
  264. width: 48px;
  265. height: 72px;
  266. background-color: rgba(55, 55, 55, 0.3) !important;
  267. z-index: 5;
  268. cursor: pointer;
  269. background: url(/img/icon-arrow-left.png) no-repeat center;
  270. }
  271. .swiper-next {
  272. left: unset;
  273. right: 0;
  274. background: url(/img/icon-arrow-right.png) no-repeat center;
  275. }
  276. }
  277. }
  278. .device {
  279. .swiper-container {
  280. img {
  281. display: block;
  282. width: 100%;
  283. }
  284. }
  285. }
  286. }
  287. }
  288. @media screen and(max-width:768px) {
  289. .advertising {
  290. width: 100%;
  291. height: 5.9488rem;
  292. -webkit-box-sizing: border-box;
  293. box-sizing: border-box;
  294. background: #f2f2f2;
  295. overflow: hidden;
  296. background: url(/img/brand-ross-ad.png) no-repeat;
  297. background-position: top center;
  298. background-size: 7.5rem;
  299. .video-container {
  300. position: relative;
  301. width: 6.86rem;
  302. height: 3.8588rem;
  303. margin: 0 auto;
  304. margin-top: 2.09rem;
  305. .play {
  306. position: absolute;
  307. width: 0.8rem;
  308. height: 0.8rem;
  309. border-radius: 50%;
  310. z-index: 2;
  311. top: 50%;
  312. left: 50%;
  313. -webkit-transform: translate(-50%, -50%);
  314. transform: translate(-50%, -50%);
  315. cursor: pointer;
  316. background: url(/img/ross-video-play.png) no-repeat center;
  317. background-size: 0.8rem;
  318. }
  319. video {
  320. display: block;
  321. width: 100%;
  322. height: 100%;
  323. }
  324. }
  325. }
  326. .main {
  327. .about {
  328. width: 6.86rem;
  329. margin: 0 auto;
  330. .content {
  331. .about-swiper {
  332. .swiper {
  333. width: 100%;
  334. float: unset !important;
  335. .swiper-container {
  336. width: 100%;
  337. height: 5.14rem;
  338. img {
  339. display: block;
  340. width: 100%;
  341. height: 100%;
  342. }
  343. }
  344. }
  345. .section {
  346. float: unset !important;
  347. display: -webkit-box;
  348. display: -ms-flexbox;
  349. display: flex;
  350. -webkit-box-pack: center;
  351. -ms-flex-pack: center;
  352. justify-content: center;
  353. -webkit-box-align: center;
  354. -ms-flex-align: center;
  355. align-items: center;
  356. -webkit-box-orient: vertical;
  357. -webkit-box-direction: normal;
  358. -ms-flex-direction: column;
  359. flex-direction: column;
  360. background: url(/img/icon-comma-01.png), url(/img/icon-comma-02.png);
  361. background-color: #f3920d;
  362. background-repeat: no-repeat;
  363. background-size: 0.66rem;
  364. background-position: 0.4rem 0.82rem, 5.86rem 2.8rem;
  365. color: #fff;
  366. padding: 0.4rem;
  367. .title {
  368. font-size: 0.32rem;
  369. font-weight: bold;
  370. width: 100%;
  371. text-align: left;
  372. -webkit-box-sizing: border-box;
  373. box-sizing: border-box;
  374. text-align: center;
  375. }
  376. .description {
  377. font-size: 0.24rem;
  378. line-height: 0.46rem;
  379. text-align: justify;
  380. word-break: break-all;
  381. margin-top: 0.4rem;
  382. text-align: center;
  383. }
  384. }
  385. }
  386. .more-content {
  387. display: none;
  388. }
  389. }
  390. }
  391. .chairman {
  392. width: 6.48rem;
  393. margin: 0 auto;
  394. .content {
  395. display: -webkit-box;
  396. display: -ms-flexbox;
  397. display: flex;
  398. -webkit-box-orient: vertical;
  399. -webkit-box-direction: reverse;
  400. -ms-flex-direction: column-reverse;
  401. flex-direction: column-reverse;
  402. .cover {
  403. float: unset !important;
  404. img {
  405. display: block;
  406. width: 5.46rem;
  407. height: 5.57rem;
  408. margin: 0 auto;
  409. }
  410. }
  411. .info {
  412. float: unset !important;
  413. display: -webkit-box;
  414. display: -ms-flexbox;
  415. display: flex;
  416. -webkit-box-orient: vertical;
  417. -webkit-box-direction: normal;
  418. -ms-flex-direction: column;
  419. flex-direction: column;
  420. -webkit-box-align: center;
  421. -ms-flex-align: center;
  422. align-items: center;
  423. .name {
  424. font-size: 0.3rem;
  425. color: #272727;
  426. font-weight: bold;
  427. }
  428. .name-en {
  429. font-size: 0.26rem;
  430. color: #272727;
  431. margin-top: 0.32rem;
  432. span {
  433. font-size: 0.3rem;
  434. color: #f3920d;
  435. }
  436. }
  437. .tip {
  438. font-size: 0.26rem;
  439. color: #272727;
  440. margin-top: 0.12rem;
  441. span {
  442. margin: 0 0.16rem;
  443. }
  444. }
  445. .line {
  446. width: 0.4rem;
  447. height: 0.06rem;
  448. background: #f3920d;
  449. margin: 0.4rem 0;
  450. }
  451. .description {
  452. font-size: 0.26rem;
  453. color: #666;
  454. line-height: 0.48rem;
  455. text-align: center;
  456. margin-bottom: 0.4rem;
  457. }
  458. }
  459. }
  460. }
  461. .word {
  462. width: 6.86rem;
  463. margin: 0 auto;
  464. .content {
  465. img {
  466. display: block;
  467. width: 100%;
  468. }
  469. }
  470. }
  471. .brand-activity {
  472. width: 6.86rem;
  473. margin: 0 auto;
  474. .content {
  475. .item {
  476. position: relative;
  477. float: left;
  478. height: 1.94rem;
  479. width: 2.23rem;
  480. margin-right: 0.08rem;
  481. margin-bottom: 0.08rem;
  482. -webkit-box-sizing: border-box;
  483. box-sizing: border-box;
  484. overflow: hidden;
  485. img {
  486. width: 100%;
  487. height: 100%;
  488. opacity: 1;
  489. -webkit-transition: all 0.4s;
  490. transition: all 0.4s;
  491. }
  492. &.no-mb {
  493. margin-bottom: 0;
  494. }
  495. &.no-mr {
  496. margin-right: 0;
  497. }
  498. &:nth-child(1),
  499. &:nth-child(7) {
  500. width: 4.54rem;
  501. }
  502. &:hover {
  503. img {
  504. -webkit-transform: scale(1.2);
  505. transform: scale(1.2);
  506. }
  507. }
  508. .cover {
  509. position: absolute;
  510. left: 0;
  511. bottom: 0;
  512. display: inline-block;
  513. background: rgba(0, 0, 0, 0.5);
  514. padding: 0.08rem 0.1rem;
  515. .title {
  516. color: #fff;
  517. font-size: 0.22rem;
  518. font-weight: lighter;
  519. line-height: 1.5;
  520. }
  521. }
  522. }
  523. }
  524. }
  525. .honor {
  526. .scroll-box {
  527. img {
  528. width: 1.96rem;
  529. height: 2.83rem;
  530. margin-right: 0.24rem;
  531. &:first-child {
  532. margin-left: 0.32rem;
  533. }
  534. &:last-child {
  535. margin-right: 0.32rem;
  536. }
  537. }
  538. }
  539. }
  540. .device {
  541. .scroll-box {
  542. img {
  543. width: 1.88rem;
  544. height: 2.41rem;
  545. margin-right: 0.24rem;
  546. &:first-child {
  547. margin-left: 0.32rem;
  548. }
  549. &:last-child {
  550. margin-right: 0.32rem;
  551. }
  552. }
  553. }
  554. }
  555. }
  556. }