tianhui 3 роки тому
коміт
4a083df05f
87 змінених файлів з 1767 додано та 0 видалено
  1. BIN
      css/8Lg6LX8-ntOHUQnvQ0E7o3dD2UuwsmbX3BOp4SL_VwM.woff
  2. BIN
      css/8XtYtNKEyyZh481XVWfVOj8E0i7KZn-EPnyo3HZu7kw.woff
  3. BIN
      css/AKI-lyzyNHXByGHeOcds_w.woff
  4. BIN
      css/F6LYTZLHrG9BNYXRjU7RSw.woff
  5. BIN
      css/Ho2Xld8UbQyBA8XLxF1_NYbN6UDyHWBl620a-IRfuBk.woff
  6. 162 0
      css/jquery.fullPage.css
  7. 133 0
      css/loader.css
  8. 574 0
      css/style.css
  9. BIN
      css/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff
  10. BIN
      images/bg101.png
  11. BIN
      images/bg102.png
  12. BIN
      images/bg103.png
  13. BIN
      images/bg11.png
  14. BIN
      images/bg12.png
  15. BIN
      images/bg13.png
  16. BIN
      images/bg21.png
  17. BIN
      images/bg22.png
  18. BIN
      images/bg23.png
  19. BIN
      images/bg31.png
  20. BIN
      images/bg32.png
  21. BIN
      images/bg33.png
  22. BIN
      images/bg41.png
  23. BIN
      images/bg42.png
  24. BIN
      images/bg43.png
  25. BIN
      images/bg51.png
  26. BIN
      images/bg52.png
  27. BIN
      images/bg53.png
  28. BIN
      images/bg54.png
  29. BIN
      images/bg61.png
  30. BIN
      images/bg62.png
  31. BIN
      images/bg71.png
  32. BIN
      images/bg72.png
  33. BIN
      images/bg73.png
  34. BIN
      images/bg74.png
  35. BIN
      images/bg81.png
  36. BIN
      images/bg82.png
  37. BIN
      images/bg83.png
  38. BIN
      images/bg84.png
  39. BIN
      images/bg91.png
  40. BIN
      images/bg92.png
  41. BIN
      images/bg93.png
  42. BIN
      images/btn.png
  43. BIN
      images/chanpin.png
  44. BIN
      images/dot.png
  45. BIN
      images/first.mp4
  46. BIN
      images/firstbck.png
  47. BIN
      images/firstbck1.png
  48. BIN
      images/jiantou.png
  49. BIN
      images/logo.png
  50. BIN
      images/logo1.png
  51. BIN
      images/phone.png
  52. BIN
      images/qiye.png
  53. BIN
      images/second.mp4
  54. BIN
      images/secondbck.png
  55. BIN
      images/section1.jpg
  56. BIN
      images/section10.jpg
  57. BIN
      images/section2.jpg
  58. BIN
      images/section3.jpg
  59. BIN
      images/section4.jpg
  60. BIN
      images/section5.jpg
  61. BIN
      images/section6.jpg
  62. BIN
      images/section7.jpg
  63. BIN
      images/section8.jpg
  64. BIN
      images/section9.jpg
  65. BIN
      images/slogan.png
  66. BIN
      images/t2.png
  67. BIN
      images/t3.png
  68. BIN
      images/t4.png
  69. BIN
      images/t5.png
  70. BIN
      images/t6.png
  71. BIN
      images/t7.png
  72. BIN
      images/t8.png
  73. BIN
      images/t9.png
  74. BIN
      images/text1.png
  75. BIN
      images/thirdbck.png
  76. BIN
      images/three.mp4
  77. BIN
      images/tuandui.png
  78. BIN
      images/wyp.png
  79. BIN
      images/xinwen.png
  80. BIN
      images/yixin.png
  81. 593 0
      index.html
  82. 140 0
      index2.html
  83. 125 0
      index3.html
  84. 4 0
      js/jquery-ui.min.js
  85. 34 0
      js/jquery.fullPage.min.js
  86. 1 0
      js/jquery.min.js
  87. 1 0
      js/jquery2.min.js

BIN
css/8Lg6LX8-ntOHUQnvQ0E7o3dD2UuwsmbX3BOp4SL_VwM.woff


BIN
css/8XtYtNKEyyZh481XVWfVOj8E0i7KZn-EPnyo3HZu7kw.woff


BIN
css/AKI-lyzyNHXByGHeOcds_w.woff


BIN
css/F6LYTZLHrG9BNYXRjU7RSw.woff


BIN
css/Ho2Xld8UbQyBA8XLxF1_NYbN6UDyHWBl620a-IRfuBk.woff


+ 162 - 0
css/jquery.fullPage.css

@@ -0,0 +1,162 @@
+/**
+ * fullPage 1.4.5
+ * https://github.com/alvarotrigo/fullPage.js
+ * MIT licensed
+ *
+ * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
+ */
+html, body {
+    margin: 0;
+    padding: 0;
+}
+#superContainer {
+    height: 100%;
+    position: relative;
+}
+.section {
+    position: relative;
+    -webkit-box-sizing: border-box;
+    -moz-box-sizing: border-box;
+    box-sizing: border-box;
+}
+.slide {
+    float: left;
+}
+.slide, .slidesContainer {
+    height: 100%;
+    display: block;
+}
+.slides {
+    height: 100%;
+    overflow: hidden;
+    position: relative;
+    -webkit-transition: all 0.3s ease-out;
+    -moz-transition: all 0.3s ease-out;
+    -o-transition: all 0.3s ease-out;
+    transition: all 0.3s ease-out;
+}
+.section.table, .slide.table {
+    display: table;
+    width: 100%;
+}
+.tableCell {
+    display: table-cell;
+    vertical-align: middle;
+    width: 100%;
+    height: 100%;
+}
+.slidesContainer {
+    float: left;
+    position: relative;
+}
+.controlArrow {
+    position: absolute;
+    top: 50%;
+    cursor: pointer;
+    width: 0;
+    height: 0;
+    border-style: solid;
+    margin-top: -38px;
+}
+.controlArrow.prev {
+    left: 15px;
+    width: 0;
+    border-width: 38.5px 34px 38.5px 0;
+    border-color: transparent #fff transparent transparent;
+}
+.controlArrow.next {
+    right: 15px;
+    border-width: 38.5px 0 38.5px 34px;
+    border-color: transparent transparent transparent #fff;
+}
+.scrollable {
+    overflow: scroll;
+}
+.easing {
+    -webkit-transition: all 0.7s ease-out;
+    -moz-transition: all 0.7s ease-out;
+    -o-transition: all 0.7s ease-out;
+    transition: all 0.7s ease-out;
+}
+#fullPage-nav {
+    position: fixed;
+    z-index: 100;
+    margin-top: -32px;
+    top: 50%;
+    opacity: 1;
+}
+#fullPage-nav.right {
+    right: 17px;
+}
+#fullPage-nav.left {
+    left: 17px;
+}
+.fullPage-slidesNav {
+    position: absolute;
+    z-index: 4;
+    left: 50%;
+    opacity: 1;
+}
+.fullPage-slidesNav.bottom {
+    bottom: 17px;
+}
+.fullPage-slidesNav.top {
+    top: 17px;
+}
+#fullPage-nav ul,
+.fullPage-slidesNav ul {
+  margin: 0;
+  padding: 0;
+}
+#fullPage-nav li,
+.fullPage-slidesNav li {
+    display: block;
+    width: 14px;
+    height: 13px;
+    margin: 7px;
+    position:relative;
+}
+.fullPage-slidesNav li {
+    display: inline-block;
+}
+#fullPage-nav li a,
+.fullPage-slidesNav li a {
+    display: block;
+    position: relative;
+    z-index: 1;
+    width: 100%;
+    height: 100%;
+    cursor: pointer;
+    text-decoration: none;
+}
+#fullPage-nav li .active span,
+.fullPage-slidesNav .active span {
+    background: #333;
+}
+#fullPage-nav span,
+.fullPage-slidesNav span {
+    top: 2px;
+    left: 2px;
+    width: 8px;
+    height: 8px;
+    border: 1px solid #000;
+    background: rgba(0, 0, 0, 0);
+    -webkit-border-radius: 50%;
+    -moz-border-radius: 50%;
+    border-radius: 50%;
+    position: absolute;
+    z-index: 1;
+}
+.fullPage-tooltip {
+    position: absolute;
+    color: #fff;
+    font-size: 14px;
+    font-family: arial, helvetica, sans-serif;
+    top: -2px;
+}
+.fullPage-tooltip.right {
+    right: 20px;
+}
+.fullPage-tooltip.left {
+    left: 20px;
+}

+ 133 - 0
css/loader.css

