dever 3 年之前
父節點
當前提交
a36bed802b
共有 40 個文件被更改,包括 2405 次插入4 次删除
  1. 5 4
      config/base.php
  2. 50 0
      main/assets/pc/css/agreement.css
  3. 56 0
      main/assets/pc/css/article.css
  4. 111 0
      main/assets/pc/css/contact.css
  5. 207 0
      main/assets/pc/css/global.css
  6. 74 0
      main/assets/pc/css/help.css
  7. 220 0
      main/assets/pc/css/index.css
  8. 102 0
      main/assets/pc/css/jd.css
  9. 132 0
      main/assets/pc/css/news.css
  10. 114 0
      main/assets/pc/html/agreement.html
  11. 111 0
      main/assets/pc/html/article.html
  12. 123 0
      main/assets/pc/html/contact.html
  13. 122 0
      main/assets/pc/html/help.html
  14. 190 0
      main/assets/pc/html/home.html
  15. 155 0
      main/assets/pc/html/jd.html
  16. 164 0
      main/assets/pc/html/news.html
  17. 二進制
      main/assets/pc/img/1-a3b846dd.png
  18. 二進制
      main/assets/pc/img/2-b3b78c97.png
  19. 二進制
      main/assets/pc/img/3-daafbb7c.png
  20. 二進制
      main/assets/pc/img/4-34d197f2.png
  21. 二進制
      main/assets/pc/img/arrow-t-b735af20.png
  22. 二進制
      main/assets/pc/img/arrow-t-c-3f19b4ca.png
  23. 二進制
      main/assets/pc/img/douyin-c1c2eeac.png
  24. 二進制
      main/assets/pc/img/icon-address-a265887f.png
  25. 二進制
      main/assets/pc/img/icon-play-7e97bae5.png
  26. 二進制
      main/assets/pc/img/logo-706bce7e.png
  27. 二進制
      main/assets/pc/img/logo-g-c19573c6.png
  28. 二進制
      main/assets/pc/img/next-0f9544da.png
  29. 二進制
      main/assets/pc/img/prev-f58671c5.png
  30. 二進制
      main/assets/pc/img/qrcode-fa90701c.png
  31. 二進制
      main/assets/pc/img/tmp-7bbe3c38.jpg
  32. 二進制
      main/assets/pc/img/weibo-ac69875b.png
  33. 40 0
      main/assets/pc/js/agreement.js
  34. 44 0
      main/assets/pc/js/article.js
  35. 48 0
      main/assets/pc/js/contact.js
  36. 139 0
      main/assets/pc/js/global.js
  37. 54 0
      main/assets/pc/js/help.js
  38. 45 0
      main/assets/pc/js/index.js
  39. 54 0
      main/assets/pc/js/jd.js
  40. 45 0
      main/assets/pc/js/news.js

+ 5 - 4
config/base.php

@@ -147,11 +147,12 @@ $config['template'] = array
 
     'replace' => array
     (
-        'css' => 'css/',
-        'js' => 'js/',
-        'images' => 'images/',
+        'css' => '../css/',
+        'js' => '../js/',
+        'images' => '../images/',
+        'img' => '../img/',
         'script' => '../script/',
-        'static' => './static/',
+        'static' => '../static/',
     ),
 
     # 编译器与模板对应关系目录,定义之后,代表可以完全不改动前端的代码,可以为空,为空则一一对应,参考manage

+ 50 - 0
main/assets/pc/css/agreement.css

@@ -0,0 +1,50 @@
+.main {
+  position: relative;
+  width: 100%;
+  min-width: 1200px;
+  overflow-x: hidden;
+}
+.main .wrapper {
+  position: relative;
+  z-index: 1;
+}
+.main .tit {
+  padding: 100px 0 50px;
+}
+.main .tit h2 {
+  text-align: center;
+  font-size: 26px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+}
+.main .tit p {
+  color: #999999;
+  font-size: 18px;
+  text-align: center;
+}
+.main .tit p a {
+  color: #02AB79;
+}
+.main dl {
+  box-sizing: border-box;
+  line-height: 34px;
+  margin-bottom: 30px;
+}
+.main dl dt h5 {
+  font-size: 18px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+}
+.main dl dt > div {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+  font-size: 16px;
+}
+.main dl dd {
+  font-size: 16px;
+  text-indent: 2em;
+  color: #999999;
+}
+.main .pagation {
+  margin: 100px 0 50px;
+}

+ 56 - 0
main/assets/pc/css/article.css

@@ -0,0 +1,56 @@
+.main {
+  position: relative;
+  width: 100%;
+  min-width: 1200px;
+  overflow-x: hidden;
+}
+.main .wrapper {
+  position: relative;
+  z-index: 1;
+}
+.main article {
+  -ms-flex-negative: 0;
+      flex-shrink: 0;
+  width: 1200px;
+  padding-top: 70px;
+}
+.main article h1 {
+  width: 890px;
+  font-size: 37px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+}
+.main article .article-infos {
+  padding: 30px 0;
+  display: -ms-flexbox;
+  display: flex;
+  color: #999999;
+  font-size: 18px;
+  width: 890px;
+}
+.main article .article-infos span {
+  margin-right: 100px;
+}
+.main article img {
+  max-width: 100%;
+}
+.main article p {
+  text-indent: 2em;
+  color: #999999;
+  line-height: 34px;
+}
+.main article .article-content {
+  width: 890px;
+}
+.main article .news-cont {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+  -ms-flex-align: start;
+      align-items: flex-start;
+  width: 100%;
+}
+.main .float-shares .prev img, .main .float-shares .next img {
+  width: 48px;
+  height: 48px;
+}

+ 111 - 0
main/assets/pc/css/contact.css

@@ -0,0 +1,111 @@
+.main {
+  position: relative;
+  width: 100%;
+  min-width: 1200px;
+  overflow-x: hidden;
+}
+.main .wrapper {
+  position: relative;
+  z-index: 1;
+}
+.main .contact {
+  padding-bottom: 50px;
+}
+.main .contact h3 {
+  font-size: 26px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+  text-align: center;
+  padding: 50px 0;
+  position: relative;
+}
+.main .contact h3 .sub-t {
+  margin-top: 30px;
+  font-size: 18px;
+  font-weight: normal;
+  font-family: PingFangSC-Regular, PingFang SC;
+  color: #999999;
+}
+.main .contact .contact-list {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: distribute;
+      justify-content: space-around;
+}
+.main .contact .contact-list dl {
+  list-style: none;
+  width: 320px;
+  border-radius: 10px;
+  background-color: #F5F5F5;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-direction: column;
+      flex-direction: column;
+  -ms-flex-pack: center;
+      justify-content: center;
+  -ms-flex-align: center;
+      align-items: center;
+  padding: 78px 0;
+}
+.main .contact .contact-list dl dt {
+  margin-bottom: 30px;
+}
+.main .contact .contact-list dl dt img {
+  display: block;
+  width: 70px;
+  height: 70px;
+  border-radius: 50%;
+}
+.main .contact .contact-list dl dd {
+  font-size: 16px;
+  line-height: 30px;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-direction: column;
+      flex-direction: column;
+  -ms-flex-pack: center;
+      justify-content: center;
+  -ms-flex-align: center;
+      align-items: center;
+  font-size: 18px;
+}
+.main .contact .contact-list dl dd b {
+  margin-bottom: 20px;
+}
+.main .contact .contact-list dl dd i {
+  font-style: normal;
+  color: #999999;
+}
+.main .address {
+  padding-bottom: 50px;
+}
+.main .address h3 {
+  font-size: 26px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+  text-align: center;
+  padding: 50px 0;
+  position: relative;
+}
+.main .address iframe {
+  border: 1px solid #efefef;
+}
+.main .address .address-text {
+  margin-top: 30px;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-align: center;
+      align-items: center;
+  -ms-flex-pack: center;
+      justify-content: center;
+  font-size: 18px;
+}
+.main .address .address-text .icon-address {
+  background: url(../img/icon-address-a265887f.png) no-repeat;
+  width: 18px;
+  height: 25px;
+  background-size: cover;
+  margin: 0 10px 0 20px;
+}
+.main .address .address-text i {
+  color: #999999;
+  font-style: normal;
+}

+ 207 - 0
main/assets/pc/css/global.css

