index.vue 31 KB

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