@@ -0,0 +1,133 @@
+.chromeframe {
+    margin: 0.2em 0;
+    background: #ccc;
+    color: #000;
+    padding: 0.2em 0;}
+#loader-wrapper {
+    position: fixed;
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 100%;
+    z-index:999999;}
+#loader {
+    display: block;
+    position: relative;
+    left: 50%;
+    top: 50%;
+    width: 150px;
+    height: 150px;
+    margin: -75px 0 0 -75px;
+    border-radius: 50%;
+    border: 3px solid transparent;
+    /* COLOR 1 */
+    border-top-color: #FFF;
+    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+    -ms-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+    -moz-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ 
+    -o-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */   
+        animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
+    z-index:1001;}
+#loader:before {
+        content: "";
+        position: absolute;
+        top: 5px;
+        left: 5px;
+        right: 5px;
+        bottom: 5px;
+        border-radius: 50%;
+        border: 3px solid transparent;
+        /* COLOR 2 */       
+        border-top-color: #FFF;
+        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+        -moz-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+        -o-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+        -ms-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */              
+        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */}
+#loader:after {
+        content: "";
+        position: absolute;
+        top: 15px;
+        left: 15px;
+        right: 15px;
+        bottom: 15px;
+        border-radius: 50%;
+        border: 3px solid transparent;
+        border-top-color: #FFF;
+        /* COLOR 3 */       
+        -moz-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+        -o-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+        -ms-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */        
+        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
+          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */}
+
+
+@-webkit-keyframes spin {
+        0%{ 
+            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
+            -ms-transform: rotate(0deg);  /* IE 9 */
+            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
+        }100%{
+            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
+            -ms-transform: rotate(360deg);  /* IE 9 */
+            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */}
+}
+
+@keyframes spin {
+        0%{ 
+            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
+            -ms-transform: rotate(0deg);  /* IE 9 */
+            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
+        }100%{
+            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
+            -ms-transform: rotate(360deg);  /* IE 9 */
+            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */}
+}
+
+
+#loader-wrapper .loader-section {
+        position: fixed;
+        top: 0;
+        width: 51%;
+        height: 100%;
+        background-color: #000;
+        background-image: url(../images/bg101.png);
+        z-index: 1000;
+        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
+        -ms-transform: translateX(0);  /* IE 9 */
+        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */}
+#loader-wrapper .loader-section.section-left {left: 0;}
+#loader-wrapper .loader-section.section-right {right: 0;}
+
+/* Loaded */
+.loaded #loader-wrapper .loader-section.section-left {
+        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
+            -ms-transform: translateX(-100%);  /* IE 9 */
+                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
+        -webkit-transition: all 2s 2s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
+                transition: all 2s 2s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
+.loaded #loader-wrapper .loader-section.section-right {
+        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
+            -ms-transform: translateX(100%);  /* IE 9 */
+                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
+        -webkit-transition: all 2s 2s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
+        transition: all 2s 2s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
+.loaded #loader {
+        opacity: 0;
+        -webkit-transition: all 3s ease-out;  
+                transition: all 3s ease-out;}
+.loaded #loader-wrapper {
+        visibility: hidden;
+        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
+            -ms-transform: translateY(-100%);  /* IE 9 */
+                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
+        -webkit-transition: all 2s 2s ease-out;  
+                transition: all 2s 2s ease-out;}
+/* JavaScript Turned Off */
+.no-js #loader-wrapper {display: none;}
+.no-js h1 {color: #222222;}
+#loader-wrapper .load_title {
+    font-family:'Open Sans';
+    color:#FFF; font-size:19px; width:100%; text-align:center; z-index:9999999999999; position:absolute; top:60%; opacity:1; line-height:30px; }
+#loader-wrapper .load_title span {  font-weight:normal; font-style:italic; font-size:13px; color:#FFF; opacity:0.5;}
+

+ 574 - 0
css/style.css

@@ -0,0 +1,574 @@
+/*setup*/
+*{
+  margin: 0;
+  padding: 0;
+}
+
+@font-face {
+  font-family: 'Monoton';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Monoton'), local('Monoton-Regular'), url(AKI-lyzyNHXByGHeOcds_w.woff) format('woff');
+}
+
+@font-face {
+  font-family: 'Iceland';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Iceland'), local('Iceland-Regular'), url(F6LYTZLHrG9BNYXRjU7RSw.woff) format('woff');
+}
+
+@font-face {
+  font-family: 'Pacifico';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
+}
+
+@font-face {
+  font-family: 'PressStart';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Press Start 2P'), local('PressStart2P-Regular'), url(8Lg6LX8-ntOHUQnvQ0E7o3dD2UuwsmbX3BOp4SL_VwM.woff) format('woff');
+}
+
+@font-face {
+  font-family: 'Audiowide';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Audiowide'), local('Audiowide-Regular'), url(8XtYtNKEyyZh481XVWfVOj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
+}
+
+@font-face {
+  font-family: 'Vampiro One';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Vampiro One'), local('VampiroOne-Regular'), url(Ho2Xld8UbQyBA8XLxF1_NYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
+}
+
+body{
+  background-color: #222222;
+}
+
+#container{
+  position: absolute;
+  z-index: 1001;
+  width:100%;
+  margin:auto;
+  top: 35%
+}
+
+
+/*neeeeoooon*/
+#container p{
+  text-align:center;
+  font-size:3em;
+  line-height: 3em;
+  margin:20px 0 20px 0; 
+}
+
+a{
+  text-decoration:none; 
+  -webkit-transition: all 0.5s;
+  -moz-transition: all 0.5s;
+  transition: all 0.5s;
+}
+
+/* p:nth-child(1) a{
+  color:#FF1177;
+  font-family:Monoton;
+}
+p:nth-child(1) a:hover{
+  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
+  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
+  animation: neon1 1.5s ease-in-out infinite alternate; 
+}
+
+p:nth-child(2) a{
+  font-size:1.5em;
+  color:#228DFF;
+  font-family:Iceland;
+}
+p:nth-child(2) a:hover{
+  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
+  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
+  animation: neon2 1.5s ease-in-out infinite alternate;
+} */
+
+p:nth-child(1) a{
+  color:#FFF;
+  font-family:Pacifico;
+}
+p:nth-child(1) a:hover{ 
+  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
+  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
+  animation: neon3 1.5s ease-in-out infinite alternate; 
+}
+
+p:nth-child(4) a{
+  color:#B6FF00;
+  font-family:PressStart;
+  font-size:0.8em;
+}
+p:nth-child(4) a:hover{
+  -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
+  -moz-animation: neon4 1.5s ease-in-out infinite alternate;
+  animation: neon4 1.5s ease-in-out infinite alternate;
+}
+
+p:nth-child(5) a{
+  color:#FF9900;
+  font-family:Audiowide;
+}
+p:nth-child(5) a:hover{
+  -webkit-animation: neon5 1.5s ease-in-out infinite alternate;
+  -moz-animation: neon5 1.5s ease-in-out infinite alternate;
+  animation: neon5 1.5s ease-in-out infinite alternate; 
+}
+
+p:nth-child(6) a{
+  color:#BA01FF;
+  font-family:Vampiro One;
+}
+p:nth-child(6) a:hover{
+  -webkit-animation: neon6 1.5s ease-in-out infinite alternate;
+  -moz-animation: neon6 1.5s ease-in-out infinite alternate;
+  animation: neon6 1.5s ease-in-out infinite alternate;
+}
+
+p a:hover{
+color:#ffffff;  
+}
+
+
+
+/*glow for webkit*/
+@-webkit-keyframes neon1 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #FF1177,
+               0 0 70px  #FF1177,
+               0 0 80px  #FF1177,
+               0 0 100px #FF1177,
+               0 0 150px #FF1177;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #FF1177,
+               0 0 35px #FF1177,
+               0 0 40px #FF1177,
+               0 0 50px #FF1177,
+               0 0 75px #FF1177;
+  }
+}
+
+@-webkit-keyframes neon2 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #228DFF,
+               0 0 70px  #228DFF,
+               0 0 80px  #228DFF,
+               0 0 100px #228DFF,
+               0 0 150px #228DFF;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #228DFF,
+               0 0 35px #228DFF,
+               0 0 40px #228DFF,
+               0 0 50px #228DFF,
+               0 0 75px #228DFF;
+  }
+}
+
+@-webkit-keyframes neon3 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #FFDD1B,
+               0 0 70px  #FFDD1B,
+               0 0 80px  #FFDD1B,
+               0 0 100px #FFDD1B,
+               0 0 150px #FFDD1B;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #FFDD1B,
+               0 0 35px #FFDD1B,
+               0 0 40px #FFDD1B,
+               0 0 50px #FFDD1B,
+               0 0 75px #FFDD1B;
+  }
+}
+
+@-webkit-keyframes neon4 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #B6FF00,
+               0 0 70px  #B6FF00,
+               0 0 80px  #B6FF00,
+               0 0 100px #B6FF00,
+               0 0 150px #B6FF00;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #B6FF00,
+               0 0 35px #B6FF00,
+               0 0 40px #B6FF00,
+               0 0 50px #B6FF00,
+               0 0 75px #B6FF00;
+  }
+}
+
+@-webkit-keyframes neon5 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #FF9900,
+               0 0 70px  #FF9900,
+               0 0 80px  #FF9900,
+               0 0 100px #FF9900,
+               0 0 150px #FF9900;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #FF9900,
+               0 0 35px #FF9900,
+               0 0 40px #FF9900,
+               0 0 50px #FF9900,
+               0 0 75px #FF9900;
+  }
+}
+
+@-webkit-keyframes neon6 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px #fff,
+               0 0 30px #fff,
+               0 0 40px #ff00de,
+               0 0 70px #ff00de,
+               0 0 80px #ff00de,
+               0 0 100px #ff00de,
+               0 0 150px #ff00de;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #ff00de,
+               0 0 35px #ff00de,
+               0 0 40px #ff00de,
+               0 0 50px #ff00de,
+               0 0 75px #ff00de;
+  }
+}
+
+/*glow for mozilla*/
+@-moz-keyframes neon1 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #FF1177,
+               0 0 70px  #FF1177,
+               0 0 80px  #FF1177,
+               0 0 100px #FF1177,
+               0 0 150px #FF1177;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #FF1177,
+               0 0 35px #FF1177,
+               0 0 40px #FF1177,
+               0 0 50px #FF1177,
+               0 0 75px #FF1177;
+  }
+}
+
+@-moz-keyframes neon2 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #228DFF,
+               0 0 70px  #228DFF,
+               0 0 80px  #228DFF,
+               0 0 100px #228DFF,
+               0 0 150px #228DFF;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #228DFF,
+               0 0 35px #228DFF,
+               0 0 40px #228DFF,
+               0 0 50px #228DFF,
+               0 0 75px #228DFF;
+  }
+}
+
+@-moz-keyframes neon3 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #FFDD1B,
+               0 0 70px  #FFDD1B,
+               0 0 80px  #FFDD1B,
+               0 0 100px #FFDD1B,
+               0 0 150px #FFDD1B;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #FFDD1B,
+               0 0 35px #FFDD1B,
+               0 0 40px #FFDD1B,
+               0 0 50px #FFDD1B,
+               0 0 75px #FFDD1B;
+  }
+}
+
+@-moz-keyframes neon4 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #B6FF00,
+               0 0 70px  #B6FF00,
+               0 0 80px  #B6FF00,
+               0 0 100px #B6FF00,
+               0 0 150px #B6FF00;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #B6FF00,
+               0 0 35px #B6FF00,
+               0 0 40px #B6FF00,
+               0 0 50px #B6FF00,
+               0 0 75px #B6FF00;
+  }
+}
+
+@-moz-keyframes neon5 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #FF9900,
+               0 0 70px  #FF9900,
+               0 0 80px  #FF9900,
+               0 0 100px #FF9900,
+               0 0 150px #FF9900;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #FF9900,
+               0 0 35px #FF9900,
+               0 0 40px #FF9900,
+               0 0 50px #FF9900,
+               0 0 75px #FF9900;
+  }
+}
+
+@-moz-keyframes neon6 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px #fff,
+               0 0 30px #fff,
+               0 0 40px #ff00de,
+               0 0 70px #ff00de,
+               0 0 80px #ff00de,
+               0 0 100px #ff00de,
+               0 0 150px #ff00de;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #ff00de,
+               0 0 35px #ff00de,
+               0 0 40px #ff00de,
+               0 0 50px #ff00de,
+               0 0 75px #ff00de;
+  }
+}
+
+/*glow*/
+@keyframes neon1 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #FF1177,
+               0 0 70px  #FF1177,
+               0 0 80px  #FF1177,
+               0 0 100px #FF1177,
+               0 0 150px #FF1177;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #FF1177,
+               0 0 35px #FF1177,
+               0 0 40px #FF1177,
+               0 0 50px #FF1177,
+               0 0 75px #FF1177;
+  }
+}
+
+@keyframes neon2 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #228DFF,
+               0 0 70px  #228DFF,
+               0 0 80px  #228DFF,
+               0 0 100px #228DFF,
+               0 0 150px #228DFF;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #228DFF,
+               0 0 35px #228DFF,
+               0 0 40px #228DFF,
+               0 0 50px #228DFF,
+               0 0 75px #228DFF;
+  }
+}
+
+@keyframes neon3 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #FFDD1B,
+               0 0 70px  #FFDD1B,
+               0 0 80px  #FFDD1B,
+               0 0 100px #FFDD1B,
+               0 0 150px #FFDD1B;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #FFDD1B,
+               0 0 35px #FFDD1B,
+               0 0 40px #FFDD1B,
+               0 0 50px #FFDD1B,
+               0 0 75px #FFDD1B;
+  }
+}
+
+@keyframes neon4 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #B6FF00,
+               0 0 70px  #B6FF00,
+               0 0 80px  #B6FF00,
+               0 0 100px #B6FF00,
+               0 0 150px #B6FF00;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #B6FF00,
+               0 0 35px #B6FF00,
+               0 0 40px #B6FF00,
+               0 0 50px #B6FF00,
+               0 0 75px #B6FF00;
+  }
+}
+
+@keyframes neon5 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px  #fff,
+               0 0 30px  #fff,
+               0 0 40px  #FF9900,
+               0 0 70px  #FF9900,
+               0 0 80px  #FF9900,
+               0 0 100px #FF9900,
+               0 0 150px #FF9900;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #FF9900,
+               0 0 35px #FF9900,
+               0 0 40px #FF9900,
+               0 0 50px #FF9900,
+               0 0 75px #FF9900;
+  }
+}
+
+@keyframes neon6 {
+  from {
+    text-shadow: 0 0 10px #fff,
+               0 0 20px #fff,
+               0 0 30px #fff,
+               0 0 40px #ff00de,
+               0 0 70px #ff00de,
+               0 0 80px #ff00de,
+               0 0 100px #ff00de,
+               0 0 150px #ff00de;
+  }
+  to {
+    text-shadow: 0 0 5px #fff,
+               0 0 10px #fff,
+               0 0 15px #fff,
+               0 0 20px #ff00de,
+               0 0 35px #ff00de,
+               0 0 40px #ff00de,
+               0 0 50px #ff00de,
+               0 0 75px #ff00de;
+  }
+}
+
+
+/*REEEEEEEEEEESPONSIVE*/
+@media (max-width: 650px) {
+  
+  #container{
+    width: 100%;
+  }
+  
+  p{
+    font-size:3.5em;
+  }
+
+}