@@ -0,0 +1,207 @@
+body, ul, li, h1, h2, h3, h4, h5, h6, input, i, dl, dt, dd {
+  margin: 0;
+  padding: 0;
+  color: #333333;
+  font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
+  font-size: 16px;
+}
+a {
+  text-decoration: none;
+  color: #333333;
+}
+a:hover {
+  color: #02AB79;
+}
+.wrapper {
+  width: 1200px;
+  margin: 0 auto;
+}
+header {
+  padding: 24px 0;
+  min-width: 1200px;
+  width: 100%;
+  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
+}
+header .wrapper {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+  -ms-flex-align: center;
+      align-items: center;
+}
+header .wrapper .logo {
+  display: block;
+  width: 178px;
+}
+header .wrapper .logo img {
+  display: block;
+  width: 100%;
+}
+header .wrapper nav {
+  display: -ms-flexbox;
+  display: flex;
+}
+header .wrapper nav a {
+  display: block;
+  margin-left: 60px;
+  border-bottom: 3px solid transparent;
+  line-height: 34px;
+}
+header .wrapper nav a:hover, header .wrapper nav a.current {
+  border-bottom: 3px solid #02AB79;
+  color: #02AB79;
+}
+footer {
+  background-color: #02AB79;
+  padding: 80px 0 30px;
+  min-width: 1200px;
+  width: 100%;
+}
+footer section {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+  -ms-flex-align: start;
+      align-items: flex-start;
+}
+footer section .flogo {
+  width: 180px;
+  height: auto;
+  -ms-flex-negative: 0;
+      flex-shrink: 0;
+}
+footer section .list {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex: 1;
+      flex: 1;
+  margin-left: 100px;
+}
+footer section .list dl {
+  width: 200px;
+}
+footer section .list dl dt {
+  color: #ffffff;
+  font-size: 18px;
+}
+footer section .list dl dd {
+  position: relative;
+  color: #ffffff;
+  font-size: 14px;
+  margin-top: 20px;
+}
+footer section .list dl dd a {
+  color: #ffffff;
+}
+footer section .list dl dd .qrcodelayer {
+  display: none;
+  position: absolute;
+  background-color: #ffffff;
+  padding: 5px;
+  right: -30px;
+  top: 50%;
+  transform: translateY(-50%);
+  z-index: 10;
+}
+footer section .list dl dd .qrcodelayer:before {
+  position: absolute;
+  display: block;
+  content: '';
+  width: 0;
+  height: 0;
+  border-top: 7px solid transparent;
+  border-right: 10px solid #ffffff;
+  border-bottom: 7px solid transparent;
+  left: -10px;
+  top: 50%;
+  transform: translateY(-50%);
+}
+footer section .list dl dd .qrcodelayer img {
+  width: 100px;
+  height: 100px;
+  display: block;
+}
+footer section .list dl dd:hover a {
+  color: #333333;
+}
+footer section .list dl dd:hover .qrcodelayer {
+  display: block;
+}
+footer .icp {
+  padding-top: 60px;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: center;
+      justify-content: center;
+}
+footer .icp a {
+  margin: 0 25px;
+  color: #ffffff;
+}
+.pagation {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: center;
+      justify-content: center;
+}
+.pagation li {
+  list-style: none;
+  width: 48px;
+  height: 48px;
+  border-radius: 20px;
+  border: 1px solid #D6D6D6;
+  font-size: 20px;
+  text-align: center;
+  line-height: 48px;
+  color: #ffffff;
+  margin: 0 8px;
+}
+.pagation li a {
+  color: #999999;
+}
+.pagation li.active {
+  background-color: #02AB79;
+  border-color: #02AB79;
+}
+.float-shares {
+  width: 276px;
+  background-color: #F8F8F8;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-direction: column;
+      flex-direction: column;
+  -ms-flex-align: center;
+      align-items: center;
+  padding: 40px 60px;
+  box-sizing: border-box;
+}
+.float-shares h5 {
+  color: #02AB79;
+  border-bottom: 3px solid #02AB79;
+  line-height: 40px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+  margin-bottom: 50px;
+  font-size: 18px;
+}
+.float-shares dl {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-direction: column;
+      flex-direction: column;
+  -ms-flex-align: center;
+      align-items: center;
+  text-align: center;
+  margin-bottom: 50px;
+  font-size: 16px;
+}
+.float-shares dl img {
+  width: 82px;
+  height: 82px;
+  border-radius: 50%;
+  margin-bottom: 10px;
+}
+.float-shares dl img.qrcode {
+  border-radius: 0;
+}

+ 74 - 0
main/assets/pc/css/help.css

@@ -0,0 +1,74 @@
+.main {
+  position: relative;
+  width: 100%;
+  min-width: 1200px;
+  overflow-x: hidden;
+}
+.main .wrapper {
+  position: relative;
+  z-index: 1;
+}
+.main .tit {
+  padding: 100px 0 50px;
+}
+.main .tit h2 {
+  text-align: center;
+  font-size: 26px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+}
+.main .tit p {
+  color: #999999;
+  font-size: 18px;
+  text-align: center;
+}
+.main .tit p a {
+  color: #02AB79;
+}
+.main dl {
+  border: 1px solid #02AB79;
+  border-radius: 20px;
+  padding: 32px;
+  box-sizing: border-box;
+  margin-bottom: 30px;
+  background-color: #F5F5F5;
+}
+.main dl:hover dt, .main dl:hover dd, .main dl:hover dt h5 {
+  color: #02AB79;
+}
+.main dl dt h5 {
+  font-size: 18px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+  margin-bottom: 16px;
+}
+.main dl dt > div {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+  font-size: 16px;
+}
+.main dl dt > div .tags span {
+  margin-right: 12px;
+}
+.main dl dt > div .times {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-align: center;
+      align-items: center;
+  cursor: pointer;
+}
+.main dl dt > div .times:after {
+  display: block;
+  content: '';
+  background: url(../img/arrow-t-c-3f19b4ca.png) no-repeat center;
+  background-size: 11px 6px;
+  width: 20px;
+  height: 20px;
+  margin-left: 5px;
+}
+.main dl dd {
+  font-size: 16px;
+}
+.main .pagation {
+  margin-bottom: 50px;
+}

+ 220 - 0
main/assets/pc/css/index.css

