brand.vue 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414
  1. <template>
  2. <div class="Brand-container">
  3. <common-banner :img="bgImg" :height="643">
  4. <h2>品牌故事</h2>
  5. </common-banner>
  6. <!-- 公司简介 -->
  7. <div class="company-intro">
  8. <div class="left">
  9. <img :src="companyLeft" alt="" srcset="">
  10. </div>
  11. <div class="right">
  12. <img :src="companyRight" alt="" srcset="">
  13. <div class="info">
  14. <div class="name-en">PROFILE</div>
  15. <div class="name">公司简介</div>
  16. <p>全球顶级儿童逻辑思维教育专家以国际教育理念为指导,推动中国学前教育事业发展填补了中国学前儿童思维教育领域空白率先领导和实践幼儿园思维游戏化教学,用全球同频使用的优质思维教育内容,为0-12岁儿童培养优质思维模式,建构思维“芯”。</p>
  17. <p>是国际化科技教育内容的创始者,以“让中国孩子幸福成长”为使命,始终以“走出去、请进来”、“洋为中用”的全球化视野,融合中西文化,全力打造具有成长型思维模式的未来人才。</p>
  18. </div>
  19. <img class="bgLogo" :src="bgLogo" alt="" srcset="">
  20. </div>
  21. </div>
  22. <!-- <div class="company-intro">
  23. <section class="company-intro-label">公司简介</section>
  24. <div class="company-intro-text">
  25. 全球顶级儿童逻辑思维教育专家以国际教育理念为指导,推动中国学前教育事业发展填补了中国学前儿童思维教育领域空白率先领导和实践幼儿园思维游戏化教学,
  26. 用全球同频使用的优质思维教育内容,为0-12岁儿童培养优质思维模式,建构思维“芯”。
  27. 是国际化科技教育内容的创始者,以“让中国孩子幸福成长”为使命,始终以“走出去、
  28. 请进来”、“洋为中用”的全球化视野,融合中西文化,全力打造具有成长型思维模式的未来人才。
  29. </div>
  30. </div> -->
  31. <!-- 大事记 -->
  32. <div class="event">
  33. <title-content :title="'大事记'" :titleSub="'MEMORABILIA'"></title-content>
  34. <div class="event-box w1200">
  35. <!-- <img class="event-bgimg" src="http://res.training.luojigou.vip/Fhe0g5Z_6DRjLf3-lSDXKTff-A6Q?imageView2/0/q/50|imageslim" alt=""> -->
  36. <img class="event-bgimg" :src="eventImg" alt="" srcset="">
  37. <div
  38. :style="{top: 237 + 225 * item.site.y + 'px', left: 121 + 228 * item.site.x + 'px'}"
  39. :class="['event-box-item']"
  40. v-for="item in eventData"
  41. :key="item.id">
  42. <!-- <img
  43. @mouseenter="currentEventImg(item)"
  44. class="yearImgurl cp"
  45. :src="item.yearImgurl"
  46. :srcset="`${item.yearImgurlSet[0]} 1x, ${item.yearImgurlSet[1]} 2x`"
  47. alt=""> -->
  48. <div
  49. class="yearNumber"
  50. @mouseenter="currentEventImg(item)"
  51. >{{item.id}}</div>
  52. <img
  53. v-if="currentEventImgId === item.id"
  54. @mouseleave="currentEventImgId = ''"
  55. :class="['color' + item.id, 'eventImgurl']"
  56. :src="item.eventImgurl"
  57. :style="{width: item.eventImgurlWidth + 'px', height:item.eventImgurlHeight + 'px'}"
  58. alt="">
  59. <!-- <div
  60. v-if="currentEventImgId === item.id"
  61. :class="['color' + item.id, 'eventInfo']"
  62. @mouseleave="currentEventImgId = ''">
  63. <div class="eventItem" v-for="(ele, index) in item.eventList" :key="index">
  64. <div class="month">{{ ele.month }} </div>
  65. <div class="thing">{{ ele.thing }}</div>
  66. </div>
  67. </div> -->
  68. </div>
  69. </div>
  70. </div>
  71. <!-- 核心团队 -->
  72. <div class="kernel">
  73. <title-content :title="'核心团队'" :titleSub="'THE CORE TEAM'"></title-content>
  74. <div class="kernel-box w1200">
  75. <div class="kernel-box-item item01">
  76. <img class="team01" :src="kernelData[0].imgUrl" alt="" srcset="">
  77. <div class="info">
  78. <div class="name">张洁</div>
  79. <div class="title">中德智慧董事长</div>
  80. </div>
  81. </div>
  82. <div class="kernel-box-item item02">
  83. <img class="team02" :src="kernelData[1].imgUrl" alt="" srcset="">
  84. <div class="info">
  85. <div class="name">钟建春</div>
  86. <div class="title">培训部总监</div>
  87. </div>
  88. </div>
  89. <div class="kernel-box-item item03">
  90. <img class="team03" :src="kernelData[1].imgUrl" alt="" srcset="">
  91. <div class="info">
  92. <div class="name">钟建春</div>
  93. <div class="title">培训部总监</div>
  94. </div>
  95. </div>
  96. <div class="kernel-box-item item04">
  97. <img class="team04" :src="kernelData[1].imgUrl" alt="" srcset="">
  98. <div class="info">
  99. <div class="name">钟建春</div>
  100. <div class="title">培训部总监</div>
  101. </div>
  102. </div>
  103. <div class="kernel-box-item item05">
  104. <img class="team05" :src="kernelData[1].imgUrl" alt="" srcset="">
  105. <div class="info">
  106. <div class="name">钟建春</div>
  107. <div class="title">培训部总监</div>
  108. </div>
  109. </div>
  110. </div>
  111. </div>
  112. <!-- 文化 -->
  113. <div class="cultrue">
  114. <div class="title-content">
  115. <div class="title">我们努力践行的文化 </div>
  116. <div class="title-sub">THE CULTURE THAT WE TRY TO LIVE UP TO</div>
  117. </div>
  118. <div class="cultrue-box w1200">
  119. <div class="cultrue-box-item" v-for="item in cultrueData" :key="item.id">
  120. <img :src="item.imgUrl" :class="['wow animate__animated']" alt="" />
  121. <div class="cultrue-box-item-label">{{ item.label }}</div>
  122. <div class="cultrue-box-item-text" v-html="item.text"></div>
  123. </div>
  124. </div>
  125. <div class="cultrue-bgimg">
  126. <img
  127. src="http://res.training.luojigou.vip/Fj4XvDNdIw6iDP8gWQuRHKijlFwM?imageView2/0/q/50|imageslim"
  128. alt="">
  129. </div>
  130. </div>
  131. <!-- 理念 -->
  132. <div class="idea">
  133. <title-content :title="'我们始终秉承的理念'" :titleSub="'WE ALWAYS UPHOID THE CONCEPT'"></title-content>
  134. <div class="idea-box">
  135. <div
  136. class="idea-box-item"
  137. v-for="item in ideaData"
  138. :key="item.id"
  139. >
  140. <div class="top">
  141. <img :src="item.imgUrl" alt="">
  142. </div>
  143. <div class="center">
  144. <img :src="item.numUrl" alt="">
  145. <div>{{item.label}}</div>
  146. </div>
  147. <div class="footer">
  148. <div>{{item.resume}}</div>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. </div>
  154. </template>
  155. <script>
  156. import CommonBanner from '@/components/common/banner';
  157. import TitleContent from '@/components/common/titleContent';
  158. const kernelData = Object.freeze([
  159. {
  160. id: 0,
  161. imgUrl: require("~/assets/images/brand/team_01.png"),
  162. position: "董事长",
  163. name: "张洁",
  164. resume:
  165. "简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍",
  166. },
  167. {
  168. id: 1,
  169. imgUrl: require("~/assets/images/brand/team_02.png"),
  170. position: "培训部 总监",
  171. name: "钟建春",
  172. resume:
  173. "简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍",
  174. }
  175. ]);
  176. const cultrueData = Object.freeze([
  177. {
  178. id: 0,
  179. // imgUrl: "http://res.training.luojigou.vip/Fj0eXd5OYcJRX6z_yBEFbF0OW1Oy?imageView2/0/q/50|imageslim",
  180. imgUrl: require("~/assets/images/brand/cultrue_01@2x.png"),
  181. label: "宗旨",
  182. text: "关注儿童成长</br>服务中国母亲",
  183. },
  184. {
  185. id: 1,
  186. // imgUrl: "http://res.training.luojigou.vip/FrhQqD5x8r45P0_Dod_21toOFgle?imageView2/0/q/50|imageslim",
  187. imgUrl: require("~/assets/images/brand/cultrue_02@2x.png"),
  188. label: "文化",
  189. text: "缔造愿景,追求卓越</br>共生共荣,体现价值",
  190. },
  191. {
  192. id: 2,
  193. // imgUrl: "http://res.training.luojigou.vip/FuBgZGe-F3km2mVM4wByusZFFfAw?imageView2/0/q/50|imageslim",
  194. imgUrl: require("~/assets/images/brand/cultrue_03@2x.png"),
  195. label: "愿景",
  196. text: "让中国的孩子幸福成长",
  197. },
  198. {
  199. id: 3,
  200. // imgUrl: "http://res.training.luojigou.vip/FqOmEqUyO9YBjT65wqfSRr4gKFHD?imageView2/0/q/50|imageslim",
  201. imgUrl: require("~/assets/images/brand/cultrue_04@2x.png"),
  202. label: "价值观",
  203. text:
  204. "客户第一</br>团队合力第二</br>专业专注</br>诚信公正</br>拥抱变化</br>激情快乐 ",
  205. },
  206. ]);
  207. const ideaData = Object.freeze([
  208. {
  209. id: 0,
  210. // imgUrl: "http://res.training.luojigou.vip/FgJw7WqbyCVkQJCgCBd07qipb_PI?imageView2/0/q/50|imageslim",
  211. // numUrl: "http://res.training.luojigou.vip/FgX-hI1Y2fjoIvturT1uYaeVjnfB?imageView2/0/q/50|imageslim",
  212. imgUrl: require("~/assets/images/brand/idea_01@2x.png"),
  213. numUrl: require("~/assets/images/brand/num_01@2x.png"),
  214. label: "专业技术",
  215. resume:
  216. "我们拥有行业专业技术实力与自身 工程开发团队,为您的商业变现及 产品需求保驾护航。",
  217. },
  218. {
  219. id: 1,
  220. // imgUrl: "http://res.training.luojigou.vip/Fl4S2hBlBWsTvfwdvYHaE3RKpLyO?imageView2/0/q/50|imageslim",
  221. // numUrl: "http://res.training.luojigou.vip/Fk5hTknpr4deZWFtcfmRJSHNV3_K?imageView2/0/q/50|imageslim",
  222. imgUrl: require("~/assets/images/brand/idea_02@2x.png"),
  223. numUrl: require("~/assets/images/brand/num_02@2x.png"),
  224. label: "贴心服务",
  225. resume:
  226. "我们始终坚持优质的服务理念,无 论任何时候您遇到困难,我们都会 及时提供精准有效的解决方案。",
  227. },
  228. {
  229. id: 2,
  230. // imgUrl: "http://res.training.luojigou.vip/FkRWFwiFQu4XL1BPA96jHbmK1X1D?imageView2/0/q/50|imageslim",
  231. // numUrl: "http://res.training.luojigou.vip/FiBasqi9NpLdJ_U9jr-95yxgvL1C?imageView2/0/q/50|imageslim",
  232. imgUrl: require("~/assets/images/brand/idea_03@2x.png"),
  233. numUrl: require("~/assets/images/brand/num_03@2x.png"),
  234. label: "创业伙伴",
  235. resume:
  236. "我们把每一位客户都当作创业伙伴,期 盼在未来成长的道路上一路相伴,携手前行。",
  237. },
  238. ]);
  239. const eventData = Object.freeze([
  240. {
  241. id: 2003,
  242. site: {
  243. x: 4,
  244. y: 3,
  245. },
  246. // yearImgurl: "http://res.training.luojigou.vip/FsTtnNKFpIsYh69tIsWqEiocc0Jr?imageView2/0/q/50|imageslim",
  247. // eventImgurl: "http://res.training.luojigou.vip/FrFfg21nonbZyNSUSpAWCiREn7lk?imageView2/0/q/50|imageslim",
  248. yearImgurl: require('~/assets/images/about/year_2003.png'),
  249. yearImgurlSet: [require('~/assets/images/about/year_2003.png'), require('~/assets/images/about/year_2003@2x.png')],
  250. eventImgurl: require('~/assets/images/brand/event_year_2003@2x.png'),
  251. eventImgurlWidth: '269',
  252. eventImgurlHeight: '350',
  253. eventList: [
  254. {
  255. month: '2月',
  256. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  257. },
  258. {
  259. month: '5月',
  260. thing: '北京中德智慧教育文化有限公司成立。'
  261. },
  262. {
  263. month: '12月',
  264. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  265. }
  266. ]
  267. },
  268. {
  269. id: 2004,
  270. site: {
  271. x: 3,
  272. y: 3,
  273. },
  274. // yearImgurl:
  275. // "http://res.training.luojigou.vip/Fhe4VjIQDeQtQzPnSVmsDc4yYYzE?imageView2/0/q/50|imageslim",
  276. // eventImgurl:
  277. // "http://res.training.luojigou.vip/FvnL2N118R-0Cp9OcKgK9Ru8nAyp?imageView2/0/q/50|imageslim",
  278. yearImgurl: require('~/assets/images/about/year_2004.png'),
  279. yearImgurlSet: [require('~/assets/images/about/year_2004.png'), require('~/assets/images/about/year_2004@2x.png')],
  280. eventImgurl: require('~/assets/images/brand/event_year_2004@2x.png'),
  281. eventImgurlWidth: '269',
  282. eventImgurlHeight: '246',
  283. eventList: [
  284. {
  285. month: '2月',
  286. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  287. },
  288. {
  289. month: '5月',
  290. thing: '北京中德智慧教育文化有限公司成立。'
  291. },
  292. {
  293. month: '12月',
  294. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  295. }
  296. ]
  297. },
  298. {
  299. id: 2005,
  300. site: {
  301. x: 2,
  302. y: 3,
  303. },
  304. // yearImgurl:
  305. // "http://res.training.luojigou.vip/FodjYYc3-VyZyJHnfuKJQGapkJzt?imageView2/0/q/50|imageslim",
  306. // eventImgurl:
  307. // "http://res.training.luojigou.vip/FqNcz_3P81MubVeHzAnn_RrkMoCQ?imageView2/0/q/50|imageslim",
  308. eventImgurl: require('~/assets/images/brand/event_year_2005@2x.png'),
  309. yearImgurl: require('~/assets/images/about/year_2005.png'),
  310. yearImgurlSet: [require('~/assets/images/about/year_2005.png'), require('~/assets/images/about/year_2005@2x.png')],
  311. eventImgurlWidth: '269',
  312. eventImgurlHeight: '245',
  313. eventList: [
  314. {
  315. month: '2月',
  316. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  317. },
  318. {
  319. month: '5月',
  320. thing: '北京中德智慧教育文化有限公司成立。'
  321. },
  322. {
  323. month: '12月',
  324. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  325. }
  326. ]
  327. },
  328. {
  329. id: 2006,
  330. site: {
  331. x: 1,
  332. y: 3,
  333. },
  334. // yearImgurl:
  335. // "http://res.training.luojigou.vip/Fj_2tRMk_1H9NSp9rE0XK0nEcv6g?imageView2/0/q/50|imageslim",
  336. // eventImgurl:
  337. // "http://res.training.luojigou.vip/FkvModMYKxFJcnqRrpGSULyd9Th7?imageView2/0/q/50|imageslim",
  338. yearImgurl: require('~/assets/images/about/year_2006.png'),
  339. yearImgurlSet: [require('~/assets/images/about/year_2006.png'), require('~/assets/images/about/year_2006@2x.png')],
  340. eventImgurl: require('~/assets/images/brand/event_year_2006@2x.png'),
  341. eventImgurlWidth: '269',
  342. eventImgurlHeight: '273',
  343. eventList: [
  344. {
  345. month: '2月',
  346. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  347. },
  348. {
  349. month: '5月',
  350. thing: '北京中德智慧教育文化有限公司成立。'
  351. },
  352. {
  353. month: '12月',
  354. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  355. }
  356. ]
  357. },
  358. {
  359. id: 2007,
  360. site: {
  361. x: 0,
  362. y: 3,
  363. },
  364. // yearImgurl:
  365. // "http://res.training.luojigou.vip/Fm4DqB0VKXcLXaa4P2suM1i-2LMZ?imageView2/0/q/50|imageslim",
  366. // eventImgurl:
  367. // "http://res.training.luojigou.vip/Fkp-2UvHIyIqEW9pu5tZKNpvcCov?imageView2/0/q/50|imageslim",
  368. yearImgurl: require('~/assets/images/about/year_2007.png'),
  369. yearImgurlSet: [require('~/assets/images/about/year_2007.png'), require('~/assets/images/about/year_2007@2x.png')],
  370. eventImgurl: require('~/assets/images/brand/event_year_2007@2x.png'),
  371. eventImgurlWidth: '269',
  372. eventImgurlHeight: '403',
  373. eventList: [
  374. {
  375. month: '2月',
  376. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  377. },
  378. {
  379. month: '5月',
  380. thing: '北京中德智慧教育文化有限公司成立。'
  381. },
  382. {
  383. month: '12月',
  384. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  385. }
  386. ]
  387. },
  388. {
  389. id: 2008,
  390. site: {
  391. x: 0,
  392. y: 2,
  393. },
  394. // yearImgurl:
  395. // "http://res.training.luojigou.vip/FlEj53_PWeL59J8V6qqduokmrEif?imageView2/0/q/50|imageslim",
  396. // eventImgurl:
  397. // "http://res.training.luojigou.vip/FpIzAvfIOeIhBEtzVEZYp74y7Wh3?imageView2/0/q/50|imageslim",
  398. yearImgurl: require('~/assets/images/about/year_2008.png'),
  399. yearImgurlSet: [require('~/assets/images/about/year_2008.png'), require('~/assets/images/about/year_2008@2x.png')],
  400. eventImgurl: require('~/assets/images/brand/event_year_2008@2x.png'),
  401. eventImgurlWidth: '269',
  402. eventImgurlHeight: '245',
  403. eventList: [
  404. {
  405. month: '2月',
  406. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  407. },
  408. {
  409. month: '5月',
  410. thing: '北京中德智慧教育文化有限公司成立。'
  411. },
  412. {
  413. month: '12月',
  414. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  415. }
  416. ]
  417. },
  418. {
  419. id: 2009,
  420. site: {
  421. x: 1,
  422. y: 2,
  423. },
  424. // yearImgurl:
  425. // "http://res.training.luojigou.vip/FtRU3rBk7D0SBEmbTujXX1o3THTU?imageView2/0/q/50|imageslim",
  426. // eventImgurl:
  427. // "http://res.training.luojigou.vip/Fnmlx106pwroL9I6UNo81BTpxGyO?imageView2/0/q/50|imageslim",
  428. yearImgurl: require('~/assets/images/about/year_2009.png'),
  429. yearImgurlSet: [require('~/assets/images/about/year_2009.png'), require('~/assets/images/about/year_2009@2x.png')],
  430. eventImgurl: require('~/assets/images/brand/event_year_2009@2x.png'),
  431. eventImgurlWidth: '269',
  432. eventImgurlHeight: '220',
  433. eventList: [
  434. {
  435. month: '2月',
  436. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  437. },
  438. {
  439. month: '5月',
  440. thing: '北京中德智慧教育文化有限公司成立。'
  441. },
  442. {
  443. month: '12月',
  444. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  445. }
  446. ]
  447. },
  448. {
  449. id: 2010,
  450. site: {
  451. x: 2,
  452. y: 2,
  453. },
  454. // yearImgurl:
  455. // "http://res.training.luojigou.vip/Fmx2IObHIKURUiGbrvX4cpZ-u5MB?imageView2/0/q/50|imageslim",
  456. // eventImgurl:
  457. // "http://res.training.luojigou.vip/Fg2GfiNmRknqRjTbzvCq09ewERIH?imageView2/0/q/50|imageslim",
  458. yearImgurl: require('~/assets/images/about/year_2010.png'),
  459. yearImgurlSet: [require('~/assets/images/about/year_2010.png'), require('~/assets/images/about/year_2010@2x.png')],
  460. eventImgurl: require('~/assets/images/brand/event_year_2010@2x.png'),
  461. eventImgurlWidth: '269',
  462. eventImgurlHeight: '403',
  463. eventList: [
  464. {
  465. month: '2月',
  466. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  467. },
  468. {
  469. month: '5月',
  470. thing: '北京中德智慧教育文化有限公司成立。'
  471. },
  472. {
  473. month: '12月',
  474. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  475. }
  476. ]
  477. },
  478. {
  479. id: 2011,
  480. site: {
  481. x: 3,
  482. y: 2,
  483. },
  484. // yearImgurl:
  485. // "http://res.training.luojigou.vip/FutAwrnX_ypeS4bUqol5xKVVqrXU?imageView2/0/q/50|imageslim",
  486. // eventImgurl:
  487. // "http://res.training.luojigou.vip/FuPF8r4-f8-_SY_v0Tky2AnFPYeH?imageView2/0/q/50|imageslim",
  488. yearImgurl: require('~/assets/images/about/year_2011.png'),
  489. yearImgurlSet: [require('~/assets/images/about/year_2011.png'), require('~/assets/images/about/year_2011@2x.png')],
  490. eventImgurl: require('~/assets/images/brand/event_year_2011@2x.png'),
  491. eventImgurlWidth: '269',
  492. eventImgurlHeight: '480',
  493. eventList: [
  494. {
  495. month: '2月',
  496. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  497. },
  498. {
  499. month: '5月',
  500. thing: '北京中德智慧教育文化有限公司成立。'
  501. },
  502. {
  503. month: '12月',
  504. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  505. }
  506. ]
  507. },
  508. {
  509. id: 2012,
  510. site: {
  511. x: 4,
  512. y: 2,
  513. },
  514. // yearImgurl:
  515. // "http://res.training.luojigou.vip/Fg3Jph3aJcX-hQtbvOs5UJZCzmj7?imageView2/0/q/50|imageslim",
  516. // eventImgurl:
  517. // "http://res.training.luojigou.vip/Fp5DT3Tg3CBl2rvjT9sIsCBcUSWu?imageView2/0/q/50|imageslim",
  518. yearImgurl: require('~/assets/images/about/year_2012.png'),
  519. yearImgurlSet: [require('~/assets/images/about/year_2012.png'), require('~/assets/images/about/year_2012@2x.png')],
  520. eventImgurl: require('~/assets/images/brand/event_year_2012@2x.png'),
  521. eventImgurlWidth: '269',
  522. eventImgurlHeight: '325',
  523. eventList: [
  524. {
  525. month: '2月',
  526. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  527. },
  528. {
  529. month: '5月',
  530. thing: '北京中德智慧教育文化有限公司成立。'
  531. },
  532. {
  533. month: '12月',
  534. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  535. }
  536. ]
  537. },
  538. {
  539. id: 2013,
  540. site: {
  541. x: 4,
  542. y: 1,
  543. },
  544. // yearImgurl:
  545. // "http://res.training.luojigou.vip/FjWOsyUqGM6eIaPW3_lCzDzw3h1M?imageView2/0/q/50|imageslim",
  546. // eventImgurl:
  547. // "http://res.training.luojigou.vip/FirCgjTps0bLqGV5-TOpuX6q8SMl?imageView2/0/q/50|imageslim",
  548. yearImgurl: require('~/assets/images/about/year_2013.png'),
  549. yearImgurlSet: [require('~/assets/images/about/year_2013.png'), require('~/assets/images/about/year_2013@2x.png')],
  550. eventImgurl: require('~/assets/images/brand/event_year_2013@2x.png'),
  551. eventImgurlWidth: '269',
  552. eventImgurlHeight: '394',
  553. eventList: [
  554. {
  555. month: '2月',
  556. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  557. },
  558. {
  559. month: '5月',
  560. thing: '北京中德智慧教育文化有限公司成立。'
  561. },
  562. {
  563. month: '12月',
  564. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  565. }
  566. ]
  567. },
  568. {
  569. id: 2014,
  570. site: {
  571. x: 3,
  572. y: 1,
  573. },
  574. // yearImgurl:
  575. // "http://res.training.luojigou.vip/FqI9b5_4iP6WmoVE_z7o9RLm7RZe?imageView2/0/q/50|imageslim",
  576. // eventImgurl:
  577. // "http://res.training.luojigou.vip/FlyzOxQWuiW2nYmACRUPsiCLyuw7?imageView2/0/q/50|imageslim",
  578. yearImgurl: require('~/assets/images/about/year_2014.png'),
  579. yearImgurlSet: [require('~/assets/images/about/year_2014.png'), require('~/assets/images/about/year_2014@2x.png')],
  580. eventImgurl: require('~/assets/images/brand/event_year_2014@2x.png'),
  581. eventImgurlWidth: '269',
  582. eventImgurlHeight: '688',
  583. eventList: [
  584. {
  585. month: '2月',
  586. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  587. },
  588. {
  589. month: '5月',
  590. thing: '北京中德智慧教育文化有限公司成立。'
  591. },
  592. {
  593. month: '12月',
  594. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  595. }
  596. ]
  597. },
  598. {
  599. id: 2015,
  600. site: {
  601. x: 2,
  602. y: 1,
  603. },
  604. // yearImgurl:
  605. // "http://res.training.luojigou.vip/FoeSNwPl-fQXqwwow99j9Rsd9tjB?imageView2/0/q/50|imageslim",
  606. // eventImgurl:
  607. // "http://res.training.luojigou.vip/FmBATtftJW08bU-5KGBFuKsAQSN1?imageView2/0/q/50|imageslim",
  608. yearImgurl: require('~/assets/images/about/year_2015.png'),
  609. yearImgurlSet: [require('~/assets/images/about/year_2015.png'), require('~/assets/images/about/year_2015@2x.png')],
  610. eventImgurl: require('~/assets/images/brand/event_year_2015@2x.png'),
  611. eventImgurlWidth: '269',
  612. eventImgurlHeight: '324',
  613. eventList: [
  614. {
  615. month: '2月',
  616. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  617. },
  618. {
  619. month: '5月',
  620. thing: '北京中德智慧教育文化有限公司成立。'
  621. },
  622. {
  623. month: '12月',
  624. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  625. }
  626. ]
  627. },
  628. {
  629. id: 2016,
  630. site: {
  631. x: 1,
  632. y: 1,
  633. },
  634. // yearImgurl:
  635. // "http://res.training.luojigou.vip/Fl2SA1cd8DqIzQGIQqh5qrNUMmR6?imageView2/0/q/50|imageslim",
  636. // eventImgurl:
  637. // "http://res.training.luojigou.vip/FoaOya6X8s6j3Bzc2oBNDvX-JHW2?imageView2/0/q/50|imageslim",
  638. yearImgurl: require('~/assets/images/about/year_2016.png'),
  639. yearImgurlSet: [require('~/assets/images/about/year_2016.png'), require('~/assets/images/about/year_2016@2x.png')],
  640. eventImgurl: require('~/assets/images/brand/event_year_2016@2x.png'),
  641. eventImgurlWidth: '269',
  642. eventImgurlHeight: '584',
  643. eventList: [
  644. {
  645. month: '2月',
  646. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  647. },
  648. {
  649. month: '5月',
  650. thing: '北京中德智慧教育文化有限公司成立。'
  651. },
  652. {
  653. month: '12月',
  654. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  655. }
  656. ]
  657. },
  658. {
  659. id: 2017,
  660. site: {
  661. x: 0,
  662. y: 1,
  663. },
  664. // yearImgurl:
  665. // "http://res.training.luojigou.vip/Fi_RKVrGct2V235xsKpwsIA51YX-?imageView2/0/q/50|imageslim",
  666. // eventImgurl:
  667. // "http://res.training.luojigou.vip/FsALqlvULFPhf-kxcPw1YtRiZjIG?imageView2/0/q/50|imageslim",
  668. yearImgurl: require('~/assets/images/about/year_2017.png'),
  669. yearImgurlSet: [require('~/assets/images/about/year_2017.png'), require('~/assets/images/about/year_2017@2x.png')],
  670. eventImgurl: require('~/assets/images/brand/event_year_2017@2x.png'),
  671. eventImgurlWidth: '269',
  672. eventImgurlHeight: '532',
  673. eventList: [
  674. {
  675. month: '2月',
  676. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  677. },
  678. {
  679. month: '5月',
  680. thing: '北京中德智慧教育文化有限公司成立。'
  681. },
  682. {
  683. month: '12月',
  684. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  685. }
  686. ]
  687. },
  688. {
  689. id: 2018,
  690. site: {
  691. x: 0,
  692. y: 0,
  693. },
  694. // yearImgurl:
  695. // "http://res.training.luojigou.vip/FvN4BWxIckbJmo_qrN7mlILrtQKg?imageView2/0/q/50|imageslim",
  696. // eventImgurl:
  697. // "http://res.training.luojigou.vip/FvQZtrIRkaNzGJ8KbF1-Cl-k5hfJ?imageView2/0/q/50|imageslim",
  698. yearImgurl: require('~/assets/images/about/year_2018.png'),
  699. yearImgurlSet: [require('~/assets/images/about/year_2018.png'), require('~/assets/images/about/year_2018@2x.png')],
  700. eventImgurl: require('~/assets/images/brand/event_year_2018@2x.png'),
  701. eventImgurlWidth: '269',
  702. eventImgurlHeight: '662',
  703. eventList: [
  704. {
  705. month: '2月',
  706. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  707. },
  708. {
  709. month: '5月',
  710. thing: '北京中德智慧教育文化有限公司成立。'
  711. },
  712. {
  713. month: '12月',
  714. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  715. }
  716. ]
  717. },
  718. {
  719. id: 2019,
  720. site: {
  721. x: 1,
  722. y: 0,
  723. },
  724. // yearImgurl:
  725. // "http://res.training.luojigou.vip/Fgr3xXoLsgpIP2wBglovLx0e89Mb?imageView2/0/q/50|imageslim",
  726. // eventImgurl:
  727. // "http://res.training.luojigou.vip/Flio74FIlTt_aYhyW-3scKmhSrHc?imageView2/0/q/50|imageslim",
  728. yearImgurl: require('~/assets/images/about/year_2019.png'),
  729. yearImgurlSet: [require('~/assets/images/about/year_2019.png'), require('~/assets/images/about/year_2019@2x.png')],
  730. eventImgurl: require('~/assets/images/brand/event_year_2019@2x.png'),
  731. eventImgurlWidth: '269',
  732. eventImgurlHeight: '766',
  733. eventList: [
  734. {
  735. month: '2月',
  736. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  737. },
  738. {
  739. month: '5月',
  740. thing: '北京中德智慧教育文化有限公司成立。'
  741. },
  742. {
  743. month: '12月',
  744. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  745. }
  746. ]
  747. },
  748. {
  749. id: 2020,
  750. site: {
  751. x: 2,
  752. y: 0,
  753. },
  754. // yearImgurl:
  755. // "http://res.training.luojigou.vip/FhjVzCv4CjuHsuCjJvSWGGxruzxv?imageView2/0/q/50|imageslim",
  756. yearImgurl: require('~/assets/images/about/year_2020.png'),
  757. yearImgurlSet: [require('~/assets/images/about/year_2020.png'), require('~/assets/images/about/year_2020@2x.png')],
  758. eventList: [
  759. {
  760. month: '2月',
  761. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  762. },
  763. {
  764. month: '5月',
  765. thing: '北京中德智慧教育文化有限公司成立。'
  766. },
  767. {
  768. month: '12月',
  769. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  770. }
  771. ]
  772. },
  773. {
  774. id: 2021,
  775. site: {
  776. x: 3,
  777. y: 0,
  778. },
  779. // yearImgurl:
  780. // "http://res.training.luojigou.vip/FhjVzCv4CjuHsuCjJvSWGGxruzxv?imageView2/0/q/50|imageslim",
  781. yearImgurl: require('~/assets/images/about/year_2020.png'),
  782. yearImgurlSet: [require('~/assets/images/about/year_2020.png'), require('~/assets/images/about/year_2020@2x.png')],
  783. eventList: [
  784. {
  785. month: '2月',
  786. thing: '中德智慧教育创始人张洁女士与德国芬肯教育机构达成战略合作,获得芬肯在中国大陆地区所有产品的独家研发权。'
  787. },
  788. {
  789. month: '5月',
  790. thing: '北京中德智慧教育文化有限公司成立。'
  791. },
  792. {
  793. month: '12月',
  794. thing: '“逻辑狗’儿童思维训练产品正式出版;享誉全球的逻辑狗产品正式进入中国。'
  795. }
  796. ]
  797. },
  798. ]);
  799. export default {
  800. name: "BrandPage",
  801. head() {
  802. return {
  803. title: "逻辑狗官网-中德智慧教育",
  804. meta: [
  805. {
  806. name: "keywords",
  807. hid: "keywords",
  808. content: `逻辑狗官网、逻辑狗教材、 幼儿园教材、逻辑狗课程、逻辑狗思维训练课程、儿童思维教育、0-12岁儿童`,
  809. },
  810. {
  811. name: "description",
  812. hid: "description",
  813. content: `逻辑狗官方网站,专为0-12岁儿童设计的思维训练课程,中德智慧教育,全球优质教育内容输出平台`,
  814. },
  815. ],
  816. };
  817. },
  818. components: {
  819. CommonBanner,
  820. TitleContent
  821. },
  822. mounted() {},
  823. data() {
  824. return {
  825. companyImg: require('@/assets/images/brand/company.png'),
  826. companyLeft: require('@/assets/images/brand/companyImg.png'),
  827. companyRight: require('@/assets/images/brand/profileImg.png'),
  828. bgLogo: require('@/assets/images/brand/bgLogo.png'),
  829. eventImg: require('@/assets/images/brand/eventImg.png'),
  830. bgImg: require('@/assets/images/brand/brandBg.png'),
  831. bannerImg: require('~/assets/images/about/about_brand.png'),
  832. kernelData,
  833. currentMouserEnter: false,
  834. currentMouserId: "",
  835. cultrueData,
  836. ideaData,
  837. eventData,
  838. currentEventImgId: 2003,
  839. };
  840. },
  841. methods: {
  842. currentElement(item) {
  843. this.currentMouserId = item.id;
  844. this.currentMouserEnter = true;
  845. },
  846. currentEventImg(item) {
  847. this.currentEventImgId = item.id;
  848. },
  849. },
  850. };
  851. </script>
  852. <style scoped lang="scss">
  853. @import '~static/common/style.sass';
  854. .Brand-container {
  855. .label {
  856. .label-en {
  857. height: 78px;
  858. font-size: 56px;
  859. font-family: PingFangSC-Semibold, sans-serif;
  860. font-weight: 600;
  861. color:rgba(35,106,250,0.16);
  862. line-height: 78px;
  863. }
  864. .label-zn {
  865. height: 65px;
  866. font-size: 46px;
  867. font-family: PingFangSC-Semibold, sans-serif;
  868. font-weight: 600;
  869. color: #262626;
  870. line-height: 65px;
  871. letter-spacing: 1px;
  872. }
  873. }
  874. .banner-img {
  875. position: relative;
  876. img {
  877. width: 100%;
  878. height: 595px;
  879. display: block;
  880. }
  881. .label {
  882. color: #ffffff;
  883. position: absolute;
  884. top: 50%;
  885. left: 50%;
  886. transform: translate(-50%, -50%);
  887. font-size: 66px;
  888. font-family: PingFangSC-Medium, sans-serif;
  889. font-weight: 500;
  890. }
  891. }
  892. .company-intro {
  893. display: flex;
  894. margin: 0 auto;
  895. max-width: 2560px;
  896. .left {
  897. flex: 1;
  898. }
  899. .right {
  900. position: relative;
  901. flex: 1;
  902. .info {
  903. margin: 73px 0 0 39px;
  904. max-width: 520px;;
  905. position: absolute;
  906. top: 0;
  907. .name-en {
  908. font-size: 50px;
  909. font-family: PingFangSC-Medium, PingFang SC;
  910. font-weight: 500;
  911. color: #FFFFFF;
  912. letter-spacing: 1px;
  913. opacity: 0.1;
  914. }
  915. .name {
  916. position: relative;
  917. font-size: 40px;
  918. font-family: PingFangSC-Medium, PingFang SC;
  919. font-weight: 500;
  920. color: #FFFFFF;
  921. letter-spacing: 1px;
  922. transform: translateY(-44px);
  923. &::after {
  924. position: absolute;
  925. content: '';
  926. width: 47px;
  927. height: 2px;
  928. border-radius: 200px;
  929. background: #FFFFFF;
  930. left: 6px;
  931. bottom: -17px;
  932. opacity: 0.8;
  933. }
  934. }
  935. p {
  936. font-size: 14px;
  937. font-family: PingFangSC-Regular, PingFang SC;
  938. font-weight: 400;
  939. color: #FFFFFF;
  940. line-height: 36px;
  941. margin-bottom: 50px;
  942. }
  943. }
  944. .bgLogo {
  945. position: absolute;
  946. z-index: 10;
  947. width: 103px;
  948. height: 132px;
  949. right: 187px;
  950. bottom: 32px;
  951. }
  952. }
  953. img {
  954. width: 100%;
  955. }
  956. }
  957. .event {
  958. position: relative;
  959. margin-top: 100px;
  960. .event-box {
  961. position: relative;
  962. margin-top: 70px;
  963. // width: 1297px;
  964. // height: 1296px;
  965. // position: absolute;
  966. // left: 50%;
  967. // top: 259px;
  968. // transform: translateX(-50%);
  969. .event-bgimg {
  970. width: 1200px;
  971. height: 1185px;
  972. // position: absolute;
  973. // left: 0;
  974. // top: 0;
  975. // right: 0;
  976. // bottom: 0;
  977. // object-fit: cover;
  978. }
  979. .event-box-item {
  980. position: absolute;
  981. // .yearImgurl {
  982. // width: 65px;
  983. // height: 30px;
  984. // object-fit: cover;
  985. // }
  986. .yearNumber {
  987. text-align: center;
  988. background-color: #0D5CFA;
  989. width: 50px;
  990. height: 22px;
  991. line-height: 22px;
  992. font-size: 15px;
  993. font-family: Nunito-Black, Nunito;
  994. font-weight: 900;
  995. color: #FFFFFF;
  996. border-radius: 200px;
  997. }
  998. .eventImgurl {
  999. position: absolute;
  1000. z-index: 1;
  1001. transform: translate(-50%, -50%);
  1002. }
  1003. .eventInfo {
  1004. position: absolute;
  1005. z-index: 1;
  1006. transform: translate(-50%, -50%);
  1007. width: 269px;
  1008. background-color: #0D5CFA;
  1009. color: #FFFFFF;
  1010. padding: 10px 20px 20px;
  1011. border-radius: 20px;
  1012. }
  1013. .eventItem {
  1014. .month {
  1015. font-size: 18px;
  1016. font-family: PingFangSC-Semibold, sans-serif;
  1017. font-weight: 500;
  1018. line-height: 26px;
  1019. }
  1020. .thing {
  1021. font-size: 16px;
  1022. font-family: PingFangSC-Regular, sans-serif;
  1023. line-height: 26px;
  1024. }
  1025. }
  1026. }
  1027. }
  1028. }
  1029. .kernel {
  1030. margin: 100px auto;
  1031. // height: 2000px;
  1032. position: relative;
  1033. .label {
  1034. // position: absolute;
  1035. width: 100%;
  1036. text-align: center;
  1037. .label-en {
  1038. // font-size: 78px;
  1039. // font-family: PingFangSC-Semibold, sans-serif;
  1040. // font-weight: 600;
  1041. // color: rgba(35, 106, 250, 1);
  1042. // opacity: 0.16;
  1043. }
  1044. .label-zn {
  1045. // font-size: 58px;
  1046. // font-family: PingFangSC-Semibold, sans-serif;
  1047. // font-weight: 600;
  1048. // color: rgba(38, 38, 38, 1);
  1049. // position: absolute;
  1050. // top: 45px;
  1051. // left: 32px;
  1052. position: absolute;
  1053. top: 30px;
  1054. left: 50%;
  1055. transform: translateX(-50%);
  1056. // margin-top: -65px;
  1057. }
  1058. }
  1059. .kernel-box {
  1060. // position: absolute;
  1061. // top: 300px;
  1062. // left: 50%;
  1063. // transform: translateX(-50%);
  1064. height: 604px;
  1065. display: flex;
  1066. flex-wrap: wrap;
  1067. // justify-content: space-between;
  1068. align-items: center;
  1069. position: relative;
  1070. .kernel-box-item {
  1071. position: absolute;
  1072. bottom: 0;
  1073. display: flex;
  1074. align-self: flex-end;
  1075. // align-items: flex-end;
  1076. .info {
  1077. position: absolute;
  1078. display: flex;
  1079. .name {
  1080. margin: 0 auto;
  1081. writing-mode: vertical-lr;
  1082. writing-mode: tb-lr;
  1083. font-size: 16px;
  1084. font-family: PingFangSC-Medium, PingFang SC;
  1085. font-weight: bold;
  1086. color: #253149;
  1087. line-height: 18px;
  1088. letter-spacing: 1px;
  1089. margin-right: 7px;
  1090. }
  1091. .title {
  1092. margin: 18px auto 0;
  1093. writing-mode: vertical-lr;
  1094. writing-mode: tb-lr;
  1095. font-size: 16px;
  1096. font-family: PingFangSC-Regular, PingFang SC;
  1097. font-weight: 400;
  1098. color: #7D8196;
  1099. letter-spacing: 2px;
  1100. line-height: 19px;
  1101. }
  1102. }
  1103. &.item01 {
  1104. left: 50%;
  1105. transform: translateX(-50%);
  1106. width: 375px;
  1107. z-index: 10;
  1108. .info {
  1109. left: 40px;
  1110. top: -45px;
  1111. }
  1112. }
  1113. &.item02 {
  1114. left: 69%;
  1115. transform: translateX(-50%);
  1116. width: 253px;
  1117. z-index: 8;
  1118. .info {
  1119. right: 10px;
  1120. top: -18px;
  1121. }
  1122. }
  1123. &.item03 {
  1124. left: 30%;
  1125. transform: translateX(-50%);
  1126. width: 253px;
  1127. z-index: 8;
  1128. .info {
  1129. left: -10px;
  1130. top: -18px;
  1131. }
  1132. }
  1133. &.item04 {
  1134. left: 84%;
  1135. transform: translateX(-50%);
  1136. width: 200px;
  1137. z-index: 6;
  1138. .info {
  1139. right: -25px;
  1140. top: 5px;
  1141. }
  1142. }
  1143. &.item05 {
  1144. left: 14%;
  1145. transform: translateX(-50%);
  1146. width: 200px;
  1147. z-index: 6;
  1148. .info {
  1149. left: -25px;
  1150. top: 5px;
  1151. }
  1152. }
  1153. img {
  1154. width: 100%;
  1155. }
  1156. // .kernel-box-item {
  1157. // width: 100%;
  1158. // bottom: 0;
  1159. // position: absolute;
  1160. // }
  1161. .team03, .team05{
  1162. transform: rotateY(180deg); /* 水平镜像翻转 */
  1163. }
  1164. .top {
  1165. width: 373px;
  1166. height: 466px;
  1167. position: relative;
  1168. z-index: 66;
  1169. .people-img {
  1170. width: 373px;
  1171. height: 466px;
  1172. display: block;
  1173. }
  1174. .overlay-img {
  1175. width: 373px;
  1176. height: 466px;
  1177. position: absolute;
  1178. top: 0;
  1179. left: 0;
  1180. z-index: 1;
  1181. }
  1182. .people-intro {
  1183. position: absolute;
  1184. bottom: 12px;
  1185. left: 37px;
  1186. z-index: 66;
  1187. .name {
  1188. font-size: 45px;
  1189. font-family: PingFangSC-Semibold, sans-serif;
  1190. font-weight: 600;
  1191. color: rgba(255, 255, 255, 1);
  1192. letter-spacing: 1px;
  1193. }
  1194. .position {
  1195. font-size: 20px;
  1196. font-family: PingFangSC-Regular, sans-serif;
  1197. font-weight: 400;
  1198. color: rgba(255, 255, 255, 1);
  1199. letter-spacing: 0.5px;
  1200. }
  1201. }
  1202. .intro {
  1203. display: none;
  1204. position: absolute;
  1205. z-index: 66;
  1206. bottom: 160px;
  1207. left: 37px;
  1208. font-family: PingFangSC-Regular, sans-serif;
  1209. font-weight: 400;
  1210. color: rgba(255, 255, 255, 1);
  1211. .intro-label {
  1212. font-size: 16px;
  1213. margin-bottom: 12px;
  1214. }
  1215. .resume {
  1216. width: 280px;
  1217. font-size: 14px;
  1218. font-family: PingFangSC-Regular, sans-serif;
  1219. font-weight: 400;
  1220. color: #FFFFFF;
  1221. line-height: 28px;
  1222. }
  1223. }
  1224. }
  1225. .bottom {
  1226. width: 373px;
  1227. height: 8px;
  1228. background-color: #83abf9;
  1229. }
  1230. .mask {
  1231. display: none;
  1232. position: absolute;
  1233. border-radius: 10px;
  1234. top: 0;
  1235. bottom: 0;
  1236. left: 0;
  1237. right: 0;
  1238. transition: all .5s;
  1239. -webkit-transition: all .5s;
  1240. }
  1241. }
  1242. }
  1243. }
  1244. .cultrue {
  1245. position: relative;
  1246. overflow: hidden;
  1247. padding: 100px 0;
  1248. background: url('~assets/images/brand/cultrueBg.png');
  1249. background-color: #0D5CFA;
  1250. background-size: cover;
  1251. .title-content {
  1252. .title {
  1253. color: #ffffff;
  1254. }
  1255. .title-sub {
  1256. color: #ffffff;
  1257. }
  1258. }
  1259. .label {
  1260. position: absolute;
  1261. width: 100%;
  1262. // left: 778px;
  1263. .label-en {
  1264. // font-size: 78px;
  1265. // font-family: PingFangSC-Semibold, sans-serif;
  1266. // font-weight: 600;
  1267. // color: rgba(35, 106, 250, 1);
  1268. // opacity: 0.16;
  1269. position: absolute;
  1270. left: 50%;
  1271. transform: translateX(-50%);
  1272. }
  1273. .label-zn {
  1274. // font-size: 58px;
  1275. // font-family: PingFangSC-Semibold, sans-serif;
  1276. // font-weight: 600;
  1277. // color: rgba(38, 38, 38, 1);
  1278. position: absolute;
  1279. top: 30px;
  1280. left: 50%;
  1281. transform: translateX(-50%);
  1282. }
  1283. }
  1284. .cultrue-box {
  1285. margin-top: 96px;
  1286. display: flex;
  1287. padding: 0 50px;
  1288. justify-content: space-between;
  1289. // justify-content: center;
  1290. .cultrue-box-item {
  1291. // margin-right: 151px;
  1292. color: #ffffff;
  1293. img {
  1294. width: 170px;
  1295. height: 159px;
  1296. }
  1297. .cultrue-box-item-label {
  1298. font-size: 30px;
  1299. font-family: PingFangSC-Regular, sans-serif;
  1300. font-weight: 400;
  1301. text-align: center;
  1302. }
  1303. .cultrue-box-item-text {
  1304. // width: 178px;
  1305. text-align: center;
  1306. font-size: 15px;
  1307. font-family: PingFangSC-Regular, sans-serif;
  1308. font-weight: 400;
  1309. letter-spacing: 0.5px;
  1310. margin-top: 30px;
  1311. }
  1312. }
  1313. }
  1314. .cultrue-bgimg {
  1315. position: absolute;
  1316. z-index: -1;
  1317. right: 226px;
  1318. bottom: 155px;
  1319. img {
  1320. width: 627px;
  1321. height: 499px;
  1322. }
  1323. }
  1324. }
  1325. .idea {
  1326. position: relative;
  1327. margin: 100px 0;
  1328. .label {
  1329. position: absolute;
  1330. left: 50%;
  1331. transform: translateX(-50%);
  1332. width: 540px;
  1333. .label-en {
  1334. // font-size: 78px;
  1335. // font-family: PingFangSC-Semibold, sans-serif;
  1336. // font-weight: 600;
  1337. // color: rgba(35, 106, 250, 1);
  1338. // opacity: 0.16;
  1339. // position: absolute;
  1340. }
  1341. .label-zn {
  1342. // font-size: 58px;
  1343. // font-family: PingFangSC-Semibold, sans-serif;
  1344. // font-weight: 600;
  1345. // color: rgba(38, 38, 38, 1);
  1346. position: absolute;
  1347. top: 30px;
  1348. left: 100px;
  1349. // transform: translateX(-50%);
  1350. }
  1351. }
  1352. .idea-box {
  1353. display: flex;
  1354. justify-content: center;
  1355. .idea-box-item {
  1356. width: 385px;
  1357. height: 300px;
  1358. background: #FFFFFF;
  1359. box-shadow: 7px 10px 46px 0px rgba(207, 222, 254, 0.49);
  1360. border-radius: 30px;
  1361. margin-top: 67px;
  1362. margin-right: 40px;
  1363. padding: 22px 63px 51px 36px;
  1364. box-sizing: border-box;
  1365. .top {
  1366. img {
  1367. width: 64px;
  1368. height: 64px;
  1369. object-fit: cover;
  1370. }
  1371. }
  1372. .center {
  1373. margin-top: 20px;
  1374. display: flex;
  1375. align-items: center;
  1376. img {
  1377. width: 20px;
  1378. height: 19px;
  1379. margin-right: 18px;
  1380. object-fit: fill;
  1381. }
  1382. div {
  1383. font-size: 20px;
  1384. font-family: PingFangSC-Medium, sans-serif;
  1385. font-weight: 500;
  1386. color: rgba(0, 0, 0, 1);
  1387. }
  1388. }
  1389. .footer {
  1390. font-size: 15px;
  1391. font-family: PingFangSC-Regular, sans-serif;
  1392. font-weight: 400;
  1393. color: #333333;
  1394. line-height: 26px;
  1395. margin-top: 10px;
  1396. padding-left: 32px
  1397. }
  1398. }
  1399. }
  1400. }
  1401. }
  1402. .cp {
  1403. cursor: pointer;
  1404. }
  1405. </style>