BIN
css/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff


BIN
images/bg101.png


BIN
images/bg102.png


BIN
images/bg103.png


BIN
images/bg11.png


BIN
images/bg12.png


BIN
images/bg13.png


BIN
images/bg21.png


BIN
images/bg22.png


BIN
images/bg23.png


BIN
images/bg31.png


BIN
images/bg32.png


BIN
images/bg33.png


BIN
images/bg41.png


BIN
images/bg42.png


BIN
images/bg43.png


BIN
images/bg51.png


BIN
images/bg52.png


BIN
images/bg53.png


BIN
images/bg54.png


BIN
images/bg61.png


BIN
images/bg62.png


BIN
images/bg71.png


BIN
images/bg72.png


BIN
images/bg73.png


BIN
images/bg74.png


BIN
images/bg81.png


BIN
images/bg82.png


BIN
images/bg83.png


BIN
images/bg84.png


BIN
images/bg91.png


BIN
images/bg92.png


BIN
images/bg93.png


BIN
images/btn.png


BIN
images/chanpin.png


BIN
images/dot.png


BIN
images/first.mp4


BIN
images/firstbck.png


BIN
images/firstbck1.png


BIN
images/jiantou.png


BIN
images/logo.png


BIN
images/logo1.png


BIN
images/phone.png


BIN
images/qiye.png


BIN
images/second.mp4


BIN
images/secondbck.png


BIN
images/section1.jpg


BIN
images/section10.jpg


BIN
images/section2.jpg


BIN
images/section3.jpg


BIN
images/section4.jpg


BIN
images/section5.jpg


BIN
images/section6.jpg


BIN
images/section7.jpg


BIN
images/section8.jpg


BIN
images/section9.jpg


BIN
images/slogan.png










BIN
images/text1.png


BIN
images/thirdbck.png


BIN
images/three.mp4


BIN
images/tuandui.png


BIN
images/wyp.png


BIN
images/xinwen.png


BIN
images/yixin.png


+ 593 - 0
index.html