@@ -0,0 +1,220 @@
+.main {
+  position: relative;
+  width: 100%;
+  min-width: 1200px;
+  overflow-x: hidden;
+}
+.main .wrapper {
+  position: relative;
+  z-index: 1;
+}
+.main:before {
+  position: absolute;
+  display: block;
+  content: '';
+  width: 150%;
+  background: linear-gradient(134deg, #02AB79 0%, #CBFFAC 100%);
+  height: 484px;
+  border-radius: 0 0 50% 50%;
+  left: -25%;
+  top: 0;
+}
+.main .video h3 {
+  font-family: YouSheBiaoTiHei;
+  font-size: 60px;
+  padding: 80px 0 30px;
+  line-height: 78px;
+  text-align: center;
+  color: #ffffff;
+}
+.main .video p {
+  font-size: 18px;
+  color: #ffffff;
+  text-align: center;
+  margin-bottom: 50px;
+}
+.main .video .poster {
+  width: 1200px;
+  height: 675px;
+}
+.main .video .poster img {
+  display: block;
+  width: 100%;
+  height: 100%;
+  background-color: #eeeeee;
+  border-radius: 10px;
+}
+.main .services {
+  padding-bottom: 84px;
+}
+.main .services h3 {
+  font-size: 26px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+  text-align: center;
+  padding: 100px 0 50px;
+}
+.main .services ul {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+}
+.main .services ul li {
+  list-style: none;
+}
+.main .services ul li img {
+  display: block;
+  width: 180px;
+  margin-bottom: 26px;
+}
+.main .services ul li > div {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: center;
+      justify-content: center;
+  -ms-flex-direction: column;
+      flex-direction: column;
+  -ms-flex-align: center;
+      align-items: center;
+  background-color: #F5F5F5;
+  border-radius: 50%;
+  width: 270px;
+  height: 270px;
+  transition-property: all;
+  transition-duration: 0.3s;
+}
+.main .services ul li > div span {
+  font-family: PingFangSC-Semibold, PingFang SC;
+  font-weight: 600;
+}
+.main .services ul li:hover > div {
+  transform: translateY(-20px);
+  background-color: #02AB79;
+  color: #ffffff;
+}
+.main .services ul li p {
+  color: #999999;
+  margin-top: 30px;
+  line-height: 22px;
+  text-align: center;
+}
+.main .cities {
+  background: #F5F5F5;
+  padding-bottom: 50px;
+}
+.main .cities h3 {
+  font-size: 26px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+  text-align: center;
+  padding: 50px 0;
+}
+.main .cities ul {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+  margin-bottom: 50px;
+}
+.main .cities ul li {
+  list-style: none;
+  width: 224px;
+  height: 75px;
+  line-height: 75px;
+  text-align: center;
+  background-color: #ffffff;
+}
+.main .cities .button {
+  display: block;
+  color: #ffffff;
+  background-color: #02AB79;
+  border-radius: 37.5px;
+  line-height: 60px;
+  width: 224px;
+  text-align: center;
+  margin: 0 auto;
+}
+.main .news {
+  padding-bottom: 50px;
+}
+.main .news h3 {
+  font-size: 26px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+  text-align: center;
+  padding: 50px 0;
+  position: relative;
+}
+.main .news h3 .more {
+  position: absolute;
+  right: 0;
+  bottom: 30px;
+  font-size: 14px;
+  font-weight: normal;
+  font-family: PingFangSC-Regular, PingFang SC;
+}
+.main .news .news-list {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+}
+.main .news .news-list dl {
+  list-style: none;
+  width: 380px;
+  border-radius: 10px;
+}
+.main .news .news-list dl dt img {
+  display: block;
+  width: 100%;
+  border-radius: 10px 10px 0 0;
+}
+.main .news .news-list dl dd {
+  background-color: #F5F5F5;
+  padding: 20px;
+  font-size: 16px;
+  line-height: 30px;
+  border-radius: 0 0 10px 10px;
+}
+.main .contact {
+  padding-bottom: 50px;
+}
+.main .contact h3 {
+  font-size: 26px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+  text-align: center;
+  padding: 50px 0;
+  position: relative;
+}
+.main .contact .acounts {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: distribute;
+      justify-content: space-around;
+  -ms-flex-align: end;
+      align-items: flex-end;
+}
+.main .contact .acounts .gzh dt {
+  background-color: #02AB79;
+  width: 160px;
+  height: 160px;
+  border-radius: 50%;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-align: center;
+      align-items: center;
+  -ms-flex-pack: center;
+      justify-content: center;
+}
+.main .contact .acounts .gzh dt img {
+  display: block;
+  width: 102px;
+}
+.main .contact .acounts .minip img {
+  width: 160px;
+  height: 160px;
+}
+.main .contact .acounts dd {
+  margin-top: 30px;
+  color: #02AB79;
+  font-size: 18px;
+  text-align: center;
+}

+ 102 - 0
main/assets/pc/css/jd.css

@@ -0,0 +1,102 @@
+.main {
+  position: relative;
+  width: 100%;
+  min-width: 1200px;
+  overflow-x: hidden;
+}
+.main .wrapper {
+  position: relative;
+  z-index: 1;
+}
+.main .tit {
+  padding: 100px 0 50px;
+}
+.main .tit h2 {
+  text-align: center;
+  font-size: 26px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+}
+.main .tit p {
+  color: #999999;
+  font-size: 18px;
+  text-align: center;
+}
+.main .tit p a {
+  color: #02AB79;
+}
+.main dl {
+  border: 1px solid #02AB79;
+  border-radius: 20px;
+  padding: 32px;
+  box-sizing: border-box;
+  margin-bottom: 30px;
+  background-color: #F5F5F5;
+}
+.main dl dt, .main dl dd, .main dl dt h5 {
+  color: #02AB79;
+}
+.main dl dt h5 {
+  font-size: 18px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+  margin-bottom: 16px;
+}
+.main dl dt > div {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+  font-size: 16px;
+}
+.main dl dt > div .tags span {
+  margin-right: 12px;
+}
+.main dl dt > div .times {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-align: center;
+      align-items: center;
+  cursor: pointer;
+}
+.main dl dt > div .times:after {
+  display: block;
+  content: '';
+  background: url(../img/arrow-t-c-3f19b4ca.png) no-repeat center;
+  background-size: 11px 6px;
+  width: 20px;
+  height: 20px;
+  margin-left: 5px;
+}
+.main dl dd {
+  display: none;
+  font-size: 16px;
+}
+.main dl.opened {
+  border-color: #F5F5F5;
+}
+.main dl.opened dd {
+  display: block;
+}
+.main dl.opened dt, .main dl.opened dd, .main dl.opened dt h5 {
+  color: #333333;
+}
+.main dl.opened dt {
+  margin-bottom: 16px;
+}
+.main dl.opened dt .times:after {
+  background-image: url(../img/arrow-t-b735af20.png);
+}
+.main dl.opened dd {
+  line-height: 34px;
+}
+.main dl.opened dd b {
+  display: block;
+  margin: 10px 0;
+  font-weight: normal;
+}
+.main dl.opened dd div {
+  color: #999999;
+  margin: 0;
+}
+.main .pagation {
+  margin-bottom: 50px;
+}

+ 132 - 0
main/assets/pc/css/news.css

@@ -0,0 +1,132 @@
+.main {
+  position: relative;
+  width: 100%;
+  min-width: 1200px;
+  overflow-x: hidden;
+}
+.main .wrapper {
+  position: relative;
+  z-index: 1;
+}
+.main .banner {
+  width: 100%;
+  height: 630px;
+  overflow: hidden;
+  position: relative;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: center;
+      justify-content: center;
+  -ms-flex-align: center;
+      align-items: center;
+  -ms-flex-direction: column;
+      flex-direction: column;
+}
+.main .banner img {
+  position: absolute;
+  display: block;
+  width: 100%;
+}
+.main .banner:after {
+  position: absolute;
+  content: '';
+  background: rgba(51, 51, 51, 0.5);
+  left: 0;
+  right: 0;
+  top: 0;
+  bottom: 0;
+}
+.main .banner b, .main .banner span {
+  position: relative;
+  z-index: 1;
+  color: #ffffff;
+  font-size: 18px;
+}
+.main .banner b {
+  font-size: 60px;
+  font-family: YouSheBiaoTiHei;
+  margin-bottom: 30px;
+}
+.main .news-tab {
+  display: -ms-flexbox;
+  display: flex;
+  padding: 40px 0;
+}
+.main .news-tab a {
+  display: block;
+  margin-right: 60px;
+  border-bottom: 3px solid transparent;
+  line-height: 34px;
+}
+.main .news-tab a:hover, .main .news-tab a.current {
+  border-bottom: 3px solid #02AB79;
+  color: #02AB79;
+}
+.main .news-list {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+  -ms-flex-direction: column;
+      flex-direction: column;
+}
+.main .news-list dl {
+  list-style: none;
+  border-radius: 10px;
+  margin-bottom: 30px;
+  display: -ms-flexbox;
+  display: flex;
+}
+.main .news-list dl dt img {
+  display: block;
+  width: 378px;
+  border-radius: 10px 10px;
+}
+.main .news-list dl dt .video {
+  position: relative;
+  display: block;
+}
+.main .news-list dl dt .video:after {
+  position: absolute;
+  content: '';
+  background: url(../img/icon-play-7e97bae5.png) no-repeat;
+  width: 50px;
+  height: 50px;
+  background-size: cover;
+  left: 50%;
+  top: 50%;
+  transform: translate(-50%, -50%);
+}
+.main .news-list dl dd {
+  width: 476px;
+  margin-left: 37px;
+  font-size: 16px;
+  line-height: 30px;
+  border-radius: 0 0 10px 10px;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-direction: column;
+      flex-direction: column;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+}
+.main .news-list dl dd b a {
+  font-family: PingFangSC-Semibold, PingFang SC;
+  font-size: 18px;
+}
+.main .news-list dl dd > div {
+  color: #999;
+  font-size: 16px;
+}
+.main .pagation {
+  width: 900px;
+  margin: 20px 0 120px;
+}
+.main .news-cont {
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: justify;
+      justify-content: space-between;
+  -ms-flex-align: start;
+      align-items: flex-start;
+}

+ 114 - 0
main/assets/pc/html/agreement.html

@@ -0,0 +1,114 @@
+<!DOCTYPE HTML>
+<html lang="zh-CN">
+
+<head>
+    <meta charset="UTF-8">
+    <title>帮助中心</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+    <meta name="renderer" content="webkit" />
+<link href="../css/global.css?v=3e6b2f2a" rel="stylesheet"><link href="../css/agreement.css?v=3e6b2f2a" rel="stylesheet"></head>
+
+<body>
+    <header>
+        <section class="wrapper">
+            <a href="#" class="logo">
+                <img src="../img/logo-g-c19573c6.png" alt="" srcset="">
+            </a>
+            <nav>
+                <a href="index.html">项目介绍</a>
+                <a href="#">开通城市</a>
+                <a href="news.html">企业动态</a>
+                <a class="current" href="jd.html">招贤纳士</a>
+                <a href="contact.html">联系我们</a>
+            </nav>
+        </section>
+    </header>
+    <section class="main">
+        <div class="wrapper ">
+            <section class="tit">
+                <h2>用户服务协议</h2>
+            </section>
+
+            <section>
+                <dl>
+                    <dt>
+                        <h5>一、这里是用户协议小标题</h5>
+                    </dt>
+                    <dd>
+                        1、这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协
+                    </dd>
+                </dl>
+                <dl>
+                    <dt>
+                        <h5>一、这里是用户协议小标题</h5>
+                    </dt>
+                    <dd>
+                        1、这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协
+                    </dd>
+                </dl>
+                <dl>
+                    <dt>
+                        <h5>一、这里是用户协议小标题</h5>
+                    </dt>
+                    <dd>
+                        1、这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协议这里是用户协
+                    </dd>
+                </dl>
+            </section>
+            <ul class="pagation">
+                <li class="prev"><a href="#">&lt;</a></li>
+                <li><a href="#">1</a></li>
+                <li class="active">2</li>
+                <li><a href="#">3</a></li>
+                <li><a href="#">4</a></li>
+                <li class="next"><a href="#">&gt;</a></li>
+            </ul>
+        </div>
+    </section>
+    <footer>
+        <div class="wrapper">
+            <section>
+                <img src="../img/logo-706bce7e.png" class="flogo" alt="">
+                <div class="list">
+                    <dl>
+                        <dt>公司</dt>
+                        <dd><a href="#">关于公司</a></dd>
+                        <dd><a href="#">公司动态</a></dd>
+                        <dd><a href="agreement.html">用户服务协议</a></dd>
+                        <dd><a href="#">隐私政策</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>产品</dt>
+                        <dd>
+                            <a href="#">门店零售小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd>
+                            <a href="#">门店管理小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd><a href="#">供应商管理系统</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>客服</dt>
+                        <dd>电话:400-123-1234</dd>
+                        <dd>周一至周五 9:00-18:00</dd>
+                        <dd><a href="help.html" target="_blank">帮助中心</a></dd>
+                    </dl>
+                </div>
+            </section>
+            <div class="icp">
+                <a href="#" target="_blank">京ICP备123456</a>
+                <a href="#" target="_blank">公安备案:12345</a>
+                <a href="#" target="_blank">电信经营许可:ICP83123</a>
+            </div>
+        </div>
+    </footer>
+    <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
+<script type="text/javascript" src="../js/global.js?v=3e6b2f2a"></script><script type="text/javascript" src="../js/agreement.js?v=3e6b2f2a"></script></body>
+
+</html>

+ 111 - 0
main/assets/pc/html/article.html

@@ -0,0 +1,111 @@
+<!DOCTYPE HTML>
+<html lang="zh-CN">
+
+<head>
+    <meta charset="UTF-8">
+    <title>文章页</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+    <meta name="renderer" content="webkit" />
+<link href="../css/global.css?v=3e6b2f2a" rel="stylesheet"><link href="../css/article.css?v=3e6b2f2a" rel="stylesheet"></head>
+
+<body>
+    <header>
+        <section class="wrapper">
+            <a href="#" class="logo">
+                <img src="../img/logo-g-c19573c6.png" alt="" srcset="">
+            </a>
+            <nav>
+                <a href="index.html">项目介绍</a>
+                <a href="#">开通城市</a>
+                <a class="current" href="news.html">企业动态</a>
+                <a href="jd.html">招贤纳士</a>
+                <a href="contact.html">联系我们</a>
+            </nav>
+        </section>
+    </header>
+    <section class="main">
+        <div class="wrapper ">
+            <article>
+                <h1>从智能厨房电器到器食结合,厨人易料要做半成品生鲜的开拓者</h1>
+                <section class="article-infos">
+                    <span>文章类型:企业风采</span>
+                    <span>文章来源:某某网站</span>
+                    <span>发布: 2021-01-11</span>
+                </section>
+                <section class="news-cont">
+                    <div class="article-content">
+                        <img src="../img/tmp-7bbe3c38.jpg" alt="">
+                        <p>我先把米倒进淘米筐里,准备先洗一洗。结果一不留神,水漫了出来,大米都溅出来了,“真可惜啊!”我自言自语道。无奈之下,我又盛了一些大米,结果脚下一滑,把米撒了一地。“我做事儿怎么这么笨手笨脚呢!”我嘟囔道,心里特别不好受。</p>
+                        <p>终于把米淘好了,然后我把它们放在微波炉里,时间过得可真快,不一会儿就从厨房里传来的一阵阵的米香味儿。接着,我把米饭从微波炉里拿出来。然紧接着就开始打火把锅烧热,随后把油倒进锅里,顺势将蒸好的米饭也放进锅里。可这些米粒像调皮的娃娃在锅里乱蹦来蹦去。“啊!好疼!”火热的小油滴溅到在我手上了,我疼得哇哇直叫。我连忙拿凉水冲冲,突然闻见了一股味儿,我一扭头,被这一幕气得火冒三丈,米饭竟然糊了。看着我的黄金蛋炒饭变成了煤炭蛋炒饭,心里很不是滋味,又联想到妈妈每天做饭真不容易啊!</p>
+                    </div>
+                    <side class="float-shares">
+                        <h5>继续阅读</h5>
+                        <dl>
+                            <dt>
+                                <img class="qrcode" src="../img/qrcode-fa90701c.png" alt="">
+                            </dt>
+                            <dd>扫一扫<br>分享给朋友</dd>
+                        </dl>
+                        <dl>
+                            <dt>
+                                <a href="javascript:;" class="next"><img src="../img/next-0f9544da.png" alt=""></a>
+                            </dt>
+                            <dd>下一篇文章的标题标题文字</dd>
+                        </dl>
+                        <dl>
+                            <dt>
+                                <a href="javascript:;" class="prev"><img src="../img/prev-f58671c5.png" alt=""></a>
+                            </dt>
+                            <dd>上一篇文章的标题标题文字</dd>
+                        </dl>
+                    </side>
+                </section>
+            </article>
+        </div>
+    </section>
+    <footer>
+        <div class="wrapper">
+            <section>
+                <img src="../img/logo-706bce7e.png" class="flogo" alt="">
+                <div class="list">
+                    <dl>
+                        <dt>公司</dt>
+                        <dd><a href="#">关于公司</a></dd>
+                        <dd><a href="#">公司动态</a></dd>
+                        <dd><a href="agreement.html">用户服务协议</a></dd>
+                        <dd><a href="#">隐私政策</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>产品</dt>
+                        <dd>
+                            <a href="#">门店零售小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd>
+                            <a href="#">门店管理小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd><a href="#">供应商管理系统</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>客服</dt>
+                        <dd>电话:400-123-1234</dd>
+                        <dd>周一至周五 9:00-18:00</dd>
+                        <dd><a href="help.html" target="_blank">帮助中心</a></dd>
+                    </dl>
+                </div>
+            </section>
+            <div class="icp">
+                <a href="#" target="_blank">京ICP备123456</a>
+                <a href="#" target="_blank">公安备案:12345</a>
+                <a href="#" target="_blank">电信经营许可:ICP83123</a>
+            </div>
+        </div>
+    </footer>
+<script type="text/javascript" src="../js/global.js?v=3e6b2f2a"></script><script type="text/javascript" src="../js/article.js?v=3e6b2f2a"></script></body>
+
+</html>

+ 123 - 0
main/assets/pc/html/contact.html

@@ -0,0 +1,123 @@
+<!DOCTYPE HTML>
+<html lang="zh-CN">
+
+<head>
+    <meta charset="UTF-8">
+    <title>联系我们</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+    <meta name="renderer" content="webkit" />
+<link href="../css/global.css?v=3e6b2f2a" rel="stylesheet"><link href="../css/contact.css?v=3e6b2f2a" rel="stylesheet"></head>
+
+<body>
+    <header>
+        <section class="wrapper">
+            <a href="#" class="logo">
+                <img src="../img/logo-g-c19573c6.png" alt="" srcset="">
+            </a>
+            <nav>
+                <a href="index.html">项目介绍</a>
+                <a href="#">开通城市</a>
+                <a href="news.html">企业动态</a>
+                <a href="jd.html">招贤纳士</a>
+                <a class="current" href="contact.html">联系我们</a>
+            </nav>
+        </section>
+    </header>
+    <section class="main">
+        <div class="contact">
+            <div class="wrapper">
+                <h3>
+                    联系我们
+                    <p class="sub-t">欢迎与我们公司联系,为您提供丰富的服务咨询,及全国的技术售后服务 </p>
+                </h3>
+                <section class="contact-list">
+                    <dl>
+                        <dt>
+                            <img src="../img/tmp-7bbe3c38.jpg" alt="">
+                        </dt>
+                        <dd>
+                            <b>门店合作</b>
+                            <b>赵先生</b>
+                            <i>shubaoqiang@qq.com</i>
+                        </dd>
+                    </dl>
+                    <dl>
+                        <dt>
+                            <img src="../img/tmp-7bbe3c38.jpg" alt="">
+                        </dt>
+                        <dd>
+                            <b>门店合作</b>
+                            <b>赵先生</b>
+                            <i>shubaoqiang@qq.com</i>
+                        </dd>
+                    </dl>
+                    <dl>
+                        <dt>
+                            <img src="../img/tmp-7bbe3c38.jpg" alt="">
+                        </dt>
+                        <dd>
+                            <b>门店合作</b>
+                            <b>赵先生</b>
+                            <i>shubaoqiang@qq.com</i>
+                        </dd>
+                    </dl>
+                </section>
+            </div>
+        </div>
+
+        <div class="address">
+            <div class="wrapper">
+                <h3>
+                    公司地址
+                </h3>
+                <iframe width="1200" height="400" src="https://apis.map.qq.com/tools/poimarker?type=0&marker=coord:39.87803,116.19025;title:北京市海淀区复兴路32号院&key=PTSBZ-MUU6U-DEGV3-2W2XU-FPKFZ-WYF44&referer=厨人易料" frameborder="0"></iframe>
+                <div class="address-text">北京总部<span class="icon-address"></span><i>北京市大兴区解放南路457号某某开发区多少层 010-00048666</i></div>
+            </div>
+        </div>
+    </section>
+    <footer>
+        <div class="wrapper">
+            <section>
+                <img src="../img/logo-706bce7e.png" class="flogo" alt="">
+                <div class="list">
+                    <dl>
+                        <dt>公司</dt>
+                        <dd><a href="#">关于公司</a></dd>
+                        <dd><a href="#">公司动态</a></dd>
+                        <dd><a href="agreement.html">用户服务协议</a></dd>
+                        <dd><a href="#">隐私政策</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>产品</dt>
+                        <dd>
+                            <a href="#">门店零售小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd>
+                            <a href="#">门店管理小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd><a href="#">供应商管理系统</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>客服</dt>
+                        <dd>电话:400-123-1234</dd>
+                        <dd>周一至周五 9:00-18:00</dd>
+                        <dd><a href="help.html" target="_blank">帮助中心</a></dd>
+                    </dl>
+                </div>
+            </section>
+            <div class="icp">
+                <a href="#" target="_blank">京ICP备123456</a>
+                <a href="#" target="_blank">公安备案:12345</a>
+                <a href="#" target="_blank">电信经营许可:ICP83123</a>
+            </div>
+        </div>
+    </footer>
+<script type="text/javascript" src="../js/global.js?v=3e6b2f2a"></script><script type="text/javascript" src="../js/contact.js?v=3e6b2f2a"></script></body>
+
+</html>

+ 122 - 0
main/assets/pc/html/help.html

@@ -0,0 +1,122 @@
+<!DOCTYPE HTML>
+<html lang="zh-CN">
+
+<head>
+    <meta charset="UTF-8">
+    <title>帮助中心</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+    <meta name="renderer" content="webkit" />
+<link href="../css/global.css?v=3e6b2f2a" rel="stylesheet"><link href="../css/help.css?v=3e6b2f2a" rel="stylesheet"></head>
+
+<body>
+    <header>
+        <section class="wrapper">
+            <a href="#" class="logo">
+                <img src="../img/logo-g-c19573c6.png" alt="" srcset="">
+            </a>
+            <nav>
+                <a href="index.html">项目介绍</a>
+                <a href="#">开通城市</a>
+                <a href="news.html">企业动态</a>
+                <a class="current" href="jd.html">招贤纳士</a>
+                <a href="contact.html">联系我们</a>
+            </nav>
+        </section>
+    </header>
+    <section class="main">
+        <div class="wrapper ">
+            <section class="tit">
+                <h2>帮助中心</h2>
+            </section>
+
+            <section>
+                <dl>
+                    <dt>
+                        <a href="#"><h5>这里是问题的标题这里是问题的标题这里是问题的标题这里是问题的标题</h5></a>
+                    </dt>
+                    <dd>
+                        厨人易料在半成品生鲜领域,不断拓展边界,形成以器为中心,以食为供应体系的平台,致力于提供健康快捷的健康生活方式。
+                    </dd>
+                </dl>
+                <dl>
+                    <dt>
+                        <a href="#"><h5>这里是问题的标题这里是问题的标题这里是问题的标题这里是问题的标题</h5></a>
+                    </dt>
+                    <dd>
+                        厨人易料在半成品生鲜领域,不断拓展边界,形成以器为中心,以食为供应体系的平台,致力于提供健康快捷的健康生活方式。
+                    </dd>
+                </dl>
+                <dl>
+                    <dt>
+                        <a href="#"><h5>这里是问题的标题这里是问题的标题这里是问题的标题这里是问题的标题</h5></a>
+                    </dt>
+                    <dd>
+                        厨人易料在半成品生鲜领域,不断拓展边界,形成以器为中心,以食为供应体系的平台,致力于提供健康快捷的健康生活方式。
+                    </dd>
+                </dl>
+                <dl>
+                    <dt>
+                        <a href="#"><h5>这里是问题的标题这里是问题的标题这里是问题的标题这里是问题的标题</h5></a>
+                    </dt>
+                    <dd>
+                        厨人易料在半成品生鲜领域,不断拓展边界,形成以器为中心,以食为供应体系的平台,致力于提供健康快捷的健康生活方式。厨人易料在半成品生鲜领域,不断拓展边界,形成以器为中心,以食为供应体系的平台,致力于提供健康快捷的健康生活方式。厨人易料在半成品生鲜领域,不断拓展边界,形成以器为中心,以食为供应体系的平台,致力于提供健康快捷的健康生活方式。厨人易料在半成品生鲜领域,不断拓展边界,形成以器为中心,以食为供应体系的平台,致力于提供健康快捷的健康生活方式。
+                    </dd>
+                </dl>
+            </section>
+            <ul class="pagation">
+                <li class="prev"><a href="#">&lt;</a></li>
+                <li><a href="#">1</a></li>
+                <li class="active">2</li>
+                <li><a href="#">3</a></li>
+                <li><a href="#">4</a></li>
+                <li class="next"><a href="#">&gt;</a></li>
+            </ul>
+        </div>
+    </section>
+    <footer>
+        <div class="wrapper">
+            <section>
+                <img src="../img/logo-706bce7e.png" class="flogo" alt="">
+                <div class="list">
+                    <dl>
+                        <dt>公司</dt>
+                        <dd><a href="#">关于公司</a></dd>
+                        <dd><a href="#">公司动态</a></dd>
+                        <dd><a href="agreement.html">用户服务协议</a></dd>
+                        <dd><a href="#">隐私政策</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>产品</dt>
+                        <dd>
+                            <a href="#">门店零售小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd>
+                            <a href="#">门店管理小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd><a href="#">供应商管理系统</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>客服</dt>
+                        <dd>电话:400-123-1234</dd>
+                        <dd>周一至周五 9:00-18:00</dd>
+                        <dd><a href="help.html" target="_blank">帮助中心</a></dd>
+                    </dl>
+                </div>
+            </section>
+            <div class="icp">
+                <a href="#" target="_blank">京ICP备123456</a>
+                <a href="#" target="_blank">公安备案:12345</a>
+                <a href="#" target="_blank">电信经营许可:ICP83123</a>
+            </div>
+        </div>
+    </footer>
+    <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
+<script type="text/javascript" src="../js/global.js?v=3e6b2f2a"></script><script type="text/javascript" src="../js/help.js?v=3e6b2f2a"></script></body>
+
+</html>

+ 190 - 0
main/assets/pc/html/home.html

@@ -0,0 +1,190 @@
+<!DOCTYPE HTML>
+<html lang="zh-CN">
+
+<head>
+    <meta charset="UTF-8">
+    <title>项目介绍</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+    <meta name="renderer" content="webkit" />
+<link href="../css/global.css?v=3e6b2f2a" rel="stylesheet"><link href="../css/index.css?v=3e6b2f2a" rel="stylesheet"></head>
+
+<body>
+    <header> 
+        <section class="wrapper">
+            <a href="#" class="logo">
+                <img src="../img/logo-g-c19573c6.png" alt="" srcset="">
+            </a>
+            <nav>
+                <a class="current" href="index.html">项目介绍</a>
+                <a href="#">开通城市</a>
+                <a href="news.html">企业动态</a>
+                <a href="jd.html">招贤纳士</a>
+                <a href="contact.html">联系我们</a>
+            </nav>
+        </section>
+    </header>
+    <section class="main">
+        <div class="wrapper">
+            <div class="video">
+                <h3>#厨人易料</h3>
+                <p>了解更多厨人易料文化</p>
+                <div class="poster">
+                    <img src="../img/tmp-7bbe3c38.jpg" alt="" srcset="">
+                </div>
+            </div>
+            <div class="services">
+                <h3>真诚合作,共创财富</h3>
+                <ul>
+                    <li>
+                        <div>
+                            <img src="../img/1-a3b846dd.png" alt="" srcset="">
+                            <span>项目服务</span>
+                        </div>
+                        <p>全程为您服务<br />从入住到培训到开店</p>
+                    </li>
+                    <li>
+                        <div>
+                            <img src="../img/2-b3b78c97.png" alt="" srcset="">
+                            <span>平台支持</span>
+                        </div>
+                        <p>完美的平台系统支持<br />从进货到销售、结算</p>
+                    </li>
+                    <li>
+                        <div>
+                            <img src="../img/3-daafbb7c.png" alt="" srcset="">
+                            <span>源源不断的收益</span>
+                        </div>
+                        <p>创客推荐<br />为您带来越来越多的顾客</p>
+                    </li>
+                    <li>
+                        <div>
+                            <img src="../img/4-34d197f2.png" alt="" srcset="">
+                            <span>供应链</span>
+                        </div>
+                        <p>完善的供应链体系<br />为您做好强有力销售支持</p>
+                    </li>
+                </ul>
+            </div>
+        </div>
+        <div class="cities">
+            <div class="wrapper">
+                <h3>开通城市</h3>
+                <ul>
+                    <li><a href="#">北京</a></li>
+                    <li><a href="#">上海</a></li>
+                    <li><a href="#">广州</a></li>
+                    <li><a href="#">南京</a></li>
+                    <li><a href="#">杭州</a></li>
+                </ul>
+                <a href="#" class="button">申请开通我的城市</a>
+            </div>
+        </div>
+        <div class="news">
+            <div class="wrapper">
+                <h3>
+                    公司动态
+                    <a href="#" class="more">浏览全部 ></a>
+                </h3>
+                <section class="news-list">
+                    <dl>
+                        <a href="#" target="_blank">
+                            <dt>
+                                <img src="../img/tmp-7bbe3c38.jpg" alt="">
+                            </dt>
+                            <dd>
+                                公司战略合作客户包括全国及海外的经销商和批发商,为满足市场需要
+                            </dd>
+                        </a>
+                    </dl>
+                    <dl>
+                        <a href="#" target="_blank">
+                            <dt>
+                                <img src="../img/tmp-7bbe3c38.jpg" alt="">
+                            </dt>
+                            <dd>
+                                公司战略合作客户包括全国及海外的经销商和批发商,为满足市场需要
+                            </dd>
+                        </a>
+                    </dl>
+                    <dl>
+                        <a href="#" target="_blank">
+                            <dt>
+                                <img src="../img/tmp-7bbe3c38.jpg" alt="">
+                            </dt>
+                            <dd>
+                                公司战略合作客户包括全国及海外的经销商和批发商,为满足市场需要
+                            </dd>
+                        </a>
+                    </dl>
+                </section>
+            </div>
+        </div>
+
+        <div class="contact">
+            <div class="wrapper">
+                <h3>
+                    联系我们
+                </h3>
+                <section class="acounts">
+                    <dl class="gzh">
+                        <dt>
+                            <img src="../img/logo-706bce7e.png" alt="">
+                        </dt>
+                        <dd>厨人易料公众号</dd>
+                    </dl>
+                    <dl class="minip">
+                        <dt>
+                            <img src="../img/qrcode-fa90701c.png" alt="">
+                        </dt>
+                        <dd>门店零售小程序</dd>
+                    </dl>
+                </section>
+            </div>
+        </div>
+    </section>
+    <footer>
+        <div class="wrapper">
+            <section>
+                <img src="../img/logo-706bce7e.png" class="flogo" alt="">
+                <div class="list">
+                    <dl>
+                        <dt>公司</dt>
+                        <dd><a href="#">关于公司</a></dd>
+                        <dd><a href="#">公司动态</a></dd>
+                        <dd><a href="agreement.html">用户服务协议</a></dd>
+                        <dd><a href="#">隐私政策</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>产品</dt>
+                        <dd>
+                            <a href="#">门店零售小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd>
+                            <a href="#">门店管理小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd><a href="#">供应商管理系统</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>客服</dt>
+                        <dd>电话:400-123-1234</dd>
+                        <dd>周一至周五 9:00-18:00</dd>
+                        <dd><a href="help.html" target="_blank">帮助中心</a></dd>
+                    </dl>
+                </div>
+            </section>
+            <div class="icp">
+                <a href="#" target="_blank">京ICP备123456</a>
+                <a href="#" target="_blank">公安备案:12345</a>
+                <a href="#" target="_blank">电信经营许可:ICP83123</a>
+            </div>
+        </div>
+    </footer>
+<script type="text/javascript" src="../js/global.js?v=3e6b2f2a"></script><script type="text/javascript" src="../js/index.js?v=3e6b2f2a"></script></body>
+
+</html>

+ 155 - 0
main/assets/pc/html/jd.html

@@ -0,0 +1,155 @@
+<!DOCTYPE HTML>
+<html lang="zh-CN">
+
+<head>
+    <meta charset="UTF-8">
+    <title>招贤纳士</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+    <meta name="renderer" content="webkit" />
+<link href="../css/global.css?v=3e6b2f2a" rel="stylesheet"><link href="../css/jd.css?v=3e6b2f2a" rel="stylesheet"></head>
+
+<body>
+    <header>
+        <section class="wrapper">
+            <a href="#" class="logo">
+                <img src="../img/logo-g-c19573c6.png" alt="" srcset="">
+            </a>
+            <nav>
+                <a href="index.html">项目介绍</a>
+                <a href="#">开通城市</a>
+                <a href="news.html">企业动态</a>
+                <a class="current" href="jd.html">招贤纳士</a>
+                <a href="contact.html">联系我们</a>
+            </nav>
+        </section>
+    </header>
+    <section class="main">
+        <div class="wrapper ">
+            <section class="tit">
+                <h2>招贤纳士</h2>
+                <p>欢迎出色并富有战斗力的你加入我们。<br> 请将简历发送至:<a href="#">shubaoqiang@qq.com</a>,并注明申请职位名称。</p>
+            </section>
+
+            <section>
+                <dl>
+                    <dt>
+                        <h5>职位名称</h5>
+                        <div>
+                            <div class="tags"><span>市场运营中心</span><span>全职</span><span>北京</span></div>
+                            <div class="times">2021-01-11</div>
+                        </div>
+                    </dt>
+                    <dd>
+                        <b>岗位描述:</b>
+                        <div>
+                            1、根据公司市场发展目标及战略,参与搭建公司微信小程序、官方网站、APP等运营管理平台;<br>
+                            2、制定、完善小程序、APP等平台的运营管理策略,制定运营策略、方案和计划并组织执行,对公司整体运营提供全面的解决方案;<br>
+                            3、通过各种方式和渠道拓展新用户,完善用户拉新、激活、留存、召回机制,提升运营效益,确保运营目标的实现;<br>
+                            4、负责各类合作平台的对接运营,包括各类电商、物业、社区等互联网平台;<br>
+                            5、定期策划组织各类平台运营活动, 为销售目标和结果负责;<br>
+                            6、完成京东、天猫等合作渠道店铺的整体运营规划和营销推广方案。<br>
+                        </div>
+                    </dd>
+                    <dd>
+                        <b>任职要求:</b>
+                        <div>
+                            1、3年以上O2O、新零售、内容等平台运营管理经验;<br>
+                            2、具备自有平台从项目策划、筹备、搭建、实施上线、日常活动运营、落地推广、渠道合作等全程经历及成功案例;<br>
+                            3、对O2O服务运营管理、商务拓展合作、用户运营管理有丰富的经验;<br>
+                            4、对数据分析有敏锐的感觉,并能对数据有效挖掘;<br>
+                            5、能根据行业不同时期的市场特点做出策略调整和方法改进;<br>
+                            6、具有较强的品牌策划、内容和社群运营能力;<br>
+                            7、具备与技术部门沟通的能力,能够明确产品需求,不断优化平台产品及用户体验
+                        </div>
+                    </dd>
+                </dl>
+                <dl class="opened">
+                    <dt>
+                        <h5>职位名称</h5>
+                        <div>
+                            <div class="tags"><span>市场运营中心</span><span>全职</span><span>北京</span></div>
+                            <div class="times">2021-01-11</div>
+                        </div>
+                    </dt>
+                    <dd>
+                        <b>岗位描述:</b>
+                        <div>
+                            1、根据公司市场发展目标及战略,参与搭建公司微信小程序、官方网站、APP等运营管理平台;<br>
+                            2、制定、完善小程序、APP等平台的运营管理策略,制定运营策略、方案和计划并组织执行,对公司整体运营提供全面的解决方案;<br>
+                            3、通过各种方式和渠道拓展新用户,完善用户拉新、激活、留存、召回机制,提升运营效益,确保运营目标的实现;<br>
+                            4、负责各类合作平台的对接运营,包括各类电商、物业、社区等互联网平台;<br>
+                            5、定期策划组织各类平台运营活动, 为销售目标和结果负责;<br>
+                            6、完成京东、天猫等合作渠道店铺的整体运营规划和营销推广方案。<br>
+                        </div>
+                    </dd>
+                    <dd>
+                        <b>任职要求:</b>
+                        <div>
+                            1、3年以上O2O、新零售、内容等平台运营管理经验;<br>
+                            2、具备自有平台从项目策划、筹备、搭建、实施上线、日常活动运营、落地推广、渠道合作等全程经历及成功案例;<br>
+                            3、对O2O服务运营管理、商务拓展合作、用户运营管理有丰富的经验;<br>
+                            4、对数据分析有敏锐的感觉,并能对数据有效挖掘;<br>
+                            5、能根据行业不同时期的市场特点做出策略调整和方法改进;<br>
+                            6、具有较强的品牌策划、内容和社群运营能力;<br>
+                            7、具备与技术部门沟通的能力,能够明确产品需求,不断优化平台产品及用户体验
+                        </div>
+                    </dd>
+                </dl>
+            </section>
+            <ul class="pagation">
+                <li class="prev"><a href="#">&lt;</a></li>
+                <li><a href="#">1</a></li>
+                <li class="active">2</li>
+                <li><a href="#">3</a></li>
+                <li><a href="#">4</a></li>
+                <li class="next"><a href="#">&gt;</a></li>
+            </ul>
+        </div>
+    </section>
+    <footer>
+        <div class="wrapper">
+            <section>
+                <img src="../img/logo-706bce7e.png" class="flogo" alt="">
+                <div class="list">
+                    <dl>
+                        <dt>公司</dt>
+                        <dd><a href="#">关于公司</a></dd>
+                        <dd><a href="#">公司动态</a></dd>
+                        <dd><a href="agreement.html">用户服务协议</a></dd>
+                        <dd><a href="#">隐私政策</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>产品</dt>
+                        <dd>
+                            <a href="#">门店零售小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd>
+                            <a href="#">门店管理小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd><a href="#">供应商管理系统</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>客服</dt>
+                        <dd>电话:400-123-1234</dd>
+                        <dd>周一至周五 9:00-18:00</dd>
+                        <dd><a href="help.html" target="_blank">帮助中心</a></dd>
+                    </dl>
+                </div>
+            </section>
+            <div class="icp">
+                <a href="#" target="_blank">京ICP备123456</a>
+                <a href="#" target="_blank">公安备案:12345</a>
+                <a href="#" target="_blank">电信经营许可:ICP83123</a>
+            </div>
+        </div>
+    </footer>
+    <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
+<script type="text/javascript" src="../js/global.js?v=3e6b2f2a"></script><script type="text/javascript" src="../js/jd.js?v=3e6b2f2a"></script></body>
+
+</html>

+ 164 - 0
main/assets/pc/html/news.html

@@ -0,0 +1,164 @@
+<!DOCTYPE HTML>
+<html lang="zh-CN">
+
+<head>
+    <meta charset="UTF-8">
+    <title>企业动态</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+    <meta name="renderer" content="webkit" />
+<link href="../css/global.css?v=3e6b2f2a" rel="stylesheet"><link href="../css/news.css?v=3e6b2f2a" rel="stylesheet"></head>
+
+<body>
+    <header>
+        <section class="wrapper">
+            <a href="#" class="logo">
+                <img src="../img/logo-g-c19573c6.png" alt="" srcset="">
+            </a>
+            <nav>
+                <a href="index.html">项目介绍</a>
+                <a href="#">开通城市</a>
+                <a class="current" href="news.html">企业动态</a>
+                <a href="jd.html">招贤纳士</a>
+                <a href="contact.html">联系我们</a>
+            </nav>
+        </section>
+    </header>
+    <section class="main">
+        <div class="banner">
+            <img src="../img/tmp-7bbe3c38.jpg" alt="">
+            <b>#厨人易料企业动态</b>
+            <span>了解更多厨人易料资讯</span>
+        </div>
+        <div class="wrapper ">
+            <div>
+                <nav class="news-tab">
+                    <a class="current" href="#">企业动态</a>
+                    <a href="#">官方活动</a>
+                    <a href="#">企业风采</a>
+                </nav>
+                <div class="news-cont">
+                    <div>
+                        <section class="news-list">
+                            <dl>
+                                <dt>
+                                    <a href="#" target="_blank">
+                                        <img src="../img/tmp-7bbe3c38.jpg" alt="">
+                                    </a>
+                                </dt>
+                                <dd>
+                                    <b><a href="#" target="_blank">公司战略合作客户包括全国及海外的经销商和批发商,为满足市场需要</a></b>
+                                    <div>
+                                        <p>厨人易料在半成品生鲜领域,不断拓展边界,形成以器为中心,以食为供应体系的平台,致力于提供健康快捷的健康生活方式。</p>
+                                        <span>2021-01-11</span>
+                                    </div>
+                                </dd>
+                            </dl>
+                            <dl>
+                                <dt>
+                                    <a href="#" target="_blank" class="video">
+                                        <img src="../img/tmp-7bbe3c38.jpg" alt="">
+                                    </a>
+                                </dt>
+                                <dd>
+                                    <b><a href="#" target="_blank">公司战略合作客户包括全国及海外的经销商和批发商,为满足市场需要</a></b>
+                                    <div>
+                                        <p>厨人易料在半成品生鲜领域,不断拓展边界,形成以器为中心,以食为供应体系的平台,致力于提供健康快捷的健康生活方式。</p>
+                                        <span>2021-01-11</span>
+                                    </div>
+                                </dd>
+                            </dl>
+                            <dl>
+                                <dt>
+                                    <a href="#" target="_blank">
+                                        <img src="../img/tmp-7bbe3c38.jpg" alt="">
+                                    </a>
+                                </dt>
+                                <dd>
+                                    <b><a href="#" target="_blank">公司战略合作客户包括全国及海外的经销商和批发商,为满足市场需要</a></b>
+                                    <div>
+                                        <p>厨人易料在半成品生鲜领域,不断拓展边界,形成以器为中心,以食为供应体系的平台,致力于提供健康快捷的健康生活方式。</p>
+                                        <span>2021-01-11</span>
+                                    </div>
+                                </dd>
+                            </dl>
+                        </section>
+                        <ul class="pagation">
+                            <li class="prev"><a href="#">&lt;</a></li>
+                            <li><a href="#">1</a></li>
+                            <li class="active">2</li>
+                            <li><a href="#">3</a></li>
+                            <li><a href="#">4</a></li>
+                            <li class="next"><a href="#">&gt;</a></li>
+                        </ul>
+                    </div>
+                    <side class="float-shares">
+                        <h5>关注更多动态</h5>
+                        <dl>
+                            <dt>
+                                <img class="qrcode" src="../img/qrcode-fa90701c.png" alt="">
+                            </dt>
+                            <dd>关注微信公众号<br>一站式服务随时掌控</dd>
+                        </dl>
+                        <dl>
+                            <dt>
+                                <img src="../img/douyin-c1c2eeac.png" alt="">
+                            </dt>
+                            <dd>关注抖音账号<br>更多详细视频案例</dd>
+                        </dl>
+                        <dl>
+                            <dt>
+                                <img src="../img/weibo-ac69875b.png" alt="">
+                            </dt>
+                            <dd>关注微博<br>随时掌握公司动态</dd>
+                        </dl>
+                    </side>
+                </div>
+            </div>
+        </div>
+    </section>
+    <footer>
+        <div class="wrapper">
+            <section>
+                <img src="../img/logo-706bce7e.png" class="flogo" alt="">
+                <div class="list">
+                    <dl>
+                        <dt>公司</dt>
+                        <dd><a href="#">关于公司</a></dd>
+                        <dd><a href="#">公司动态</a></dd>
+                        <dd><a href="agreement.html">用户服务协议</a></dd>
+                        <dd><a href="#">隐私政策</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>产品</dt>
+                        <dd>
+                            <a href="#">门店零售小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd>
+                            <a href="#">门店管理小程序</a>
+                            <div class="qrcodelayer">
+                                <img src="../img/qrcode-fa90701c.png" alt="">
+                            </div>
+                        </dd>
+                        <dd><a href="#">供应商管理系统</a></dd>
+                    </dl>
+                    <dl>
+                        <dt>客服</dt>
+                        <dd>电话:400-123-1234</dd>
+                        <dd>周一至周五 9:00-18:00</dd>
+                        <dd><a href="help.html" target="_blank">帮助中心</a></dd>
+                    </dl>
+                </div>
+            </section>
+            <div class="icp">
+                <a href="#" target="_blank">京ICP备123456</a>
+                <a href="#" target="_blank">公安备案:12345</a>
+                <a href="#" target="_blank">电信经营许可:ICP83123</a>
+            </div>
+        </div>
+    </footer>
+<script type="text/javascript" src="../js/global.js?v=3e6b2f2a"></script><script type="text/javascript" src="../js/news.js?v=3e6b2f2a"></script></body>
+
+</html>

二進制
main/assets/pc/img/1-a3b846dd.png


二進制
main/assets/pc/img/2-b3b78c97.png


二進制
main/assets/pc/img/3-daafbb7c.png


二進制
main/assets/pc/img/4-34d197f2.png


二進制
main/assets/pc/img/arrow-t-b735af20.png


二進制
main/assets/pc/img/arrow-t-c-3f19b4ca.png


二進制
main/assets/pc/img/douyin-c1c2eeac.png


二進制
main/assets/pc/img/icon-address-a265887f.png


二進制
main/assets/pc/img/icon-play-7e97bae5.png


二進制
main/assets/pc/img/logo-706bce7e.png


二進制
main/assets/pc/img/logo-g-c19573c6.png


二進制
main/assets/pc/img/next-0f9544da.png


二進制
main/assets/pc/img/prev-f58671c5.png


二進制
main/assets/pc/img/qrcode-fa90701c.png


二進制
main/assets/pc/img/tmp-7bbe3c38.jpg


二進制
main/assets/pc/img/weibo-ac69875b.png


+ 40 - 0
main/assets/pc/js/agreement.js

@@ -0,0 +1,40 @@
+webpackJsonp([6],[
+/* 0 */
+/***/ (function(module, exports, __webpack_require__) {
+
+module.exports = __webpack_require__(1);
+
+
+/***/ }),
+/* 1 */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_pages_agreement__ = __webpack_require__(2);
+
+
+//嵌入模板属性
+;(function () {
+    return {
+        title: "首页"
+    };
+})();
+
+/***/ }),
+/* 2 */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less__ = __webpack_require__(3);
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__index_less__);
+
+
+/***/ }),
+/* 3 */
+/***/ (function(module, exports) {
+
+// removed by extract-text-webpack-plugin
+
+/***/ })
+],[0]);

