brand-ross.css 12 KB

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