index.vue 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133
  1. <template>
  2. <div>
  3. <!-- banner区域 start -->
  4. <div id="banner" class="swiper-container banner">
  5. <div class="swiper-wrapper">
  6. <div class="swiper-slide">
  7. <img src="/img/banner6.jpg" alt="" />
  8. </div>
  9. <div class="swiper-slide">
  10. <img src="/img/banner2.jpg" alt="" />
  11. </div>
  12. <div class="swiper-slide">
  13. <img src="/img/banner1.jpg" alt="" />
  14. </div>
  15. </div>
  16. <div class="swiper-pagination"></div>
  17. </div>
  18. <!-- banner区域 end -->
  19. <!-- 内容区域 start -->
  20. <div class="main">
  21. <div class="container our-brand">
  22. <div class="section-title">
  23. <img src="/img/title_our_brand.png" alt="" />
  24. <h3>我们的品牌</h3>
  25. </div>
  26. <div class="scroll-box">
  27. <div class="content clearfix">
  28. <div class="item mr18">
  29. <img src="/img/our-brand-base.png" alt="" />
  30. <div class="active">
  31. <div class="title">RÖS'S ESTÉTICA</div>
  32. <div class="subtitle">智能创新研发型企业</div>
  33. <div class="line"></div>
  34. <a class="link" href="/brand/ross.html">探索品牌</a>
  35. </div>
  36. </div>
  37. <div class="item mr18 mb18">
  38. <img src="/img/our-brand-01.png" alt="" />
  39. <div class="active">
  40. <div class="title">binary premium</div>
  41. <div class="subtitle">云智能体疗管理系统</div>
  42. <div class="line"></div>
  43. <a class="link" href="/product/binary-premium.html">了解设备</a>
  44. </div>
  45. </div>
  46. <div class="item mb18">
  47. <img src="/img/our-brand-02.png" alt="" />
  48. <div class="active">
  49. <div class="title">kestos t2</div>
  50. <div class="subtitle">穿戴式肌肉抗衰系统</div>
  51. <div class="line"></div>
  52. <a class="link" href="/product/kestos.html">了解设备</a>
  53. </div>
  54. </div>
  55. <div class="item mr18">
  56. <img src="/img/our-brand-03.png" alt="" />
  57. <div class="active">
  58. <div class="title">intradermik</div>
  59. <div class="subtitle">便携式康复理疗设备</div>
  60. <div class="line"></div>
  61. <a class="link" href="/product/intradermik.html">了解设备</a>
  62. </div>
  63. </div>
  64. <div class="item">
  65. <img src="/img/our-brand-04.png" alt="" />
  66. <div class="active">
  67. <div class="title">Mesobiolift RF</div>
  68. <div class="subtitle">全身紧致抗衰系统</div>
  69. <div class="line"></div>
  70. <a class="link" href="/product/mesobiolift.html">了解设备</a>
  71. </div>
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. <div class="container brand-activity">
  77. <div class="section-title">
  78. <img src="/img/title_brand_activities.png" alt="" />
  79. <h3>品牌活动</h3>
  80. </div>
  81. <div id="activity" class="content scroll-box">
  82. <div class="item hover">
  83. <a href="https://mp.weixin.qq.com/s/RPYjyY2UQ935U651_WnRBg">
  84. <img src="/img/brand_activity_01.png" alt="" />
  85. <div class="cover hover-active">
  86. <div class="title">广州美博会</div>
  87. <div class="line"></div>
  88. <div class="description">花城相遇·惊艳绽放</div>
  89. </div>
  90. </a>
  91. </div>
  92. <div class="item">
  93. <a href="https://mp.weixin.qq.com/s/Lei6mRd6BKeyHcluR8yjsA">
  94. <img src="/img/brand_activity_02.png" alt="" />
  95. <div class="cover active">
  96. <div class="title">上海美博会</div>
  97. <div class="line"></div>
  98. <div class="description">相约魔都·惊艳绽放</div>
  99. </div>
  100. </a>
  101. </div>
  102. <div class="item">
  103. <a href="https://mp.weixin.qq.com/s/pIBE7S1cDG3qOkGDZXaGXg">
  104. <img src="/img/brand_activity_03.png" alt="" />
  105. <div class="cover active">
  106. <div class="title">SpaChina行业水疗峰会</div>
  107. <div class="line"></div>
  108. <div class="description">与您相约厦门·敬请期待</div>
  109. </div>
  110. </a>
  111. </div>
  112. </div>
  113. </div>
  114. <div class="container company-values">
  115. <div class="section-title">
  116. <img src="/img/title_company_values.png" alt="" />
  117. <h3>公司价值观</h3>
  118. </div>
  119. <div class="content clearfix">
  120. <div class="item">
  121. <img src="/img/company_values_01.png" alt="团队风采" />
  122. <div class="cover">
  123. <div class="title">团队风采</div>
  124. <div class="subtitle en">Team style​</div>
  125. <div class="line"></div>
  126. </div>
  127. </div>
  128. <div class="item no-mr">
  129. <!-- <img src="/img/company_values_03.png" alt="团队风采" /> -->
  130. <div class="cover-bg one"></div>
  131. <div class="cover">
  132. <div class="title">团队合作</div>
  133. <div class="subtitle en">TEAMWORK​​</div>
  134. <div class="line"></div>
  135. </div>
  136. </div>
  137. <div class="item">
  138. <!-- <img src="/img/company_values_03.png" alt="团队风采" /> -->
  139. <div class="cover-bg one"></div>
  140. <div class="cover">
  141. <div class="title">诚信</div>
  142. <div class="subtitle en">Integrity</div>
  143. <div class="line"></div>
  144. </div>
  145. </div>
  146. <div class="item">
  147. <img src="/img/company_values_04.png" alt="团队风采" />
  148. <div class="cover">
  149. <div class="title">专业</div>
  150. <div class="subtitle en">Profession​</div>
  151. <div class="line"></div>
  152. </div>
  153. </div>
  154. <div class="item no-mr">
  155. <img src="/img/company_values_05.png" alt="团队风采" />
  156. <div class="cover">
  157. <div class="title">责任</div>
  158. <div class="subtitle en">responsibility​</div>
  159. <div class="line"></div>
  160. </div>
  161. </div>
  162. <div class="item no-mb">
  163. <img src="/img/company_values_06.png" alt="团队风采" />
  164. <div class="cover">
  165. <div class="title">发展</div>
  166. <div class="subtitle en">development​</div>
  167. <div class="line"></div>
  168. </div>
  169. </div>
  170. <div class="item no-mr no-mb">
  171. <!-- <img src="/img/company_values_07.png" alt="团队风采" /> -->
  172. <div class="cover-bg two"></div>
  173. <div class="cover">
  174. <div class="title">创造美丽人生</div>
  175. <div class="subtitle en">create a beautiful life​</div>
  176. <div class="line"></div>
  177. </div>
  178. </div>
  179. </div>
  180. </div>
  181. <div class="container head_quarter">
  182. <div class="section-title">
  183. <img src="/img/title_our_achievements.png" alt="" />
  184. <h3>我们的成绩</h3>
  185. </div>
  186. <div class="content" hidden>
  187. <img src="/img/map.png" alt="" />
  188. </div>
  189. </div>
  190. <div class="container friendly_link">
  191. <div class="section-title">
  192. <img src="/img/title_authorized _cooperation.png" alt="" />
  193. <h3>授权合作</h3>
  194. </div>
  195. <div class="content">
  196. <div class="item">
  197. <a href="#"><img src="/img/friend_authorized_01.png" alt="" /></a>
  198. </div>
  199. <div class="item">
  200. <a href="#"><img src="/img/friend_authorized_02.png" alt="" /></a>
  201. </div>
  202. <div class="item">
  203. <a href="#"><img src="/img/friend_authorized_03.png" alt="" /></a>
  204. </div>
  205. <div class="item">
  206. <a href="#"><img src="/img/friend_authorized_04.png" alt="" /></a>
  207. </div>
  208. <div class="item">
  209. <a href="#"><img src="/img/friend_authorized_05.png" alt="" /></a>
  210. </div>
  211. <div class="item">
  212. <a href="#"><img src="/img/friend_authorized_06.png" alt="" /></a>
  213. </div>
  214. <div class="item">
  215. <a href="#"><img src="/img/friend_authorized_07.png" alt="" /></a>
  216. </div>
  217. <div class="item">
  218. <a href="#"><img src="/img/friend_authorized_08.png" alt="" /></a>
  219. </div>
  220. <div class="item">
  221. <a href="#"><img src="/img/friend_authorized_09.png" alt="" /></a>
  222. </div>
  223. <div class="item">
  224. <a href="#"><img src="/img/friend_authorized_10.png" alt="" /></a>
  225. </div>
  226. </div>
  227. </div>
  228. </div>
  229. <!-- 内容区域 end -->
  230. </div>
  231. </template>
  232. <script>
  233. export default {
  234. head() {
  235. return {
  236. title: '西班牙ROSS | 艾斯佰丽公司官网',
  237. }
  238. },
  239. mounted() {
  240. new Swiper('#banner', {
  241. loop: true, // 循环模式选项
  242. autoplay: true,
  243. // 如果需要分页器
  244. pagination: {
  245. el: '.swiper-pagination',
  246. },
  247. })
  248. $('#activity .item').each(function (index, el) {
  249. $(el).hover(
  250. function () {
  251. $('#activity .item').removeClass('hover').find('.cover').removeClass('hover-active').addClass('active')
  252. $(this).addClass('hover').find('.cover').addClass('hover-active').removeClass('active')
  253. },
  254. function () {}
  255. )
  256. })
  257. },
  258. }
  259. </script>
  260. <style lang="scss" scoped>
  261. /* scss中可以用mixin来扩展 */
  262. @mixin ellipsis($line: 1) {
  263. overflow: hidden;
  264. text-overflow: ellipsis;
  265. display: -webkit-box;
  266. -webkit-line-clamp: $line;
  267. -webkit-box-orient: vertical;
  268. }
  269. @media screen and (min-width: 768px) {
  270. .main {
  271. .container {
  272. &.our-brand {
  273. .content {
  274. .item {
  275. position: relative;
  276. width: 286px;
  277. height: 286px;
  278. float: left;
  279. background-color: #ddd;
  280. &:first-child {
  281. width: 592px;
  282. height: 592px;
  283. .active {
  284. .title {
  285. font-size: 52px;
  286. text-transform: uppercase;
  287. }
  288. .subtitle {
  289. font-size: 34px;
  290. margin-top: 12px;
  291. }
  292. .link {
  293. width: 244px;
  294. height: 72px;
  295. margin-top: 150px;
  296. font-size: 42px;
  297. line-height: 72px;
  298. }
  299. }
  300. }
  301. img {
  302. display: block;
  303. width: 100%;
  304. height: 100%;
  305. }
  306. &:hover {
  307. .active {
  308. opacity: 1;
  309. }
  310. }
  311. .active {
  312. opacity: 0;
  313. position: absolute;
  314. left: 0;
  315. top: 0;
  316. z-index: 2;
  317. width: 100%;
  318. height: 100%;
  319. display: -webkit-box;
  320. display: -ms-flexbox;
  321. display: flex;
  322. -webkit-box-pack: center;
  323. -ms-flex-pack: center;
  324. justify-content: center;
  325. -webkit-box-align: center;
  326. -ms-flex-align: center;
  327. align-items: center;
  328. -webkit-box-orient: vertical;
  329. -webkit-box-direction: normal;
  330. -ms-flex-direction: column;
  331. flex-direction: column;
  332. background-color: rgba(0, 0, 0, 0.5);
  333. -webkit-transition: opacity 0.4s;
  334. transition: opacity 0.4s;
  335. .title {
  336. font-size: 25px;
  337. color: #fff;
  338. text-transform: uppercase;
  339. }
  340. .subtitle {
  341. font-size: 20px;
  342. color: #fff;
  343. margin-top: 8px;
  344. font-weight: lighter;
  345. }
  346. .line {
  347. display: none;
  348. width: 40px;
  349. height: 1px;
  350. margin: 32px 0 60px;
  351. background-color: #fff;
  352. }
  353. .link {
  354. width: 142px;
  355. height: 40px;
  356. font-size: 24px;
  357. margin-top: 60px;
  358. border: 1px solid #ffffff;
  359. text-align: center;
  360. line-height: 40px;
  361. color: #fff;
  362. cursor: pointer;
  363. font-weight: lighter;
  364. }
  365. }
  366. }
  367. }
  368. }
  369. &.brand-activity {
  370. .content {
  371. display: -webkit-box;
  372. display: -ms-flexbox;
  373. display: flex;
  374. -webkit-box-pack: center;
  375. -ms-flex-pack: center;
  376. justify-content: center;
  377. .item {
  378. position: relative;
  379. width: 280px;
  380. height: 600px;
  381. overflow: hidden;
  382. -ms-flex-negative: 0;
  383. flex-shrink: 0;
  384. -webkit-transition: all 0.4s;
  385. transition: all 0.4s;
  386. a {
  387. display: block;
  388. width: 100%;
  389. height: 100%;
  390. }
  391. img {
  392. position: absolute;
  393. top: 0;
  394. left: 50%;
  395. -webkit-transform: translateX(-50%);
  396. transform: translateX(-50%);
  397. display: block;
  398. width: 640px;
  399. height: 600px;
  400. }
  401. &.hover {
  402. width: 640px;
  403. }
  404. &:nth-child(1) {
  405. .cover {
  406. &::after {
  407. content: '01';
  408. }
  409. }
  410. }
  411. &:nth-child(2) {
  412. .cover {
  413. &::after {
  414. content: '02';
  415. }
  416. }
  417. }
  418. &:nth-child(3) {
  419. .cover {
  420. &::after {
  421. content: '03';
  422. }
  423. }
  424. }
  425. .active {
  426. position: absolute;
  427. width: 100%;
  428. height: 280px;
  429. bottom: 0;
  430. left: 0;
  431. -webkit-box-sizing: border-box;
  432. box-sizing: border-box;
  433. padding-left: 24px;
  434. background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0)));
  435. background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
  436. .title {
  437. margin-top: 206px;
  438. width: 232px;
  439. font-size: 29px;
  440. color: #fff;
  441. @include ellipsis(1);
  442. font-weight: lighter;
  443. }
  444. .line {
  445. width: 20px;
  446. height: 2px;
  447. margin-top: 16px;
  448. background-color: #fff;
  449. }
  450. .description {
  451. display: none;
  452. }
  453. &::after {
  454. position: absolute;
  455. content: '01';
  456. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.2)));
  457. background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
  458. -webkit-background-clip: text;
  459. color: transparent;
  460. font-size: 30px;
  461. left: 24px;
  462. bottom: 66px;
  463. }
  464. }
  465. .hover-active {
  466. position: absolute;
  467. width: 486px;
  468. height: 160px;
  469. padding-top: 30px;
  470. padding-left: 26px;
  471. -webkit-box-sizing: border-box;
  472. box-sizing: border-box;
  473. border-top-left-radius: 32px;
  474. right: 0;
  475. bottom: 0;
  476. background: rgba(243, 146, 13, 0.8);
  477. -webkit-transition: opacity 0.4s;
  478. transition: opacity 0.4s;
  479. .title {
  480. font-size: 40px;
  481. color: #fff;
  482. width: 300px;
  483. font-weight: bold;
  484. @include ellipsis(1);
  485. }
  486. .line {
  487. width: 38px;
  488. height: 4px;
  489. margin: 16px 0;
  490. background-color: #fff;
  491. }
  492. .description {
  493. text-align: justify;
  494. width: 300px;
  495. font-size: 20px;
  496. color: #fff;
  497. line-height: 1.5;
  498. @include ellipsis(1);
  499. }
  500. &::after {
  501. position: absolute;
  502. content: '01';
  503. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.2)));
  504. background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
  505. -webkit-background-clip: text;
  506. color: transparent;
  507. font-size: 90px;
  508. line-height: 90px;
  509. right: 32px;
  510. bottom: 24px;
  511. }
  512. }
  513. }
  514. }
  515. }
  516. &.company-values {
  517. .content {
  518. .item {
  519. position: relative;
  520. float: left;
  521. height: 340px;
  522. width: 390px;
  523. margin-right: 15px;
  524. margin-bottom: 15px;
  525. -webkit-box-sizing: border-box;
  526. box-sizing: border-box;
  527. overflow: hidden;
  528. .cover-bg {
  529. width: 100%;
  530. height: 100%;
  531. opacity: 1;
  532. -webkit-transition: all 0.4s;
  533. transition: all 0.4s;
  534. background: #f3920d;
  535. }
  536. img {
  537. width: 100%;
  538. height: 100%;
  539. opacity: 1;
  540. -webkit-transition: all 0.4s;
  541. transition: all 0.4s;
  542. }
  543. &.no-mb {
  544. margin-bottom: 0;
  545. }
  546. &.no-mr {
  547. margin-right: 0;
  548. }
  549. &:nth-child(1),
  550. &:nth-child(7) {
  551. width: 795px;
  552. }
  553. &:hover {
  554. img {
  555. -webkit-transform: scale(1.2);
  556. transform: scale(1.2);
  557. }
  558. }
  559. &:nth-child(2),
  560. &:nth-child(3),
  561. &:nth-child(7) {
  562. .cover {
  563. background: transparent;
  564. }
  565. &:hover {
  566. border: 1px solid #f3920d;
  567. img {
  568. opacity: 0;
  569. }
  570. .cover-bg {
  571. opacity: 0;
  572. }
  573. .subtitle,
  574. .title {
  575. color: #f3920d;
  576. }
  577. .line {
  578. &::before,
  579. &::after {
  580. background-color: #f3920d;
  581. }
  582. }
  583. }
  584. }
  585. .cover {
  586. position: absolute;
  587. left: 0;
  588. top: 0;
  589. width: 100%;
  590. height: 100%;
  591. display: -webkit-box;
  592. display: -ms-flexbox;
  593. display: flex;
  594. -webkit-box-pack: center;
  595. -ms-flex-pack: center;
  596. justify-content: center;
  597. -webkit-box-orient: vertical;
  598. -webkit-box-direction: normal;
  599. -ms-flex-direction: column;
  600. flex-direction: column;
  601. -webkit-box-align: center;
  602. -ms-flex-align: center;
  603. align-items: center;
  604. background: rgba(0, 0, 0, 0.5);
  605. .line {
  606. width: 180px;
  607. position: absolute;
  608. left: 50%;
  609. top: 50%;
  610. -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  611. transform: translate(-50%, -50%) rotateZ(-45deg);
  612. &::after,
  613. &::before {
  614. position: absolute;
  615. left: 0;
  616. top: 0;
  617. content: '';
  618. display: block;
  619. width: 20px;
  620. height: 1px;
  621. background-color: #fff;
  622. }
  623. &::before {
  624. right: 0;
  625. left: unset;
  626. }
  627. }
  628. .title {
  629. color: #fff;
  630. font-size: 24px;
  631. }
  632. .subtitle {
  633. font-size: 18px;
  634. color: #fff;
  635. margin-top: 12px;
  636. &.en {
  637. text-transform: uppercase;
  638. }
  639. }
  640. }
  641. }
  642. }
  643. }
  644. &.friendly_link {
  645. .content {
  646. display: -webkit-box;
  647. display: -ms-flexbox;
  648. display: flex;
  649. -ms-flex-wrap: wrap;
  650. flex-wrap: wrap;
  651. -webkit-box-pack: start;
  652. -ms-flex-pack: start;
  653. justify-content: flex-start;
  654. -webkit-box-align: center;
  655. -ms-flex-align: center;
  656. align-items: center;
  657. .item {
  658. position: relative;
  659. width: 232px;
  660. height: 100px;
  661. -webkit-box-sizing: border-box;
  662. box-sizing: border-box;
  663. border: 1px solid #d8d8d8;
  664. overflow: hidden;
  665. margin-right: 10px;
  666. margin-bottom: 10px;
  667. &:nth-child(5n) {
  668. margin-right: 0;
  669. }
  670. img {
  671. display: block;
  672. width: 100%;
  673. position: absolute;
  674. left: 0;
  675. top: 50%;
  676. -webkit-transform: translateY(-50%);
  677. transform: translateY(-50%);
  678. }
  679. }
  680. }
  681. /*
  682. .content {
  683. width: 100%;
  684. overflow: hidden;
  685. .row {
  686. display: -webkit-box;
  687. display: -ms-flexbox;
  688. display: flex;
  689. &:last-child {
  690. -webkit-box-orient: horizontal;
  691. -webkit-box-direction: reverse;
  692. -ms-flex-direction: row-reverse;
  693. flex-direction: row-reverse;
  694. -webkit-animation: 20s rowup-right linear infinite normal;
  695. animation: 20s rowup-right linear infinite normal;
  696. margin-top: 10px;
  697. }
  698. &:first-child {
  699. -webkit-animation: 20s rowup-left linear infinite normal;
  700. animation: 20s rowup-left linear infinite normal;
  701. }
  702. }
  703. .item {
  704. -ms-flex-negative: 0;
  705. flex-shrink: 0;
  706. position: relative;
  707. width: 232px;
  708. height: 100px;
  709. -webkit-box-sizing: border-box;
  710. box-sizing: border-box;
  711. border: 1px solid #d8d8d8;
  712. overflow: hidden;
  713. margin-right: 10px;
  714. &:last-child {
  715. margin-right: 0;
  716. }
  717. img {
  718. display: block;
  719. width: 100%;
  720. position: absolute;
  721. left: 0;
  722. top: 50%;
  723. -webkit-transform: translateY(-50%);
  724. transform: translateY(-50%);
  725. }
  726. }
  727. }
  728. */
  729. }
  730. }
  731. }
  732. }
  733. @media screen and (max-width: 768px) {
  734. .main {
  735. .container {
  736. &.our-brand {
  737. .content {
  738. width: 10.72rem;
  739. margin: 0 0.32rem;
  740. .item {
  741. position: relative;
  742. width: 2.5rem;
  743. height: 2.5rem;
  744. float: left;
  745. background-color: #ddd;
  746. margin-left: 0.24rem;
  747. margin-bottom: 0.24rem;
  748. &:first-child {
  749. width: 5.24rem;
  750. height: 5.24rem;
  751. margin-left: 0;
  752. }
  753. img {
  754. display: block;
  755. width: 100%;
  756. height: 100%;
  757. }
  758. .active {
  759. position: absolute;
  760. left: 0;
  761. top: 0;
  762. z-index: 2;
  763. width: 100%;
  764. height: 100%;
  765. .title {
  766. position: absolute;
  767. bottom: 0;
  768. left: 0;
  769. font-size: 0.26rem;
  770. color: #fff;
  771. width: 100%;
  772. line-height: 0.64rem;
  773. text-align: center;
  774. background: rgba(0, 0, 0, 0.39);
  775. text-transform: uppercase;
  776. }
  777. .subtitle {
  778. display: none;
  779. }
  780. .link {
  781. opacity: 0;
  782. display: block;
  783. width: 100%;
  784. height: 100%;
  785. position: absolute;
  786. z-index: 1;
  787. left: 0;
  788. top: 0;
  789. }
  790. }
  791. }
  792. }
  793. }
  794. &.brand-activity {
  795. margin-left: 0;
  796. margin-right: 0;
  797. width: auto;
  798. .content {
  799. .item {
  800. position: relative;
  801. width: 5.24rem;
  802. height: 4.91rem;
  803. overflow: hidden;
  804. display: inline-block;
  805. margin-right: 0.24rem;
  806. &:first-child {
  807. margin-left: 0.32rem;
  808. }
  809. &:last-child {
  810. margin-right: 0.32rem;
  811. }
  812. a {
  813. display: block;
  814. width: 100%;
  815. height: 100%;
  816. }
  817. img {
  818. display: block;
  819. width: 100%;
  820. height: 100%;
  821. }
  822. &:nth-child(1) {
  823. .cover {
  824. &::after {
  825. content: '01';
  826. }
  827. }
  828. }
  829. &:nth-child(2) {
  830. .cover {
  831. &::after {
  832. content: '02';
  833. }
  834. }
  835. }
  836. &:nth-child(3) {
  837. .cover {
  838. &::after {
  839. content: '03';
  840. }
  841. }
  842. }
  843. .cover {
  844. position: absolute;
  845. width: 4.31rem;
  846. height: 1.29rem;
  847. padding-top: 0.24rem;
  848. padding-left: 0.32rem;
  849. -webkit-box-sizing: border-box;
  850. box-sizing: border-box;
  851. border-top-left-radius: 0.32rem;
  852. right: 0;
  853. bottom: 0;
  854. background: linear-gradient(166deg, #f3920d 25%, rgba(243, 146, 13, 0.8));
  855. -webkit-transition: opacity 0.4s;
  856. transition: opacity 0.4s;
  857. .title {
  858. font-size: 0.3rem;
  859. color: #fff;
  860. width: 3.31rem;
  861. @include ellipsis(1);
  862. }
  863. .line {
  864. width: 0.16rem;
  865. height: 0.02rem;
  866. margin: 0.07rem 0;
  867. background-color: #fff;
  868. }
  869. .description {
  870. text-align: justify;
  871. width: 3.31rem;
  872. font-size: 0.24rem;
  873. color: #fff;
  874. line-height: 1.5;
  875. @include ellipsis(1);
  876. }
  877. &::after {
  878. position: absolute;
  879. content: '01';
  880. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.2)));
  881. background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
  882. -webkit-background-clip: text;
  883. color: transparent;
  884. font-size: 0.72rem;
  885. right: 0.24rem;
  886. bottom: 0.24rem;
  887. }
  888. }
  889. }
  890. }
  891. }
  892. &.company-values {
  893. width: 6.86rem;
  894. margin: 0 auto;
  895. .content {
  896. .item {
  897. position: relative;
  898. float: left;
  899. height: 1.94rem;
  900. width: 2.22rem;
  901. margin-right: 0.09rem;
  902. margin-bottom: 0.09rem;
  903. -webkit-box-sizing: border-box;
  904. box-sizing: border-box;
  905. overflow: hidden;
  906. img {
  907. width: 100%;
  908. height: 100%;
  909. opacity: 1;
  910. -webkit-transition: all 0.4s;
  911. transition: all 0.4s;
  912. }
  913. &.no-mb {
  914. margin-bottom: 0;
  915. }
  916. &.no-mr {
  917. margin-right: 0;
  918. }
  919. &:nth-child(1),
  920. &:nth-child(7) {
  921. width: 4.54rem;
  922. }
  923. &:nth-child(2),
  924. &:nth-child(3),
  925. &:nth-child(7) {
  926. .cover {
  927. background: transparent;
  928. }
  929. }
  930. .cover-bg {
  931. width: 100%;
  932. height: 100%;
  933. opacity: 1;
  934. -webkit-transition: all 0.4s;
  935. transition: all 0.4s;
  936. background: #f3920d;
  937. }
  938. .cover {
  939. position: absolute;
  940. left: 0;
  941. top: 0;
  942. width: 100%;
  943. height: 100%;
  944. display: -webkit-box;
  945. display: -ms-flexbox;
  946. display: flex;
  947. -webkit-box-pack: center;
  948. -ms-flex-pack: center;
  949. justify-content: center;
  950. -webkit-box-orient: vertical;
  951. -webkit-box-direction: normal;
  952. -ms-flex-direction: column;
  953. flex-direction: column;
  954. -webkit-box-align: center;
  955. -ms-flex-align: center;
  956. align-items: center;
  957. background: rgba(0, 0, 0, 0.5);
  958. .line {
  959. width: 1.9rem;
  960. position: absolute;
  961. left: 50%;
  962. top: 50%;
  963. -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  964. transform: translate(-50%, -50%) rotateZ(-45deg);
  965. &::after,
  966. &::before {
  967. position: absolute;
  968. left: 0;
  969. top: 0;
  970. content: '';
  971. display: block;
  972. width: 0.2rem;
  973. height: 0.01rem;
  974. background-color: #fff;
  975. }
  976. &::before {
  977. right: 0;
  978. left: unset;
  979. }
  980. }
  981. .title {
  982. color: #fff;
  983. font-size: 0.24rem;
  984. }
  985. .subtitle {
  986. font-size: 0.2rem;
  987. color: #fff;
  988. margin-top: 0.1rem;
  989. &.en {
  990. text-transform: uppercase;
  991. }
  992. }
  993. }
  994. }
  995. }
  996. }
  997. &.head_quarter {
  998. width: 6.86rem;
  999. margin: 0 auto;
  1000. .content {
  1001. img {
  1002. width: 100%;
  1003. }
  1004. }
  1005. }
  1006. &.friendly_link {
  1007. width: 6.86rem;
  1008. margin: 0 auto;
  1009. .content {
  1010. display: -webkit-box;
  1011. display: -ms-flexbox;
  1012. display: flex;
  1013. -ms-flex-wrap: wrap;
  1014. flex-wrap: wrap;
  1015. -webkit-box-pack: start;
  1016. -ms-flex-pack: start;
  1017. justify-content: flex-start;
  1018. -webkit-box-align: center;
  1019. -ms-flex-align: center;
  1020. align-items: center;
  1021. .item {
  1022. position: relative;
  1023. width: 2.2rem;
  1024. height: 0.948rem;
  1025. -webkit-box-sizing: border-box;
  1026. box-sizing: border-box;
  1027. border: 0.01rem solid #d8d8d8;
  1028. overflow: hidden;
  1029. margin-right: 0.13rem;
  1030. margin-bottom: 0.13rem;
  1031. &:nth-child(3n) {
  1032. margin-right: 0;
  1033. }
  1034. img {
  1035. display: block;
  1036. width: 100%;
  1037. position: absolute;
  1038. left: 0;
  1039. top: 50%;
  1040. -webkit-transform: translateY(-50%);
  1041. transform: translateY(-50%);
  1042. }
  1043. }
  1044. }
  1045. }
  1046. }
  1047. }
  1048. }
  1049. </style>