Parcourir la source

诚祥网站样式开发

tanxue il y a 1 semaine
Parent
commit
89f68eba1b

+ 37 - 291
assets/scss/cus-client/cus-client-common.scss

@@ -146,147 +146,28 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
 
 /* 网站头部导航栏 */
 .client-head{
-  width: 100%;
-  //height: 80px;
-  height: 120px;
-  z-index: 999;
-  background: #fff;
-  position: fixed;
-  top:0;
-
-  //头部布局
-  .head-layout{display: flex;justify-content: space-between;}
-
+  width: 100%;height: 90px;z-index: 999;
+  background: #fff;position: fixed;top:0;
+  .head-box{display: flex;align-items: center;    justify-content: space-between;margin: 0 auto;}
+
+  //头部图标
+  .client-head-img{
+    width: 368px;height: 68px;display: inline-block;margin-right: 40px;
+    background-image: url("~static/images/website/common/website-logo.png");
+    background-repeat: no-repeat;background-position: center;background-size: cover;}
   //头部导航
-  .el-menu--horizontal{
-    border: 0;
-    li:last-child{margin-right: 0}
-      >.el-menu-item {
-        color: rgba(0,0,0,0.85);
-        @include setFontStyle(-2);
-        height: 60px;
-        line-height: 60px;
-        margin: 0 42px;
-        padding: 0!important;
-        a{height: inherit;display: inline-block;padding: 0 6px;}
-      }
-      >.el-menu-item.is-active{
-        @include setThemeColorBase("color", 0);
-        @include setThemeColorBase("border-color", 0);
-        border-width:4px;
-      }
-  }
-
-  //头部左侧区域
-  .head-left{
-    display: flex;
-    width: 100%;
-    justify-content: space-between;
-    align-items: center;
-    //头部图标
-    .client-head-img{width: 200px;height:79px;display: inline-block;background-image: url("~static/images/client/component/nav-logo.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 40px;}
-  }
-
-  //头部右侧区域
-  .head-right{
-      line-height: 60px;position: relative;margin-left: 20px;
-      >a{height: 40px;line-height: 40px;@include setFontStyle(-4);padding: 0 30px;border-radius: 4px;display: inline-block;border: 1px solid #0366cd;color:#0064cc;box-sizing: border-box;text-align: center;}
-      >a.right-tel-btn{width: 130px;color: #fff;background: #3e7ce7;border: 1px solid #3e7ce7;padding: 0 8px;margin-right:10px;position: relative;}
-      >a:hover{cursor: pointer;}
-      .system-box{width: 130px;height: 60px;position: absolute;top: 20px; z-index: 999}
-      .system-box{
-         div{
-          display: none;min-width:260px;height:120px;position: absolute;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;left: 0;top:57px;transition: 5s;
-          a{
-            display: inline-block;
-            i{width: 110px;height: 84px;display: block;background-size: cover;}
-          }
-          a:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon3.png");} }
-          a:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon6.png");} }
-          span{width: 1px;min-height: 88px;display:inline-block;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
-          p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
-        }
-        // 伪类气泡箭头
-        div:after,div:before {
-          width: 0;
-          height: 0;
-          font-size: 0;
-          overflow: hidden;
-          position: absolute;
-          content: ' ';
-          left: 60px;
-        }
-        div:after{
-          border-width: 10px;
-          border-style: dashed dashed solid ;
-          border-color: transparent transparent #ffffff;
-          top: -19px;
-        }
-        div:before{
-          border-width: 10px;
-          border-style: dashed dashed solid ;
-          border-color: transparent transparent #666 ;
-          top:-20px;
-        }
-      }
-    .system-box:hover{
-      >div{
-        display: block;
-      }
-    }
-  }
-
-  .header-left-container {
-    display: flex;
-    justify-content: flex-end;
-    align-items: center;
-
-    .phone-tel-box {
-      line-height: 60px;
-      display: flex;
-      color: #0066cc;
-      align-items: center;
-
-      .phone-tel-box-icon {
-        width: 25px;
-        height: 25px;
-        display: inline-block;
-        margin-right: 5px;
-        background-image: url("~static/images/client/component/head-phone-icon.png");
-      }
+  .header-menu {
+    > span, > a {
+      height: 90px;line-height: 90px;font-size: 16px;display: inline-block;
+      margin: 0 24px;color: #333333;cursor: pointer;
     }
-  }
-
-  // head移动端响应式
-  @media (max-width: 768px){
-    // head
-    height: 60px;border-bottom: 1px solid #e7e7e7;
-
-      //头部左侧区域 logo
-    .head-left{
-        justify-content: space-between;height: 60px;align-items: center;padding:0;
-        .client-head-img{width: 92px;height: 46px;background-size: contain;margin:0;}
+    > a:last-child {margin-right: 0;}
+    > a:visited {color: #333333;}
+    > a.active {color: #328971;position: relative;}
+    .active:before {
+      content: '';background-color: #328971;display: block;
+      bottom: 20px;left: -16px;right:-16px;height: 4px;position: absolute;
     }
-      //头部导航
-    .el-menu{position: absolute;margin: 0;left: 0;right: 0;height: 100vh;transition: 0.5s;top: 61px;}
-    // 手机菜单关闭
-    .head-nav-up{height: 0;display:none;opacity: 0;}
-    // 手机菜单开启
-    .head-nav-down{height:100vh;display:block;opacity: 1;overflow: auto}
-    // li
-    .el-menu--horizontal>.el-menu-item{float: none;height: 60px;line-height: 60px;border-bottom: 1px solid #e9e9e9;margin:0 18px;
-      border-bottom-color:#e9e9e9!important;font-weight: 700;font-size: 16px;color: rgb(16, 16, 16);}
-    .el-menu--horizontal>.el-menu-item a{width: 100%}
-    .el-menu--horizontal>.el-menu-item:last-child{border: 0;}
-    .el-menu--horizontal > .el-menu-item.is-active{border-bottom: 1px solid #e9e9e9;border-bottom-color: #e9e9e9 !important;}
-    // 咨询电话
-    .phone-tel-box{color: rgb(0, 84, 145);font-size: 14px;font-weight: bold;line-height: 60px;}
-
-    // 按钮
-    .phone-nav-btn{width:30px;height:30px;background-image: url("~static/images/client/component/head-btn-icon.svg");}
-
-    // 布局
-    .head-layout{display: block}
   }
 }
 
@@ -324,6 +205,13 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
   // head移动端响应式
   @media (max-width: 768px){@include setFontStyle(-4);padding-top: 20px;font-weight: 700;color: rgb(16, 16, 16);}
 }
+/* 网站标题多行 */
+.client-double-title{
+  @include setFontStyle(10);color: rgba(0,0,0,0.85);letter-spacing: 0;
+  padding-top: 80px;text-align: center;line-height: 2;margin-bottom: 24px;
+  // head移动端响应式
+  @media (max-width: 768px){@include setFontStyle(-4);padding-top: 20px;font-weight: 700;color: rgb(16, 16, 16);}
+}
 
 /* 网站副标题 */
 .client-subtitle-title{
@@ -351,63 +239,12 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
 
   /* 网站底部footer */
 .client-footer{
-  background: #1E2534;padding-bottom: 50px;
-  //footer内容区域
-  .contact-box{
-    padding-top: 40px;
-    .contact-left-box{
-      display: inline-block;
-      dl{display: inline-block;margin-right: 48px;margin-bottom: 40px;vertical-align: top;}
-      dt{@include setFontStyle(-4);color: #FFFFFF;margin-bottom: 24px;}
-      dd,dd a{@include setFontStyle(-6);color: rgba(255,255,255,0.64);margin-bottom: 8px;}
-      dd:hover,dd a:hover{color: rgba(255,255,255,0.85);cursor: pointer}
-      // 二维码
-      .two-code-box{position: relative;}
-      .two-dimensional-code{width: 110px;height: 110px;background-color: #fff;background-image: url("~static/images/client/component/two-dimensional-code.jpg");display: none;position: absolute;left: 85px;top:-40px;background-size: cover;border-radius: 4px;transition: .5s; }
-      .two-dimensional-code:before{width: 0;height: 0;content: "";display: none;margin-left: -20px;margin-top: 40px;border-width: 10px;border-style: solid;border-color: transparent #fff transparent transparent;transition: .5s; }
-      .two-code-box:hover{
-        cursor: default;
-        .two-dimensional-code{display: block;}
-        .two-dimensional-code:before{display: block;}
-      }
-    }
-    .contact-right-box{
-      //width: 170px;
-      float: right;
-      .right-sw-box{
-        margin-right: 24px;
-        h4{@include setFontStyle(-4);color: #FFFFFF;margin-bottom: 16px;text-align: center}
-        img{width: 100px}
-      }
-      div{display: inline-block}
-      h3{@include setFontStyle(4);color: #FFF;margin-bottom: 16px;}
-      p{@include setFontStyle(-6);color: rgba(255,255,255,0.64);margin-bottom: 8px;}
-      a{@include setFontStyle(-6);color: #2B5CFD;}
-      a:hover{cursor: pointer;}
-    }
-  }
-  //友情链接区域
-  .link-box{
-    border-top: 1px solid  #333B4C;
-    border-right: 0;
-    border-left: 0;
-    padding: 32px 0;
-    h4{@include setFontStyle(-4);color: #FFF;float: left;margin-right: 48px;line-height: 22px;}
-    .link-a-box{
-      margin-left: 114px;
-      line-height: 22px;
-      a{@include setFontStyle(-6);color: rgba(255,255,255,0.54);display:inline-block;margin-right: 32px;white-space: nowrap;}
-      a:hover{color: rgba(255,255,255,0.85);cursor: pointer;}
-    }
-  }
+  background: #0e7a5a;@include setFontStyle(-6);color: #b8e9e1;padding-top: 42px;
   //底部版权
-  h5{@include setFontStyle(-8);color: #B8B8B8;text-align: center;padding: 16px 0 24px;border-top: 1px solid  #333B4C;}
-  @media (max-width: 768px) {
-    .phone-footer-box {
-      text-align: center;padding: 20px 0;
-      a,p{@include setFontStyle(-10);color: #fff;padding: 6px 0}
-      a{display: block}
-    }
+  h5{text-align: center;padding: 16px 0;border-top: 1px solid  #d2fff7;}
+  .footer-content-box{
+    display: flex;flex-wrap: wrap;
+    p{width: 50%;margin-bottom: 16px;text-indent: 120px}
   }
 }
 
@@ -504,63 +341,6 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
   }
 }
 
-/* 网站通用轮播 */
-/*.client-industry-information{
-  background-image: url("~static/images/client/index/index-industry-bg.png");
-  background-position: center;
-  padding-bottom: 80px;
-
-  // 标题
-  .client-title{
-    color: #fff;
-  }
-
-  // 轮播
-  .information-carousel-box{
-    width: 100%;
-    overflow: hidden;
-  }
-
-  // 轮播组件
-  .el-carousel--horizontal{
-    overflow: visible;
-  }
-  .el-carousel{
-    width: 1000px;
-    margin: 0 auto;
-    margin-top: 48px;
-    .el-carousel__container{width: 640px;height: 320px;margin: 0 auto;position: relative;}
-  }
-  .el-carousel__item{
-    width: 640px;
-    background: #FFFFFF;
-    border-radius: 8px;
-    .industry-img-box{width: 50%;height: 320px;float: left;background-repeat: no-repeat;background-size: cover;}
-    .industry-content-box{
-      height: inherit;margin-left: 50%;padding:32px;box-sizing: border-box;position: relative;
-      h5{@include setFontStyle(2);color: rgba(0,0,0,0.85);margin-bottom: 16px;@include multi-line-ellipsis(2);line-height: 30px;max-height: 60px;}
-      p{@include setFontStyle(-4);color: rgba(0,0,0,0.64);line-height: 24px;@include multi-line-ellipsis(6);margin-bottom: 24px;max-height: 144px;}
-      a{width: 132px;height: 32px;line-height:32px;position: absolute;bottom: 32px;}
-    }
-  }
-  !*.el-carousel__item.is-active{
-    .industry-img-box{width: 50%;}
-    .industry-content-box{margin-left: 50%;}
-  }*!
-
-  // 左右按钮
-  .el-carousel__arrow{width: 50px;height: 50px;background-color: rgba(43, 92, 253, 0.22);@include setFontStyle(16);color: rgba(255,255,255,0.8);}
-
-  // 左箭头
-  .el-carousel__arrow--left{left:-200px;}
-
-  // 右箭头
-  .el-carousel__arrow--right{right:-200px;}
-
-  // 指示器
-  .el-carousel__indicators{display: none}
-}*/
-
 /* 网站通用弹窗-申请方案 */
 .application-scheme-dialog{
   .el-dialog{width: 610px;border-radius: 8px;}
@@ -647,52 +427,18 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
 .products-services-box{
     width: 100%;display: inline-block;
     // 头部图片
-    img{width: 640px;height: 485px;float: right;}
+    img{width: 620px;height: 485px;float: right;}
 
     // 内容区域
     .products-services-content{
-      width: 500px;
-      float: right;
-      padding: 110px 12px 0;
-      box-sizing: border-box;
-      margin: 0 20px;
+      width: 410px;float: right;padding: 0;box-sizing: border-box;margin: 0 20px;
       @include setFontStyle(-6);
-      h5{@include setFontStyle(4);color: rgba(0,0,0,0.85);}
+      h5{@include setFontStyle(4);color: #328971;margin-bottom: 10px;line-height: 1.6;}
       i{width:50px;height:5px;display: block;background: #3e7ce7;margin: 24px 0;}
-      p{line-height: 24px;color: rgba(0,0,0,0.65);margin-bottom: 56px;text-align: justify;}
-      .p-before-circle{margin-bottom: 6px!important;}
-      .p-before-circle:before{
-        content: '';
-        width: 20px;
-        height: 20px;
-        display: inline-block;
-        margin-right: 8px;
-        background-image: url("~static/images/client/index/index-icon.png");
-        vertical-align: middle;
-        background-repeat: no-repeat;background-size: cover;
-      }
-      .client-btn-box{margin: 40px 0}
-      .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #3e7ce7;border: 1px solid #3e7ce7;box-sizing: border-box;}
-      .client-default-white-Btn{background: #fff;color: #3e7ce7;}
-      a,div.client-default-Btn{margin-right: 24px}
-      span.client-default-Btn{background: #fff;color: #3e7ce7;margin-right: 0;}
-    }
-  @media (max-width: 768px){
-    // 头部图片
-    img{width: 100%;height: auto;float: none;}
-    // 内容区域
-    .products-services-content{
-      width: 100%;float: none;padding: 0 10px;margin: 0;
-      @include setFontStyle(-6);
-      h5{@include setFontStyle(-6);font-weight: 700;color: rgba(0, 0, 0, 1);}
-      i{width:34px;height:3px;margin: 10px 0;}
-      p{margin-bottom: 30px;color: rgba(85, 85, 85, 1);}
-      .p-before-circle:before{width: 16px;height: 16px;margin-right: 6px;}
-      .client-btn-box{text-align: center;margin:40px 0;}
-      .client-default-Btn,.client-default-white-Btn{width: 120px;height: 35px;line-height: 35px;}
-      a,div.client-default-Btn{margin-right: 16px}
+      p{
+        font-size: 16px;font-weight: 500;color: #333333;
+        margin-bottom: 32px;text-align: justify;line-height: 1.8;}
     }
-  }
 }
 .products-contrary-box{
   // 头部图片

+ 18 - 508
assets/scss/cus-client/cus-client-page.scss

@@ -7,12 +7,7 @@
      width: 100%;
     /* 网站banner */
     .client-index-banner{
-      width: 100%;
-      height: 520px;
-      background-color:#fff;
-      background-image: url("~static/images/client/index/index-banner-background.png");
-      background-position-x: center;
-      background-repeat: no-repeat;
+      width: 100%;height: 790px;background-color:#fff;background-position: center;background-repeat: no-repeat;
     }
     /* banner-box */
     .client-banner-box{
@@ -22,202 +17,42 @@
         }
     }
 
-    .products-services-box img{float: unset;}
-      /* 发展历程 - 移动端隐藏*/
-    .client-company-history{
-      background:#f8f8f8;
-        li{
-          width: 25%;display: inline-block;text-align: center;
-          div{border-right:2px solid #e5e5e5;margin: 24px 0;}
-          p{@include setFontStyle(16);margin-bottom: 16px;color: #333;}
-          span{@include setFontStyle(6);}
-          h4{@include setFontStyle(-4);color: #666;}
-        }
-        li:last-child div{border-right: 0;}
-    }
-
-    /* 产品和服务 */
-    .client-products-services{
-      .client-title{
-        margin-bottom: 48px;
-      }
-    }
-
-
-    /* 行业学习需求 */
-    .client-demand-box{
-      background: #f5f5f5;
-      padding-bottom: 80px;
-      min-height: 720px;
-      //tab
-      .demand-box-tab{
-        margin-top: 30px;
-          .el-tabs__item{width:124px;height: 40px;line-height: 40px;border-radius: 4px;border: 1px solid #3e7ee7;@include setFontStyle(-4);color: #3e7ee7;padding: 0;text-align: center;margin: 0 12px 32px;}
-          .el-tabs__item.is-active{background-color:#3e7ee7;color: #fff;position: relative}
-          .el-tabs__item.is-active:after{ width: 0; height: 0; content: "";display: inline-block;border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 20px solid #3e7ee7;
-          position: absolute;bottom: -33px;left: 50%;margin-left: -8px;}
-          // 免费试用按钮
-          .client-default-Btn{width: 238px;height: 40px;line-height: 40px;margin: 40px auto 0;}
-      }
-      //覆盖饿了么样式
-      .el-tabs__header{margin: 0 0 48px;}
-      .demand-box-tab.el-tabs--card>.el-tabs__header{border: 0}
-      .demand-box-tab.el-tabs--card>.el-tabs__header .el-tabs__nav{margin: 0 auto;border-color: #ccc;border-bottom: 1px dotted #6c9ce1;border-right:0;border-left:0;border-top:0;border-radius: 0;}
-      .demand-box-tab .el-tabs__nav-scroll{text-align: center;}
-      .demand-box-tab .el-tabs__nav{float: none;}
-
-      // 考试ul
-      .demand-tab-list{
-        margin: 0 -18px;
-        li{
-          width: 33.33%;display: inline-block;position: relative;margin-bottom: 24px;overflow: hidden;
-
-          // 内容区域
-          .demand-content-box{height: 300px;margin: 0 18px;background-color: #fff;background-repeat: no-repeat;background-position: 5px 5px;}
-          //图片区域
-          .demand-img-box{
-            position: absolute;
-            top: 90px;
-            left: 50%;
-            margin-left: -50px;
-              i{width: 100px;height: 100px;display:block;margin-bottom: 24px;background-repeat: no-repeat;background-size: cover;}
-              h4{@include setFontStyle(-2);color: #272727;text-align: center;}
-          }
-          // 蒙版
-          .demand-mask-box{
-            position: absolute;
-            top: 300px;
-            padding: 20px;
-            background:rgba(66,66,66,0.65);
-            transition: 0.5s;
-            margin: 0 18px;
-            color: #fff;
-            h4{
-              @include setFontStyle(0);margin-bottom: 24px;text-align: center;
-              >a{float: right;display: none;}
-            }
-            p{max-height: 100px;overflow: hidden;@include setFontStyle(-6);line-height: 24px;margin-bottom: 16px;@include multi-line-ellipsis(4);text-align: justify; }
-            span{@include setFontStyle(-6);color: #fff;}
-            i{width: 15px;height: 15px;display: inline-block;vertical-align: middle;margin-left: 8px;background-image: url("~static/images/client/index/index-demand-icon.png");}
-          }
-          // 图标div
-          .demand-icon-box{
-            padding: 16px 0;
-            border-top: 1px solid #fff;
-            a{margin-right: 8px}
-            a:last-child{margin-right: 0;}
-            img{width: 77px;height: 77px;}
-          }
-        }
-        li:nth-child(1){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic1.png");}}
-          .demand-content-box{background-image: url("~static/images/client/index/index-demand-img1.png");}
-        }
-        li:nth-child(2){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic2.png");}}
-          .demand-content-box{background-image: url("~static/images/client/index/index-demand-img2.png");}
-        }
-        li:nth-child(3){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic3.png");}}
-          .demand-content-box{background-image: url("~static/images/client/index/index-demand-img3.png");}
-        }
-        li:nth-child(4){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic4.png");}}
-          .demand-content-box{background-image: url("~static/images/client/index/index-demand-img4.png");}
-        }
-        li:nth-child(5){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic5.png");}}
-          .demand-content-box{background-image: url("~static/images/client/index/index-demand-img5.png");}
-        }
-        li:nth-child(6){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic6.png");}}
-          .demand-content-box{background-image: url("~static/images/client/index/index-demand-img6.png");}
-        }
-        li:hover{
-          // 蒙版
-          .demand-mask-box{
-            top:0;
-            h4{
-              text-align: left;
-              >a{display: inline-block;}
-            }
-          }
-        }
-      }
-      .demand-peixun-list{
-        li:nth-child(1){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic7.png");}}
-        }
-        li:nth-child(2){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic6.png");}}
-        }
-        li:nth-child(3){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic8.png");}}
-        }
-        li:nth-child(4){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic1.png");}}
-        }
-        li:nth-child(5){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic3.png");}}
-        }
-        li:nth-child(6){
-          .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic12.png");}}
-        }
-      }
-
+    // img list
+    .products-services-box{
+      width: 100%;display: flex;align-items: center;justify-content: space-between;margin-bottom: 36px;
+      img {float: unset;height: auto;}
     }
 
-    /* 超过10万家客户的信任之选 */
+    /* 合作客户 */
     .client-customer-box{
       .customer-img-box{
         padding-bottom: 80px;
-        li{
-          width: 20%;
-          display: inline-block;
-        }
-        img{margin: 48px 30px 0;transition: all 0.5s;}
+        li{width: 15%;margin: 24px 2% 0 0;display: inline-block;}
+        li:nth-child(6n){margin-right: 0}
+        img{transition: all 0.5s;width: 100%;}
         li:hover{
-          img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
+          img{transform: scale(1.04);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
         }
       }
     }
 
-    /* 我们始终专注教育系统研发更懂用户需求 */
-    .client-cert-box{
-      background: #005491;
-      padding-bottom: 80px;
-      .client-title{color: #fff}
-      .cert-img-box{
-        display: flex;
-        justify-content: space-between;
-        margin: 48px 0 0;
-        align-items: center;
-          span{display:block;height: max-content;background: #80aac8;padding: 8px 8px 3px;overflow: hidden;}
-          span:nth-child(3){
-            img{width: 320px;height:210px;}
-          }
-          img{width: 170px;height:240px;transition: all 0.5s;}
-          img:hover{transform: scale(1.14);}
-      }
-      a{width:238px;height:40px;line-height: 40px;margin: 40px auto 0;background: #005491;border: 1px solid #fff;box-sizing: border-box;}
+    /* 合作伙伴 */
+    .hzhb-ul-box{
+      display: flex;flex-wrap: wrap;justify-content: center;gap: 36px;margin-top: 42px;
+      li{display: inline-block;font-size: 14px;padding: 4px 20px;color: #84888b;
+        border: 1px solid #eee;border-radius: 20px;margin-right: 56px}
     }
 
     /* 新闻资讯 */
     .client-news-information {
-      background: #f9faff;
-      padding-bottom: 80px;
-
+      background: #f9faff;padding-bottom: 80px;
       .industry-information-box {
         margin-top: 48px;
         h4{color: #333;}
         h4:hover {cursor: pointer;color: #3e7ce7;}
         // 左
         .industry-information-left {
-          width: 520px;
-          margin-right: 80px;
-          display: inline-block;
-          vertical-align: top;
-          color: #333;
+          width: 520px;margin-right: 80px;display: inline-block;vertical-align: top;color: #333;
           div {float: left;border-right: 1px solid #dbdbea;padding: 8px 16px 8px 0;}
           img {width: 520px;height: 210px;margin-bottom: 42px;}
           h4 {@include setFontStyle(-2);margin-bottom: 16px;}
@@ -242,333 +77,8 @@
       }
     }
 
-    // 移动端手机尺寸(0-768)
-    @media (max-width: 768px){
-      /* 网站banner */
-      .client-index-banner{height: 150px;}
-      /* banner-box */
-      .client-banner-box{
-        .el-carousel__container{height: 150px;}
-        .el-carousel__item .index-carousel-box{height: 150px;background-size: cover;}
-        // 左箭头
-        .el-carousel__arrow--left{display: none;}
-        // 右箭头
-        .el-carousel__arrow--right{display: none;}
-        // 分页
-        .el-carousel__button {width: 6px;height: 6px;border-radius: 3px;}
-      }
-
-      /* 产品和服务 */
-      .client-products-services{
-        .client-title{
-          margin-bottom: 0;
-        }
-      }
-
-      /* 行业学习需求 */
-      .client-demand-box{
-        padding: 30px 0 0;
-        min-height: 610px;
-        //tab
-        .demand-box-tab{
-          margin-top: 20px;
-          .el-tabs__item{width:100px;height: 30px;line-height: 30px;border-radius: 5px;margin: 0 8px 12px;}
-          .el-tabs__item.is-active:after{border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 12px solid #3e7ee7;bottom: -14px;}
-        }
-        //覆盖饿了么样式
-        .el-tabs__header{margin: 0 7px 15px;}
-
-        // 考试ul
-        .demand-tab-list{
-          margin: 0;
-          li{
-            width: 50%;margin-bottom: 12px;
-
-            // 内容区域
-            .demand-content-box{height: 125px;background-size: 25%;margin: 0 7px;}
-            //图片区域
-            .demand-img-box{
-              min-width: 70px;top: 30px;margin-left: -35px;
-              i{width: 40px;height: 40px;margin: 0 auto 15px;}
-              h4{@include setFontStyle(-6);color: rgb(16, 16, 16);}
-            }
-            // 蒙版
-            .demand-mask-box{display: none;}
-            // 点击按钮
-            .demand-onclick-btn{position: absolute;top: 0;left: 7px;right: 7px;bottom: 0;z-index: 99;}
-          }
-        }
-      }
-
-
-      /* 新闻资讯 */
-      .client-newsInfo-phone{
-        background-color: rgb(238, 238, 238);
-        // 轮播外层
-        .el-carousel{
-          padding: 20px 0 40px;
-          // card
-          .el-carousel__item{
-            width: 80%;left: -15%;color: rgb(16, 16, 16);background: #fff;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;
-            img{width: 100%;height: 135px;}
-          }
-          // 文字区域
-          .newsInfo-card-content{
-            padding: 24px 20px;
-            h4{@include setFontStyle(-4);}
-            span{@include setFontStyle(-8);margin-top: 16px;display: block}
-            p{min-height: 48px;@include setFontStyle(-6);margin-top: 16px;@include multi-line-ellipsis(3);}
-          }
-        }
-
-      }
-
-      /* 超过10万家客户的信任之选 */
-      .client-customer-box{padding-top: 50px;
-        .customer-img-box{
-          padding-bottom: 50px;
-          li{width: 50%;text-align: center;}
-          img{max-width:90%;margin: 10px 0;}
-          li:hover{
-            img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
-          }
-        }
-      }
-
-      /* 我们始终专注教育系统研发更懂用户需求 */
-      .client-cert-box{
-        padding: 0 7px 28px;
-        .cert-img-box{
-          margin: 20px 0 0;
-          span{height: 64px;padding: 2px 2px 0;}
-          span:nth-child(3){
-            height: 55px;
-            img{width: 80px;height:53px;}
-          }
-          img{width: 44px;height:62px;}
-          img:hover{transform: none;}
-        }
-        a{width:122px;height:35px;line-height: 35px;margin: 28px auto 0;}
-      }
-    }
-  }
-
-  /********  describe: 平台页面(考试平台、培训平台) author: TX  date:2020-08-12  ********/
-  .client-platform-page,.client-new-platform-page{
-      /* 网站banner */
-      .client-platform-banner,.client-platform-new-banner{
-        width: 100%;
-        position: relative;
-        div{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
-        .free-trial-default-btn{position: absolute;top:260px;left: 50%;margin-left: -119px;}
-      }
-
-      /* 网站banner */
-      .client-platform-banner{height: 396px;background-color:#042D85;}
-      .client-platform-new-banner{height: 520px;background-color:#fff;}
-
-      /* 产品体验*/
-      .platform-products-experience{
-        >p{font-size: 20px;line-height: 20px;text-align: center;margin: 30px 0 42px;}
-        .experience-ul-box{
-          margin: 0 -16px;text-align: center;
-          li{
-            width:25%;display: inline-block;text-align: center;font-size: 16px;
-            >div{
-              margin: 0 16px;padding:32px 18px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;border-radius: 10px;position: relative;
-              div{font-size:20px;color:#fff;position: absolute;right: 0;left: 0;top: 0;bottom: 305px;box-sizing: border-box;transition: 0.5s;overflow: hidden;border-radius: 10px;line-height: 305px;background: rgba(0,0,0,.6);cursor: default;}
-            }
-            i{display: inline-block;width: 46px;height: 46px;background-repeat: no-repeat;background-size: contain;margin-bottom: 24px;}
-            h5{font-size: 22px;color: rgb(16, 16, 16);margin-bottom: 24px;}
-            p{font-size: 16px;padding: 0;margin: 0;color: #101010;line-height: 26px;}
-            a{width: 180px;height: 40px;line-height: 40px;display: inline-block;margin-top: 24px;text-align: center;background-color: #3e7ce7;
-              border-color: rgba(255, 0, 0, 0);border-width: 1px;border-style: solid;color: rgb(255, 255, 255);border-radius:4px;font-weight: normal;cursor: pointer}
-            span{display: block;transition: 0.5s;position: absolute;top: 0;bottom: 305px;left: 0;right: 0;overflow: hidden;}
-            em{width:180px;height:180px;display: block;margin: 24px auto;background-image:url("~static/images/client/exam/exam-code-img.png")}
-            em.px-img-box{background-image:url("~static/images/client/train/train-code-img.png")}
-          }
-          li:nth-child(1) i{background-image:url("~static/images/client/exam/exam-tel-icon.png")}
-          li:nth-child(2) i{background-image:url("~static/images/client/exam/exam-pc-icon.png")}
-          li:nth-child(3) i{background-image:url("~static/images/client/exam/exam-sz-icon.png")}
-          li:nth-child(4) i{background-image:url("~static/images/client/exam/exam-sx-icon.svg")}
-        }
-      }
-
-      /* 产品优势 */
-      .platform-products-services{
-          li:not(:last-child){border-bottom:1px solid #eee; }
-      }
-
-      /* 产品功能 */
-      .platform-product-function{
-        background: #f8f8f8;
-        padding-bottom: 32px;
-        // ul
-        .product-function-box{
-          margin-top: 48px;
-          li{
-            width: 50%;display: inline-block;transition: .3s all linear;
-            div{padding: 12px 16px 12px 8px;margin: 0 32px 24px;background: #fff;}
-            i{width: 158px;height: 120px;margin-right:24px;float:left;background-size: cover;background-repeat: no-repeat;}
-            h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin: 12px 0 8px 0;}
-            p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);@include multi-line-ellipsis(3);}
-          }
-        }
-        .product-function-box li:nth-child(1) i,.product-function-icon1{background-image:url("~static/images/client/exam/product-function-icon1.png");}
-        .product-function-box li:nth-child(2) i,.product-function-icon2{background-image:url("~static/images/client/exam/product-function-icon2.png");}
-        .product-function-box li:nth-child(3) i,.product-function-icon3{background-image:url("~static/images/client/exam/product-function-icon3.png");}
-        .product-function-box li:nth-child(4) i,.product-function-icon4{background-image:url("~static/images/client/exam/product-function-icon4.png");}
-        .product-function-box li:nth-child(5) i,.product-function-icon5{background-image:url("~static/images/client/exam/product-function-icon5.png");}
-        .product-function-box li:nth-child(6) i,.product-function-icon6{background-image:url("~static/images/client/exam/product-function-icon6.png");}
-        .product-function-box li:nth-child(7) i,.product-function-icon7{background-image:url("~static/images/client/exam/product-function-icon7.png");}
-        .product-function-box li:nth-child(8) i,.product-function-icon8{background-image:url("~static/images/client/exam/product-function-icon8.png");}
-        .product-function-box li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
-      }
-
-      /* 应用场景 */
-      .platform-application-scenarios{
-         background: #FFF;
-         padding-bottom: 80px;
-        .application-scenarios-box{margin: 48px -12px 0;}
-        li{
-          width: 33.33%;
-          display: inline-block;
-          vertical-align: top;
-          color: #fff;
-          .application-scenarios-img{width: 100px;height: 100px;background-size: cover;margin: 0 auto 24px;}
-          .application-scenarios-content{
-            padding: 50px 30px 40px;margin: 0 12px;background: #FFF;
-            h5{@include setFontStyle(0);text-align: center;margin-bottom: 24px;}
-            p{@include setFontStyle(-4);line-height: 24px;text-align: justify;@include multi-line-ellipsis(5);min-height: 118px;max-height: 118px}
-          }
-        }
-        li:nth-child(1){
-          .application-scenarios-img {background-image: url("~static/images/client/exam/application-scenarios-img1.png");}
-          .application-scenarios-content{background: #ffbf00;}
-        }
-        li:nth-child(2){
-          .application-scenarios-img {background-image: url("~static/images/client/exam/application-scenarios-img2.png");}
-          .application-scenarios-content{background: #3799db;}
-        }
-        li:nth-child(3){
-          .application-scenarios-img {background-image: url("~static/images/client/exam/application-scenarios-img3.png");}
-          .application-scenarios-content{background: #63ba86;}
-        }
-      }
-    @media (max-width: 768px){
-      /* 网站banner */
-      .client-platform-banner,.client-platform-new-banner{
-        height: 150px;
-        div{background-size: cover;}
-        .free-trial-default-btn{top: 90px;margin-left: -61px;}
-      }
-
-      // 产品体验
-      .platform-products-experience{
-        .sjxyd-icon {background-image: url("~static/images/client/exam/exam-tel-icon.png")}
-        .dnxyd-icon {background-image: url("~static/images/client/exam/exam-pc-icon.png")}
-        .dngld-icon {background-image: url("~static/images/client/exam/exam-sz-icon.png")}
-        .skrz-icon {background-image: url("~static/images/client/exam/exam-sx-icon.svg")}
-        >p{font-weight: 400;font-size: 14px;color: rgba(85, 85, 85, 1);margin: 24px 0 16px;}
-      }
-
-      // 产品优势
-      .platform-products-services{
-        li:not(:last-child) {border: 0;}
-        .products-services-content div{text-align: center;margin-bottom: 40px;}
-      }
-
-      // 产品功能
-      .platform-product-function{
-        padding-bottom: 16px;
-        // swiper
-        .experience-swiper-box{
-          // swiper 内容区域
-          .experience-content-box{
-            height:328px;margin: 16px 4% 20px;padding: 16px 16px 46px;box-sizing: border-box;box-shadow: rgb(170, 209, 249) 0 0 6px -1px;background-color: #fff;
-            i{width: 150px;height: 122px;}
-            h5{width: 100%;text-align: left;margin-bottom: 12px;}
-            p{text-align: justify;line-height: 24px;margin: 0;@include multi-line-ellipsis(4);}
-          }
-          // 分页
-          .swiper-pagination-style {width: 200px;margin-left: -90px;bottom: 50px;}
-          // 左右滑动
-          .experience-swiper-tip{margin: 0}
-        }
-      }
-
-      // 应用场景
-      .platform-application-scenarios{
-        padding-bottom: 16px;
-        // swiper
-        .experience-swiper-box{
-          margin-top: 16px;
-          .experience-content-box{
-            height: 295px;box-shadow:none;padding: 16px;box-sizing: border-box;margin: 0 4% 40px;
-            h5{margin-bottom: 12px;color: #fff}
-            p{text-align: justify;line-height: 24px;margin: 0;@include multi-line-ellipsis(45);color: #fff}
-          }
-          .scenarios-gwks-box{
-            background-color: #ffbf00;
-            i{background-image: url("~static/images/client/exam/application-scenarios-img1.png");}
-          }
-          .scenarios-dxjs-box{
-            background-color: #3799db;
-            i{background-image: url("~static/images/client/exam/application-scenarios-img2.png");}
-          }
-          .scenarios-zgks-box{
-            background-color: #63ba86;
-            i{background-image: url("~static/images/client/exam/application-scenarios-img3.png");}
-          }
-          // 分页
-          .swiper-pagination-style {width: 76px;margin-left: -30px;bottom:25px;}
-          // 左右滑动
-          .experience-swiper-tip{margin: 0}
-
-        }
-
-      }
-    }
-  }
-  .client-new-platform-page{
-    .platform-products-services li:not(:last-child) {border: 0;}
-    .products-services-box{
-      width: 100%;
-      display: flex;
-      align-items: center;
-      justify-content: space-between;
-      margin-bottom: 160px;
-      img {height: 427px;}
-      .products-services-content{
-        padding: 0;
-        h5{margin-bottom: 50px;line-height: 44px;}
-        p{font-size: 16px;font-weight: 500;text-align: justify;color: #333333;line-height: 36px;margin-bottom: 50px;}
-        .client-default-Btn{background: #0065CD;border: 1px solid #0065CD;}
-        span.client-default-Btn {
-          background: #fff;
-          color: #0065CD;
-          margin-right: 0;
-        }
-      }
-    }
-    @media (max-width: 768px){
-      .products-services-box{
-        display: inline-block;margin-bottom: 36px;
-        img {height: auto;}
-        .products-services-content {
-          padding-top: 24px;
-          h5 {
-            margin-bottom: 24px;
-            line-height: 22px;
-          }
+ }
 
-          p {
-            margin-bottom: 24px; line-height: 24px;
-          }
-        }
-      }
-    }
-  }
 
   /********  describe: 培训平台--图片(和考试默认图片不同) author: TX  date:2020-08-14  ********/
   .client-train-page{

+ 8 - 67
components/footer.vue

@@ -1,73 +1,14 @@
 <template>
   <div class="client-footer">
-    <div class="client-container mta-hidden-xs">
-      <div class="contact-box">
-        <div class="contact-left-box">
-          <dl>
-            <dt>产品服务</dt>
-            <dd @click="goExamPage">考试平台</dd>
-            <dd @click="goPeixunPage">培训平台</dd>
-            <dd @click="goKechengPage">课程开发</dd>
-          </dl>
-          <dl>
-            <dt>关于栋科</dt>
-            <dd @click="goaboutUs">公司简介</dd>
-            <dd @click="goaboutUs">加入栋科</dd>
-            <dd @click="goaboutUs">联系我们</dd>
-            <dd @click="goHzs">城市合作商</dd>
-          </dl>
-          <dl>
-            <dt>帮助中心</dt>
-            <dd><a rel="nofollow"
-                   href="https://xzrnn7br7j.k.topthink.com/@mtavip/mta001.html"
-                   target="_blank">帮助文档</a></dd>
-            <!--<dd><a rel="nofollow" href="https://cdnks.mtavip.com/a/register?flug=1" target="_blank">应用下载</a></dd>-->
-          </dl>
-          <!--  <dl>
-              <dt>法律声明</dt>
-              <dd>服务条款</dd>
-              <dd>隐私声明</dd>
-              <dd>知识维权</dd>
-            </dl>-->
-          <dl>
-            <dt>关注我们</dt>
-            <dd class="two-code-box">微信公众号<i class="two-dimensional-code"></i></dd>
-            <!--<dd>新浪微博</dd>-->
-          </dl>
-          <dl v-if="hotList.length">
-            <dt>热门推荐</dt>
-            <div style="display: flex;flex-direction: column;justify-content: flex-start;flex-wrap: wrap;height: 80px">
-              <dd style="margin-right: 10px;text-align: left" v-for="item in hotList" :key="item.iiId" @click="checkNews(item)">{{item.biaoqian}}</dd>
-            </div>
-
-          </dl>
-        </div>
-        <div class="contact-right-box">
-          <div class="right-sw-box">
-            <h4>商务合作微信</h4>
-            <img :src="swTwoCodeImg" alt="商务合作扫微信"/>
-          </div>
-          <div style="vertical-align: top;">
-            <h3>400-052-2130</h3>
-            <p>周一至周日9:00-18:00</p>
-            <a href="https://p.qiao.baidu.com/cps/chat?siteId=17930048&userId=40179606&siteToken=e767a987c8404575246ab0084fb2c9bd" target="_blank">联系客服</a>
-          </div>
-        </div>
-      </div>
-      <div class="link-box">
-        <h4>友情链接</h4>
-        <div class="link-a-box">
-          <a :href="item.url" v-for="(item,index) in requestData" :key="index">{{item.name}}</a>
-        </div>
+    <div class="client-container">
+      <div class="footer-content-box">
+        <p>联系电话:010-88888888</p>
+        <p>地址:北京市昌平区北清路1号院6号楼11层2单元1209-B</p>
+        <p>官方邮箱:980182871@qq.com</p>
+        <p>北京诚祥教育咨询有限公司关联技术支持</p>
       </div>
-      <h5>Copyright © 2019 llisoft.com All rights reserved 大连栋科软件工程有限公司 版权所有 <a style="color: #B8B8BB"
-                                                                                href="https://beian.miit.gov.cn/#/Integrated/index">
-        辽ICP备09022904号-18</a></h5>
-    </div>
-    <div class="mta-hidden-sm phone-footer-box">
-      <p>Copyright © 2019 llisoft.com All rights reserved</p>
-      <p>大连栋科软件工程有限公司 版权所有</p>
-      <a href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备09022904号-18</a>
+      <h5>Copyright 2025.com All rights reserved 版权所有
+      <a style="color: #b8e9e1" href="https://beian.miit.gov.cn/#/Integrated/index">京ICP备00000000号-00</a></h5>
     </div>
   </div>
 </template>

+ 10 - 118
components/header.vue

@@ -1,32 +1,9 @@
 <template>
   <nav class="client-head">
-    <div class="client-container head-layout">
-      <!-- 手机导航 -->
-      <div class="head-left mta-hidden-sm">
-        <a :href="`${baseUrl}`" class="client-head-img"></a>
-        <!-- H5菜单 -->
-        <sj-nav :class="navClass" @navChange="navChange"></sj-nav>
-        <!-- 咨询电话 -->
-        <a class="phone-tel-box mta-hidden-sm" href="tel:400-052-2130">咨询电话:400-052-2130</a>
-        <!-- 手机按钮 -->
-        <div class="phone-nav-btn mta-hidden-sm" @click="changeHeadNav"></div>
-      </div>
-      <!-- PC导航 -->
-      <div class="head-left mta-hidden-xs">
-        <a :href="`${baseUrl}`" class="client-head-img"></a>
-        <div>
-          <div class="header-left-container">
-            <a class="phone-tel-box" href="tel:400-052-2130"> <i class="phone-tel-box-icon"></i> <span>咨询电话:400-052-2130</span></a>
-            <div class="head-right mta-hidden-xs">
-              <a class="right-tel-btn" href="https://cdnks.mtavip.com/a/register?flug=2" target="_blank" v-if="showBtnFlag">免费试用</a>
-              <a rel="nofollow" href="https://cdnks.mtavip.com/a/registerLogin" target="_blank" v-if="showBtnFlag">管理员登录</a>
-            </div></div>
-          <!-- PC菜单 -->
-          <pc-nav @navChange="headMenuSelect"></pc-nav>
-        </div>
-      </div>
-
-
+    <div class="client-container head-box">
+      <a :href="`${baseUrl}`" class="client-head-img"></a>
+      <!-- PC菜单 -->
+      <pc-nav @navChange="headMenuSelect"></pc-nav>
     </div>
   </nav>
 </template>
@@ -34,7 +11,6 @@
 <script>
   import mtaLink        from '~/components/mtaLink/index';
   import { mapGetters } from 'vuex';
-  import SjNav          from './mtaNav/sjNav';
   import PcNav          from './mtaNav/pcNav';
 
   let _ = require('lodash');
@@ -42,102 +18,36 @@
     name:       'mtaHeader',
     components: {
       PcNav,
-      SjNav,
       mtaLink,
     },
     computed: {
-      activeNav() {
-        return this.getActiveNav;
-      },
       baseUrl() {
         return this.getBaseUrl;
       },
-      ...mapGetters(['getActiveNav','getBaseUrl'])
+      ...mapGetters(['getBaseUrl'])
     },
     data() {
       return {
         showBtnFlag:false,
         navClass:'head-nav-up',
-        headerArrPhone:   [
-          {
-            content: '首页',
-            keyPath: '/',
-          },
-          {
-            content:  '考试系统',
-            keyPath:  '/examsystem',
-            children: [],
-          },
-          {
-            content:  '培训系统',
-            keyPath:  '/trainsystem',
-            children: [],
-          },
-       /*   {
-            content:  '课程资源',
-            keyPath:  '/resources',
-            children: [],
-          },*/
-          {
-            content:  '课程开发',
-            keyPath:  '/courseware',
-            children: [],
-          },
-          {
-            content:  '客户案例',
-            keyPath:  '/news',
-            children: [],
-          },
-          /*      {
-                  content:  '帮助中心',
-                  keyPath:  '/helpCenter',
-                  children: [],
-                },*/
-          {
-            content:  '关于我们',
-            keyPath:  '/introduction',
-            children: [],
-          },
-
-        ],
         headerArr:   [
           {
             content: '首页',
             keyPath: '/',
           },
           {
-            content:  '考试系统',
-            keyPath:  '/examsystem',
+            content:  '产品与服务',
+            keyPath:  '/cpyfw',
             children: [],
           },
           {
-            content:  '培训系统',
-            keyPath:  '/trainsystem',
-            children: [],
-          },
-          /*   {
-               content:  '课程资源',
-               keyPath:  '/resources',
-               children: [],
-             },*/
-          {
-            content:  '课程开发',
-            keyPath:  '/courseware',
-            children: [],
-          },
-          {
-            content:  '客户案例',
+            content:  '新闻中心',
             keyPath:  '/news',
             children: [],
           },
-          /*      {
-                  content:  '帮助中心',
-                  keyPath:  '/helpCenter',
-                  children: [],
-                },*/
           {
             content:  '关于我们',
-            keyPath:  '/introduction',
+            keyPath:  '/gywm',
             children: [],
           },
 
@@ -146,19 +56,7 @@
     },
     methods:{
       headMenuSelect(index){
-        if(index.indexOf('trainsystem') !== -1 || index.indexOf('examsystem') !== -1){
-          this.showBtnFlag = true;
-        }else {
-          this.showBtnFlag = false;
-        }
-      },
-      // 点击按钮菜单变化
-      changeHeadNav(){
-          if(this.navClass ==='head-nav-up' ){
-              this.navClass = 'head-nav-down'
-          }else{
-            this.navClass = 'head-nav-up'
-        }
+
       },
       navChange(){
         this.navClass = 'head-nav-up'
@@ -166,12 +64,6 @@
     },
     created() {
       let str = this.$route.fullPath;
-      //注意:!=-1即为为真,可以找到得情况
-      if(str.indexOf('trainsystem') !== -1 || str.indexOf('examsystem') !== -1){
-        this.showBtnFlag = true;
-      }else {
-        this.showBtnFlag = false;
-      }
     }
   };
 </script>

+ 9 - 184
components/mtaNav/pcNav.vue

@@ -1,22 +1,9 @@
 <template>
-  <div class="header-nav">
+  <div class="header-menu">
     <nuxt-link to="/" :class="{active : curActive === 'shouye'}">首页</nuxt-link>
-    <nuxt-link to="/examsystem" class="xwzx-row" :class="{'active': curActive === 'examsystem'}">考试系统</nuxt-link>
-    <nuxt-link to="/trainsystem" class="xwzx-row" :class="{'active': curActive === 'trainsystem'}">培训系统</nuxt-link>
-    <el-popover
-      placement="bottom"
-      trigger="hover"
-      popper-class="head-popper-box cp-popper-box"
-    >
-        <nuxt-link :to="item.url" v-for="(item,index) in kckfList" :key="index" class="head-popper-item">
-          <i></i>
-          <span class="head-popper-title">{{ item.title }}</span>
-          <!--<span class="head-popper-des">{{ item.des }}</span>-->
-        </nuxt-link>
-      <span class="head-nav-btn" slot="reference" :class="{active: curActive === 'courseware'}" @click="kckfBtn">课程开发<i class="el-icon-arrow-down el-icon--right"></i></span>
-    </el-popover>
-    <nuxt-link to="/news" :class="{active: curActive === 'news'}">新闻资讯</nuxt-link>
-    <nuxt-link to="/introduction" :class="{active: curActive === 'introduction'}">关于我们</nuxt-link>
+    <nuxt-link to="/cpyfw" class="xwzx-row" :class="{'active': curActive === 'cpyfw'}">产品与服务</nuxt-link>
+    <nuxt-link to="/news" class="xwzx-row" :class="{'active': curActive === 'news'}">新闻中心</nuxt-link>
+    <nuxt-link to="/gywm" :class="{active: curActive === 'gywm'}">关于我们</nuxt-link>
   </div>
 </template>
 
@@ -25,32 +12,6 @@ export default {
   name: "pcNav",
   data() {
     return {
-      kckfList: [
-        {
-          img: '#',
-          title: '课程开发',
-          // des: '为企业量身定做专属课程',
-          url: '/courseware/synopsis'
-        },
-        {
-          img: '#',
-          title: '微课制作',
-          // des: '海量精品课程专业定制',
-          url: '/courseware/custom'
-        },
-        {
-          img: '#',
-          title: '高端动画',
-          // des: '完善的平台运营体系',
-          url: '/courseware/animation'
-        },
-        {
-          img: '#',
-          title: '课件PPT',
-          // des: '助力企业推动培训学习进程',
-          url: '/courseware/ppt'
-        }
-      ],
     }
   },
   methods:{
@@ -63,21 +24,16 @@ export default {
   },
   computed: {
     curActive() {
-      const courseware = this.kckfList.map(item => item.url);
       const routerPath = this.$route.path
       // 首页
       if (routerPath === '/' || routerPath === '/index') {
         return 'shouye'
-      }  else if (routerPath === '/examsystem') {
-        return 'examsystem'
-      }else if (routerPath === '/trainsystem') {
-        return 'trainsystem'
-      } else if (routerPath === '/news') {
+      }  else if (routerPath === '/cpyfw') {
+        return 'cpyfw'
+      }else if (routerPath === '/news') {
         return 'news'
-      } else if (routerPath === '/introduction') {
-        return 'introduction'
-      } else if (courseware.some(path => path === routerPath)) {
-        return 'courseware'
+      } else if (routerPath === '/gywm') {
+        return 'gywm'
       }
     }
   },
@@ -93,137 +49,6 @@ export default {
 }
 </script>
 <style lang="scss">
-  //头部导航
-  .header-nav {
-    > span, > a {
-      height: 60px;
-      line-height: 60px;
-      font-size: 18px;
-      margin: 0 42px;
-      color: #333333;
-      cursor: pointer;
-    }
-
-    > a:last-child {
-      margin-right: 0;
-    }
-
-    > a:visited {
-      color: #333333;
-    }
-
-    > a.active {
-      color: #0066cc;
-      position: relative;
-    }
-
-    .active:before {
-      content: '';
-      width: 100%;
-      bottom: -10px;
-      left: 0;
-      height: 2px;
-      background-color: #0066cc;
-      display: block;
-      position: absolute;
-    }
 
-    // 导航按钮
-    .head-nav-btn.active {
-      position: relative;
-    }
-
-    .head-nav-btn.active:before {
-      width: 70%;
-      bottom: -10px;
-      left: 4%;
-    }
-  }
-  /* 导航二级菜单 */
-  .head-popper-box {
-    width: 620px;
-    display: flex;
-    align-items: center;
-    top:104px!important;
-    // 箭头
-    .popper__arrow::after {
-      content: ' ';
-      width: 0;
-      height: 0;
-      overflow: hidden;
-      position: absolute;
-      border-width: 6px;
-      border-style: dashed dashed solid;
-      border-color: transparent transparent #0066cc !important;
-      top: -12px;
-    }
 
-    // 列表
-    .head-popper-item {
-      width: 23%;
-      display: flex;
-      margin: 16px 1%;
-      align-items: center;
-      justify-content: center;
-
-      i {
-        width: 30px;
-        height: 30px;
-        background-size: contain;
-        display: inline-block;
-        margin-right: 12px;
-        background-repeat: no-repeat;
-        background-position: center;
-      }
-
-      .head-popper-title {
-        font-size: 16px;
-        line-height: 16px;
-        color: #333;
-        /*margin-bottom: 4px;*/
-        display: inline-block;
-      }
-
-      .head-popper-des {
-        display: block;
-        font-size: 12px;
-        color: #9c9c9c;
-      }
-    }
-    // 列表
-    .head-popper-item:nth-child(1) {
-      i {
-        background-image:url("~static/images/client/component/head-cp-icon1.png");
-      }
-    }
-
-    .head-popper-item:nth-child(2) {
-      i {
-        background-image:url("~static/images/client/component/head-cp-icon2.png");
-      }
-    }
-
-    .head-popper-item:nth-child(3) {
-      i {
-        background-image:url("~static/images/client/component/head-cp-icon3.png");
-      }
-    }
-
-    .head-popper-item:nth-child(4) {
-      i {
-        background-image:url("~static/images/client/component/head-cp-icon4.png");
-      }
-    }
-  }
-
-  .head-popper-box:before {
-    content: ' ';
-    width: 100%;
-    height: 2px;
-    position: absolute;
-    left: 0;
-    top: 0;
-    background-color: #0066cc;
-    border-radius: 4px 4px 0 0;
-  }
 </style>

+ 2 - 2
layouts/templateA.vue

@@ -34,9 +34,9 @@
 </script>
 <style lang="scss">
   .nuxt-box:not(.client-index-page){
-    width: 100%;padding-top: 120px;
+    width: 100%;padding-top: 90px;
     // 移动端手机尺寸(0-768)
-    @media (max-width: 768px){padding-top: 61px;}
+    /*@media (max-width: 768px){padding-top: 61px;}*/
   }
 
 </style>

+ 2 - 2
layouts/templateB.vue

@@ -34,8 +34,8 @@
 </script>
 <style lang="scss" scoped>
   .nuxt-box:not(.client-index-page){
-    width: 100%;padding-top: 120px;
+    width: 100%;padding-top: 90px;
     // 移动端手机尺寸(0-768)
-    @media (max-width: 768px){padding-top: 61px;}
+    /*@media (max-width: 768px){padding-top: 61px;}*/
   }
 </style>

+ 118 - 751
pages/index.vue

@@ -1,163 +1,147 @@
 <template>
 
   <div class="client-new-platform-page client-index-page">
-    <div style="display: none">
-      <!--<a :href="`${baseUrl}/pcdituye.html`"></a>-->
-      <a :href="`${baseUrl}/mta/pcsitemap.xml`"></a>
-    </div>
-
-    <h1 style='display:none;'>在线考试系统在线培训系统在线答题系统在线学习系统</h1>
-    <div style='display:none;'>
-      大连栋科软件工程有限公司是专业的在线考试系统教育软件与在线培训系统数字化资源服务供应商,创立于2007年,总部位于大连软件园。在线考试系统公司凭借成熟的项目研发和管理经验,致力于为客户提供全方位的在线教育解决方案,实现移动化、平台化、知识化、智能化学习管理模式,让学习变得更轻松。“共同成长、相伴一生”是栋科软件始终不渝的核心价值观。栋科软件在线培训系统将一如既往,持续创新、创造价值,与客户、合作伙伴共享共赢。
-      在线培训系统MTA是Master of Training Administration的缩写,含义是培训管理专家,麦塔在线答题系统致力于为客户提供专业的在线教育方案,打造企业核心竞争力。麦塔在线培训系统品牌诞生于2009年,在线考试系统公司创始团队多年来一直深耕在线教育领域,积累了丰富的行业经验。研发团队集结了来自互联网、科技、教育等多个领域专家级研发工程师,在线考试系统率先实现了移动化、平台化、知识化、智能化的学习管理模式。麦塔在线学习系统肩负着“改变互联网教育未来”的使命,持续创新、创造价值,在线答题系统与客户和合作伙伴共享共赢。
-    </div>
 
     <!-- 首页banner栏 -->
     <div class="client-banner-box">
-      <el-carousel trigger="click">
+      <el-carousel trigger="click" v-if="bannerList.length > 0">
         <el-carousel-item v-for="(item,index) in bannerList" :key="index">
-            <div @click="clickBanner(item)" :style="{backgroundImage: 'url(' + item.pic + ')'}" class="index-carousel-box"></div>
+            <div @click="clickBanner(item)" :style="{backgroundImage: 'url(' + item.image + ')'}" class="index-carousel-box"></div>
         </el-carousel-item>
       </el-carousel>
+      <div v-else :style="{backgroundImage: 'url(' + bannerDefault + ')'}" class="client-index-banner"></div>
     </div>
 
-    <!-- 发展历程-移动端隐藏-->
-    <div class="client-company-history mta-hidden-xs">
-      <div class="client-container">
-        <ul>
-          <li><div><p>150<span>+</span></p><h4>覆盖城市</h4></div></li>
-          <li><div><p>207,000<span>+</span></p><h4>服务企业</h4></div></li>
-          <li><div><p>1,280,000<span>+</span></p><h4>服务用户总数</h4></div></li>
-          <li><div><p>8600<span>+</span></p><h4>课件开发时长</h4></div></li>
-        </ul>
-      </div>
-    </div>
-
-    <!-- 产品和服务 -->
+    <!-- img list -->
     <div class="client-products-services">
-        <h4 class="client-title">产品和服务</h4>
+        <h4 class="client-double-title">家政公司<br/>专属管理与运营方案</h4>
         <div class="client-container">
             <div class="products-services-box website-row-reverse">
-          <img :src="productsImg1" alt="易用/稳定/高效的在线考试系统" />
-          <div class="products-services-content">
-              <h5>易用/稳定/高效的在线考试系统</h5>
-              <p class="p-before-circle">支持多端口多平台在线考试,与钉钉、微信、飞书等平台无缝对接</p>
-              <p class="p-before-circle">支持答题前人脸身份核验、禁止切屏等智能防作弊技术保障每场考试的公平</p>
-              <p class="p-before-circle">拥有丰富细致的考试管理功能,让企业轻松应对各种类型考试需求</p>
-              <p class="p-before-circle">系统性能稳定,高并发,支持万人同时在线进行考试</p>
-              <div class="client-btn-box"><div rel="nofollow" class="client-default-Btn" @click="FreeTrial(1)">免费试用</div><span  class="client-default-Btn" @click="goExamPage">了解详情</span></div>
+                <img :src="productsImg1" alt="专属管理与运营方案" />
+                <div class="products-services-content">
+                  <h5>定制化数据报表:</h5>
+                  <p>根据家政公司的规模和业务重点,生成专属家政人员信息数据,辅助决策。</p>
+                  <h5>个性化权限分配:</h5>
+                  <p>支持按岗位自定义权限,例如派单员仅能操作订单分配,财务仅可查看收支数据,确保管理安全。</p>
+                  <h5>灵活接单规则:</h5>
+                  <p>可设置专属派单逻辑,也可手动调整规则权重,适配公司运营策略。</p>
+                </div>
           </div>
         </div>
-        </div>
-        <div class="products-services-box" style="background: #f8fbff;padding-top: 48px;">
+        <div style="background: #f9fdfc;">
+          <h4 class="client-double-title">户主<br/>专属服务筛选与体验</h4>
           <div class="client-container">
-            <img :src="productsImg2" alt="一体化/全场景的在线培训学习系统" />
-            <div class="products-services-content">
-              <h5>一体化/全场景的在线培训学习系统</h5>
-              <p class="p-before-circle">支持电脑端、移动端随时随地在线培训学习、考试,从而不再受时间地点的约束</p>
-              <p class="p-before-circle">支持在线课程、直播教学、评论点赞、互动答题等强大的培训功能</p>
-              <p class="p-before-circle">标准化学习,支持课程、学时、学分、考试、练习、证书等标准化统一</p>
-              <p class="p-before-circle">多维度数据统计,深层分析学情,帮助企业实现人才发掘、测评、培养、考核、任用一体化</p>
-              <div class="client-btn-box"><div rel="nofollow" class="client-default-Btn" @click="FreeTrial(2)">免费试用</div><span class="client-default-Btn" @click="goPeixunPage">了解详情</span></div>
+            <div class="products-services-box">
+              <img :src="productsImg2" alt="专属服务筛选与体验" />
+              <div class="products-services-content">
+                <h5>个性化人员推荐</h5>
+                <p>根据户主的历史订单、家庭情况,智能筛选符合需求的家政人员,减少筛选时间。</p>
+                <h5>定制化订单设置:</h5>
+                <p>支持自定义服务细节),并可保存"常用服务模板",下次下单直接复用,提升效率。</p>
+                <h5>专属评价反馈通道:</h5>
+                <p>服务完成后,可根据自身关注点(自定义评价维度,评价结果将直接影响该家政人员的推荐优先级,保障后续服务质量。</p>
+              </div>
             </div>
           </div>
         </div>
+        <h4 class="client-double-title" style="padding: 0">家政人员<br/>专属成长与服务工具</h4>
         <div class="client-container">
-            <div class="products-services-box website-row-reverse">
-            <img :src="productsImg3" alt="数字课程开发服务" />
+          <div class="products-services-box website-row-reverse">
+            <img :src="productsImg3" alt="专属成长与服务工具" />
             <div class="products-services-content">
-              <h5>数字课程开发服务</h5>
-              <p>在线学习的成功与否,很大程度上取决于课程内容的质量,也就是常说的“内容为王”。栋科软件凭借优秀的课程开发团队为企业事业单位、院校教育、医疗、金融、零售连锁行业、汽车行业、餐饮等12大行业定制开发了上万门数字课程。</p>
-              <div class="client-btn-box"><div class="client-default-Btn" @click="applyFun">申请方案</div><span class="client-default-Btn" @click="goKechengPage">了解详情</span></div>
+              <h5>个性化服务提醒:</h5>
+              <p>根据家政人员的接单类型和服务区域,智能匹配订单,避免无效信息干扰。</p>
+              <h5>定制化培训计划:</h5>
+              <p>结合家政人员的现有技能和服务评价,推荐针对性培训课程,助力技能提升。</p>
+              <h5>灵活日程管理:</h5>
+              <p>支持手动添加个人档期,系统自动避开冲突订单,清晰掌握收入情况。</p>
             </div>
+          </div>
         </div>
+        <div style="background: #f9fdfc;padding-bottom: 24px">
+          <h4 class="client-double-title">管理后台<br/>专属行业监管与统计</h4>
+          <div class="client-container">
+            <div class="products-services-box">
+              <img :src="productsImg4" alt="专属服务筛选与体验" />
+              <div class="products-services-content">
+                <h5>定制化监管维度:</h5>
+                <p>针对不同地区的家政行业政策,可自定义监管规则,确保合规运营。</p>
+                <h5>定制化监管维度:</h5>
+                <p>支持按区域、按服务类型自定义统计维度,生成行业趋势报告,为政策制定或行业分析提供数据支持。</p>
+              </div>
+            </div>
+          </div>
         </div>
     </div>
 
-    <!-- 行业学习需求 -->
-    <div class="client-demand-box">
+    <!-- 合作客户 -->
+    <div class="client-customer-box">
       <div class="client-container">
-        <h4 class="client-title">满足不同行业学习需求</h4>
-        <el-tabs v-model="activeName" type="card" class="demand-box-tab">
-          <el-tab-pane label="考试系统" name="first">
-            <ul class="demand-tab-list demand-kaoshi-list">
-              <li v-for="item in kaoshiLiArray">
-                <div class="demand-content-box">{{item.demandNumber}}</div>
-                <a class="demand-onclick-btn mta-hidden-sm" @click="goDetailsPage(item.demandHref)"></a>
-                <div class="demand-img-box"><i></i><h4>{{item.demandTitle}}</h4></div>
-                <div class="demand-mask-box">
-                  <h4>{{item.demandTitle}}<a :href="`${baseUrl}/${item.demandHref}`"><span>了解详情</span><i></i></a></h4>
-                  <p>{{item.demandText}}</p>
-                  <div class="demand-icon-box">
-                    <a v-for="item2 in item.demandLinkBox" :href="`${baseUrl}/${item2.href}`"><img :src="item2.img" alt="客户案例"></a>
-                  </div>
-                </div>
-              </li>
-            </ul>
-            <div rel="nofollow" class="free-trial-default-btn" @click="FreeTrial(1)">免费试用</div>
-          </el-tab-pane>
-          <el-tab-pane label="培训系统" name="second">
-            <ul class="demand-tab-list demand-peixun-list">
-              <li v-for="item in peixunLiArray">
-                <div class="demand-content-box">{{item.demandNumber}}</div>
-                <a class="demand-onclick-btn mta-hidden-sm" :href="`${baseUrl}/${item.demandHref}`"></a>
-                <div class="demand-img-box"><i></i><h4>{{item.demandTitle}}</h4></div>
-                <div class="demand-mask-box">
-                  <h4>{{item.demandTitle}}<a :href="`${baseUrl}/${item.demandHref}`"><span>了解详情</span><i></i></a></h4>
-                  <p>{{item.demandText}}</p>
-                  <div class="demand-icon-box">
-                    <a v-for="item2 in item.demandLinkBox" :href="`${baseUrl}/${item2.href}`"><img :src="item2.img" alt="客户案例"></a>
-                  </div>
-                </div>
-              </li>
-            </ul>
-            <div rel="nofollow" class="free-trial-default-btn"  @click="FreeTrial(2)">免费试用</div>
-          </el-tab-pane>
-        </el-tabs>
+        <h4 class="client-double-title">合作客户<br/>他们一直都在使用</h4>
+        <ul class="customer-img-box">
+          <li><img :src="customerImg1" alt="吉邻家政" /></li>
+          <li><img :src="customerImg2" alt="优逸家政" /></li>
+          <li><img :src="customerImg3" alt="佳禾家政" /></li>
+          <li><img :src="customerImg1" alt="吉邻家政" /></li>
+          <li><img :src="customerImg2" alt="优逸家政" /></li>
+          <li><img :src="customerImg3" alt="佳禾家政" /></li>
+          <li><img :src="customerImg1" alt="吉邻家政" /></li>
+          <li><img :src="customerImg2" alt="优逸家政" /></li>
+          <li><img :src="customerImg3" alt="佳禾家政" /></li>
+          <li><img :src="customerImg1" alt="吉邻家政" /></li>
+          <li><img :src="customerImg2" alt="优逸家政" /></li>
+          <li><img :src="customerImg3" alt="佳禾家政" /></li>
+          <li><img :src="customerImg1" alt="吉邻家政" /></li>
+          <li><img :src="customerImg2" alt="优逸家政" /></li>
+          <li><img :src="customerImg3" alt="佳禾家政" /></li>
+          <li><img :src="customerImg1" alt="吉邻家政" /></li>
+          <li><img :src="customerImg2" alt="优逸家政" /></li>
+          <li><img :src="customerImg3" alt="佳禾家政" /></li>
+          <li><img :src="customerImg1" alt="吉邻家政" /></li>
+          <li><img :src="customerImg2" alt="优逸家政" /></li>
+          <li><img :src="customerImg3" alt="佳禾家政" /></li>
+          <li><img :src="customerImg1" alt="吉邻家政" /></li>
+          <li><img :src="customerImg2" alt="优逸家政" /></li>
+          <li><img :src="customerImg3" alt="佳禾家政" /></li>
+        </ul>
       </div>
     </div>
 
-    <!-- 为什么选择我们 -->
-    <div class="website-chose-box">
-      <div class="client-container">
-        <h4 class="client-title">为什么选择我们</h4>
-        <ul class="chose-img-box">
-          <li>
-            <div>
-              <span><img :src="choseImg1" alt="专业的顾问服务" /></span>
-              <h5>专业的顾问服务</h5>
-            </div>
-          </li>
-          <li>
-            <div>
-              <span><img :src="choseImg3" alt="完善的培训体系" /></span>
-              <h5>完善的培训体系</h5>
-            </div>
-          </li>
-          <li>
-            <div>
-              <span><img :src="choseImg2" alt="可靠的开发技术"/></span>
-              <h5>可靠的开发技术</h5>
-            </div>
-          </li>
-          <li>
-            <div>
-              <span><img :src="choseImg4" alt="成熟的运营能力" /></span>
-              <h5>成熟的运营能力</h5>
-            </div>
-          </li>
+    <!-- 合作伙伴 -->
+    <div style="background: #f9fdfc;padding-bottom: 64px">
+      <h4 class="client-title">合作伙伴</h4>
+      <div class="client-container mt25">
+        <ul class="hzhb-ul-box">
+          <li>全国工商联人才交流中心</li>
+          <li>北京家政协会</li>
+          <li>成都家政协会</li>
+          <li>全国工商联人才交流中心</li>
+          <li>成都家政协会</li>
+        </ul>
+        <ul class="hzhb-ul-box">
+          <li>全国工商联人才交流中心</li>
+          <li>北京家政协会</li>
+          <li>成都家政协会</li>
+          <li>全国工商联人才交流中心</li>
+        </ul>
+        <ul class="hzhb-ul-box">
+          <li>成都家政协会</li>
+          <li>北京家政协会</li>
+          <li>全国工商联人才交流中心</li>
+          <li>全国工商联人才交流中心</li>
+          <li>成都家政协会</li>
         </ul>
-        <div rel="nofollow" class="free-trial-default-btn" @click="FreeTrial(1)">免费试用</div>
       </div>
     </div>
 
     <!-- 新闻资讯 PC-->
-    <div class="client-news-information mta-hidden-xs">
+    <div class="client-news-information" v-if="topCarousels.length > 0">
       <h4 class="client-title">新闻资讯</h4>
       <div class="client-container">
           <div class="industry-information-box">
             <div class="industry-information-left">
-                <img :src="topCarousels[0].pic" alt="新闻资讯" />
+              <img v-if="topCarousels.length > 0" :src="topCarousels[0].cover || newImage" alt="新闻资讯"/>
+              <img v-else :src="newImage" alt="默认新闻"/>
                 <h4 @click="checkInfo(topCarousels[0])">{{ topCarousels[0].title }}<i></i></h4>
                 <div><b>{{ topCarousels[0].yyyy }}</b><span>{{ topCarousels[0].mmdd }}</span></div>
                 <p>{{ topCarousels[0].intro }}</p>
@@ -178,92 +162,6 @@
 
     </div>
 
-    <!-- 新闻资讯 手机-->
-    <div class="client-newsInfo-phone mta-hidden-sm">
-      <h4 class="client-title">新闻资讯</h4>
-      <el-carousel :interval="5000" type="card" height="300px" indicator-position="none" arrow="never">
-        <el-carousel-item v-for="(item,index) in topCarousels" :key="index" class="el-row">
-          <img :src="item.pic" alt="新闻资讯"  @click="checkInfo(item)"/>
-          <div class="newsInfo-card-content"  @click="checkInfo(item)">
-            <a style="display: none" :href="`${baseUrl}/news/${item.code}`"></a>
-            <h4>{{ item.title }}<i></i></h4>
-            <span>{{ item.yyyy }}-{{ item.mmdd }}</span>
-            <p>{{ item.intro }}</p>
-          </div>
-
-        </el-carousel-item>
-      </el-carousel>
-
-    </div>
-
-    <!-- 超过10万家客户的信任之选 -->
-    <div class="client-customer-box">
-      <div class="client-container">
-        <h4 class="client-title">超过10万家客户的信任之选</h4>
-        <ul class="customer-img-box">
-          <li><img :src="customerImg1" alt="中国人民银行" /></li>
-          <li><img :src="customerImg2" alt="汇丰" /></li>
-          <li><img :src="customerImg3" alt="中国银行" /></li>
-          <li><img :src="customerImg4" alt="中信银行" /></li>
-          <li><img :src="customerImg5" alt="中国民生银行" /></li>
-          <li><img :src="customerImg6" alt="astellas" /></li>
-          <li><img :src="customerImg7" alt="今日头条" /></li>
-          <li><img :src="customerImg8" alt="华图教育" /></li>
-          <li><img :src="customerImg9" alt="步步高" /></li>
-          <li><img :src="customerImg10" alt="小天才" /></li>
-          <li><img :src="customerImg11" alt="华发股份" /></li>
-          <li><img :src="customerImg12" alt="上海航空" /></li>
-          <li><img :src="customerImg13" alt="中国国际航空公司" /></li>
-          <li><img :src="customerImg14" alt="中国东方航空" /></li>
-          <li><img :src="customerImg15" alt="深圳航空" /></li>
-          <li><img :src="customerImg16" alt="中建八局" /></li>
-          <li><img :src="customerImg17" alt="SANOFI" /></li>
-          <li><img :src="customerImg18" alt="大连海事大学" /></li>
-          <li><img :src="customerImg19" alt="南京银行" /></li>
-          <li><img :src="customerImg20" alt="中国人民银行" /></li>
-        </ul>
-      </div>
-    </div>
-
-    <!-- 我们始终专注教育系统研发更懂用户需求 -->
-    <div class="client-cert-box">
-      <div class="client-container">
-        <h4 class="client-title">我们始终专注教育系统研发更懂用户需求</h4>
-        <div class="cert-img-box">
-          <span><img :src="certImg3" alt="栋科课程管理系统" /></span>
-          <span><img :src="certImg4" alt="栋科用户管理系统" /></span>
-          <span><img :src="certImg7" alt="麦塔培训系统" /></span>
-          <span><img :src="certImg6" alt="麦塔考试系统" /></span>
-          <span><img :src="certImg8" alt="知识产权管理体系认证证书" /></span>
-        </div>
-        <a class="client-default-Btn" :href="`${baseUrl}/introduction`">了解更多</a>
-      </div>
-    </div>
-
-    <el-dialog
-      :close-on-click-modal="false"
-      :visible.sync="telDl"
-      @close="delDlClose"
-      class="application-scheme-dialog"
-      center>
-      <i></i>
-      <p>免费获得课程开发解决方案</p>
-      <el-form :model="telChangeDate" status-icon :rules="telRules" ref="ruleTelForm" class="application-scheme-form">
-        <el-form-item  prop="tel">
-          <el-input v-model="telChangeDate.tel" placeholder="请输入手机号" class="dialog-input-tel"></el-input>
-        </el-form-item>
-        <div id="your-dom-id" class="nc-container"></div>
-        <el-form-item prop="verification">
-          <div class="verification">
-            <el-input v-model="telChangeDate.verification" placeholder="请输入验证码" class="dialog-input-code"></el-input>
-            <el-button  @click="checkVerification" :disabled="btnTextDisabled" class="dialog-code-btn">{{btnText}}</el-button>
-          </div>
-        </el-form-item>
-      </el-form>
-      <div class="application-scheme-btn" @click="dialogSave">申请方案</div>
-      <span>免费热线:400-052-2130</span><a href="https://p.qiao.baidu.com/cps/chat?siteId=17930048&userId=40179606&siteToken=e767a987c8404575246ab0084fb2c9bd" target="_blank">在线客服</a>
-    </el-dialog>
-
   </div>
 </template>
 
@@ -287,291 +185,37 @@
       store.commit('setActiveNav', '/');
 
       let [res1, res2] = await Promise.all([
-                                             await $axios.$post(`/home/news/carousel`, { 'newsClassifyId': 0 }).then(res => {
+                                             await $axios.$post(`/client/web/news/list`, { 'page': 1,'size':6 }).then(res => {
                                                return res;
                                              }),
-                                             await $axios.$post(`/home/banner/list`, { 'code': 1 }).then(res => {
+                                             await $axios.$post(`/client/web/home/list`, {}).then(res => {
                                                return res;
                                              }),
                                            ]);
       return {
 
-         topCarousels: res1.data.data||[],
-         bannerList: res2.data.data||[],
-
+         topCarousels: res1.data||[],
+         bannerList: res2.data||[],
+         bannerDefault:require(`~/static/images/website/banner/cx-banner-index.png`),
       };
     },
     data() {
       return {
         SystemWidthFlag:false,// 判断是否是手机端,默认为false,默认为PC端
         topCarousels2:  [],
+        newImage:   require(`~/static/images/website/index/news-img.png`),
         // 产品和服务
-        productsImg1:   require(`~/static/images/client/index/index-products-kaoshi.png`),
-        productsImg2:   require(`~/static/images/client/index/index-products-peixun.png`),
-        productsImg3:   require(`~/static/images/client/index/index-products-kejian.png`),
-        // 为什么选择我们
-        choseImg1:   require(`~/static/images/client/index/index-chose-service-icon.png`),
-        choseImg2:   require(`~/static/images/client/index/index-chose-system-icon.png`),
-        choseImg3:   require(`~/static/images/client/index/index-chose-tech-icon.png`),
-        choseImg4:   require(`~/static/images/client/index/index-chose-operate-icon.png`),
+        productsImg1:   require(`~/static/images/website/index/index-img1.png`),
+        productsImg2:   require(`~/static/images/website/index/index-img2.png`),
+        productsImg3:   require(`~/static/images/website/index/index-img3.png`),
+        productsImg4:   require(`~/static/images/website/index/index-img4.png`),
         // 客户logo
-        customerImg1:   require(`~/static/images/client/index/index-customer-img1.png`),
-        customerImg2:   require(`~/static/images/client/index/index-customer-img2.png`),
-        customerImg3:   require(`~/static/images/client/index/index-customer-img3.png`),
-        customerImg4:   require(`~/static/images/client/index/index-customer-img4.png`),
-        customerImg5:   require(`~/static/images/client/index/index-customer-img5.png`),
-        customerImg6:   require(`~/static/images/client/index/index-customer-img6.png`),
-        customerImg7:   require(`~/static/images/client/index/index-customer-img7.png`),
-        customerImg8:   require(`~/static/images/client/index/index-customer-img8.png`),
-        customerImg9:   require(`~/static/images/client/index/index-customer-img9.png`),
-        customerImg10:  require(`~/static/images/client/index/index-customer-img10.png`),
-        customerImg11:  require(`~/static/images/client/index/index-customer-img11.png`),
-        customerImg12:  require(`~/static/images/client/index/index-customer-img12.png`),
-        customerImg13:  require(`~/static/images/client/index/index-customer-img13.png`),
-        customerImg14:  require(`~/static/images/client/index/index-customer-img14.png`),
-        customerImg15:  require(`~/static/images/client/index/index-customer-img15.png`),
-        customerImg16:  require(`~/static/images/client/index/index-customer-img16.png`),
-        customerImg17:  require(`~/static/images/client/index/index-customer-img17.png`),
-        customerImg18:  require(`~/static/images/client/index/index-customer-img18.png`),
-        customerImg19:  require(`~/static/images/client/index/index-customer-img19.png`),
-        customerImg20:  require(`~/static/images/client/index/index-customer-img20.png`),
-        // 证书图片
-        certImg3:       require(`~/static/images/client/index/index-cert-img3.jpg`),
-        certImg4:       require(`~/static/images/client/index/index-cert-img4.jpg`),
-        certImg6:       require(`~/static/images/client/index/index-cert-img6.jpg`),
-        certImg7:       require(`~/static/images/client/index/index-cert-img7.jpg`),
-        certImg8:       require(`~/static/images/client/index/index-cert-img8.jpg`),
+        customerImg1:   require(`~/static/images/website/index/hzkh-icon1.png`),
+        customerImg2:   require(`~/static/images/website/index/hzkh-icon2.png`),
+        customerImg3:   require(`~/static/images/website/index/hzkh-icon3.png`),
         activeIndex:    '首页',
         activeName:     'first',// tab页签
-        kaoshiLiArray: [
-          {
-            demandNumber:'01',
-            demandTitle:'企事业单位',
-            demandHref:  'government',
-            demandText:    '无论是企业单位还是事业单位,每年都要举行年度考核、党建考核等各种不同形式的考试。而传统考试方式,从出题、组卷、印刷,到安排场地、试卷分发等,成本较高,不能完全适应现代企业管理模式。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon1-1.png`),
-                href: 'government',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon1-2.png`),
-                href: 'government',
-              },
-            ],
-          },
-          {
-            demandNumber:'02',
-            demandTitle:'信息产业',
-            demandHref:  'information',
-            demandText:    '近年来我国互联网继续保持增长态势,网络产业已经从过去的吸引眼球上逐渐转向以“盈利”为核心。如网络游戏、网上交易、网络广告、网络教育、网络短信等,新兴应用层出不穷,将推动产业融合发展和转型升级。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon2-1.png`),
-                href: 'information',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon2-2.png`),
-                href: 'information',
-              },
-            ],
-          },
-          {
-            demandNumber:'03',
-            demandTitle:'能源化工',
-            demandHref:  'energy',
-            demandText:    '信息化在社会的各行各业迅速发展,在石油、石化和煤炭等大型国有企业中要以信息化带动工业化、自动化,应用信息技术改造提升能源企业,加快企业信息化进程,提高信息技术应用水平。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon3-1.png`),
-                href: 'energy',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon3-3.png`),
-                href: 'energy',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon3-4.png`),
-                href: 'energy',
-              },
-            ],
-          },
-          {
-            demandNumber:'04',
-            demandTitle:'金融保险',
-            demandHref:  'financial',
-            demandText:    '金融无处不在并已形成一个庞大体系,金融学涉及的范畴、分支和内容非常广,对员工的知识储备要求较高,相对的考核难度也较大。所以金融保险业更需要考核数据来作为依据,帮助提升业务能力。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon4-1.png`),
-                href: 'financial',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon4-2.png`),
-                href: 'financial',
-              },
-            ],
-          },
-          {
-            demandNumber:'05',
-            demandTitle:'交通运输',
-            demandHref:  'traffic',
-            demandText:    '由于交通行业以技术先行,企业越来越需要具有扎实的汽车运用技术、交通运输系统规划与管理、物流系统工程等方面专业知识,并能独立从事汽车运用与管理的复合型高级工程技术人才,人才的培养格外重要。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon5-1.png`),
-                href: 'traffic',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon5-2.png`),
-                href: 'traffic',
-              },
-            ],
-          },
-          {
-            demandNumber:'06',
-            demandTitle:'教育培训',
-            demandHref:  'education',
-            demandText:    '教培行业存在的教师教学水平参差不齐,教学质量难以提升等问题,麦塔不仅是考试出题软件,还是在线教学考试系统,非常适合培训机构前期营销获客以及后期模拟考试的场景。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon6-1.png`),
-                href: 'education',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon6-2.png`),
-                href: 'education',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon6-3.png`),
-                href: 'education',
-              },
-            ],
-          },
-        ],
-        peixunLiArray: [
-          {
-            demandNumber:'01',
-            demandTitle:'食品餐饮',
-            demandHref:  'restaurant',
-            demandText:    '随着社会经济的不断发展,餐饮文化的传播将越来越国际化和市场化。如何应对蓬勃发展的餐饮形势,不仅只是餐饮企业所面对的问题,同时也是烹饪教育应该思考的问题。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon7-1.png`),
-                href: 'restaurant',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon7-2.png`),
-                href: 'restaurant',
-              },
-            ],
-          },
-          {
-            demandNumber:'02',
-            demandTitle:'教育培训',
-            demandHref:  'trainEducation',
-            demandText:    '教培行业存在的教师教学水平参差不齐,教学质量难以提升等问题,麦塔不仅是考试出题软件,还是在线教学考试系统,非常适合培训机构前期营销获客以及后期模拟考试的场景。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon8-1.png`),
-                href: 'trainEducation',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon8-2.png`),
-                href: 'trainEducation',
-              },
-            ],
-          },
-          {
-            demandNumber:'03',
-            demandTitle:'医疗行业',
-            demandHref:  'medical',
-            demandText:    '医学类考试种类繁多,全国各级医学教育机构,如医学院,卫校,护校的本科,研究生,大中专教育培训考试等,一些医学高等院校的附属医院同时还有本科,研究生在校生的教学考试工作等。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon9-1.png`),
-                href: 'medical',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon9-2.png`),
-                href: 'medical',
-              },
-            ],
-          },
-          {
-            demandNumber:'04',
-            demandTitle:'企事业单位',
-            demandHref:  'trainGovernment',
-            demandText:    '无论是企业单位还是事业单位,每年都要举行年度考核、党建考核等各种不同形式的考试。而传统考试方式,从出题、组卷、印刷,到安排场地、试卷分发等,成本较高,不能完全适应现代企业管理模式。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon10-1.png`),
-                href: 'trainGovernment',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon10-2.png`),
-                href: 'trainGovernment',
-              },
-            ],
-          },
-          {
-            demandNumber:'05',
-            demandTitle:'能源化工',
-            demandHref:  'trainEnergy',
-            demandText:    '信息化在社会的各行各业迅速发展,在石油、石化和煤炭等大型国有企业中要以信息化带动工业化、自动化,应用信息技术改造提升能源企业,加快企业信息化进程,提高信息技术应用水平。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon11-1.png`),
-                href: 'trainEnergy',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon11-2.png`),
-                href: 'trainEnergy',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon11-3.png`),
-                href: 'trainEnergy',
-              },
-            ],
-          },
-          {
-            demandNumber:'06',
-            demandTitle:'制造行业',
-            demandHref:  '#',
-            demandText:    '传统制造行业往往都是人才密集型企业,人力资源的人才培训压力巨大,传统的线下培训方式人员集中,人力、财力、精力消耗过大,全新的在线培训系统的出现,很好解决了辅助企业人才培养的多元化发展,使培训计划可追溯,培训效果可检验,培训结果可视化。',
-            demandLinkBox: [
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon12-1.png`),
-                href: '#',
-              },
-              {
-                img:        require(`~/static/images/client/index/index-demand-icon12-2.png`),
-                href: '#',
-              },
-            ],
-          },
-        ],
-
-        btnTextDisabled: false,
-        telDl: false,
-        btnText:         '获取验证码',
-        countdown:       60, // 60秒倒计时
-        sliderData:      {},
-        appKey:          'FFFF0N00000000007EC0',
-        telChangeDate:   {},
-        telRules:        {
-          tel:          [
-            { trigger: 'blur', required: true, message: '请输入手机号' },
-          ],
-          verification: [
-            { trigger: 'blur', required: true, message: '请输入验证码' },
-          ],
-        },
-
-
       };
-
-
     },
 
     head(){
@@ -586,47 +230,11 @@
             name: 'keywords',
             content: '在线考试系统,考试系统,在线培训系统,培训系统,在线答题系统,答题系统,在线学习系统,学习系统,答题软件'
           },
-        /*  {
-            name: 'mobile-agent',
-            content: 'format=html5;url=https://m.mtavip.com'
-          },*/
-          {
-            name: 'bytedance-verification-code',
-            content: 'EoTQ4NuK4pxkCu7efFJH'
-          },
-          {
-            'http-equiv': 'Cache-Control',
-            content: 'no-transform'
-          },
+
         ],
-        link:[
-         /* {
-            rel:'alternate',
-            media:'only screen and(max-width: 640px)',
-            href:'https://m.mtavip.com'
-          },*/
-          {
-            rel:'canonical',
-            href:'https://www.mtavip.com/'
-          }
-        ]
       }
     },
     methods:    {
-      // 移动端跳转详情页
-      goDetailsPage(data){
-        this.$router.push({ name: data});
-      },
-      // 判断是否为移动端
-      getSystemWidth(){
-        var browserWidth=document.documentElement.clientWidth;
-        if(browserWidth <= 768){
-          this.SystemWidthFlag = true;
-        }else{
-          this.SystemWidthFlag = false;
-        }
-
-      },
       clickBanner(data){
       /*  console.log(data);
 
@@ -636,244 +244,6 @@
         // this.$router.push({ name: 'indexEducation' });
       },
 
-      // 免费试用
-      FreeTrial(type){
-        var registerType = type;
-        this.getSystemWidth();
-        if(this.SystemWidthFlag){
-          if(registerType===1) {
-            window.open('https://cdnks.mtavip.com/mdist/#/webRegister?flug=2')
-          }else {
-            window.open('https://cdnks.mtavip.com/mdist/#/webRegister?flug=2')
-          }
-        }else{
-          if(registerType===1){
-            window.open('https://cdnks.mtavip.com/a/register?flug=2')
-          }else{
-            window.open('https://cdnks.mtavip.com/a/register?flug=2')
-          }
-
-        }
-      },
-      // 申请方案
-      applyFun() {
-        this.getSystemWidth();
-        if(this.SystemWidthFlag){
-          this.$router.push({ name: 'CourseDevelopPhone', query: {pageName: 'shouye',} });
-        }else{
-          this.telDl = true;
-          this.sliderFun();
-        }
-
-      },
-
-      dialogSave(){
-        this.$refs.ruleTelForm.validate((valid) => {
-          if (valid) {
-            // 请求后台
-            const options = {
-              phone:  this.telChangeDate.tel,
-              code: this.telChangeDate.verification,
-            };
-
-            this.$axios.$post('/develop/add',options).then(res=>{
-              if (res.code === 0 && res.data) {
-                this.telDl = false;
-                this.$message.success('申请成功');
-              } else {
-                this.$message.error('申请失败');
-              }
-            });
-          }
-        });
-
-      },
-
-
-      delDlClose(){
-        this.telDl  =false;
-        this.countdown = -1;
-        this.$refs.ruleTelForm.resetFields();
-        __nc.reset();
-
-
-      },
-
-      /**
-       * 串联加载指定的脚本
-       * 串联加载[异步]逐个加载,每个加载完成后加载下一个
-       * 全部加载完成后执行回调
-       * @param array|string 指定的脚本们
-       * @param function 成功后回调的函数
-       * @return array 所有生成的脚本元素对象数组
-       * 异步加载js后运行回调函数callback / scripts 为数组或字符串
-       */
-      seriesLoadScripts(scripts, callback) {
-        if (typeof (scripts) != 'object') {
-          var scripts = [scripts];
-        }
-        var HEAD = document.getElementsByTagName('head').item(0) || document.documentElement;
-        var s = new Array(), last = scripts.length - 1, recursiveLoad = function (i) { //递归
-          s[i] = document.createElement('script');
-          s[i].setAttribute('type', 'text/javascript');
-          s[i].onload = s[i].onreadystatechange = function () { //Attach handlers for all browsers
-            if (!/*@cc_on!@*/0 || this.readyState == 'loaded' || this.readyState == 'complete') {
-              this.onload = this.onreadystatechange = null;
-              this.parentNode.removeChild(this);
-              if (i != last) {
-                recursiveLoad(i + 1);
-              } else if (typeof (callback) == 'function') {
-                callback();
-              }
-            }
-          };
-          s[i].setAttribute('src', scripts[i]);
-          HEAD.appendChild(s[i]);
-        };
-        recursiveLoad(0);
-      },
-      // 滑块
-      sliderFun() {
-        const nc_token = [this.appKey, (new Date()).getTime(), Math.random()].join(':');
-        console.log(nc_token);
-        const NC_Opt = {
-          //声明滑动验证需要渲染的目标元素ID。
-          renderTo:    '#your-dom-id',
-          //应用类型标识。它和使用场景标识(scene字段)一起决定了滑动验证的业务场景与后端对应使用的策略模型。您可以在人机验证控制台的配置管理页签找到对应的appkey字段值,请务必正确填写。
-          appkey:      this.appKey,
-          //使用场景标识。它和应用类型标识(appkey字段)一起决定了滑动验证的业务场景与后端对应使用的策略模型。您可以在人机验证控制台的配置管理页签找到对应的scene值,请务必正确填写。
-          scene:       'nc_message',
-          //滑动验证码的主键,请勿将该字段定义为固定值。确保每个用户每次打开页面时,其token值都是不同的。系统默认的格式为:”您的appkey”+”时间戳”+”随机数”。
-          token:       nc_token,
-          //滑动条的宽度。
-          customWidth: 300,
-          //业务键字段,可为空。为便于线上问题的排查,建议您按照线上问题定位文档中推荐的方法配置该字段值。
-          trans:       { 'key1': 'code0' },
-          //通过Dom的ID属性自动填写trans业务键,可为空。建议您按照线上问题定位文档中推荐的方法配置该字段值。
-          elementID:   ['usernameID'],
-          //是否自定义配置底层采集组件。如无特殊场景,请使用默认值(0),即不自定义配置底层采集组件。
-          is_Opt:      0,
-          //语言。PC端Web页面场景默认支持18国语言,详细配置方法请参见自定义文案与多语言文档。
-          language:    'cn',
-          //是否启用。一般情况,保持默认值(true)即可。
-          isEnabled:   true,
-          //内部网络请求的超时时间。一般情况建议保持默认值(3000ms)。
-          timeout:     3000,
-          //允许服务器超时重复次数,默认5次。超过重复次数后将触发报错。
-          times:       5,
-          //用于自定义滑动验证各项请求的接口地址。一般情况,请勿配置该参数。
-          apimap:      {
-            // 'analyze': '//a.com/nocaptcha/analyze.jsonp',
-            // 'get_captcha': '//b.com/get_captcha/ver3',
-            // 'get_captcha': '//pin3.aliyun.com/get_captcha/ver3'
-            // 'get_img': '//c.com/get_img',
-            // 'checkcode': '//d.com/captcha/checkcode.jsonp',
-            // 'umid_Url': '//e.com/security/umscript/3.2.1/um.js',
-            // 'uab_Url': '//aeu.alicdn.com/js/uac/909.js',
-            // 'umid_serUrl': 'https://g.com/service/um.json'
-          },
-          //前端滑动验证通过时会触发该回调参数。您可以在该回调参数中将请求标识(token)、会话ID(sessionid)、签名串(sig)字段记录下来,随业务请求一同发送至您的服务端调用验签。
-          callback:    (data) => {
-            this.sliderData = Object.assign({}, data, {
-              appkey: NC_Opt.appkey,
-              scene:  NC_Opt.scene,
-            });
-            console.log( this.sliderData);
-          },
-        };
-        let date11 = () => {
-
-          let _date = new Date();
-          let year = _date.getFullYear().toString();
-          let month = _date.getMonth().toString();
-          let day = _date.getDate().toString();
-          let a = _date.getHours().toString();
-          let b = _date.getMinutes().toString();
-          let c = _date.getSeconds().toString();
-
-          return year + month + day + a + b + c;
-        };
-        let c = date11();
-        const scripts = [
-          `https://g.alicdn.com/sd/ncpc/nc.js?t=${c}`,
-        ];
-        this.seriesLoadScripts(scripts, function () {
-          var nc = new noCaptcha(NC_Opt);
-          nc.upLang('cn', {
-            _startTEXT:    '请按住滑块,拖动到最右边',
-            _yesTEXT:      '验证通过',
-            _error300:     '哎呀,出错了,点击<a href="javascript:__nc.reset()">刷新</a>再来一次',
-            _errorNetwork: '网络不给力,请<a href="javascript:__nc.reset()">点击刷新</a>',
-          });
-        });
-
-      },
-
-      // 倒计时60秒
-      setTime() {
-        if (this.countdown === 0) {
-          this.btnTextDisabled = false;
-          this.btnText = '获取验证码';
-          this.countdown = 60;
-        }else if(this.countdown === -1){
-          this.btnTextDisabled = false;
-          this.btnText = '获取验证码';
-          this.countdown = 60;
-        }else {
-          this.btnTextDisabled = true;
-          this.btnText = '重新发送(' + this.countdown + 's)';
-          this.countdown--;
-          setTimeout(() => {
-            this.setTime();
-          }, 1000);
-        }
-      },
-      // 验证码
-      checkVerification() {
-        if (this.sliderData.appkey === undefined) {
-          this.$message.error('请先通过滑块校验');
-          return;
-        }
-        this.$axios.$post(`/develop/exists`,{  phone: this.telChangeDate.tel}).then(res=>{
-
-          if (res.code === 0 && res.data) {
-
-            let req = {
-              'appkey':    this.sliderData.appkey,
-              'phone':     this.telChangeDate.tel,
-              'scene':     this.sliderData.scene,
-              'sessionid': this.sliderData.csessionid,
-              'sig':       this.sliderData.sig,
-              'token':     this.sliderData.token,
-              'type':      0,
-            }
-            this.$axios.$post('/sendCode',req).then(res=>{
-              if (res.code === 0 && res.data) {
-                this.setTime();
-              }else {
-                this.$message.error(res.msg||'手机号已存在');
-              }
-            })
-          } else {
-            this.$message.error(res.msg||'手机号已存在');
-            return false;
-          }
-
-        })
-      },
-
-
-
-
-      goExamPage(){
-        this.$router.push({ name: 'examsystem' });
-      },
-      goPeixunPage(){
-        this.$router.push({ name: 'trainsystem' });
-      },
-      goKechengPage(){
-        this.$router.push({ path: '/courseware/synopsis' });
-      },
       checkInfo(data) {
         const opt = {
           id: data.code,
@@ -887,9 +257,6 @@
       },
       ...mapGetters(['getBaseUrl']),
     },
-    mounted() {
-      this.getSystemWidth();
-    }
   };
 </script>