+ 44 - 0
main/assets/pc/js/article.js

@@ -0,0 +1,44 @@
+webpackJsonp([5],[
+/* 0 */,
+/* 1 */,
+/* 2 */,
+/* 3 */,
+/* 4 */
+/***/ (function(module, exports, __webpack_require__) {
+
+module.exports = __webpack_require__(5);
+
+
+/***/ }),
+/* 5 */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_pages_article__ = __webpack_require__(6);
+
+
+//嵌入模板属性
+;(function () {
+    return {
+        title: "首页"
+    };
+})();
+
+/***/ }),
+/* 6 */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less__ = __webpack_require__(7);
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__index_less__);
+
+
+/***/ }),
+/* 7 */
+/***/ (function(module, exports) {
+
+// removed by extract-text-webpack-plugin
+
+/***/ })
+],[4]);

+ 48 - 0
main/assets/pc/js/contact.js

@@ -0,0 +1,48 @@
+webpackJsonp([4],[
+/* 0 */,
+/* 1 */,
+/* 2 */,
+/* 3 */,
+/* 4 */,
+/* 5 */,
+/* 6 */,
+/* 7 */,
+/* 8 */
+/***/ (function(module, exports, __webpack_require__) {
+
+module.exports = __webpack_require__(9);
+
+
+/***/ }),
+/* 9 */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_pages_contact__ = __webpack_require__(10);
+
+
+//嵌入模板属性
+;(function () {
+    return {
+        title: "联系我们"
+    };
+})();
+
+/***/ }),
+/* 10 */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less__ = __webpack_require__(11);
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__index_less__);
+
+
+/***/ }),
+/* 11 */
+/***/ (function(module, exports) {
+
+// removed by extract-text-webpack-plugin
+
+/***/ })
+],[8]);

