index.vue 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295
  1. <template>
  2. <div class="container">
  3. <!-- banner -->
  4. <VBanner :bannerData="bannerData"></VBanner>
  5. <!-- 思维“芯”产品 -->
  6. <div class="index-thinking">
  7. <div class="i-t-content">
  8. <!-- <div class="t-top title-content">
  9. <div class="title-en">PRODUCT</div>
  10. <div class="title-zh">
  11. 思维“芯”产品
  12. </div>
  13. </div> -->
  14. <div class="thinking-content-box">
  15. <div class="thinking-cate-box">
  16. <ul class="thinking-cate-nav">
  17. <li class="thinking-products-kind" v-for="(item, index) in productCate" :class="{active:index == clickProdIndex}" :key="index" @click="getProdList(index)">
  18. <nuxt-link to="/">
  19. {{ item.title }}
  20. </nuxt-link>
  21. <div class="line"></div>
  22. </li>
  23. </ul>
  24. <div class="thinking-cate-list">
  25. <div class="thinking-product-item" v-for="(item, index) in productCate" :key="index">
  26. <div class="">
  27. <img src="~/assets/images/index/tab-right-pic-dg.png" alt="" srcset="">
  28. </div>
  29. <div class="thinking-product-info">
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. </div>
  37. <!-- 品牌故事 -->
  38. <!-- <div id="index-story">
  39. <div class="i-s-contant">
  40. <div class="s-c-top">
  41. <div class="c-t-titleC"><h2>品牌故事</h2></div>
  42. <div class="c-t-titleE">Brand Story</div>
  43. <div class="c-t-description">爱,一个梦想,一生一世一个家</div>
  44. </div>
  45. <div class="s-c-bottom">
  46. <div class="story-bottom-detalis">
  47. <div class="bottom-detalis-title">
  48. <div class="bottom-detalis-titleC">
  49. <p class="detalis-titleC-first">我生怕辜负</p>
  50. <p class="detalis-titleC-sec">这个时代</p>
  51. </div>
  52. <div class="bottom-detalis-titleE">
  53. <p class="detalis-titleE-desc"> </p>
  54. </div>
  55. </div>
  56. <div class="bottom-detalis-content">
  57. “这是最好的时代,也是最坏的时代”,100年前英国文学家狄更斯这样描述工业革命发生后的时代。如今时代又何尝不是如此呢?阶级被打破,边界在打破,跨界与创新,互联网让世界变得更加平等,每个人都有自己追求梦想的机会,以及成功的可能性......
  58. </div>
  59. <div class="bottom-detalis-more-box">
  60. <div class="bottom-detalis-more-img">
  61. <img src="~/assets/images/index/bottom-detalis-more-img.png">
  62. </div>
  63. <div class="bottom-detalis-more">
  64. <nuxt-link to="/brand">了解更多 ></nuxt-link>
  65. </div>
  66. </div>
  67. </div>
  68. <div class="story-bottom-vedios">
  69. <indexVideo></indexVideo>
  70. </div>
  71. </div>
  72. </div>
  73. </div> -->
  74. <!-- 体验馆 -->
  75. <!-- <div id="index-experience">
  76. <div class="experience-content">
  77. <div class="experience-content-top">
  78. <div class="experience-content-top-titleC"><h2>体验馆</h2></div>
  79. <div class="experience-content-top-titleE">Experience Stores</div>
  80. <div class="experience-content-top-description">我们所有的努力,旨在打造一个宾至如归的理想状态</div>
  81. </div>
  82. <div class="experience-content-box">
  83. <div class="experience-place-container">
  84. <div class="experience-place-ul-box">
  85. <ul class="experience-place-nav">
  86. <li class="experience-place" v-for="(item,index) in experiencePlace" :key="index" :class="{active:index == num}" @click="tab(index)">{{item}}</li>
  87. </ul>
  88. <ul class="experience-place-nav-others">
  89. <li class="experience-place">武汉</li>
  90. <li class="experience-place">杭州</li>
  91. <li class="experience-place">深圳</li>
  92. </ul>
  93. </div>
  94. <div class="experience-href"><nuxt-link target="_blank" to="/join">招商加盟详情</nuxt-link></div>
  95. <div class="experience-tab-content">
  96. <div class="experience-tab-box experience-tab-box-bt" v-show="0 == num">
  97. <div class="experience-tab-left">
  98. <div class="experience-tab-left-place">包头</div>
  99. <div class="experience-tab-left-img">
  100. <img src="~/assets/images/index/experience-tab-left-img-bt.png">
  101. </div>
  102. </div>
  103. <div class="experience-tab-right">
  104. <div class="tab-right-intro">
  105. <div class="tab-right-intro-title">
  106. <p>逐梦</p>
  107. <p>鹿都之巅</p>
  108. <p class="tab-right-intro-title-desc">卫诗理Olive life 新零售包头店,逐梦之路,未来之巅</p>
  109. <p class="tab-right-intro-title-desc-line"></p>
  110. </div>
  111. <div class="tab-right-intro-style">
  112. <p>拉斐尔现代美式、麦迪逊轻奢美式、麦巴赫·纽约摩登...</p>
  113. <p class="intro-style-en">Style</p>
  114. <p class="tab-right-intro-title-desc-line"></p>
  115. </div>
  116. <div class="tab-right-intro-phone">
  117. <p class="intro-phone-number">186-86152121</p>
  118. <p class="intro-phone-name">telephone</p>
  119. </div>
  120. <div class="tab-right-intro-more">
  121. <nuxt-link to="experice/bt">了解更多 ></nuxt-link>
  122. </div>
  123. </div>
  124. <div class="tab-right-pic">
  125. <div class="right-pic-name-box">
  126. <div class="right-pic-name">
  127. <p>现代桦木多</p>
  128. <p>功能储物斗柜</p>
  129. </div>
  130. <div class="right-pic-name-desc">
  131. <p>典雅深色与明亮金属色泽</p>
  132. <p>相间展现文艺仿古的艺术感。</p>
  133. </div>
  134. </div>
  135. <div class="tab-right-img">
  136. <img src="~/assets/images/index/tab-right-pic-bt.png">
  137. </div>
  138. </div>
  139. </div>
  140. </div>
  141. <div class="experience-tab-box experience-tab-box-cd" v-show="1 == num">
  142. <div class="experience-tab-left">
  143. <div class="experience-tab-left-place">成都</div>
  144. <div class="experience-tab-left-img">
  145. <img src="~/assets/images/index/experience-tab-left-img-cd.png">
  146. </div>
  147. </div>
  148. <div class="experience-tab-right">
  149. <div class="tab-right-intro">
  150. <div class="tab-right-intro-title">
  151. <p>天府之国</p>
  152. <p class="tab-right-intro-title-desc">卫诗理新零售成都“卫共”店,生态生活,盎然新启</p>
  153. <p class="tab-right-intro-title-desc-line"></p>
  154. </div>
  155. <div class="tab-right-intro-style">
  156. <p>美式、欧式、英式、轻奢小法、禅意中式、新古典、中式...</p>
  157. <p class="intro-style-en">Style</p>
  158. <p class="tab-right-intro-title-desc-line"></p>
  159. </div>
  160. <div class="tab-right-intro-phone">
  161. <p class="intro-phone-number">028-85007888</p>
  162. <p class="intro-phone-name">telephone</p>
  163. </div>
  164. <div class="tab-right-intro-more">
  165. <nuxt-link to="/experice/cd">了解更多 ></nuxt-link>
  166. </div>
  167. </div>
  168. <div class="tab-right-pic">
  169. <div class="right-pic-name-box">
  170. <div class="right-pic-name">
  171. <p>珍尼丝</p>
  172. <p>电视柜</p>
  173. </div>
  174. <div class="right-pic-name-desc">
  175. <p>复古旅行箱造型</p>
  176. <p>摩洛哥海洋蓝</p>
  177. <p>AISI镜光铜</p>
  178. </div>
  179. </div>
  180. <div class="tab-right-img">
  181. <img src="~/assets/images/index/tab-right-pic-cd.png">
  182. </div>
  183. </div>
  184. </div>
  185. </div>
  186. <div class="experience-tab-box experience-tab-box-nj" v-show="2 == num">
  187. <div class="experience-tab-left">
  188. <div class="experience-tab-left-place">南京</div>
  189. <div class="experience-tab-left-img">
  190. <img src="~/assets/images/index/experience-tab-left-img-nanjing.jpg">
  191. </div>
  192. </div>
  193. <div class="experience-tab-right">
  194. <div class="tab-right-intro">
  195. <div class="tab-right-intro-title">
  196. <p>绽放</p>
  197. <p>十朝都会</p>
  198. <p class="tab-right-intro-title-desc">卫诗理线下O2O南京"卫共"店初心不移,呈现生活最美的姿态</p>
  199. <p class="tab-right-intro-title-desc-line"></p>
  200. </div>
  201. <div class="tab-right-intro-style">
  202. <p>大美,小美,简美,意式,法式英式,新中式等...</p>
  203. <p class="intro-style-en">Style</p>
  204. <p class="tab-right-intro-title-desc-line"></p>
  205. </div>
  206. <div class="tab-right-intro-phone">
  207. <p class="intro-phone-number">025-52458886</p>
  208. <p class="intro-phone-name">telephone</p>
  209. </div>
  210. <div class="tab-right-intro-more">
  211. <nuxt-link to="experice/nj">了解更多 ></nuxt-link>
  212. </div>
  213. </div>
  214. <div class="tab-right-pic">
  215. <div class="right-pic-name-box">
  216. <div class="right-pic-name">
  217. <p>纳尔逊</p>
  218. <p>餐桌</p>
  219. </div>
  220. <div class="right-pic-name-desc">
  221. <p>非洲进口桃花口木</p>
  222. <p>沙比利木皮拼花</p>
  223. <p>古典圆形转盘设计</p>
  224. </div>
  225. </div>
  226. <div class="tab-right-img">
  227. <img src="~/assets/images/index/tab-right-pic-nanjing.png">
  228. </div>
  229. </div>
  230. </div>
  231. </div>
  232. <div class="experience-tab-box experience-tab-box-dg" v-show="3 == num">
  233. <div class="experience-tab-left">
  234. <div class="experience-tab-left-place">东莞</div>
  235. <div class="experience-tab-left-img">
  236. <img src="~/assets/images/index/experience-tab-left-img-dg.png">
  237. </div>
  238. </div>
  239. <div class="experience-tab-right">
  240. <div class="tab-right-intro">
  241. <div class="tab-right-intro-title">
  242. <p>臻贡</p>
  243. <p>一个阶层</p>
  244. <p class="tab-right-intro-title-desc">纯正欧式尊贵体验,赋予贵族新的定义</p>
  245. <p class="tab-right-intro-title-desc-line"></p>
  246. </div>
  247. <div class="tab-right-intro-style">
  248. <p>大美、小美、简美、英式、美式、法式、意式...</p>
  249. <p class="intro-style-en">Style</p>
  250. <p class="tab-right-intro-title-desc-line"></p>
  251. </div>
  252. <div class="tab-right-intro-phone">
  253. <p class="intro-phone-number">0796-82251668</p>
  254. <p class="intro-phone-name">telephone</p>
  255. </div>
  256. <div class="tab-right-intro-more">
  257. <nuxt-link to="experice/dg">了解更多 ></nuxt-link>
  258. </div>
  259. </div>
  260. <div class="tab-right-pic">
  261. <div class="right-pic-name-box">
  262. <div class="right-pic-name">
  263. <p>史丹尼</p>
  264. <p>沙发</p>
  265. </div>
  266. <div class="right-pic-name-desc">
  267. <p>经典切斯特菲尔德 </p>
  268. <p>意大利头层牛皮</p>
  269. <p>金属&实木艺术交融</p>
  270. </div>
  271. </div>
  272. <div class="tab-right-img">
  273. <img src="~/assets/images/index/tab-right-pic-dg.png">
  274. </div>
  275. </div>
  276. </div>
  277. </div>
  278. </div>
  279. </div>
  280. </div>
  281. </div>
  282. </div> -->
  283. <!-- 产品介绍 -->
  284. <!-- <div id="index-products">
  285. <div class="products-content">
  286. <div class="products-content-top">
  287. <div class="products-content-top-titleC">
  288. <h2>产品介绍</h2>
  289. </div>
  290. <div class="products-content-top-titleE">Products Introduce</div>
  291. <div class="products-content-top-description">品质生活,爱家有道</div>
  292. </div>
  293. <div class="products-content-box">
  294. <div class="products-kind-container">
  295. <ul class="products-kind-nav">
  296. <li class="products-kind" v-for="(item,index) in indexProdNav" :key="item.proCategoryId" :class="{active:index == clickProdIndex}" @click="getProdList(index)">{{item.proCategoryName}}</li>
  297. </ul>
  298. <div class="products-tab-content">
  299. <prodListShow :prodList="indexProdList6" :showNewMore="true" :typeId="97" v-show="0 == clickProdIndex"></prodListShow>
  300. <prodListShow :prodList="indexProdList1" :showMore="true" :typeId="1" v-show="1 == clickProdIndex"></prodListShow>
  301. <prodListShow :prodList="indexProdList2" :showMore="true" :typeId="2" v-show="2 == clickProdIndex"></prodListShow>
  302. <prodListShow :prodList="indexProdList3" :showMore="true" :typeId="3" v-show="3 == clickProdIndex"></prodListShow>
  303. <prodListShow :prodList="indexProdList4" :showMore="true" :typeId="4" v-show="4 == clickProdIndex"></prodListShow>
  304. </div>
  305. </div>
  306. </div>
  307. </div>
  308. </div> -->
  309. <!-- 新闻资讯部分 -->
  310. <!-- <div id="index-news">
  311. <div class="news-content">
  312. <div class="news-content-top">
  313. <div class="news-content-top-titleC"><h2>新闻资讯</h2></div>
  314. <div class="news-content-top-titleE">News Center</div>
  315. <div class="news-content-top-description">一切资讯都是有价值的</div>
  316. </div>
  317. <div class="news-content-box">
  318. <div class="news-kind-container">
  319. <ul class="news-kind-nav">
  320. <li class="news-kind" v-for="(item,index) in $store.state.headNewsNav" :key="index" :class="{active:index == clickNewsIndex}" @click="getNewsList(index)">{{item.articleCategoryName}}</li>
  321. </ul>
  322. <div class="news-tab-content">
  323. <indexNewsListShow :indexFirstNewsList="indexFirstNewsList1" :indexNewsList="indexNewsList1" v-show="0 == clickNewsIndex"></indexNewsListShow>
  324. <indexNewsListShow :indexFirstNewsList="indexFirstNewsList2" :indexNewsList="indexNewsList2" v-show="1 == clickNewsIndex"></indexNewsListShow>
  325. <indexNewsListShow :indexFirstNewsList="indexFirstNewsList3" :indexNewsList="indexNewsList3" v-show="2 == clickNewsIndex"></indexNewsListShow>
  326. <indexNewsListShow :indexFirstNewsList="indexFirstNewsList4" :indexNewsList="indexNewsList4" v-show="3 == clickNewsIndex"></indexNewsListShow>
  327. <indexNewsListShow :indexFirstNewsList="indexFirstNewsList5" :indexNewsList="indexNewsList5" v-show="4 == clickNewsIndex"></indexNewsListShow>
  328. </div>
  329. </div>
  330. </div>
  331. </div>
  332. </div> -->
  333. </div>
  334. </template>
  335. <script>
  336. import axios from 'axios';
  337. import VBanner from '~/components/home/banner';
  338. // import indexVideo from '~/components/home/indexVideo';
  339. // import prodListShow from '~/components/common/prodListShow';
  340. // import indexNewsListShow from '~/components/common/indexNewsListShow'
  341. export default {
  342. data() {
  343. return {
  344. experiencePlace:['包头','成都','南京','东莞'],
  345. num:0,
  346. clickProdIndex:0,
  347. clickNewsIndex: 0,
  348. productCate: [
  349. {
  350. title: '全部',
  351. type: 0
  352. },
  353. {
  354. title: '0-3岁思维启蒙',
  355. type: 1
  356. },
  357. {
  358. title: '3-7岁能力训练',
  359. type: 2
  360. },
  361. {
  362. title: '5-7岁入学思考',
  363. type: 3
  364. },
  365. {
  366. title: '7-12岁技巧学习',
  367. type: 4
  368. }
  369. ]
  370. }
  371. },
  372. components: {
  373. VBanner,
  374. // indexVideo,
  375. // prodListShow,
  376. // indexNewsListShow
  377. },
  378. head() {
  379. return {
  380. title:'【中德智慧官网】逻辑狗 中华小熊猫',
  381. meta: [
  382. {name:'keywords',hid: 'keywords',content:`${this.metaData.navigationKeyword}`},
  383. {name:'description',hid:'description',content:`${this.metaData.navigationDescription}`}
  384. ],
  385. }
  386. },
  387. async asyncData({params,store}){
  388. //首页head信息
  389. let metaData = await axios(`${store.state.wordpressAPI}/NavigationMeta/get/1`);
  390. //banner数据动态获取
  391. let banner = await axios(`${store.state.wordpressAPI}/banner/selectAllByTpye/1`);
  392. //首页新闻信息
  393. // let indexFirstNewsList1 = await axios(`${store.state.wordpressAPI}/article/getRecommend/1`);
  394. // let indexFirstNewsList2 = await axios(`${store.state.wordpressAPI}/article/getRecommend/2`);
  395. // let indexFirstNewsList3 = await axios(`${store.state.wordpressAPI}/article/getRecommend/3`);
  396. // let indexFirstNewsList4 = await axios(`${store.state.wordpressAPI}/article/getRecommend/4`);
  397. // let indexFirstNewsList5 = await axios(`${store.state.wordpressAPI}/article/getRecommend/5`);
  398. // let indexNewsList1 = await axios(`${store.state.wordpressAPI}/article/getRecommendsByCategoryId/1/9`);
  399. // let indexNewsList2 = await axios(`${store.state.wordpressAPI}/article/getRecommendsByCategoryId/2/9`);
  400. // let indexNewsList3 = await axios(`${store.state.wordpressAPI}/article/getRecommendsByCategoryId/3/9`);
  401. // let indexNewsList4 = await axios(`${store.state.wordpressAPI}/article/getRecommendsByCategoryId/4/9`);
  402. // let indexNewsList5 = await axios(`${store.state.wordpressAPI}/article/getRecommendsByCategoryId/5/9`);
  403. //首页产品展示信息
  404. // let indexProdNav = await axios(`${store.state.wordpressAPI}/proCategory/showFirst`);
  405. // let indexProdList1 = await axios(`${store.state.wordpressAPI}/product/selectByPosition/1`);
  406. // let indexProdList2 = await axios(`${store.state.wordpressAPI}/product/selectByPosition/2`);
  407. // let indexProdList3 = await axios(`${store.state.wordpressAPI}/product/selectByPosition/3`);
  408. // let indexProdList4 = await axios(`${store.state.wordpressAPI}/product/selectByPosition/4`);
  409. // let indexProdList6 = await axios(`${store.state.wordpressAPI}/product/selectByPosition/97`);
  410. return {
  411. metaData: metaData.data,
  412. bannerData: banner.data,
  413. //首页新闻信息
  414. // indexFirstNewsList1: indexFirstNewsList1.data,
  415. // indexFirstNewsList2: indexFirstNewsList2.data,
  416. // indexFirstNewsList3: indexFirstNewsList3.data,
  417. // indexFirstNewsList4: indexFirstNewsList4.data,
  418. // indexFirstNewsList5: indexFirstNewsList5.data,
  419. // indexNewsList1: indexNewsList1.data,
  420. // indexNewsList2: indexNewsList2.data,
  421. // indexNewsList3: indexNewsList3.data,
  422. // indexNewsList4: indexNewsList4.data,
  423. // indexNewsList5: indexNewsList5.data,
  424. //首页产品信息
  425. // indexProdNav: indexProdNav.data,
  426. // indexProdList1: indexProdList1.data,
  427. // indexProdList2: indexProdList2.data,
  428. // indexProdList3: indexProdList3.data,
  429. // indexProdList4: indexProdList4.data,
  430. // indexProdList6: indexProdList6.data,
  431. }
  432. },
  433. methods: {
  434. tab (index){
  435. this.num = index;
  436. },
  437. getProdList (index){
  438. this.clickProdIndex = index;
  439. },
  440. getNewsList (index){
  441. this.clickNewsIndex = index;
  442. }
  443. }
  444. };
  445. </script>
  446. <style lang="scss" scoped>
  447. @import '~static/common/style.sass';
  448. .container {
  449. width: 100%;
  450. height: auto;
  451. }
  452. .title-en {
  453. height:110px;
  454. line-height:110px;
  455. font-size:78px;
  456. font-family:PingFangSC-Semibold,PingFang SC;
  457. font-weight:600;
  458. color:#353956;
  459. }
  460. .title-zh {
  461. height:81px;
  462. line-height:81px;
  463. font-size:58px;
  464. font-family:PingFangSC-Semibold,PingFang SC;
  465. font-weight:600;
  466. color:#000000;
  467. letter-spacing:1px;
  468. }
  469. /* index-thinking */
  470. .index-thinking {
  471. width: 1200px;
  472. margin: 0 auto;
  473. // text-align: center;
  474. .i-t-content {
  475. position: relative;
  476. .title-zh {
  477. z-index: 666;
  478. }
  479. .title-en {
  480. position: absolute;
  481. top: 0;
  482. left: 50%;
  483. transform: translateX(-50%);
  484. z-index: 1;
  485. }
  486. }
  487. ul.thinking-cate-nav {
  488. margin: 124px 0 116px;
  489. }
  490. li.thinking-products-kind {
  491. display: inline-block;
  492. margin: 0 30px;
  493. cursor: pointer;
  494. -webkit-transition: all 0.5s ease;
  495. -o-transition: all 0.5s ease;
  496. transition: all 0.5s ease;
  497. .line {
  498. visibility: hidden;
  499. margin: 22px auto 0;
  500. width:60px;
  501. border-radius: 50px;
  502. height: 15px;
  503. background:rgba(159,17,48,1);
  504. box-shadow: 0px 2px 8px 0px rgba(240,53,94,0.61);
  505. }
  506. a {
  507. font-size: 32px;
  508. color: #747885;
  509. }
  510. }
  511. li.thinking-products-kind:hover, li.thinking-products-kind.active {
  512. .line {
  513. display: block;
  514. visibility: visible;
  515. }
  516. }
  517. li.thinking-products-kind:first-child {
  518. margin-left: 0;
  519. }
  520. li.thinking-products-kind.active a,
  521. .thinking-products-kind:hover a{
  522. // font-size: 42px;
  523. color: $theme_fu_red;
  524. // border-bottom: 6px solid $theme_fu_red;
  525. // box-shadow:0px 2px 8px 0px rgba(240,53,94,0.61);
  526. }
  527. }
  528. /*index-story*/
  529. div#index-story {
  530. width: 100%;
  531. height: auto;
  532. }
  533. .i-s-contant {
  534. width: 1200px;
  535. height: auto;
  536. margin: 0 auto;
  537. }
  538. .s-c-top {
  539. width: 100%;
  540. height: auto;
  541. padding: 162px 0 100px;
  542. text-align: center;
  543. }
  544. .c-t-titleC {
  545. width: 100%;
  546. height: auto;
  547. font-size: 38px;
  548. font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
  549. "source-han-serif-sc", "STZhongsong", "宋体", "serif";
  550. font-weight: 900;
  551. color: #22202b;
  552. line-height: 46px;
  553. }
  554. .c-t-titleE {
  555. width: 100%;
  556. height: auto;
  557. font-size: 14px;
  558. color: #858585;
  559. line-height: 22px;
  560. }
  561. .c-t-description {
  562. width: 100%;
  563. height: auto;
  564. font-size: 14px;
  565. color: #858585;
  566. line-height: 22px;
  567. }
  568. .s-c-bottom {
  569. overflow: hidden;
  570. width: 100%;
  571. height: auto;
  572. padding-bottom: 150px;
  573. }
  574. .story-bottom-detalis {
  575. float: left;
  576. width: 600px;
  577. height: auto;
  578. }
  579. .story-bottom-vedios {
  580. float: right;
  581. overflow: hidden;
  582. width: 530px;
  583. height: 353px;
  584. cursor: pointer;
  585. }
  586. .bottom-detalis-title {
  587. overflow: hidden;
  588. width: 100%;
  589. height: auto;
  590. padding-bottom: 45px;
  591. }
  592. .bottom-detalis-titleC {
  593. position: relative;
  594. width: 100%;
  595. height: auto;
  596. padding: 10px 0 5px;
  597. color: #22202b;
  598. font-size: 22px;
  599. line-height: 24px;
  600. text-align: left;
  601. }
  602. .bottom-detalis-titleC::after {
  603. position: absolute;
  604. top: 50%;
  605. right: 45px;
  606. content: "";
  607. width: 339px;
  608. height: 2px;
  609. background: #d5d5d8;
  610. }
  611. .bottom-detalis-titleE {
  612. width: 320px;
  613. height: auto;
  614. color: #cccccc;
  615. font-size: 12px;
  616. line-height: 15px;
  617. text-align: left;
  618. }
  619. .bottom-detalis-content {
  620. overflow: hidden;
  621. width: 100%;
  622. height: auto;
  623. padding-right: 94px;
  624. padding-bottom: 60px;
  625. color: #858585;
  626. font-size: 14px;
  627. line-height: 18px;
  628. text-align: left;
  629. -webkit-box-sizing: border-box;
  630. -moz-box-sizing: border-box;
  631. box-sizing: border-box;
  632. }
  633. .bottom-detalis-more-box {
  634. overflow: hidden;
  635. width: 100%;
  636. height: auto;
  637. }
  638. .bottom-detalis-more-img {
  639. float: left;
  640. overflow: hidden;
  641. width: 107px;
  642. height: 78px;
  643. }
  644. .bottom-detalis-more {
  645. float: left;
  646. width: 163px;
  647. height: 40px;
  648. margin-top: 17px;
  649. margin-left: 62px;
  650. border: 3px solid #000;
  651. font-size: 14px;
  652. line-height: 40px;
  653. text-align: center;
  654. -webkit-transition: all 0.5s ease;
  655. -o-transition: all 0.5s ease;
  656. transition: all 0.5s ease;
  657. }
  658. .bottom-detalis-more:hover {
  659. -webkit-transform: translateY(-5px);
  660. -ms-transform: translateY(-5px);
  661. -o-transform: translateY(-5px);
  662. transform: translateY(-5px);
  663. }
  664. .bottom-detalis-more-img img {
  665. width: 100%;
  666. height: 100%;
  667. }
  668. .bottom-detalis-more a {
  669. display: block;
  670. width: 100%;
  671. height: 100%;
  672. color: #22202b;
  673. font-weight: bold;
  674. -webkit-transition: all 0.5s ease;
  675. -o-transition: all 0.5s ease;
  676. transition: all 0.5s ease;
  677. }
  678. .bottom-detalis-more:hover a {
  679. background: #22202b;
  680. color: #feeabd;
  681. }
  682. /*index-story*/
  683. /*体验馆*/
  684. div#index-experience {
  685. width: 100%;
  686. height: auto;
  687. background: #f9f9fa;
  688. }
  689. .experience-content {
  690. width: 1200px;
  691. height: auto;
  692. margin: 0 auto;
  693. }
  694. .experience-content-top {
  695. width: 100%;
  696. height: auto;
  697. padding: 140px 0 22px;
  698. text-align: center;
  699. }
  700. .experience-content-top-titleC {
  701. width: 100%;
  702. height: auto;
  703. font-size: 38px;
  704. font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
  705. "source-han-serif-sc", "STZhongsong", "宋体", "serif";
  706. font-weight: 900;
  707. color: #22202b;
  708. line-height: 46px;
  709. }
  710. .experience-content-top-titleE {
  711. width: 100%;
  712. height: auto;
  713. font-size: 14px;
  714. color: #858585;
  715. line-height: 22px;
  716. }
  717. .experience-content-top-description {
  718. width: 100%;
  719. height: auto;
  720. padding-top: 6px;
  721. font-size: 14px;
  722. color: #858585;
  723. line-height: 22px;
  724. }
  725. .experience-content-box {
  726. overflow: hidden;
  727. width: 100%;
  728. height: auto;
  729. }
  730. .experience-place-container {
  731. width: 100%;
  732. height: auto;
  733. }
  734. .experience-place-ul-box {
  735. width: 100%;
  736. text-align: center;
  737. }
  738. ul.experience-place-nav {
  739. display: inline-block;
  740. height: auto;
  741. text-align: center;
  742. }
  743. .experience-place-nav-others {
  744. display: inline-block;
  745. }
  746. li.experience-place {
  747. display: inline-block;
  748. width: 104px;
  749. height: 40px;
  750. margin: 0 8px;
  751. border: 3px solid #000;
  752. color: #000;
  753. font-size: 14px;
  754. line-height: 40px;
  755. text-align: center;
  756. cursor: pointer;
  757. -webkit-transition: all 1s ease;
  758. -o-transition: all 1s ease;
  759. transition: all 1s ease;
  760. }
  761. li.experience-place.active {
  762. color: #feeabd;
  763. background: #000;
  764. }
  765. li.experience-place:hover {
  766. color: #feeabd;
  767. background: #000;
  768. }
  769. .experience-href {
  770. width: 100%;
  771. height: auto;
  772. padding-top: 20px;
  773. font-size: 14px;
  774. color: #858585;
  775. line-height: 22px;
  776. text-align: center;
  777. }
  778. .experience-href a {
  779. color: #858585;
  780. }
  781. .experience-href a:hover {
  782. color: #000;
  783. }
  784. .experience-tab-content {
  785. overflow: hidden;
  786. width: 100%;
  787. height: auto;
  788. padding: 118px 0 150px;
  789. }
  790. .experience-tab-box {
  791. overflow: hidden;
  792. width: 100%;
  793. }
  794. .experience-tab-content .experience-tab-box:first-child {
  795. display: block;
  796. }
  797. .experience-tab-left {
  798. float: left;
  799. width: 600px;
  800. height: auto;
  801. }
  802. .experience-tab-right {
  803. float: right;
  804. width: 600px;
  805. height: auto;
  806. }
  807. .experience-tab-left-place {
  808. position: relative;
  809. overflow: hidden;
  810. width: 456px;
  811. padding: 34px 0 0 40px;
  812. color: #22202b;
  813. font-size: 14px;
  814. text-align: left;
  815. line-height: 30px;
  816. box-sizing: border-box;
  817. }
  818. .experience-tab-left-place::after {
  819. position: absolute;
  820. top: 49px;
  821. right: 0;
  822. content: "";
  823. width: 339px;
  824. height: 2px;
  825. background: #d5d5d8;
  826. }
  827. .experience-tab-left-img {
  828. overflow: hidden;
  829. width: 515px;
  830. height: 485px;
  831. margin-top: -40px;
  832. }
  833. .experience-tab-box-nj .experience-tab-left-img img {
  834. margin-top: 144px;
  835. }
  836. .tab-right-intro {
  837. float: left;
  838. width: 316px;
  839. }
  840. .tab-right-pic {
  841. float: right;
  842. width: 284px;
  843. }
  844. .tab-right-intro-title {
  845. overflow: hidden;
  846. width: 100%;
  847. height: auto;
  848. color: #22202b;
  849. font-size: 22px;
  850. font-weight: bold;
  851. line-height: 24px;
  852. text-align: left;
  853. }
  854. p.tab-right-intro-title-desc {
  855. width: 200px;
  856. height: auto;
  857. padding-top: 10px;
  858. padding-bottom: 40px;
  859. color: #979797;
  860. font-size: 14px;
  861. font-weight: normal;
  862. line-height: 22px;
  863. }
  864. p.tab-right-intro-title-desc-line {
  865. width: 136px;
  866. height: 2px;
  867. background: #d5d5d8;
  868. }
  869. .tab-right-intro-style {
  870. width: 200px;
  871. height: auto;
  872. padding-top: 48px;
  873. color: #22202b;
  874. font-size: 14px;
  875. text-align: left;
  876. line-height: 18px;
  877. }
  878. p.intro-style-en {
  879. color: #979797;
  880. font-size: 14px;
  881. line-height: 26px;
  882. padding-bottom: 30px;
  883. }
  884. .tab-right-intro-phone {
  885. width: 100%;
  886. height: auto;
  887. padding-top: 45px;
  888. padding-bottom: 83px;
  889. }
  890. p.intro-phone-number {
  891. width: 100%;
  892. height: 22px;
  893. color: #22202b;
  894. font-size: 18px;
  895. font-weight: bold;
  896. line-height: 22px;
  897. text-align: left;
  898. }
  899. p.intro-phone-name {
  900. width: 100%;
  901. height: 22px;
  902. color: #979797;
  903. font-size: 14px;
  904. line-height: 22px;
  905. text-align: left;
  906. }
  907. .tab-right-intro-more {
  908. width: 163px;
  909. height: 40px;
  910. border: 3px solid #000;
  911. font-size: 14px;
  912. line-height: 40px;
  913. text-align: center;
  914. -webkit-transition: all 0.5s ease;
  915. -o-transition: all 0.5s ease;
  916. transition: all 0.5s ease;
  917. }
  918. .tab-right-intro-more:hover {
  919. -webkit-transform: translateY(-5px);
  920. -ms-transform: translateY(-5px);
  921. -o-transform: translateY(-5px);
  922. transform: translateY(-5px);
  923. }
  924. .tab-right-intro-more a {
  925. display: block;
  926. width: 100%;
  927. height: 100%;
  928. color: #22202b;
  929. font-weight: bold;
  930. -webkit-transition: all 0.5s ease;
  931. -o-transition: all 0.5s ease;
  932. transition: all 0.5s ease;
  933. }
  934. .tab-right-intro-more:hover a {
  935. background: #22202b;
  936. color: #feeabd;
  937. }
  938. .right-pic-name-box {
  939. position: relative;
  940. overflow: hidden;
  941. width: 100%;
  942. padding-left: 60px;
  943. padding-bottom: 160px;
  944. box-sizing: border-box;
  945. }
  946. .right-pic-name-box::after {
  947. position: absolute;
  948. right: 49.7%;
  949. bottom: 9px;
  950. content: "";
  951. width: 2px;
  952. height: 135px;
  953. background: #d5d5d8;
  954. }
  955. .right-pic-name {
  956. overflow: hidden;
  957. width: 100%;
  958. height: auto;
  959. color: #22202b;
  960. font-size: 22px;
  961. font-weight: bold;
  962. line-height: 24px;
  963. text-align: left;
  964. }
  965. .right-pic-name-desc {
  966. width: 100%;
  967. height: auto;
  968. padding: 12px 0 24px;
  969. color: #979797;
  970. font-size: 14px;
  971. font-weight: normal;
  972. line-height: 18px;
  973. }
  974. .tab-right-img {
  975. display: flex;
  976. overflow: hidden;
  977. width: 100%;
  978. height: 230px;
  979. text-align: center;
  980. justify-content: center;
  981. align-items: center;
  982. }
  983. /*体验馆*/
  984. /* 产品部分 */
  985. div#index-products {
  986. width: 100%;
  987. height: auto;
  988. }
  989. .products-content {
  990. width: 1200px;
  991. height: auto;
  992. margin: 0 auto;
  993. }
  994. .products-content-top {
  995. width: 100%;
  996. height: auto;
  997. padding: 140px 0 22px;
  998. text-align: center;
  999. }
  1000. .products-content-top-titleC {
  1001. width: 100%;
  1002. height: auto;
  1003. font-size: 38px;
  1004. font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
  1005. "source-han-serif-sc", "STZhongsong", "宋体", "serif";
  1006. font-weight: 900;
  1007. color: #22202b;
  1008. line-height: 46px;
  1009. }
  1010. .products-content-top-titleE {
  1011. width: 100%;
  1012. height: auto;
  1013. font-size: 14px;
  1014. color: #858585;
  1015. line-height: 22px;
  1016. }
  1017. .products-content-top-description {
  1018. width: 100%;
  1019. height: auto;
  1020. padding-top: 6px;
  1021. font-size: 14px;
  1022. color: #858585;
  1023. line-height: 22px;
  1024. }
  1025. .products-content-box {
  1026. overflow: hidden;
  1027. width: 100%;
  1028. height: auto;
  1029. padding-bottom: 150px;
  1030. }
  1031. .products-kind-container {
  1032. width: 100%;
  1033. height: auto;
  1034. }
  1035. ul.products-kind-nav {
  1036. width: 100%;
  1037. height: auto;
  1038. padding-top: 20px;
  1039. text-align: center;
  1040. }
  1041. li.products-kind {
  1042. display: inline-block;
  1043. height: 46px;
  1044. margin: 0 22px;
  1045. border-bottom: 2px solid transparent;
  1046. color: #979797;
  1047. font-size: 14px;
  1048. line-height: 46px;
  1049. text-align: center;
  1050. cursor: pointer;
  1051. -webkit-transition: all 0.5s ease;
  1052. -o-transition: all 0.5s ease;
  1053. transition: all 0.5s ease;
  1054. }
  1055. li.products-kind.active,
  1056. .products-kind:hover {
  1057. color: #22202b;
  1058. font-weight: bold;
  1059. border-bottom: 2px solid #22202b;
  1060. }
  1061. .products-tab-content {
  1062. overflow: hidden;
  1063. width: 100%;
  1064. height: auto;
  1065. padding: 126px 0 0;
  1066. }
  1067. .products-more {
  1068. overflow: hidden;
  1069. width: 163px;
  1070. height: 40px;
  1071. margin: 0 auto;
  1072. border: 3px solid #000;
  1073. font-size: 14px;
  1074. line-height: 40px;
  1075. text-align: center;
  1076. -webkit-transition: all 0.5s ease;
  1077. -o-transition: all 0.5s ease;
  1078. transition: all 0.5s ease;
  1079. }
  1080. .products-more:hover {
  1081. -webkit-transform: translateY(-5px);
  1082. -ms-transform: translateY(-5px);
  1083. -o-transform: translateY(-5px);
  1084. transform: translateY(-5px);
  1085. }
  1086. .products-more a {
  1087. display: block;
  1088. width: 100%;
  1089. height: 100%;
  1090. color: #22202b;
  1091. font-weight: bold;
  1092. -webkit-transition: all 0.5s ease;
  1093. -o-transition: all 0.5s ease;
  1094. transition: all 0.5s ease;
  1095. }
  1096. .products-more:hover a {
  1097. background: #22202b;
  1098. color: #feeabd;
  1099. }
  1100. /* 产品部分结束 */
  1101. /* 新闻资讯部分 */
  1102. div#index-news {
  1103. width: 100%;
  1104. height: auto;
  1105. background: #f9f9fa;
  1106. }
  1107. .news-content {
  1108. width: 1200px;
  1109. height: auto;
  1110. margin: 0 auto;
  1111. }
  1112. .news-content-top {
  1113. width: 100%;
  1114. height: auto;
  1115. padding: 140px 0 22px;
  1116. text-align: center;
  1117. }
  1118. .news-content-top-titleC {
  1119. width: 100%;
  1120. height: auto;
  1121. font-size: 38px;
  1122. font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
  1123. "source-han-serif-sc", "STZhongsong", "宋体", "serif";
  1124. font-weight: 900;
  1125. color: #22202b;
  1126. line-height: 46px;
  1127. }
  1128. .news-content-top-titleE {
  1129. width: 100%;
  1130. height: auto;
  1131. font-size: 14px;
  1132. color: #858585;
  1133. line-height: 22px;
  1134. }
  1135. .news-content-top-description {
  1136. width: 100%;
  1137. height: auto;
  1138. padding-top: 6px;
  1139. font-size: 14px;
  1140. color: #858585;
  1141. line-height: 22px;
  1142. }
  1143. .news-content-box {
  1144. overflow: hidden;
  1145. width: 100%;
  1146. height: auto;
  1147. padding-bottom: 150px;
  1148. }
  1149. .news-kind-container {
  1150. width: 100%;
  1151. height: auto;
  1152. }
  1153. ul.news-kind-nav {
  1154. width: 100%;
  1155. height: auto;
  1156. padding-top: 20px;
  1157. text-align: center;
  1158. }
  1159. li.news-kind {
  1160. display: inline-block;
  1161. height: 46px;
  1162. margin: 0 22px;
  1163. border-bottom: 2px solid transparent;
  1164. color: #979797;
  1165. font-size: 14px;
  1166. line-height: 46px;
  1167. text-align: center;
  1168. cursor: pointer;
  1169. -webkit-transition: all 0.5s ease;
  1170. -o-transition: all 0.5s ease;
  1171. transition: all 0.5s ease;
  1172. }
  1173. li.news-kind.active,
  1174. .news-kind:hover {
  1175. color: #22202b;
  1176. font-weight: bold;
  1177. border-bottom: 2px solid #22202b;
  1178. }
  1179. .news-tab-content {
  1180. overflow: hidden;
  1181. width: 100%;
  1182. height: auto;
  1183. padding-top: 70px;
  1184. }
  1185. /* 新闻资讯部分结束 */
  1186. </style>