@@ -0,0 +1,593 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+<head>
+<meta charset="utf-8">
+<title>汇辰技术服务(贵州)有限公司</title>
+<link rel="stylesheet" href="css/jquery.fullPage.css">
+<link rel="stylesheet" type="text/css" href="css/loader.css">
+<link rel="stylesheet" href="css/style.css" type="text/css" />
+<script src="http://www.jq22.com/jquery/jquery-1.10.2.js"></script>
+<style>
+* { margin: 0; padding: 0;}
+body { font: 16px/1.8 "Microsoft Yahei",verdana;}
+
+/* 右侧导航 */
+#fullPage-nav { _display: none; font-size: 12px; z-index: 1000;}
+#fullPage-nav li { width: 90px; height: 21px; margin: 10px 0 0; vertical-align: middle;}
+#fullPage-nav li a { float: right; width: 21px; height: 21px; color: #8F9DA4; text-decoration: none; text-align: right; background: url(images/dot.png) 5px 5px no-repeat;}
+#fullPage-nav li .active { background-position: 0 bottom;}
+#fullPage-nav span { display: none;}
+.fullPage-tooltip { float: left; top: 0; margin-right: 5px; font: 12px "Microsoft Yahei"; color: #8F9DA4; line-height: 21px;}
+
+.section { position: relative; overflow: hidden;}
+.section .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
+.section .bg img {  width: 100%; height: 100%;}
+
+.bg13 { position: absolute; bottom: 2%; width: 100%; height: 5%; background: url(images/jiantou.png) 50% 0 no-repeat; transition: all 1s;z-index: 1001;cursor:pointer;}
+.text14 { position: absolute;left: 5%; top: 0.5%; z-index: 10;}
+.phone {position: absolute; right: 5%; top: 4%; z-index: 10;}
+/* .header {position: fixed;z-index: 9;background: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0));height: 20%;width: 100%;} */
+.header{position: absolute;background-color: #fff;z-index: 9;height: 10%;width: 100%;}
+
+.p9 { position: absolute; left: 26%; top: 20%; width: 50%; font-size: 50px; color: #ffffff; opacity: 0; transition: all 0.5s;text-align: center; letter-spacing: 0.2em}
+.p10 { position: absolute; left: 26%; top: 25%; width: 50%; font-size: 50px; color: #ffffff; opacity: 0; transition: all 0.5s;text-align: center; letter-spacing: 0.2em}
+.p16 { position: absolute; left: 25%; top: 25%; width: 53%; font-size: 60px; color: #ffffff; opacity: 0; transition: all 0.5s;text-align: center; letter-spacing: 0.2em}
+.p11 { position: absolute; left: 26%; top: 55%; width: 50%; font-size: 16px; color: #ffffff; opacity: 0; transition: all 0.5s;text-align: center;}
+.p14{ position: absolute; left: 26%; top: 45%; width: 50%; font-size: 16px; color: #ffffff; opacity: 0; transition: all 0.5s;text-align: center;}
+.p12 { position: absolute; left: 22%; top: 55%; width: 60%; font-size: 40px; color: #ffffff; opacity: 0; transition: all 0.5s;text-align: center;}
+.p17 { position: absolute; left: 26%; top: 45%; width: 50%; font-size: 45px; color: #ffffff; opacity: 0; transition: all 0.5s;text-align: center;}
+.p13 { position: absolute; left: 26%; top: 35%; width: 50%; font-size: 16px; color: #ffffff; opacity: 0; transition: all 0.5s;text-align: center;}
+.icon{ position: absolute;	left: 37%; top: 60%; width: 51%; z-index: 1001;}
+@media screen and (max-width:1200px) {
+	.icon{ position: absolute;	left: 27%; top: 60%; width: 51%;z-index: 1001;}
+	.header{position: absolute;background-color: #fff;z-index: 9;height: 5%;width: 100%;}
+}
+.plane{display:inline-block;list-style:none; margin-right: 5%;}
+.icon ul li img{ transform:rotatey(0deg); transition: .5s; }
+.icon ul li:hover img{ transform: rotateY(180deg);}
+.icon ul li p{text-align: center; color: #fff;}
+
+.bg23 { position: absolute;width: 100%; height: 5%; background: url(images/jiantou.png) 50% 0 no-repeat; transition: all 1s;  bottom: -40%;z-index: 1001; cursor:pointer;}
+.section strong { position: absolute; left: 50%; top: 15%; z-index: 10; width: 512px; height: 45px; margin-left: -256px; font-size: 24px; font-weight: 500; color: #9ca2a8; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
+.section h3 { position: absolute; left: 50%; top: 15%; z-index: 10; width: 512px; height: 45px; margin-left: -256px; margin-top: 60px; text-indent: -9999px; background-repeat: no-repeat; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
+.p1 { position: absolute; left: 50%; top: 15%; width: 510px; margin-left: -255px; margin-top: 130px; font-size: 16px; color: #ffffff; opacity: 0; transition: all 1s;}
+
+.section1 canvas {
+	width:100%;height:auto/*默认全屏显示 可自己设置高度640px*/;
+	display:inline-block;vertical-align:baseline;
+	position:absolute;
+	z-index:1;}
+.section1 .canvaszz{  /*用来解决视频右键菜单,用于视频上面的遮罩层*/
+	width:100%;
+	/* background-image: url(images/firstbck1.png) ; */
+	height:100%;
+	position:absolute;
+	z-index:10;
+	filter:alpha(opacity=40);  
+	-moz-opacity:0.4;  
+	-khtml-opacity: 0.4;  
+	opacity: 0.4;
+	}
+video{
+	top: 6%;
+	position: absolute;
+	right: 0;
+	bottom: 0;
+	min-width: 100%;
+	min-height: 100%;
+	width: auto;
+	height: auto;
+	z-index: -9999;
+}
+
+.section4 h3 { background-image: url(images/t4.png);}
+.section5 h3 { background-image: url(images/t5.png);}
+.section6 strong { width: 561px; margin-left: -280px;}
+.section6 h3 { width: 561px; margin-left: -280px; background-image: url(images/t6.png);}
+.section7 strong { width: 561px; margin-left: -280px;}
+.section7 h3 { width: 561px; margin-left: -280px; background-image: url(images/t7.png);}
+.section8 strong { width: 561px; margin-left: -280px;}
+.section8 h3 { width: 561px; margin-left: -280px; background-image: url(images/t8.png);}
+.section9 strong { width: 609px; margin-left: -304px;}
+.section9 h3 { width: 609px; margin-left: -304px; background-image: url(images/t9.png);}
+.section9 h3 span { position: absolute; left: -100px; top: -48px; width: 89px; height: 90px; background-image: url(images/yixin.png);}
+
+
+.bg33 { position: absolute;width: 100%; height: 5%; background: url(images/jiantou.png) 50% 0 no-repeat; transition: all 1s;  bottom: -40%;z-index: 1001; cursor:pointer;}
+.p3 { position: absolute; width: 430px; left: 50%; top: 15%; margin-top: 250px; margin-left: -100%; font-size: 16px; color: #FFFDE1; opacity: 0; transition: all 1s;}
+
+.bg41 { position: absolute; bottom: -372px; width: 100%; height: 372px; background: url(images/bg41.png) 50% 0 no-repeat; transition: all 1s;}
+.bg42 { position: absolute; bottom: -449px; width: 100%; height: 449px; background: url(images/bg42.png) 50% 0 no-repeat; transition: all 1s;}
+.bg43 { position: absolute; bottom: -449px; width: 100%; height: 449px; margin-bottom: -130px; background: url(images/bg43.png) 50% 0 no-repeat; transition: all 1s;}
+
+.bg51, .bg52, .bg53, .bg54 { position: absolute; z-index: 1; width: 208px; left: 50%; bottom: 20%; padding-top: 210px; color: #fff;}
+.section5 h4 { margin-bottom: 12px; font-size: 23px; font-weight: 500;}
+.section5 p { font-size: 14px;}
+.bg51 { margin-left: -851px; background: url(images/bg51.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
+.bg52 { margin-left: -403px; background: url(images/bg52.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
+.bg53 { margin-left: 195px; background: url(images/bg53.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
+.bg54 { margin-left: 645px; background: url(images/bg54.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
+
+.bg61 { position: absolute; top: -454px; width: 100%; height: 545px; background: url(images/bg61.png) 50% 0 no-repeat; transition: all 1s;}
+.bg62 { position: absolute; left: 10%; bottom: 20%; width: 597px; height: 284px; margin-left: -507px; background-image: url(images/bg62.png); transition: all 1s;}
+.txt6 { position: absolute; left: 90%; bottom: 20%; width: 447px; margin-left: 90px; opacity: 0; transition: all 1s;}
+.txt6 p { margin-bottom: 17px; color: #5C7970;}
+
+.bg71 { position: absolute; left: 50%; bottom: -201px; width: 699px; height: 201px; margin-left: -630px; background: url(images/bg71.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
+.bg72 { position: absolute; left: 50%; bottom: -206px; width: 182px; height: 206px; margin-left: -170px; background: url(images/bg72.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
+.bg73 { position: absolute; left: 50%; bottom: 170px; width: 651px; height: 231px; margin-left: -530px; background: url(images/bg73.png) 50% 0 no-repeat;}
+.bg74 { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%;}
+.bg74 img { position: absolute; left: 0; bottom: 0; width: 100%; height: 251px;}
+.txt7 { position: absolute; left: 50%; bottom: -150px; width: 420px; margin-left: 100px; opacity: 0; transition: all 1s;}
+.txt7 p { margin-bottom: 17px; color: #EAEFF2;}
+
+.bg81 { position: absolute; width: 100%; bottom: 100px; height: 215px; background: url(images/bg81.png) 50% 0 no-repeat;}
+.bg82 { position: absolute; left: 50%; bottom: 160px; width: 164px; height: 117px; margin-left: -180px; background-image: url(images/bg82.png); opacity: 0; transition: all 1s;}
+.bg83 { position: absolute; left: 50%; bottom: 280px; width: 70px; height: 29px; margin-left: -330px; background-image: url(images/bg83.png); opacity: 0; transition: all 1s;}
+.bg84 { position: absolute; left: 50%; bottom: 320px; width: 43px; height: 26px; margin-left: -410px; background-image: url(images/bg84.png); opacity: 0; transition: all 1s;}
+.p8 { position: absolute; left: 50%; top: 15%; width: 565px; margin-left: -282px; margin-top: 130px; font-size: 16px; color: #727F8C; opacity: 0; transition: all 1s;}
+
+.bg91, .bg92, .bg93 { padding-top: 350px; font-size: 16px; color: #fff;}
+.bg91 { position: absolute; left: 50%; bottom: 15%; width: 340px; margin-left: -970px; background: url(images/bg91.png) 0 0 no-repeat; opacity: 0; transition: all 1s;}
+.bg91 p { position: relative; left: 20px; margin-left: 40px; border-right: 1px solid #13AB86;}
+.bg92 { position: absolute; left: 50%; bottom: 15%; width: 340px; margin-left: -180px; background: url(images/bg92.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
+.bg92 p { position: relative; left: 40px; margin-left: 30px;}
+.bg93 { position: absolute; left: 50%; bottom: 15%; width: 340px; margin-left: 630px; background: url(images/bg93.png) 50% 0 no-repeat; opacity: 0; transition: all 1s;}
+.bg93 p { position: relative; left: -20px; padding-left: 100px; border-left: 1px solid #13AB86;}
+
+.bg101 { position: absolute; width: 100%; height: 100%; background: url(images/bg101.png) 50% 20% no-repeat;}
+.bg102 { position: absolute; width: 100%; top: 25%; height: 79px; background: url(images/bg102.png) 50% 0 no-repeat; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
+.bg103 { position: absolute; width: 100%; top: 25%; height: 37px; margin-top: 110px; background: url(images/bg103.png) 50% 0 no-repeat; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
+.go { position: absolute; left: 50%; top: 55%; width: 254px; height: 70px; margin-top: 220px; margin-left: -127px; text-indent: -9999px; background-image: url(images/btn.png); opacity: 0; transition: all 1s;}
+
+.copyright { position: absolute; left: 0; bottom: 20px; width: 100%; text-align: center; font-size: 0;}
+.copyright a, .copyright span { margin: 0 7px; font-size: 12px; color: #a0a0a0;}
+
+/* CSS3过度及动画 */
+.active strong, .active h3 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
+.active .p1 { opacity: 1; transition-delay: 1.7s;}
+
+.active .bg12 { bottom: 90px; opacity: 1; transition-delay: 0.7s; }
+.active .bg13 { bottom: 0; opacity: 1; transition-delay: 0.7s;}
+.active .p9 { opacity: 1; transition-duration: 1s; transition-delay: 0.5s;}
+.active .p10 { opacity: 1; transition-duration: 1s; transition-delay: 0.5s;}
+.active .p16 { opacity: 1; transition-duration: 1s; transition-delay: 0.5s;}
+.active .p11 { opacity: 1; transition-duration: 1s; transition-delay:0.5s;}
+.active .p12 { opacity: 1; transition-duration: 1s; transition-delay: 0.5s;}
+.active .p17 { opacity: 1; transition-duration: 1s; transition-delay: 0.5s;}
+.active .p13 { opacity: 1; transition-duration: 1s; transition-delay:0.5s;}
+.active .p14 { opacity: 1; transition-duration: 1s; transition-delay:0.5s;}
+
+
+
+.active .bg21 { opacity: 1; margin-left: -608px; transition-delay: 0.7s;}
+.active .bg23 { bottom: 0; transition-delay: 0.7s;}
+.active .bg22 { margin-left: -280px; opacity: 1; transition-delay: 0.7s;}
+
+.active .p3 { margin-left: -480px; opacity: 1; transition-delay: 0.7s;}
+.active .bg31, .active .bg32 { opacity: 1; transition-delay: 1s;}
+.active .bg33 { bottom: 0; transition-delay: 0.7s;}
+
+.active .bg41 { bottom: 15%; transition-delay: 0.7s;}
+.active .bg42 { bottom: 15%; transition-delay: 1.1s;}
+.active .bg43 { bottom: 15%; transition-delay: 0.9s;}
+
+.active .bg51 { margin-left: -551px; opacity: 1; transition-delay: 0.7s;}
+.active .bg52 { margin-left: -253px; opacity: 1; transition-delay: 0.7s;}
+.active .bg53 { margin-left: 45px; opacity: 1; transition-delay: 0.7s;}
+.active .bg54 { margin-left: 345px; opacity: 1; transition-delay: 0.7s;}
+
+.active .bg61 { top: 0; transition-delay: 0.7s;}
+.active .bg62 { left: 50%; opacity: 1; transition-delay: 0.7s;}
+.active .txt6 { left: 50%; opacity: 1; transition-delay: 0.7s;}
+
+.active .bg71 { bottom: 250px; opacity: 1; transition-delay: 0.7s;}
+.active .bg72 { bottom: 350px; opacity: 1; transition-delay: 0.9s;}
+.active .txt7 { bottom: 420px; opacity: 1; transition-delay: 1.1s;}
+
+.active .bg82 { bottom: 260px; margin-left: -280px; opacity: 1; transition-delay: 0.7s;}
+.active .bg83 { bottom: 380px; margin-left: -430px; opacity: 1; transition-delay: 1s;}
+.active .bg84 { bottom: 420px; margin-left: -510px; opacity: 1; transition-delay: 1.2s;}
+.active .p8 { opacity: 1; transition-delay: 1.7s;}
+
+.active .bg91 { margin-left: -570px; opacity: 1; transition-delay: 0.7s;}
+.active .bg92 { opacity: 1; transition-delay: 0.8s;}
+.active .bg93 { margin-left: 230px; opacity: 1; transition-delay: 0.7s;}
+
+.active .bg102, .active .bg103 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
+.active .go { top: 25%; opacity: 1; transition-delay: 1.2s;}
+
+/* for lt ie 10 */
+.ltie10 strong, .ltie10 h3 { opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
+.ltie10 .p1 { opacity: 1; transition-delay: 1.7s;}
+
+.ltie10 .bg12 { bottom: 90px; opacity: 1; transition-delay: 0.7s; }
+.ltie10 .bg13 { bottom: 0; opacity: 1; transition-delay: 0.7s;}
+.ltie10 .p9 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}
+.ltie10 .p10 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}
+.ltie10 .p16 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}
+.ltie10 .p11 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}
+.ltie10 .p14 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}
+.ltie10 .p12 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}
+.ltie10 .p17 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}
+
+
+.ltie10 .bg21 { opacity: 1; margin-left: -608px; transition-delay: 0.7s;}
+.ltie10 .bg23 { bottom: 15%; transition-delay: 0.7s;}
+.ltie10 .bg22 { margin-left: -280px; opacity: 1; transition-delay: 0.7s;}
+
+.ltie10 .p3 { margin-left: -480px; opacity: 1; transition-delay: 0.7s;}
+.ltie10 .bg31, .ltie10 .bg32 { opacity: 1; transition-delay: 1s;}
+.ltie10 .bg33 { bottom: 15%; transition-delay: 0.7s;}
+
+.ltie10 .bg41 { bottom: 15%; transition-delay: 0.7s;}
+.ltie10 .bg42 { bottom: 15%; transition-delay: 1.1s;}
+.ltie10 .bg43 { bottom: 15%; transition-delay: 0.9s;}
+
+.ltie10 .bg51 { margin-left: -551px; opacity: 1; transition-delay: 0.7s;}
+.ltie10 .bg52 { margin-left: -253px; opacity: 1; transition-delay: 0.7s;}
+.ltie10 .bg53 { margin-left: 45px; opacity: 1; transition-delay: 0.7s;}
+.ltie10 .bg54 { margin-left: 345px; opacity: 1; transition-delay: 0.7s;}
+
+.ltie10 .bg61 { top: 0; transition-delay: 0.7s;}
+.ltie10 .bg62 { left: 50%; opacity: 1; transition-delay: 0.7s;}
+.ltie10 .txt6 { left: 50%; opacity: 1; transition-delay: 0.7s;}
+
+.ltie10 .bg71 { bottom: 250px; opacity: 1; transition-delay: 0.7s;}
+.ltie10 .bg72 { bottom: 350px; opacity: 1; transition-delay: 0.9s;}
+.ltie10 .txt7 { bottom: 420px; opacity: 1; transition-delay: 1.1s;}
+
+.ltie10 .bg82 { bottom: 260px; margin-left: -280px; opacity: 1; transition-delay: 0.7s;}
+.ltie10 .bg83 { bottom: 380px; margin-left: -430px; opacity: 1; transition-delay: 1s;}
+.ltie10 .bg84 { bottom: 420px; margin-left: -510px; opacity: 1; transition-delay: 1.2s;}
+.ltie10 .p8 { opacity: 1; transition-delay: 1.7s;}
+
+.ltie10 .bg91 { margin-left: -570px; opacity: 1; transition-delay: 0.7s;}
+.ltie10 .bg92 { opacity: 1; transition-delay: 0.8s;}
+.ltie10 .bg93 { margin-left: 230px; opacity: 1; transition-delay: 0.7s;}
+
+.ltie10 .bg102, .ltie10 .bg103 { opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
+.ltie10 .go { top: 25%; opacity: 1; transform:scale(1, 1); transition-delay: 1.2s;}
+</style>
+<script src="js/jquery.min.js"></script>
+<!-- <script src="js/jquery2.min.js"></script> -->
+<script src="js/jquery-ui.min.js"></script>
+<script src="js/jquery.fullPage.min.js"></script>
+<script>
+$(function(){
+	if($.browser.msie && $.browser.version < 10){
+		$('body').addClass('ltie10');
+	}
+	$.fn.fullpage({
+		verticalCentered: false,
+		anchors: ['page1', 'page2', 'page3', 'page4', 'page5', 'page6', 'page7', 'page8', 'page9', 'page10'],
+		navigation: true,
+		navigationTooltips: []
+	});
+});
+function down(){
+	$.fn.fullpage.moveSectionDown();
+};
+function dow(){
+	window.location.href = "index2.html";
+}
+$(window).load(function(){
+        $('body').addClass('loaded');
+        $('#loader-wrapper .load_title').remove();
+    }); 
+</script>
+
+</head>
+<body>
+	<!-- <div id="loader-wrapper">
+		<div id="loader"></div>
+		<div class="loader-section section-left"></div>
+		<div class="loader-section section-right"></div>
+		<div style="z-index:999999; position: absolute; color: #fff;top: 40%;left: 19%; font-size: 45px;">汇辰技术服务(贵州)有限公司</div>
+		<div class="load_title"><br><span></span></div>
+	</div> -->
+	<div style="position: fixed;top: 10px;z-index: 1000; width: 100%; height: 100%;">
+		<!-- <div class="text14">
+			<img src="images/logo.png">
+		</div>
+		<div class="phone">
+			<img src="images/phone.png" >
+		</div> -->
+		<div style="position: absolute;bottom: 1%;width: 100%;">
+		<p style="color: #fff;text-align: center; font-size: 14px;">服务热线:4000528895 座机:0851-86586808 传真:0851-85660016 地址:贵州省贵阳市云岩区大数据双创中心9楼3号</p>
+		</div>
+	</div>
+<div class="section section1">
+	<video autoplay muted loop width="100%">
+		<source src="images/three.mp4">
+	</video>
+	<div class="header"></div>
+	<!-- <div class="canvaszz"> </div>
+  	<canvas id="canvas"></canvas>  -->
+	<div class="text14">
+		<img src="images/logo.png">
+	</div>
+	<div class="phone">
+		<img src="images/phone.png" >
+	</div>
+	<!-- <div id="container"> -->
+
+		<!-- <p><a href="#">正念、相信、坚持、共创价值<br>汇辰技术服务(贵州)有限公司</a></p> -->
+
+		<!-- <p><a href="#">汇辰技术服务(贵州)有限公司<br> huichen</a></p>
+
+		<p><a href="#">汇辰技术服务(贵州)有限公司<br> huichen</a></p>
+
+		<p><a href="#">汇辰技术服务(贵州)有限公司<br> huichen</a></p>
+
+		<p><a href="#">汇辰技术服务(贵州)有限公司<br> huichen</a></p>
+
+		<p><a href="#">汇辰技术服务(贵州)有限公司<br> huichen</a></p> -->
+
+	<!-- </div> -->
+	<!-- <div class="bg"><img src="images/firstbck1.png" alt=""></div> -->
+	<div class="bg13" onclick="down()" ></div>
+	
+	
+	<p class="p16">汇辰技术服务(贵州)有限公司</p>
+	<p class="p17">汇聚弱电信息化行业资源能力让服务更有价值</p>
+	<p class="p12">Convergence of weak current information industry resources and capabilities to make services more valuable</p>
+</div>
+
+<div class="section section2">
+	<div class="bg"><img src="images/secondbck.png" alt=""></div>
+	<div class="bg23"  onclick="down()"></div>
+	<p class="p10">汇聚弱电信息化行业资源能力<br>让服务更有价值</p>
+	<!-- <p class="p12">汇聚越来越多有情有义有能力的人,<br>一起成就有意义有价值有利于弱电信息化行业的事,<br>让技术服务更有价值,愿我们的理想助力您的理想。</p> -->
+	<p class="p14">以“汇聚”弱电信息化行业技术人才能力为核心,穿透行业全过程技术服务为基础,“辰就”弱电信息化行业价值为目标;提供从知识库、咨询、设计、预算、招投标、产品优选、成本控制、技术优化、交付管理、运维服务、用户使用上线指导、专业技术人才培训等全过程技术资源配置服务<br>解决企业与企业、企业与项目、项目与项目的人力、物力、财力、资源配置不合理、配置不齐全等问题,<br>打造一个互联网+弱电信息化行业的综合服务平台,逐步重构行业新生态,<br>开启行业新蓝海,提高资源配置效率,加快信息流通速度,保障流通精细化,解决低效率高成本问题,逐步建立健全行业内信用体系,<br>实现线上交易服务,让市场开启一种高效、透明的交易方式。</p>
+</div>
+
+<div class="section section3">
+	<div class="bg"><img src="images/thirdbck.png" alt=""></div>
+	<!-- <div class="bg33" onclick="dow()"></div> -->
+	<p class="p9">正念、相信、坚持、共创价值</p>
+	<p class="p13">在这里,我们没有复杂的人事关系,也没有多广的人脉资源,<br>更没有深厚的资本,我们有的就是正向的思维,有的是一群有情有义并相信可以真正为客户创造价值,<br>并坚持长期奋斗,共创价值的组织。<br>与所有选择加入这个组织的伙伴一起以结缘的心一起成就事业,愿我们的理想能为您的理想助力。</p>
+	<div class="icon">
+		<ul>
+			<li class="plane one">
+				<a href="index3.html"><img src="images/qiye.png" alt="企业简介" ></a>
+				<p>企业简介</p>
+			</li>
+			<li class="plane two">
+				<a href="index2.html"><img src="images/tuandui.png" alt="顾问团队"></a>
+				<p>顾问团队</p>
+			</li>
+			<li class="plane three">
+				<a href=""><img src="images/chanpin.png" alt="产品及服务"></a>
+				<p>产品及服务</p>
+			</li>
+			<li class="plane four">
+				<a href=""><img src="images/xinwen.png" alt="新闻中心"></a>
+				<p>新闻中心</p>
+			</li>
+		</ul>
+		
+	</div>
+</div>
+
+<script>
+	// //宇宙特效
+	// "use strict";
+	// var canvas = document.getElementById('canvas'),
+	//   ctx = canvas.getContext('2d'),
+	//   w = canvas.width = window.innerWidth,
+	//   h = canvas.height = window.innerHeight,
+	
+	//   hue = 217,
+	//   stars = [],
+	//   count = 0,
+	//   maxStars = 1300;//星星数量
+	
+	// var canvas2 = document.createElement('canvas'),
+	//   ctx2 = canvas2.getContext('2d');
+	// canvas2.width = 100;
+	// canvas2.height = 100;
+	// var half = canvas2.width / 2,
+	//   gradient2 = ctx2.createRadialGradient(half, half, 0, half, half, half);
+	// gradient2.addColorStop(0.025, '#CCC');
+	// gradient2.addColorStop(0.1, 'hsl(' + hue + ', 61%, 33%)');
+	// gradient2.addColorStop(0.25, 'hsl(' + hue + ', 64%, 6%)');
+	// gradient2.addColorStop(1, 'transparent');
+	
+	// ctx2.fillStyle = gradient2;
+	// ctx2.beginPath();
+	// ctx2.arc(half, half, half, 0, Math.PI * 2);
+	// ctx2.fill();
+	
+	// // End cache
+	
+	// function random(min, max) {
+	//   if (arguments.length < 2) {
+	// 	max = min;
+	// 	min = 0;
+	//   }
+	
+	//   if (min > max) {
+	// 	var hold = max;
+	// 	max = min;
+	// 	min = hold;
+	//   }
+	
+	//   return Math.floor(Math.random() * (max - min + 1)) + min;
+	// }
+	
+	// function maxOrbit(x, y) {
+	//   var max = Math.max(x, y),
+	// 	diameter = Math.round(Math.sqrt(max * max + max * max));
+	//   return diameter / 2;
+	//   //星星移动范围,值越大范围越小,
+	// }
+	
+	// var Star = function() {
+	
+	//   this.orbitRadius = random(maxOrbit(w, h));
+	//   this.radius = random(60, this.orbitRadius) / 8; 
+	//   //星星大小
+	//   this.orbitX = w / 2;
+	//   this.orbitY = h / 2;
+	//   this.timePassed = random(0, maxStars);
+	//   this.speed = random(this.orbitRadius) / 50000; 
+	//   //星星移动速度
+	//   this.alpha = random(2, 10) / 10;
+	
+	//   count++;
+	//   stars[count] = this;
+	// }
+	
+	// Star.prototype.draw = function() {
+	//   var x = Math.sin(this.timePassed) * this.orbitRadius + this.orbitX,
+	// 	y = Math.cos(this.timePassed) * this.orbitRadius + this.orbitY,
+	// 	twinkle = random(10);
+	
+	//   if (twinkle === 1 && this.alpha > 0) {
+	// 	this.alpha -= 0.05;
+	//   } else if (twinkle === 2 && this.alpha < 1) {
+	// 	this.alpha += 0.05;
+	//   }
+	
+	//   ctx.globalAlpha = this.alpha;
+	//   ctx.drawImage(canvas2, x - this.radius / 2, y - this.radius / 2, this.radius, this.radius);
+	//   this.timePassed += this.speed;
+	// }
+	
+	// for (var i = 0; i < maxStars; i++) {
+	//   new Star();
+	// }
+	
+	// function animation() {
+	//   ctx.globalCompositeOperation = 'source-over';
+	//   ctx.globalAlpha = 0.5; //尾巴
+	//   ctx.fillStyle = 'hsla(' + hue + ', 64%, 6%, 2)';
+	//   ctx.fillRect(0, 0, w, h)
+	
+	//   ctx.globalCompositeOperation = 'lighter';
+	//   for (var i = 1, l = stars.length; i < l; i++) {
+	// 	stars[i].draw();
+	//   };
+	
+	//   window.requestAnimationFrame(animation);
+	// }
+	
+	// animation();
+	</script>
+<!-- <div class="section section4">
+	<div class="bg"><img src="images/section4.jpg" alt=""></div>
+	<div class="bg41"></div>
+	<div class="bg42"></div>
+	<div class="bg43"></div>
+	<strong>[ 动态情景皮肤 ]</strong>
+	<h3>美轮美奂,百变尽随你心</h3>
+	<p class="p1">国内首创动态情景皮肤,可以随着早晚时光,季节主题的变幻而自动切换,实现了在邮箱里也能感受天气和心情的变化,带来完全不同的页面体验并且呈现最佳视觉感受,还特别针对原有邮箱皮肤的对比度和色彩进行了微调,减少视觉疲劳感。</p>
+</div>
+
+<div class="section section5">
+	<div class="bg"><img src="images/section5.jpg" alt=""></div>
+	<strong>[ 功能·创 ]</strong>
+	<h3>灵活机变,全面为你而生</h3>
+	<div class="bg51">
+		<h4>新语音视频邮件</h4>
+		<p>写信不再枯燥!在线录制和播放声音和视频邮件,比单纯的文字邮件更感性、更方便,更好玩。</p>
+	</div>
+	<div class="bg52">
+		<h4>虚拟场景写信模式</h4>
+		<p>写信可以选择自己喜欢的场景,配合美妙的背景音乐,让写信<br>变得更为有趣和生动。</p>
+	</div>
+	<div class="bg53">
+		<h4>独创智能体检</h4>
+		<p>网易邮箱6.0版帮你关注邮箱安全,提醒你及时清理邮件,打<br>造轻量级邮箱。</p>
+	</div>
+	<div class="bg54">
+		<h4>全新多帐号关联</h4>
+		<p>一键关联和切换多个网易邮箱,同时对于重要的邮箱帐号进行<br>密码验证保护。</p>
+	</div>
+</div>
+
+<div class="section section6">
+	<div class="bg"><img src="images/section6.jpg" alt=""></div>
+	<div class="bg61"></div>
+	<div class="bg62"></div>
+	<strong>[ 待办邮件 ]</strong>
+	<h3>办公利器,工作更高效顺手</h3>
+	<div class="txt6">
+		<p>独家首创邮件管理方式:待办邮件<br>采用日程的方式第一时间分配和提醒邮件!</p>
+		<p>对于需要后续处理的重要邮件,如果正忙来不及处理和回复,只需设置为待办邮件,在待办时间到期时,邮件会在文件夹置顶提示或采用短信方式提醒。</p>
+		<p>如此高效迅速处理邮件,让邮件处理过程变成更轻松和快捷。</p>
+	</div>
+</div>
+
+<div class="section section7">
+	<div class="bg"><img src="images/section7.jpg" alt=""></div>
+	<div class="bg71"></div>
+	<div class="bg72"></div>
+	<div class="bg73"></div>
+	<strong>[ 联系人邮件 ]</strong>
+	<h3>一目了然,来往邮件更清晰</h3>
+	<div class="txt7">
+		<p>邮箱6.0版带来一种极其简便的方式,管理你和联系人的<br>邮件往来,帮助你精准定位到以联系人为维度的邮件列表。</p>
+		<p>同时支持以联系组方式来管理邮件,方便以群或相同关系<br>的群体间的邮件管理,比如:同学组,客户组,公司组等。</p>
+	</div>
+	<div class="bg74"><img src="images/bg74.png" alt=""></div>
+</div>
+
+<div class="section section8">
+	<div class="bg"><img src="images/section8.jpg" alt=""></div>
+	<div class="bg81"></div>
+	<div class="bg82"></div>
+	<div class="bg83"></div>
+	<div class="bg84"></div>
+	<strong>[ 科技.聚 ]</strong>
+	<h3>厚积薄发,大幅度提速创新标</h3>
+	<p class="p8">邮箱6.0版带来“飞”一般的访问体验,速度提升达30%。采用全新base基础库bjs,更加轻量级,性能更加优化,完全兼容国内用户使用的所有浏览器,以及基于"多核"多线程的核心js引擎,性能和访问速度大幅提升。</p>
+</div>
+
+<div class="section section9">
+	<div class="bg"><img src="images/section9.jpg" alt=""></div>
+	<strong>[ 让沟通更有趣 ]</strong>
+	<h3><span></span>沟通无界,连接易信无缝整合</h3>
+	<div class="bg91">
+		<p>易信扫描二维码即可登录网易<br>邮箱6.0版,“扫一扫”让邮<br>箱登录更方便。</p>
+	</div>
+	<div class="bg92">
+		<p>登录邮箱后,可直接使用Web<br>易信和好友聊天,还可以发图<br>片,让聊天更有趣。</p>
+	</div>
+	<div class="bg93">
+		<p>易信和邮箱新邮件同步提醒,<br>在易信可以直接查看和回复<br>邮件,手机收发邮件更快捷。</p>
+	</div>
+</div>
+
+<div class="section section10">
+	<div class="bg"><img src="images/section10.jpg" alt=""></div>
+	<div class="bg101"></div>
+	<div class="bg102"></div>
+	<div class="bg103"></div>
+	<a class="go" href="http://www.dowebok.com/">马上体验</a>
+	<p class="copyright">
+		<a href="javascript:">关于网易</a>
+		<a href="javascript:">关于网易免费邮</a>
+		<a href="javascript:">邮箱官方博客</a>
+		<a href="javascript:">客户服务</a>
+		<a href="javascript:">隐私政策</a>
+		<span>|</span>
+		<span>网易公司版权所有 © 1997-2014 </span>
+	</p>
+</div> -->
+
+
+
+
+
+
+
+
+
+
+<a href="http://www.dowebok.com/" style="display: none;">dowebok</a>
+<a href="http://www.dowebok.com/97.html" style="display: none;">fullPage.js制作网易邮箱6.0介绍页面</a>
+
+</body>
+</html>

+ 140 - 0
index2.html

@@ -0,0 +1,140 @@
+<!--
+ * @Description: 
+ * @Author: tianhui
+ * @Date: 2021-08-05 14:21:15
+ * @LastEditors: tianhui
+ * @LastEditTime: 2021-08-10 16:32:46
+ * @FilePath: \huichen\index2.html
+ * @Copyright: Copyright (c) 2016~2021 tianhui(1114860254@qq.com)
+-->
+<!DOCTYPE html>
+<html lang="zh-CN">
+
+<head>
+    <meta charset="utf-8">
+    <title>汇辰技术服务(贵州)有限公司</title>
+    <style>
+        * {
+            margin: 0;
+            padding: 0;
+        }
+
+        body {
+            font: 16px/1.8 "Microsoft Yahei", verdana;
+        }
+
+        .logo {
+            margin-left: 20%;
+        }
+
+        .head {
+            border-bottom: 3px solid #033cdd;
+            width: 100%;
+        }
+
+        .content {
+            margin-left: 21%;
+            margin-right: 21%;
+        }
+
+        .menu {
+            display: flex;
+        }
+/* 
+        .professor {
+            margin-left: 2%;
+            font-size: 20;
+            position: relative;
+        }
+
+        .professor::before {
+            position: absolute;
+            bottom: 0;
+            left: 50%;
+            transform: translateX(-50%);
+            content: '';
+            width: 50px;
+            height: 5px;
+            border-radius: 5px;
+            background-color: #111233;
+        }
+
+        .p1 {
+            font-size: 20
+        } */
+        .nav{ display: flex;width: 100%;}
+        .plane{ display:inline-block;list-style:none; margin-right: 5%; }
+        .team{ width: 100%;margin-top: 3%;}
+        .clear{ display: flex; list-style: none; margin-bottom: 5%;}
+        .introduce{ margin-left: 1%;}
+        .teamprofessor ul li p{ background-color: #eaeaea; -webkit-line-clamp: 4;} 
+        .teamprofessor ul li img{width: 156px;}
+        .two {border-bottom: 2px solid #111233;}
+        .menu ul li h3{text-align: center; color: #000;}
+        .menu ul li a{text-decoration:none;  }
+        @media screen and (max-width:1200px) {
+            .logo {
+                margin-left: 5%;
+            }
+
+            .content {
+                margin-left: 7%;
+                margin-right: 7%;
+            }
+            .teamprofessor ul li img{width: 185px;}
+        }
+        
+    </style>
+    <script>
+        function company() {
+            window.location.href = "";
+        }
+    </script>
+</head>
+
+<body>
+    <div class="head">
+        <div class="logo">
+            <a href="index.html"><img src="images/logo.png"></a>
+        </div>
+    </div>
+    <div class="content">
+        <div class="menu">
+            <ul class="nav">
+                <li class="plane one">
+                    <a href="index3.html"><h3>企业简介</h3></a>
+                </li>
+                <li class="plane two">
+                    <a href=""><h3>顾问团队</h3></a>
+                </li>
+            </ul>
+            <!-- <p onclick="company()" class="p1">企业简介</p>
+            <p class="professor">团队专家</p> -->
+        </div>
+        <div class="teamprofessor">
+            <ul class="team">
+                <li class="clear one">
+                    <div>
+                        <img src="./images/wyp.png">
+                    </div>
+                    <div class="introduce">
+                        <h1>王云鹏</h1>
+                        <p>北京大学经济学学士,对外经济贸易大学工商管理硕士(MBA),北京大学管理学博士,北京大学EMBA讲师,领导力与执行力导师,国际亲子关系授权导师,夫妻关系授权导师,NLP执行师导师,应用心理学导师,中国青少年儿基会《新家长学院》策划人。2009年开始到德国、美国、香港研修管理心理学,1971年出生哈尔滨,中共党员,一九九四年参加工作,先后在香港恒丰(中国)集团、原国家广电部工作。</p>
+                    </div>
+                </li>
+                <!-- <li class="clear second">
+                    <div>
+                        <img src="./images/wyp.png">
+                    </div>
+                    <div class="introduce">
+                        <h1>王云鹏</h1>
+                        <p>北京大学经济学学士,对外经济贸易大学工商管理硕士(MBA),北京大学管理学博士,北京大学EMBA讲师,领导力与执行力导师,国际亲子关系授权导师,夫妻关系授权导师,NLP执行师导师,应用心理学导师,中国青少年儿基会《新家长学院》策划人。2009年开始到德国、美国、香港研修管理心理学,1971年出生哈尔滨,中共党员,一九九四年参加工作,先后在香港恒丰(中国)集团、原国家广电部工作。</p>
+                    </div>
+                </li> -->
+            </ul>
+        </div>
+    </div>
+
+</body>
+
+</html>

+ 125 - 0
index3.html

@@ -0,0 +1,125 @@
+<!--
+ * @Description: 
+ * @Author: tianhui
+ * @Date: 2021-08-05 14:21:15
+ * @LastEditors: tianhui
+ * @LastEditTime: 2021-08-10 16:34:38
+ * @FilePath: \huichen\index3.html
+ * @Copyright: Copyright (c) 2016~2021 tianhui(1114860254@qq.com)
+-->
+<!DOCTYPE html>
+<html lang="zh-CN">
+
+<head>
+    <meta charset="utf-8">
+    <title>汇辰技术服务(贵州)有限公司</title>
+    <style>
+        * {
+            margin: 0;
+            padding: 0;
+        }
+
+        body {
+            font: 16px/1.8 "Microsoft Yahei", verdana;
+        }
+
+        .logo {
+            margin-left: 20%;
+        }
+
+        .head {
+            border-bottom: 3px solid #033cdd;
+            width: 100%;
+        }
+
+        .content {
+            margin-left: 21%;
+            margin-right: 21%;
+        }
+
+        .menu {
+            display: flex;
+        }
+/* 
+        .professor {
+            margin-left: 2%;
+            font-size: 20;
+            position: relative;
+        }
+
+        .professor::before {
+            position: absolute;
+            bottom: 0;
+            left: 50%;
+            transform: translateX(-50%);
+            content: '';
+            width: 50px;
+            height: 5px;
+            border-radius: 5px;
+            background-color: #111233;
+        }
+
+        .p1 {
+            font-size: 20
+        } */
+        .nav{ display: flex;width: 100%;}
+        .plane{ display:inline-block;list-style:none; margin-right: 5%; }
+        .introduce{ margin-left: 1%;}
+        .teamprofessor p{  line-height: 35px;} 
+        .one {border-bottom: 2px solid #111233;}
+        .menu ul li h3{text-align: center; color: #000;}
+        .menu ul li a{text-decoration:none;  }
+        @media screen and (max-width:1200px) {
+            .logo {
+                margin-left: 5%;
+            }
+
+            .content {
+                margin-left: 7%;
+                margin-right: 7%;
+            }
+            .teamprofessor p{  line-height: 50px;} 
+        }
+        
+    </style>
+    <script>
+        function company() {
+            window.location.href = "";
+        }
+    </script>
+</head>
+
+<body>
+    <div class="head">
+        <div class="logo">
+            <a href="index.html"><img src="images/logo.png"></a>
+        </div>
+    </div>
+    <div class="content">
+        <div class="menu">
+            <ul class="nav">
+                <li class="plane one">
+                    <a href=""><h3>企业简介</h3></a>
+                </li>
+                <li class="plane two">
+                    <a href="index2.html"><h3>顾问团队</h3></a>
+                </li>
+            </ul>
+            <!-- <p onclick="company()" class="p1">企业简介</p>
+            <p class="professor">团队专家</p> -->
+        </div>
+        <div class="teamprofessor">
+          <p style="font-size: 35px ;text-align: center;margin-top: 5%;">汇辰技术服务(贵州)有限公司</p>
+          <P style="margin-top: 2%;">汇辰技术服务(贵州)有限公司成立于我们伟大的中国共产党100周年纪念日,即2021年7月1日。我们以“汇聚”弱电信息化行业技术人才能力为核心,穿透行业全过程技术服务为基础,“辰就”弱电信息化行业价值为目标;提供从知识库、咨询、设计、预算、招投标、产品优选、成本控制、技术优化、交付管理、运维服务、用户使用上线指导、专业技术人才培训等全过程技术资源配置服务。解决企业与企业、企业与项目、项目与项目的人力、物力、财力、资源配置不合理、配置不齐全等问题,打造一个互联网+弱电信息化行业的综合服务平台,逐步重构行业新生态,开启行业新蓝海,提高资源配置效率,加快信息流通速度,保障流通精细化,解决低效率高成本问题,逐步建立健全行业内信用体系,实现线上交易服务,让市场开启一种高效、透明的交易方式。</P>
+          <p style="margin-top: 2%;">在这里,我们没有复杂的人事关系,也没有多广的人脉资源,更没有深厚的资本,我们有的就是正向的思维,有的是一群有情有义并相信可以真正为客户创造价值,并坚持长期奋斗,共创价值的组织。与所有选择加入这个组织的伙伴一起以结缘的心一起成就事业,愿我们的理想能为您的理想助力。</p>  
+          <p style="margin-top: 2%;">我们的使命:汇聚弱电信息化行业资源能力,让服务更有价值。</p>
+          <p style="margin-top: 2%;">我们的愿景:汇聚越来越多有情有义有能力的人,一起成就有意义有价值有利于弱电信息化行业的事,让技术服务更有价值,愿我们的理想助力您的理想。</p>  
+          <p style="margin-top: 2%;">我们的核心价值观:正念、相信、坚持、共创价值</p>  
+            
+              
+        </div>
+    </div>
+
+</body>
+
+</html>

Різницю між файлами не показано, бо вона завелика
+ 4 - 0
js/jquery-ui.min.js


+ 34 - 0
js/jquery.fullPage.min.js

@@ -0,0 +1,34 @@
+/**
+ * fullPage 1.5.3
+ * https://github.com/alvarotrigo/fullPage.js
+ * MIT licensed
+ *
+ * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
+ */
+(function(b){b.fn.fullpage=function(c){function m(a){if(c.autoScrolling){a=window.event||a;a=Math.max(-1,Math.min(1,a.wheelDelta||-a.detail));var e;e=b(".section.active");if(!k)if(e=e.find(".slides").length?e.find(".slide.active").find(".scrollable"):e.find(".scrollable"),0>a)if(0<e.length)if(v("bottom",e))b.fn.fullpage.moveSectionDown();else return!0;else b.fn.fullpage.moveSectionDown();else if(0<e.length)if(v("top",e))b.fn.fullpage.moveSectionUp();else return!0;else b.fn.fullpage.moveSectionUp();
+return!1}}function F(){document.addEventListener?(document.addEventListener("mousewheel",m,!1),document.addEventListener("DOMMouseScroll",m,!1)):document.attachEvent("onmousewheel",m)}function n(a,e){var d={},f,h=a.position(),h=null!==h?h.top:null,H=G(a),l=a.data("anchor"),g=a.index(".section"),p=a.find(".slide.active");if(p.length){f=p.data("anchor");var q=p.index()}p=b(".section.active").index(".section")+1;a.addClass("active").siblings().removeClass("active");k=!0;"undefined"!==typeof l?I(q,f,
+l):location.hash="";c.autoScrolling?(d.top=-h,f="#superContainer"):(d.scrollTop=h,f="html, body");c.css3&&c.autoScrolling?(b.isFunction(c.onLeave)&&c.onLeave.call(this,p,H),z("translate3d(0px, -"+h+"px, 0px)",!0),setTimeout(function(){b.isFunction(c.afterLoad)&&c.afterLoad.call(this,l,g+1);setTimeout(function(){k=!1;b.isFunction(e)&&e.call(this)},J)},c.scrollingSpeed)):(b.isFunction(c.onLeave)&&c.onLeave.call(this,p,H),b(f).animate(d,c.scrollingSpeed,c.easing,function(){b.isFunction(c.afterLoad)&&
+c.afterLoad.call(this,l,g+1);setTimeout(function(){k=!1;b.isFunction(e)&&e.call(this)},J)}));r=l;c.autoScrolling&&(K(l),L(l,g))}function u(a,e){var d=e.position(),f=a.find(".slidesContainer").parent(),h=e.index(),g=a.closest(".section"),l=g.index(".section"),k=g.data("anchor"),p=g.find(".fullPage-slidesNav"),q=e.data("anchor");if(c.onSlideLeave){var m=g.find(".slide.active").index(),n;n=m>h?"left":"right";b.isFunction(c.onSlideLeave)&&c.onSlideLeave.call(this,k,l+1,m,n)}e.addClass("active").siblings().removeClass("active");
+"undefined"===typeof q&&(q=h);g.hasClass("active")&&(c.loopHorizontal||(g.find(".controlArrow.prev").toggle(0!=h),g.find(".controlArrow.next").toggle(!e.is(":last-child"))),I(h,q,k));c.css3?(d="translate3d(-"+d.left+"px, 0px, 0px)",a.find(".slidesContainer").addClass("easing").css({"-webkit-transform":d,"-moz-transform":d,"-ms-transform":d,transform:d}),setTimeout(function(){b.isFunction(c.afterSlideLoad)&&c.afterSlideLoad.call(this,k,l+1,q,h);s=!1},c.scrollingSpeed)):f.animate({scrollLeft:d.left},
+c.scrollingSpeed,function(){b.isFunction(c.afterSlideLoad)&&c.afterSlideLoad.call(this,k,l+1,q,h);s=!1});p.find(".active").removeClass("active");p.find("li").eq(h).find("a").addClass("active")}function M(){var a=b(window).width();g=b(window).height();c.resize&&S(g,a);b(".section").each(function(){parseInt(b(this).css("padding-bottom"));parseInt(b(this).css("padding-top"));if(c.scrollOverflow){var a=b(this).find(".slide");a.length?a.each(function(){w(b(this))}):w(b(this))}c.verticalCentered&&b(this).find(".tableCell").css("height",
+g+"px");b(this).css("height",g+"px");a=b(this).find(".slides");a.length&&u(a,a.find(".slide.active"))});b(".section.active").position();a=b(".section.active");a.index(".section")&&n(a)}function S(a,e){var c=825,f=a;825>a||900>e?(900>e&&(f=e,c=900),c=(100*f/c).toFixed(2),b("body").css("font-size",c+"%")):b("body").css("font-size","100%")}function L(a,e){c.navigation&&(b("#fullPage-nav").find(".active").removeClass("active"),a?b("#fullPage-nav").find('a[href="#'+a+'"]').addClass("active"):b("#fullPage-nav").find("li").eq(e).find("a").addClass("active"))}
+function K(a){c.menu&&(b(c.menu).find(".active").removeClass("active"),b(c.menu).find('[data-menuanchor="'+a+'"]').addClass("active"))}function v(a,b){if("top"===a)return!b.scrollTop();if("bottom"===a)return b.scrollTop()+b.innerHeight()>=b[0].scrollHeight}function G(a){var c=b(".section.active").index(".section");a=a.index(".section");return c>a?"up":"down"}function w(a){a.css("overflow","hidden");var b=a.closest(".section"),d=a.find(".scrollable");(d.length?a.find(".scrollable").get(0).scrollHeight-
+parseInt(b.css("padding-bottom"))-parseInt(b.css("padding-top")):a.get(0).scrollHeight-parseInt(b.css("padding-bottom"))-parseInt(b.css("padding-top")))>g?(b=g-parseInt(b.css("padding-bottom"))-parseInt(b.css("padding-top")),d.length?d.css("height",b+"px").parent().css("height",b+"px"):(c.verticalCentered?a.find(".tableCell").wrapInner('<div class="scrollable" />'):a.wrapInner('<div class="scrollable" />'),a.find(".scrollable").slimScroll({height:b+"px",size:"10px",alwaysVisible:!0}))):(a.find(".scrollable").children().first().unwrap().unwrap(),
+a.find(".slimScrollBar").remove(),a.find(".slimScrollRail").remove());a.css("overflow","")}function N(a){a.addClass("table").wrapInner('<div class="tableCell" style="height:'+g+'px;" />')}function z(a,c){b("#superContainer").toggleClass("easing",c);b("#superContainer").css({"-webkit-transform":a,"-moz-transform":a,"-ms-transform":a,transform:a})}function A(a,c){var d=isNaN(a)?b('[data-anchor="'+a+'"]'):b(".section").eq(a-1);a===r||d.hasClass("active")?O(d,c):n(d,function(){O(d,c)})}function O(a,b){if("undefined"!=
+typeof b){var c=a.find(".slides"),f=c.find('[data-anchor="'+b+'"]');f.length||(f=c.find(".slide").eq(b));f.length&&u(c,f)}}function T(a,b){a.append('<div class="fullPage-slidesNav"><ul></ul></div>');var d=a.find(".fullPage-slidesNav");d.addClass(c.slidesNavPosition);for(var f=0;f<b;f++)d.find("ul").append('<li><a href="#"><span></span></a></li>');d.css("margin-left","-"+d.width()/2+"px");d.find("li").first().find("a").addClass("active")}function I(a,b,c){var f="";a?("undefined"!==typeof c&&(f=c),
+"undefined"===typeof b&&(b=a),P=b,location.hash=f+"/"+b):location.hash=c}function U(){var a=document.createElement("p"),b,c={webkitTransform:"-webkit-transform",OTransform:"-o-transform",msTransform:"-ms-transform",MozTransform:"-moz-transform",transform:"transform"};document.body.insertBefore(a,null);for(var f in c)void 0!==a.style[f]&&(a.style[f]="translate3d(1px,1px,1px)",b=window.getComputedStyle(a).getPropertyValue(c[f]));document.body.removeChild(a);return void 0!==b&&0<b.length&&"none"!==b}
+c=b.extend({verticalCentered:!0,resize:!0,slidesColor:[],anchors:[],scrollingSpeed:700,easing:"easeInQuart",menu:!1,navigation:!1,navigationPosition:"right",navigationColor:"#000",navigationTooltips:[],slidesNavigation:!1,slidesNavPosition:"bottom",controlArrowColor:"#fff",loopBottom:!1,loopTop:!1,loopHorizontal:!0,autoScrolling:!0,scrollOverflow:!1,css3:!1,paddingTop:0,paddingBottom:0,fixedElements:null,normalScrollElements:null,afterLoad:null,onLeave:null,afterRender:null,afterSlideLoad:null,onSlideLeave:null},
+c);var J=700;b.fn.fullpage.setAutoScrolling=function(a){c.autoScrolling=a;a=b(".section.active");c.autoScrolling?(b("html, body").css({overflow:"hidden",height:"100%"}),a.length&&(c.css3?(a="translate3d(0px, -"+a.position().top+"px, 0px)",z(a,!1)):b("#superContainer").css("top","-"+a.position().top+"px"))):(b("html, body").css({overflow:"auto",height:"auto"}),c.css3?z("translate3d(0px, 0px, 0px)",!1):b("#superContainer").css("top","0px"),b("html, body").scrollTop(a.position().top))};var s=!1,B=navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|Windows Phone)/),
+g=b(window).height(),k=!1,r,P;F();c.css3&&(c.css3=U());b("body").wrapInner('<div id="superContainer" />');if(c.navigation){b("body").append('<div id="fullPage-nav"><ul></ul></div>');var t=b("#fullPage-nav");t.css("color",c.navigationColor);t.addClass(c.navigationPosition)}b(".section").each(function(a){var e=b(this).find(".slide"),d=e.length;a||b(this).addClass("active");b(this).css("height",g+"px");(c.paddingTop||c.paddingBottom)&&b(this).css("padding",c.paddingTop+" 0 "+c.paddingBottom+" 0");"undefined"!==
+typeof c.slidesColor[a]&&b(this).css("background-color",c.slidesColor[a]);"undefined"!==typeof c.anchors[a]&&b(this).attr("data-anchor",c.anchors[a]);if(c.navigation){var f="";c.anchors.length&&(f=c.anchors[a]);a=c.navigationTooltips[a];"undefined"===typeof a&&(a="");t.find("ul").append('<li data-tooltip="'+a+'"><a href="#'+f+'"><span></span></a></li>')}if(0<d){var f=100*d,h=100/d;e.wrapAll('<div class="slidesContainer" />');e.parent().wrap('<div class="slides" />');b(this).find(".slidesContainer").css("width",
+f+"%");b(this).find(".slides").after('<div class="controlArrow prev"></div><div class="controlArrow next"></div>');b(this).find(".controlArrow.next").css("border-color","transparent transparent transparent "+c.controlArrowColor);b(this).find(".controlArrow.prev").css("border-color","transparent "+c.controlArrowColor+" transparent transparent");c.loopHorizontal||b(this).find(".controlArrow.prev").hide();c.slidesNavigation&&T(b(this),d);e.each(function(a){a||b(this).addClass("active");b(this).css("width",
+h+"%");c.verticalCentered&&N(b(this))})}else c.verticalCentered&&N(b(this))}).promise().done(function(){b.fn.fullpage.setAutoScrolling(c.autoScrolling);b.isFunction(c.afterRender)&&c.afterRender.call(this);c.fixedElements&&c.css3&&b(c.fixedElements).appendTo("body");c.navigation&&(t.css("margin-top","-"+t.height()/2+"px"),t.find("li").first().find("a").addClass("active"));c.menu&&c.css3&&b(c.menu).appendTo("body");if(c.scrollOverflow)b(window).on("load",function(){b(".section").each(function(){var a=
+b(this).find(".slide");a.length?a.each(function(){w(b(this))}):w(b(this))})});b(window).on("load",function(){var a=window.location.hash.replace("#","").split("/"),b=a[0],a=a[1];b&&A(b,a)})});var Q,C=!1;b(window).scroll(function(a){if(!c.autoScrolling){var e=b(window).scrollTop();a=b(".section").map(function(){if(b(this).offset().top<e+100)return b(this)});a=a[a.length-1];if(!a.hasClass("active")){C=!0;var d=G(a);b(".section.active").removeClass("active");a.addClass("active");var f=a.data("anchor");
+b.isFunction(c.onLeave)&&c.onLeave.call(this,a.index(".section"),d);b.isFunction(c.afterLoad)&&c.afterLoad.call(this,f,a.index(".section")+1);K(f);L(f,0);c.anchors.length&&!k&&(r=f,location.hash=f);clearTimeout(Q);Q=setTimeout(function(){C=!1},100)}}});var D=0,x=0,E=0,y=0;b(document).on("touchmove",function(a){if(c.autoScrolling&&B){a.preventDefault();a=a.originalEvent;var e=b(".section.active");if(!k&&!s)if(E=a.touches[0].pageY,y=a.touches[0].pageX,e.find(".slides").length&&Math.abs(x-y)>Math.abs(D-
+E))x>y?e.find(".controlArrow.next").trigger("click"):x<y&&e.find(".controlArrow.prev").trigger("click");else if(a=e.find(".slides").length?e.find(".slide.active").find(".scrollable"):e.find(".scrollable"),D>E)if(0<a.length)if(v("bottom",a))b.fn.fullpage.moveSectionDown();else return!0;else b.fn.fullpage.moveSectionDown();else if(0<a.length)if(v("top",a))b.fn.fullpage.moveSectionUp();else return!0;else b.fn.fullpage.moveSectionUp()}});b(document).on("touchstart",function(a){c.autoScrolling&&B&&(a=
+a.originalEvent,D=a.touches[0].pageY,x=a.touches[0].pageX)});b.fn.fullpage.moveSectionUp=function(){var a=b(".section.active").prev(".section");c.loopTop&&!a.length&&(a=b(".section").last());(0<a.length||!a.length&&c.loopTop)&&n(a)};b.fn.fullpage.moveSectionDown=function(){var a=b(".section.active").next(".section");c.loopBottom&&!a.length&&(a=b(".section").first());(0<a.length||!a.length&&c.loopBottom)&&n(a)};b.fn.fullpage.moveTo=function(a,c){var d="",d=isNaN(a)?b('[data-anchor="'+a+'"]'):b(".section").eq(a-
+1);"undefined"!==c?A(a,c):0<d.length&&n(d)};b(window).on("hashchange",function(){if(!C){var a=window.location.hash.replace("#","").split("/"),b=a[0],a=a[1],c="undefined"===typeof r,f="undefined"===typeof r&&"undefined"===typeof a;(b&&b!==r&&!c||f||"undefined"!==typeof a&&!s&&P!=a)&&A(b,a)}});b(document).keydown(function(a){if(!k)switch(a.which){case 38:case 33:b.fn.fullpage.moveSectionUp();break;case 40:case 34:b.fn.fullpage.moveSectionDown();break;case 37:b(".section.active").find(".controlArrow.prev").trigger("click");
+break;case 39:b(".section.active").find(".controlArrow.next").trigger("click")}});b(document).on("click","#fullPage-nav a",function(a){a.preventDefault();a=b(this).parent().index();n(b(".section").eq(a))});b(document).on({mouseenter:function(){var a=b(this).data("tooltip");b('<div class="fullPage-tooltip '+c.navigationPosition+'">'+a+"</div>").hide().appendTo(b(this)).fadeIn(200)},mouseleave:function(){b(this).find(".fullPage-tooltip").fadeOut().remove()}},"#fullPage-nav li");c.normalScrollElements&&
+(b(document).on("mouseover",c.normalScrollElements,function(){document.addEventListener?(document.removeEventListener("mousewheel",m,!1),document.removeEventListener("DOMMouseScroll",m,!1)):document.detachEvent("onmousewheel",m)}),b(document).on("mouseout",c.normalScrollElements,function(){F()}));b(".section").on("click",".controlArrow",function(){if(!s){s=!0;var a=b(this).closest(".section").find(".slides"),c=a.find(".slide.active"),d=null,d=b(this).hasClass("prev")?c.prev(".slide"):c.next(".slide");
+d.length||(d=b(this).hasClass("prev")?c.siblings(":last"):c.siblings(":first"));u(a,d)}});b(".section").on("click",".toSlide",function(a){a.preventDefault();a=b(this).closest(".section").find(".slides");a.find(".slide.active");var c=null,c=a.find(".slide").eq(b(this).data("index")-1);0<c.length&&u(a,c)});if(!B){var R;b(window).resize(function(){clearTimeout(R);R=setTimeout(M,500)})}b(window).bind("orientationchange",function(){M()});b(document).on("click",".fullPage-slidesNav a",function(a){a.preventDefault();
+a=b(this).closest(".section").find(".slides");var c=a.find(".slide").eq(b(this).closest("li").index());u(a,c)})}})(jQuery);

Різницю між файлами не показано, бо вона завелика
+ 1 - 0
js/jquery.min.js


Різницю між файлами не показано, бо вона завелика
+ 1 - 0
js/jquery2.min.js


Деякі файли не було показано, через те що забагато файлів було змінено