+ 139 - 0
main/assets/pc/js/global.js

@@ -0,0 +1,139 @@
+/******/ (function(modules) { // webpackBootstrap
+/******/ 	// install a JSONP callback for chunk loading
+/******/ 	var parentJsonpFunction = window["webpackJsonp"];
+/******/ 	window["webpackJsonp"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {
+/******/ 		// add "moreModules" to the modules object,
+/******/ 		// then flag all "chunkIds" as loaded and fire callback
+/******/ 		var moduleId, chunkId, i = 0, resolves = [], result;
+/******/ 		for(;i < chunkIds.length; i++) {
+/******/ 			chunkId = chunkIds[i];
+/******/ 			if(installedChunks[chunkId]) {
+/******/ 				resolves.push(installedChunks[chunkId][0]);
+/******/ 			}
+/******/ 			installedChunks[chunkId] = 0;
+/******/ 		}
+/******/ 		for(moduleId in moreModules) {
+/******/ 			if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
+/******/ 				modules[moduleId] = moreModules[moduleId];
+/******/ 			}
+/******/ 		}
+/******/ 		if(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules, executeModules);
+/******/ 		while(resolves.length) {
+/******/ 			resolves.shift()();
+/******/ 		}
+/******/ 		if(executeModules) {
+/******/ 			for(i=0; i < executeModules.length; i++) {
+/******/ 				result = __webpack_require__(__webpack_require__.s = executeModules[i]);
+/******/ 			}
+/******/ 		}
+/******/ 		return result;
+/******/ 	};
+/******/
+/******/ 	// The module cache
+/******/ 	var installedModules = {};
+/******/
+/******/ 	// objects to store loaded and loading chunks
+/******/ 	var installedChunks = {
+/******/ 		7: 0
+/******/ 	};
+/******/
+/******/ 	// The require function
+/******/ 	function __webpack_require__(moduleId) {
+/******/
+/******/ 		// Check if module is in cache
+/******/ 		if(installedModules[moduleId]) {
+/******/ 			return installedModules[moduleId].exports;
+/******/ 		}
+/******/ 		// Create a new module (and put it into the cache)
+/******/ 		var module = installedModules[moduleId] = {
+/******/ 			i: moduleId,
+/******/ 			l: false,
+/******/ 			exports: {}
+/******/ 		};
+/******/
+/******/ 		// Execute the module function
+/******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
+/******/
+/******/ 		// Flag the module as loaded
+/******/ 		module.l = true;
+/******/
+/******/ 		// Return the exports of the module
+/******/ 		return module.exports;
+/******/ 	}
+/******/
+/******/
+/******/ 	// expose the modules object (__webpack_modules__)
+/******/ 	__webpack_require__.m = modules;
+/******/
+/******/ 	// expose the module cache
+/******/ 	__webpack_require__.c = installedModules;
+/******/
+/******/ 	// define getter function for harmony exports
+/******/ 	__webpack_require__.d = function(exports, name, getter) {
+/******/ 		if(!__webpack_require__.o(exports, name)) {
+/******/ 			Object.defineProperty(exports, name, {
+/******/ 				configurable: false,
+/******/ 				enumerable: true,
+/******/ 				get: getter
+/******/ 			});
+/******/ 		}
+/******/ 	};
+/******/
+/******/ 	// getDefaultExport function for compatibility with non-harmony modules
+/******/ 	__webpack_require__.n = function(module) {
+/******/ 		var getter = module && module.__esModule ?
+/******/ 			function getDefault() { return module['default']; } :
+/******/ 			function getModuleExports() { return module; };
+/******/ 		__webpack_require__.d(getter, 'a', getter);
+/******/ 		return getter;
+/******/ 	};
+/******/
+/******/ 	// Object.prototype.hasOwnProperty.call
+/******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
+/******/
+/******/ 	// __webpack_public_path__
+/******/ 	__webpack_require__.p = "./";
+/******/
+/******/ 	// on error function for async loading
+/******/ 	__webpack_require__.oe = function(err) { console.error(err); throw err; };
+/******/
+/******/ 	// Load entry module and return exports
+/******/ 	return __webpack_require__(__webpack_require__.s = 12);
+/******/ })
+/************************************************************************/
+/******/ ({
+
+/***/ 12:
+/***/ (function(module, exports, __webpack_require__) {
+
+module.exports = __webpack_require__(13);
+
+
+/***/ }),
+
+/***/ 13:
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__assets_css_global_css__ = __webpack_require__(14);
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__assets_css_global_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__assets_css_global_css__);
+
+
+/***/ }),
+
+/***/ 14:
+/***/ (function(module, exports) {
+
+// removed by extract-text-webpack-plugin
+
+/***/ }),
+
+/***/ 31:
+/***/ (function(module, exports) {
+
+module.exports = "../img/arrow-t-c-3f19b4ca.png";
+
+/***/ })
+
+/******/ });

