diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 78f603c..36acad5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,24 +2,37 @@ + + + + + + + + + + - - + + + - - - + + + - + + + @@ -191,6 +214,7 @@ - \ No newline at end of file diff --git a/aboutUs.html b/aboutUs.html index 2042792..b6a4c79 100644 --- a/aboutUs.html +++ b/aboutUs.html @@ -18,14 +18,15 @@
汇盈帮手
关于我们
在线体验
+
成功案例
公司资讯
产品介绍
-
+
-
+
关于我们
@@ -54,7 +55,7 @@
- +

平台运营

@@ -67,7 +68,7 @@
- +

平台运营

@@ -91,7 +92,7 @@
- +

联系地址

北京市丰台区卢沟桥路西五里店59

diff --git a/css/aboutUs.css b/css/aboutUs.css index 7ad4f44..a72c46e 100644 --- a/css/aboutUs.css +++ b/css/aboutUs.css @@ -1,6 +1,6 @@ .about-banner{ width:100%; - height:460px; + height:350px; background: url("../images/aboutUs.jpg") no-repeat center/cover; margin-top:80px; } @@ -44,21 +44,22 @@ padding:20px; box-sizing: border-box; margin-bottom:20px; + font-family: 'sans-serif'; } .the-way:nth-of-type(2){ margin-left:17px; } .the-way .the-way-icon{ - width:90px; + width:45px; margin:0 auto; } .the-way .the-way-title{ color:#cc3333; - font-size: 23px; + font-size: 20px; margin-top:10px; } .the-way .the-way-content{ - font-size: 17px; + font-size: 15px; margin-top:10px; } .media-move{ @@ -72,14 +73,14 @@ width:124px } @media screen and (min-width: 1367px) and (max-width: 1440px) { - .about-banner{ - height:330px; - } + /*.about-banner{*/ + /* height:330px;*/ + /*}*/ } @media screen and (min-width: 1281px) and (max-width: 1366px) { - .about-banner{ - height:310px; - } + /*.about-banner{*/ + /* height:310px;*/ + /*}*/ .stepsWords{ margin:50px auto; } @@ -97,9 +98,9 @@ } } @media screen and (min-width: 1025px) and (max-width: 1280px) { - .about-banner{ - height:250px; - } + /*.about-banner{*/ + /* height:250px;*/ + /*}*/ .stepsWords{ margin:50px auto; } @@ -123,9 +124,9 @@ } } @media screen and (min-width: 0) and (max-width: 1024px) { - .about-banner{ - height:250px; - } + /*.about-banner{*/ + /* height:250px;*/ + /*}*/ .stepsWords{ margin:40px auto; } @@ -150,4 +151,4 @@ .us-img{ width:100px } -} \ No newline at end of file +} diff --git a/css/common.css b/css/common.css index 9bf3d99..d5ea4c8 100644 --- a/css/common.css +++ b/css/common.css @@ -83,7 +83,7 @@ a{ } .header .list { display: inline-block; - height: 36px; + height: 40px; width: 86px; line-height: 36px; text-align: center; @@ -92,14 +92,13 @@ a{ margin-left: 12px; cursor: pointer; font-weight: 600; + font-size:16px; } .list:hover{ - background-color: #ee8333; - color:#fff; + border-bottom:2px solid #ee8333; } .on{ - background-color: #ee8333; - color:#fff; + border-bottom:2px solid #ee8333; } .header .logoName{ font-size:28px; diff --git a/css/details.css b/css/details.css index fb1666e..3e48165 100644 --- a/css/details.css +++ b/css/details.css @@ -9,8 +9,8 @@ line-height: 30px; text-indent: 40px; } -.carousel{ - margin-top: 80px; +.title-top{ + margin-top: 160px; } @media screen and (min-width: 1025px) and (max-width: 1366px) { .stepsWords{ diff --git a/css/experience.css b/css/experience.css index 86f72e0..945c44a 100644 --- a/css/experience.css +++ b/css/experience.css @@ -6,39 +6,8 @@ top:80px; text-align: center; } -/*.online-title{*/ -/* font-size:50px;*/ -/* margin-top: 100px;*/ -/*}*/ -/*.online-content{*/ -/* font-size:20px;*/ -/* margin-top:30px;*/ -/*}*/ .holderDiv { - height: 100px; -} -.stepsWords{ - text-align: center; - position: relative; - margin:0 auto; - width:210px; - font-size:32px; -} -.stepsWords .steps-left{ - position:absolute; - top:10px; - left:0; - width:25px; - height:25px; - background: url("../images/sprite.png") no-repeat 0 0; -} -.stepsWords .steps-right{ - position:absolute; - top:10px; - right:0; - width:25px; - height:25px; - background: url("../images/sprite.png") no-repeat -25px 0; + height: 50px; } .application{ position:relative; @@ -68,7 +37,7 @@ margin-top:50px; } .form-horizontal{ - margin-top:60px; + margin-top:80px; } .control-label{ font-size:20px; @@ -78,28 +47,30 @@ .form-group{ margin-top:20px; } -.verification-code{ - width:100px; - height:50px; - background-color: #f0ad4e; - color:#fff; - border-radius: 0 6px 6px 0; - position:absolute; - top:0; - right:15px; - text-align: center; - font-size:17px; - line-height: 50px; -} .btn{ width:100%; height:50px; - margin-left:-60px; - margin-top:30px; + margin-top:20px; } .orange-logo{ width:300px; } +.jump{ + width:108px; + font-size:18px; + margin-top:23px; + margin-left:334px; + font-family: 'sans-serif'; + cursor: pointer; + display: inline-block; +} +.right-arrow{ + width:30px; + height:13px; + background:url("../images/youjiantou.png") no-repeat center/cover; + display: inline-block; + vertical-align: middle; +} @media screen and (min-width: 1025px) and (max-width: 1280px) { .holderDiv{ height:152px; @@ -123,4 +94,4 @@ .form-horizontal{ margin-top:45px; } -} \ No newline at end of file +} diff --git a/css/index.css b/css/index.css index 96fca50..556ec63 100644 --- a/css/index.css +++ b/css/index.css @@ -1,6 +1,4 @@ .ban{ - height: 747px; - background: url('../images/index.jpg') no-repeat left top/cover; margin-top:80px; } .ban .banner-top{ diff --git a/css/information.css b/css/information.css index 681fd32..49d0a46 100644 --- a/css/information.css +++ b/css/information.css @@ -1,11 +1,11 @@ .main{ margin-top:80px; } -.news-banner{ - width:100%; - height: 460px; - background: url('../images/newsBanner.jpg') no-repeat left top/cover; -} +/*.news-banner{*/ +/* width:100%;*/ +/* height: 460px;*/ +/* background: url('../images/newsBanner.jpg') no-repeat left top/cover;*/ +/*}*/ .stepsWords{ text-align: center; position: relative; @@ -50,14 +50,14 @@ margin-top:30px; } @media screen and (min-width: 1367px) and (max-width: 1440px) { - .news-banner{ - height:330px; - } + /*.news-banner{*/ + /* height:330px;*/ + /*}*/ } @media screen and (min-width: 1281px) and (max-width: 1366px) { - .news-banner{ - height:310px; - } + /*.news-banner{*/ + /* height:310px;*/ + /*}*/ .news-title{ font-size: 22px; } @@ -66,9 +66,9 @@ } } @media screen and (min-width: 1025px) and (max-width: 1280px) { - .news-banner{ - height:270px; - } + /*.news-banner{*/ + /* height:270px;*/ + /*}*/ .news-title{ font-size: 22px; } @@ -80,9 +80,9 @@ } } @media screen and (min-width: 0) and (max-width: 1024px) { - .news-banner{ - height:260px; - } + /*.news-banner{*/ + /* height:260px;*/ + /*}*/ .news-title{ font-size: 20px; } @@ -96,4 +96,4 @@ .news-thumbnail{ margin-top:35px; } -} \ No newline at end of file +} diff --git a/css/success.css b/css/success.css new file mode 100644 index 0000000..a03cc53 --- /dev/null +++ b/css/success.css @@ -0,0 +1,34 @@ +.success-details{ + margin-bottom: 289px; +} +.stepsWords{ + text-align: center; + position: relative; + margin:80px auto 40px; + width:210px; + font-size:32px; + margin-top: 160px; +} +.stepsWords .steps-left{ + position:absolute; + top:10px; + left:0; + width:25px; + height:25px; + background: url("../images/sprite.png") no-repeat 0 0; +} +.stepsWords .steps-right{ + position:absolute; + top:10px; + right:0; + width:25px; + height:25px; + background: url("../images/sprite.png") no-repeat -25px 0; +} +.about-font{ + font-size:16px; + line-height: 30px; +} +.media-img{ + width:446px +} diff --git a/details1.html b/details1.html index b3fcfd7..a8c9108 100644 --- a/details1.html +++ b/details1.html @@ -20,31 +20,12 @@
汇盈帮手
关于我们
在线体验
+
成功案例
公司资讯
产品介绍
- -
+
汇盈帮手呼叫中心发展历程及下一步功能
diff --git a/details2.html b/details2.html index 94775fa..6e1bace 100644 --- a/details2.html +++ b/details2.html @@ -20,31 +20,12 @@
汇盈帮手
关于我们
在线体验
+
成功案例
公司资讯
产品介绍
- -
+
汇盈帮手硬件功能介绍
diff --git a/details3.html b/details3.html index 284bbe5..4a6e4ba 100644 --- a/details3.html +++ b/details3.html @@ -20,31 +20,12 @@
汇盈帮手
关于我们
在线体验
+
成功案例
公司资讯
产品介绍
- -
+
方案系统优势
diff --git a/details4.html b/details4.html index f426ff2..7741cd0 100644 --- a/details4.html +++ b/details4.html @@ -20,36 +20,27 @@
汇盈帮手
关于我们
在线体验
+
成功案例
公司资讯
产品介绍
- -
-
诚合(北京)汽车服务有限公司部署合作
+
+
电话车险呼叫中心建设经验
-

      诚合汽车属于汽车服务有限公司,主要从事汽车销售,汽车保险,车辆年检,车辆维修等汽车相关一系列服务。现公司顺应汽车市场大发展的趋势,争做北京最具影响力的汽车综合服务商,公司现有电话销售与直销2大块。

-

公司决定大力发展电销车险业务,为客户提供更优质全面的服务。经过公司电销团队考察甄选,最终采用了汇盈帮手的电销车险呼叫中心系统。公司原采用传统方式拨打电话及管理团队,依托优质的资源销售业绩较好。随着北京车险市场竞争加剧,公司选用了汇盈百顺的电销车险呼叫中心,并根据自己公司规模及资源情况作了定制开发。系统上线后名单客户资料利用率高,坐席拨打效率提升,相信在三个月后,系统作用逐渐明显,业绩再上一台阶。

+

“将计算机、通信等现代化技术与电话车险业务结合起来”是车险行业发展的目标,其中离不开呼叫中心和CRM管理系统的变革。各个保险公司特别是代理公司对呼叫中心与业务平台的集成化要求也越来越高。 + 目前许多车险代理商使用的是通用型呼叫中心系统,甚至没有使用,仍采用的是传统话机+手工记录方式。工欲善其事,必先利其器,没有好的系统支撑,在竞争激烈的保险行业肯定会稍逊一筹。我们在于客户沟通的过程发现,没有采用呼叫中心的客户要么不了解呼叫中心好处,要么担心成本及投入产出比

+

传统的呼叫中心突出了通信功能,如ACD排队、弹屏、录音、通话详单等等,只能满足保险公司初级需求。要真正提升保险呼叫中心的运营能力必须是建立在客户关系管理CRM系统上。

+

目前仍有小部分保险代理的电销业务工具停留在全手工阶段,用excel发放名单,坐席用普通电话拨打,跟踪记录在自己的小本本上。这样的方式效率低下,坐席疲劳,更谈不上科学管理。大部分保险机构建立了通用型呼叫中心系统,解决了拨打效率,和客户资料管理的基本需求。但通用型呼叫中心并未跟保险业务挂钩,流程中仍需要大量人工介入。

+

采用传统呼叫中心系统存在如下问题:

+

1.在任务分配阶段,管理者工作量大,而且客户资料容易外泄;

+

2.跟踪记录,拨打流程不符合保险业务;

+

3.缺乏算价系统支持,即使业务熟悉的销售人员也不能在电话中快且准确地为用户报价;

+

4.不具备工作流,核心保单数据无法流转;

+

5.各部门间无法共享数据;

+

6.管理人员无法快捷清晰地对坐席有效工作量和绩效进行统计。

+   

汇盈百顺科技在承建几家电销车险呼叫中心的过程中,充分与客户管理沟通,我们认为保险呼叫中心系统的主体是CRM系统,通讯提供支撑服务。我们保险呼叫中心系统优势体现在几个方面-营销,数据,管理,统计,通话。

diff --git a/details5.html b/details5.html new file mode 100644 index 0000000..52cf23e --- /dev/null +++ b/details5.html @@ -0,0 +1,65 @@ + + + + + 资讯详情 + + + + + + + + + + +
+ +
+
坐席基本流程
+
+
+

坐席基本流程

+

1、坐席打开电销业务界面,弹出需要拨打的客户详情

+

2、点击呼叫,通时打开算价器,以便快速报价

+

3、通话结束,添加跟踪记录或预约时间。成交的则提交到内勤核单

+

4、用系统自带的短信模板发送保费信息

+

5、翻页处理另一客户。

+

系统支撑的呼叫方式弊病:

+

1、坐席需要在excel文档去查找目标客户,浪费时间

+

2、容易漏掉预约客户

+

3、不能看到各时间段的客户数量,无法合理安排呼叫任务

+ +
+ + + +
+ + diff --git a/details6.html b/details6.html new file mode 100644 index 0000000..1afbf90 --- /dev/null +++ b/details6.html @@ -0,0 +1,70 @@ + + + + + 资讯详情 + + + + + + + + + + +
+ +
+
坐席行为管理
+
+
+

 呼叫中心团队中的坐席是公司宝贵财富,也是管理目标。电销经理如何才能管理好坐席,培养好坐席呢?当团队规模较小时,经理或组长能将坐席工作情况全收眼底,做到较好的现场管理,即使这样也不能形成直观的分析数据。团队规模较大时,经理们就无暇了解具体情况。在车险团队中不适用结果管理,更适应过程管理。

+

误区:

+

1、 我们只管坐席的业绩。

+

这种结果管理只使用于自觉性高的坐席。对于那些自觉性较差而有潜力的坐席,每月算总账时要么是公司炒掉坐席,要么是坐席离职。这样浪费了双方的精力和财力。 + 所以,以每周或三天划分时间段去分析坐席行为及不足,并给与帮助是好方法。

+

2、 有考核通时啊

+

通时是最基础,最粗糙的考核条件。而且你不能保障某些坐席为达指标挂通时行为。

+

3、 有考核拨打名单量啊

+

公司通常会规定每天的拨打名单量,但你知道坐席每天处理了多少新名单和预约客户吗? + 如果坐席将名单很草率的划为失败,是不是浪费名单呢?我们应该对这样的行为进行监控。

+

有效的管理办法是:

+

1、 建立日检视表,分析坐席每天完成的首拨,预约,及剩余数量。

+

2、 分析坐席名下客户的状态情况,多少成功、失败、报价等。

+

3、 通时考核上,分析1分钟,三分钟通话以上的通话个数。对特长通话抽查。

+

结合以上各种报表数据,坐席的工作状态清晰呈现,经理可以有的放矢的进行管理。我们有更多的报表为管理者提供数据,在此不一一列举。

+ +
+ + + +
+ + diff --git a/experience.html b/experience.html index 2424a4d..1f3112f 100644 --- a/experience.html +++ b/experience.html @@ -21,6 +21,7 @@
汇盈帮手
关于我们
在线体验
+
成功案例
公司资讯
产品介绍
@@ -28,69 +29,35 @@
-
-
-
在线体验
-
-
-
+
在线体验
- +
-
- +
+
-
- -
- -
验证码
-
-
-
- +
- - - - - - - - - - - - - - - - - - - - - - -
+ + 跳转系统 +
+
-
@@ -120,54 +87,17 @@ + + + - +
diff --git a/js/index.js b/js/index.js index 79542e6..3dad6ad 100644 --- a/js/index.js +++ b/js/index.js @@ -15,9 +15,10 @@ $(document).ready(function(){ $(this).addClass("on").siblings().removeClass("on"); $(this).attr("toUrl") && (location.href = $(this).attr("toUrl")); }); + //导航栏颜色随着高度(.ban)进行改变 $(window).scroll(function () { var a = $(document).scrollTop(), t = $(".ban").height(); a > t - 40 ? $(".header").addClass("bannerChange") && $(".logo").addClass("logo-choose") : $(".header").removeClass("bannerChange")&& $(".logo").removeClass("logo-choose"); }); -}); \ No newline at end of file +}); diff --git a/map.html b/map.html index ed77140..1a1c23b 100644 --- a/map.html +++ b/map.html @@ -16,7 +16,7 @@ -
+
- \ No newline at end of file + diff --git a/success.html b/success.html new file mode 100644 index 0000000..9ce215c --- /dev/null +++ b/success.html @@ -0,0 +1,66 @@ + + + + + + 成功案例 + + + + + + + + +
+ +
+
+
+
+
成功案例
+
+
+
+
+

      诚合汽车属于汽车服务有限公司,主要从事汽车销售,汽车保险,车辆年检,车辆维修等汽车相关一系列服务。现公司顺应汽车市场大发展的趋势,争做北京最具影响力的汽车综合服务商,公司现有电话销售与直销2大块。 +
      公司决定大力发展电销车险业务,为客户提供更优质全面的服务。经过公司电销团队考察甄选,最终采用了汇盈帮手的电销车险呼叫中心系统。公司原采用传统方式拨打电话及管理团队,依托优质的资源销售业绩较好。随着北京车险市场竞争加剧,公司选用了汇盈百顺的电销车险呼叫中心,并根据自己公司规模及资源情况作了定制开发。系统上线后名单客户资料利用率高,坐席拨打效率提升,相信在三个月后,系统作用逐渐明显,业绩再上一台阶。

+
+
+ +
+
+
+
+ + + +
+ +