|
@@ -15,7 +15,7 @@
|
|
|
|
|
|
<div class="research-content">
|
|
|
<div class="content-item-01">
|
|
|
- WENKH, with its rigorous research methods and extensive industry experience, is
|
|
|
+ DRIVEINTEL, with its rigorous research methods and extensive industry experience, is
|
|
|
dedicated to providing high-quality industry research reports for clients. Our
|
|
|
research system covers both primary and secondary research,gathering comprehensive
|
|
|
and accurate data from multiple dimensions. Primary research involves in-depth
|
|
@@ -24,14 +24,14 @@
|
|
|
forward-looking nature of the reports. Secondary research integrates data from
|
|
|
public and professional sources such as government agencies, industry
|
|
|
associations, company reports, and independentresearch organizations, combined
|
|
|
- with WENKH's proprietary database for in-depth analysis. Throughout the research
|
|
|
+ with DRIVEINTEL's proprietary database for in-depth analysis. Throughout the research
|
|
|
process, we consider core factors such as government policies, market environment,
|
|
|
competitive landscape,industry technological innovation, market risks, and
|
|
|
opportunities, ensuring the comprehensiveness and reliability of our research
|
|
|
results.
|
|
|
</div>
|
|
|
<div class="content-item-02">
|
|
|
- In the field of industry research, WENKH has developed a mature research
|
|
|
+ In the field of industry research, DRIVEINTEL has developed a mature research
|
|
|
methodology and industry evaluation system, utilizing scientific analysis tools
|
|
|
such as the industry lifecycle theory, PEST analysis, Porter's Five Forces model,
|
|
|
SWOT analysis, Boston Matrix, and Porter's Diamond theory to conduct in-depth
|
|
@@ -59,11 +59,7 @@
|
|
|
<div class="level_top">
|
|
|
<img src="@/assets/images/about/level_00.png" alt="" />
|
|
|
</div>
|
|
|
- <div
|
|
|
- :class="['method-item ', `method-level_${index}`]"
|
|
|
- v-for="(item, index) in methodLevel"
|
|
|
- :key="index"
|
|
|
- >
|
|
|
+ <div :class="['method-item ', `method-level_${index}`]" v-for="(item, index) in methodLevel" :key="index">
|
|
|
<div class="method-left method-lr">
|
|
|
<div class="level_item">
|
|
|
<p class="level-title">{{ item.left.title }}</p>
|
|
@@ -93,11 +89,7 @@
|
|
|
<p class="title">Bottom Up Research Method</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div
|
|
|
- :class="['method-item ', `method-level_${index}`]"
|
|
|
- v-for="(item, index) in methodLevel"
|
|
|
- :key="index"
|
|
|
- >
|
|
|
+ <div :class="['method-item ', `method-level_${index}`]" v-for="(item, index) in methodLevel" :key="index">
|
|
|
<div class="method-left method-lr">
|
|
|
<div class="level_item">
|
|
|
<p class="level-title">{{ item.left.title }}</p>
|
|
@@ -114,11 +106,7 @@
|
|
|
<p class="title">Top Down Research Methodology</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div
|
|
|
- :class="['method-item ', `method-level_${index}`]"
|
|
|
- v-for="(item, index) in methodLevel"
|
|
|
- :key="index"
|
|
|
- >
|
|
|
+ <div :class="['method-item ', `method-level_${index}`]" v-for="(item, index) in methodLevel" :key="index">
|
|
|
<div class="method-right method-lr">
|
|
|
<div class="level-img">
|
|
|
<img :src="item.right.img" alt="" />
|
|
@@ -175,13 +163,7 @@
|
|
|
|
|
|
<div class="data-source">
|
|
|
<div class="source-content">
|
|
|
- <img
|
|
|
- class="source-img"
|
|
|
- src="@/assets/images/about/DataSource.png"
|
|
|
- width="120"
|
|
|
- alt=""
|
|
|
- hspace="8"
|
|
|
- />
|
|
|
+ <img class="source-img" src="@/assets/images/about/DataSource.png" width="120" alt="" hspace="8" />
|
|
|
<p class="text-title">Data Source</p>
|
|
|
<p class="text-text">
|
|
|
Data quality and reliability are paramount to our company. We ensure accuracy
|
|
@@ -247,56 +229,48 @@ const methodLevel = [
|
|
|
{
|
|
|
left: {
|
|
|
title: "Industry Overview",
|
|
|
- text:
|
|
|
- "Macro analysis of the entire industry, including research on market size, growth trends, competitivelandscape,industry policies, etc.",
|
|
|
+ text: "Macro analysis of the entire industry, including research on market size, growth trends, competitivelandscape,industry policies, etc.",
|
|
|
img: level01,
|
|
|
},
|
|
|
right: {
|
|
|
title: "Company Research",
|
|
|
- text:
|
|
|
- "Select some representative companies for in-depth research, including analysis of the company's businessmodel, market position, financial status, etc.",
|
|
|
+ text: "Select some representative companies for in-depth research, including analysis of the company's businessmodel, market position, financial status, etc.",
|
|
|
img: level44,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
left: {
|
|
|
title: "Segmentation Analysis",
|
|
|
- text:
|
|
|
- "Select Some more segments within the industry and analyze them in detail, including marketcharacteristics, major players, development trends, etc.",
|
|
|
+ text: "Select Some more segments within the industry and analyze them in detail, including marketcharacteristics, major players, development trends, etc.",
|
|
|
img: level02,
|
|
|
},
|
|
|
right: {
|
|
|
title: "Industry Overview",
|
|
|
- text:
|
|
|
- "After conducting research on subdivided fields, the cases of individual companies are integrated toconduct a macro analysis of the entire industry.",
|
|
|
+ text: "After conducting research on subdivided fields, the cases of individual companies are integrated toconduct a macro analysis of the entire industry.",
|
|
|
img: level33,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
left: {
|
|
|
title: "Company Research",
|
|
|
- text:
|
|
|
- "Select representative companies according to subdivided fields for in-depthresearch,including analysis of company background, competitiveadvantages, financial status, strategicplanning, etc.",
|
|
|
+ text: "Select representative companies according to subdivided fields for in-depthresearch,including analysis of company background, competitiveadvantages, financial status, strategicplanning, etc.",
|
|
|
img: level03,
|
|
|
},
|
|
|
right: {
|
|
|
title: "Segmentation Analysis",
|
|
|
- text:
|
|
|
- "Through the research of different companies, find out their common segments or keybusinesses, and conduct a detailed analysis of the field.",
|
|
|
+ text: "Through the research of different companies, find out their common segments or keybusinesses, and conduct a detailed analysis of the field.",
|
|
|
img: level22,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
left: {
|
|
|
title: "Comprehensive Evaluation",
|
|
|
- text:
|
|
|
- "After conducting research on the entire industry, subdivisions and companies,conduct comprehensive assessment of the researchresults to form a view on thefuture trends andpotential opportunities of the industry.",
|
|
|
+ text: "After conducting research on the entire industry, subdivisions and companies,conduct comprehensive assessment of the researchresults to form a view on thefuture trends andpotential opportunities of the industry.",
|
|
|
img: level04,
|
|
|
},
|
|
|
right: {
|
|
|
title: "Company Research",
|
|
|
- text:
|
|
|
- "Select some representative companies for in-depth research, including analysis of thecompany's business model, market position, financial status, etc.",
|
|
|
+ text: "Select some representative companies for in-depth research, including analysis of thecompany's business model, market position, financial status, etc.",
|
|
|
img: level11,
|
|
|
},
|
|
|
},
|
|
@@ -360,7 +334,8 @@ const methodLevel = [
|
|
|
text-align: left;
|
|
|
color: #1a1a1a;
|
|
|
line-height: var(--size-24);
|
|
|
- background: url("@/assets/images/about/img_02.png") no-repeat center center;
|
|
|
+ background: url("@/assets/images/about/img_02.png") no-repeat center
|
|
|
+ center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
@@ -674,7 +649,7 @@ const methodLevel = [
|
|
|
.page {
|
|
|
.top {
|
|
|
img {
|
|
|
- height: 140px;
|
|
|
+ height: var(--size-140);
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
> div {
|
|
@@ -764,23 +739,23 @@ const methodLevel = [
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .data-source{
|
|
|
+ .data-source {
|
|
|
padding: var(--size-20);
|
|
|
- .source-content{
|
|
|
+ .source-content {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- .source-img{
|
|
|
+ .source-img {
|
|
|
width: 100%;
|
|
|
height: auto;
|
|
|
order: 3;
|
|
|
}
|
|
|
- .text-title{
|
|
|
+ .text-title {
|
|
|
order: 1;
|
|
|
text-align: center;
|
|
|
font-size: var(--size-18);
|
|
|
padding-bottom: 0;
|
|
|
}
|
|
|
- .text-text{
|
|
|
+ .text-text {
|
|
|
order: 2;
|
|
|
font-size: var(--size-14);
|
|
|
padding-bottom: var(--size-20);
|