+ 54 - 0
main/assets/pc/js/help.js

@@ -0,0 +1,54 @@
+webpackJsonp([3],{
+
+/***/ 15:
+/***/ (function(module, exports, __webpack_require__) {
+
+module.exports = __webpack_require__(16);
+
+
+/***/ }),
+
+/***/ 16:
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_pages_help__ = __webpack_require__(17);
+
+
+//嵌入模板属性
+;(function () {
+    return {
+        title: "招贤纳士"
+    };
+})();
+
+/***/ }),
+
+/***/ 17:
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less__ = __webpack_require__(18);
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__index_less__);
+
+
+$('.times').on('click', function () {
+    let dl = $(this).closest('dl');
+    if (dl.hasClass('opened')) {
+        dl.removeClass('opened');
+    } else {
+        dl.addClass('opened');
+    }
+});
+
+/***/ }),
+
+/***/ 18:
+/***/ (function(module, exports) {
+
+// removed by extract-text-webpack-plugin
+
+/***/ })
+
+},[15]);

+ 45 - 0
main/assets/pc/js/index.js

@@ -0,0 +1,45 @@
+webpackJsonp([2],{
+
+/***/ 19:
+/***/ (function(module, exports, __webpack_require__) {
+
+module.exports = __webpack_require__(20);
+
+
+/***/ }),
+
+/***/ 20:
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_pages_index_index_js__ = __webpack_require__(21);
+
+
+//嵌入模板属性
+;(function () {
+    return {
+        title: "项目介绍"
+    };
+})();
+
+/***/ }),
+
+/***/ 21:
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less__ = __webpack_require__(22);
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__index_less__);
+
+
+/***/ }),
+
+/***/ 22:
+/***/ (function(module, exports) {
+
+// removed by extract-text-webpack-plugin
+
+/***/ })
+
+},[19]);

