index.vue 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359
  1. <template>
  2. <section class="container">
  3. <NewsBanner></NewsBanner>
  4. <!-- 面包屑部分 -->
  5. <div id="bread-nav">
  6. <div class="brand-nav-box clearfix">
  7. <div class="brand-nav-content">
  8. <div class="brand-nav-title">
  9. <span>当前位置:</span>
  10. </div>
  11. <div class="brand-nav-list">
  12. <ul>
  13. <li>
  14. <nuxt-link target="_blank" to="/">首页</nuxt-link>
  15. </li>
  16. <li>></li>
  17. <li>
  18. <nuxt-link target="_blank" to="/news">新闻中心</nuxt-link>
  19. </li>
  20. </ul>
  21. </div>
  22. </div>
  23. </div>
  24. </div>
  25. <!-- 面包屑部分结束 -->
  26. <!-- 推荐资讯部分 -->
  27. <div id="recom-infomation">
  28. <div class="recom-info-box">
  29. <div class="recom-info-top">
  30. <div class="recom-info-titleC">
  31. <h2>推荐资讯</h2>
  32. </div>
  33. <div class="recom-info-titleE">
  34. <p>Recommendation information</p>
  35. </div>
  36. </div>
  37. <div class="recom-info-content clearfix">
  38. <ul>
  39. <li class="recom-info-list" v-for="(list,index) in recomInfo" :key="list.articleId">
  40. <div class="recom-info-img">
  41. <nuxt-link
  42. target="_blank"
  43. :to="{name: 'news-newsView-id',params:{id:list.articleId},query: {category: list.articleCategoryId}}"
  44. >
  45. <img :src="list.articleImg.articleImgSrc" :alt="list.articleImg.articleImgAlt">
  46. </nuxt-link>
  47. </div>
  48. <div class="recom-info-title-box">
  49. <div class="recom-info-title">
  50. <nuxt-link
  51. target="_blank"
  52. :to="{name: 'news-newsView-id',params:{id:list.articleId},query: {category: list.articleCategoryId}}"
  53. >
  54. <h2>{{list.articleName}}</h2>
  55. </nuxt-link>
  56. </div>
  57. <div class="recom-info-times">
  58. <p>{{list.articleAddTime}}</p>
  59. </div>
  60. </div>
  61. <div class="recom-info-deesc">{{getTxt(list.articleText,index,136,42)}}</div>
  62. <div class="recom-info-more">
  63. <nuxt-link
  64. target="_blank"
  65. :to="{name: 'news-newsView-id',params:{id:list.articleId},query: {category: list.articleCategoryId}}"
  66. >了解更多</nuxt-link>
  67. </div>
  68. </li>
  69. </ul>
  70. </div>
  71. </div>
  72. </div>
  73. <!-- 推荐资讯部分结束 -->
  74. <!-- 公司和行业资讯部分 -->
  75. <div id="company-industry-information">
  76. <div class="company-industry-info-box">
  77. <div class="company-info-box">
  78. <div class="company-info-top">
  79. <div class="company-info-titleC">
  80. <h2>公司资讯</h2>
  81. </div>
  82. <div class="company-info-titleE">
  83. <p>Company information</p>
  84. </div>
  85. </div>
  86. <div class="company-info-content">
  87. <ul>
  88. <li class="company-info-list" v-for="(list,index) in companyInfo" :key="list.articleId">
  89. <div class="company-info-title">
  90. <nuxt-link
  91. target="_blank"
  92. :to="{name: 'news-newsView-id',params:{id:list.articleId},query: {category: list.articleCategoryId}}"
  93. >
  94. <h2>{{list.articleName}}</h2>
  95. </nuxt-link>
  96. </div>
  97. <div class="company-info-desc">{{getTxt(list.articleText,index,90)}}</div>
  98. </li>
  99. </ul>
  100. </div>
  101. </div>
  102. <div class="industry-info-box">
  103. <div class="industry-info-top">
  104. <div class="industry-info-titleC">
  105. <h2>行业资讯</h2>
  106. </div>
  107. <div class="industry-info-titleE">
  108. <p>Industry information</p>
  109. </div>
  110. </div>
  111. <div class="industry-info-content">
  112. <ul>
  113. <li class="industry-info-list" v-for="(list,index) in industryInfo" :key="list.articleId">
  114. <div class="industry-info-title">
  115. <nuxt-link
  116. target="_blank"
  117. :to="{name: 'news-newsView-id',params:{id:list.articleId},query: {category: list.articleCategoryId}}"
  118. >
  119. <h2>{{list.articleName}}</h2>
  120. </nuxt-link>
  121. </div>
  122. <div class="industry-info-desc">{{getTxt(list.articleText,index,90)}}</div>
  123. </li>
  124. </ul>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. <!-- 公司和行业资讯结束 -->
  130. <!-- 家具百科部分 -->
  131. <div id="furniture-encyclopedia">
  132. <div class="furniture-encyclopedia-box">
  133. <div class="furniture-encyclopedia-top">
  134. <div class="furniture-encyclopedia-titleC">
  135. <h2>家具百科</h2>
  136. </div>
  137. <div class="furniture-encyclopedia-titleE">
  138. <p>Furniture Encyclopedia</p>
  139. </div>
  140. </div>
  141. <div class="furniture-encyclopedia-content clearfix">
  142. <ul>
  143. <li
  144. class="furniture-encyclopedia-list"
  145. v-for="(list,index) in furnitureInfo"
  146. :key="list.articleId"
  147. >
  148. <div class="fur-ency-list-img">
  149. <nuxt-link
  150. target="_blank"
  151. :to="{name: 'news-newsView-id',params:{id:list.articleId},query: {category: list.articleCategoryId}}"
  152. >
  153. <img :src="list.articleImg.articleImgSrc" :alt="list.articleImg.articleImgAlt">
  154. </nuxt-link>
  155. </div>
  156. <div class="fur-ency-list-title">
  157. <nuxt-link
  158. target="_blank"
  159. :to="{name: 'news-newsView-id',params:{id:list.articleId},query: {category: list.articleCategoryId}}"
  160. >
  161. <h2>{{list.articleName}}</h2>
  162. </nuxt-link>
  163. </div>
  164. <div class="fur-ency-list-desc">{{getTxt(list.articleText,index,115,32)}}</div>
  165. <div class="fur-ency-list-time">
  166. <p>{{list.articleAddTime}}</p>
  167. </div>
  168. </li>
  169. </ul>
  170. </div>
  171. </div>
  172. </div>
  173. <!-- 家具百科部分结束 -->
  174. <!-- 品牌选购部分 -->
  175. <div id="brand-selection">
  176. <div class="brand-selection-box">
  177. <div class="brand-selection-top">
  178. <div class="brand-selection-titleC">
  179. <h2>品牌选购</h2>
  180. </div>
  181. <div class="brand-selection-titleE">
  182. <p>Brand Selection</p>
  183. </div>
  184. </div>
  185. <div class="brand-selection-content clearfix">
  186. <ul>
  187. <li class="brand-selection-list" v-for="(list,index) in brandInfo" :key="list.articleId">
  188. <div class="brand-selection-list-img">
  189. <nuxt-link
  190. target="_blank"
  191. :to="{name: 'news-newsView-id',params:{id:list.articleId},query: {category: list.articleCategoryId}}"
  192. >
  193. <img :src="list.articleImg.articleImgSrc" :alt="list.articleImg.articleImgAlt">
  194. </nuxt-link>
  195. </div>
  196. <div class="brand-selection-list-title">
  197. <nuxt-link
  198. target="_blank"
  199. :to="{name: 'news-newsView-id',params:{id:list.articleId},query: {category: list.articleCategoryId}}"
  200. >
  201. <h2>{{list.articleName}}</h2>
  202. </nuxt-link>
  203. </div>
  204. <div class="brand-selection-list-desc">{{getTxt(list.articleText,index,115,32)}}</div>
  205. <div class="brand-selection-list-time">
  206. <p>{{list.articleAddTime}}</p>
  207. </div>
  208. </li>
  209. </ul>
  210. </div>
  211. </div>
  212. </div>
  213. <!-- 品牌选购部分结束 -->
  214. <!-- 装修摆放部分 -->
  215. <div id="decoration-placement">
  216. <div class="decoration-place-box">
  217. <div class="decoration-place-top">
  218. <div class="decoration-place-titleC">
  219. <h2>装修摆放</h2>
  220. </div>
  221. <div class="decoration-place-titleE">
  222. <p>Decoration Placement</p>
  223. </div>
  224. </div>
  225. <div class="decoration-place-content clearfix">
  226. <ul>
  227. <li class="decoration-place-list" v-for="list in decorationInfo" :key="list.articleId">
  228. <div class="decoration-place-img">
  229. <nuxt-link
  230. target="_blank"
  231. :to="{name: 'news-newsView-id',params:{id:list.articleId},query: {category: list.articleCategoryId}}"
  232. >
  233. <img :src="list.articleImg.articleImgSrc" :alt="list.articleImg.articleImgAlt">
  234. </nuxt-link>
  235. </div>
  236. <div class="decoration-place-title">
  237. <nuxt-link
  238. target="_blank"
  239. :to="{name: 'news-newsView-id',params:{id:list.articleId},query: {category: list.articleCategoryId}}"
  240. >
  241. <h2>{{list.articleName}}</h2>
  242. </nuxt-link>
  243. </div>
  244. <div class="decoration-place-time">
  245. <p>{{getTime(list.articleAddTime)}}</p>
  246. </div>
  247. </li>
  248. </ul>
  249. </div>
  250. </div>
  251. </div>
  252. <!-- 装修摆放部分结束 -->
  253. </section>
  254. </template>
  255. <script>
  256. import axios from "axios";
  257. import NewsBanner from "~/components/news/NewsBanner";
  258. export default {
  259. data() {
  260. return {};
  261. },
  262. components: {
  263. NewsBanner,
  264. },
  265. head() {
  266. return {
  267. title: this.metaData.navigationTitle,
  268. meta: [
  269. {
  270. name: "keywords",
  271. hid: "keywords",
  272. content: `${this.metaData.navigationKeyword}`,
  273. },
  274. {
  275. name: "description",
  276. hid: "description",
  277. content: `${this.metaData.navigationDescription}`,
  278. },
  279. ],
  280. };
  281. },
  282. async asyncData({ params, store }) {
  283. //head信息
  284. let metaData = await axios(
  285. `${store.state.wordpressAPI}/NavigationMeta/get/12`
  286. );
  287. //推荐资讯
  288. let recomData = await axios(
  289. `${store.state.wordpressAPI}/article/getArticleCenterRecommends`
  290. );
  291. //公司资讯
  292. let companyData = await axios(
  293. `${store.state.wordpressAPI}/article/getRecommendsByCategoryId/1/5`
  294. );
  295. //行业资讯
  296. let industryData = await axios(
  297. `${store.state.wordpressAPI}/article/getRecommendsByCategoryId/5/5`
  298. );
  299. //家具百科
  300. let furnitureData = await axios(
  301. `${store.state.wordpressAPI}/article/getRecommendsByCategoryId/2/5`
  302. );
  303. //品牌选购
  304. let brandData = await axios(
  305. `${store.state.wordpressAPI}/article/getRecommendsByCategoryId/3/5`
  306. );
  307. //装修摆放
  308. let decorationData = await axios(
  309. `${store.state.wordpressAPI}/article/getRecommendsByCategoryId/4/12`
  310. );
  311. return {
  312. metaData: metaData.data,
  313. recomInfo: recomData.data,
  314. companyInfo: companyData.data,
  315. industryInfo: industryData.data,
  316. furnitureInfo: furnitureData.data,
  317. brandInfo: brandData.data,
  318. decorationInfo: decorationData.data,
  319. };
  320. },
  321. methods: {
  322. getTxt(str, index, num1 = 136, num2 = 42) {
  323. var txt = str
  324. .replace(/<\/?.+?>/g, "")
  325. .replace(/&nbsp;/gi, "")
  326. .replace(/(^\s+)|(\s+$)/g, "")
  327. .replace(/\s/g, "");
  328. if (index == 0) {
  329. //截取指定字数末尾显示省略号
  330. txt = txt.length < num1 ? txt : txt.substring(0, num1).concat("...");
  331. } else {
  332. txt = txt.length < num2 ? txt : txt.substring(0, num2).concat("...");
  333. }
  334. return txt;
  335. },
  336. getTime(time) {
  337. var time = time.slice(5, 10);
  338. return time;
  339. },
  340. },
  341. };
  342. </script>
  343. <style scoped>
  344. /*面包屑部分*/
  345. div#bread-nav {
  346. width: 100%;
  347. height: auto;
  348. }
  349. .brand-nav-box {
  350. width: 1200px;
  351. margin: 0 auto;
  352. color: #858585;
  353. font-size: 14px;
  354. text-align: left;
  355. line-height: 70px;
  356. }
  357. .brand-nav-content {
  358. float: left;
  359. }
  360. .brand-nav-title {
  361. float: left;
  362. }
  363. .brand-nav-list {
  364. float: left;
  365. overflow: hidden;
  366. }
  367. .brand-nav-list ul {
  368. overflow: hidden;
  369. }
  370. .brand-nav-list ul li {
  371. float: left;
  372. padding: 0 5px;
  373. }
  374. .brand-nav-list ul li a {
  375. display: block;
  376. width: 100%;
  377. height: 100%;
  378. color: #858585;
  379. }
  380. .brand-nav-list ul li:last-child a {
  381. color: #22202b;
  382. }
  383. .brand-nav-list ul li a:hover {
  384. color: #22202b;
  385. }
  386. /*面包屑部分结束*/
  387. /* 推荐资讯部分 */
  388. div#recom-infomation {
  389. width: 100%;
  390. height: auto;
  391. }
  392. .recom-info-box {
  393. overflow: hidden;
  394. width: 1200px;
  395. height: auto;
  396. margin: 0 auto;
  397. padding-bottom: 150px;
  398. border-bottom: 2px solid #d5d5d8;
  399. }
  400. .recom-info-top {
  401. overflow: hidden;
  402. width: 100%;
  403. height: auto;
  404. padding: 80px 0 75px;
  405. border-bottom: 2px solid #d5d5d8;
  406. text-align: center;
  407. }
  408. .recom-info-titleC {
  409. overflow: hidden;
  410. width: 100%;
  411. height: 46px;
  412. font-size: 38px;
  413. font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
  414. "source-han-serif-sc", "STZhongsong", "宋体", "serif";
  415. font-weight: 900;
  416. color: #22202b;
  417. line-height: 46px;
  418. }
  419. .recom-info-titleE {
  420. width: 100%;
  421. height: 22px;
  422. color: #858585;
  423. font-size: 14px;
  424. line-height: 22px;
  425. text-align: center;
  426. }
  427. .recom-info-content {
  428. overflow: hidden;
  429. width: 100%;
  430. height: auto;
  431. padding-top: 60px;
  432. }
  433. .recom-info-content ul {
  434. overflow: hidden;
  435. }
  436. li.recom-info-list {
  437. float: left;
  438. width: 367px;
  439. height: auto;
  440. }
  441. .recom-info-img {
  442. overflow: hidden;
  443. width: 367px;
  444. height: 254px;
  445. cursor: pointer;
  446. }
  447. .recom-info-img img {
  448. width: 100%;
  449. height: 100%;
  450. -webkit-transition: all 0.5s ease;
  451. -o-transition: all 0.5s ease;
  452. transition: all 0.5s ease;
  453. }
  454. .recom-info-img img:hover {
  455. -webkit-transform: scale(1.2);
  456. -ms-transform: scale(1.2);
  457. -o-transform: scale(1.2);
  458. transform: scale(1.2);
  459. }
  460. .recom-info-title-box {
  461. overflow: hidden;
  462. width: 100%;
  463. height: 40px;
  464. margin-top: 6px;
  465. }
  466. .recom-info-title {
  467. width: 100%;
  468. height: 100%;
  469. font-size: 18px;
  470. line-height: 40px;
  471. text-align: center;
  472. }
  473. .recom-info-title a {
  474. display: block;
  475. overflow: hidden;
  476. width: 100%;
  477. height: 100%;
  478. color: #22202b;
  479. text-overflow: ellipsis;
  480. white-space: nowrap;
  481. }
  482. .recom-info-title a h2 {
  483. display: block;
  484. overflow: hidden;
  485. width: 100%;
  486. height: 100%;
  487. font-weight: normal;
  488. text-overflow: ellipsis;
  489. white-space: nowrap;
  490. }
  491. .recom-info-title a:hover {
  492. text-decoration: underline;
  493. }
  494. .recom-info-times {
  495. display: none;
  496. height: 40px;
  497. color: #999999;
  498. font-size: 12px;
  499. line-height: 40px;
  500. text-align: center;
  501. }
  502. .recom-info-deesc {
  503. overflow: hidden;
  504. width: 100%;
  505. height: 40px;
  506. padding: 0 9px;
  507. color: #858585;
  508. font-size: 14px;
  509. line-height: 20px;
  510. text-align: left;
  511. box-sizing: border-box;
  512. }
  513. .recom-info-more {
  514. overflow: hidden;
  515. width: 103px;
  516. height: 40px;
  517. margin: 28px auto 0;
  518. border: 3px solid #000;
  519. font-size: 14px;
  520. line-height: 40px;
  521. text-align: center;
  522. -webkit-transition: all 0.5s ease;
  523. -o-transition: all 0.5s ease;
  524. transition: all 0.5s ease;
  525. }
  526. .recom-info-more:hover {
  527. -webkit-transform: translateY(-5px);
  528. -ms-transform: translateY(-5px);
  529. -o-transform: translateY(-5px);
  530. transform: translateY(-5px);
  531. }
  532. .recom-info-more a {
  533. display: block;
  534. width: 100%;
  535. height: 100%;
  536. color: #22202b;
  537. font-weight: bold;
  538. -webkit-transition: all 0.5s ease;
  539. -o-transition: all 0.5s ease;
  540. transition: all 0.5s ease;
  541. }
  542. .recom-info-more:hover a {
  543. background: #22202b;
  544. color: #feeabd;
  545. }
  546. .recom-info-content ul li:first-child {
  547. width: 100%;
  548. height: auto;
  549. margin-bottom: 50px;
  550. }
  551. .recom-info-content ul li:nth-child(3) {
  552. margin: 0 49px;
  553. }
  554. .recom-info-content ul li:first-child .recom-info-img {
  555. display: none;
  556. }
  557. .recom-info-content ul li:first-child .recom-info-title {
  558. float: left;
  559. width: 1000px;
  560. text-align: left;
  561. }
  562. .recom-info-content ul li:first-child .recom-info-times {
  563. display: block;
  564. float: right;
  565. }
  566. .recom-info-content ul li:first-child .recom-info-deesc {
  567. padding: 0;
  568. }
  569. .recom-info-content ul li:first-child .recom-info-more {
  570. display: none;
  571. }
  572. /* 推荐资讯部分结束 */
  573. /* 公司和行业资讯部分 */
  574. div#company-industry-information {
  575. width: 100%;
  576. height: auto;
  577. }
  578. .company-industry-info-box {
  579. overflow: hidden;
  580. width: 1200px;
  581. height: auto;
  582. margin: 0 auto;
  583. padding: 150px 0;
  584. border-bottom: 2px solid #d5d5d8;
  585. }
  586. /* company-informations start */
  587. .company-info-box {
  588. float: left;
  589. width: 600px;
  590. height: auto;
  591. padding-right: 65px;
  592. box-sizing: border-box;
  593. }
  594. .company-info-top {
  595. overflow: hidden;
  596. width: 100%;
  597. height: auto;
  598. padding-bottom: 20px;
  599. text-align: left;
  600. }
  601. .company-info-titleC {
  602. overflow: hidden;
  603. width: 100%;
  604. height: 46px;
  605. font-size: 38px;
  606. font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
  607. "source-han-serif-sc", "STZhongsong", "宋体", "serif";
  608. font-weight: 900;
  609. color: #22202b;
  610. line-height: 46px;
  611. }
  612. .company-info-titleE {
  613. width: 100%;
  614. height: 18px;
  615. color: #858585;
  616. font-size: 14px;
  617. line-height: 18px;
  618. }
  619. .company-info-content {
  620. overflow: hidden;
  621. width: 100%;
  622. height: auto;
  623. }
  624. .company-info-content ul {
  625. overflow: hidden;
  626. }
  627. li.company-info-list {
  628. overflow: hidden;
  629. width: 100%;
  630. height: auto;
  631. }
  632. .company-info-title {
  633. position: relative;
  634. width: 100%;
  635. height: 26px;
  636. padding-left: 8px;
  637. font-size: 14px;
  638. line-height: 26px;
  639. text-align: left;
  640. box-sizing: border-box;
  641. }
  642. .company-info-title::after {
  643. position: absolute;
  644. top: 50%;
  645. left: 0;
  646. content: "";
  647. width: 2px;
  648. height: 2px;
  649. border-radius: 50%;
  650. background: #22202b;
  651. }
  652. .company-info-content ul li:first-child .company-info-title::after {
  653. display: none;
  654. }
  655. .company-info-title a {
  656. overflow: hidden;
  657. width: 100%;
  658. height: 100%;
  659. color: #22202b;
  660. text-overflow: ellipsis;
  661. white-space: nowrap;
  662. }
  663. .company-info-title a h2 {
  664. overflow: hidden;
  665. width: 100%;
  666. height: 100%;
  667. font-weight: normal;
  668. text-overflow: ellipsis;
  669. white-space: nowrap;
  670. }
  671. .company-info-title a:hover {
  672. text-decoration: underline;
  673. }
  674. .company-info-desc {
  675. display: none;
  676. width: 100%;
  677. height: auto;
  678. color: #858585;
  679. font-size: 14px;
  680. text-align: left;
  681. line-height: 18px;
  682. }
  683. .company-info-content ul li:first-child {
  684. padding-bottom: 30px;
  685. }
  686. .company-info-content ul li:first-child .company-info-title {
  687. overflow: hidden;
  688. width: 100%;
  689. height: 72px;
  690. padding-left: 0;
  691. font-size: 22px;
  692. line-height: 72px;
  693. background: none;
  694. }
  695. .company-info-content ul li:first-child .company-info-desc {
  696. display: block;
  697. }
  698. /* company-informations end */
  699. /* industry-informations start */
  700. .industry-info-box {
  701. float: left;
  702. width: 600px;
  703. height: auto;
  704. padding-left: 65px;
  705. box-sizing: border-box;
  706. }
  707. .industry-info-top {
  708. overflow: hidden;
  709. width: 100%;
  710. height: auto;
  711. padding-bottom: 20px;
  712. text-align: left;
  713. }
  714. .industry-info-titleC {
  715. overflow: hidden;
  716. width: 100%;
  717. height: 46px;
  718. font-size: 38px;
  719. font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
  720. "source-han-serif-sc", "STZhongsong", "宋体", "serif";
  721. font-weight: 900;
  722. color: #22202b;
  723. line-height: 46px;
  724. }
  725. .industry-info-titleE {
  726. width: 100%;
  727. height: 18px;
  728. color: #858585;
  729. font-size: 14px;
  730. line-height: 18px;
  731. }
  732. .industry-info-content {
  733. overflow: hidden;
  734. width: 100%;
  735. height: auto;
  736. }
  737. .industry-info-content ul {
  738. overflow: hidden;
  739. }
  740. li.industry-info-list {
  741. overflow: hidden;
  742. width: 100%;
  743. height: auto;
  744. }
  745. .industry-info-title {
  746. position: relative;
  747. width: 100%;
  748. height: 26px;
  749. padding-left: 8px;
  750. font-size: 14px;
  751. line-height: 26px;
  752. text-align: left;
  753. box-sizing: border-box;
  754. }
  755. .industry-info-title::after {
  756. position: absolute;
  757. top: 50%;
  758. left: 0;
  759. content: "";
  760. width: 2px;
  761. height: 2px;
  762. border-radius: 50%;
  763. background: #22202b;
  764. }
  765. .industry-info-content ul li:first-child .industry-info-title::after {
  766. display: none;
  767. }
  768. .industry-info-title a {
  769. overflow: hidden;
  770. width: 100%;
  771. height: 100%;
  772. color: #22202b;
  773. text-overflow: ellipsis;
  774. white-space: nowrap;
  775. }
  776. .industry-info-title a h2 {
  777. overflow: hidden;
  778. width: 100%;
  779. height: 100%;
  780. font-weight: normal;
  781. text-overflow: ellipsis;
  782. white-space: nowrap;
  783. }
  784. .industry-info-title a:hover {
  785. text-decoration: underline;
  786. }
  787. .industry-info-desc {
  788. display: none;
  789. width: 100%;
  790. height: auto;
  791. color: #858585;
  792. font-size: 14px;
  793. text-align: left;
  794. line-height: 18px;
  795. }
  796. .industry-info-content ul li:first-child {
  797. padding-bottom: 30px;
  798. }
  799. .industry-info-content ul li:first-child .industry-info-title {
  800. overflow: hidden;
  801. width: 100%;
  802. height: 72px;
  803. padding-left: 0;
  804. font-size: 22px;
  805. line-height: 72px;
  806. background: none;
  807. }
  808. .industry-info-content ul li:first-child .industry-info-desc {
  809. display: block;
  810. }
  811. /* industry-informations end */
  812. /* 公司和行业资讯部分结束 */
  813. /*furniture-encyclopedia start*/
  814. div#furniture-encyclopedia {
  815. width: 100%;
  816. height: auto;
  817. }
  818. .furniture-encyclopedia-box {
  819. overflow: hidden;
  820. width: 1200px;
  821. height: auto;
  822. margin: 0 auto;
  823. padding-bottom: 150px;
  824. border-bottom: 2px solid #d5d5d8;
  825. }
  826. .furniture-encyclopedia-top {
  827. overflow: hidden;
  828. width: 100%;
  829. height: auto;
  830. padding: 150px 0 60px;
  831. text-align: center;
  832. }
  833. .furniture-encyclopedia-titleC {
  834. overflow: hidden;
  835. width: 100%;
  836. height: 46px;
  837. font-size: 38px;
  838. font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
  839. "source-han-serif-sc", "STZhongsong", "宋体", "serif";
  840. font-weight: 900;
  841. color: #22202b;
  842. line-height: 46px;
  843. }
  844. .furniture-encyclopedia-titleE {
  845. width: 100%;
  846. height: 22px;
  847. color: #858585;
  848. font-size: 14px;
  849. line-height: 22px;
  850. text-align: center;
  851. }
  852. .furniture-encyclopedia-content {
  853. overflow: hidden;
  854. width: 100%;
  855. height: auto;
  856. padding-top: 60px;
  857. }
  858. .furniture-encyclopedia-content ul {
  859. overflow: hidden;
  860. }
  861. li.furniture-encyclopedia-list {
  862. float: left;
  863. overflow: hidden;
  864. width: 600px;
  865. height: auto;
  866. padding-top: 15px;
  867. padding-left: 60px;
  868. box-sizing: border-box;
  869. }
  870. .fur-ency-list-img {
  871. display: none;
  872. overflow: hidden;
  873. width: 600px;
  874. height: 335px;
  875. }
  876. .fur-ency-list-img img {
  877. width: 100%;
  878. height: 100%;
  879. -webkit-transition: all 0.5s ease;
  880. -o-transition: all 0.5s ease;
  881. transition: all 0.5s ease;
  882. }
  883. .fur-ency-list-img img:hover {
  884. -webkit-transform: scale(1.2);
  885. -ms-transform: scale(1.2);
  886. -o-transform: scale(1.2);
  887. transform: scale(1.2);
  888. }
  889. .fur-ency-list-title {
  890. overflow: hidden;
  891. width: 100%;
  892. height: 60px;
  893. font-size: 22px;
  894. text-align: left;
  895. line-height: 60px;
  896. }
  897. .fur-ency-list-title a {
  898. display: block;
  899. overflow: hidden;
  900. width: 100%;
  901. height: 100%;
  902. color: #22202b;
  903. text-overflow: ellipsis;
  904. white-space: nowrap;
  905. }
  906. .fur-ency-list-title a h2 {
  907. display: block;
  908. overflow: hidden;
  909. width: 100%;
  910. height: 100%;
  911. font-weight: normal;
  912. text-overflow: ellipsis;
  913. white-space: nowrap;
  914. }
  915. .fur-ency-list-title a:hover {
  916. text-decoration: underline;
  917. }
  918. .fur-ency-list-desc {
  919. width: 100%;
  920. height: auto;
  921. color: #858585;
  922. font-size: 14px;
  923. line-height: 20px;
  924. text-align: left;
  925. }
  926. .fur-ency-list-time {
  927. width: 100%;
  928. height: 24px;
  929. color: #ccc;
  930. font-size: 12px;
  931. text-align: left;
  932. line-height: 24px;
  933. }
  934. .furniture-encyclopedia-content ul li:first-child {
  935. padding: 0px;
  936. }
  937. .furniture-encyclopedia-content ul li:first-child .fur-ency-list-img {
  938. display: block;
  939. }
  940. .furniture-encyclopedia-content ul li:first-child .fur-ency-list-time {
  941. margin-top: 20px;
  942. }
  943. /*furniture-encyclopedia end*/
  944. /*brand-selection start*/
  945. div#brand-selection {
  946. width: 100%;
  947. height: auto;
  948. }
  949. .brand-selection-box {
  950. overflow: hidden;
  951. width: 1200px;
  952. height: auto;
  953. margin: 0 auto;
  954. padding-bottom: 150px;
  955. border-bottom: 2px solid #d5d5d8;
  956. }
  957. .brand-selection-top {
  958. overflow: hidden;
  959. width: 100%;
  960. height: auto;
  961. padding: 150px 0 60px;
  962. text-align: center;
  963. }
  964. .brand-selection-titleC {
  965. overflow: hidden;
  966. width: 100%;
  967. height: 46px;
  968. font-size: 38px;
  969. font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
  970. "source-han-serif-sc", "STZhongsong", "宋体", "serif";
  971. font-weight: 900;
  972. color: #22202b;
  973. line-height: 46px;
  974. }
  975. .brand-selection-titleE {
  976. width: 100%;
  977. height: 22px;
  978. color: #858585;
  979. font-size: 14px;
  980. line-height: 22px;
  981. text-align: center;
  982. }
  983. .brand-selection-content {
  984. overflow: hidden;
  985. width: 100%;
  986. height: auto;
  987. padding-top: 60px;
  988. }
  989. .brand-selection-content ul {
  990. overflow: hidden;
  991. }
  992. li.brand-selection-list {
  993. float: right;
  994. overflow: hidden;
  995. width: 600px;
  996. height: auto;
  997. padding-top: 15px;
  998. padding-right: 60px;
  999. box-sizing: border-box;
  1000. }
  1001. .brand-selection-list-img {
  1002. display: none;
  1003. overflow: hidden;
  1004. width: 600px;
  1005. height: 335px;
  1006. }
  1007. .brand-selection-list-img img {
  1008. width: 100%;
  1009. height: 100%;
  1010. -webkit-transition: all 0.5s ease;
  1011. -o-transition: all 0.5s ease;
  1012. transition: all 0.5s ease;
  1013. }
  1014. .brand-selection-list-img img:hover {
  1015. -webkit-transform: scale(1.2);
  1016. -ms-transform: scale(1.2);
  1017. -o-transform: scale(1.2);
  1018. transform: scale(1.2);
  1019. }
  1020. .brand-selection-list-title {
  1021. overflow: hidden;
  1022. width: 100%;
  1023. height: 60px;
  1024. font-size: 22px;
  1025. text-align: left;
  1026. line-height: 60px;
  1027. }
  1028. .brand-selection-list-title a {
  1029. display: block;
  1030. overflow: hidden;
  1031. width: 100%;
  1032. height: 100%;
  1033. color: #22202b;
  1034. text-overflow: ellipsis;
  1035. white-space: nowrap;
  1036. }
  1037. .brand-selection-list-title a h2 {
  1038. display: block;
  1039. overflow: hidden;
  1040. width: 100%;
  1041. height: 100%;
  1042. font-weight: normal;
  1043. text-overflow: ellipsis;
  1044. white-space: nowrap;
  1045. }
  1046. .brand-selection-list-title a:hover {
  1047. text-decoration: underline;
  1048. }
  1049. .brand-selection-list-desc {
  1050. width: 100%;
  1051. height: auto;
  1052. color: #858585;
  1053. font-size: 14px;
  1054. line-height: 20px;
  1055. text-align: left;
  1056. }
  1057. .brand-selection-list-time {
  1058. width: 100%;
  1059. height: 24px;
  1060. color: #ccc;
  1061. font-size: 12px;
  1062. text-align: left;
  1063. line-height: 24px;
  1064. }
  1065. .brand-selection-content ul li:first-child {
  1066. padding: 0px;
  1067. }
  1068. .brand-selection-content ul li:first-child .brand-selection-list-img {
  1069. display: block;
  1070. }
  1071. .brand-selection-content ul li:first-child .brand-selection-list-time {
  1072. margin-top: 20px;
  1073. }
  1074. /*brand-selection end*/
  1075. /*decoration-place start*/
  1076. div#decoration-placement {
  1077. width: 100%;
  1078. height: auto;
  1079. }
  1080. .decoration-place-box {
  1081. overflow: hidden;
  1082. width: 1200px;
  1083. height: auto;
  1084. margin: 0 auto;
  1085. padding-bottom: 150px;
  1086. }
  1087. .decoration-place-top {
  1088. overflow: hidden;
  1089. width: 100%;
  1090. height: auto;
  1091. padding: 150px 0 80px;
  1092. text-align: center;
  1093. }
  1094. .decoration-place-titleC {
  1095. overflow: hidden;
  1096. width: 100%;
  1097. height: 46px;
  1098. font-size: 38px;
  1099. font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
  1100. "source-han-serif-sc", "STZhongsong", "宋体", "serif";
  1101. font-weight: 900;
  1102. color: #22202b;
  1103. line-height: 46px;
  1104. }
  1105. .decoration-place-titleE {
  1106. width: 100%;
  1107. height: 22px;
  1108. color: #858585;
  1109. font-size: 14px;
  1110. line-height: 22px;
  1111. text-align: center;
  1112. }
  1113. .decoration-place-content {
  1114. overflow: hidden;
  1115. width: 100%;
  1116. height: auto;
  1117. padding-top: 60px;
  1118. }
  1119. .decoration-place-content ul {
  1120. overflow: hidden;
  1121. }
  1122. li.decoration-place-list {
  1123. float: left;
  1124. overflow: hidden;
  1125. width: 367px;
  1126. height: auto;
  1127. margin-left: 49px;
  1128. }
  1129. .decoration-place-content ul li:nth-child(3n + 1) {
  1130. margin-left: 0;
  1131. }
  1132. .decoration-place-img {
  1133. display: none;
  1134. overflow: hidden;
  1135. width: 100%;
  1136. height: 254px;
  1137. }
  1138. .decoration-place-img img {
  1139. width: 100%;
  1140. height: 100%;
  1141. -webkit-transition: all 0.5s ease;
  1142. -o-transition: all 0.5s ease;
  1143. transition: all 0.5s ease;
  1144. }
  1145. .decoration-place-img img:hover {
  1146. -webkit-transform: scale(1.2);
  1147. -ms-transform: scale(1.2);
  1148. -o-transform: scale(1.2);
  1149. transform: scale(1.2);
  1150. }
  1151. .decoration-place-title {
  1152. float: left;
  1153. width: 290px;
  1154. height: 24px;
  1155. padding-left: 6px;
  1156. font-size: 14px;
  1157. text-align: left;
  1158. line-height: 24px;
  1159. box-sizing: border-box;
  1160. }
  1161. .decoration-place-title a {
  1162. display: block;
  1163. overflow: hidden;
  1164. width: 100%;
  1165. height: 100%;
  1166. color: #666;
  1167. text-overflow: ellipsis;
  1168. white-space: nowrap;
  1169. }
  1170. .decoration-place-title a h2 {
  1171. display: block;
  1172. overflow: hidden;
  1173. width: 100%;
  1174. height: 100%;
  1175. font-weight: normal;
  1176. text-overflow: ellipsis;
  1177. white-space: nowrap;
  1178. }
  1179. .decoration-place-title a:hover {
  1180. text-decoration: underline;
  1181. }
  1182. .decoration-place-time {
  1183. float: right;
  1184. height: 24px;
  1185. padding: 0 12px;
  1186. color: #858585;
  1187. font-size: 14px;
  1188. text-align: center;
  1189. line-height: 24px;
  1190. }
  1191. .decoration-place-content ul li:nth-child(1),
  1192. .decoration-place-content ul li:nth-child(2),
  1193. .decoration-place-content ul li:nth-child(3) {
  1194. padding-bottom: 50px;
  1195. }
  1196. .decoration-place-content ul li:nth-child(1) .decoration-place-img,
  1197. .decoration-place-content ul li:nth-child(2) .decoration-place-img,
  1198. .decoration-place-content ul li:nth-child(3) .decoration-place-img {
  1199. display: block;
  1200. }
  1201. .decoration-place-content ul li:nth-child(1) .decoration-place-time,
  1202. .decoration-place-content ul li:nth-child(2) .decoration-place-time,
  1203. .decoration-place-content ul li:nth-child(3) .decoration-place-time {
  1204. display: none;
  1205. }
  1206. .decoration-place-content ul li:nth-child(1) .decoration-place-title,
  1207. .decoration-place-content ul li:nth-child(2) .decoration-place-title,
  1208. .decoration-place-content ul li:nth-child(3) .decoration-place-title {
  1209. width: 100%;
  1210. height: 52px;
  1211. padding: 0;
  1212. background: none;
  1213. font-size: 18px;
  1214. line-height: 52px;
  1215. text-align: center;
  1216. }
  1217. .decoration-place-content ul li:nth-child(1) .decoration-place-title a,
  1218. .decoration-place-content ul li:nth-child(2) .decoration-place-title a,
  1219. .decoration-place-content ul li:nth-child(3) .decoration-place-title a {
  1220. color: #22202b;
  1221. }
  1222. /*decoration-place end*/
  1223. </style>