diff --git a/src/assets/images/home/chose.png b/src/assets/images/home/chose.png
new file mode 100644
index 0000000..0c39096
--- /dev/null
+++ b/src/assets/images/home/chose.png
diff --git a/src/assets/images/home/sign1.png b/src/assets/images/home/sign1.png
new file mode 100644
index 0000000..e1a6073
--- /dev/null
+++ b/src/assets/images/home/sign1.png
diff --git a/src/assets/images/home/sign2.png b/src/assets/images/home/sign2.png
new file mode 100644
index 0000000..46b0df0
--- /dev/null
+++ b/src/assets/images/home/sign2.png
diff --git a/src/assets/images/home/sign3.png b/src/assets/images/home/sign3.png
new file mode 100644
index 0000000..0231180
--- /dev/null
+++ b/src/assets/images/home/sign3.png
diff --git a/src/assets/images/home/sign4.png b/src/assets/images/home/sign4.png
new file mode 100644
index 0000000..3e1f9d4
--- /dev/null
+++ b/src/assets/images/home/sign4.png
diff --git a/src/assets/images/home/sign5.png b/src/assets/images/home/sign5.png
new file mode 100644
index 0000000..f4deb54
--- /dev/null
+++ b/src/assets/images/home/sign5.png
diff --git a/src/assets/images/home/sign6.png b/src/assets/images/home/sign6.png
new file mode 100644
index 0000000..910a7ed
--- /dev/null
+++ b/src/assets/images/home/sign6.png
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 8205400..afcb542 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -2,9 +2,6 @@
-
-
-
-
覆盖城市
@@ -33,6 +30,40 @@
为什么选择我们?
+
+ -
+
+
智能交通行业优势
+
公司在智能交通行业已经耕耘了19个年头,行业经验丰富,在动静态交通的结合方面优势尤为突出。
+
+
+
综合服务体系优势
+
规划设计、投融资、信息化建设、大数据整合、运营服务等 全产业链服务。
+
+
+
商业模式创新优势
+
技术+投资+运营+产业服务结合的商业模式属于行业首创。
+
+
+
+ -
+
+
+ -
+
+
技术研发优势
+
公司拥有北京、无锡、青岛三大研发基地,核心产品覆盖城市公安交通、公共交通、智慧停车三大领域,自主知识产权及专利达200余项。
+
+
+
停车治理经验优势
+
在多个城市级停车项目中,形成了一套完善的城市停车治理体系和运营管理体系。
+
+
+
战略合作策略优势
+
公司响应国家“一带一路”倡议,签订对外战略合作协议,引进国外先进的城市停车治理理念。
+
+
+
@@ -296,5 +327,58 @@ export default {
.case-main li:hover{
transform: scale(1.2);
}
+ .chose-wrap{
+ overflow: hidden;
+
+ }
+ .chose-wrap li{
+ float: left;
+ }
+ .chose-wrap li:nth-of-type(2){
+ width: 451px;
+ height: 325px;
+ margin: 0 20px;
+ background: url("../../assets/images/home/chose.png") no-repeat;
+ background-size: 100% 100%;
+ }
+ .sign1{
+ background: url("../../assets/images/home/sign1.png") no-repeat;
+ background-size: 58px 58px;
+ }
+ .sign2{
+ margin: 50px 0;
+ background: url("../../assets/images/home/sign2.png") no-repeat;
+ background-size: 58px 58px;
+ }
+ .sign3{
+ background: url("../../assets/images/home/sign3.png") no-repeat;
+ background-size: 58px 58px;
+ }
+ .sign4{
+ background: url("../../assets/images/home/sign4.png") no-repeat;
+ background-size: 58px 58px;
+ }
+ .sign5{
+ margin: 50px 0;
+ background: url("../../assets/images/home/sign5.png") no-repeat;
+ background-size: 58px 58px;
+ }
+ .sign6{
+ background: url("../../assets/images/home/sign6.png") no-repeat;
+ background-size: 58px 58px;
+ }
+ .sign{
+ width: 400px;
+ padding-left: 60px;
+ color: #333;
+ min-height: 60px;
+ }
+ .sign p:nth-of-type(1){
+ padding-bottom: 20px;
+ font-size: 14px;
+ }
+ .sign p:nth-of-type(2){
+ font-size: 12px;
+ }