+ 54 - 0
main/assets/pc/js/jd.js

@@ -0,0 +1,54 @@
+webpackJsonp([1],{
+
+/***/ 23:
+/***/ (function(module, exports, __webpack_require__) {
+
+module.exports = __webpack_require__(24);
+
+
+/***/ }),
+
+/***/ 24:
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_pages_jd__ = __webpack_require__(25);
+
+
+//嵌入模板属性
+;(function () {
+    return {
+        title: "招贤纳士"
+    };
+})();
+
+/***/ }),
+
+/***/ 25:
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less__ = __webpack_require__(26);
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__index_less__);
+
+
+$('.times').on('click', function () {
+    let dl = $(this).closest('dl');
+    if (dl.hasClass('opened')) {
+        dl.removeClass('opened');
+    } else {
+        dl.addClass('opened');
+    }
+});
+
+/***/ }),
+
+/***/ 26:
+/***/ (function(module, exports) {
+
+// removed by extract-text-webpack-plugin
+
+/***/ })
+
+},[23]);

+ 45 - 0
main/assets/pc/js/news.js

@@ -0,0 +1,45 @@
+webpackJsonp([0],{
+
+/***/ 27:
+/***/ (function(module, exports, __webpack_require__) {
+
+module.exports = __webpack_require__(28);
+
+
+/***/ }),
+
+/***/ 28:
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_pages_news__ = __webpack_require__(29);
+
+
+//嵌入模板属性
+;(function () {
+    return {
+        title: "企业动态"
+    };
+})();
+
+/***/ }),
+
+/***/ 29:
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less__ = __webpack_require__(30);
+/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__index_less___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__index_less__);
+
+
+/***/ }),
+
+/***/ 30:
+/***/ (function(module, exports) {
+
+// removed by extract-text-webpack-plugin
+
+/***/ })
+
+},[27]);